@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden;
}

* {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

body {
    position: relative;
    overflow-x: hidden;
}

.navbar .logo img {
    width: 70px;
}

.navbar .logo h3 {
    text-transform: uppercase;
    color: #ff5544;
    font-weight: 700;
    font-size: 24px;
}

.navbar-expand-lg .offcanvas {
    flex-grow: 0;
}

.navbar .nav-item {
    margin: 0 10px;
}

.footerlogo h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.headliness .iimaggs {
    display: flex;
}

.headliness .iimaggs img {
    width: 150px;
    height: 150px;
}

.nav-link {
    color: #000;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: 500;
}

.topnavbox {
    color: #fff;
    background-color: #002261;
}

.topnavbox a i {
    margin-right: 5px;
}

.topnavbox a {
    padding-top: 5px;
    margin: 0 10px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.topnavbox .list-unstyled {
    margin-top: 10px;
    justify-content: end;
}

.sec-pad {
    padding: 80px 0;
}

.aboutbox {
    position: relative;
    padding-left: 0px;
}

.headliness h2 {
    padding: 0;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 40px;
    margin: 0;
}

.headliness p span::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 5px;
    border-radius: 10px;
    background-color: #7f3e92;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.headliness p span {
    height: 5px;
    width: 32px;
    border-radius: 10px;
    position: relative;
    background-color: #7f3e92;
}

.headliness {
    margin-bottom: 2rem;
}

.headliness p {
    color: #7f3e92;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

.aboutbox .content {
    margin-top: 2rem;
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-size: 17px;
    font-weight: 500;
    padding: 11px 28px;
    gap: 8px;
    margin-top: 1.5rem;
    line-height: 1.6em;
    border-radius: 1.6em;
    background-color: #7f3e92;
    color: #fff;
}

.custom-btn:hover {
    background-color: red;
    color: white;
}

.servicebg {
    background-color: #e8edf0;
}

.ctmddropdownmenu {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.ctmddropdownmenu::after {
    content: "";
    background-color: red;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    display: block;
}

.ctmddropdownmenu li a {
    padding: 1rem;
}

.ctmddropdownmenu li:hover a {

    background-color: #7f3e92;
    color: white;
}

.servicescard {
    height: 100%;
    min-height: 400px;
    padding: 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.servicescard h3 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    transition: all .4s ease;
}

.servicescard p {
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.servicescard .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease;
}

.servicescard .overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #002261;
    opacity: .8;
    transition: all .4s ease;
}

.servicescard:hover.servicescard .overlay {
    opacity: 1;
}

.servicescard:hover p,
.servicescard:hover h3 {
    color: #fff;
}

.getinform {
    padding: 0 20% 0 25%;
    display: grid;
    place-items: center;
    height: 100%;
}

.getinimgg img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.custoform {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
    resize: none;
    transition: all .4s ease;
}

.process-right-sec {
    padding-left: 3rem;
}

.process-right-sec ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 20px;
    align-items: flex-start;
}

.process-text-con {
    display: table-cell;
}

.process-text-con h4 {
    font-size: 20px;
    font-weight: bold;
}

.process-img-sec {
    float: left;
    position: relative;
}

.abotiimg img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.process-right-sec ul li figure img {
    width: 30px;
    height: 30px;
}

.process-right-sec ul li figure {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    border: 1px dashed #d71f1b;
    position: relative;
    z-index: 2;
}

.process-img-sec::after {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px dashed #d71f1b;
    position: absolute;
    left: 50%;
    top: 100%;
}

.process-right-sec ul li:last-child .process-img-sec::after {
    display: none;
}

.contentcenter {
    display: grid;
    place-items: center;
    height: 100%;
}

.testimg img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.testcontent .iconstar i {
    color: #fd7e14;
    font-size: 20px;
}

.testcontent .profile {
    display: flex;
    align-items: center;
    height: 100%;
}

.testcontent .profile img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testcontent .profile h3 {
    font-size: 22px;
    margin-bottom: 1px;
}

#owl-testimonials .owl-prev span,
#owl-testimonials .owl-next span {
    background-color: #002261;
    padding: 20px !important;
    width: 30px;
    border-radius: 50%;
    color: white;
    height: 30px;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    align-items: center;
}

.ceterdd {
    position: relative;
}

.ceterdd::after {
    content: "";
    width: 10px;
    min-height: 500px;
    background-color: #2ea6f7;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 8;
}

.testimonilasbg {
    position: relative;
    background: url(../img/testomonial_bg_1.webp);
    background-position: right;
    background-repeat: no-repeat;
}

.testimonilasbg::after {
    content: "";
    background-color: #dae6ee85;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;

}

.footer {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: url("../img/footer_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.footer .footerlogo img {
    filter: brightness(100);
    margin-bottom: 2rem;
    display: grid;
    gap: 20px;
    width: 100px;
}

.socialfooter {
    margin: 2rem 0 0 0;
    display: flex;
    gap: 10px;
}

.socialfooter a {
    color: white;
    font-size: 14px;
    margin: 0 5px;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

.footerlink h6 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.25em;
    color: #fff;
    font-weight: 600;
}

.footerlink ul {
    list-style: none;
}

.footerlink li {
    margin-bottom: 5px;
}

.footerlink a {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.556em;
}

.footerlink .conent p {
    margin: 0;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    cursor: pointer;
}

#button {
    display: inline-block;
    background-color: #136458;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 110px;
    right: 40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

.whatsappfloat img {
    width: 30px;
}

.whatsappfloat {
    display: inline-block;
    background-color: #136458;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: green;
}

.breadcrumb {
    position: relative;
    background: url(../img/page_heading_bg.webp);
    background-position: 0 60%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    overflow: hidden;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #002935e0;
}

.breadcrumb .centerbox {
    position: relative;
    z-index: 99;
    display: grid;
    place-items: center;
    height: 100%;
}

.breadcrumb .centerbox h3 {
    font-size: 3rem;
    color: white;
}

.breadcrumb .centerbox ul {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.breadcrumb .centerbox ul li {
    font-size: 16px;
    color: white;
}

.breadcrumb .centerbox ul li a {
    gap: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.galeerybox {
    list-style: none;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.galeerybox a img {
    aspect-ratio: 1;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #8080809c;
    object-fit: cover;
}

.testimonial_list {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.testimonial_list li {
    padding: 2rem;
    border: 1px solid #b5b5b5;
}

.testimonial_card .profiless {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.testimonial_card .profiless img {
    margin-right: 10px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
}

.testimonial_card .profiless h3 {
    font-size: 20px;
}

.getintouch {
    background-color: #002935;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}

.getintouch .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.getintouch .info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 9px;
    padding-left: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.getintouch .info-list li i {
    color: #30b2d2;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 6px 0;
}

.getintouch .info-list li a {
    font-weight: 400;
    display: inline-block;
    color: #fff;
}

.getintouch .info-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.default-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #f8f7f3;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: 1px solid #30b2d2;
    padding: 10px 30px;
    transition: all 500ms ease;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    background: #f8f7f3;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: 1px solid #30b2d2;
    padding: 10px 30px;
    transition: all 500ms ease;
}





.treatment-types {
    min-height: 520px;
    padding: 13px 13px 30px;
    border-radius: 15px;
    background: #fff;
}

.treatment-types>figure {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 57px;
    transition: .4s ease-in-out;
}

.treatment-types>figure img {
    height: 196px;
    object-fit: cover;
}

.treatment-types h4 {
    margin-bottom: 5px;
}

.treatment-types p {
    padding: 0 15px;
}

.type-img {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    background: #d71f1b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    transform: translateX(-50%);
}
.service-slider{
    display: flex;
    align-items: center;
    height: 100%;
}
.service-slider .type-img figure img {
    width: 45px;
}

.errorMsgArrow {
    color: red;
}

.drabotimg {
    position: relative;
}

.drabotimg .experienct {
    background: url(../img/batch-experience.webp);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    margin: -3% -20%;
    animation: rotateBorder 05s linear infinite;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    color: #fff;
}

@keyframes rotateBorder {
    0% {
        transform: translate(-40px, -40px) rotate(0deg);
    }

    50% {
        transform: translate(-40px, -40px) rotate(30deg);
    }

    100% {
        transform: translate(-40px, -40px) rotate(0deg);
    }
}

.drabotimg .experienct .number {
    margin: 20px 0 0 0;
    font-size: 2rem;
    font-weight: bold;
}

.drabotimg .experienct .number::after {
    content: "+";
    margin-left: 10px;
}

.drabotimg .experienct .text {
    font-size: 16px;
}

.myjourneybg {
    background: url("../img/My-Journey.webp");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.myjourneycard {
    min-height: 300px;
    border: 1px solid #fff;
    padding: 1rem;
    color: #fff;
    transition: all 0.5s;
}

.myjourneycard:hover {
    transition: all 0.5s;
    box-shadow: 10px 10px white;
}

.myjourneycard h3 {
    margin-bottom: 1rem;
    font-weight: bold;
}

.areasexpertise ul {
    margin-top: 2rem;
    list-style: none;
}

.areasexpertise ul li {
    counter-increment: liCount;
    position: relative;
    margin-bottom: 3rem;
}

.areasexpertise ul li::after {
    content: counter(liCount, decimal-leading-zero);
    background-color: green;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-65px, -25px);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-weight: bold;
}

.areasexpertise ul li::before {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    background-color: green;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-40px, 37px);
}

.areasexpertise ul li::before :last-child {
    display: none;
}

.drabotimg img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.myjourneycard2 ul {
    list-style: none;
}

.myjourneycard2 ul li {
    color: #fff;
    counter-increment: liCount;
    position: relative;
    margin-bottom: 2rem;
}

.myjourneycard2 ul li::after {
    content: counter(liCount, decimal-leading-zero);
    background-color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    transform: translate(-50px, -26px);
    border-radius: 50%;
    display: grid;
    color: #000;
    place-items: center;
}

.myjourneycard2 ul li::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ffffffb8;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-38px, 27px);
}

.servicescard .iconns img {
    width: 70px;
    height: 70px;
    background: #dd2f27;
    padding: 16px;
    border-radius: 50%;
}

.servicescard:hover .iconns img {
    background: #7f3e92;
    position: relative;
}

@media (max-width:1440px) {
    .getinform {
        padding: 0 15% 0 15%;
    }

}

@media (max-width:1200px) {
    .drabotimg .experienct {
        width: 200px;
        height: 200px;
    }

    .drabotimg .experienct .number {
        margin: 19px 0 0 0;
        font-size: 2rem;
    }
}

@media (max-width:1080px) {
    .getinform {
        padding: 3%;
    }

    .galeerybox {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width:991px) {
    .topnavbox {
        display: none;
    }

    .aboutbox {
        padding-top: 3rem;
        padding-left: 0;
    }

    .ceterdd {
        display: none;
        position: relative;
    }

    .testimg img {
        margin-bottom: 3rem;
    }

    .process-right-sec {
        padding-top: 3rem;
        padding-left: 0;
    }

    .breadcrumb {
        text-align: center;
        height: 80px;
    }

    .breadcrumb .centerbox h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .breadcrumb .centerbox ul {
        display: none;
    }

    .drabotimg .experienct {
        width: 150px;
        height: 150px;
        margin: -7% -12%;
    }

    .drabotimg .experienct .number {
        font-size: 21px;
        margin: 13px 0 0 0;
    }

    .drabotimg .experienct .number::after {
        content: "+";
        margin-left: 0;
    }

    .drabotimg .experienct .text {
        font-size: 14px;
    }

    .areasexpertise ul li::after {
        width: 40px;
        height: 40px;
        transform: translate(-44px, -25px);
    }

    .areasexpertise ul li::before {
        height: 60px;
        transform: translate(-24px, 37px);
    }

    .myjourneycard2 ul li::after {
        top: 0;
        font-size: 12px;
        transform: translate(-36px, 0px);
    }

    .myjourneycard2 ul li::before {
        display: none;
    }

    .galeerybox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonial_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .whatsappfloat,
    #button {
        right: 10px;
    }
}

@media (max-width:580px) {
    .navbar .logo h3 {
        text-transform: uppercase;
        color: #ff5544;
        font-weight: 700;
        font-size: 16px;
    }

    .navbar-toggler {
        font-size: 12px;
    }

    .headliness h2 {
        font-size: 24px;
    }
}

@media (max-width:480px) {
    .headliness .iimaggs img {
        display: none;
    }
    .drabotimg .experienct{
        display: none;
    }
    .revsdiv {
        flex-direction: column-reverse;
    }
}