@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

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

a:focus-visible {
  outline: none;
}

.hero-common-para {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3;
}

.common-para {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  text-align: left;
  font-weight: 400;
  line-height: 35px;
  color: #311507;
}

.text-brown {
  color: #311507;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.cormorant-regular {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cormorant-medium {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.cormorant-semibold {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.cormorant-bold {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sub-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 2.5;
}

.main-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 10rem;
  font-weight: bolder;
  letter-spacing: 0.1rem;
}

.primary-color {
  color: #EC9F79;
}

.secondary-color {
  color: #311507;
}

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

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

.black {
  color: #000000;
}

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

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

.light-secondary-bg {
  background-color: #4997D0;
}

.primary-bg {
  background-color: #EC9F79;
}

.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%;
}

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

.form-control {
  padding: 1.6rem 1rem;
  background: #000000;
  margin-bottom: 3.5rem;
  border: 1px solid #000000 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  border-radius: 0;
  color: #E1DCD4;
}
.form-control:focus {
  background: #000000;
  box-shadow: none;
  border: 1px solid #EC9F79 !important;
  color: #E1DCD4;
}
.form-control::-moz-placeholder {
  color: #E1DCD4;
}
.form-control::placeholder {
  color: #E1DCD4;
}

.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: #F2BCA1;
}

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

p {
  margin-bottom: 0;
}

.section-heading .main-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1;
  display: inline-block;
  margin: 0.5rem 0;
  color: #311507;
}
.section-heading .sub-heading {
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 500;
  color: #311507;
}

.btn-skin {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.2rem 2rem;
  color: #000000;
  border: 1px solid #EC9F79;
  overflow: hidden;
  background-color: #EC9F79;
  transition: color 0.5s, background-color 0.5s;
}
.btn-skin:hover {
  background-color: transparent;
  border: 1px solid #EC9F79;
  color: #FFFFFF;
}

.btn-skin-two {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.2rem 2rem;
  color: #000000;
  border: 1px solid #EC9F79;
  overflow: hidden;
  background-color: #EC9F79;
  transition: color 0.5s, background-color 0.5s;
}
.btn-skin-two:hover {
  background-color: transparent;
  border: 1px solid #EC9F79;
  color: #000000;
}

.btn-dark {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.2rem 2rem;
  color: #FFFFFF;
  border: 1px solid #000000;
  overflow: hidden;
  background-color: #000000;
  transition: color 0.5s, background-color 0.5s;
}
.btn-dark:hover {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.nav-link-active {
  color: #EC9F79 !important;
}

.navbar .navbar-nav .nav-item a {
  font-weight: 300;
  font-size: 1.6rem;
  color: #FFFFFF;
  gap: 5rem;
  padding: 0 2rem;
}
.navbar .navbar-nav .nav-item a:hover {
  color: #EC9F79;
}
.navbar .nav-apply {
  background-color: transparent;
  border: 1px solid #EC9F79;
  padding: 1.2rem 2.2rem;
  color: #EC9F79;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.navbar .nav-apply:hover {
  background-color: #EC9F79;
  color: #000000;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 100%;
  height: auto;
}

.hero-section {
  background-image: url("../img/home-banner.jpg");
  background-position: top left;
  min-height: 70rem;
}
.hero-section .hero-container {
  margin-top: 4rem;
}

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

.welcome-section .left-content p {
  margin: 4rem 0;
  padding-right: 4rem;
}

.service-section .content {
  padding: 0 32rem;
}
.service-section .content p {
  font-weight: 500;
}
.service-section .owl-carousel .owl-item {
  transition: transform 0.3s ease-in-out, z-index 0.3s ease-in-out;
}
.service-section .owl-carousel .owl-item .item {
  height: 47.5rem;
}
.service-section .owl-carousel .owl-item p {
  position: absolute;
  bottom: 0%;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  background: rgba(49, 21, 7, 0.4);
  color: #F2BCA1;
  padding: 0.5rem 0;
  border-top: 1px solid #EC9F79;
}
.service-section .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 7.6rem !important;
}
.service-section .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #EC9F79;
  height: 16px;
  width: 16px;
}
.service-section .owl-carousel .owl-dots .owl-dot span {
  background-color: #F2BCA1;
  height: 12px;
  width: 12px;
}
.service-section .custom-nav button {
  background: none;
  border: none;
  cursor: pointer;
  pointer-events: all;
  z-index: 1;
  /* Enable click events */
}
.service-section .custom-nav button:hover svg path {
  fill: black;
}
.service-section .custom-nav .custom-prev {
  left: 44%;
  bottom: 0;
}
.service-section .custom-nav .custom-next {
  right: 44%;
  bottom: 0;
}
.service-section .know-more-btn-block {
  margin-top: 6.6rem;
}

.learn-more-section {
  background-image: url("../img/learn-more-bg.png");
  background-position: center;
  margin-top: 35rem;
  padding-bottom: 10rem;
}
.learn-more-section .right-content {
  margin: 2rem 0rem 0 5rem;
}
.learn-more-section .img-container,
.learn-more-section .section-heading {
  margin-top: -21rem;
}
.learn-more-section .img-container {
  height: 57rem;
  margin-left: 5rem;
}
.learn-more-section p {
  margin-top: 10rem;
  font-weight: 300;
}
.learn-more-section .btn-skin {
  margin-top: 5rem;
}

.define-section .container .content-bg {
  background-image: url("../img/take-care-bg.jpg");
  background-position: top right;
  min-height: 55.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.define-section .container .content-bg .section-heading {
  color: #000000;
}
.define-section .container .content-bg .section-heading .main-heading {
  font-size: 10rem;
  color: #000000;
}
.define-section .container .content-bg .section-heading .sub-heading {
  font-weight: 900;
}

.take-care-section .item {
  height: 100% !important;
  width:100%;
}
.take-care-section .section-heading .sub-heading {
  line-height: 2.2;
}
.take-care-section .main-right-block {
  padding: 1rem 4.4rem 7rem 4.4rem;
  height:100%;
  position: relative;
}
.take-care-section .custom-nav {
  display: flex;
  gap: 6rem;
  position: absolute;
  bottom: 5%;
  margin-bottom: 0rem;
}
.take-care-section .custom-nav button svg path {
  fill: rgba(242, 188, 161, 0.7);
}
.take-care-section .custom-nav button:hover svg path {
  fill: #EC9F79;
}
.take-care-section .owl-dots {
  position: absolute;
  left: 14%;
  bottom: 5.7%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.take-care-section .owl-dots .owl-dot {
  border: none;
  background: none;
}
.take-care-section .owl-dots .owl-dot span {
  border: none;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #EC9F79;
}
.take-care-section .owl-dots .owl-dot:active span {
  background-color: #E1DCD4 !important;
}

.faq-section .accordion-main {
  padding-left: 6rem;
}
.faq-section .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-main .accordion-item:not(:first-of-type):last-child {
  margin-bottom: 0;
}
.faq-section .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-main .accordion-item {
  border: none;
  border-bottom: 1px solid #E1DCD4;
}
.faq-section .accordion-main .accordion-item .accordion-button {
  border-radius: 0rem;
  padding: 2rem 0 2rem 4.5rem;
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #311507;
  background: none;
  position: relative;
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-section .accordion-main .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-section .accordion-main .accordion-item .accordion-button::after {
  transition: none;
}
.faq-section .accordion-main .accordion-item .accordion-button:not(.collapsed)::after {
  content: " ";
  background-image: url("../img//cross.svg");
  display: inline-block;
  box-shadow: none;
  background-color: #EC9F79;
  background-position: center center;
  background-size: auto;
  position: absolute;
  left: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.faq-section .accordion-main .accordion-item .accordion-button.collapsed::after {
  background-image: url("../img/plus.svg");
  background-color: #EC9F79;
  box-shadow: none;
  background-position: center center;
  background-size: auto;
  position: absolute;
  left: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.faq-section .accordion-main .accordion-item.collapsed {
  border: 1px solid #ececec;
}
.faq-section .accordion-main .accordion-item.expanded {
  border: none;
}
.faq-section .accordion-main .accordion-item .accordion-body {
  padding: 1.2rem 1.6rem 2.2rem 4.5rem;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}
.faq-section .accordion-main .accordion-item .accordion-body:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.faq-section .accordion-main .accordion-item .accordion-body:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.faq-section .left-content .img-container {
  height: 47rem;
}
.faq-section .btn-skin-two {
  margin-top: 3rem;
}

.blog-section .blog-container {
  margin: 3rem 0 0 0;
}
.blog-section .blog-container .blog-img-content {
 overflow: hidden;
  position: relative;
  max-width: 470px;
    margin: 0 auto;
}
.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: 500;
}
.blog-section .blog-container .blog-img-content h3:hover h3 {
  color: #000000;
}
.blog-section .blog-container .blog-img-content:hover img {
  transform: scale(1.2);
}
.blog-section .blog-container .blog-content {
  font-size: 1.2rem;
  color: white;
  background-color: rgba(49, 21, 7, 0.4);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  font-weight: 300;
  border-top: 1px solid #EC9F79;
}
.blog-section .blog-container .blog-content span {
  color: #F2BCA1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
.blog-section .blog-container .blog-content .date {
  color: #F2BCA1;
}

.footer {
  padding: 6rem 0 0 0;
}
.footer .logo-content p {
  color: #EC9F79;
  font-weight: 200;
}
.footer .footer-links {
  margin-left: 8rem;
}
.footer .footer-links h3 {
  color: #FFFFFF;
  font-size: 2rem;
}
.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:first-child svg {
  margin-top: 0.8rem;
}
.footer .footer-links .footer-links-list a {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}
.footer .footer-links .footer-links-list a:hover {
  color: #EC9F79;
}
.footer .footer-links .footer-links-list p {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}
.footer svg:hover circle {
  fill: white;
}
.footer .rights-reserved {
  border-top: 1px solid rgba(242, 188, 161, 0.2);
  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.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
.footer .rights-reserved a:hover {
  color: #EC9F79;
}

.services-page-hero {
  background-image: url("../img/service-hero-img.jpg");
  background-position: center;
}

.service-page-section {
  background: none;
  margin-top: 20rem;
}
.service-page-section .service-inner-container {
  padding-bottom: 10rem;
  padding-right: 6.4rem;
}
.service-page-section .service-inner-container .img-container {
  height: 55rem;
}
.service-page-section .service-inner-container .section-heading .main-heading {
  font-weight: 400;
}
.service-page-section .service-inner-container .right-content {
  margin: 3rem 0rem 0 5rem;
}
.service-page-section .service-inner-container .right-content p {
  margin-top: 12rem;
  font-weight: 300;
}
.service-page-section .btn-skin {
  margin-top: 10rem;
}

.new-service-margin {
  margin-top: 40rem;
}

.service-section-diff {
  position: relative;
  margin-top: 0rem;
}
.service-section-diff .service-inner-container {
  padding-bottom: 0rem;
  padding-right: 6.4rem;
  padding-bottom: 3rem;
}
.service-section-diff .service-inner-container .section-heading,
.service-section-diff .service-inner-container .img-container {
  margin-top: 0;
}
.service-section-diff .service-inner-container .img-container {
  height: 100%;
  position: absolute;
  height: 53rem;
  top: -1px;
}
.service-section-diff .service-inner-container .section-heading .main-heading {
  font-weight: 400;
  color: #FFFFFF;
}
.service-section-diff .service-inner-container .right-content {
  margin: 3rem 0rem 0 5rem;
}
.service-section-diff .service-inner-container .right-content p {
  margin-top: 8rem;
  font-weight: 300;
}
.service-section-diff .service-inner-container .right-content .btn-skin-two {
  position: absolute;
  margin-top: 6rem;
}

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

.about-section .upper-imgcontainer {
  margin-bottom: 2.9rem;
}

.about-welcome-section {
  background-image: url("../img/about-welcome-bg.jpg");
  padding: 10rem 0;
}
.about-welcome-section .content p {
  font-weight: 300;
  margin-top: 2rem;
}

.about-define .container .content-bg {
  background-image: url("../img/about-define.jpg");
  background-position: top right;
  min-height: 55.4rem;
}

.income-section {
  background: none;
}
.income-section .about-income {
  padding: 0 5.4rem 9.4rem 0rem;
  background-image: url("../img/about-income-bg.jpg");
}
.income-section .about-income .img-container {
  height: 60rem;
}

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

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

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

.contact-section .contact-info {
  margin-top: 3rem;
}
.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;
  max-width: 85%;
  margin: 0 auto;
  background-image: url("../img/form-bg.jpg");
}
.contact-section .contact-form textarea {
  resize: none;
}
.contact-section .contact-form h4 {
  font-size: 3rem;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 3.5rem;
  color: #F2BCA1;
}

.terms-section .common-para {
  font-size: 1.8rem;
  line-height: 30px;
}
.terms-section .tab-container {
  background-image: url("../img/terms-pill-bg.jpg");
  height: 100rem;
  padding: 10rem 0rem 0 1rem;
}
.terms-section .tab-container .nav-pills .nav-link {
  border-radius: 0;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 1rem 1rem 1rem 2.4rem;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  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: #EC9F79;
}
.terms-section .tab-content .tab-pane {
  padding: 2rem 5rem;
  border-radius: 0;
}
.terms-section .tab-content .tab-pane .main-heading {
  font-size: 5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}
.terms-section .tab-content .tab-pane .heading-context {
  margin-top: 3.5rem;
}
.terms-section .tab-content .tab-pane .common-para {
  color: #000000;
  font-weight: 400;
}
.terms-section .tab-content .tab-pane .content-list {
  list-style: numeric;
  padding-left: 3rem;
}
.terms-section .tab-content .tab-pane .content-list li {
  margin-bottom: 3rem;
}
.terms-section .tab-content .tab-pane .content-list li::marker {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.terms-section .tab-content .tab-pane .content-list li:last-child {
  margin-bottom: 0;
}
.terms-section .tab-content .tab-pane .content-list h3 {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 3rem;
}
.terms-section .tab-content .tab-pane .content-list .alpha-list {
  margin-top: 3rem;
}
.terms-section .tab-content .tab-pane .content-list .alpha-list li {
  margin-bottom: 0;
  list-style: lower-alpha;
}
.terms-section .tab-content .tab-pane .content-list .alpha-list li::marker {
  font-weight: 400;
}
.terms-section .tab-content .tab-pane h3 {
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 3rem;
}

.apply-hero {
  background-image: url("../img/apply-hero.jpg");
  background-position: center;
}

.video-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: #EC9F79;
  border: 2px solid #EC9F79;
}
.video-section h3 {
  margin-top: 3.4rem;
  color: #E7895A;
  font-size: 5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.video-section .btn-skin-two {
  padding: 0.5rem 2rem;
}
.video-section .video-inner {
  top: -10rem;
}
.video-section .video-container {
  background-image: url("../img/video-frame-bg.jpg");
  background-position: top right;
  padding: 0 10rem;
  margin: 0rem auto 0 auto;
  margin-top: 16.4rem;
}
.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-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.4rem;
}

.blog-define .container .content-bg {
  background-image: url("../img/blog-define-bg.jpg");
  background-position: center;
  min-height: 55.4rem;
}

.blog-section .blog-main {
  margin: 3rem 0;
}
.blog-section .blog-main .blog-categories li,
.blog-section .blog-main .trending-blogs-list li {
  margin-bottom: 3.2rem;
}
.blog-section .blog-main .blog-categories li:last-child,
.blog-section .blog-main .trending-blogs-list li:last-child {
  margin-bottom: 0;
}
.blog-section .blog-main .trending-blogs {
  margin-top: 6.4rem;
}
.blog-section .blog-main .category-heading {
  font-weight: bold;
  margin-bottom: 3rem;
}
.blog-section .blog-main .blog-heading {
  font-weight: 400;
  margin: 2rem 0;
}
.blog-section .blog-main .blog-content {
  font-size: 1.2rem;
  color: white;
  background-color: rgba(49, 21, 7, 0.6);
  padding: 1rem;
  font-weight: 300;
  border-top: 1px solid #E7895A;
}
.blog-section .blog-main .blog-content h3 {
  font-weight: 500;
  font-size: 2rem;
}
.blog-section .blog-main .blog-content span {
  color: #F2BCA1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
.blog-section .blog-main .blog-content .date {
  color: #F2BCA1;
}
.blog-section .blog-main .blog-details .content-with-bg {
  background-color: rgba(242, 188, 161, 0.17);
  border-left: 0.5rem solid rgba(49, 21, 7, 0.6);
  padding: 3.2rem;
  margin: 2rem 0;
}
.blog-section .blog-main .blog-details .blog-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 7rem;
  line-height: 7rem;
}
.blog-section .blog-main .blog-details .exp-list li {
  list-style: numeric;
}

.blog-detail-section {
  padding-top: 2rem;
}
.blog-detail-section .blog-container {
  margin-top: 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: #311507;
  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__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(242, 188, 161, 0.3), 0 0 0 0 rgba(242, 188, 161, 0.3);
  }
  40% {
    box-shadow: 0 8px 20px rgba(35, 124, 179, 0.5), 0 0 0 15px rgba(242, 188, 161, 0.3), 0 0 0 0 rgba(242, 188, 161, 0.3);
  }
  80% {
    box-shadow: 0 8px 20px rgba(35, 124, 179, 0.5), 0 0 0 30px rgba(242, 188, 161, 0), 0 0 0 26.7px rgba(242, 188, 161, 0.067);
  }
  100% {
    box-shadow: 0 8px 20px rgba(35, 124, 179, 0.5), 0 0 0 30px rgba(242, 188, 161, 0), 0 0 0 40px rgba(242, 188, 161, 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: 10rem;
  animation: slide-in 0.5s forwards;
  position: fixed;
  right: 15px;
}
.chatbox .chatbox-content .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  cursor: pointer;
}
.chatbox .chatbox-content .close-icon img {
  width: 25px;
}
@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: #311507;
}
.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: "Cormorant Garamond", serif;
  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: "Cormorant Garamond", serif;
  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: #311507;
  margin: 2px 0 0 0;
}
.chatbox .chatbox-footer .send-button {
  background-color: #EC9F79;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 2rem;
  padding: 0.8rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #EC9F79;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  color: #000000;
  border-radius: 0.5rem;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-section-diff {
    position: relative;
    margin-top: 0rem;
  }
  .service-section-diff .service-inner-container {
    padding: 4.4rem;
  }
  .service-section-diff .service-inner-container .section-heading,
  .service-section-diff .service-inner-container .img-container {
    margin-top: 0;
  }
  .service-section-diff .service-inner-container .img-container {
    position: static;
    height: 50rem;
    margin-left: 0;
  }
  .service-section-diff .service-inner-container .right-content {
    margin-left: 4rem !important;
  }
  .service-section-diff .service-inner-container .right-content p {
    margin-top: 5rem;
  }
  .service-section-diff .service-inner-container .right-content .btn-skin-two {
    position: static;
  }
  .service-section-diff .service-inner-container .btn-skin-two:hover {
    color: #FFFFFF;
  }
  .new-service-margin {
    margin-top: 22rem;
  }
  .service-page-section .service-inner-container .img-container {
    height: 50rem;
  }
  .service-page-section .service-inner-container .section-heading .main-heading {
    font-size: 6rem;
  }
  .service-page-section .service-inner-container .right-content p {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section {
    min-height: 45rem;
  }
  .common-section-padding {
    padding-top: 8rem;
  }
  .section-heading .main-heading {
    font-size: 5rem;
  }
  .banner-heading .main-heading {
    font-size: 5rem;
    line-height: normal;
  }
  .banner-heading .sub-heading {
    line-height: 1.5;
  }
  .navbar .navbar-nav .nav-item a {
    padding: 0 1rem;
  }
  .learn-more-section {
    background-position: center;
    margin-top: 10rem;
    padding: 10rem 0;
  }
  .learn-more-section .right-content {
    margin: 2rem 0rem 0 5rem;
  }
  .learn-more-section .img-container,
  .learn-more-section .section-heading {
    margin-top: 0rem;
  }
  .learn-more-section .img-container {
    height: 68rem;
    margin-left: 0;
  }
  .learn-more-section .section-heading .sub-heading,
  .learn-more-section .section-heading .main-heading {
    color: #FFFFFF !important;
  }
  .learn-more-section p {
    margin-top: 3rem;
    font-weight: 300;
  }
  .learn-more-section .btn-skin {
    margin-top: 5rem;
  }
  .service-section .content {
    padding: 0 15rem;
  }
  .service-section .custom-nav .custom-prev {
    left: 42%;
  }
  .service-section .custom-nav .custom-next {
    right: 42%;
    bottom: 0;
  }
  .video-section h3 {
    font-size: 4rem;
  }
  .video-section .video-block-list .boxed-number {
    padding: 0.6rem 1rem;
    font-size: 2rem;
  }
  .video-section .video-block-list .common-para {
    font-size: 1.6rem;
  }
  .service-section-diff {
    padding: 0;
    margin-top: 0;
  }
  .service-section-diff .service-inner-container .img-container {
    position: static;
    height: 100%;
    margin-left: 0;
  }
  .service-page-section {
    margin-top: 0;
    padding-bottom: 0;
  }
  .service-page-section .service-inner-container {
    padding: 4rem;
  }
  .service-page-section .service-inner-container .img-container {
    height: 100%;
  }
  .service-page-section .service-inner-container .section-heading {
    color: #FFFFFF !important;
  }
  .service-page-section .service-inner-container .section-heading .main-heading {
    color: #FFFFFF !important;
    font-size: 6rem;
  }
  .service-page-section .service-inner-container .right-content {
    margin: 0;
  }
  .service-page-section .margin-left-zero {
    margin-left: 0;
  }
  .service-page-section .margin-left-content {
    margin-left: 4rem !important;
  }
  .income-section {
    background: none;
  }
  .income-section .about-income {
    padding: 5rem;
  }
  .income-section .about-income .img-container {
    height: 100%;
    margin-left: 0;
  }
  .income-section .right-content {
    margin: 0rem 0rem 0 5rem;
  }
  .define-section .container .content-bg .section-heading .main-heading {
    font-size: 5rem;
  }
  .define-section .container .content-bg .btn-dark {
    font-size: 1.8rem;
  }
  .take-care-section .item {
    height: 65rem !important;
  }
  .take-care-section .section-heading .sub-heading {
    line-height: 1.8;
  }
  .take-care-section .main-right-block {
    padding: 1.2rem 2.4rem 12rem 2.4rem;
  }
  .take-care-section .custom-nav {
    bottom: 11.5%;
  }
  .take-care-section .owl-dots {
    left: 17%;
    bottom: 12%;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .take-care-section .owl-dots .owl-dot {
    border: none;
    background: none;
  }
  .take-care-section .owl-dots .owl-dot span {
    border: none;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #EC9F79;
  }
  .take-care-section .owl-dots .owl-dot:active span {
    background-color: #E1DCD4 !important;
  }
  .contact-section .contact-info .contact-main .inner-contact-content a,
  .contact-section .contact-info .contact-main .inner-contact-content p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .sticky-top {
    position: fixed;
    top: 0;
    width: 100%;
    right: auto;
    left: auto;
  }
  .navbar .navbar-nav {
    gap: 2rem;
    align-items: center;
  }
  .navbar .navbar-nav .nav-item a {
    padding: 0 1rem;
    font-size: 1.8rem;
  }
  .navbar .navbar-nav .nav-item .nav-apply {
    background-color: transparent;
    border: 1px solid #EC9F79;
    padding: 1rem 2rem;
    color: #EC9F79;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .navbar .navbar-toggler {
    border: 1px solid #EC9F79;
    border-radius: 0;
    padding: 1rem;
  }
  .common-inner-top-margin {
    margin-top: 3rem;
  }
  .common-section-margin {
    margin-top: 8rem;
  }
  .common-inner-bottom-margin {
    margin-bottom: 3rem;
  }
  .common-section-padding-tb {
    padding: 8rem 0;
  }
  .navbar .navbar-toggler span {
    background-image: url(../img/toggle.svg);
    padding: 1rem;
    border-radius: 0;
  }
  .hero-section {
    margin-top: 8rem;
  }
  .hero-section .hero-container {
    margin-top: 4rem;
  }
  .hero-section .hero-container .content {
    padding: 6rem 0;
  }
  .service-section .owl-carousel .owl-dots {
    margin-top: 3rem !important;
  }
  .service-section .know-more-btn-block {
    margin-top: 3rem;
  }
  .service-section .content {
    padding: 0 5rem;
  }
  .service-section .custom-nav .custom-prev {
    left: 38%;
  }
  .service-section .custom-nav .custom-next {
    right: 38%;
    bottom: 0;
  }
  .take-care-section .main-right-block {
    padding: 2.4rem 2.4rem 7.4rem 2.4rem;
  }
  .take-care-section .custom-nav {
    bottom: 6.5%;
  }
  .take-care-section .owl-dots {
    left: 9%;
    bottom: 7.5%;
  }
  .learn-more-section {
    margin-top: 8rem;
    padding: 8rem 0;
  }
  .learn-more-section .img-container {
    margin-left: 0;
  }
  .learn-more-section .right-content {
    margin: 3rem 0rem 0 0rem;
  }
  .service-section-diff {
    padding: 0 !important;
  }
  .service-page-section {
    margin-top: 0 !important;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .service-page-section .service-inner-container .margin-left-content {
    margin: 2rem 0 0 0 !important;
  }
  .service-page-section .service-inner-container .right-content {
    margin-top: 3rem !important;
    margin-left: 0 !important;
  }
  .service-page-section .service-inner-container .right-content p {
    margin-top: 2rem;
  }
  .service-page-section .service-inner-container .section-heading .sub-heading {
    font-size: 2rem;
  }
  .service-page-section .service-inner-container .section-heading .main-heading {
    font-size: 4rem;
  }
  .service-pb {
    padding-bottom: 5rem;
  }
  .video-section .video-block-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    margin-top: 6.4rem;
    margin: 3rem auto;
    width: 50%;
  }
  .video-section .video-block-list .common-para {
    font-size: 1.6rem;
    display: flex;
  }
  .video-section .video-block-list .boxed-number {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-section h3 {
    font-size: 3rem;
  }
  .define-section .container .content-bg {
    background-position: top left;
  }
  .define-section .container .content {
    padding: 2rem;
  }
  .income-section {
    margin-top: 0;
    padding: 8rem 0 0 0;
  }
  .income-section .about-income {
    padding: 5rem;
    margin-top: 0;
  }
  .income-section .about-income .img-container {
    height: 100%;
    margin-left: 0;
  }
  .faq-section .accordion-main {
    padding-left: 0rem;
    margin-top: 3rem;
  }
  .contact-section .contact-form {
    padding: 4.5rem;
    max-width: 100%;
    margin-top: 3rem;
  }
  .contact-section .contact-info .contact-main .inner-contact-content a,
  .contact-section .contact-info .contact-main .inner-contact-content p {
    font-size: 1.4rem;
  }
  .terms-section .tab-container {
    padding: 10rem 0rem 0 1rem;
  }
  .terms-section .tab-container .nav-pills .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 1rem;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .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: #EC9F79;
  }
  .terms-section .tab-content .tab-pane {
    padding: 2rem 3rem;
  }
  .terms-section .tab-content .tab-pane .main-heading {
    font-size: 4rem;
  }
  .terms-section .tab-content .tab-pane .heading-context {
    margin-top: 2rem;
  }
  .terms-section .tab-content .tab-pane .common-para {
    font-size: 1.8rem;
  }
  .terms-section .tab-content .tab-pane .content-list {
    padding-left: 3rem;
  }
  .terms-section .tab-content .tab-pane .content-list li {
    margin-bottom: 2rem;
  }
  .terms-section .tab-content .tab-pane .content-list li::marker {
    font-size: 2rem;
  }
  .terms-section .tab-content .tab-pane .content-list h3 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .terms-section .tab-content .tab-pane .content-list .alpha-list {
    margin-top: 2rem;
  }
  .terms-section .chatbox {
    position: fixed;
    right: 20px;
    z-index: 5;
  }
  .terms-section .chatbox .chat-button-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }
  .terms-section .chatbox .chat-button-container .btn-call {
    background: #311507;
    border: 5px solid white;
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
  }
  .terms-section .chatbox .chat-button-container .btn-call img {
    width: 50px;
  }
  .footer {
    padding: 6rem 0 0 0;
  }
  .footer .footer-links {
    margin-left: 0rem;
    margin-top: 3rem;
  }
  .blog-section .blog-links-main {
    margin-top: 3rem;
  }
  .blog-section .blog-main .trending-blogs {
    margin-top: 3rem;
  }
  .blog-section .blog-main .blog-categories li,
  .blog-section .blog-main .trending-blogs-list li {
    margin-bottom: 2rem;
  }
  .blog-section .blog-main .category-heading {
    font-weight: bold;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-common-para {
    font-size: 3rem;
  }
  .common-para {
    font-size: 1.8rem;
    line-height: 29px;
  }
  .banner-heading .sub-heading {
    font-size: 3rem;
  }
  .btn-skin {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
  .welcome-section .left-content p {
    margin: 3rem 0;
    padding-right: 0rem;
  }
  .welcome-section .img-container {
    height: 50rem;
  }
  .define-section .container .content-bg {
    background-position: top right;
  }
  .service-section .owl-carousel .owl-dots {
    margin-top: 3rem !important;
  }
  .service-section .know-more-btn-block {
    margin-top: 3rem;
  }
  .service-section .content {
    padding: 0;
  }
  .service-section .custom-nav .custom-prev {
    left: 38%;
  }
  .service-section .custom-nav .custom-next {
    right: 38%;
    bottom: 0;
  }
  .take-care-section .owl-dots {
    left: 12%;
  }
  .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;
  }
  .video-section .video-block-list {
    margin: 3rem auto;
    width: 100%;
    padding: 0 10rem;
  }
  .terms-section .tab-container {
    padding: 10rem 2rem;
    height: 100%;
  }
  .terms-section .tab-container .nav-pills .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 1rem;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .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: #EC9F79;
  }
  .terms-section .tab-content .tab-pane {
    padding: 3rem 0 0 0;
  }
  .terms-section .tab-content .tab-pane .main-heading {
    font-size: 4rem;
  }
  .terms-section .tab-content .tab-pane .heading-context {
    margin-top: 2rem;
  }
  .terms-section .tab-content .tab-pane .common-para {
    font-size: 1.8rem;
  }
  .terms-section .tab-content .tab-pane .content-list {
    padding-left: 3rem;
  }
  .terms-section .tab-content .tab-pane .content-list li {
    margin-bottom: 2rem;
  }
  .terms-section .tab-content .tab-pane .content-list li::marker {
    font-size: 2rem;
  }
  .terms-section .tab-content .tab-pane .content-list h3 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .terms-section .tab-content .tab-pane .content-list .alpha-list {
    margin-top: 2rem;
  }
  .footer .main-bottom-container {
    flex-direction: column;
    gap: 2rem;
  }
  .footer .footer-links .footer-links-list li {
    gap: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .section-heading .main-heading {
    font-size: 4rem;
  }
  .section-heading .sub-heading {
    font-size: 2.2rem;
  }
  .form-control {
    margin-bottom: 1.5rem;
  }
  .service-section .owl-carousel .owl-item .item {
    height: 35rem;
  }
  .service-section .owl-carousel .owl-item p {
    padding: 0.5rem 2rem;
  }
  .service-section .know-more-btn-block {
    margin-top: 3rem;
  }
  .service-section .content {
    padding: 0;
  }
  .service-section .custom-nav .custom-prev {
    left: 34%;
  }
  .service-section .custom-nav .custom-next {
    right: 34%;
    bottom: 0;
  }
  .common-section-padding {
    padding-top: 5rem;
  }
  .common-section-padding-tb {
    padding: 5rem 0;
  }
  .common-section-margin {
    margin-top: 5rem;
  }
  .welcome-section .img-container {
    height: 65rem;
  }
  .take-care-section .item {
    height: 60rem !important;
  }
  .learn-more-section .img-container {
    height: 43rem;
  }
  .hero-section {
    min-height: 35rem;
    background-position: center;
  }
  .hero-section .hero-container .content .hero-common-para {
    font-size: 2.5rem;
  }
  .hero-section .hero-container .content .banner-heading .sub-heading {
    font-size: 2.5rem;
  }
  .hero-section .hero-container .content .banner-heading .main-heading {
    font-size: 3.5rem;
  }
  .about-welcome-section {
    padding: 3rem 2rem;
  }
  .about-welcome-section .img-container {
    height: 35rem;
  }
  .income-section {
    padding-top: 5rem;
  }
  .income-section .about-income {
    padding: 3rem 2rem;
    margin-top: 0;
  }
  .video-section .video-container {
    padding: 0 3rem;
    margin-top: 6rem;
  }
  .video-section .video-inner {
    top: -3rem;
  }
  .video-section .video-block-list {
    margin: 3rem auto;
    width: 100%;
    padding: 0 1rem;
  }
  .video-section .btn-block {
    margin-top: 3rem;
  }
  .faq-section .accordion-main .accordion-item .accordion-button {
    padding: 1.8rem 0 1.8rem 4.5rem;
    font-size: 1.8rem;
  }
  .faq-section .accordion-main .accordion-item .accordion-button:not(.collapsed)::after {
    height: 2.6rem;
    width: 2.6rem;
  }
  .faq-section .accordion-main .accordion-item .accordion-button.collapsed::after {
    height: 2.6rem;
    width: 2.6rem;
  }
  .faq-section .accordion-main .accordion-item .accordion-body {
    padding: 0rem 1.6rem 2.2rem 4.5rem;
    font-size: 2rem;
    font-family: "Cormorant Garamond", serif;
  }
  .faq-section .accordion-main .accordion-item .accordion-body .common-para {
    font-size: 1.6rem;
  }
  .faq-section .accordion-main .accordion-item .accordion-body:focus {
    outline: none;
    box-shadow: none;
    border: none;
  }
  .faq-section .accordion-main .accordion-item .accordion-body:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .faq-section .left-content .img-container {
    height: 56rem;
  }
  .contact-section .contact-form {
    padding: 3rem 2rem;
  }
  .chatbox .chatbox-content.show-chat {
    width: 92%;
  }
  .chatbox .chatbox-content.show-chat .chatbox-footer .send-button {
    background-color: #EC9F79;
    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;
  }
  .take-care-section .main-right-block {
    padding: 2.4rem;
  }
  .take-care-section .custom-nav {
    display: none;
  }
  .take-care-section .owl-dots {
    display: none;
  }
  .blog-section .blog-main .blog-details .blog-heading {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .footer .rights-reserved {
    border-top: 1px solid #F2BCA1;
    padding: 4rem 0;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btn-dark,
  .btn-skin,
  .btn-skin-two {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .service-section .owl-carousel .owl-item .item {
    height: 35rem;
  }
  .service-section .owl-carousel .owl-item p {
    padding: 0.5rem 2rem;
  }
  .service-section .know-more-btn-block {
    margin-top: 3rem;
  }
  .service-section .content {
    padding: 0;
  }
  .service-section .custom-nav .custom-prev {
    left: 30%;
  }
  .service-section .custom-nav .custom-next {
    right: 30%;
    bottom: 0;
  }
  .about-welcome-section .btn-skin-two {
    padding: 1rem 0.5rem;
  }
  .define-section .container .content-bg .content {
    padding: 1rem;
  }
  .define-section .container .content-bg .section-heading .main-heading {
    font-size: 5rem;
    line-height: 8rem;
  }
  .define-section .container .content-bg .btn-dark {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .service-page-section .service-inner-container {
    padding: 3rem 2rem;
  }
  .video-section .play-button svg {
    width: 5rem;
  }
  .video-section .btn-skin-two {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
  }
  .welcome-section .img-container {
    height: 65rem;
  }
  .welcome-section .btn-skin-two {
    padding: 1rem;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */