:root {
    --pri: #154057;
    --sec: #3a789b;
    --black: #222429;
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    --light: #eef1f6;
    --font: "Work Sans", sans-serif
}

body {
    font-family: "Work Sans", serif;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    animation: pageAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

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

@keyframes pageAnimation {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Work Sans", serif;
    font-weight: 700
}

.sub-title {
    font-size: 24px
}

h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--pri);
    line-height: 1.3em;
    position: relative
}

p,
li {
    font-size: 15px;
    line-height: 1.6
}


a,
a:focus,
a:hover,
button,
button:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important
}

::selection {
    background: var(--pri);
    color: #fff;
}

::-moz-selection {
    background: var(--pri);
    color: #fff;
}

.back_top {
    border: 2px solid var(--pri);
    text-align: center;
    position: fixed;
    background: #fff;
    bottom: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: none;
    transition: all .5s;
    border-radius: 10px !important;
    animation: BounceAnimation 4s infinite;
    -webkit-animation: BounceAnimation 4s infinite;
    -moz-animation: BounceAnimation 4s infinite;
    -o-animation: BounceAnimation 4s infinite;
    z-index: 99
}

.back_top i {
    font-size: 30px;
    color: var(--pri);
    line-height: 30px;
    display: block
}

.mb-30 {
    margin-bottom: 30px
}

@-webkit-keyframes BounceAnimation {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px)
    }
}

@-moz-keyframes BounceAnimation {

    0%,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-20px)
    }

    60% {
        -moz-transform: translateY(-10px)
    }
}

@keyframes BounceAnimation {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-10px)
    }
}

.font-white {
    color: #fff
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    position: relative
}

.title_1 {
    font-size: 26px;
    font-family: "Work Sans", serif;
    font-weight: 700;
    font-size: 28px;
}

.section-title h2,
.title_1 {
    position: relative
}

.section-subtitle {
    font-size: 15px;
    max-width: 1000px;
    line-height: 1.4;
    padding-top: 0
}

.z-index-9 {
    position: relative;
    z-index: 9
}

.z-index {
    z-index: 2
}

.inverse-bg {
    background-color: #f7f9fb
}

.btn {
    padding: 12px 28px
}

.btn-sm {
    padding: 8px 15px
}

.btn-rounded {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important
}

.btn-white {
    background-color: #fff;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 140px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    transition: all .5s;
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, .15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, .15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, .15)
}

.btn {
    font-size: 14px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    height: 46px;
    line-height: 46px
}

.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    color: #fff !important;

}

.learn-more .btn:hover,
.learn-more .btn:focus {
    background: var(--pri);
    color: var(--pri);
}

.navbar-collapse {
    justify-content: end;
}

.custom-nav {
    background-color: rgba(0, 0, 0, 0.20);
    width: 100%;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.custom-nav .container-fluid {
    width: 90%
}

.custom-nav.sticky-header {
    background-color: #fff;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.SumoSelect {
    width: 100%;
}

.custom-nav .navbar-nav li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 11px !important;
    margin-inline: 2px;
    border-radius: 2px;
}

/* .custom-nav .navbar-nav li a::after,
.custom-nav .navbar-nav li a::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 2px;
    background-color: var(--pri);
    left: 50%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
} */

.custom-nav .navbar-nav li a::after {
    left: auto;
    right: 50%
}

.custom-nav .navbar-nav li.active a::after,
.custom-nav .navbar-nav li.active a::before,
.custom-nav .navbar-nav li:hover a::after,
.custom-nav .navbar-nav li:hover a::before {
    opacity: 1
}

.navbar-toggler {
    color: var(--pri);
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0
}

.custom-nav.sticky-header .navbar-nav li a {
    color: rgba(0, 0, 0, .6) !important
}

.custom-nav.sticky-header .navbar-nav li a::after,
.custom-nav.sticky-header .navbar-nav li a::before {
    background-color: var(--pri)
}

.navbar-toggle {
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:active a,
.custom-nav .navbar-nav li:hover a {
    background: var(--liner);
    background-color: var(--pri);
}

.custom-nav.sticky-header .navbar-nav li.active a,
.custom-nav.sticky-header .navbar-nav li:active a,
.custom-nav.sticky-header .navbar-nav li:hover a {
    color: #fff !important;
    background: var(--liner);
    background-color: var(--pri);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: var(--pri)
}

.brand-logo .logo-light {
    display: inline-block
}

.sticky-header .brand-logo .logo-dark {
    display: inline-block
}

.sticky-header .brand-logo .logo-light {
    display: none
}

.brand-logo .logo-dark {
    display: none
}

.custom-nav .navbar-brand.brand-logo img {
    height: 70px
}

@keyframes anim-glow {
    0% {
        box-shadow: 0 0 #f8a358;
    }

    100% {
        box-shadow: 0 0 10px 8px transparent;
        border-width: 10px;
    }
}

@-webkit-keyframes anim-glow {
    0% {
        box-shadow: 0 0 #f8a358;
    }

    100% {
        box-shadow: 0 0 10px 8px transparent;
        border-width: 10px;
    }
}

.contact_btn {
    /* -webkit-animation: anim-glow 2s ease infinite;
    animation: anim-glow 2s ease infinite; */
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.contact_btn .btn-sm {
    color: white;
    background: var(--liner);
    background-color: var(--pri);
    padding: 12px 20px;
    border-radius: 25px;
    height: auto;
    line-height: normal;
    border: 0;
    font-size: 14px;
    font-weight: 500;
}

@keyframes blink {

    0%,
    100% {
        background-color: var(--pri);
    }

    50% {
        background-color: #fff;
    }
}




/* .sticky-header .contact_btn .btn-sm {
    background: var(--pri);
    color: #fff;
    animation: blink2 3s linear infinite;
} */


@keyframes blink2 {

    0%,
    100% {
        background-color: var(--pri);
    }

    50% {
        background-color: var(--pri);
    }
}

.contact_btn .btn-sm:hover {
    color: var(--pri);
    background-color: #fff;
}

.sticky-header .contact_btn .btn-sm:hover {
    color: #fff;
    background-color: var(--pri);
}

.home-bg,
.home-section {
    position: relative
}

.home-section {
    background-image: url(../images/banner2.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 75px;
    position: relative;
    z-index: 1;
}

.home-section::before {
    content: "";
    background: linear-gradient(50deg, rgba(0, 41, 62, 0.4) 0%, rgba(0, 41, 62, 0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-section .sub-title {
    background: var(--liner);
    background-color: var(--pri);
    padding: 5px 12px;
    display: inline-block;
    margin-bottom: 10px;
    font-style: italic;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: white;
}

.home-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.SumoSelect>.optWrapper>.options li label {
    margin: 0;
}

.home-slider {
    position: relative;
    z-index: 9
}

.home-bg .heading {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    /* letter-spacing: 1px; */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
    color: white;
}

.home-bg .para-sec {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* letter-spacing: 0.5px; */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
}



.bg-gradient {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 100%), url(../images/main-bg.webp);
    background-position: left center;
    background-size: cover;
}

@keyframes owl-content-fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes owl-content-fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes owl-img-fadeInRight {
    from {
        transform: translateX(40px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes owl-img-fadeInRight {
    from {
        transform: translateX(40px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.owl-item.active .content-fadeInUp {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: owl-content-fadeInUp;
    -webkit-animation-name: owl-content-fadeInUp
}

.owl-item.active .img-fadeInRight {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    animation-name: owl-img-fadeInRight;
    -webkit-animation-name: owl-img-fadeInRight
}

.owl-item.active .img-fadeInRight img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-slider .owl-dots,
.review-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%)
}

.home-slider .owl-dot,
.review-slider .owl-dot {
    background: rgba(255, 255, 255, .4) !important;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 5px
}

.home-slider .owl-dot.active,
.review-slider .owl-dot.active {
    background: var(--pri) !important
}

.freeConsultationBg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 370px;
    margin-left: auto;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 2;
}

.freeConsultation {
    background: #fff;
    border-radius: 20px;
    transition: 0.5s all;
    width: 100%;
    height: auto;
    /* box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    border: 1px solid #c1dbfb; */
    position: relative;
    padding: 35px;
}

.freeConsultation:before,
.freeConsultation:after {
    content: '';
    position: absolute;
    display: block;
    opacity: 0.3;
    background-image: linear-gradient(-60deg, #154057 0%, #154057 100%);
    border-radius: 0 0 10px 10px;
    transition: 0.4s ease;
}

.freeConsultation:before {
    z-index: 2;
    left: 20px;
    right: 20px;
    height: 10px;
    bottom: -10px;
}

.freeConsultation:after {
    z-index: 1;
    left: 30px;
    right: 30px;
    height: 20px;
    bottom: -20px;
}

/**/
.costInfo {
    width: 100%;
    margin: 0;
}

.costInfo ul {
    margin: 0 0 25px;
    padding: 0;
}

.costInfo ul li {
    list-style: none;
    line-height: 1.4;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.costInfo ul li::before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.costInfo h3 {
    font-size: 24px;
    color: var(--pri);
    font-weight: 600;
}

.costInfo h4 {
    font-size: 24px;
    color: var(--pri);
    font-weight: 600;
}


.hairTransplantCost .image {
    position: relative;
    height: 330px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-left: 19px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 399px;
    float: right;
    width: 100%;
}


.hairTransplantCost .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}


/**/
.freeConsultationTitle {
    font-size: 32px;
    font-family: "Work Sans", serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: var(--black);
    line-height: normal;
    margin-bottom: 15px;
    line-height: 1.4;
}

.freeConsultationTitle span {
    display: block;
    color: var(--pri);
}

.freeConsultation .form-control {
    font-size: 14px;
    height: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.SumoSelect>.CaptionCont>label {
    margin: 0;
}

.SumoSelect.open .search-txt {
    line-height: 32px;
    padding-left: 10px;
}

.SumoSelect.open>.optWrapper {
    top: 38px;
}

.freeConsultation textarea.form-control {
    height: 80px;
}


.hero-waves {
    height: 120px;
    position: relative;
    width: 100%;
}

.hero-waves .wave {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

.hero-waves .wave+.wave {
    z-index: 2
}



/**/
.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

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

.modal-header {
    padding: 0 15px;
    background: var(--pri);
    color: #fff;
    border-radius: 0;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
    font-family: "Work Sans", serif;
    font-weight: 700;
}

.close {
    float: right;
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.7;
}

.close:focus,
.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

.modal-body .form-control {
    font-size: 14px;
    height: 40px;
    border: 1px solid #ccc;
}

.modal-body textarea.form-control {
    height: 80px;
}

.product_popup_image {
    width: 100%;
    height: 200px;
    border: 1px solid #ddb592;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #fbd0ab;
}

.modalTitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--pri);
    text-align: center;

}

.read_more_1 {
    cursor: pointer;
    line-height: normal;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    background: var(--liner);
    background-color: var(--pri);
    border-radius: 40px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: 0;
    outline: 0;
}

.read_more_1:hover,
.read_more_1:focus {
    background: var(--pri);
    color: #fff;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 25px;
    height: 25px;
}

.whatapp_btn:hover {
    color: #fff;
}



.businessRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.businessItem {
    width: 180px;
    box-shadow: 15px 0 15px #75757529;
    height: 70px;
    margin: 5px;
    padding: 10px 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e1f5ff;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 8px
}

.businessItem .bestService_1 {
    aspect-ratio: 129/42.83;
}

.businessItem img {
    /*padding: 5px;
     -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7; */
    width: 100%;
}

.businessItem:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%)
}

.businessItem:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

/**/

/**/
.premisesBg .section-subtitle {
    color: #fff;
}

/**/

.section-title h2,
.title_1 {
    color: var(--black);
    text-transform: capitalize;
}

.title_1 span {
    color: var(--pri);
}

.section-title .sub-title {
    color: var(--pri);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
}

.features .ftr-icon-box {
    padding: 50px 20px;
    margin-top: 32px;
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.features .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: .2s;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 70px;
    height: 70px;
    background: var(--pri)
}

.features .icon img {
    width: 30px;
}

.features .icon i {
    color: #fff;
    font-size: 32px
}

.features .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.features .ftr-icon-box:hover .icon {
    background: #fff;
    border: 2px solid var(--pri)
}

.features .ftr-icon-box:hover .icon i {
    color: #009bad
}

.features .ftr-icon-box:hover .title a {
    color: var(--pri)
}

.features .description {
    line-height: 24px;
    font-size: 16px;
    margin: 0;
}

.aboutus .icon-boxes h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.aboutus .aboutus-icon-box {
    margin-top: 20px
}

.aboutus .aboutus-icon-box .icon {
    border: 2px solid var(--pri);
    border-radius: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    min-height: 64px;
    transition: .5s;
    background: #fff
}

.aboutus .aboutus-icon-box .icon i {
    font-size: 32px;
    color: var(--pri)
}

.aboutus .aboutus-icon-box:hover .icon {
    background: var(--pri);
    border-color: var(--pri)
}

.aboutus .aboutus-icon-box:hover .icon i {
    color: #fff
}

.aboutus .aboutus-icon-box .title {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--pri);
    line-height: 1.3em;
    position: relative;
    font-size: 18px;
}

.aboutus .aboutus-icon-box .description {
    line-height: normal;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.dept-box {
    border-bottom: 3px solid var(--pri);
    border-radius: 0 0 2px 2px;
    margin-bottom: 0;
    min-height: 380px;
    overflow: hidden;
    position: relative
}

.dept-box .dept-details {
    background-color: #fbf7f8;
    bottom: -65px;
    padding: 35px 15px 20px;
    position: absolute;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100%
}

.dept-box .dept-details .title_4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pri);
    line-height: 1.3em;
    position: relative;
    font-family: "Work Sans", serif;
}

.dept-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px;
    padding: 10px;
}

.dept-details .round-style img {
    width: 50px;
}

.dept-box:hover .dept-details {
    bottom: 0
}

.dept-box .dept-details .icon {
    color: #009bad;
    display: inline-block;
    font-size: 32px;
    position: relative;
    top: -15px
}

.dept-box .dept-details .details {
    font-size: 16px;
    line-height: 1.4;
    min-height: 156px;
    display: flex;
    align-items: center;
}

.dept-box .dept-details button.thm-btn {
    margin-top: 15px;
    background: var(--pri);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 2px solid transparent;
    transition: all .3s ease;
    outline: 0;
}

.dept-box .dept-details button.thm-btn:hover {
    background-color: #fff;
    border-color: var(--pri);
    color: var(--pri)
}


.review-slider .item .user-txt {
    display: flex;
    align-items: center;
    padding: 1rem 0 2rem 0;
    padding-left: .25rem
}

.review-slider .item .user-txt::after {
    display: block;
    clear: both;
    content: ""
}

.review-slider .item .user-txt .user-pics {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 100%;
    margin-right: 1rem;
    overflow: hidden
}

.review-slider .item .user-txt .user-pics img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.review-slider .item .user-txt .user-info {
    float: left
}

.review-slider .item .user-txt .user-info .heading {
    line-height: 1;
    margin-bottom: .25rem;
    margin-top: .25rem
}

.review-slider .item .user-txt .user-info .sub-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0
}

.review-slider .item .review-card {
    position: relative;
    background: #fff;
    padding: 1.5rem;
    border-radius: .5rem;
    overflow: visible;
    text-align: center
}

.review-slider .item .review-card p {
    color: #414c5a;
    font-weight: 600;
    margin-bottom: 0
}

.review-slider .item .review-card::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzgwODlGRjt9Cjwvc3R5bGU+CjxnIGlkPSJRdW90ZW1hcmtzLWxlZnQiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwyMDkuOGMtMS0xMS4xLTAuMi00MS41LDI4LjgtODMuNmMyLjItMy4yLDEuOC03LjUtMC45LTEwLjJjLTExLjgtMTEuOC0xOS4yLTE5LjMtMjQuMy0yNC41CgkJYy02LjgtNi45LTkuOC0xMC0xNC40LTE0LjFjLTMtMi43LTcuNi0yLjgtMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjVjNC44LDY1LjUsNTIuNSwxMTMsMTEzLjUsMTEzCgkJYzYyLjYsMCwxMTMuNS01MC45LDExMy41LTExMy41QzUxMiwyNjIuOCw0NjQuNiwyMTMuMiw0MDUsMjA5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwLjksMjA5LjhjLTEtMTEuMS0wLjMtNDEuNCwyOC44LTgzLjZjMi4yLTMuMiwxLjgtNy41LTAuOS0xMC4yYy0xMS44LTExLjgtMTkuMS0xOS4zLTI0LjMtMjQuNQoJCWMtNi44LTYuOS05LjktMTAuMS0xNC40LTE0LjJjLTMtMi43LTcuNi0yLjctMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjV2MGM0LjgsNjUuNCw1Mi41LDExMywxMTMuNSwxMTMKCQljNjIuNiwwLDExMy41LTUwLjksMTEzLjUtMTEzLjVDMjI3LjksMjYyLjgsMTgwLjUsMjEzLjIsMTIwLjksMjA5Ljh6Ii8+CjwvZz4KPC9zdmc+Cg==");
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: .75rem;
    left: 1rem;
    opacity: .2
}

/**/
.aboutus img {
    border-radius: 12px;
}

.aboutus h3 {
    font-size: 24px;
    color: var(--pri);
    margin-bottom: 5px;
}

.premises-slider .premises-box img {
    border-radius: 12px;
}

.happyClients {
    background-color: #eee;
}

.videoItem {
    margin-bottom: 20px;
}

.videoItem .videoImg {
    position: relative;
}

.videoItem .videoImg img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 15px;
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
}

.videoItem .videoImg .videoBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 0;
    outline: 0;
    transition: 0.3s;
}

.videoItem .videoImg:hover .videoBtn {
    transform: translate(-50%, -50%) scale(1.1);
}

.videoItem .videoTitle {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--pri);
}

.videoItem:hover .videoTitle {
    color: var(--pri);
}


.wps-table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
}

/* .wps-table thead {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
} */

.wps-table thead tr {
    border-bottom: 1px solid #d7e2f0;
}

.wps-table thead tr th {
    height: 35px;
    font-weight: 600;
    background: var(--pri);
    color: #fff;
    padding: 5px 15px;
    line-height: normal;
    border-right: 1px solid #3d3575;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #3d3575;

}

.wps-table thead tr th:last-child {
    border-right: 0;
}

.wps-table td {
    border: 1px solid #d7e2f0;
    padding: 5px 15px;
    color: #333;
    vertical-align: middle;
    font-size: 16px;
    width: 20%;
    text-align: center;
    line-height: normal;
}

.wps-table td span {
    display: block;
    height: 50px;
    overflow: hidden;
}

.wps-table td span img {
    max-width: 80px;
    width: 100%;
    height: 100%;
    margin-right: 10px;
    object-position: center;
    object-fit: cover;
}

.wps-table td span small {
    font-size: 15px;
    font-weight: 400;
}

.wps-table tr td a {
    color: #333
}

/* .wps-table tr td a:focus,
.wps-table tr td a:hover {
    color: #004d88
} */

.calculateBtn {
    cursor: pointer;
    line-height: normal;
    padding: 8px 18px;
    position: relative;
    text-decoration: none;
    background: linear-gradient(118deg, #fbbc39 32.59%, var(--pri) 99.7%);
    border-radius: 40px;
    color: #333;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
}

.calculateBtn:hover,
.calculateBtn:focus {
    background: var(--pri);
    color: #fff !important;
}

.mapIframe {
    display: block;
    width: 100%;

}

.mapIframe iframe {
    width: 100%;
    height: 350px;
    border: 1px #25223c solid;
    border-radius: 6px;
}

/**/
.tm-testi-slide-1 {
    background: #fff;
    padding: 24px 21px 15px 21px;
    border: 1px solid #dfdfdf;
    border-radius: 18px;
    transition: all .3s ease-in-out
}

.tm-testi-logo {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tm-trustpilot-logo {
    flex: 1
}

.tm-trustpilot-logo img {
    max-width: 91px
}

.tm-star-ratings {
    flex: 1;
    text-align: right;
    font-weight: 600
}

.tm-star-ratings img {
    max-width: 84px;
    margin-left: auto
}

.tm-slide-h4 {
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 10px
}

.tm-slide-p {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0 15px 0;
    line-height: 1.6;
    border-bottom: 1px solid #ebeaea;
    color: #707070;
    text-align: left;
    margin: 0;
    min-height: 154px;
}

.tm-slide-h5 {
    color: #707070;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-content: center;
}

.tm-slide-h5 span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
}

.morecontent span {
    display: none
}

.morelink {
    display: block;
    font-size: 16px;
    color: #02619e
}


/**/


.our-team {
    position: relative
}

.our-team .team-box {
    position: relative;
    margin-bottom: 30px
}

.our-team .team-box img {
    display: block;
    width: 100%
}

.our-team .team-box .title-box {
    padding-top: 20px
}

.our-team .team-box .title-box h4 {
    font-size: 18px;
    font-weight: 700
}

.our-team .team-box .title-box p {
    font-style: italic;
    color: #888
}

.our-team .team-box .get-apt {
    font-weight: 600;
    color: #009bad;
    text-transform: uppercase;
    font-size: 14px
}

.our-team .team-box .get-apt:hover {
    color: #007b8a
}

.premises-slider .owl-stage-outer {
    padding: 0 0 2rem 0
}

.premises-slider .owl-item .premises-box {
    opacity: .75;
    filter: blur(.5px);
    -webkit-transform: scale(.85);
    transform: scale(.85);
    transition: transform .35s ease-out, filter .35s ease-out, box-shadow .35s ease-out, opacity .35s ease-out
}

.premises-slider .owl-item.center .premises-box {
    opacity: 1;
    filter: blur(0);
    box-shadow: 0 7px 15px rgba(0, 9, 128, .05), 0 12px 28px rgba(0, 9, 128, .075);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.premises-slider .owl-dots {
    text-align: center
}

.premises-slider .owl-dot {
    background: rgba(41, 35, 80, .5) !important;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.premises-slider .owl-dot.active {
    background: var(--pri) !important
}

.appointment {
    background-color: var(--pri)
}

.appointment .contant-number {
    background: url("../images/appointment-left-bg.jpg") center center;
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: relative
}

.appointment .contant-number a {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(41, 35, 80, .69);
    color: #fff;
    padding: 15px 20px;
    line-height: 0;
    border-radius: 4px 0 0 0;
}

.appointment .appointment-form {
    max-width: 90%;
    padding: 60px 0 60px 0;
    margin: auto
}

.appointment .appointment-form .title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.book-now-btn {
    background-color: var(--pri);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 0 25px;
    height: 40px;
    line-height: 40px
}

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

.form-control {
    font-size: 14px;
    height: 45px;
    border: 1px solid #c66f21;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--pri);
    outline: 0;
    box-shadow: none;
}

.faq-panel {
    margin-bottom: 2rem
}

.question-box {
    margin-bottom: 1rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px
}

.faq-header {
    border: none
}

.faqTitle {
    font-size: 24px;
    font-weight: 600;
    color: var(--pri);
    line-height: 1.3em;
    position: relative;
}

.question-box .btn-link {
    position: relative;
    background: #f8f8f8;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: color .25s ease-out;
    width: 100%;
    border: none
}

.question-box .faq-body {
    padding: .5rem 1rem
}

.question-box .faq-body p {
    margin-bottom: 5px
}

.question-box .btn-link.collapsed {
    color: var(--pri)
}

.question-box .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--pri)
}

.question-box.active h4::after {
    color: var(--pri);
    top: 14px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.caret-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 20px;
    width: 25px
}

.question-box.active .btn-link .caret-icon {
    transform: rotateZ(-180deg)
}

.footer {
    position: relative;
    padding-top: 250px;
    overflow: hidden
}

.footer::after {
    content: "";
    background: url(../images/waves2.svg) top no-repeat;
    background-size: auto;
    background-size: contain;
    display: block;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -1px;
    right: -4px;
    z-index: 1
}

/**/
.connect-us {
 
}

.footerTitle_1 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: var(--pri)
}

ul.follow-us {
    margin: 0;
    padding: 0;
    display: block;

}

ul.follow-us li {
    display: inline-block;
    padding: 0 4px;
}

ul.follow-us li:first-child {
    padding-left: 0px;
}

ul.follow-us li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 2px #7e154c solid;
    border-radius: 50%;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

ul.follow-us li a:hover {
    background: #edac15;
    border-color: #edac15;
}

.subscribe {
    display: block;
    padding: 20px 30px 20px;
    width: 100%;
    border: 1px #25223c solid;
    text-align: center;
    color: #fff;
    min-height: 180px;
    margin-bottom: 20px;
    border-radius: 6px;
}



.subscribe p {
    color: #fff;
}

.footer-bottom,
.footer-top {
    position: relative;
    z-index: 2
}

.footer .foot-logo img {
    height: 32px
}

.footer .footer-menu li {
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.footer .footer-menu li:hover {
    margin-left: 10px
}

.footer h5 {
    color: #fff
}

.footer p {
    color: #fff;
    margin: 0;
}

.footer_about {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 25px;
}

.footer_about .footerTitle {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
}

.footer .footer-menu li a,
.footer .footer-menu li i {
    display: inline-block;
    font-size: 16px;
    color: #ddd !important;
    transition: all .5s
}

.footer .footer-menu li a:hover,
.footer .footer-menu li:hover i {
    color: #fff !important
}

.footer .footer-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--pri);
    font-size: 18px;
    width: 38px;
    height: 38px;

    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s
}

.footer .footer-social .social-icon:hover {
    color: #fff !important;
    background-color: var(--pri)
}

.footer-desc {
    border-top: 1px solid rgba(255,255,255,0.10);
}

.footer-desc p,
.footer-desc a{
    color: white;
}

.footer-desc a:hover{
    color: #3e87af;
}

.contact-menu-list li {
    display: flex;
    align-items: flex-start;
    line-height: normal
}

.contact-menu-list i {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px
}

.footer .footer-newsletter {
    font-size: 15px
}

.footer .footer-newsletter form {
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #ddfbff
}

.footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

.footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #009bad;
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.footer .footer-newsletter form input[type=submit]:hover {
    background: #000
}



/**/
.aboutSection {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: #fff;
}

.clinicSection {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: linear-gradient(120deg, #000 0, var(--pri) 100%), url(../images/hero-bg.png);
}

.galleryBox {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 5px #dedede;
    display: block;
    cursor: pointer;
    margin: 0 0 30px 0;
    border-radius: 12px;
    overflow: hidden;
    padding: 0
}

.galleryBox .image {
    width: 100%;
    aspect-ratio: 92 / 65;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.galleryBox .image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgba(245, 133, 32, .5);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    visibility: hidden
}

.galleryBox:hover .image:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.galleryBox .image img {
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: .5s;
    aspect-ratio: 92 / 65;
}

.galleryBox:hover .image img {
    opacity: .3;
    transition: .5s;
    transform: rotate(5deg) scale(1.2)
}

.videoBox {
    float: right;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    margin-left: 25px;
    margin-bottom: 20px;
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
}

.videoBox .videoImg {
    position: relative;
}

.videoBox .videoImg img {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
    background-color: #f5f5f5;
}

.videoBox .videoTxt {
    position: absolute;
    inset: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    inset: 30px;
    position: static;
    color: #333;
    top: auto;
    transition: 0.4s ease;
    transform: translate(0);
}


.videoBox .videoTxt .videoTitle {
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: baseline;
}

.videoBox:hover .videoTxt .videoTitle,
.videoBox .videoTxt .videoTitle:focus {
    color: var(--pri);
}

.videoIcon {
    position: absolute;
    color: red;
    text-align: center;
    z-index: 2;
    box-shadow: 0 0 0 0 rgba(1, 148, 68, .7);
    border-radius: 12px;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.videoIcon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 30px;
    background: #fff
}

.videoIcon svg {
    width: 60px;
    height: 60px;
    position: relative
}

.videoIcon:focus,
.videoIcon:hover {
    color: red;
}

.aboutSection ul {
    margin: 0 0 25px;
    padding: 0;
}

.aboutSection ul li {
    list-style: none;
    line-height: 1.4;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.aboutSection ul li::before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.aboutus h2,
.aboutSection h2 {
    font-size: 24px;
}

.aboutSection h3{
    font-size: 22px;
}

.aboutSection p,
.aboutus p {
    text-align: justify;
}

.clinicSection .title_1 {
    color: #fff;
}

.clinicSection .title_1 span {
    display: block;
    color: var(--pri);
}

.enquireBtn {
    cursor: pointer;
    line-height: normal;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    background: var(--liner);
    background-color: var(--pri);
    color: white;
    border-radius: 40px;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    border: 0;
    outline: 0;
    box-shadow: none;
}

.enquireBtn:hover,
.enquireBtn:focus {
    background: var(--pri);
    color: #fff !important;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #666;
    font-style: normal !important;
    line-height: 27px !important;
    padding-left: 5px !important;
}


@media (max-width:1480px) {
    .footer {
        padding-top: 200px
    }
}

@media (max-width:1366px) {


    .home-slider .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translateX(-50%)
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 99%
    }
}

@media (max-width:1100px) {
    .footer {
        padding-top: 150px
    }
}

@media (max-width:991px) {
    .home-slider .owl-dots {
        bottom: 10px
    }


    .home-slider .owl-item img {
        display: table;
        margin: auto;
        max-width: 50%
    }

    .home-slider .owl-item .actions {
        display: table;
        margin: 0 auto 20px
    }

    .custom-nav .brand-logo .logo-dark {
        display: none;
    }

    .custom-nav .brand-logo .logo-light {
        display: inline-block;
    }

    .sticky-header .brand-logo .logo-dark {
        display: inline-block;
    }

    .sticky-header .brand-logo .logo-light {
        display: none;
    }

    .contact_btn {
        display: flex;
        animation: none
    }

    .custom-nav {
        background-color: #fff;
        background: transparent;
        margin-top: 0;
        padding: 0 !important
    }

    .custom-nav .navbar-nav li a {
        color: var(--black);
        text-align: center;
        margin: 0 0;
        padding: 6px 0
    }

    .custom-nav .navbar-nav li.active a,
    .custom-nav .navbar-nav li:hover a {
        background-color: #fff;
        color: #009bad !important;
        border-radius: 0
    }

    .custom-nav>.container {
        width: 90%
    }

    .custom-nav .brand-logo {
        padding: 0
    }

    .custom-nav .navbar-brand.brand-logo img {
        height: 36px
    }

    .navbar-collapse {
        background: #f8f8f8;
        border-top: 2px solid #eee;
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        padding: 0;
    }

    .navbar-nav {
        margin-top: 0
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section-subtitle,
    .section-title h2,
    .section-title .title_1 {
        text-align: center
    }

    .custom-nav {
        padding: 12px 0
    }

    .container {
        max-width: 98%
    }

    .m-text-center {
        text-align: center
    }

    p {
        text-align: center
    }

    .faq-body p {
        text-align: left
    }

    .section-subtitle {
        max-width: 750px;
        font-size: 16px;
        padding-top: 0;
        display: table;
        margin: auto
    }

    .foot-logo {
        display: table;
        margin: auto
    }

    .ftr-about {
        text-align: center !important
    }

    .footer-social {
        text-align: center
    }

    .m-box-0 {
        margin-bottom: 0
    }

    .our-team .team-box .title-box h4 {
        text-align: center
    }

    .btn {
        height: 35px !important;
        line-height: 35px
    }
}

@media (max-width:768px) {
    .footer {
        padding-top: 100px
    }

    .m-d-flex {
        display: flex
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section-subtitle {
        line-height: 1.6
    }

    .m-al-c {
        display: flex;
        justify-content: center
    }

    .appointment .contant-number {
        height: 500px
    }
}

@media only screen and (max-width:767px) {
    .home-slider .owl-item img {
        max-width: 70%;
        display: table;
        margin: auto
    }

    .home-slider .owl-dots {
        bottom: 0
    }

    .home-bg .heading {
        font-size: 40px;
        line-height: 40px;
        text-align: center
    }

    .container {
        max-width: 98%
    }

    .section-title h2,
    .title_1 {
        font-size: 26px;
    }

    .footer .footer-menu li:hover {
        margin-left: 0
    }

    .our-team .team-box .title-box h4 {
        text-align: center
    }

    .learn-more {
        margin: auto;
        display: table
    }

    .sub-title {
        text-align: center
    }

    .custom-nav .navbar-brand.brand-logo img {
        height: 24px
    }

    .appointment .appointment-form {
        padding: 50px 0 50px 0
    }

    .appointment .appointment-form .title {
        text-align: center
    }

    .businessItem {
        width: 150px;
    }

    .dept-box {
        margin-bottom: 15px;
    }

    @media (max-width:599px) {
        .review-slider .user-txt {
            justify-content: center;
            padding: 1rem 0 2rem !important
        }

        .review-slider .item .review-card::after {
            display: none
        }
    }

    @media (max-width:575px) {
        .margin-top-sb-30 {
            margin-top: 30px
        }

        .home-bg .heading {
            font-size: 40px;
            line-height: 40px
        }

        .home-slider .owl-item img {
            max-width: 80%;
            display: table;
            margin: auto
        }

        .home-slider .owl-dots {
            bottom: -10px
        }

        .footer-menu {
            display: none;
            margin-top: 10px !important
        }

        .footer-title {
            position: relative;
            cursor: pointer
        }

        .footer-title i {
            position: absolute;
            right: 0;
            margin-top: 1px;
            font-size: 18px
        }

        .footer-title.active i {
            transform: rotateZ(-180deg)
        }
    }

    @media only screen and (max-width:479px) {
        .footer {
            padding-top: 50px
        }

        .brand-logo.navbar-brand {
            margin-right: 5px !important
        }

        .custom-nav .navbar-brand.brand-logo img {
            height: 50px
        }
    }
}

/**/
.thankYoupage {
    width: 100%;
    margin: 0;
    padding: 150px 0 50px;
    background: #fff;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thankYouBox {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.thankYouInfo {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #fff;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 30px 20px;
    color: #7e8488;
    border-radius: 16px;
    background: #fff;
}

.thankYouInfo svg.check {
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    color: #98b446;
}

.thankYouInfo h1 {
    font-size: 38px;
    margin: 0;
    padding: 0 0 5px;
    color: #98b446;
}

.thankYouInfo h2 {
    font-size: 20px;
    font-weight: normal;
    color: var(--pri);
}

.thankYouInfo p {
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 25px;
    color: #555;
}

.thankYouInfo .enquireBtn svg {
    width: 18px;
    height: 18px;
    margin: 0;
}

#clients .client-img {
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
    overflow: hidden;
    border-radius: 3px;
    margin: 3px;
    background-color: #f9f9f9;
}

.aboutus {
    background-color: #f4f5f8;
}

.aboutus h2{
    font-size: 23px;
}

.aboutus p{
    margin-bottom: 15px;
}

.aboutus ul{
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}

.aboutus ul li{
    margin-bottom: 5px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    color: #222;
    text-align: justify;
}

.aboutus ul li::before{
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" class="bi bi-check" viewBox="0 0 16 16"> <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/> </svg>');
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    background: var(--liner);
    background-color: var(--pri);
    display: flex;
    justify-content: center;
    line-height: 21px;
    border-radius: 100%;
}

.projects-sec{
    background-color: #fff;
}


.project-page .project-bx .img-bx img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.filter-button-grp {
    text-align: center;
    margin-bottom: 25px
}

.filter-pro-button {
    border: 0;
    border-radius: 0;
    font-weight: 600;
    color: #555;
    padding: 4px 10px;
    margin: 0 3px
}

.filter-pro-button:focus,.filter-pro-button:hover {
    box-shadow: none;
    color: var(--pri)
}

.filter-pro-button.active {
    border-bottom: 3px solid var(--pri);
    color: var(--pri)
}

.project-bx {
    position: relative;
    overflow: hidden
}

.project-bx .img-bx img {
    transition: .4s ease-in-out;
    display: block;
    width: 100%
}

.project-bx .overlay-bx {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    transition: .6s ease-in-out;
    opacity: 0;
    pointer-events: none;
    left: -110%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px
}

.project-bx:hover .overlay-bx {
    left: 0;
    opacity: 1
}

.project-bx .overlay-bx .title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize
}

.project-bx .overlay-bx p {
    margin-bottom: 0;
    color: #7ebee1;
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000
}

.product-sec{
    position: relative;
    z-index: 1;
}

.product-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hormigon.jpg) no-repeat;
    background-position:  bottom center;
    background-size: cover;
    z-index: -1;
}

.bx-pr {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    overflow: hidden;
}

.bx-pr .img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.bx-pr .img img {
    transition: 0.5s;
    width: 100%;
}

.bx-pr:hover .img img {
    transform: scale(1.1);
}

.bx-pr .des {
    position: absolute;
    z-index: 1;
    bottom: -118px;
    text-align: center;
    width: 100%;
    padding: 60px 20px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: 0.3s ease-in-out;
}

.bx-pr:hover .des {
    bottom: 0;
}

.bx-pr .des .tt,
.bx-pr .des .tt a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.bx-pr .des p {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.bx-pr .des .read-more {
    color: white;
    padding: 6px 10px;
    border: 0;
    background: var(--pri);
    display: inline-flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.2s;
}

.bx-pr .des .read-more:hover {
    background: white;
    color: var(--pri);
}

.bx-pr .des .read-more svg {
    width: 20px;
    height: 20px;
}


._why_us {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
    background: url(../images/bg21.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

._why_us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    opacity: .8
}

.bd-about__thumb-wrapper {
    position: relative;
    min-height: 490px
}

.about__thumb {
    width: 400px;
    height: 220px;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: var(--clr-common-white);
    -webkit-box-shadow: 0 16px 32px 0 rgba(0,0,0,.06);
    -moz-box-shadow: 0 16px 32px 0 rgba(0,0,0,.06);
    -ms-box-shadow: 0 16px 32px 0 rgba(0,0,0,.06);
    -o-box-shadow: 0 16px 32px 0 rgba(0,0,0,.06);
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.06);
    padding: 10px;
    border-radius: 6px;
    background: #fff
}

.bd-about__thumb-1 {
    position: absolute;
    left: -70px;
    -webkit-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    transform: rotate(-37deg);
    top: 100px
}

.bd-about__thumb-2 {
    position: absolute;
    top: 60px;
    transform: rotate(-18deg);
    left: 162px
}

.bd-about__thumb-3 {
    position: absolute;
    top: 220px;
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
    left: 120px
}

.about__thumb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 6px
}

@media (max-width: 1399px) {
    .about__thumb {
        width:350px;
        height: 205px
    }

    .bd-about__thumb-1 {
        left: -20px
    }

    .bd-about__thumb-2 {
        left: 172px
    }

    .bd-about__thumb-3 {
        left: 130px
    }
}

.serv-bx {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

.serv-bx .ic-bx {
    width: 70px
}

.serv-bx .des {
    width: calc(100% - 100px)
}

.serv-bx .des .tt {
    color: var(--black);
    font-size: 17px;
    font-weight: 600
}

.serv-bx .des p {
    margin-bottom: 0
}

.footer2{
    float: left;
    width: 100%;
    background: url(../images/6.jpg);
    background-attachment: fixed;
    display: block;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.footer2::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(25, 25, 25, 0.90)
}


ul.social {
    margin: 0;
    padding: 0
}

ul.social li {
    margin: 0 0 0 3px;
    display: inline-block
}

ul.social li a {
    transition: background .4s ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 1px
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0
}

ul.social li.facebook a {
    background: #3c5b9b
}

ul.social li.twitter a {
    background: var(--liner);
    background-color: #0e1419
}

ul.social li.linkedin a {
    background: #027ba5
}

ul.social li.youtube a {
    background: #f70000
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)
}

.contact-us-bx{
    padding: 10px;
    background-color: #121212;
    padding: 25px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 15px;
}

.contact-us-bx .tt{
    color: #3e87af;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    /* text-align: center; */
}

.contact-us-bx ul.social{
    /* text-align: center; */
    margin: 0;
}

.contact-us-bx p,
.contact-us-bx a{
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}

.contact-us-bx a:hover{
    color: #3e87af;   
}