html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/92zatBhPNqw73oTd4g_1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/92zatBhPNqw73oTd4g_1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", serif;
    font-weight: normal;
}

.error-msg1 {
    position: absolute;
    bottom: -12px;
    background: transparent;
    display: flex;
    line-height: 11px;
    background-color: #f00;
    color: #fff;
    font-size: 9px;
}

.overflow-visible {
    overflow: visible !important;
}

a {
    color: #000;
}

a:hover {
    color: #545351;
}

a,
button {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

/*** Modal CSS ***/

.theme-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    visibility: hidden;
}

.theme-modal.is-active {
    visibility: visible;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

.theme-modal-content {
    border: 0;
    border-radius: 0;
}

.theme-modal-card-head {
    background-color: transparent;
    border: 0;
    padding: 20px 30px;
    height: inherit;
    border-radius: 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.theme-modal-card {
    position: relative;
    top: calc(50% + 30px);
    max-width: 600px;
    width: 100%;
    padding: 30px;
    max-height: inherit;
    transition: all 0.3s linear;
    background-color: #545351;
    /* border-radius: 10px; */
    margin: 0 auto;
    transform: translateY(-50%);
}

.modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home.is-active {
    overflow: hidden;
}

html:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

html.is-active-1:before,
html.is-active:before {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal.is-active .theme-modal-card {
    top: 50%;
}

.theme-modal-card-title {
    margin: 0;
    text-transform: uppercase;
}

.theme-modal-background {
    background-color: #000;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.theme-modal[style="visibility: visible;"] .theme-modal-card {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
}

.theme-modal[style="visibility: visible;"] .theme-modal-background {
    opacity: 0.9;
    visibility: visible;
}

.theme-modal-card-body {
    border: 0;
    position: relative;
    overflow: visible;
}

.theme-modal-card-body {
    padding: 30px;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
}

.close1,
.close {
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    opacity: 1;
    border: none;
    background-color: #545351;
    border: 1px solid #ffffff60;
    position: absolute;
    top: -22px;
    right: -22px;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
    /* border-radius: 8px; */
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.close1:hover,
.close:hover {
    background-color: #a02b5b;
    opacity: 1;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.theme-modal-card-body:before {
    left: 0;
}

.theme-modal-card-body:after {
    right: 0;
}

.theme-modal-card-title {
    color: #020203;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5px;
}

.theme-modal-card-body img {
    margin: 0 auto;
    max-width: 350px;
}

.col-theme-modal .section-title {
    margin-bottom: 15px;
}

.theme-modal .section-title h2 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

/*** End Modal CSS ***/

.sticky-bottom-form .col-form .sm-form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: "Open Sans", serif;
}

.sticky-bottom-form .col-form .sm-form-control:-ms-input-placeholder {
    color: #fff;
    font-family: "Open Sans", serif;
}

.sticky-bottom-form .col-form .sm-form-control::placeholder {
    color: #fff;
    font-family: "Open Sans", serif;
}

.theme-modal .col-form .sm-form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: "Open Sans", serif;
}

.theme-modal .col-form .sm-form-control:-ms-input-placeholder {
    color: #fff;
    font-family: "Open Sans", serif;
}

.theme-modal .col-form .sm-form-control::placeholder {
    color: #fff;
    font-family: "Open Sans", serif;
}

.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
}

ul:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.clear-both:after,
.clear-both:before {
    display: table;
    content: "";
    clear: both;
}

section,
.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    overflow: hidden;
}

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

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

.full-width {
    width: 100%;
}

.center {
    text-align: center;
}

.overflow-visible {
    overflow: visible !important;
}

.section-title h1,
.section-title h2 {
    font-size: 32px;
    line-height: 42px;
    color: #545351;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.section-title:last-child {
    margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
    color: #1d57a3;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff;
}

.dark p,
.dark span {
    color: #000000;
}

.title-white .title-tagline {
    color: #eee;
}

/* .columns,
.columns:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.column {
  padding-top: 0;
  padding-bottom: 0;
} */

picture {
    display: block;
}

.container {
    position: relative;
    z-index: 1;
}

.theme-btn {
    position: relative;
    /* background: #0076bc; */
    font-family: "Open Sans", serif;
    border: 0;
    color: #0b1624;
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* border-radius: 5px; */
}

.theme-btn span {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn:hover span {
    color: #ffffff;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-btn:hover::before {
    width: 100%;
    background-color: #545351;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* .theme-btn:hover {
  color: #fff;
  background-color: #1d57a3;
} */

.theme-btn.white-btn {
    background: #fff;
    color: #001421;
    border: 1px solid #fff;
}

.theme-btn.white-btn:hover {
    /* background: #0076bc; */
    color: #fff;
}

.col-form {
    position: relative;
}

.theme-input {
    position: relative;
}

.col-middle {
    display: table;
    width: 100%;
}

.col-middle-inner {
    display: table-cell;
    vertical-align: middle;
}

button:focus {
    outline: 0;
}

/* #back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

#back2top {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 88;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
} */

.thankyou-msg {
    font-size: 16px !important;
    color: #000 !important;
    background: 0 0 !important;
}

.thankyou-logo img {
    /* max-width: 320px; */
    margin: 30px auto 0;
    height: 70px;
    width: auto;
}

.form-group,
.form-group-wrapper {
    position: relative;
}

label.error {
    color: #fff;
    background: red;
    font-size: 8px;
    position: absolute;
    left: 15px;
    bottom: -20px;
    line-height: 13px !important;
    top: auto;
    font-weight: bold;
}

.form-control.error {
    border-color: red;
}

.modal .form-control.error {
    margin-bottom: 30px;
}

.contact-form label.error {
    bottom: -16px;
    width: inherit;
}

.form-control {
    border-radius: 0;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.thankyou-block {
    height: 100vh;
}

.thankyou-block h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.list-point {
    padding: 0;
}

.list-point li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px;
}

.list-point li:last-child {
    margin-bottom: 0;
}

.list-point li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 8px;
}

.splide.pagination .splide__pagination {
    counter-reset: pagination-num;
}

.splide.pagination .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter(pagination-num);
}

.splide.pagination .splide__pagination__page.is-active {
    transform: unset;
}

.splide.pagination .splide__pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: unset;
    font-size: 18px;
}

.splide__arrow svg {
    fill: transparent;
    height: 45px;
    transition: fill .2s linear;
    width: 45px;
}

.splide__arrow:hover:not(:disabled) svg {
    fill: transparent;
}

.splide {
    padding: 0;
}

.splide__slide img {
    width: 100%;
}

.splide__arrow.splide__arrow--prev:disabled,
.splide__arrow.splide__arrow--next:disabled {
    border: 1px solid #7C7C7C;
    pointer-events: none;
}

.splide__arrow.splide__arrow--prev:disabled:hover,
.splide__arrow.splide__arrow--next:disabled:hover {
    background-color: #7C7C7C;
}

.splide__arrow.splide__arrow--prev:disabled svg path,
.splide__arrow.splide__arrow--next:disabled svg path {
    stroke: #7C7C7C;
}

.splide__arrow.splide__arrow--prev:disabled:hover svg path,
.splide__arrow.splide__arrow--next:disabled:hover svg path {
    stroke: #fff;
}

.splide__arrow {
    width: 45px;
    height: 45px;
    padding: 17px;
    color: #fff;
    background-color: unset;
    border: 1px solid #545351;
    opacity: 1;
}

.splide__arrow:hover {
    background-color: #545351;
    color: #fff;
    opacity: 1;
}

.splide__arrow:hover svg path {
    stroke: #fff;
}

.splide__arrow svg {
    font-size: 24px;
}

.splide__arrow--prev {
    left: 60px;
}

.splide__arrow--next {
    right: 60px;
}

.splide__pagination__page {
    width: 12px;
    height: 12px;
    background: #1d57a3;
    opacity: 0.5;
}

.splide__pagination__page.is-active {
    transform: none;
    background: #1d57a3;
    opacity: 1;
}

.splide__pagination {
    position: static;
    transform: none;
}

.sm-form-control {
    display: block;
    width: 100%;
    border: none;
    padding: 30px 15px 15px 0;
    background-color: transparent;
    border-radius: 0;
    resize: none;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

.pl-80 {
    padding-left: 80px !important;
}

.modal-card-body {
    padding: 30px;
}

.col-form label span {
    color: #ff0000;
}

.title-tagline {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 40px;
    display: block;
}

.close-button {
    top: 0;
    right: 0;
    padding: 5px;
    background-color: #065f9d;
    color: #ffffff;
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.close-button svg {
    display: block;
}

.close-button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.form-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
}

header {
    position: fixed;
    z-index: 9999;
    padding: 14px 200px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -moz-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

#header.sticky {
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.header__menu-link {
    font-size: 16px;
}

.col-header:last-child {
    text-align: right;
    padding: 0;
}

.theme-logo img {
    max-width: initial;
    width: auto;
    display: block;
}

.theme-logo a {
    display: block;
}

.header-primary-menu-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.col-header:first-child {
    max-width: 240px;
    padding: 0;
    flex: 0 0 240px;
}

.header__menu-item {
    display: inline-block;
    padding: 16px 10px;
}

header .columns {
    /* height: 80px !important; */
}

#section-banner,
.section-cms {
    margin-top: 82px;
}

.white-text {
    color: #fff !important;
}

.theme-padding {
    padding-left: 200px;
    padding-right: 200px;
}

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

.scrolled.fade-in {
    animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-top {
    animation: fade-in-top 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.fade-in-left {
    animation: fade-in-left 1s ease-in-out both;
}

.scrolled.fade-in-right {
    animation: fade-in-right 1s ease-in-out both;
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.delay1 {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
}

.delay2 {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}

.delay3 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}

.delay4 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}

.sticky-btn-enquire {
    position: fixed !important;
    top: 220px;
    right: -46px;
    font-size: 14px !important;
    padding: 10px 15px !important;
    z-index: 999 !important;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
    background-color: #545351;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
}

.sticky-btn-enquire:hover {
    color: #fff;
}

.sticky-btn-enquire::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sticky-btn-enquire:hover::before {
    width: 100%;
    background-color: #545351;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#scontactform h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0;
}

.sticky-bottom-form {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0 0px 15px;
    width: 100%;
    z-index: 999;
    background: #545351;
    max-width: 1344px;
    margin: 0 auto;
    right: 0;
    border: 1px solid rgb(255 255 255 / 60%);
    border-bottom: 0;
}

input[type="radio"] {
    vertical-align: middle;
    margin-top: -2px;
    /* tweak this if needed */
}

.sticky-bottom-form .col-form {
    position: relative;
    width: 16%;
    float: left;
    padding: 0 15px;
    margin: 0 0 10px !important;
}

.col-form-title {
    display: none;
}

.sticky-bottom-form .col-form .sm-form-control {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 19px;
}

.copyright-detail p {
    display: inline-block;
}

.captcha-query,
.captcha-sticky-query {
    position: absolute;
    color: white;
    top: 50%;
    letter-spacing: 10px;
    font-size: 14px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.location-column {
    margin-top: 60px;
}

.location-block {
    padding: 0 0 0 60px;
}

#location-slider1 {
    margin-top: 40px;
}

.location-list h3 {
    color: #28438c;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 52px;
}

.listed-points li {
    color: #333;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

.listed-points li:last-child {
    margin-bottom: 0;
}

.listed-points li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #28438c;
}

#location-slider1 .splide__arrows .splide__arrow {
    bottom: -40px;
    top: auto;
    transform: none;
    left: 60px;
}

#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
    left: 100px;
}

#location-slider1 .splide__arrows .splide__arrow svg {
    font-size: 16px;
}

#location-slider1 .splide__arrows .splide__arrow path {
    fill: #28438c;
}

#location-slider1 .splide__arrow {
    opacity: 1;
    background: transparent;
}

.location-img {
    background-color: #fff;
    padding: 30px;
    border: 10px solid #28438c;
}

#footer {
    padding: 20px 0;
    background-color: #545351;
    color: #fff;
}

#home #footer {
    padding: 80px 0 80px;
}

.copyright-bar .columns {
    margin-bottom: -5px;
}

.copyright-detail .small {
    font-size: 14px;
    color: #fff;
}

.footer-block h3 {
    color: #28438c;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #c5c5c5;
    font-size: 14px;
}

.col-copyright:last-child {
    text-align: right;
}

.footer-menu li a:hover,
.copyright-detail a:hover {
    color: #000;
}

.contact b {
    color: #28438c;
}

.theme-block {
    position: relative;
}

.theme-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #545351;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.theme-block .theme-block-icon {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: 9;
}

.theme-block .theme-block-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.theme-block:hover:before {
    opacity: 0.5;
}

.theme-block:hover .theme-block-icon {
    opacity: 1;
}

.section-cms {
    min-height: calc(100vh - 161px);
}

.sticky-notice {
    background-color: #b50000;
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.sticky-notice span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.about-company-item {
    padding: 30px;
    text-align: center;
    background-color: #eee;
}

.counter-block h3 {
    font-size: 32px;
    font-weight: 600;
}

.counter-block p {
    margin-top: 6px;
}

/***Accordion***/

.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.accordion .accordion-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.accordion-item.active {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.accordion-title {
    position: relative !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #54535190;
    color: #000 !important;
    font-weight: 600 !important;
    padding: 20px !important;
    gap: 20px;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
}

.accordion .accordion-item .accordion-desc {
    width: 100%;
    color: #262626;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px !important;
    border-left: 2px solid transparent;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.accordion .accordion-item.active .accordion-desc {
    opacity: 1;
    max-height: 5000px;
    padding: 20px !important;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.accordion .feather {
    position: relative;
    top: unset;
    transform: unset !important;
    right: unset;
    float: unset;
    margin: unset;
    color: #222222;
    /* border: 1px solid #222222; */
    border-radius: 100%;
    padding: 1px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.accordion-item.active .feather-plus {
    display: none;
}

.feather-minus {
    display: none;
}

.accordion-item.active .feather-minus {
    display: block;
}

/***End Accordion***/

.theme-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nowebp .theme-bg {
    background-image: url(../images/theme-bg.png);
}

.webp .theme-bg {
    background-image: url(../images/theme-bg.webp);
}

.call-btn {
    position: fixed;
    bottom: 74px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 888;
    display: block;
    text-align: center;
    border-color: #545351;
    background-color: #545351;
    border: 1px solid #ffffff;
    animation: theme-pulse 2s infinite;
    border-radius: 100%;
    padding: 0;
}

.call-btn svg {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 7px;
}

@keyframes theme-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #545351;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.theme-img-animation>picture>img {
    filter: blur(12px);
}

.theme-img-animation.eligibility>picture>img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.plan-inquire-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: fit-content;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #fff;
    padding: 10px 20px;
    font-weight: 600;
}

.sticky-btn-enquire.sticky-brochure {
    top: 400px;
    right: -75px;
}

.header__menu-link.active {
    color: #545351;
}

.justify-content-center {
    justify-content: center;
}

.scrollToTopBtn {
    position: fixed;
    bottom: 74px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 89;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
    border: 1px solid #ffffff60;
    background-color: #545351;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
}

.scrollToTopBtn:hover {
    background: #a02b5b;
}

.scrollToTopBtn.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.tab-list li {
    list-style: none;
}

.tab-list .tab {
    position: relative;
    display: block;
    line-height: 1;
    padding: 14px 24px;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    background: transparent;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.tab-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
    background: unset;
    border-bottom: 1px solid #545351;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.tab-list .tab a {
    color: #7C7C7C;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
    color: #545351;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.theme-block.theme-img-animation {
    overflow: hidden;
}

.stock-image,
.actual-image,
.artistic-impression,
.actual-lobby-image,
.actual-flat-image {
    position: relative;
}

/*.stock-image::after,
.actual-image::after,
.artistic-impression::after,
.actual-lobby-image::after,
.actual-flat-image::after {
  content: "Artistic Impression";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
  max-width: fit-content;
  z-index: 9;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px #545351;
}

.stock-image::after {
  content: "Stock Image";
}

.actual-image::after {
  content: "Actual Image";
}

.actual-flat-image::after {
  content: "Actual Flat Image";
}

.actual-lobby-image::after {
  content: "Actual Lobby Image";
}*/

.theme-logo-2 {
    max-width: 280px;
    margin-left: auto;
}

.col-header {
    text-align: right;
}

.col-header:last-child {
    max-width: 240px;
    padding: 0;
    flex: 0 0 240px;
}

#header-primary-menu {
    padding-right: 40px;
}

.configuration-cols,
.overview-cols {
    justify-content: center;
}

.overview-desc {
    padding-left: 40px;
}

.section-title h1,
.section-title h2 {
    position: relative;
}

.section-title h1::before,
.section-title h2::before {
    position: absolute;
    content: "";
    background-image: url(../images/title-element.svg);
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

h3 {
    font-size: 24px;
}

.plan-btn.theme-btn,
.configuration-btn.theme-btn {
    background-color: #545351;
    color: #fff;
}

.configuration-col-inner {
    border: 1px solid #545351;
    text-align: center;
    padding: 30px;
    position: relative;
    background-color: #fff;
}

.configuration-col-inner::before {
    position: absolute;
    content: "";
    height: 60%;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/left-element.svg);
}

.configuration-col-inner p {
    margin-bottom: 30px;
}

.arrow-bottom.splide__arrows {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.arrow-bottom .splide__arrow {
    position: static;
    transform: unset;
}

.amenities-text {
    text-transform: math-auto;
    color: #262626;
    margin-top: 10px;
}

.distance-col-inner img {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
}

.distance-col-inner span:last-child {
    display: block;
    font-weight: 500;
}

.connectivity-col-inner {
    padding-left: 100px;
}

.section-connectivity {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}

.gallery-img {
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#gallery-slider .splide__slide.is-active.is-visible .gallery-img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
}

#gallery-slider .splide__track {
    padding-top: 65px;
    padding-bottom: 65px;
}

.about-developer-inner .title-tagline,
.floorplans-details .title-tagline {
    margin: 30px 0;
}

.master {
    max-width: 500px;
    margin: 0 auto;
}

.floorplans-tabs .theme-block {
    border: 1px solid #545351;
}

.developer-logo {
    max-width: 180px;
    margin: 0 auto;
}

.developer-text {
    max-width: 820px;
    margin: 0 auto;
}

.about-left-element {
    position: absolute;
    left: 0;
    bottom: 5px;
    max-width: 130px;
}

.about-right-element {
    position: absolute;
    right: 0;
    top: 5px;
    max-width: 130px;
}

.footer-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
}

.qr-code-img {
    max-width: 80px;
    flex: 0 0 80px;
}

.footer-icon img:hover {
    transform: scale(1.2);
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-icon img {
    height: auto;
    width: 30px;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #eb5c21;
}

.disclaimer-text {
    margin-bottom: 30px;
    font-size: 14px;
}

.site-office {
    margin-bottom: 20px;
}

.qr-code {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}

.contact-us {
    margin-bottom: 20px;
    text-align: end;
}

.footer-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

.mblform {
    border: 1px solid #b9b9b9 !important;
    padding: 10px 6px !important;
    ;
    color: #000 !important;
}

@media screen and (min-width: 600px) and (max-width: 3000px) {
    .deskimga {
        margin-top: -12px !important;
        /* padding-block: 10px !important; */
        border-top: 0px dashed #0000001A !important;
    }
    .deskhide {
        display: none !important;
    }
    .deskcss {
        position: relative !important;
        width: 55% !important;
        /* height: 265px; */
        background-color: #FFFFFF !important;
        padding: 20px 20px 20px 20px !important;
        border: 1px solid #DDDDDD !important;
        border-radius: 12px !important;
        background: linear-gradient(116deg, #FAFAFA 0%, #fff 100%) !important;
        z-index: 50 !important;
        opacity: 17 !important;
        transition: opacity 1s ease !important;
        animation: showContent 1s forwards !important;
        animation-delay: 1s !important;
        overflow: hidden !important;
    }
    .deskcss1 {
        margin-top: -8rem !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 600px) {
    .mblhide {
        display: none !important;
    }
    .mbltp {
        margin-top: 30px !important;
    }
    .mblimg {
        margin-top: -12px !important;
        padding-block: 10px !important;
        border-top: 0px dashed #0000001A !important;
    }
    .mblimg1 {
        margin-top: 5px !important;
    }
    .mblcss {
        height: auto !important;
    }
}

.pt-100 {
    padding-top: 100px !important
}

@media screen and (max-width: 1599px) {
    .theme-logo img {
        height: 45px !important;
    }
}

/* Container for buttons */

.sticky-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* Space between buttons */
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #545351;
    /* Optional: background for contrast */
    padding: 0px 0;
}

/* Buttons styling */

.sticky-btn {
    display: inline-block;
    background-color: #545351;
    /* Button background color */
    color: #fff;
    /* Button text color */
    text-decoration: none;
    padding: 12px 20px;
    /* Adjusted for better visibility */
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
    /* Prevent text wrapping */
    width: 100% !important;
}

.sticky-btn:hover {
    background-color: #2c1c0c;
    /* Button hover color */
    transform: translateY(-2px);
    /* Hover effect */
}

.floating_btn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

a {
    text-decoration: none;
}

.floating_btn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 170px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: "Open Sans", serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.inter-<uniquifier> {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.pbt {
    padding-bottom: 10px !important;
}

.ptt {
    padding-top: 10px !important;
}

.mtt {
    margin-top: 10px !important;
}

.overview-block ul {
    display: flex;
    flex-wrap: wrap;
}

.overview-block ul li {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 1px solid #545351;
}

.overview-block ul li p {
    font-weight: 700;
    font-size: 18px;
    color: #545351;
}

.btnflr {
    background-color: #545351;
    text-align: center;
    padding: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

/*Mobile configue style*/

:root {
    --primary-color: #545351;
    --background-color: #D2262D0D;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.17rem;
}

h4 {
    font-size: 1rem;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
}

.linear_border {
    content: "";
    background: linear-gradient(90deg, #aaaaaa 0%, #f4f4f4 100%);
    width: 70%;
    height: 1.5px;
}

.main_sec_button {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    color: #FFFFFF;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
    outline: none;
}

/* bg img */

/*  */

/*.bg_image {*/

/*    width: 100%;*/

/*    height: 100vh;*/

/*    margin-top: 3.5rem;*/

/*    transition: height 2.5s ease;*/

/*    animation: shrinkBanner 2.5s forwards;*/

/*    animation-delay: 1s;*/

/*}*/

.bg_image img {
    object-fit: cover;
    object-position: center;
}

/* hero section */

.main_hero_section {
    width: 85%;
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -8rem;
}

/* left form section */

.hero_left {
    position: relative;
    width: 55%;
    height: auto;
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    background: linear-gradient(180deg, #FAFAFA 0%, #F2F2F2 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease;
    animation: showContent 1s forwards;
    animation-delay: 1s;
    overflow: hidden;
}

@keyframes showContent {
    to {
        opacity: 1;
    }
}

.hero_left_bg_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    filter: contrast(0.9);
    height: 173px;
}

@media screen and (max-width: 660px) {
    .hero_left_bg_img {
        object-fit: cover;
    }
}

.hero_left h2 {
    color: #000000CC;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 6px;
}

.hero_left p {
    display: flex;
    align-items: center;
    color: #00000066;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.63px;
    gap: 4px;
}

.specs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 16px;
    border-top: 1px dashed #0000001A;
    margin-top: 16px;
}

.price {
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    position: relative;
}

.price::after {
    content: "₹ 75 Lac* Onwards";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, transparent 46%, #ffffff 51%, transparent 56%, transparent 100%);
    background-size: 300% 300%;
    animation: AnimationNameGrey 3s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@keyframes AnimationNameGrey {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}

.bhks {
    color: #666666;
    font-size: 24px;
    font-weight: 600;
    line-height: 22.78px;
    text-align: left;
}

/* right form section */

.hero_right {
    overflow: hidden;
    width: 30%;
    position: fixed;
    top: 7rem;
    left: 60%;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px #00000026;
    opacity: 0;
    transition: opacity 1s ease;
    animation: showContent 1s forwards;
    animation-delay: 1s;
}

.form_container {
    padding: 28px 24px;
}

.form_container h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.14px;
    margin-bottom: 8px;
}

.connect_with_us {
    display: flex;
    align-items: center;
    gap: 4px;
}

.connect_with_us p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    white-space: nowrap;
}

.form_input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    outline: none;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.iti {
    width: 100%;
    /* margin-bottom: 24px; */
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border-right: 1px solid #cfcfcf;
}

.connect_form button,
.popup_connect_form button {
    width: 100%;
    border: none;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 10px 17.5px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    outline: none;
}

@media screen and (max-width: 991px) {
    .main_hero_section {
        width: 95%;
    }
    .hero_right {
        width: 40%;
        left: 58%;
    }
}

@media screen and (max-width: 775px) {
    .main_hero_section {
        flex-direction: column;
        gap: 30px;
    }
    .hero_right {
        position: unset;
        width: 100%;
    }
    .hero_left,
    .main_sections_container {
        width: 100%;
    }
}

@media screen and (max-width: 660px) {
    .hero_left h2 {
        font-size: 26px;
        line-height: 19.2px;
    }
    .hero_left p {
        font-size: 16px;
        line-height: 19.94px;
        font-weight: 500;
    }
    .hero_left p svg {
        width: 8.94px;
        height: 11.37px;
    }
    .price {
        font-size: 24px;
        line-height: 28.8px;
    }
    .form_container {
        padding: 24px 20px;
    }
    .form_input,
    .connect_form button,
    .popup_connect_form button {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 24px;
    }
    .connect_form button,
    .popup_connect_form button {
        font-size: 16px;
    }
}

/* auto carousel */

.form_auto_scroll {
    overflow: hidden;
    display: flex;
    height: 62px;
}

.autoscroll_cards_container {
    display: flex;
    width: 390px;
    gap: 12px;
    animation: scroll-left infinite linear;
}

@media screen and (max-width: 660px) {
    .autoscroll_cards_container {
        width: 370px;
    }
}

.autoscroll_card {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    gap: 12px;
}

.dot {
    width: 7px;
    height: 7px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.autoscroll_card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    white-space: nowrap;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 30px));
    }
}

.slides {
    display: flex;
    overflow: hidden;
    height: 100%;
}

.slide {
    display: none;
    width: 100%;
}

.slide p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    color: var(--primary-color);
}

.slide.active {
    display: block;
}

.radio-buttons {
    margin-top: 10px;
    display: flex;
}

.radio-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    margin-right: 5px;
}

.talk_to_expert {
    text-align: center;
    margin-block: 16px;
    color: #363636;
}

.talk_to_expert a {
    text-decoration: underline;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
}

.radio-button.active {
    background-color: var(--primary-color);
}

@media (min-width: 200px) and (max-width: 400px) {
    .mbldown {
        margin-left: -11px !important;
        font-size: 10px !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 911px) {
    .vtdesk {
        display: none !important;
    }
    .vtmbl {
        display: flex !important;
    }
}

@media screen and (min-width: 912px) and (max-width: 3500px) {
    .vtmbl {
        display: none !important;
        display: inline-flex;
    }
    .vtdesk {
        display: flex !important;
    }
}