@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Darker Grotesque";
  src: url("../fonts/DarkerGrotesque-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYBLACKITALIC.OTF") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYHEAVYITALIC.OTF") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYLIGHTITALIC.OTF") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYTHINITALIC.OTF") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
html,
body {
  font-family: "Darker Grotesque", sans-serif;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/*------------------------*/
/* HEADER CSS START HERE */
header.main-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1240px) {
  header.main-header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    background-color: #fff;
  }
}
header.main-header nav {
  border-radius: 0;
  background-color: #011c2a;
  color: #fff;
  padding: 13px 18px;
  max-width: 1440px;
  position: relative;
}
@media (min-width: 1240px) {
  header.main-header nav {
    margin: 0 auto;
  }
}
@media (min-width: 1240px) {
  body.es_wrapper header.main-header nav .navbar-brand, body.de_wrapper header.main-header nav .navbar-brand {
    margin-right: 0;
  }
}
@media (min-width: 1240px) {
  body.es_wrapper header.main-header nav .navbar-expand-xl, body.de_wrapper header.main-header nav .navbar-expand-xl {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
}
header.main-header nav .navbar-toggler {
  border: 0;
  box-shadow: none;
  padding: 0;
}
@media (min-width: 1200px) {
  body.es_wrapper header.main-header nav .navbar-toggler, body.de_wrapper header.main-header nav .navbar-toggler {
    display: block !important;
  }
}
@media (min-width: 1240px) {
  body.es_wrapper header.main-header nav .navbar-toggler, body.de_wrapper header.main-header nav .navbar-toggler {
    display: none !important;
  }
}
header.main-header nav .navbar-toggler:focus {
  box-shadow: none;
}
header.main-header nav .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-block;
}
header.main-header nav .navbar-toggler .navbar-toggler-icon::before,
header.main-header nav .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}
header.main-header nav .navbar-toggler .navbar-toggler-icon::before {
  top: 8px;
  box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
}
header.main-header nav .navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
  opacity: 0;
}
header.main-header nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  box-shadow: none;
  transform: rotate(45deg);
}
header.main-header nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  opacity: 1;
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  body.es_wrapper header.main-header nav .navbar-collapse, body.de_wrapper header.main-header nav .navbar-collapse {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  body.es_wrapper header.main-header nav .navbar-collapse, body.de_wrapper header.main-header nav .navbar-collapse {
    display: flex !important;
  }
}
@media (max-width: 1023px) {
  header.main-header nav .navbar-collapse.show,
  header.main-header nav .navbar-collapse.collapsing {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1000;
  }
  header.main-header nav .navbar-collapse.show ul.navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  header.main-header nav .navbar-collapse.show .nav-link {
    color: #011c2a;
  }
  header.main-header nav .navbar-collapse.show .nav-link.active,
  header.main-header nav .navbar-collapse.show .nav-link:hover {
    color: #011c2a;
  }
}
@media (min-width: 1240px) {
  header.main-header nav {
    padding: 21px 16px;
    border-radius: 20px;
  }
}
header.main-header nav .mydoc-header-nav {
  gap: 13px;
}
@media (min-width: 1240px) {
  body.es_wrapper header.main-header nav .mydoc-header-nav, body.de_wrapper header.main-header nav .mydoc-header-nav {
    gap: 8px !important;
  }
}
@media (min-width: 1300px) {
  body.es_wrapper header.main-header nav .mydoc-header-nav, body.de_wrapper header.main-header nav .mydoc-header-nav {
    gap: 13px !important;
  }
}
header.main-header nav .mydoc-header-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  font-family: "Avenir";
  transition: 0.3s all;
}
header.main-header nav .mydoc-header-nav .nav-link.active, header.main-header nav .mydoc-header-nav .nav-link:hover {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Archivo";
}
@media (min-width: 1240px) {
  body.de_wrapper header.main-header nav .mydoc-header-nav .nav-link {
    padding: 0;
  }
  body.es_wrapper header.main-header nav .mydoc-header-nav .nav-link {
    padding: 0.5rem;
  }
}
@media (min-width: 1440px) {
  body.es_wrapper header.main-header nav .mydoc-header-nav .nav-link, body.de_wrapper header.main-header nav .mydoc-header-nav .nav-link {
    padding: 0.5rem;
  }
}
body.de_wrapper header.main-header nav .mydoc-header-nav .nav-link {
  transition: 0.3s all;
}
body.de_wrapper header.main-header nav .mydoc-header-nav .nav-link.active, body.de_wrapper header.main-header nav .mydoc-header-nav .nav-link:hover {
  font-weight: 400;
  font-family: "Archivo";
}
header.main-header nav .navbar-collapse.show ul.navbar-nav .nav-item-auth {
  display: block;
}
header.main-header nav .navbar-collapse ul.navbar-nav .nav-item-auth {
  display: none;
}
header.main-header nav #teams-dropdown-menu.mobile {
  display: block;
}
@media (min-width: 1024px) {
  body:not(.de_wrapper):not(.es_wrapper):not(.fr_wrapper):not(.it_wrapper) header.main-header nav #teams-dropdown-menu.mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body:not(.de_wrapper):not(.es_wrapper) header.main-header nav #teams-dropdown-menu.mobile {
    display: none !important;
  }
  body.es_wrapper header.main-header nav #teams-dropdown-menu.mobile, body.de_wrapper header.main-header nav #teams-dropdown-menu.mobile {
    display: flex !important;
  }
}
@media (min-width: 1240px) {
  body.es_wrapper header.main-header nav #teams-dropdown-menu.mobile, body.de_wrapper header.main-header nav #teams-dropdown-menu.mobile {
    display: none !important;
  }
}
header.main-header nav .my-doc-header-nav-cta-container {
  display: none;
  gap: 24px;
  align-items: center;
  transition: opacity 0.12s ease;
}
@media (min-width: 1024px) {
  body.fr_wrapper header.main-header nav .my-doc-header-nav-cta-container, body.it_wrapper header.main-header nav .my-doc-header-nav-cta-container, body.es_wrapper header.main-header nav .my-doc-header-nav-cta-container, body.de_wrapper header.main-header nav .my-doc-header-nav-cta-container {
    display: none;
  }
  body:not(.de_wrapper):not(.es_wrapper):not(.fr_wrapper):not(.it_wrapper) header.main-header nav .my-doc-header-nav-cta-container {
    display: flex;
  }
}
@media (min-width: 1200px) {
  body.it_wrapper header.main-header nav .my-doc-header-nav-cta-container, body.fr_wrapper header.main-header nav .my-doc-header-nav-cta-container {
    display: flex;
  }
}
@media (min-width: 1240px) {
  body.de_wrapper header.main-header nav .my-doc-header-nav-cta-container {
    display: flex;
    gap: 4px;
  }
  body.es_wrapper header.main-header nav .my-doc-header-nav-cta-container {
    display: flex;
    gap: 24px;
  }
}
@media (min-width: 1300px) {
  body.de_wrapper header.main-header nav .my-doc-header-nav-cta-container {
    gap: 24px;
  }
}
header.main-header nav .my-doc-header-nav-cta-container a.login {
  color: #bbc3cf;
  font-size: 18px;
  font-weight: 500;
}
header.main-header nav .my-doc-header-nav-cta-container a.common-btn {
  padding: 8px 26px;
  color: #f0fdf4;
  font-size: 18px !important;
  font-weight: 700;
}

/* HEADER CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* COMMON CSS START HERE */
/* FOR GOOGLE TRANSLATE CSS START HERE */
body {
  top: 0 !important;
}

body .goog-text-highlight {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.goog-te-gadget {
  display: block !important;
}

#google_translate_element,
select.goog-te-combo {
  position: fixed;
  z-index: 999;
  top: -999px;
}

.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-tooltip {
  display: none !important;
}

font,
.goog-text-highlight {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

#goog-gt-tt,
.goog-te-combo,
.skiptranslate {
  display: none !important;
}

#teams-dropdown-menu span.icon .fa {
  display: inline-block;
  color: #fd532f;
}

#teams-dropdown-menu span.icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
}

#teams-dropdown-menu span.icon i {
  transition: transform 0.2s ease;
  transform-origin: center;
}

.loader {
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  left: 0;
}

#teams-dropdown-menu ul li {
  text-transform: capitalize;
}

#teams-dropdown-menu {
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  width: 60px;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 6px;
  margin-bottom: 0px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

#teams-dropdown-menu * {
  cursor: pointer;
}

#teams-dropdown-menu .flag-text {
  font-size: 0px;
  color: #000000;
}

#teams-dropdown-menu ul {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
  display: none;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 50px;
  width: 135px;
  z-index: 99;
  padding: 0;
  left: unset !important;
  right: 0;
}

img.img-fluid.flg {
  margin-right: 10px;
}

#teams-dropdown-menu ul.active {
  display: block;
  animation: slidedown 0.2s;
  top: 50px;
}

#teams-dropdown-menu ul.active ~ span.icon i {
  transform: rotate(180deg);
}

@keyframes slidedown {
  from {
    margin-top: -25px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
#teams-dropdown-menu ul li {
  padding: 10px 15px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: auto !important;
  display: flex;
  margin-left: 0;
  float: none;
}

#teams-dropdown-menu ul li:hover {
  color: #000 !important;
  background-color: #f0f0f0;
}

#teams-dropdown-menu span.icon:before {
  display: none;
  content: none;
}

@media screen and (max-width: 1199px) {
  #teams-dropdown-menu {
    height: 32px;
    position: relative !important;
    background-color: #ffffff !important;
    cursor: pointer !important;
    width: 60px !important;
    display: flex !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  #teams-dropdown-menu .flag-text {
    font-size: 0px;
    color: #000000;
    margin-right: 10px;
  }
  #teams-dropdown-menu .submenu-button {
    display: none;
  }
  #teams-dropdown-menu span.icon i {
    color: #000;
  }
  .header-main #teams-dropdown-menu {
    margin-left: auto !important;
  }
  .header.sticky header nav.menu.open ul {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  #teams-dropdown-menu .flag-text {
    margin-right: 0;
  }
}
/* FOR GOOGLE TRANSLATE CSS END'S HERE */
/* COMMON BUTTON CSS START FROM HERE */
.common-btn {
  font-family: "Avenir";
  font-size: 26px;
  font-weight: 700;
  transition: 0.3s all;
  cursor: pointer;
  padding: 16px 28px;
  color: #fff;
  border-radius: 66px;
  border: none;
  outline: none;
}
.common-btn.primary {
  background-color: #fd532f;
}
.common-btn.primary:hover {
  background-color: #e34220;
}
.common-btn.primary:focus, .common-btn.primary:focus-visible {
  background-color: #011c2a;
}
.common-btn.secondary {
  background-color: #011c2a;
}
.common-btn.secondary:hover {
  background-color: #fd532f;
}
.common-btn.secondary:focus, .common-btn.secondary:focus-visible {
  background-color: #e34220;
}

/* COMMON BUTTON CSS END'S FROM HERE */
.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

.my-doc-container {
  padding: 16px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .my-doc-container {
    padding: 100px 70px;
  }
}
.my-doc-container.secondary-container {
  background-color: #011c2a;
}
.my-doc-container.secondary-container .title {
  font-size: 54px;
  font-weight: 800;
  color: #fff;
}
.my-doc-container.secondary-container .sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.my-doc-container.primary-container {
  padding: 0;
  background-color: #fd532f;
  background-image: url(/assets/images/png/Pattern.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 100%;
}
.my-doc-container.primary-container.no-bg-pattern {
  background-image: none;
}
@media (min-width: 992px) {
  .my-doc-container.primary-container {
    padding-bottom: 75%;
  }
}
.my-doc-container.primary-container .person {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
}
.my-doc-container .custom-btn-width {
  width: 100%;
}
@media (min-width: 1024px) {
  .my-doc-container .custom-btn-width {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.primary-color {
  color: #fd532f !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.global-go-up-button {
  background-color: #011c2a;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  z-index: 100;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0px 10px 30px rgba(1, 28, 42, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.global-go-up-button:hover {
  transform: translateY(-2px);
}
.global-go-up-button:active {
  transform: translateY(0);
}
.global-go-up-button:focus-visible {
  outline: 3px solid rgba(253, 83, 47, 0.5);
  outline-offset: 3px;
}
@media (max-width: 575px) {
  .global-go-up-button {
    bottom: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
}

.global-go-up-button.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.global-go-up-button::after {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(/assets/images/png/arrow-right.png);
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  transform: translateY(-50%) rotate(-90deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .global-go-up-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

#myModal .modal-dialog {
  max-width: 900px;
  max-height: 640px;
}
#myModal .modal-content {
  background: #011c2a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 24px 90px rgba(1, 28, 42, 0.45);
}
#myModal .modal-body {
  padding: 0;
}
#myModal .model-wrapper {
  position: relative;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px) {
  #myModal .model-wrapper {
    grid-template-columns: 1.15fr 1.85fr;
    gap: 22px;
    padding: 20px;
  }
}
@media (min-width: 576px) {
  #myModal .model-wrapper {
    padding: 20px;
  }
}
#myModal .my-doc-container.primary-container {
  padding-bottom: 0;
  height: 100%;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  #myModal .my-doc-container.primary-container {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #myModal .my-doc-container.primary-container {
    min-height: 320px;
  }
}
#myModal .my-doc-container.primary-container .person {
  -o-object-fit: cover;
     object-fit: cover;
}
#myModal .model-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  color: #fff;
}
@media (max-width: 576px) {
  #myModal .model-description {
    padding: 20px;
  }
}
#myModal .model-description .modal-logo {
  width: 249px;
  max-width: 100%;
  height: auto;
  margin-bottom: 56px;
}
@media (max-width: 576px) {
  #myModal .model-description .modal-logo {
    margin-bottom: 20px;
  }
}
#myModal .model-description h3 {
  font-family: "Archivo";
  font-weight: 900;
  font-size: 45px;
  line-height: 0.95;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #myModal .model-description h3 {
    font-size: 52px;
    margin-bottom: 60px;
  }
}
#myModal .model-description p {
  font-family: "Avenir";
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
}
#myModal .model-description p span {
  display: inline-block;
}
#myModal .model-description p span::first-letter {
  text-transform: uppercase;
}
#myModal .model-description a:not(.btn_wrapper) {
  color: #fff;
  font-weight: 700;
  text-underline-offset: 3px;
  text-decoration: underline;
  transition: 0.2s all;
}
#myModal .model-description a:not(.btn_wrapper):hover {
  color: #fd532f;
}
#myModal .btn_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #fd532f;
  color: #fff !important;
  font-family: "Avenir";
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s all;
  width: -moz-fit-content;
  width: fit-content;
}
#myModal .btn_wrapper:hover {
  background: #e34220;
  transform: translateY(-1px);
}
#myModal .btn_wrapper:active {
  transform: translateY(0);
}
#myModal .btn_wrapper:focus-visible {
  outline: 3px solid rgba(253, 83, 47, 0.5);
  outline-offset: 3px;
}

#chat-widget-container {
  bottom: 40px;
}
@media (max-width: 575px) {
  #chat-widget-container {
    bottom: 0 !important;
  }
}

table tr th {
  border: 1px solid #fd532f !important;
  padding: 16px !important;
  color: #fff !important;
  font-family: "Gilroy";
  font-size: 16px;
  text-align: center;
  background-color: #fd532f !important;
}
@media (min-width: 1024px) {
  table tr th {
    font-size: 24px;
  }
}
table tr td {
  font-family: "Avenir";
  font-weight: 400;
  text-align: center;
  padding: 16px !important;
  border: 1px solid #a7a7a7;
}

/* COMMON CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* SERVICE CSS START HERE */
.service-container {
  padding-top: 40px;
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}
@media (min-width: 1240px) {
  .service-container {
    scroll-margin-top: 140px;
  }
}
.service-container .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 1rem;
}
@media (max-width: 991px) {
  .service-container .grid-container {
    grid-auto-rows: auto;
  }
}
@media (min-width: 768px) {
  .service-container .grid-container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .service-container .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
.service-container .service-primary-text {
  font-size: 60px;
  color: #fd532f;
  font-weight: 800;
  line-height: 64px;
  text-align: center;
}
@media (min-width: 1240px) {
  .service-container .service-primary-text {
    font-size: 64px;
    line-height: 90%;
    text-align: left;
    width: 100%;
    max-width: 583px;
  }
}
.service-container .service-secondary-text {
  font-size: 36px;
  color: #011c2a;
  font-weight: 400;
  line-height: 124%;
  text-align: center;
}
@media (min-width: 1240px) {
  .service-container .service-secondary-text {
    font-weight: 500;
    text-align: left;
  }
}
.service-container .service-image {
  background-image: url(/assets/images/png/service-people.png);
  background-size: cover;
  background-position: top;
  width: 100%;
  min-height: 320px;
}
.service-container .service-image-ship {
  background-image: url(/assets/images/png/ship.png);
  background-size: cover;
  background-position: center;
  min-height: 320px;
  height: 100%;
}
@media (min-width: 768px) {
  .service-container .service-image-ship {
    min-height: 387px;
  }
}
@media (min-width: 992px) {
  .service-container .service-image-ship {
    min-height: auto;
  }
}
.service-container .service-text {
  font-size: 55px;
  color: #fd532f;
  font-weight: 900;
  line-height: 90%;
}
@media (min-width: 1024px) {
  .service-container .service-text {
    font-size: 75px;
  }
}
.service-container .service-text.white {
  color: #fff;
}

/* SERVICE CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* PRICING CSS START HERE */
.pricing-container {
  padding-top: 40px;
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}
@media (min-width: 1240px) {
  .pricing-container {
    scroll-margin-top: 140px;
  }
}
.pricing-container .title {
  font-size: 81px;
  color: #292929;
  line-height: 90%;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 992px) {
  .pricing-container .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pricing-container .grid-container .plans-container {
  padding: 30px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.pricing-container .grid-container .plans-container.active {
  background-color: #fd532f !important;
}
.pricing-container .grid-container .plans-container.active .pricing-cta {
  background-color: #011c2a;
}
.pricing-container .grid-container .plans-container:focus-visible {
  outline: 3px solid rgba(253, 83, 47, 0.5);
  outline-offset: 3px;
}
.pricing-container .grid-container .plans-container .plan-name {
  font-family: "Gilroy";
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.pricing-container .grid-container .plans-container .plan-price {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.pricing-container .grid-container .plans-container .plan-price .price-symbol {
  opacity: 0.5;
}
.pricing-container .grid-container .plans-container .plan-price .price {
  opacity: 1 !important;
  font-family: "SF Pro Display";
}
.pricing-container .grid-container .plans-container .plan-price .days {
  font-size: 16px;
  font-weight: 800;
  opacity: 0.5;
}
.pricing-container .grid-container .divider {
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 27px;
}
.pricing-container ul.plans-list {
  padding: 0;
}
.pricing-container ul.plans-list li {
  list-style-type: none;
  margin-bottom: 20px;
}
.pricing-container ul.plans-list li div {
  display: flex;
  gap: 7px;
}
.pricing-container ul.plans-list li div span {
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}
.pricing-container .plans-pricing-container {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .pricing-container .plans-pricing-container {
    padding: 40px;
    padding-bottom: 0;
  }
}
.pricing-container .cta-container {
  margin-top: 11px;
  display: flex;
  justify-content: center;
}
.pricing-container .cta-container .pricing-cta span {
  font-family: "Gilroy";
  font-size: 13px;
  font-weight: 800;
}
.pricing-container .cta-container .pricing-cta img {
  width: 14px;
}

/* PRICING CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* CONTACT CSS START HERE */
.contact-container {
  background-color: #eeeced;
  padding: 20px;
  scroll-margin-top: 100px;
}
@media (min-width: 1024px) {
  .contact-container {
    padding: 40px;
  }
}
.contact-container .contact-wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .contact-container .contact-wrapper {
    padding: 40px;
  }
}
.contact-container .contact-wrapper .need-help {
  font-family: "Gilroy";
  font-size: 32px;
  color: #fff;
  font-weight: 800;
}
.contact-container .contact-wrapper .need-help-description {
  font-size: 24px;
  font-weight: 600;
  line-height: 96%;
  color: #c9c9c9;
}
.contact-container .contact-wrapper .contact-details-container {
  margin-top: 49px;
  color: #fff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .contact-container .contact-wrapper .contact-details-container {
    font-size: 24px;
  }
}
.contact-container .contact-wrapper .contact-details-container a {
  text-decoration: none;
  color: #fff;
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-container .contact-wrapper .contact-details-container img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .contact-container .fill-up-form-message {
    margin-left: 32px;
  }
}
.contact-container .fill-up-form-message .form-group {
  display: flex;
  flex-direction: column;
}
.contact-container .fill-up-form-message .form-group label {
  font-size: 24px;
  color: #8d8d8d;
  font-weight: 400px;
}
.contact-container .fill-up-form-message .form-group:focus-within label {
  color: #000;
}
.contact-container .fill-up-form-message .form-group input,
.contact-container .fill-up-form-message .form-group textarea {
  font-size: 26px;
  border: none;
  border-bottom: 1px solid #8d8d8d;
}
.contact-container .fill-up-form-message .form-group input:focus-visible {
  outline: none;
}
.contact-container .fill-up-form-message button {
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-container .fill-up-form-message button {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .contact-container .my-doc-container {
    padding: 36px !important;
  }
}

/* CONTACT CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* ABOUT CSS START HERE */
.about-us-container {
  padding-top: 40px;
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}
@media (min-width: 1240px) {
  .about-us-container {
    scroll-margin-top: 140px;
  }
}
.about-us-container .title {
  font-size: 60px;
  color: #fd532f;
  line-height: 90%;
  font-weight: 900;
  text-align: center;
}
.about-us-container .row > [class*=col-] {
  display: flex;
  align-self: stretch;
}
.about-us-container .about-us-card {
  background-color: #f3f3f3;
  padding: 40px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.about-us-container .about-us-card p {
  font-size: 40px;
  color: #011c2a;
  line-height: 70%;
  font-weight: 400;
  text-align: center;
}
.about-us-container .about-us-section {
  padding: 40px;
  background-color: #fd532f;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 50px;
  color: #fff;
  margin-top: 20px;
}
.about-us-container .about-us-section a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* ABOUT CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* FOOTER CSS START HERE */
.footer {
  background-color: #fd532f;
  padding: 80px 26px;
  padding-bottom: 0 !important;
}
.footer .container {
  padding: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .footer .container {
    padding: 40px;
  }
  .footer .container .mydoccourier-content {
    max-width: 321px;
  }
}
.footer .container .mydoccourier-logo {
  width: 305px;
  height: 78px;
}
.footer .container .footer-subtitle {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.footer .container .payment-cards {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans";
}
.footer .container .copyright {
  border-top: 1px solid #fff;
  margin-top: 74px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer .container .quick-links p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer .container .quick-links ul {
  padding: 0;
}
.footer .container .quick-links ul li {
  list-style-type: none;
}
.footer .container .quick-links ul li a,
.footer .container .quick-links ul li div {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #fff;
  opacity: 75%;
}
.footer .container .quick-links ul li a::first-letter,
.footer .container .quick-links ul li div::first-letter {
  text-transform: uppercase;
}
html.translated-ltr .footer .container .quick-links ul li a,
html.translated-ltr .footer .container .quick-links ul li div, html.translated-rtl .footer .container .quick-links ul li a,
html.translated-rtl .footer .container .quick-links ul li div {
  text-transform: capitalize !important;
}
html.translated-ltr .footer .container .quick-links ul li a *,
html.translated-ltr .footer .container .quick-links ul li div *, html.translated-rtl .footer .container .quick-links ul li a *,
html.translated-rtl .footer .container .quick-links ul li div * {
  text-transform: inherit !important;
}

/* FOOTER CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* SIGNIN CSS START HERE */
.signin .form-group {
  display: flex;
  flex-direction: column;
}
.signin .form-group label {
  font-size: 24px;
  color: #fff;
  font-weight: 400px;
}
.signin .form-group:focus-within label {
  color: #fff;
}
.signin .form-group input:not([type=checkbox]) {
  color: #fff;
  font-size: 26px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
.signin .form-group input:not([type=checkbox]):focus-visible {
  outline: none;
}
.signin .remember {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.signin .remember input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
}
.signin .remember input[type=checkbox]:checked {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23011C2A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
.signin .remember .custom-check-box {
  display: flex;
  gap: 7px;
  font-family: "Avenir";
  font-size: 16px;
  font-weight: 400;
}
.signin .remember .forgot-pass {
  font-family: "Avenir";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  text-underline-offset: 3px;
  transition: 0.2s all;
}
.signin .remember .forgot-pass:hover {
  color: #fd532f;
}
.signin .remember .forgot-pass:focus-visible {
  outline: 2px solid rgba(253, 83, 47, 0.55);
  outline-offset: 2px;
  border-radius: 6px;
}
.signin .submit-btn {
  margin-top: 36px;
  background-color: #fff;
  width: 100%;
  color: #011c2a;
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 800;
}
.signin p {
  font-family: "Avenir";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  text-underline-offset: 3px;
  transition: 0.2s all;
}
.signin p a {
  color: #fff;
  text-decoration: underline;
}
.signin p a:hover {
  color: #fd532f;
}
.signin p a:focus-visible {
  outline: 2px solid rgba(253, 83, 47, 0.55);
  outline-offset: 2px;
  border-radius: 6px;
}

#forgot-pw-modal .modal-dialog {
  max-width: 520px;
}
#forgot-pw-modal .modal-content {
  background: #011c2a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 20px 80px rgba(1, 28, 42, 0.35);
}
#forgot-pw-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 22px;
}
#forgot-pw-modal .modal-title {
  font-family: "Gilroy";
  font-weight: 800;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.2px;
}
#forgot-pw-modal .btn-close {
  filter: invert(1) grayscale(100%);
  opacity: 0.9;
}
#forgot-pw-modal .btn-close:hover {
  opacity: 1;
}
#forgot-pw-modal .btn-close:focus {
  box-shadow: none;
}
#forgot-pw-modal .modal-body {
  padding: 22px;
}
#forgot-pw-modal .form-group {
  display: flex;
  flex-direction: column;
}
#forgot-pw-modal .form-group label {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
#forgot-pw-modal .form-group:focus-within label {
  color: #fff;
}
#forgot-pw-modal .form-group input {
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  padding: 10px 0;
}
#forgot-pw-modal .form-group input:focus-visible {
  outline: none;
}
#forgot-pw-modal .submit-btn {
  margin-top: 22px;
  width: 100%;
  background-color: #fff;
  color: #011c2a;
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 800;
  padding: 12px 18px;
}

/* SIGNIN CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* SIGNUP CSS START HERE */
.signup-main-container .service-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.signup-main-container .service-container .service-image {
  min-height: 320px;
}
@media (min-width: 768px) {
  .signup-main-container .service-container .service-image {
    min-height: 640px !important;
  }
}
.signup-main-container .signup-content {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .signup-main-container .signup-content {
    padding: 40px !important;
  }
}
@media (min-width: 1024px) {
  .signup-main-container .signup-content {
    padding: 60px !important;
  }
}
.signup-main-container .signup-content h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  line-height: 90%;
}
@media (min-width: 768px) {
  .signup-main-container .signup-content h3 {
    font-size: 65px;
  }
}
.signup-main-container .signup-content p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.signup-main-container .signup {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .signup-main-container .signup {
    padding: 40px !important;
  }
}
.signup-main-container .signup .row {
  margin-top: 28px;
}
.signup-main-container .apply-btn {
  background-color: #fff;
  font-size: 16px;
  font-family: "Avenir";
  color: #011c2a;
  width: 100%;
  padding: 10px 20px;
}
.signup-main-container .have-account {
  margin-top: 10px;
  font-family: "Avenir";
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.signup-main-container .have-account a {
  color: #fff;
  transition: transform 0.2s ease;
}
.signup-main-container .have-account a:hover {
  text-decoration: underline;
}
.signup-main-container .signup-info {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Avenir";
  padding: 17px 20px !important;
}

/* SIGNUP CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* FAQ CSS START HERE */
.faq-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
}

.faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-header h1 {
  font-size: 55px;
  font-weight: 800;
  color: #fd532f;
  margin-bottom: 10px;
  font-family: "Gilroy";
}

.faq-header p {
  color: #4a5565;
  font-size: 1rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.faq-item {
  background: white;
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 2px solid #e5e7eb;
}
@media (min-width: 1024px) {
  .faq-item {
    padding: 26px;
  }
}

.faq-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-item.active {
  grid-column: 1/-1;
  border-color: #fd532f;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #011c2a;
  font-weight: 800;
  font-size: 1rem;
}

.faq-item.active .faq-question {
  color: #fd532f;
}

.faq-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq-item.active .faq-icon {
  color: #fd532f;
  font-size: 18px;
  font-weight: 600;
}

.faq-answer {
  display: none;
  margin-top: 20px;
  padding-top: 16px;
  margin-left: 0;
  color: #000;
  line-height: 100%;
  font-size: 1rem;
  border-top: 1px solid #e5e7eb;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .faq-answer {
    margin-left: 43px;
  }
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin-bottom: 15px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-item.active {
    grid-column: 1;
  }
}
table thead tr th {
  border: 1px solid #fd532f !important;
  color: #fff !important;
  font-family: "Gilroy";
  font-size: 16px;
  text-align: center;
  background-color: #fd532f !important;
  padding: 8px !important;
}
@media (min-width: 1024px) {
  table thead tr th {
    font-size: 24px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
table tbody tr td {
  font-family: "Avenir";
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  padding: 8px !important;
}
@media (min-width: 1024px) {
  table tbody tr td {
    font-size: 16px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.cancel-membership-section {
  filter: drop-shadow(14px 17px 68px rgba(0, 0, 0, 0.1019607843));
}
.cancel-membership-section h3 {
  color: #011c2a;
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 35px;
}
.cancel-membership-section p {
  font-weight: 500;
  font-size: 1rem;
  color: #011c2a;
}
.cancel-membership-section .form-group {
  display: flex;
  flex-direction: column;
  color: #011c2a;
}
.cancel-membership-section .form-group label {
  font-size: 24px;
}
.cancel-membership-section .form-group input {
  font-size: 24px;
  border: none;
  border-bottom: 1px solid #011c2a;
}
.cancel-membership-section .form-group input:focus-visible {
  outline: none;
}
.cancel-membership-section .cancel-now {
  width: 100%;
}
@media (min-width: 1024px) {
  .cancel-membership-section .cancel-now {
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* FAQ CSS END'S HERE */
/*------------------------*/
/*------------------------*/
/* POLICY CSS START HERE */
/*  POLICY PAGE CSS START HERE */
.policy-content {
  position: relative;
}
.policy-content .terms-content {
  font-size: 16px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 400;
}
.policy-content .terms-content span {
  font-size: 16px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 400;
}
@media (max-width: 375px) {
  .policy-content .terms-content {
    font-size: 14px;
  }
}
.policy-content .terms-content h1,
.policy-content .terms-content h2 {
  color: #fd532f;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3;
  margin: 0;
  padding: 50px 0 15px 0;
}
@media (max-width: 1199px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    padding: 40px 0 15px 0;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    padding: 30px 0 10px 0;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .policy-content .terms-content h1,
  .policy-content .terms-content h2 {
    font-size: 18px;
    padding: 20px 0 10px 0;
  }
}
.policy-content .terms-content h6 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: rgba(27, 37, 52, 0.65);
  line-height: 1.3;
}
.policy-content .terms-content b {
  font-size: 18px;
  line-height: 1.3;
  color: #fd532f;
}
@media (max-width: 575px) {
  .policy-content .terms-content b {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .policy-content .terms-content b {
    font-size: 15px;
  }
}
.policy-content .terms-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fd532f;
  margin-bottom: 15px;
}
.policy-content .terms-content p.version {
  font-size: 14px;
  color: rgba(27, 37, 52, 0.6);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
.policy-content .terms-content a {
  color: #011c2a;
  transition: 0.3s all;
  font-weight: 500;
}
.policy-content .terms-content a:hover {
  color: #fd532f;
  transition: 0.3s all;
}
.policy-content .print {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  right: 0;
  padding: 20px 14px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #fd532f;
  box-shadow: 0px 4px 60px rgba(30, 92, 255, 0.2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.3s all;
  border-radius: 0px 12px 12px 0px;
  position: sticky;
  width: -moz-max-content;
  width: max-content;
  float: right;
  top: 140px;
  z-index: 2;
}
@media (max-width: 1399px) {
  .policy-content .print {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .policy-content .print {
    writing-mode: unset;
    transform: none;
    border-radius: 12px 0 0 12px;
    padding: 10px;
    font-size: 0;
    transition: 0.3s all;
  }
}
@media (max-width: 575px) {
  .policy-content .print {
    padding: 8px;
  }
}
.policy-content .print img {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .policy-content .print img {
    padding: 0;
    transform: rotate(90deg);
  }
}

.mb-self h2 {
  margin-bottom: 10px;
}

/*  POLICY PAGE CSS END'S HERE */
/* POLICY CSS END'S HERE */
/*------------------------*//*# sourceMappingURL=app.css.map */