html {
  font-size: 62.5%;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: black;
}

a:focus-visible {
  outline: none;
}


@font-face {
  font-family: "Gellix";
  src: url("../font/Gellix-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gellix";
  src: url("../font/Gellix-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gellix";
  src: url("../font/Gellix-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gellix";
  src: url("../font/Gellix-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/*@font-face {*/
/*  font-family: "Gellix";*/
/*  src: url("../font/Gellix-bold.ttf") format("opentype");*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/
@font-face {
  font-family: "Gellix";
  src: url("../font/Gellix-ExtraBold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.hero-common-para {
  font-family: "Gellix";
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3;
}

.common-para {
  font-family: "Gellix";
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  line-height: 25px;
  color: #000000;
}

.text-brown {
  color: #311507;
}

.gellix-regular {
  font-family: "Gellix";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.gellix-medium {
  font-family: "Gellix";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.gellix-semibold {
  font-family: "Gellix";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.gellix-bold {
  font-family: "Gellix";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.btn-tranparent {
  background-color: transparent;
  border: 2px solid #203C44;
  padding: 1.2rem 4.5rem;
  color: #BCA875;
  font-family: "Gellix";
  font-size: 2rem;
  font-weight: 500;
}
.btn-tranparent:hover {
  background-color: #BCA875;
  color: #1E3B44;
  border: none;
}

.btn-block {
  width: 13.7rem;
  height: 100%;
  display: flex;
  align-items: end;
}
.btn-block .btn-primary {
  width: 100%;
  text-align: 0;
  padding: 4.8rem 0rem;
  width: 100%;
}

.btn-primary {
  background-color: #1E3B44;
  padding: 4.8rem 2.4rem;
  color: #BCA875;
  text-align: center;
  font-family: "Gellix";
  font-size: 2rem;
  font-weight: 500;
}
.btn-primary:hover {
  color: #FFFFFF;
}

.btn-primary-two {
  background-color: #1E3B44;
  padding: 1rem 2.4rem;
  color: #BCA875;
  font-family: "Gellix";
  font-size: 2rem;
  font-weight: 500;
}
.btn-primary-two:hover {
  color: #FFFFFF;
}

.btn-secondary {
  background-color: #BCA875;
  padding: 4.8rem 2.4rem;
  color: #1E3B44;
  font-family: "Gellix";
  font-size: 2rem;
  font-weight: 500;
  border: none;
}
.btn-secondary:hover {
  color: #FFFFFF;
}

.main-heading {
  font-family: "Gellix";
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  color: #203C44;
}

.sub-heading {
  font-family: "Gellix";
  font-size: 5rem;
  font-weight: 400;
  line-height: 60px;
  color: #BDA976;
  margin-top: 3.4rem;
  display: block;
}

.banner-heading, .banner-main-heading {
  font-family: "Gellix";
  font-size: 6rem;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase;
}

.primary-color {
  color: #1E3B44;
}

.secondary-color {
  color: #BCA875;
}

.text-light-black {
  color: #333333;
}

.text-dark-blue {
  color: #001246;
}

.black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.secondary-bg {
  background-color: #BCA875;
}

.light-primary-bg {
  background-color: #BDA976;
}

.primary-bg {
  background-color: #1E3B44;
}

.dark-bg {
  background-color: #000000;
}

.white {
  color: #FFFFFF;
}

.light-white {
  color: rgba(255, 255, 255, 0.8);
}

.bg-white {
  background-color: #FFFFFF;
}

.gray {
  color: #EEF0F5;
}

.bg-gray {
  background-color: #EEF0F5;
}

.bg-light-grey {
  background-color: #F5F5F5;
}

.secondary-text {
  color: #237CB3;
}

.common-section-bg {
  background-color: #F3F4F6;
}

.common-section-padding {
  padding-top: 10rem;
}

.common-section-padding-tb {
  padding: 10rem 0;
}

.common-section-margin {
  margin-top: 10rem;
}

.pad-lg {
  padding: 10px 25px 10px 25px !important;
}

.para-color {
  color: #000000 31, 34, 50, 0.6;
}

.lh-md2 {
  line-height: 1.8 !important;
}

.lh-md {
  line-height: 1.6 !important;
}

.lh-sm2 {
  line-height: 1.3;
}

.lh-sm1 {
  line-height: 1.1;
}

.lh-1 {
  line-height: 1;
}

.l-space-base {
  letter-spacing: 0.1rem;
}

.ellipsis-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  -webkit-line-clamp: 6;
}

.line-clamp-7 {
  -webkit-line-clamp: 7;
}

.line-clamp-8 {
  -webkit-line-clamp: 8;
}

.line-clamp-9 {
  -webkit-line-clamp: 9;
}

.line-clamp-10 {
  -webkit-line-clamp: 10;
}

.line-clamp-15 {
  -webkit-line-clamp: 15;
}

.line-clamp-20 {
  -webkit-line-clamp: 20;
}

.common-bg-prop {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
}
.common-bg-prop .img-container {
  position: absolute;
  top: 30%;
  right: 0;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-control {
  padding: 1.6rem 1rem;
  margin-bottom: 3.5rem;
  border: 1px solid rgb(32, 60, 68) !important;
  color: #000000;
  font-family: "Gellix";
  font-size: 1.8rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.17);
}
.form-control:focus {
  background: #FFFFFF;
  box-shadow: none;
  border: 1px solid #1E3B44 !important;
  color: #BCA875;
}
.form-control::-moz-placeholder {
  color: #1E3B44;
}
.form-control::placeholder {
  color: #1E3B44;
}

.needs-validation .form-control:invalid {
  border-color: #dc3545;
}
.needs-validation .form-control:valid {
  border-color: #28a745;
}

.invalid-feedback {
  margin: -2rem 0 2rem 0;
  font-size: 1.4rem;
}

.light-primary-text {
  color: #BDA976;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sticky-top {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 999;
}

.navbar .container.no-horizontal-padding {
  padding: 1.6rem 0.5rem;
  /* Only top and bottom padding */
  transition: padding 0.4s;
  /* Transition for background color and padding */
}

header {
  transition: all 0.4s;
  /* Smooth transition for background color change */
}
header.is-fixed {
  background-color: #1E3B44;
  top: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
}
header.is-fixed .navbar .container {
  background-color: transparent;
  /* Container background color removed on scroll */
}

.navbar .container {
  background-color: rgba(30, 59, 68, 0.27);
  /* Default container background color */
  padding: 1.6rem 3.2rem;
  transition: all 0.4s;
  /* Smooth transition for background color change */
}
.navbar .navbar-nav .nav-item a {
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFFFFF;
  font-family: "Gellix";
  gap: 5rem;
  padding: 0 2rem;
}
.navbar .navbar-nav .nav-item a:hover {
  color: #BCA875;
}
.navbar .nav-apply {
  background-color: #BCA875;
  border: 1px solid #BCA875;
  padding: 1rem 2.4rem;
  color: #1E3B44;
  font-family: "Gellix";
  font-size: 2rem;
  font-weight: 500;
}
.navbar .nav-apply:hover {
  background-color: transparent;
  color: #BCA875;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  height: auto;
}

.hero-section {
  background-image: url("../img/home-hero.jpg");
  min-height: 85rem;
  padding: 22rem 0 10rem 0;
}
.hero-section .hero-container {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 6rem 0 0 0;
}

.about-section .images-main {
  margin-top: 5.6rem;
}
.about-section .images-main .img-container {
  height: 73.4rem;
}
.about-section .right-content {
  padding-left: 7.6rem;
}
.about-section .right-content .content {
  margin-top: 6.4rem;
}
.about-section .right-content .content .common-para {
  margin-bottom: 3.2rem;
}
.about-section .right-content .img-container {
  position: relative;
}
.about-section .right-content .img-container .img-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 34rem;
  width: 29.7rem;
}
.about-section .right-content .img-container .img-left {
  width: 37rem;
  height: 47rem;
}

.about-section .right-content .btn-block {
       height: 53rem;
   }
   
.take-care {
  padding: 2.4rem 0;
}
.take-care .content {
  margin-top: 27rem;
  height: 80rem;
}
.take-care .content .info {
  margin-top: 2.6rem;
}
.take-care .content .common-para {
  margin-bottom: 3.2rem;
}
.take-care .img-container {
  margin-top: 6.8rem;
  height: 80rem;
}

.checkout-service .main-row {
  background: linear-gradient(to right, white 40%, rgba(0, 0, 0, 0.05) 60%);
}
.checkout-service .owl-carousel .item {
  height: 70.8rem;
}
.checkout-service .navigation-main .content {
  padding: 4.4rem 4.4rem 0 4.4rem;
}
.checkout-service .navigation-main .content .info {
  margin-top: 2.4rem;
}
.checkout-service .navigation-main .carousel-navigation {
  margin: 14rem 0 0 0;
}
.checkout-service .navigation-main .carousel-navigation button {
  width: 12rem;
  border: none;
}

.carousel-navigation button {
  width: 12rem;
  border: none;
}

.join-agency {
  background-color: #BCA875;
}
.join-agency .images-main-outer .img-container {
  padding: 0 0 0 5rem;
}
.join-agency .join-us-content {
  padding: 6.4rem 0 6.4rem 3rem;
}
.join-agency .join-us-content .info {
  margin: 2rem 0 5rem 0;
}

.faq-section .accordion-contet-main {
  padding: 6.4rem 0 0 0;
}
.faq-section .accordion-contet-main .accordion-main {
  padding: 4rem 6rem 5.5rem 0;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item:not(:first-of-type) {
  border: none;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom: 1px solid #E1DCD4;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item:not(:first-of-type):last-child {
  margin-bottom: 0;
  border-radius: 0;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item:last-of-type .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item {
  border: none;
  border-bottom: 1px solid #E1DCD4;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-button {
  border-radius: 0rem;
  padding: 2rem 0 2rem 4.5rem;
  font-size: 2.2rem;
  font-family: "Gellix";
  font-weight: 500;
  color: #000000;
  background: none;
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-button::after {
  transition: none;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-button:not(.collapsed)::after {
  content: " ";
  background-image: url("../img//cross.svg");
  display: inline-block;
  box-shadow: none;
  background-color: #BCA875;
  background-position: center center;
  background-size: auto;
  position: absolute;
  left: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-button.collapsed::after {
  background-image: url("../img/plus.svg");
  background-color: #BCA875;
  box-shadow: none;
  background-position: center center;
  background-size: auto;
  position: absolute;
  left: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item.collapsed {
  border: 1px solid #ececec;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item.expanded {
  border: none;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-body {
  padding: 1.2rem 1.6rem 2.2rem 4.5rem;
  font-size: 2rem;
  font-family: "Gellix";
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-body:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-body:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.faq-section .accordion-contet-main .faq-page-acc-main {
  padding: 0 24%;
}
.faq-section .accordion-contet-main .faq-page-acc-main .border-top {
  border-top: 1px solid #E1DCD4 !important;
}
.faq-section .accordion-contet-main .faq-page-acc-main h3 {
  font-family: "Gellix";
  font-size: 3rem;
  color: #000000;
  font-weight: 600;
  line-height: 3.1rem;
  margin-bottom: 2rem;
  margin-top: 5.6rem;
}
.faq-section .faq-img-container {
  height: 95rem;
  padding-left: 8rem;
}
.faq-section .btn-block {
  height: 38rem;
  margin-top: 57rem;
}
.faq-section .btn-block .btn-primary {
  text-align: center;
  padding: 4.8rem 1.4rem;
}

.faq-hero {
  background-image: url("../img/faq-hero.jpg");
  min-height: 60rem;
}

.signup-section {
  background: linear-gradient(to right, #BDA976 75%, #203C44 25%);
  position: relative;
}

.signup-section::before {
  content: "";
  position: absolute;
  top: 8rem;
  height: 80%;
  border-left: 20px solid #1E3B44;
}
.signup-section .info {
  margin: 3rem 0 9.5rem 0;
}
.signup-section .img-column {
  padding-left: 22rem;
}
.signup-section .img-column .img-main {
  position: relative;
  height: 100%;
}
.signup-section .img-column .img-main .img-bottom-left {
  position: absolute;
  bottom: 0;
  left: -30%;
  width: 30rem;
}
.signup-section .img-column .img-main .img-signup {
  height: 100%;
}

.blog-section .container {
  position: relative;
}
.blog-section .owl-carousel .owl-item .item {
  height: 40rem;
  transition: opacity 0.5s ease-in-out;
}
.blog-section .carousel-navigation {
  margin: 6.4rem 0 0 0;
}
.blog-section .btn-block {
  position: absolute;
  right: 0;
  bottom: 24.4%;
  color: #FFFFFF;
  border: none;
  height: 40rem;
  width: 12rem;
  z-index: 5;
}
.blog-section .btn-block .btn-primary {
  width: 100%;
  cursor: pointer;
}
.blog-section .blog-container {
  margin: 3rem 0 0 0;
}
.blog-section .blog-container .blog-img-content {
  overflow: hidden;
  position: relative;
  height: 40rem;
}
.blog-section .blog-container .blog-img-content img {
  transition: transform 0.3s ease;
}
.blog-section .blog-container .blog-img-content h3 {
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Gellix";
  font-size: 3rem;
}
.blog-section .blog-container .blog-img-content:hover img {
  transform: scale(1.2);
}
.blog-section .blog-container .blog-content {
  font-size: 1.2rem;
  color: #FFFFFF;
  background: linear-gradient(to top, rgb(189, 169, 118) 0%, rgb(189, 169, 118) 0%, rgba(32, 60, 68, 0) 60%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3.2rem;
  font-weight: 300;
}
.blog-section .blog-container .blog-content .blog-meta-info {
  margin: 2.4rem 0 0 0;
}
.blog-section .blog-container .blog-content span {
  color: #FFFFFF;
  font-family: "Gellix";
  font-weight: 500;
  font-size: 1.8rem;
}
.blog-section .blog-container .blog-content .date,
.blog-section .blog-container .blog-content .auth {
  color: #FFFFFF;
  font-family: "Gellix";
  font-size: 1.8rem;
}

.chatbox {
  position: fixed;
  right: 20px;
  z-index: 5;
}
.chatbox .chat-button-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
.chatbox .chat-button-container .btn-call {
  background: #BCA875;
  border: 7px solid white;
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
  cursor: pointer;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 1s infinite;
}
.chatbox .chat-button-container .btn-call img {
  width: 4rem;
}
.chatbox .chat-button-container .btn-call__ico {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
  transition: 0.3s all;
}


@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 20px rgba(35, 124, 179, 0.5), 0 0 0 0 rgba(188, 168, 117, 0.3), 0 0 0 0 rgba(188, 168, 117, 0.3);
  }
  40% {
    box-shadow: 0 8px 20px rgba(35, 124, 179, 0.5), 0 0 0 15px rgba(188, 168, 117, 0.3), 0 0 0 0 rgba(188, 168, 117, 0.3);
  }
  80% {
    box-shadow: 0 8px 20px rgba(35, 124, 179, 0.5), 0 0 0 30px rgba(188, 168, 117, 0), 0 0 0 26.7px rgba(188, 168, 117, 0.067);
  }
  100% {
    box-shadow: 0 8px 20px rgba(35, 124, 179, 0.5), 0 0 0 30px rgba(188, 168, 117, 0), 0 0 0 40px rgba(188, 168, 117, 0);
  }
}
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
.chatbox .chatbox-content {
  border-radius: 1rem;
  overflow: hidden;
  display: none;
  width: 400px;
  height: 500px;
  border: 7px solid #e7e7e7;
  border-radius: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  z-index: 5;
  bottom: 45px;
  animation: slide-in 0.5s forwards;
  position: fixed;
  right: 15px;
}
.chatbox .chatbox-content .btn-close {
  font-size: medium;
}
.chatbox .chatbox-content .btn-close:focus {
  box-shadow: none;
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.chatbox .chatbox-content.show-chat {
  display: block;
}
.chatbox .chatbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  background-color: #BCA875;
}
.chatbox .chatbox-header .profile-info {
  display: flex;
  align-items: center;
}
.chatbox .chatbox-header .profile-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.chatbox .chatbox-header .profile-info .profile-name {
  color: #F2F2F7;
  font-weight: 600;
  margin-right: 5px;
  font-size: 2rem;
  font-family: "Gellix";
  font-weight: 600;
}
.chatbox .chatbox-header .profile-info .active-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: green;
}
.chatbox .chatbox-body {
  padding: 15px;
  height: calc(100% - 140px);
  overflow-y: auto;
  font-size: 2rem;
  background: #FFFFFF;
  font-family: "Gellix";
  font-weight: 600;
}
.chatbox .chatbox-footer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.9rem;
  border-top: 1px solid #ccc;
  background-color: #BCA875;
  margin: 2px 0 0 0;
}
.chatbox .chatbox-footer .send-button {
  background-color: #1E3B44;
  text-decoration: none;
  font-family: "Gellix";
  font-weight: 600;
  text-decoration: none;
  font-size: 2rem;
  padding: 0.8rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1E3B44;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  color: #000000;
  border-radius: 0.5rem;
}

.footer {
  padding: 6rem 0 0 0;
  background-color: #1E3B44;
}
.footer .logo-content p {
  color: rgba(236, 159, 121, 0.5);
  font-weight: 200;
}
.footer .logo-content .button-main {
  margin: 4rem 0;
}
.footer .logo-content .button-main .btn-secondary {
  padding: 1rem 2.4rem;
  margin-right: 1rem;
  border: 1px solid #BCA875;
}
.footer .logo-content .button-main .refer-btn {
  background: transparent;
  color: #BCA875;
}
.footer .logo-content .button-main .refer-btn:hover {
  color: #FFFFFF;
  background-color: #BCA875;
}
.footer .footer-links {
  margin-left: 0;
  padding: 0 9rem 0 12rem;
}
.footer .footer-links h3 {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-family: "Gellix";
  font-weight: 400;
}
.footer .footer-links .footer-links-list {
  margin-top: 2rem;
}
.footer .footer-links .footer-links-list li {
  margin-bottom: 2rem;
  display: flex;
  gap: 1.5rem;
}
.footer .footer-links .footer-links-list li .common-para {
  margin-bottom: 0;
}
.footer .footer-links .footer-links-list li:first-child svg {
  margin-top: 0.8rem;
}
.footer .footer-links .footer-links-list li svg {
  width: 3rem;
}
.footer .footer-links .footer-links-list li:nth-child(2) svg {
  margin-top: 0.5rem;
}
.footer .footer-links .footer-links-list a {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Gellix";
}
.footer .footer-links .footer-links-list a:hover {
  color: #BCA875;
}
.footer .footer-links .footer-links-list p {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Gellix";
}
.footer .footer-link-two {
  padding: 0;
  display: flex;
  gap: 8rem;
  justify-content: end;
}
.footer .social-list li a {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social-list li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.footer svg:hover circle {
  fill: white;
}
.footer .rights-reserved {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  padding: 4rem 0;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .rights-reserved a,
.footer .rights-reserved p,
.footer .rights-reserved span {
  font-size: 1.4rem;
  font-family: "Gellix";
  font-weight: 200;
}
.footer .rights-reserved a:hover {
  color: #BCA875;
}

.about-hero {
  background-image: url("../img/about-hero.jpg");
  min-height: 60rem;
}

.pt-14 {
  padding-top: 14rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.mt-14 {
  margin-top: 14rem;
}

.welcome-section .left-content {
  padding-left: 0rem;
  margin: 10.4rem 0 0 0;
}
.welcome-section .left-content .img-container .img-bottom-right {
  height: 37rem;
  width: 37rem;
}
.welcome-section .left-content .img-container .img-left {
  width: 47rem;
  height: 66rem;
}

.who-we-section .info {
  margin: 5.6rem 0 12.6rem 0;
}
.who-we-section .img-column .img-main .img-signup {
  height: 75rem;
}
.who-we-section .img-column .img-main .img-bottom-left {
  position: absolute;
  bottom: 30%;
  left: -30%;
  width: 30rem;
}
.who-we-section .signup-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.limitless-section .info {
  padding: 0 25%;
}
.limitless-section .info .common-para {
  margin: 3.2rem 0 8.8rem 0;
}
.limitless-section h2 .sub-heading {
  padding: 0 25%;
}

.about-faq .faq-img-container {
  padding-right: 10rem;
  padding-left: 0;
}
.about-faq .accordion-contet-main {
  padding: 6.4rem 4rem 0 1rem;
}

.refer-hero {
  background-image: url("../img/refer-hero.jpg");
  min-height: 60rem;
}

.contact-section .img-container {
  height: 61.5rem;
}
.contact-section .content {
  padding: 0 4rem;
}
.contact-section .content .common-para {
  margin: 3rem 0;
}
.contact-section .contact-info {
  margin-top: 22.5rem;
}
.contact-section .contact-info .contact-main {
  display: flex;
}
.contact-section .contact-info .contact-main .inner-contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-section .contact-info .contact-main .inner-contact-content p,
.contact-section .contact-info .contact-main .inner-contact-content a {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
}
.contact-section .contact-form {
  padding: 4.5rem 4.5rem 5.5rem 4.5rem;
  height: 100%;
  margin: 0 auto;
  background-color: #BCA875;
}
.contact-section .contact-form textarea {
  resize: none;
}
.contact-section .contact-form h4 {
  font-size: 2.8rem;
  font-family: "Gellix";
  margin-bottom: 3.2rem;
  color: #1E3B44;
}
.contact-section .contact-form .btn-primary-two {
  font-weight: 300;
  font-size: 1.8rem;
  padding: 1.7rem 0;
}

.legal-hero {
  background-image: url("../img/legal-hero.jpg");
  min-height: 60rem;
}

.terms-section .common-para {
  font-size: 1.8rem;
  line-height: 30px;
}
.terms-section h2 {
  padding-right: 35%;
}
.terms-section .tab-container {
  background-color: #BCA875;
  padding: 3.2rem;
}
.terms-section .tab-container .nav-pills .nav-link {
  border-radius: 0;
  color: #BCA875;
  background-color: #1E3B44;
  font-family: "Gellix";
  font-weight: 400;
  padding: 1.6rem 4.3rem;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-transform: capitalize;
}
.terms-section .tab-container .nav-pills .nav-link:hover, .terms-section .tab-container .nav-pills .nav-link:focus {
  color: #fff;
}
.terms-section .tab-container .nav-pills .nav-link.active {
  color: #FFFFFF;
}
.terms-section .terms-content {
  padding: 0;
  border-radius: 0;
}
.terms-section .terms-content .main-heading {
  font-size: 5rem;
  font-family: "Gellix";
  font-weight: 700;
}
.terms-section .terms-content .heading-context {
  margin-top: 3.5rem;
}
.terms-section .terms-content .common-para {
  color: #000000;
  font-weight: 400;
}
.terms-section .terms-content .content-list {
  list-style: numeric;
  padding-left: 3rem;
}
.terms-section .terms-content .content-list li {
  margin-bottom: 3rem;
  color: #000000;
}
.terms-section .terms-content .content-list li::marker {
  font-size: 2.2rem;
  font-family: "Gellix";
  font-weight: 500;
}
.terms-section .terms-content .content-list li:last-child {
  margin-bottom: 0;
}
.terms-section .terms-content .content-list h3 {
  font-size: 2.2rem;
  font-family: "Gellix";
  font-weight: 500;
  margin-top: 3rem;
  color: #000000;
}
.terms-section .terms-content .content-list .alpha-list {
  margin-top: 3rem;
}
.terms-section .terms-content .content-list .alpha-list li {
  margin-bottom: 0;
  list-style: lower-alpha;
}
.terms-section .terms-content .content-list .alpha-list li::marker {
  font-weight: 500;
}
.terms-section .terms-content h3 {
  font-size: 2.2rem;
  font-family: "Gellix";
  font-weight: 700;
  margin-top: 3rem;
}

.apply-hero {
  background-image: url("../img/apply-hero.jpg");
  min-height: 60rem;
}

.video-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section h2 {
  padding-right: 0;
}
.video-section::before {
  content: none;
}
.video-section .video-inner {
  border: 20px solid rgba(255, 255, 255, 0.2);
}
.video-section .video-block-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6.4rem;
}
.video-section .video-block-list .boxed-number {
  padding: 0.8rem 1.2rem;
  margin-right: 1rem;
  font-size: 3rem;
  color: #1E3B44;
  border: 2px solid #1E3B44;
}
.video-section h3 {
  margin-top: 3.4rem;
  color: #203C44;
  font-size: 5rem;
  font-family: "Gellix";
  font-weight: 400;
}
.video-section .btn-skin-two {
  padding: 0.5rem 2rem;
}
.video-section .video-container {
  background-image: url("../img/video-frame-bg.jpg");
  background-position: top right;
  padding: 0 2rem;
  margin: 0rem auto 0 auto;
}
.video-section .video-container .apply-video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  position: relative;
  display: none;
}
.video-section .video-bg-image {
  width: 100%;
  height: auto;
  display: block;
}
.video-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .btn-primary-two {
  padding: 4.9rem 5.2rem;
}
.video-section .signup-content {
  padding: 0 9rem 0 0;
}

.blog-hero {
  background-image: url("../img/blog-hero.jpg");
  min-height: 60rem;
}

.blog-section .blog-main .blog-heading {
  font-weight: 400;
  font-size: 6rem;
  line-height: 7rem;
  margin: 3.2rem 0;
  color: #1E3B44;
}
.blog-section .blog-main .blog-content-main-block {
  padding: 3.2rem;
}
.blog-section .blog-main .blog-content-main-block .common-para {
  font-size: 3rem;
  line-height: 4rem;
  margin: 3.2rem 0 0 0;
}
.blog-section .blog-main .blog-content-main-block .publish-date-main p {
  font-size: 1.8rem;
  margin: 0 0 0 0;
}
.blog-section .blog-main .blog-sub-heading {
  font-size: 5rem;
  line-height: normal;
  margin: 3.2rem 0;
  font-weight: 400;
  color: #1E3B44;
  font-family: "Gellix";
  color: #000000;
}
.blog-section .blog-main .blog-parent-heading {
  text-align: center;
  padding: 0 25%;
  margin: 0 0 8.8rem 0;
}
.blog-section .blog-main .exp-list li:first-child {
  margin: 3.2rem 0 0 0;
}
.blog-section .blog-main .exp-list .common-para {
  margin: 0 0 0 0;
}
.blog-section .blog-main .content-with-bg {
  background-color: rgba(188, 168, 117, 0.15);
  border-left: 1rem solid rgb(188, 169, 117);
  padding: 3.2rem;
  margin: 3.2rem 0 0 0;
}
.blog-section .blog-main .content-inner-img {
  margin-top: 3.2rem;
}
.blog-section .blog-main .btw-content-img {
  height: 67rem;
}
.blog-section .blog-side-list-container {
  padding: 3.2rem 3.2rem 39rem 3.2rem;
  background-color: #BCA875;
}
.blog-section .blog-side-list-container h3 {
  font-size: 2.8rem;
  font-family: "Gellix";
  font-weight: 600;
  color: #1E3B44;
  margin-bottom: 4.6rem;
}
.blog-section .blog-side-list-container ul {
  padding-left: 0;
}
.blog-section .blog-side-list-container ul li {
  list-style: none;
  font-size: 2.8rem;
  font-family: "Gellix";
  font-weight: 500;
  color: #1E3B44;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.blog-section .blog-side-list-container ul li a:hover {
  color: #1E3B44;
}

.blog-detail-section {
  padding: 14rem 0 22rem 0;
}
.blog-detail-section .blog-container {
  margin-top: 0;
}

.contact-hero {
  background-image: url("../img/contact-hero.jpg");
  min-height: 60rem;
}

.contact-bg-container {
  background-image: url("../img/contact-bg.jpg");
  height: 100%;
}
.contact-bg-container .overlay {
  background-color: rgba(32, 60, 68, 0.94);
  height: 100%;
  padding: 6.2rem;
}
.contact-bg-container .overlay .overlay-content {
  padding-right: 25rem;
}
.contact-bg-container .overlay .overlay-content .common-para {
  font-weight: 400;
}

.services-page-section .img-container {
  height: 100%;
}
.services-page-section .main-content-container {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  height: 100%;
  box-sizing: border-box;
}
.services-page-section .main-content-container .content {
  width: 100%;
  padding: 6.4rem 5.6rem 6.4rem 3.2rem;
  box-sizing: border-box;
}
.services-page-section .main-content-container .content-two {
  padding-right: 8.6rem;
}
.services-page-section .main-content-container .info {
  margin-top: 2.6rem;
}
.services-page-section .box {
  width: 13.7rem;
  height: 47.8rem;
  background-color: rgb(189, 169, 118);
  flex-shrink: 0;
  margin-left: 0.2rem;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1600px) {
  .video-section .signup-content {
    padding: 0;
  }
  .video-section .btn-primary-two {
    margin-top: 0rem;
  }
  .checkout-service .navigation-main .carousel-navigation {
    margin: 11.5rem 0 0 0;
}

  .footer .footer-links {
    padding: 0 0 0 12rem;
  }
}
@media only screen and (max-width: 1400px) {
  .legal-main {
    background-image: none;
    margin-bottom: 0;
  }
  .footer .footer-links {
    margin-left: 0;
    padding: 0;
  }
  .footer .margin-lg {
    margin-top: 0rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-heading,
  .banner-main-heading {
    font-size: 4.5rem;
  }
  .hero-section {
    min-height: 100%;
  }
  .hero-section .hero-container {
    margin-top: 0;
  }
  .navbar .navbar-nav .nav-item a {
    font-size: 1.6rem;
    padding: 0 1.2rem;
  }
  .sub-heading {
    font-size: 3.5rem;
    line-height: 50px;
  }
  .main-heading {
    font-size: 6.5rem;
    line-height: 70px;
  }
  .take-care .img-container {
    margin-top: 5.5rem;
  }
  .take-care .content {
    margin-top: 25rem;
  }
  .btn-block {
    width: 12.61rem;
  }
  .btn-block .btn-primary {
    background-color: #1E3B44;
    padding: 4.8rem 1.4rem;
  }
  .about-section .right-content {
    padding-left: 4.6rem;
  }
  .checkout-service .navigation-main .carousel-navigation {
    margin: 9rem 0 0 0;
}
   
  .about-section .images-main .img-container {
    height: 89rem;
  }
  .signup-section .img-column {
    padding-left: 16rem;
  }
  .checkout-service .owl-carousel .item {
    height: 80.3rem;
  }
  .contact-section .contact-info .contact-main .inner-contact-content a,
  .contact-section .contact-info .contact-main .inner-contact-content p {
    font-size: 1.2rem;
  }
  .about-faq .faq-img-container {
    padding-right: 5rem;
  }
  .about-faq .accordion-contet-main {
    padding: 6.4rem 0rem 0 1rem;
  }
  .about-faq .accordion-contet-main .accordion-main {
    padding: 4rem 0rem 5.5rem 0;
  }
  .services-page-section .main-content-container .content-two {
    padding-right: 3rem;
  }
  .services-page-section .box {
    width: 4.7rem;
  }
  .video-section .play-button {
    width: 8rem;
  }
  .terms-section .tab-container {
    padding: 2.2rem;
  }
  .terms-section .tab-container .nav-pills .nav-link {
    padding: 1.6rem 1rem;
  }
  .who-we-section h2 {
    padding-right: 10rem;
  }
  .contact-bg-container .overlay .overlay-content {
    padding-right: 0;
  }
  .faq-section .accordion-contet-main .faq-page-acc-main {
    padding: 0 15%;
  }
  .footer .footer-link-two {
    padding: 0;
    display: flex;
    gap: 42rem;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section {
    min-height: 100%;
    padding: 22rem 0 10rem 0;
  }
  .blog-hero {
    background-position: 77%;
  }
  .banner-heading,
  .banner-main-heading {
    font-size: 4.5rem;
    line-height: 60px;
  }
  .sub-heading {
    margin-top: 1rem;
  }
  .main-heading {
    font-size: 4.5rem;
  }
  .common-section-padding {
    padding-top: 6rem;
  }
  .pt-14 {
    padding-top: 6rem;
  }
  .mt-14 {
    margin-top: 6rem;
  }
  .pb-10 {
    padding-bottom: 6rem;
  }
  .common-section-padding-tb {
    padding: 6rem 0;
  }
  .navbar .container {
    padding: 1.6rem;
  }
  .navbar .navbar-toggler {
    background-color: #BCA875;
    padding: 1rem;
    border-radius: 0;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-nav .nav-item a {
    font-size: 1.8rem;
  }
  .navbar .navbar-nav .nav-item .nav-apply {
    padding: 1rem 2rem;
  }
  .navbar .navbar-collapse {
    background-color: #1E3B44;
  }
  .navbar .navbar-collapse ul {
    text-align: center;
    gap: 2.5rem;
    margin-top: 2rem;
  }
  .navbar .navbar-collapse ul li:last-child {
    width: 15rem;
    margin: 0 auto;
  }
  .about-section .right-content {
    padding-left: 0rem;
    padding-top: 5rem;
  }
  .about-section .right-content .img-container .img-bottom-right {
    bottom: 0;
    right: 30%;
  }
  .about-section .images-main {
    margin-top: 4rem;
  }
  .signup-section .img-column .img-main {
    margin-top: 4rem;
  }
  .signup-section .info {
    margin: 3rem 0 5.5rem 0;
  }
  .take-care .content {
    margin-top: 4rem;
    height: 100%;
  }
  .checkout-service .owl-carousel .item {
    height: 100%;
  }
  .checkout-service .main-row {
    background: white;
  }
  .checkout-service .navigation-main {
    background: rgba(0, 0, 0, 0.05);
  }
  .checkout-service .navigation-main .carousel-navigation {
    display: none !important;
  }
  .checkout-service .navigation-main .content {
    padding: 4.4rem;
  }
  .faq-section .btn-block {
    height: 100%;
    margin-top: 0;
    background-color: white;
  }
  .faq-section .accordion-contet-main .faq-page-acc-main {
    padding: 0;
  }
  .contact-section .content {
    padding: 3rem 0 0 0;
  }
  .contact-section .contact-form {
    padding: 4.5rem;
    max-width: 100%;
    margin-top: 3rem;
    height: auto;
  }
  .contact-section .contact-info {
    margin-top: 0;
  }
  .contact-section .contact-info .contact-main .inner-contact-content a,
  .contact-section .contact-info .contact-main .inner-contact-content p {
    font-size: 1.4rem;
  }
  .contact-bg-container .overlay .overlay-content {
    padding-right: 0;
  }
  .welcome-section .left-content {
    padding-right: 17rem;
    margin: 0;
  }
  .welcome-section .right-content {
    padding-top: 4rem;
  }
  .welcome-section .right-content .content {
    margin-top: 4rem;
  }
  .welcome-section .right-content .content .common-para {
    margin-bottom: 1rem;
  }
  .welcome-section .btn-block {
    height: auto;
    background-color: #FFFFFF;
    margin-top: 2rem;
  }
  .services-page-section .box {
    height: 100%;
  }
  .about-faq .accordion-contet-main {
    padding: 0;
  }
  .about-faq .accordion-contet-main .accordion-main {
    padding: 2rem 0 6.5rem 0;
  }
  .limitless-section .info {
    padding: 0 15%;
  }
  .limitless-section h2 .sub-heading {
    padding: 0 12%;
  }
  .video-section .video-container {
    padding: 0;
    margin: 0 auto 4rem auto;
  }
  .blog-section .blog-side-list-container {
    margin-top: 5rem;
    padding: 3rem 2rem;
  }
  .blog-section .blog-side-list-container h3 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .blog-section .blog-side-list-container ul li {
    font-size: 2.2rem;
    color: #1E3B44;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .blog-section .blog-side-list-container ul li:last-child {
    margin-bottom: 0;
  }
  .blog-section .blog-main .blog-content-main-block {
    padding: 0;
  }
  .blog-section .blog-main .blog-content-main-block .common-para {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 3.2rem 0 0 0;
  }
  .blog-section .blog-main .blog-parent-heading {
    padding: 0;
    text-align: center;
    margin: 0 0 4rem 0;
  }
  .blog-section .blog-main .blog-heading {
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin: 3.2rem 0;
    color: #1E3B44;
  }
  .blog-detail-section {
    padding: 6rem 0;
  }
  .chatbox {
    position: fixed;
    right: 20px;
    z-index: 5;
  }
  .chatbox .chat-button-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }
  .chatbox .chat-button-container .btn-call {
    background: #BCA875;
    border: 5px solid white;
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
  }
  .chatbox .chat-button-container .btn-call img {
    width: 3rem;
  }
  
  .about-section .right-content .btn-block {
    height: 29rem;
}

  .footer .footer-link-two {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .light-primary-bg {
    background-color: #FFFFFF;
  }
  .blog-section .btn-block {
    display: none;
  }
  .btn-block {
    height: auto;
  }
  .contact-section .contact-info {
    margin-top: 3rem;
  }
  .contact-section .contact-info .contact-main {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-section .contact-info .contact-main .inner-contact-content p,
  .contact-section .contact-info .contact-main .inner-contact-content a {
    margin-top: 1rem;
  }
  .limitless-section .info .common-para {
    margin: 2rem 0 4rem 0;
  }
  .limitless-section .img-container {
    margin-bottom: 2rem;
    height: 100%;
  }
  .footer .social-list {
    margin-bottom: 2rem;
  }
  .footer .right {
    margin-bottom: 1rem;
    text-align: center;
  }
  .blog-section .blog-side-list-container {
    margin-top: 5rem;
  }
  .blog-section .blog-side-list-container h3 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  
  .about-section .right-content .btn-block {
    height: auto;
}
}
@media only screen and (max-width: 576px) {
  .btn-block {
    width: 14.61rem;
  }
  .btn-block .btn-primary {
    padding: 2rem;
  }
  .btn-primary,
  .btn-secondary {
    padding: 2rem;
  }
  .btn-tranparent {
    padding: 1.2rem 2.6rem;
  }
  .take-care {
    padding: 0;
  }
  .take-care .img-container {
    margin-top: 3rem;
  }
  .take-care .content {
    margin-top: 3rem;
  }
  .take-care .content .common-para {
    margin-bottom: 1rem;
  }
  .take-care .content .btn-block {
    margin-top: 3rem;
  }
  .common-section-padding {
    padding-top: 5rem;
  }
  .common-section-margin {
    margin-top: 5rem;
  }
  .common-section-padding-tb {
    padding: 5rem 0;
  }
  .pt-14 {
    padding-top: 5rem;
  }
  .pb-10 {
    padding-bottom: 5rem;
  }
  .navbar .container {
    padding: 1.6rem 1.2rem;
  }
  .banner-heading,
  .banner-main-heading {
    font-size: 3.5rem;
    line-height: 50px;
  }
  .banner-heading br,
  .banner-main-heading br {
    display: none;
  }
  .sub-heading {
    font-family: "Gellix";
    font-size: 3rem;
    font-weight: 400;
    line-height: normal;
    color: #BCA875;
    margin-top: 2rem;
    display: block;
  }
  .main-heading {
    font-size: 4.5rem;
    line-height: normal;
  }
  .about-section .right-content {
    padding-left: 0;
    padding-top: 0;
  }
  .about-section .right-content .img-container .img-bottom-right {
    display: none;
  }
  .about-section .right-content .img-container .img-left {
    width: 100%;
    height: 100%;
  }
  .about-section .right-content .content {
    margin-top: 3.4rem;
  }
  .about-section .right-content .content .btn-block {
    margin-top: 3rem;
  }
  .about-section .right-content .content .common-para {
    margin-bottom: 1rem;
  }
  .welcome-section .left-content {
    padding-right: 0rem;
    margin: 0 0 3rem 0;
  }
  .services-page-section .main-content-container .content-two {
    padding-right: 2rem;
    padding: 2rem;
  }
  .services-page-section .main-content-container .content {
    padding: 2rem;
  }
  .services-page-section .box {
    display: none;
  }
  .checkout-service .navigation-main .content {
    padding: 2.4rem;
  }
  .checkout-service .owl-carousel .item {
    height: 60rem;
  }
  .signup-section {
    background: linear-gradient(to right, #BDA976 90%, #203C44 25%);
  }
  .signup-section::before {
    content: none;
  }
  .signup-section .info {
    margin: 3rem 0 4rem 0;
  }
  .signup-section h2 {
    padding-right: 0rem;
  }
  .faq-section .accordion-contet-main {
    padding-top: 5rem;
  }
  .faq-section .accordion-contet-main .accordion-main {
    padding: 2rem 0rem 5rem 0;
  }
  .faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-body {
    padding: 0rem 1.6rem 2.2rem 4.5rem;
  }
  .faq-section .accordion-contet-main .accordion-main .accordion-item .accordion-button {
    font-size: 2rem;
  }
  .faq-section .btn-block .btn-primary {
    padding: 2rem;
  }
  .faq-section .accordion-contet-main .faq-page-acc-main {
    padding: 0;
  }
  .faq-section .accordion-contet-main .faq-page-acc-main h3 {
    font-size: 2.4rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .about-faq .accordion-contet-main {
    padding: 0;
  }
  .chatbox .chatbox-content.show-chat {
    width: 92%;
  }
  .chatbox .chatbox-content.show-chat .chatbox-footer .send-button {
    background-color: #1E3B44;
    text-decoration: none;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  .chatbox .chat-button-container .btn-call {
    height: 8rem;
    width: 8rem;
  }
  .footer p {
    margin-bottom: 0;
  }
  .footer .social-list {
    margin-bottom: 2rem;
  }
  .footer .logo-content .button-main {
    margin: 3rem 0;
  }
  .footer .logo-content .button-main .btn-secondary {
    padding: 1rem 1.4rem;
    font-size: 1.6rem;
  }
  .footer .rights-reserved {
    padding: 3rem 0;
    margin-top: 1rem;
  }
  .footer .main-row {
    gap: 2rem !important;
    width: 100%;
    justify-content: center;
  }
  .limitless-section .img-container {
    margin-bottom: 2rem;
    height: auto;
  }
  .limitless-section .info {
    padding: 0;
  }
  .who-we-section .info {
    margin: 2rem 0 3rem 0;
  }
  .contact-section .content {
    padding: 3rem 1rem;
  }
  .contact-section .contact-form {
    padding: 3rem 2rem;
  }
  .contact-section .img-container {
    height: 40rem;
    padding: 1rem;
  }
  .join-agency .join-us-content {
    padding: 3rem 2rem;
  }
  .join-agency .join-us-content .info {
    margin: 3rem 0 3rem 0;
  }
  .contact-bg-container .overlay {
    padding: 3rem 2rem;
  }
  .video-section .video-inner {
    border-width: 12px;
  }
  .video-section .btn-primary-two {
    padding: 2rem 3.2rem;
  }
  .terms-section .terms-content {
    padding: 0;
  }
  .terms-section .terms-content .main-heading {
    font-size: 4.5rem;
  }
  .terms-section h2 {
    padding-right: 1rem;
  }
  .blog-section .carousel-navigation {
    margin: 4rem 0 0 0;
  }
  .blog-section .blog-container .blog-content {
    padding: 1rem;
  }
  .blog-section .blog-container .blog-content .date,
  .blog-section .blog-container .blog-content .auth {
    color: #FFFFFF;
    font-family: "Gellix";
    font-size: 1.4rem;
  }
  .blog-section .blog-container .blog-img-content h3 {
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Gellix";
    font-size: 2.6rem;
  }
  .blog-section .blog-side-list-container {
    margin-top: 4rem;
    padding: 3rem 2rem;
  }
  .blog-section .blog-side-list-container h3 {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .blog-section .blog-side-list-container ul li {
    font-size: 2.2rem;
    color: #1E3B44;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .blog-section .blog-side-list-container ul li:last-child {
    margin-bottom: 0;
  }
  .blog-section .blog-main .blog-content-main-block .common-para {
    font-size: 2rem;
    line-height: 30px;
    margin: 3.2rem 0 0 0;
  }
  .blog-section .blog-main .blog-sub-heading {
    font-size: 3rem;
    line-height: normal;
    margin: 3rem 0;
    font-weight: 400;
  }
  .blog-section .blog-heading {
    font-size: 3.5rem;
    line-height: normal;
    margin: 3rem 0;
  }
  .blog-detail-section {
    padding: 5rem 0;
  }
}/*# sourceMappingURL=style.css.map */