#heroSlider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}



.send-btn {
    margin-top: 2em;
    color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    padding: 8px 18px;
    font-size: .9em
}

.send-btn .img {
    margin-left: 10px
}

.send-btn:hover {
    background-color: #fff;
    color: #2c6064;
    font-weight: 500
}

.send-btn:hover svg path {
    fill: #2c6064
}

.primary-btn {
    background-color: rgba(255, 255, 255, .6);
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.1em;
    transition: .4s all ease-in-out
}

@media (max-width:575.98px) {
    .primary-btn {
        padding: 5px 8px
    }

    .primary-btn a {
        font-size: .75em !important
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .primary-btn a {
        font-size: .9em !important
    }
}

.primary-btn a {
    color: #fff !important;
    font-weight: 400 !important;
    padding-right: 5px
}

.primary-btn img {
    transform: rotate(-90deg)
}

.primary-btn:hover {
    background-color: #176076
}

.primary-btn:hover a {
    color: #fff !important
}

.view-btn {
    background-color: rgba(255, 255, 255, .6);
    padding: 5px 10px;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1.05em;
    transition: .4s all ease-in-out;
    border-radius: 10px
}

@media (min-width:576px) and (max-width:991.98px) {
    .view-btn {
        font-size: .9em
    }
}

@media (max-width:768px) {
    .view-btn {
        margin-bottom: 1em;
        padding: 5px 8px;
        font-size: .85em
    }
}

.view-btn a {
    color: #131111 !important;
    font-weight: 300 !important;
    padding-right: 5px
}

.view-btn:hover {
    background-color: #00a0e3
}

.view-btn:hover svg path {
    fill: #fff
}

.view-btn:hover a {
    color: #fff !important
}

.view-btn-1 {
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 1em;
    transition: .4s all ease-in-out
}

@media (min-width:576px) and (max-width:991.98px) {
    .view-btn-1 {
        font-size: .9em;
        padding: 8px
    }
}

@media (max-width:575.98px) {
    .view-btn-1 {
        padding: 5px 8px;
        font-size: .85em
    }
}

.view-btn-1 a {
    color: #fff !important;
    font-weight: 300 !important;
    padding-right: 5px
}

.view-btn-1 svg {
    transform: rotate(-90deg);
    margin-left: 5px
}

.view-btn-1:hover {
    background-color: #00a0e3
}

.view-btn-1:hover svg path:nth-child(2) {
    fill: #fff
}

.view-btn-1:hover a {
    color: #131111 !important
}

.book-now {
    background: #1b4581;
    padding: 10px 25px;
    border-radius: 8px;
    color: #fff
}

.book-now:hover {
    background-color: green;
    color: #fff
}

.book-now .arrow {
    transform: rotate(-90deg);
    padding-top: 10px;
    width: 17px;
    height: 28px
}

html {
    font-size: 16px;
    overflow-x: hidden
}

@media (max-width:419.98px) {
    html {
        font-size: 15px
    }
}

@media (min-width:2000px) {
    html {
        font-size: 22px
    }
}

body {
    font-family: Poppins, sans-serif;
    font-size: 1em;
    line-height: -moz-calc(25/15);
    line-height: 1.6666666667;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 5px
}

body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #6d6d6d
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: Poppins, sans-serif
}

p {
    line-height: 1.5;
    font-size: 1.05em;
    font-weight: 300;
    color: #000
}

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

a {
    text-decoration: none
}

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

a,
button {
    transition: all .3s ease !important
}

a:hover,
button:hover {
    transition: all .3s ease !important
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

.affix {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .5s ease-in-out;
    animation: affix_animation .6s ease-in-out;
    -webkit-animation: affix_animation .6s ease-in-out;
    box-shadow: 0 0 .1875rem #ddd;
    z-index: 999;
    background: #fff
}

.affix svg #first path {
    fill: #000
}

@keyframes affix_animation {
    0% {
        margin-top: -7.5rem;
        opacity: 0
    }

    50% {
        margin-top: -4rem;
        opacity: 0
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

@media (min-width:2000px) {
    .container {
        max-width: 1600px;
        margin: 0 auto
    }
}

@media (max-width:575.98px) {
    .container {
        padding-left: 1em;
        padding-right: 1em
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .container {
        max-width: 95%
    }
}

@media (max-width:575.98px) {
    .container {
        max-width: 100%
    }
}

.success {
    text-align: center;
    margin-top: 1em
}

.error-class {
    display: block;
    height: 20px;
    line-height: 24px;
    background-color: transparent;
    color: #f50808
}

#app1 .success {
    color: green
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.notice-text {
    width: 100%;
    background-color: #fecc36;
    color: #fff;
    padding: 8px 10px 4px;
    color: #020101;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    margin-top: 95px
}

#failToLoadPlots {
    position: relative;
    text-align: center;
    display: none;
    background-color: #dc4146;
    color: #fff;
    padding: 10px 10px 5px;
    z-index: 10;
    margin: 0
}

.plot-info {
    position: absolute;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .2);
    padding: 5px;
    display: none
}

.plot-info .table .table-header {
    background-color: #dc3545;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.plot-info .btn-close {
    position: absolute;
    top: 5px;
    left: calc(100% + 5px);
    background-color: #fff;
    opacity: .9
}

.plot-info .btn-close * {
    color: #fff
}

.plot-info .table td {
    padding: 5px 10px;
    background-color: #fff
}

.plot-info tr td:nth-child(1) {
    width: 120px
}

.plot-info td {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif
}

@media (max-width:768px) {
    .plot-info {
        position: static;
        max-width: 320px;
        margin: 20px auto;
        padding: 0;
        display: block
    }

    .plot-info .btn-close {
        display: none
    }

    .replaced-svg {
        max-height: 300px;
        border: 1px solid #020101;
        margin: 5px;
        width: calc(100vw - 10px)
    }

    .notice-text {
        font-size: 12px
    }
}

#heroNavbar {
    position: relative;
    width: 100%;
    z-index: 999;
    background-color:#f1f1f1;
    /* box-shadow: 0px 2px 4px #ccc; */
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width:991.98px) {
    #heroNavbar .navbar {
        padding: 10px 0;
        margin: 0;
        max-width: 100%
    }
}

@media (max-width:991.98px) and (max-width:419.98px) {
    #heroNavbar .navbar {
        padding: 5px 0
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #heroNavbar .navbar .navbar-brand {
        padding-left: 1.5em
    }
}

@media (max-width:575.98px) {
    #heroNavbar .navbar .navbar-brand {
        padding-left: 1em
    }
}

#heroNavbar .navbar .navbar-brand img {
    width: 10vw;
    /* height: 73px */
}

/* @media (min-width:768px) and (max-width:991.98px) {
    #heroNavbar .navbar .navbar-brand img {
        width: 150px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #heroNavbar .navbar .navbar-brand img {
        width: 160px
    }
}

@media (max-width:419.98px) {
    #heroNavbar .navbar .navbar-brand img {
        width: 160px
    }
} */

@media (min-width:576px) and (max-width:991.98px) {
    #heroNavbar .navbar .second-button {
        padding-right: 1.5em
    }
}

@media (max-width:575.98px) {
    #heroNavbar .navbar .second-button {
        padding-right: 1em
    }
}

#heroNavbar .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    transition: .2s all ease-in-out
}

@media (max-width:991.98px) {
    #heroNavbar .navbar-nav {
        position: absolute;
        z-index: 999;
        background-color: #cddad3;
        padding: 1em 2em
    }
}

#heroNavbar .navbar-nav .nav-item {
    position: relative;
    transition: .3s all ease-in-out
}

@media (min-width:992px) {
    #heroNavbar .navbar-nav .nav-item {
        left: -30px
    }
}

@media (max-width:991.98px) {
    #heroNavbar .navbar-nav .nav-item {
        margin: 0 auto
    }
}

#heroNavbar .navbar-nav .nav-item .dropdown-toggle {
    position: absolute;
    right: -5px;
    width: 5px
}

@media (min-width:992px) {
    #heroNavbar .navbar-nav .nav-item .dropdown-toggle {
        top: 55%;
        transform: translateY(-50%)
    }
}

@media (max-width:991.98px) {
    #heroNavbar .navbar-nav .nav-item .dropdown-toggle {
        width: 35px;
        text-align: right
    }
}

@media (max-width:991.98px) {
    #heroNavbar .navbar-nav .nav-item .dropdown-toggle {
        top: 10px
    }
}

#heroNavbar .navbar-nav .nav-item .dropdown-toggle::after {
    border: none;
    background-size: contain;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out;
    margin-top: 7px
}

#heroNavbar .navbar-nav .nav-item .nav-link {
    color: #131111;
    font-size: 1.15em;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    transition: .3s all ease-in-out
}

#heroNavbar .navbar-nav .nav-item .nav-link:hover {
    color: #000
}

#heroNavbar .navbar-nav .nav-item .nav-link:hover::after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #00a0e4;
    position: absolute;
    bottom: 12px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto
}

#heroNavbar .navbar-nav .nav-item .nav-link.active::after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #00a0e4;
    position: absolute;
    bottom: 12px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto
}

#heroNavbar .navbar-nav .nav-item .nav-link .icon {
    position: absolute;
    right: 15px;
    top: -5px
}

#heroNavbar .navbar-nav .nav-item:nth-of-type(2) .icon {
    width: 17px;
    height: 16px
}

#heroNavbar .navbar-nav .nav-item:nth-of-type(3) .icon {
    width: 17px;
    height: 18px
}

@media (min-width:992px) {
    #heroNavbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 1.65em
    }
}

#heroNavbar .navbar-nav .nav-item .active {
    color: #000
}

@media (max-width:991.98px) {
    #heroNavbar .navbar-nav .dropdown {
        display: inline-block
    }
}

#heroNavbar .navbar-nav .dropdown:hover .dropdown-toggle:after {
    transform: rotate(180deg)
}

#heroNavbar .navbar-nav .dropdown .dropdown-menu {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    border: none
}

#heroNavbar .navbar-nav .dropdown .dropdown-menu li:not(:last-child) {
    margin-bottom: 8px
}

#heroNavbar .navbar-nav .dropdown .dropdown-menu a {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: .95em;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-decoration: none;
    transition: .3s all ease-in-out
}

#heroNavbar .navbar-nav .dropdown .dropdown-menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #2c6064;
    transform: translateX(-100%);
    transition: all .2s ease-in-out
}

#heroNavbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background-color: transparent
}

#heroNavbar .navbar-nav .dropdown .dropdown-menu a:hover:after {
    transform: translateX(0)
}

@media (min-width:992px) {
    #heroNavbar .navbar-nav .dropdown-menu {
        animation: growDown .3s ease-in-out forwards;
        transform-origin: top center
    }

    @keyframes growDown {
        0% {
            transform: scaleY(0)
        }

        80% {
            transform: scaleY(1.1)
        }

        100% {
            transform: scaleY(1)
        }
    }

    #heroNavbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block
    }
}

.navbar-toggler:focus {
    border: none;
    outline: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.animated-icon2:focus {
    border: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out;
    background: #000
}

.animated-icon2 span:nth-child(1) {
    top: 0
}

.animated-icon2 span:nth-child(2) {
    top: 10px
}

.animated-icon2 span:nth-child(3) {
    top: 10px
}

.animated-icon2 span:nth-child(4) {
    top: 20px
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%
}

.animated-icon2.open span:nth-child(2) {
    transform: rotate(45deg)
}

.animated-icon2.open span:nth-child(3) {
    transform: rotate(-45deg)
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%
}

#footer {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.5em 0 2em;
    position: relative
}

@media (min-width:1200px) and (max-width:1999.98px) {
    #footer {
        background-position: center 20%
    }
}

@media (min-width:1400px) and (max-width:1999.98px) {
    #footer {
        background-position: bottom
    }
}

@media (min-width:2000px) {
    #footer {
        background-position: bottom
    }
}

#footer .footer-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0
}

#footer .footer-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#footer .bg-image {
    position: absolute
}

#footer .image {
    margin-bottom: 1.5em
}

#footer .image img {
    width: 232px;
    height: 120px
}

#footer .footer-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em 0;
    margin-top: 2em;
    margin-bottom: 1em
}

@media (max-width:575.98px) {
    #footer .footer-nav-links {
        left: 0;
        justify-content: center;
        position: relative;
        margin-top: 0;
        -webkit-margin-before: 0;
        margin-block-start: 0
    }
}

@media (min-width:799px) and (max-width:991px) {
    #footer .footer-nav-links li {
        flex-grow: unset !important
    }
}

@media (min-width:576px) {
    #footer .footer-nav-links li {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }
}

#footer .footer-nav-links li:not(:last-child) a {
    margin-right: 40px
}

@media (max-width:575.98px) {
    #footer .footer-nav-links li:not(:last-child) a {
        margin-right: 10px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #footer .footer-nav-links li:not(:last-child) a {
        margin-right: 10px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #footer .footer-nav-links li:not(:last-child) a {
        margin-right: 22px
    }
}

#footer .footer-nav-links li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 55%;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    width: 1px;
    height: 70%;
    transform: translateY(-50%)
}

@media (max-width:575.98px) {
    #footer .footer-nav-links li:not(:last-child) a:after {
        right: -6px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #footer .footer-nav-links li:not(:last-child) a:after {
        right: -18px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #footer .footer-nav-links li:not(:last-child) a:after {
        right: -15px
    }
}

#footer .footer-nav-links li .icon {
    position: absolute;
    top: -10px;
    right: 0
}

@media (max-width:575.98px) {
    #footer .footer-nav-links li .icon {
        top: -13px
    }
}

#footer .footer-nav-links li:nth-of-type(2) .icon {
    width: 17px;
    height: 16px
}

#footer .footer-nav-links li:nth-of-type(3) .icon {
    width: 17px;
    height: 18px
}

#footer .footer-nav-links li a {
    color: #131111;
    font-size: 1.1em;
    position: relative;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    transition: .2s all ease-in-out
}

@media (max-width:575.98px) {
    #footer .footer-nav-links li a {
        font-size: .7em
    }
}

#footer .footer-nav-links li a:hover {
    color: #2c6064 !important
}

#footer .social-icons {
    padding: 1em 0
}

#footer .social-icons li:nth-of-type(1) img {
    width: 24px;
    height: 24px
}

#footer .social-icons li:nth-of-type(2) img {
    width: 24px;
    height: 24px
}

#footer .social-icons li:nth-of-type(3) img {
    width: 23px;
    height: 20px
}

#footer .social-icons li:nth-of-type(4) img {
    width: 27px;
    height: 18px
}

#footer p {
    font-weight: 500;
    font-size: .9em
}

#footer .copy-right .copy-txt {
    font-style: italic;
    margin-bottom: 10px
}

#footer .copy-right p {
    color: #131111;
    font-size: .95em;
    font-weight: 400
}

#footer .copy-right a {
    color: #131111;
    font-weight: 400
}

#footer .copy-right a:hover {
    color: #2c6064
}

#heroSlider {
    position: relative
}

#heroSlider .carousel-item .home-img-mobile {
    padding-top: 153.37%;
    position: relative
}

@media (min-width:576px) and (max-width:991.98px) {
    #heroSlider .carousel-item .home-img-mobile {
        padding-top: 100.37%
    }
}

#heroSlider .carousel-item .home-img-mobile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

@media (min-width:576px) and (max-width:991.98px) {
    #heroSlider .carousel-item .home-img-mobile img {
        height: 100%
    }
}

#heroSlider .carousel-item .home-img {
    padding-top: 68.45%
}

#heroSlider .carousel-item .home-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#heroSlider .carousel-item .bhuvie-img {
    position: relative;
    padding-top: 62.43%
}

#heroSlider .carousel-item .bhuvie-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

#heroSlider .carousel-item .bhuvie-img-mobile {
    position: relative;
    padding-top: 62.43%;
    height: 500px
}

#heroSlider .carousel-item .bhuvie-img-mobile img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

@media (min-width:992px) {
    #heroSlider .carousel-item.gal-img {
        position: relative;
        padding-top: 44.47%
    }
}

@media (min-width:992px) {
    #heroSlider .carousel-item.gal-img .slider {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media (min-width:992px) {
    #heroSlider .carousel-item.contact-img {
        position: relative;
        padding-top: 44.47%
    }
}

@media (max-width:991.98px) {
    #heroSlider .carousel-item.contact-img {
        padding-top: 68.62%
    }
}

#heroSlider .carousel-item.contact-img .slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width:991.98px) {
    #heroSlider .carousel-item.contact-img .slider {
        min-height: auto !important
    }
}

@media (max-width:767.98px) {
    #heroSlider .carousel-item .slider {
        position: relative;
        min-height: 500px !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right
    }
}

#heroSlider .carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0, rgba(255, 255, 255, 0) 100%)
}

#heroSlider .carousel-item .carousel-caption {
    z-index: 1;
    position: absolute;
    top: 45%;
    right: 0;
    bottom: auto;
    left: 50%;
    transform: translate(-45%, -50%);
    text-align: center
}

@media (max-width:991.98px) {
    #heroSlider .carousel-item .carousel-caption {
        left: 45%
    }
}

@media (max-width:601px) {
    #heroSlider .carousel-item .carousel-caption {
        display: table;
        margin: 0 auto;
        width: 70%;
        transform: translate(-36%, -50%);
        margin-top: 2.5em
    }
}

@media (max-width:498px) {
    #heroSlider .carousel-item .carousel-caption {
        width: 75%;
        display: table;
        margin: 0 auto
    }
}

#heroSlider .carousel-item .carousel-caption .top {
    align-items: center;
    margin-bottom: 1em
}

@media (max-width:576px) {
    #heroSlider .carousel-item .carousel-caption .top {
        margin-top: 2em
    }
}

@media (max-width:414px) {
    #heroSlider .carousel-item .carousel-caption .top {
        margin-top: 4em
    }
}

#heroSlider .carousel-item .carousel-caption .top .line {
    width: 60px;
    height: 1px;
    background-color: #1b4581
}

#heroSlider .carousel-item .carousel-caption .sub-head {
    color: #1b4581;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: .9em
}

@media (max-width:575.98px) {
    #heroSlider .carousel-item .carousel-caption .sub-head {
        font-size: .7em;
        letter-spacing: .5px
    }
}

#heroSlider .carousel-item .carousel-caption h1 {
    margin-bottom: 20px;
    font-size: 4.7em;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: start;
}

@media (min-width:992px) and (max-width:1199.98px) {
    #heroSlider .carousel-item .carousel-caption h1 {
        font-size: 2.25em
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #heroSlider .carousel-item .carousel-caption h1 {
        font-size: 1.8em;
        line-height: 1.1
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #heroSlider .carousel-item .carousel-caption h1 {
        font-size: 1.5em;
        line-height: 1.1
    }
}

@media (max-width:575.98px) {
    #heroSlider .carousel-item .carousel-caption h1 {
        font-size: 1.1em;
        line-height: 1.2;
        font-weight: 400
    }
}

#heroSlider .carousel-item .carousel-caption p {
    font-size: 1.1em;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .001)
}

@media (min-width:768px) and (max-width:991.98px) {
    #heroSlider .carousel-item .carousel-caption p {
        font-size: .85em;
        line-height: 25px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #heroSlider .carousel-item .carousel-caption p {
        font-size: .75em;
        line-height: 21px
    }
}

@media (max-width:575.98px) {
    #heroSlider .carousel-item .carousel-caption p {
        font-size: .7em;
        line-height: 20px
    }
}

#heroSlider .carousel-item .carousel-caption a {
    color: #1b4581;
    font-size: 1.1em;
    font-weight: 500
}

@media (max-width:575.98px) {
    #heroSlider .carousel-item .carousel-caption a {
        font-size: .9em
    }
}

@media (max-width:600px) {
    #heroSlider .carousel-item .carousel-caption .btn-catalogue {
        width: 140px
    }
}

@media (max-width:415px) {
    #heroSlider .carousel-item .carousel-caption .btn-catalogue {
        width: 116px
    }
}

#heroSlider .carousel-item .text {
    margin-top: 10em
}

@media (min-width:576px) and (max-width:991.98px) {
    #heroSlider .carousel-item .text {
        margin-top: 4em
    }
}

@media (max-width:575.98px) {
    #heroSlider .carousel-item .text {
        margin-top: 2em
    }
}

#heroSlider .carousel-item .text p {
    color: #fff;
    font-size: 1em;
    line-height: 27px
}

@media (max-width:991.98px) {
    #heroSlider .carousel-item .text p {
        bottom: .7em;
        left: 2em
    }
}

#heroSlider .logo-bottom {
    position: absolute;
    bottom: 10px;
    right: 2em;
    z-index: 1
}

#heroSlider .logo-bottom a {
    color: #fff;
    font-size: 1em;
    padding: 0
}

#heroSlider .logo-bottom a img {
    width: 250px
}

@media (min-width:1400px) and (max-width:1999.98px) {
    #heroSlider .logo-bottom a img {
        width: 440px
    }
}

#heroSlider.bhuvie-slider .sub-head {
    color: #fff !important
}

#heroSlider.bhuvie-slider .top .line {
    background-color: #00a0e3 !important
}

#heroSlider.bhuvie-slider .top img {
    margin-top: -20px;
    margin-right: 3px;
    width: 36px;
    height: 32px
}

#heroSlider.bhuvie-slider .primary-btn {
    margin-bottom: 35px;
    z-index: 1;
    background-color: #41a5d1;
    border-radius: 8px;
    padding: 5px 10px;
    align-items: center
}

#heroSlider.bhuvie-slider img {
    width: 17px;
    height: 21px
}

#heroSlider.bhuvie-slider .oxygen-btn a {
    position: relative;
    background-color: #41a5d1;
    background-size: cover;
    background-position: 100%;
    padding: 5px 15px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 35px;
    font-weight: 200
}

#heroSlider.bhuvie-slider .oxygen-btn a .oxy-icon {
    width: 32px;
    height: 36px
}

#heroSlider.gal-slide h1 {
    color: #1b4581 !important
}

#heroSlider.gal-slide .sub-head {
    color: #1b4581 !important
}

a.dial-icon {
    position: fixed;
    right: 1%;
    bottom: 25%;
    z-index: 9;
    background: #2586e0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.dial-icon i {
    font-size: 24px;
    color: #fff;
}

a.whatsap-icon {
    position: fixed;
    right: 1%;
    bottom: 18%;
    z-index: 9;
    background: #25d366;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
a.whatsap-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

@media (max-width:575.98px) {
    #heroSlider.gal-slide .carousel-item .slider {
        -o-object-position: right;
        object-position: right
    }
}

@media (max-width:575.98px) {
    #heroSlider.gal-slide .carousel-caption {
        transform: translate(-45%, -95%)
    }
}

#heroSlider {
    position: relative
}

#heroSlider .social-links {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1
}

@media (max-width:575.98px) {
    #heroSlider .social-links {
        top: 45%
    }
}

#heroSlider .social-links li .text {
    transform: rotate(90deg);
    margin-bottom: 1em;
    color: #fff
}

@media (max-width:991.98px) {
    #heroSlider .social-links li .text {
        margin-bottom: 1.5em
    }
}

#heroSlider .social-links li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767.98px) {
    #heroSlider .social-links li a {
        width: 20px;
        height: 20px
    }
}

#heroSlider .social-links li a img {
    width: 28px;
    height: 28px
}

@media (max-width:767.98px) {
    #heroSlider .social-links li a img {
        width: 20px;
        height: 20px
    }
}

#heroSlider .social-links li:not(:last-child) {
    margin-bottom: 25px
}

@media (max-width:767.98px) {
    #heroSlider .social-links li:not(:last-child) {
        margin-bottom: 8px
    }
}

#heroSlider .social-links li:hover {
    cursor: pointer
}

#heroSlider .slider-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transition: all 1s ease-in-out !important;
    -webkit-transition: all 1s ease-in-out !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    visibility: visible;
    opacity: 1
}

#heroSlider .slider-logo.fade-up {
    transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    opacity: 0;
    visibility: hidden
}

#heroSlider .slider-logo img {
    margin: 0 auto;
    display: table;
    max-width: 530px
}

@media (max-width:767.98px) {
    #heroSlider .slider-logo img {
        width: 50%
    }
}

#heroSlider .carousel-indicators {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 30px;
    top: 47.5%;
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    margin: auto;
    z-index: 1
}

@media (max-width:575.98px) {
    #heroSlider .carousel-indicators {
        top: 40%
    }
}

#heroSlider .carousel-indicators button {
    text-indent: 0;
    height: auto;
    opacity: 1;
    background: 0 0;
    color: #fff;
    border: unset;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: .9em
}

@media (min-width:992px) and (max-width:1199.98px) {
    #heroSlider .carousel-indicators button {
        width: 20px;
        height: 20px
    }
}

@media (max-width:575.98px) {
    #heroSlider .carousel-indicators button {
        width: 20px;
        height: 20px
    }
}

#heroSlider .carousel-indicators button:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width:767.98px) {
    #heroSlider .carousel-indicators button:not(:last-child) {
        margin-bottom: 5px
    }
}

#heroSlider .carousel-indicators button.active {
    border-color: #fff
}

.buttons-grid {
    display: flex;
    gap: 2em
}

@media (max-width:767.98px) {
    .buttons-grid {
        display: flex;
        flex-direction: column;
        gap: .1em
    }
}

#introduction {
    padding: 5em 0 2em;
    position: relative;
    background-image: url(https://d33wubrfki0l68.cloudfront.net/930977208d4669a0d0847a3924fbf1b7f2749345/df22b/img/banners/introducing-block.webp);
    background-size: cover;
    background-repeat: no-repeat
}

#introduction .each-block {
    /* float: right */
}

@media (min-width:992px) {
    #introduction .each-block:nth-of-type(1) {
        /* margin-top: -6em */
    }
}

#introduction .each-block .image {
    margin-bottom: 1.75em
}

@media (max-width:575.98px) {
    #introduction .each-block .image {
        margin-bottom: 1.35em
    }
}

#introduction .each-block .image img {
    width: 100%;
    min-height: 240px;
    max-height: 240px;
    border-radius: 4px;
    object-fit: cover;
}

@media (max-width:575.98px) {
    #introduction .each-block .image img {
        width: 100%;
        height: 100%
    }
}

@media (min-width:576px) {
    #introduction .each-block .image {
        text-align: right
    }
}

@media (max-width:575.98px) {
    #introduction .each-block .image {
        text-align: center
    }
}

@media (min-width:576px) {
    #introduction .each-block-1 {
        margin-top: -5em
    }
}

#introduction .each-block-1 .image {
    margin-bottom: 1.75em
}

@media (max-width:575.98px) {
    #introduction .each-block-1 .image {
        text-align: center;
        margin-bottom: 1.35em
    }
}

#introduction .each-block-1 .image img {
    width: 217px;
    height: 217px
}

@media (max-width:575.98px) {
    #introduction .each-block-1 .image img {
        width: 100%;
        height: 100%
    }
}

@media (max-width:991.98px) {
    #introduction .content {
        margin-bottom: 2em
    }
}

#introduction .content .sub {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 1em
}

#introduction .content .sub .line {
    width: 50px;
    height: 1.5px;
    background-color: #b45e31
}

#introduction .content .sub p {
    color: #b45e31;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1em
}

@media (max-width:575.98px) {
    #introduction .content .sub p {
        font-size: .9em
    }
}

#introduction .content h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .8em;
    font-size: 2.25em;
    font-weight: 300
}

@media (max-width:575.98px) {
    #introduction .content h2 {
        font-size: 1.5em
    }
}

#introduction .content .des {
    color: #131111;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 1.75em
}

#introduction .content a {
    color: #00a0e4;
    font-size: 1.1em
}

#oxygen-intro {
    padding: 3em 0;
    position: relative;
    background: linear-gradient(180deg, #f5f8ff 0, #f2f5e9 100%)
}

@media (max-width:991.98px) {
    #oxygen-intro {
        padding: 0 0 1.5em
    }
}

#oxygen-intro .image {
    margin-bottom: 3em
}

@media (max-width:991.98px) {
    #oxygen-intro .image {
        text-align: center
    }
}

#oxygen-intro .image .logo {
    width: 238px;
    height: 136px
}

#oxygen-intro .ox-img {
    position: relative;
    padding-top: 68.88%
}

#oxygen-intro .ox-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#oxygen-intro .row:nth-of-type(3) {
    text-align: center
}

#oxygen-intro .content {
    margin-left: 1em
}

#oxygen-intro .content .sub {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 1em
}

#oxygen-intro .content .sub .line {
    width: 50px;
    height: 1.5px;
    background-color: #b45e31
}

#oxygen-intro .content .sub p {
    color: #b45e31;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1em
}

@media (max-width:575.98px) {
    #oxygen-intro .content .sub p {
        font-size: .9em
    }
}

#oxygen-intro .content h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .8em;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:768px) and (max-width:991.98px) {
    #oxygen-intro .content h2 {
        font-size: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #oxygen-intro .content h2 {
        font-size: 1.9em
    }
}

@media (max-width:575.98px) {
    #oxygen-intro .content h2 {
        font-size: 1.5em
    }
}

#oxygen-intro .content .des {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 1em
}

#oxygen-intro .content a {
    color: #00a0e4;
    font-size: 1.1em
}

#oxygen-intro .content .explore {
    align-items: center
}

@media (max-width:991.98px) {
    #oxygen-intro .content .explore {
        margin-bottom: 1.5em
    }
}

#oxygen-intro .content ul {
    margin-bottom: 1em
}

#oxygen-intro .content ul li .count p {
    font-size: 1.75em;
    color: #535353;
    font-weight: 400;
    line-height: 1
}

#oxygen-intro .content ul li .text p {
    font-size: 1.1em;
    font-weight: 400;
    color: #535353;
    opacity: .5
}

#oxygen-intro .image-2 {
    margin-top: 15px
}

@media (max-width:575.98px) {
    #oxygen-intro .image-2 {
        margin-top: 7px
    }
}

#oxygen-intro .image-3 {
    margin-top: 30px
}

@media (max-width:575.98px) {
    #oxygen-intro .image-3 {
        margin-top: 15px
    }
}

#oxygen-intro .image-4 {
    margin-top: 45px
}

@media (max-width:575.98px) {
    #oxygen-intro .image-4 {
        margin-top: 22px
    }
}

#oxygen-intro .bottom-bar {
    background-color: #eff5f8;
    border: 1px solid #00a0e4;
    padding: 1em 2em;
    margin-top: 2em;
    transform: rotate(-.4deg)
}

#oxygen-intro .bottom-bar p {
    color: #131111;
    font-size: 1.3em
}

@media (min-width:576px) and (max-width:991.98px) {
    #oxygen-intro .bottom-bar p {
        font-size: 1.1em
    }
}

@media (max-width:575.98px) {
    #oxygen-intro .bottom-bar p {
        font-size: 1em
    }
}

#oxygen-intro .bottom-bar .contact {
    display: flex;
    align-items: center
}

#oxygen-intro .bottom-bar a {
    color: #1b4581;
    text-align: right;
    font-size: 1.3em
}

@media (min-width:576px) and (max-width:991.98px) {
    #oxygen-intro .bottom-bar a {
        font-size: 1.1em
    }
}

@media (max-width:575.98px) {
    #oxygen-intro .bottom-bar a {
        font-size: 1em
    }
}

#oxygen-intro .arrow {
    transform: rotate(-90deg);
    width: 17px;
    height: 29px
}

@media (max-width:415px) {
    #oxygen-intro .arrow {
        height: 20px
    }
}

@media (min-width:2000px) and (max-width:2560px) {
    #oxygen-intro .arrow {
        height: 36px
    }
}

@media (min-width:2000px) and (max-width:2560px) {
    #oxygen-intro .one {
        height: 43px
    }
}

#oxygen-intro .images-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3em
}

@media (min-width:576px) and (max-width:991.98px) {
    #oxygen-intro .images-list {
        gap: 1.5em
    }
}

@media (max-width:575.98px) {
    #oxygen-intro .images-list {
        gap: .5em
    }
}

#oxygen-intro .images-list li:nth-of-type(1) .image-1 {
    position: relative;
    padding-top: 64.24%
}

#oxygen-intro .images-list li:nth-of-type(1) .image-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width:575.98px) {
    #oxygen-intro .images-list li:nth-of-type(1) .image-1 img {
        width: 100%
    }
}

#oxygen-intro .images-list li:nth-of-type(2) .image-2 {
    position: relative;
    padding-top: 69.92%
}

#oxygen-intro .images-list li:nth-of-type(2) .image-2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width:575.98px) {
    #oxygen-intro .images-list li:nth-of-type(2) .image-2 img {
        width: 100%
    }
}

#oxygen-intro .images-list li:nth-of-type(3) .image-3 {
    position: relative;
    padding-top: 69.84%
}

#oxygen-intro .images-list li:nth-of-type(3) .image-3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width:575.98px) {
    #oxygen-intro .images-list li:nth-of-type(3) .image-3 img {
        width: 100%
    }
}

#oxygen-intro .images-list li:nth-of-type(4) .image-4 {
    position: relative;
    padding-top: 70.17%
}

#oxygen-intro .images-list li:nth-of-type(4) .image-4 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width:575.98px) {
    #oxygen-intro .images-list li:nth-of-type(4) .image-4 img {
        width: 100%
    }
}

#resorts {
    padding: 10em 0 8em;
    position: relative
}

#resorts .bg-image {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 2em
}

@media (max-width:601px) {
    #resorts .bg-image img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

#resorts ul {
    perspective: 1000px;
    display: grid;
    gap: 15px;
    padding: 0
}

@media (max-width:601px) and (min-width:598px) {
    #resorts ul {
        padding-left: .8em;
        padding-right: .9em
    }
}

@media (min-width:768px) {
    #resorts ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin: 0 20px
    }
}

@media (max-width:767.98px) {
    #resorts ul {
        grid-template-columns: 1fr 1fr;
        row-gap: 3em;
        margin-bottom: 2em
    }
}

#resorts ul li {
    transition: .4s all ease-in-out
}

#resorts ul li:hover img {
    transition: .4s all ease-in-out;
    animation-direction: alternate;
    transform: rotateY(0) skewY(0)
}

#resorts ul li:hover .text {
    transition: .4s all ease-in-out;
    animation-direction: alternate;
    transform: rotateY(0) skewY(0)
}

#resorts ul li .image {
    position: relative;
    display: inline-block
}

@media (max-width:575.98px) {
    #resorts ul li .image {
        text-align: center
    }
}

#resorts ul li img {
    transition: .4s all ease-in-out;
    animation-direction: alternate;
    transform: rotateY(0) skewY(4deg)
}

#resorts ul li .text {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    transition: .4s all ease-in-out;
    animation-direction: alternate;
    transform: rotateY(0) skewY(6deg)
}

#resorts ul li .text p {
    background: linear-gradient(95.03deg, #f5ba52 4.86%, #ba5501 97.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2em
}

#resorts ul li:nth-of-type(2) p {
    background: linear-gradient(99.81deg, #9eda05 0, #e5e5e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#resorts ul li:nth-of-type(3) p {
    background: linear-gradient(99.81deg, #ffed00 21.35%, #ff3d53 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#resorts ul li:nth-of-type(4) p {
    background: linear-gradient(96.41deg, #fff 28.24%, #3bc5f6 102.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#resorts .logo {
    width: 48px;
    height: 48px
}

#resorts .logo1 {
    width: 189px;
    height: 103px
}

#projects {
    position: relative;
    padding: 3em 0
}

@media (max-width:575.98px) {
    #projects {
        padding: 0 0
    }
}

#projects.oxyzen-projects {
    padding: 8em 0;
    background: url(https://d33wubrfki0l68.cloudfront.net/80b9c910f42d878ca6a9f8402357c33cee701eeb/68ba4/img/oxyzen/bg-5.webp);
    background-size: cover
}

@media (min-width:1300px) and (max-width:1500px) {
    #projects.oxyzen-projects {
        padding: 10em 0
    }
}

@media (min-width:1500px) and (max-width:1650px) {
    #projects.oxyzen-projects {
        padding: 13em 0
    }
}

@media (min-width:1650px) and (max-width:1700px) {
    #projects.oxyzen-projects {
        padding: 14em 0
    }
}

@media (min-width:1900px) and (max-width:2000px) {
    #projects.oxyzen-projects {
        padding: 19em 0
    }
}

@media (min-width:2000px) {
    #projects.oxyzen-projects {
        padding: 19em 0
    }
}

#projects.oxyzen-projects .bg-image {
    z-index: -1
}

#projects .section-heading h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1em;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:768px) and (max-width:991.98px) {
    #projects .section-heading h2 {
        font-size: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #projects .section-heading h2 {
        font-size: 1.9em
    }
}

@media (max-width:575.98px) {
    #projects .section-heading h2 {
        font-size: 1.5em
    }
}

#projects ul {
    display: grid;
    gap: 30px
}

#projects ul img {
    border-radius: 10px
}

@media (max-width:575.98px) {
    #projects ul.gallery {
        display: none
    }

    #projects ul.mobile-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    #projects ul.mobile-gallery li {
        position: relative;
        padding-top: 98.54%
    }

    #projects ul.mobile-gallery li img {
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (min-width:576px) {
    #projects ul.mobile-gallery {
        display: none
    }
}

#projects ul li {
    position: relative
}

#projects ul li.item1 {
    grid-column: 3;
    grid-row: 1/span 2
}

#projects ul li.item1 .image {
    position: relative;
    padding-top: 119.91%
}

#projects ul li.item1 .image img {
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:400px) and (max-width:415px) {
    #projects ul li.item1 img {
        height: 222px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #projects ul li.item1 img {
        height: 443px;
        width: 257px
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    #projects ul li.item1 img {
        height: 527px;
        width: 307px
    }
}

@media (min-width:1400px) and (max-width:1999.98px) {
    #projects ul li.item1 img {
        height: 613px;
        width: 450px
    }
}

@media (min-width:2000px) {
    #projects ul li.item1 img {
        height: 741px;
        width: 542px
    }
}

@media (min-width:799px) and (max-width:850px) {
    #projects ul li.item1 img {
        height: 421px;
        width: 244px
    }
}

@media (min-width:700px) and (max-width:799px) {
    #projects ul li.item1 img {
        height: 406px;
        width: 234px
    }
}

@media (min-width:577px) and (max-width:699px) {
    #projects ul li.item1 img {
        height: 314px;
        width: 181px
    }
}

@media (min-width:415px) and (max-width:576px) {
    #projects ul li.item1 img {
        height: 227px;
        width: 130px
    }
}

@media (min-width:400px) and (max-width:414px) {
    #projects ul li.item1 img {
        height: 222px;
        width: 122px
    }
}

@media (min-width:365px) and (max-width:400px) {
    #projects ul li.item1 img {
        min-height: 200px;
        width: 114px
    }
}

@media (min-width:390px) and (max-width:396px) {
    #projects ul li.item1 img {
        min-height: 210px;
        width: 114px
    }
}

@media (min-width:360px) and (max-width:365px) {
    #projects ul li.item1 img {
        height: 191px;
        width: 109px
    }
}

@media (max-width:320px) {
    #projects ul li.item1 img {
        height: 168px;
        width: 95px
    }
}

#projects ul li.item2 {
    grid-column: 1/span 2;
    grid-row: 2/span 1
}

#projects ul li.item2 .image {
    position: relative;
    padding-top: 37.05%
}

#projects ul li.item2 .image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#projects ul li.item4 .image {
    position: relative;
    padding-top: 98.34%
}

#projects ul li.item4 .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#projects ul li.item3 .image {
    position: relative;
    padding-top: 98.34%
}

#projects ul li.item3 .image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#projects ul li.item3 .image img img {
    width: auto;
    max-width: auto !important
}

#projects ul li .image img {
    width: 100%
}

#projects ul li .image .text {
    position: absolute;
    top: 2em;
    left: 1.5em;
    z-index: 1
}

@media (max-width:575.98px) {
    #projects ul li .image .text {
        left: .5em;
        top: .5em
    }
}

#projects ul li .image .text p {
    color: #fff;
    text-shadow: 0 3px 3px #2e5a74
}

#projects ul li.item3 .img {
    position: relative;
    padding-top: 98.34%
}

#projects ul li.item3 .img img {
    position: absolute;
    top: 0;
    left: 0
}

#projects .vivaan-bhuvie-projects {
    text-align: center
}

#projects .vivaan-bhuvie-projects .gallery-link {
    font-size: 1em;
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#bhuvie-intro {
    background-image: linear-gradient(#fff, #f5f8ff);
    position: relative
}

@media (max-width:991.98px) {
    #bhuvie-intro {
        margin-top: -3em
    }
}

#bhuvie-intro .image {
    position: relative;
    padding-top: 68.1%
}

@media (min-width:576px) and (max-width:991.98px) {
    #bhuvie-intro .image {
        height: 1200px
    }
}

@media (max-width:575.98px) {
    #bhuvie-intro .image {
        height: 980px
    }
}

#bhuvie-intro .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:991.98px) {
    #bhuvie-intro .image img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

#bhuvie-intro .container {
    padding: 5em 0;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1
}

@media (min-width:1400px) {
    #bhuvie-intro .container {
        top: 25%
    }
}

@media (min-width:1000px) and (max-width:1100px) {
    #bhuvie-intro .container {
        top: 2%
    }
}

@media (min-width:1100px) and (max-width:1200px) {
    #bhuvie-intro .container {
        top: 7%
    }
}

@media (max-width:991.98px) {
    #bhuvie-intro .container {
        top: 0;
        padding: 1.5em
    }
}

@media (max-width:575.98px) {
    #bhuvie-intro .container {
        top: 5%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #bhuvie-intro .container {
        top: 9%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #bhuvie-intro .container {
        top: 7%
    }
}

@media (max-width:400px) {
    #bhuvie-intro .container {
        top: 8%
    }
}

#bhuvie-intro .content .logo {
    margin-bottom: 1.5em
}

#bhuvie-intro .content .logo img {
    width: 189px;
    height: 103px
}

#bhuvie-intro .content h2 {
    background: linear-gradient(92.66deg, #00a0e3 1.76%, #ffed00 55.48%, #ffed00 92.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.25em;
    font-weight: 300
}

@media (max-width:575.98px) {
    #bhuvie-intro .content h2 {
        font-size: 1.5em
    }
}

#bhuvie-intro .content ul {
    padding: 2em 0
}

#bhuvie-intro .content ul li {
    flex-grow: 1;
    margin-right: 1em;
    padding-left: 1em
}

@media (max-width:575.98px) {
    #bhuvie-intro .content ul li {
        margin-right: 0
    }
}

#bhuvie-intro .content ul li:nth-of-type(1) {
    padding-left: 0
}

#bhuvie-intro .content ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

#bhuvie-intro .content ul li .count p {
    color: #00a0e4;
    font-size: 1.7em;
    font-weight: 400
}

#bhuvie-intro .content ul li .text p {
    color: #fff;
    font-weight: 300;
    font-size: .95em;
    line-height: 1.3
}

#bhuvie-intro .content .explore {
    align-items: center
}

@media (max-width:991.98px) {
    #bhuvie-intro .content .explore {
        margin-bottom: 1em
    }
}

#bhuvie-intro .content .des {
    color: #e0e0e0;
    margin-bottom: 1.5em;
    font-weight: 300;
    margin-right: 3em
}

@media (max-width:1025px) and (max-width:1023px) {
    #bhuvie-intro .content .des {
        margin-bottom: 1em
    }
}

@media (max-width:991.98px) {
    #bhuvie-intro .content .des {
        margin-right: 0;
        margin-bottom: 1em
    }
}

#bhuvie-intro .content a {
    font-size: 1.2em
}

#bhuvie-intro .carousel-indicators {
    bottom: -40px;
    margin-left: 0;
    margin-right: 0
}

#bhuvie-intro .carousel-indicators [data-bs-target] {
    background-color: unset;
    width: auto;
    opacity: .9
}

#bhuvie-intro .carousel-indicators [data-bs-target] img {
    width: 125px;
    height: 80px
}

@media (min-width:1200px) and (max-width:1399.98px) {
    #bhuvie-intro .carousel-indicators [data-bs-target] img {
        width: 100px !important;
        height: 60px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #bhuvie-intro .carousel-indicators [data-bs-target] img {
        width: 80px !important;
        height: 60px
    }
}

@media (max-width:575.98px) {
    #bhuvie-intro .carousel-indicators [data-bs-target] img {
        width: 60px !important;
        height: 45px
    }
}

@media (max-width:320px) {
    #bhuvie-intro .carousel-indicators [data-bs-target] img {
        width: 50px !important;
        height: 35px
    }
}

#bhuvie-intro .carousel-control-prev {
    left: -45px
}

@media (max-width:575.98px) {
    #bhuvie-intro .carousel-control-prev {
        left: -25px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #bhuvie-intro .carousel-control-prev {
        left: -57px
    }
}

#bhuvie-intro .carousel-control-next {
    right: -45px
}

@media (max-width:575.98px) {
    #bhuvie-intro .carousel-control-next {
        right: -25px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #bhuvie-intro .carousel-control-next {
        right: -58px
    }
}

#bhuvie-intro .carousel-control-prev-icon {
    background-image: url(../../../img/slider/6228db2ce510d17babe20038479573c176c6bd4e/left.png)
}

#bhuvie-intro .carousel-control-next-icon {
    background-image: url(../../../img/slider/1578fa85f9bf8de0c68cd0497e220f2b364be343/right.png)
}

#bhuvie-intro .carousel-item {
    position: relative;
    padding-top: 63.42%
}

#bhuvie-intro .carousel-item img {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0
}

#bhuvie-intro .arrow {
    transform: rotate(-90deg);
    width: 17px;
    height: 32px
}

@media (max-width:415px) {
    #bhuvie-intro .arrow {
        height: 20px
    }
}

@media (min-width:2000px) and (max-width:2560px) {
    #bhuvie-intro .arrow {
        height: 48px
    }
}

#bhuvie-inner-intro {
    padding: 4em 0;
    position: relative
}

@media (min-width:992px) and (max-width:1199.98px) {
    #bhuvie-inner-intro {
        padding: 5em 0 12em
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    #bhuvie-inner-intro {
        padding: 5em 0 8em
    }
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro {
        padding: 2em 0;
        margin-bottom: 1em
    }
}

@media (min-width:400px) and (max-width:576px) {
    #bhuvie-inner-intro {
        margin-bottom: 9em
    }
}

@media (min-width:400px) and (max-width:450px) {
    #bhuvie-inner-intro {
        margin-bottom: 1em
    }
}

#bhuvie-inner-intro .bg-image {
    transform: rotate(-2deg);
    position: absolute;
    z-index: -1
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro .bg-image {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #bhuvie-inner-intro .bg-image {
        bottom: -5em;
        transform: unset
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #bhuvie-inner-intro .bg-image {
        bottom: -10em;
        transform: unset
    }
}

#bhuvie-inner-intro .bg-image img {
    width: 100%;
    height: 100%
}

@media (max-width:991.98px) {
    #bhuvie-inner-intro .content {
        margin-bottom: 2em
    }
}

#bhuvie-inner-intro .content h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.1em;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:576px) and (max-width:991.98px) {
    #bhuvie-inner-intro .content h2 {
        font-size: 1.9em;
        margin-bottom: .9em
    }
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro .content h2 {
        font-size: 1.5em
    }
}

#bhuvie-inner-intro .content .des {
    color: #000;
    padding-right: .5em;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: -.01em;
    margin-bottom: 2em
}

@media (min-width:1000px) and (max-width:1200px) {
    #bhuvie-inner-intro .content .des {
        margin-right: 1.5em
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #bhuvie-inner-intro .content .des {
        font-size: 1em
    }
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro ul {
        display: block !important;
        margin-bottom: 10px
    }
}

#bhuvie-inner-intro ul li {
    display: flex;
    align-items: center;
    gap: 8px
}

@media (min-width:576px) and (max-width:991.98px) {
    #bhuvie-inner-intro ul li .count {
        margin-bottom: 1em
    }
}

#bhuvie-inner-intro ul li .count p {
    color: #4d897c;
    font-size: 4.5em;
    margin-bottom: 0;
    font-weight: 400
}

@media (min-width:992px) and (max-width:1199.98px) {
    #bhuvie-inner-intro ul li .count p {
        font-size: 2.5em
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #bhuvie-inner-intro ul li .count p {
        font-size: 2.1em
    }
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro ul li .count p {
        font-size: 2em
    }
}

#bhuvie-inner-intro ul li .text p {
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1em
}

@media (min-width:992px) and (max-width:1199.98px) {
    #bhuvie-inner-intro ul li .text p {
        font-size: .9em
    }
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro ul li .text p {
        font-size: .85em
    }
}

#bhuvie-inner-intro .image-mobile img {
    margin-bottom: 20px
}

@media (min-width:576px) {
    #bhuvie-inner-intro .image-mobile {
        display: none
    }
}

#bhuvie-inner-intro .image {
    position: relative
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro .image {
        display: none
    }
}

#bhuvie-inner-intro .image .img {
    position: relative;
    padding-top: 74.98%
}

@media (max-width:992px) and (min-width:768px) {
    #bhuvie-inner-intro .image .img {
        padding-top: 68.98%
    }
}

@media (max-width:576px) {
    #bhuvie-inner-intro .image .img {
        padding-top: 93.98%
    }
}

@media (max-width:380px) {
    #bhuvie-inner-intro .image .img {
        padding-top: 144.98%
    }
}

#bhuvie-inner-intro .image .img .image-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro .image .img .image-1 {
        width: 100%
    }
}

#bhuvie-inner-intro .image .image-2 {
    position: absolute;
    top: 3em;
    left: 0
}

@media (min-width:2000px) {
    #bhuvie-inner-intro .image .image-2 {
        left: 5em
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #bhuvie-inner-intro .image .image-2 {
        left: -2em
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #bhuvie-inner-intro .image .image-2 {
        left: 9em
    }
}

@media (max-width:899px) {
    #bhuvie-inner-intro .image .image-2 {
        left: 4.5em
    }
}

@media (max-width:601px) {
    #bhuvie-inner-intro .image .image-2 {
        left: .5em
    }
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro .image .image-2 {
        position: relative;
        height: 100%;
        width: 100%;
        top: unset;
        margin-top: 14em
    }
}

#bhuvie-inner-intro .image .image-3 {
    position: absolute;
    bottom: 4em;
    right: 3.5em
}

@media (min-width:2000px) {
    #bhuvie-inner-intro .image .image-3 {
        right: 6.5em;
        bottom: 8em
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #bhuvie-inner-intro .image .image-3 {
        right: 1em;
        bottom: -3em
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    #bhuvie-inner-intro .image .image-3 {
        right: 1em;
        bottom: 0
    }
}

@media (max-width:991.98px) {
    #bhuvie-inner-intro .image .image-3 {
        right: 14em;
        bottom: 12em
    }
}

@media (max-width:899px) {
    #bhuvie-inner-intro .image .image-3 {
        right: 9em;
        bottom: 4em
    }
}

@media (max-width:769px) {
    #bhuvie-inner-intro .image .image-3 {
        right: 7em;
        bottom: 4em
    }
}

@media (max-width:601px) {
    #bhuvie-inner-intro .image .image-3 {
        right: 3em;
        bottom: -1em
    }
}

@media (max-width:575.98px) {
    #bhuvie-inner-intro .image .image-3 {
        position: relative;
        right: 0;
        height: 100%;
        width: 100%;
        bottom: unset;
        margin-top: 1em
    }
}

#our-amenties {
    position: relative;
    padding: 4em 0
}

@media (max-width:991.98px) {
    #our-amenties {
        padding: 4em 0 8em
    }
}

@media (min-width:1200px) and (max-width:1501px) {
    #our-amenties {
        padding: 5em 0 8em
    }
}

@media (min-width:1500px) and (max-width:1601px) {
    #our-amenties {
        padding: 10em 0
    }
}

@media (min-width:1602px) and (max-width:1900px) {
    #our-amenties {
        padding: 11em 0
    }
}

@media (min-width:1900px) and (max-width:2000px) {
    #our-amenties {
        padding: 17em 0
    }
}

@media (min-width:2000px) {
    #our-amenties {
        padding: 18em 0
    }
}

@media (max-width:575.98px) {
    #our-amenties {
        margin-bottom: -3em;
        margin-top: -3em
    }
}

#our-amenties .amenties-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#our-amenties .amenties-image img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1679px) {
    #our-amenties .amenties-image img {
        width: 100%;
        height: 100%
    }
}

@media (max-width:575.98px) {
    #our-amenties .amenties-image img {
        width: 100%;
        height: 95%
    }
}

#our-amenties .section-heading {
    margin: 5em 0 3em
}

@media (min-width:1500px) and (max-width:1900px) {
    #our-amenties .section-heading {
        margin: 3em 0
    }
}

#our-amenties .section-heading h2 {
    color: #fff;
    margin-bottom: .5em;
    letter-spacing: .8px;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:768px) and (max-width:991.98px) {
    #our-amenties .section-heading h2 {
        font-size: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #our-amenties .section-heading h2 {
        font-size: 1.9em
    }
}

@media (max-width:575.98px) {
    #our-amenties .section-heading h2 {
        font-size: 1.5em
    }
}

#our-amenties .section-heading p {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    font-size: 1em
}

#our-amenties .our-slider .text {
    text-align: center;
    margin-top: 15px
}

@media (min-width:1600px) {
    #our-amenties .our-slider .text {
        margin-top: 20px
    }
}

@media (min-width:595px) and (max-width:600px) {
    #our-amenties .our-slider .text {
        margin-top: 25px
    }
}

@media (max-width:575.98px) {
    #our-amenties .our-slider .text {
        margin-top: 25px
    }
}

#our-amenties .our-slider .text p {
    color: #fff;
    font-size: 1em;
    font-weight: 200
}

@media (max-width:1199.98px) {
    #our-amenties .our-slider .text p {
        font-size: .9em
    }
}

#our-amenties .our-slider .image {
    position: relative;
    padding-top: 156.86%
}

#our-amenties .our-slider .image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px
}

@media (max-width:575.98px) {
    #our-amenties .our-slider .image img {
        width: 100%;
        height: 100%
    }
}

#our-amenties .slick-center {
    margin-top: 3em
}

@media (max-width:767.98px) {
    #our-amenties .slick-center {
        margin-top: 0
    }
}

#our-amenties .slick-next::before {
    content: url(../../../img/bhuvie-images/icons/ac131cfe559822e91170b533b179d05ab42a13c8/right.png)
}

#our-amenties .slick-prev::before {
    content: url(../../../img/bhuvie-images/icons/4a5c9773d3e6fb3dd1796be4d22dab06bfe74158/left.png)
}

#our-amenties .slick-prev {
    left: -32px
}

@media (max-width:767.98px) {
    #our-amenties .slick-prev {
        left: -10px;
        width: 10px;
        height: 10px;
        z-index: 1
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #our-amenties .slick-prev {
        left: -27px
    }
}

@media (max-width:767.98px) {
    #our-amenties .slick-next {
        right: 10px;
        width: 10px;
        height: 10px;
        z-index: 1
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #our-amenties .slick-next {
        right: -17px
    }
}

#visit {
    padding: 3em 0;
    position: relative
}

#visit .shape {
    position: absolute;
    background-color: #e6f7ff;
    width: 600px;
    height: 95%;
    left: 0;
    top: 0;
    z-index: -1
}

@media (min-width:1900px) {
    #visit .shape {
        width: 38%
    }
}

@media (max-width:1200px) and (min-width:992px) {
    #visit .visit-row {
        align-items: center
    }
}

#visit .section-heading {
    margin-left: 4em
}

@media (min-width:365px) and (max-width:400px) {
    #visit .section-heading {
        margin-left: 2em
    }
}

#visit .section-heading h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.1em;
    font-size: 2.25em;
    font-weight: 300
}

@media (max-width:575.98px) {
    #visit .section-heading h2 {
        font-size: 1.5em
    }
}

#visit .section-heading .des {
    color: #000;
    padding-right: .5em;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 2em;
    margin-right: 3em
}

@media (min-width:992px) and (max-width:1199.98px) {
    #visit .section-heading .des {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #visit .section-heading .des {
        width: 50%
    }
}

@media (max-width:575.98px) {
    #visit .visit-slider {
        margin-bottom: 62px
    }
}

#visit .visit-slider .item {
    position: relative;
    transition: .4s all ease-in-out
}

#visit .visit-slider .item:hover .text {
    display: block
}

#visit .visit-slider .item .image {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px
}

#visit .visit-slider .item img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
    transform: scale(1);
    border-radius: 10px;
    transition: .4s all ease-in-out
}

@media (min-width:1400px) and (max-width:1700px) {
    #visit .visit-slider .item img {
        height: 360px;
        -o-object-position: top;
        object-position: top
    }
}

@media (min-width:1700px) and (max-width:2000px) {
    #visit .visit-slider .item img {
        height: 400px
    }
}

@media (min-width:2000px) {
    #visit .visit-slider .item img {
        height: 550px
    }
}

#visit .visit-slider .item img:hover {
    transform: scale(1.1);
    opacity: 1;
    border-radius: 10px;
    filter: grayscale(.2)
}

#visit .visit-slider .item .text {
    display: none;
    position: absolute;
    top: 3em;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 1
}

#visit .visit-slider .item .text p {
    font-size: 1.3em;
    color: #fff;
    font-weight: 400
}

#visit .visit-slider .slick-active:nth-of-type(odd) .item .text {
    top: auto;
    bottom: 3em
}

#visit .visit-slider .slick-next::before {
    content: url(https://d33wubrfki0l68.cloudfront.net/b0a533a3fe66dfe49bac82851ec009ec247e83f1/ee72f/img/bhuvie-images/icons/arrow-left.svg)
}

#visit .visit-slider .slick-prev::before {
    content: url(https://d33wubrfki0l68.cloudfront.net/cb0d3bf4f0c9913937677e1e786f158e137cb669/45fe0/img/bhuvie-images/icons/arrow-right.svg)
}

#visit .visit-slider .slick-next,
#visit .visit-slider .slick-prev {
    top: auto;
    bottom: -40px
}

@media (min-width:564px) and (max-width:820px) {

    #visit .visit-slider .slick-next,
    #visit .visit-slider .slick-prev {
        top: auto;
        bottom: -28px
    }
}

#visit .visit-slider .slick-prev {
    right: 105px;
    left: auto
}

@media (max-width:575.98px) {
    #visit .visit-slider .slick-prev {
        padding-top: 1em
    }
}

#visit .visit-slider .slick-next {
    right: 40px
}

@media (max-width:575.98px) {
    #visit .visit-slider .slick-next {
        padding-top: 1em
    }
}

@media (max-width:575.98px) {
    #visit {
        padding-bottom: 3em
    }
}

#location {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4em 0
}

@media (max-width:991.98px) {
    #location {
        padding: 4em 0 8em
    }
}

@media (min-width:1280px) and (max-width:1281px) {
    #location {
        padding: 7em 0
    }
}

@media (min-width:1300px) and (max-width:1601px) {
    #location {
        padding: 9em 0
    }
}

@media (min-width:1602px) and (max-width:1900px) {
    #location {
        padding: 11em 0
    }
}

@media (min-width:1900px) and (max-width:2000px) {
    #location {
        padding: 17em 0
    }
}

@media (min-width:2000px) {
    #location {
        padding: 19em 0
    }
}

@media (max-width:767.98px) {
    #location {
        padding: 10em 0
    }
}

@media (max-width:575.98px) {
    #location {
        padding: 5em 0;
        z-index: -1
    }
}

#location .location-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 5%;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1281px) {
    #location .location-image {
        top: 0
    }
}

#location .location-image img {
    width: 100%;
    height: 95%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1200px) {
    #location .location-image img {
        height: 100%
    }
}

#location .map .svg {
    width: 100%;
    height: 100%
}

@media (min-width:1200px) and (max-width:1300px) {
    #location .map {
        margin-bottom: 2em
    }
}

@media (max-width:575.98px) {
    #location .map-1 {
        display: flex;
        justify-content: center
    }
}

#location .map-1 .svg {
    width: 100%;
    height: 100%
}

@media (max-width:575.98px) {
    #location .map-1 .svg {
        width: 80%;
        height: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: relative
    }
}

#location.location-one {
    background-image: unset;
    padding: 4em 0
}

@media (max-width:575.98px) {
    #location.location-one {
        margin-top: 4em;
        padding: 4em 0 2em
    }
}

@media (min-width:350px) and (max-width:360px) {
    #location.location-one {
        margin-top: 2em
    }
}

@media (max-width:320px) {
    #location.location-one {
        margin-top: 1em
    }
}

#location .image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#location .image img {
    width: 100%
}

#location .section-heading {
    text-align: center
}

#location .section-heading h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1em;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:768px) and (max-width:991.98px) {
    #location .section-heading h2 {
        font-size: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #location .section-heading h2 {
        font-size: 1.9em
    }
}

@media (max-width:575.98px) {
    #location .section-heading h2 {
        font-size: 1.5em
    }
}

@media (min-width:1400px) {
    #location .section-heading h2 {
        margin-bottom: 2em
    }
}

#location .green-1 {
    margin: 0 auto;
    overflow: hidden
}

#location .green-1 .green-2 {
    transform: scale(1);
    transition: .5s all ease-in-out
}

#location .green-1 .green-2:hover {
    transform: scale(1.03)
}

#location #popup {
    width: 400px;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    display: none
}

#location #popup::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    left: -6px;
    top: 68px
}

#location .each-service {
    transform: scale(0);
    transition: all .5s ease-in-out
}

#location .each-service#service-one {
    position: absolute;
    right: 0;
    top: 17em;
    width: 400px
}

#location .each-service#service-two {
    position: absolute;
    right: 0;
    left: 0;
    width: 600px;
    bottom: 4em;
    max-width: 100%;
    margin-left: 30%
}

#location .each-service#service-three {
    position: absolute;
    right: 2em;
    top: 2em;
    width: 400px
}

#location .each-service#service-four {
    position: absolute;
    left: 8%;
    top: 10%;
    width: 400px
}

#location .each-service#service-five {
    position: absolute;
    left: 3%;
    bottom: 18em;
    width: 400px
}

#location .each-service.service-active {
    transform: scale(1) !important
}

#location #service1,
#location #service2,
#location #service3,
#location #service4,
#location #service5 {
    cursor: pointer;
    position: relative
}

#location #cursor {
    cursor: pointer;
    width: 40px;
    height: 40px
}

#oxyzen-intro {
    padding: 3em 0;
    position: relative
}

#oxyzen-intro .bg-image {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -7em
}

#oxyzen-intro .bg-image img {
    width: 100%
}

@media (max-width:991.98px) {
    #oxyzen-intro .bg-image {
        bottom: -10em;
        top: unset;
        left: 0;
        right: 0
    }
}

@media (min-width:577px) and (max-width:767px) {
    #oxyzen-intro .bg-image {
        bottom: -6em
    }
}

@media (max-width:575.98px) {
    #oxyzen-intro .bg-image {
        display: none
    }
}

#oxyzen-intro .shape {
    position: absolute;
    top: 5em;
    left: 0
}

#oxyzen-intro .shape .img {
    position: relative;
    padding-top: 141.57%
}

#oxyzen-intro .shape .img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media (min-width:992px) and (max-width:1399.98px) {
    #oxyzen-intro .shape img {
        width: 300px
    }
}

#oxyzen-intro .section-heading h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:768px) and (max-width:991.98px) {
    #oxyzen-intro .section-heading h2 {
        font-size: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #oxyzen-intro .section-heading h2 {
        font-size: 1.9em
    }
}

@media (max-width:575.98px) {
    #oxyzen-intro .section-heading h2 {
        font-size: 1.5em
    }
}

#oxyzen-intro .section-heading p {
    margin-right: 5em;
    color: #131111;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:991.98px) {
    #oxyzen-intro .section-heading p {
        margin-right: 0
    }
}

#oxyzen-intro ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em
}

@media (max-width:575.98px) {
    #oxyzen-intro ul {
        gap: 10px
    }
}

#oxyzen-intro ul li .image {
    margin: 0 auto;
    overflow: hidden;
    transition: .4s all ease-in-out;
    border-radius: 5px
}

#oxyzen-intro ul li img {
    transform: scale(1);
    border-radius: 5px
}

#oxyzen-intro ul li img:hover {
    transform: scale(1.1);
    filter: brightness(1);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 10px 5px rgba(0, 0, 0, .25)
}

#oxyzen-intro ul li:nth-child(1) .image {
    position: relative;
    padding-top: 143.02%
}

#oxyzen-intro ul li:nth-child(1) .image img {
    position: absolute;
    top: 0;
    left: 0
}

#oxyzen-intro ul li:nth-child(2) .image {
    position: relative;
    padding-top: 165.11%
}

#oxyzen-intro ul li:nth-child(2) .image img {
    position: absolute;
    top: 0;
    left: 0
}

#oxyzen-intro ul li:nth-child(3) .image {
    position: relative;
    padding-top: 186.7%
}

#oxyzen-intro ul li:nth-child(3) .image img {
    position: absolute;
    top: 0;
    left: 0
}

#oxyzen-intro ul li:nth-child(4) .image {
    position: relative;
    padding-top: 211.62%
}

#oxyzen-intro ul li:nth-child(4) .image img {
    position: absolute;
    top: 0;
    left: 0
}

#statistics {
    position: relative
}

#statistics .bg-image img {
    width: 100%;
    height: 100%
}

@media (max-width:575.98px) {
    #statistics .bg-image img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:991.98px) {
    #statistics .bg-image img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width:1500px) {
    #statistics .bg-image img {
        width: 100%;
        height: 100%
    }
}

#statistics ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    justify-content: center;
    gap: 80px;
    flex-grow: 1
}

@media (max-width:575.98px) {
    #statistics ul {
        gap: 0
    }
}

#statistics ul li {
    position: relative;
    text-align: center
}

#statistics ul li .count {
    color: #fff;
    font-size: calc(2.5em + 1vw);
    margin-bottom: 0;
    line-height: 1
}

#statistics ul li .text {
    color: #fff;
    font-size: 1em;
    font-weight: 300
}

#statistics ul li:not(:last-child) {
    margin-right: 40px
}

@media (max-width:320px) {
    #statistics ul li:not(:last-child) {
        margin-right: 25px
    }
}

#statistics ul li:not(:last-child) .each::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    background: #ffc415;
    width: 3px;
    height: 80%;
    transform: translateY(-50%);
    transform: rotate(10deg)
}

@media (max-width:575.98px) {
    #statistics ul li:not(:last-child) .each::after {
        right: -25px
    }
}

@media (max-width:320px) {
    #statistics ul li:not(:last-child) .each::after {
        right: -15px !important
    }
}

#layout {
    position: relative;
    padding: 4em 0
}

@media (max-width:575.98px) {
    #layout {
        padding-top: 2.5em;
        padding-bottom: .5em
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #layout {
        padding: 3em 0
    }
}

#layout .bg-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0
}

#layout .bg-image img {
    width: 100%;
    height: 100%
}

@media (min-width:1600px) {
    #layout .bg-image img {
        width: 100%;
        height: 100%
    }
}

@media (max-width:991.98px) {
    #layout .bg-image {
        bottom: -5em;
        top: unset
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #layout .bg-image {
        top: unset;
        bottom: -10em
    }
}

#layout .section-heading h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:768px) and (max-width:991.98px) {
    #layout .section-heading h2 {
        font-size: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #layout .section-heading h2 {
        font-size: 1.9em
    }
}

@media (max-width:575.98px) {
    #layout .section-heading h2 {
        font-size: 1.5em
    }
}

#layout .section-heading p {
    margin-right: 5em;
    font-size: 1em;
    color: #131111;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width:600px) {
    #layout .section-heading p {
        margin-right: 0
    }
}

@media (max-width:575.98px) {
    #layout .section-heading p {
        margin-right: 0
    }
}

#layout ul {
    margin-left: 1em;
    margin-bottom: 2em
}

@media (max-width:991.98px) {
    #layout ul {
        margin-bottom: 0
    }
}

#layout ul li {
    list-style: disc;
    padding-left: 10px;
    line-height: 2;
    color: #131111;
    font-weight: 400
}

#layout ul li::marker {
    content: url(https://d33wubrfki0l68.cloudfront.net/0ddac2efad9e26662b9131960e7c439947110bb8/38e56/img/oxyzen/l-1.svg)
}

#layout .button {
    text-align: center;
    margin-top: 2em
}

@media (max-width:991.98px) {
    #layout .button {
        margin-bottom: 2em
    }
}

@media (max-width:400px) {
    #layout .zoom {
        gap: 15px !important
    }
}

@media (max-width:991.98px) {
    #layout .plan {
        text-align: center
    }
}

#layout .glass-image {
    position: relative;
    padding-top: 76.7%
}

#layout .glass-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#places {
    position: relative
}

#places .bg-image {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0
}

#places .bg-image .places-image {
    position: relative;
    padding-top: 38.01%
}

#places .bg-image img {
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:2000px) {
    #places .bg-image img {
        width: 100%
    }
}

@media (max-width:575.98px) {
    #places .bg-image {
        margin-top: -1em
    }

    #places .bg-image img {
        height: 530px
    }
}

@media (min-width:361px) and (max-width:400px) {
    #places .bg-image img {
        height: 515px
    }
}

@media (min-width:350px) and (max-width:360px) {
    #places .bg-image img {
        height: 750px
    }
}

@media (max-width:350px) {
    #places .bg-image img {
        height: 740px
    }
}

#places .section-heading {
    margin-top: 8em;
    margin-bottom: 2em
}

@media (max-width:575.98px) {
    #places .section-heading {
        margin-top: 6em;
        margin-bottom: 0
    }
}

#places .section-heading h2 {
    background: linear-gradient(91.81deg, #0092cf 3.52%, #0fb853 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .8em;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:768px) and (max-width:991.98px) {
    #places .section-heading h2 {
        font-size: 2em
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #places .section-heading h2 {
        font-size: 1.9em
    }
}

@media (max-width:575.98px) {
    #places .section-heading h2 {
        font-size: 1.5em
    }
}

#places .section-heading h2 p {
    font-size: 1em
}

#places .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4em
}

@media (min-width:1200px) {
    #places .grid {
        gap: 5em
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #places .grid {
        gap: 30px
    }
}

@media (max-width:575.98px) {
    #places .grid {
        gap: 10px
    }
}

@media (max-width:360px) {
    #places .grid {
        display: block
    }
}

@media (min-width:576px) {
    #places .grid .each-block:nth-child(2) {
        margin-left: 2em
    }
}

#places ul {
    margin-bottom: 8em
}

@media (max-width:575.98px) {
    #places ul {
        margin-bottom: 0
    }
}

#places ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: .5em
}

#places ul li img {
    width: 39px;
    height: 39px
}

#places ul li .txt p {
    color: #fff
}

@media (max-width:575.98px) {
    #places ul li .txt p {
        font-size: .9em
    }
}

#gallery {
    padding: 3em 0
}

#gallery .grid-item,
#gallery .grid-sizer {
    width: 33.33%;
    padding: 11px
}

@media (min-width:2000px) {

    #gallery .grid-item img,
    #gallery .grid-sizer img {
        width: 100%
    }
}

@media (max-width:991.98px) {

    #gallery .grid-item,
    #gallery .grid-sizer {
        width: 50%;
        padding: 12px
    }
}

#gallery .grid .grid-item img {
    border-radius: 12px
}

#gallery .grid .grid-item .img-1 {
    position: relative;
    padding-top: 150.36%
}

#gallery .grid .grid-item .img-1 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-2 {
    position: relative;
    padding-top: 68.05%
}

#gallery .grid .grid-item .img-2 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-3 {
    position: relative;
    padding-top: 124.32%
}

#gallery .grid .grid-item .img-3 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-4 {
    position: relative;
    padding-top: 56.01%
}

#gallery .grid .grid-item .img-4 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-5 {
    position: relative;
    padding-top: 152.08%
}

#gallery .grid .grid-item .img-5 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-6 {
    position: relative;
    padding-top: 56.01%
}

#gallery .grid .grid-item .img-6 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-7 {
    position: relative;
    padding-top: 166.09%
}

#gallery .grid .grid-item .img-7 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-9 {
    position: relative;
    padding-top: 168.05%
}

#gallery .grid .grid-item .img-9 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-10 {
    position: relative;
    padding-top: 164.61%
}

#gallery .grid .grid-item .img-10 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-11 {
    position: relative;
    padding-top: 132.92%
}

#gallery .grid .grid-item .img-11 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-12 {
    position: relative;
    padding-top: 149.63%
}

#gallery .grid .grid-item .img-12 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-13 {
    position: relative;
    padding-top: 148.4%
}

#gallery .grid .grid-item .img-13 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-14 {
    position: relative;
    padding-top: 125.06%
}

#gallery .grid .grid-item .img-14 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-15 {
    position: relative;
    padding-top: 167.32%
}

#gallery .grid .grid-item .img-15 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-16 {
    position: relative;
    padding-top: 159.95%
}

#gallery .grid .grid-item .img-16 img {
    position: absolute;
    top: 0;
    left: 0
}

#gallery .grid .grid-item .img-17 {
    position: relative;
    padding-top: 142.99%
}

#gallery .grid .grid-item .img-17 img {
    position: absolute;
    top: 0;
    left: 0
}

#contact {
    padding: 3em 0;
    position: relative;
    background-image: linear-gradient(#fff, #f5f5f5);
    z-index: 1
}

#contact .section-heading h2 {
    background: linear-gradient(91.81deg, #0092cf 80px, #0fb853 50px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.1em;
    font-size: 2.25em;
    font-weight: 300
}

@media (min-width:576px) and (max-width:991.98px) {
    #contact .section-heading h2 {
        font-size: 1.9em;
        margin-bottom: .9em
    }
}

@media (max-width:575.98px) {
    #contact .section-heading h2 {
        font-size: 1.5em
    }
}

#contact .bg-image {
    position: absolute;
    top: 8em;
    left: 0;
    right: 0;
    padding: 0;
    z-index: -1
}

@media (max-width:767.98px) {
    #contact .bg-image {
        display: none
    }
}

@media (max-width:768px) and (min-width:766px) {
    #contact .bg-image {
        top: 6.4em
    }
}

#contact .bg-image .map {
    position: relative;
    padding-top: 30.83%
}

#contact .bg-image .map img {
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:1600px) {
    #contact .bg-image img {
        width: 100%;
        max-height: 425px;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #contact .bg-image img {
        height: 310px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

#contact .contact-form {
    background-color: #fff;
    border: 1.5px solid #0092cf;
    padding: 5em 2em;
    margin-top: -2em;
    margin-bottom: 1em;
    position: relative;
    border-radius: 10px
}

@media (min-width:1000px) and (max-width:1100px) {
    #contact .contact-form {
        padding: 2.1em 2em
    }
}

@media (min-width:1100px) and (max-width:1200px) {
    #contact .contact-form {
        padding: 3.25em 2em
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    #contact .contact-form {
        padding: 4.25em 2em
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    #contact .contact-form {
        padding: 5.5em 2em
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    #contact .contact-form {
        padding: 6em 2em
    }
}

@media (min-width:2000px) {
    #contact .contact-form {
        padding: 2.5em 2em
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #contact .contact-form {
        padding: 2em
    }
}

@media (max-width:767.98px) {
    #contact .contact-form {
        margin-top: 1em
    }
}

@media (max-width:575.98px) {
    #contact .contact-form {
        padding: 3em 2em
    }
}

#contact .contact-form .form-control {
    padding: .3em 0;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: 0;
    color: #828282;
    border-bottom: 1.5px solid #828282
}

#contact .contact-form .form-control:focus {
    box-shadow: none
}

#contact .contact-form .image {
    position: relative;
    padding-top: 35.67%
}

#contact .contact-form .image img {
    position: absolute;
    top: 0;
    left: 0
}

#contact .contact-form .contact-btn {
    background-color: #00963d;
    position: absolute;
    bottom: 0;
    right: -21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    border-radius: unset;
    display: flex;
    gap: 5px
}

@media (min-width:2000px) {
    #contact .contact-form .contact-btn {
        right: -28px
    }
}

@media (min-width:1000px) and (max-width:1200px) {
    #contact .contact-form .contact-btn {
        font-size: .9em
    }
}

@media (max-width:320px) {
    #contact .contact-form .contact-btn {
        padding: .375rem .5rem
    }
}

@media (min-width:1000px) and (max-width:1024px) {
    #contact .contact-form .contact-btn {
        position: absolute;
        bottom: .3em
    }
}

#contact .contact-form .contact-btn:hover {
    background-color: #0092cf
}

#contact .contact-form .contact-btn .img img {
    width: 18px;
    height: 1px
}

#contact .contact-form .contact-btn .line {
    position: absolute;
    width: 20px;
    height: 1px;
    align-items: center;
    display: flex;
    background-color: #fff;
    content: "";
    display: inline-block
}

#contact .contact-form .success {
    position: absolute;
    color: #00963d
}

@media (min-width:1400px) {
    #contact .contact-form .success {
        margin-top: 3em
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #contact .contact-form .success {
        margin-top: 4em
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #contact .contact-form .success {
        margin-top: 3em
    }
}

@media (max-width:360px) {
    #contact .contact-form .success {
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media (max-width:400px) {
    #contact .contact-form .success {
        margin-top: 3em
    }
}

@media (max-width:991px) {
    #contact .contact-form .success {
        margin-top: 8px;
        line-height: 1
    }
}

@media (min-width:992px) and (max-width:1024px) {
    #contact .contact-form .success {
        margin-top: 1px;
        line-height: 1
    }
}

@media (max-width:1441px) and (min-width:1439px) {
    #contact .contact-form .success {
        margin-top: 2em
    }
}

@media (max-width:768px) {
    #contact {
        padding: 1.5em 0
    }
}

#address {
    background: #f5f5f5;
    margin-bottom: 1em;
    padding: 3em 5%
}

@media (max-width:575.98px) {
    #address {
        padding: .5em
    }
}

#address .section-heading {
    margin-bottom: 1.5em
}

#address .section-heading h3 {
    color: #1b4581;
    font-size: calc(1em + 1vw)
}

#address .location-icon {
    width: 19px;
    height: 21px
}

#address .mail-icon {
    width: 19px;
    height: 16px
}

#address .phone-icon {
    width: 19px;
    height: 31px
}

#address .each-address h4 {
    color: #00963d;
    font-size: 1.15em;
    margin-bottom: 10px
}

@media (max-width:575.98px) {
    #address .each-address h4 {
        font-size: 1em
    }
}

#address .each-address p {
    color: #1b4581;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1em
}

@media (max-width:575.98px) {
    #address .each-address p {
        font-size: .9em
    }
}

#address ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 1em
}

#address ul li .text p {
    font-weight: 500;
    margin-bottom: 5px;
    color: #1b4581;
    font-size: 1.1em
}

#address ul li .text a {
    color: #1b4581
}

#address ul li .text a:hover {
    color: #10995f
}

#address ul li .image img {
    width: 19px
}

#shareNow .modal-dialog {
    border: 2px solid #00963d;
    border-radius: 10px;
    max-width: 400px;
    top: 50%;
    transform: translatey(-50%)
}

@media (max-width:575.98px) {
    #shareNow .modal-dialog {
        max-width: 80%;
        margin: 0 auto
    }
}

#shareNow .modal-header {
    border-bottom: unset
}

#shareNow .modal-content {
    background: linear-gradient(180deg, #f3feff 44.27%, #f0faec 100%)
}

#shareNow .input-group-text {
    background-color: #1b4581
}

#shareNow .modal-header {
    display: block
}

#shareNow .btn-close {
    position: absolute;
    top: -10px;
    right: -1.75em;
    opacity: 1;
    background: url(https://d33wubrfki0l68.cloudfront.net/f7ef69d6491afc0fc9f99e3c851052ff6387428d/344d0/img/icons/close.svg);
    background-repeat: no-repeat
}

#shareNow h5 {
    text-align: center;
    color: #1b4581;
    font-size: 1.3rem
}

#shareNow .btn-submit {
    background-color: #1b4581;
    border-radius: 20px;
    color: #fff;
    padding: 5px 25px
}

#shareNow .btn-submit:hover {
    background-color: green
}

#shareNow .error-class {
    height: 25px
}