body {
    font-family: "Poppins", sans-serif !important;
    color: #7e7e7e;
    background-color: white;
    overflow-x: hidden !important;
}
/*
.container {
    max-width: 1200px !important;
} */

a:hover {
    text-decoration: none !important;
}

.text-primary {
    color: #1d6aee;
}

.heading h2 {
    color: #000000;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
}

.heading p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.heading1 h2 {
    color: #000000;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
}

.heading1 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.rounded-btn:focus,
.book-now-btn:focus,
ul.slick-dots li.slick-active button:focus,
.autoplay button.slick-prev.slick-arrow:focus,
.autoplay button.slick-next.slick-arrow:focus,
.form-select:focus, .left-button:focus, .right-button:focus {
    outline: none;
}
/* navbar stye start  */
.navbar-menu a {
    color: #545d7a;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    position: relative;
}

    .navbar-menu .active::before,
    .navbar-menu a:hover::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 10px;
        height: 2px;
        background-color: #1d6aee;
        left: 50%;
        transform: translate(-50%);
        transition: all 0.3s ease-in-out;
    }

    .navbar-menu .active,
    .navbar-menu a:hover {
        color: #1d6aee !important;
        transition: all 0.3s ease-in-out;
    }

.logo img {
    max-width: 140px;
}

.burger {
    display: none;
}

    .burger div {
        width: 25px;
        height: 3px;
        background: #000000;
        margin: 5px;
        transition: all 0.5s ease;
    }

nav {
    position: sticky;
    top: 0;
    background-color: white;
    border-bottom: 1px solid lightblue;
    padding: 5px 15px;
    z-index: 100;
}

.nav-links {
    position: fixed;
    right: 0;
    top: 0;
    min-height: 92vh;
    max-height: 92vh;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translateX(100%);
    transition: All 0.5s ease-in;
    z-index: 50;
    margin-top: 79px;
    overflow-y: auto;
}

    .nav-links a {
        opacity: 0;
    }

.burger {
    display: block;
}

.nav-active {
    transform: translateX(0);
}

.nav-links {
    width: 100%;
    transition: All 0.5s ease;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.btn-and-icon {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.nav-links-inner {
    position: relative;
    height: 100vh;
}
/* navbar stye end */
/* Hero Section Style Start */
.hero-desc-main h1,
.hero-desc-main p {
    max-width: 85%;
}

.hero-btn {
    column-gap: 15px;
}

.rounded-btn-green {
    background-color: #45d00b !important;
}

.hero-desc-main h1 {
    font-family: "Playfair Display", serif !important;
    color: #000000;
    font-size: 50px;
    font-weight: 700;
}

.rounded-btn {
    border-radius: 30px;
    padding: 15px 38px;
    color: #fff;
    background-color: #1d6aee;
    border-color: #1d6aee;
    font-size: 14px;
    border: none;
    letter-spacing: 0.84px;
    font-weight: 600;
    cursor: pointer;
}

    .rounded-btn:hover,
    .book-now-btn:hover {
        background-color: #45d00b !important;
    }

.hero-desc {
    border-radius: 26.5px;
    background: #e7f6ff;
}

.new {
    border-radius: 26.5px;
    background: #1d6aee;
    color: white;
    padding: 5px 20px;
}
/* Hero Section Style End */
/* service style start  */
.service-main {
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(37, 65, 211, 0.11);
    padding: 20px;
    min-height: 550px;
    height: auto;
    position: relative;
}

    .service-main .bottom-button {
        position: absolute;
        width: 90%;
        bottom: 10px;
    }

    .service-main h3 {
        color: #011627;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
    }

        .service-main h3 span {
            background-color: #1d6aee;
            width: 48px;
            height: 4px;
            display: block;
            margin-top: 5px;
        }

    .service-main ul li p {
        color: #545d7a;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.96px;
        padding-left: 0;
        padding-bottom: 1px;
        margin-bottom: 1px;
    }

.book-now-btn {
    border-radius: 14px;
    padding: 15px 38px;
    color: #fff;
    background-color: #1d6aee;
    border-color: #1d6aee;
    font-size: 14px;
    border: none;
    letter-spacing: 0.84px;
    font-weight: 600;
    cursor: pointer;
}

    .book-now-btn:hover {
        background-color: #1d64df;
        color: #fff;
    }

/* service style start  */
/* testimonial style start */
.testimonials {
    background-color: #fafbff;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 0;
}

.img-bx img {
    width: 132px;
    height: 132px;
}

.slick-center img {
    width: 184px;
    height: 184px;
    border-radius: 50%;
    border: 5px solid #45d00b;
    box-shadow: 0px 4px 10px 0px rgba(55, 141, 63, 0.38);
}

.slide-container h4 {
    color: #1d6aee;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.slide-container p {
    color: rgba(0, 0, 0, 0.29);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.slide-container span {
    color: #7e7e7e;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.slider-nav button.slick-prev {
    position: absolute;
    border: none;
    left: 0;
    top: 48%;
    padding: 0;
    background-color: transparent;
    z-index: 10;
}

.slider-nav button.slick-next {
    position: absolute;
    border: none;
    top: 48%;
    right: 0;
    padding: 0;
    background-color: transparent;
    z-index: 10;
}

    .slider-nav button.slick-prev:focus,
    .slider-nav button.slick-next:focus {
        outline: none;
    }

.slick-slide img {
    display: block;
    margin: auto;
}

.slider-nav .slick-list {
    margin: 0 50px !important;
    padding: 0;
}

.slider-for {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.slide-container {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.slide-btn {
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
/* testimonial style end */
/* Services slide stye strat  */
.service-slide {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 15px 0px rgba(29, 106, 238, 0.14);
    margin: 10px;
    padding: 10px;
}

    .service-slide img {
        width: 100%;
    }

ul.slick-dots li.slick-active button {
    width: 30px;
    background-color: #1d6aee;
}

ul.slick-dots li {
    margin: 30px 4px 0px;
}

    ul.slick-dots li button {
        height: 15px;
        width: 15px;
        border-radius: 10px;
        font-size: 0;
        background: #dde0e4;
        border: none;
        transition: 0.3s;
    }

.autoplay button.slick-prev.slick-arrow {
    border: 2px solid #1d6aee;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    position: absolute;
    right: 65px;
    background-color: #1d6aee;
    margin-right: 10px;
    transition: 0.3s;
    bottom: -21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.autoplay button.slick-next.slick-arrow {
    border: 2px solid #1d6aee;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    position: absolute;
    right: 0;
    background-color: #1d6aee;
    transition: 0.3s;
    bottom: -21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*li {
    list-style: none;
}*/

/* Services slide stye end */

/* footer style start */
.text-light-dark {
    color: #0a142f;
}

footer {
    border-top: 2px solid #1d6aee;
}

    footer a {
        font-size: 15px;
    }

.footer-logo span {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
}

.footer-logo .mop {
    color: #45D00B;
}

.footer-logo .wop {
    color: #1D6AEE;
}
/* footer style end */
/* book now page style start */
.book-now-main {
    background-color: #f2f3fa;
    border-radius: 25px;
    padding: 22px;
}

    .book-now-main h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        color: #303039;
    }

    .book-now-main h4 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        color: #484848;
    }

.check-group {
    counter-reset: total;
    counter-reset: checked;
}

    .check-group > * + * {
        margin-top: 0.75rem;
    }

    .check-group .checkbox {
        counter-increment: total;
    }

    .check-group input[type="checkbox"]:checked {
        counter-increment: checked;
    }

.check-group__result {
    font-weight: bold;
    padding-top: 0.75rem;
    border-top: 1px solid #686c6e;
}

    .check-group__result:after {
        content: counter(checked) " / " counter(total);
        padding-left: 1ch;
    }

.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}

    .checkbox__input:checked + .checkbox__icon .tick {
        stroke-dashoffset: 0;
    }

.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
}

    .checkbox__icon .tick {
        stroke-dasharray: 20px;
        stroke-dashoffset: 20px;
        transition: stroke-dashoffset 0.2s ease-out;
    }

.checkbox__label {
    margin-left: 0.5em;
}

.select-extra-service-main {
    border-radius: 26px;
    border: 1px solid #eaeaea;
    background: #fff;
}

.book-now-main-inner {
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background: #fff;
}

    .book-now-main-inner p {
        color: #303039;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

.text-black {
    color: #000000;
}

.book-now-main {
    color: #303039;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

    .book-now-main .error {
        font-size: 13px;
        font-weight: 400;
    }

.nav-tabs {
    border: 0;
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding: 2px 0;
    border-bottom: none !important;
}

    .nav-tabs > .nav-item > .nav-link {
        margin-right: 15px;
        width: 144px;
        line-height: 1.5;
        border: 1px solid #eaeaea;
        background: #fff;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        color: #9B9B9B;
        border-radius: 8px;
    }

        .nav-tabs > .nav-item > .nav-link span {
            color: #141D20;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
        }

.nav-link.active {
    border: 1px solid #eaeaea !important;
    border-bottom: 2px solid #378D3F !important;
}

.form-select {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    height: 53px;
    color: #959595;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0 10px;
}

.center ::-webkit-scrollbar {
    display: none;
}

.vvv ::-webkit-scrollbar {
    display: none;
}

.left-button, .right-button {
    background-color: white;
    border-radius: 50%;
    border: none;
    height: 36px;
    width: 36px;
}
/* book now page style end */

/* contect now page style start */
.contact-main {
    border-radius: 34px;
    background: #f2f3fa;
    /* border: 1px solid gray; */
    overflow: hidden;
}

.contact-main-left {
    background-color: rgb(29, 106, 238);
    background-image: url(../images/contact-left.png);
    color: white;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 31px;
    position: relative;
    object-fit: cover;
    background-position: right;
}

.contact-left {
    padding: 63px 0;
}

.contact-main-left h2 {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-main-left p {
    color: #c9c9c9;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-group {
    margin-bottom: 25px;
}

    .form-group > label {
        color: #303039;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
    }

.form-control {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    transition: all 0.3s ease-in-out !important;
    border-radius: 8px !important;
    border: 1px solid #EAEAEA !important;
    background: #FFF !important;
}

    .form-control:focus {
        border-color: #00bcd9;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

textarea.form-control {
    height: 160px;
    padding-top: 15px;
    resize: none;
}

.form-btn {
    position: relative;
}

.arrow {
    position: absolute;
    bottom: -176px;
    right: 145px;
}
/* contact now page style end */

/* responsive css Start */
@media only screen and (max-width: 767px) {
    .hero-desc-main h1 {
        font-size: 32px;
    }

    .heading h2 {
        font-size: 32px;
    }

    .heading p {
        font-size: 18px;
    }

    .contact-left {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-desc-main h1,
    .hero-desc-main p {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1200px !important;
    }
}

/* responsive css End */
.top_border {
    border-top: 2px solid #1d6aee;
    padding-top: 15px;
}


.contact-office {
    padding-right: 0;
    width: 45%;
}

.contact-title {
    color: var(--theme-comb-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-office p strong {
    display: block;
    margin-bottom: 10px;
}

    .contact-office p strong a {
        color: #000000;
    }


.contact-detail-inner .phone {
    background: url(../images/phoone.png)no-repeat;
}

.contact-detail-inner .col {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}

.contact-detail-inner .email {
    background: url(../images/email.png)no-repeat;
}

.contact-detail-inner .col:before {
    content: '';
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    background-size: 60px 60px;
}

.contact-detail-inner .col h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}

    .contact-detail-inner .col h4 a {
        color: #1965e8;
        font-family: 'Poppins', sans-serif;
    }

.section-title {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.contact-form-inner .section-title h2 {
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #141414;
    font-weight: 600;
}

.contact-form-inner form {
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    padding: 30px;
    border-top: 2px solid #00d13b;
    background: #fff;
}
