body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #223645;
}

/* .container{
    width: 1440px;
} */


a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}



.page-header.is-sticky {
    position: fixed;
    width: 100%;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    animation: slideDown 0.35s ease-out;
    z-index: 1000;
}

@keyframes slideDown {

    from {

        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.page-header.is-sticky .headerUpper {
    display: none;
}

.page-header.is-sticky .headermidle {
    display: none;
}

.page-header.is-sticky .navAreaBer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navAreaBer img {
    height: 121px;
    display: none;
}

.page-header.is-sticky .navAreaBer img {
    display: block;
}

.page-header.is-sticky .headerLower {
    padding: 10px 0;
    margin-bottom: 0;
}

.page-header.is-sticky .headerLower .slimmenu {
    justify-content: end;
}


.Hrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerUpper {
    text-align: center;
    background-color: #223645;
    color: #fff;
    padding: 17px 0;
}

.HmdLeft ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

.HmdLeft ul li span {
    display: block;
    color: #6B6A6A;
    font-size: 16px;
    font-weight: 500;
}

.HmdLeft ul li a {
    color: #223645;
    font-size: 28px;
    font-weight: bold;
}

.h_icon {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FDF2F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_icon img {
    width: 30px;
}

.logo img {
    height: 121px;
}

.headermidle {
    padding: 20px 0;
}

.headerLower {
    display: inline-block;
    width: 100%;
}

.headerLower .slimmenu {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 70px;
    padding: 12px 0;
}

.slimmenu li {
    transition: ease 0.5s;
}

.slimmenu li a {
    position: relative;
    padding-bottom: 3px;
    transition: ease 0.5s;
}

.slimmenu li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: ' ';
    background-color: red;
    width: 0;
    height: 2px;
    transition: ease 0.5s;
}

.slimmenu li a:hover::after {
    transition: ease 0.5s;
    width: 30px;
}

.slimmenu li a:hover {
    color: red !important;
}

.active {
    color: red !important;
}

.active::after {
    width: 30px !important;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bannerCtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.bannerTxt {
    width: 490px;
}

.bannerTitle {
    font-size: 77px;
    font-weight: bold;
    color: #223645;
    line-height: 1.2;
}

.bannerTxt p {
    margin-top: 26px;
    margin-bottom: 55px;
    color: #000;
}

.btnGroup {
    display: flex;
    gap: 15px;
}

.btn {
    font-size: 20px !important;
    border-radius: 4px !important;
    padding: 14px 35px;
    color: #fff;
    transition: ease 0.5s;
}

.greenBtn {
    background: #3C8080;
    transition: ease 0.5s;
}

.greenBtn:hover {
    background: #E12454;
    color: #fff;
}

.redBtn:hover {
    background: #3C8080;
    color: #fff;
}

.redBtn {
    background: #c90722;
    transition: ease 0.5s;
}

.certificate {
    padding: 73px 0;
}

.certificateItems img {
    height: 182px;
}

.certificate .row {
    display: flex;
    justify-content: center;
}

.certificateItems {
    width: 20%;
}

.secPdn {
    padding: 100px 0;
}

.locatRight span {
    /* text-transform: uppercase; */
    font-weight: bold;
    color: #6B6A6A;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-size: 23px;
    display: block;
}

.locatRight ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.locatRight ul li a {
    color: #6B6A6A;
    font-weight: 500;
    font-size: 18px;
}

.locatRight .h_icon {
    min-width: 45px;
    height: 45px;
}


.locatImg {
    padding-right: 30px;
    position: relative;
}

.branchName {
    position: absolute;
    /* width: 100%; */
    bottom: 0;
    left: 0;
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    align-items: center;
    background-color: #c90722;
    padding: 8px 17px;
    border-top-right-radius: 10px;
}

.branchName span {
    font-size: 22px;
    font-weight: 600;
}

.branchName ul {
    display: flex;
    gap: 12px;
    align-items: center;
}

.branchName ul .h_icon {
    min-width: 45px;
    height: 45px;
}

.branchName ul .h_icon img {
    width: 20px;
}

.branchName ul a {
    color: #fff;
}

.secLine {
    position: relative;
    padding-bottom: 10px;
}

.secLine::after {
    width: 90px;
    height: 2px;
}

.secLine::after,
.secLine::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    background-color: #00283a;
    margin: 0 auto;
}

.clients .secLine::after,
.clients .secLine::before {
    background-color: #ffffff;
}

.secLine::before {
    width: 45px;
    height: 4px;
}

.facillties {
    background-color: #00000017;
    padding: 36px 0;
}

.facilltiesItems {
    text-align: center;
}

.fasi_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.fasi_icon img {
    height: 80px;
}

.facilltiesItems p {
    margin-bottom: 0;
    font-size: 22px;
    color: #E12454;
    font-weight: bold;
    margin-top: 20px;
}

.clients {
    background-color: #3C8080;
    padding: 50px 0;
}

.clients .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clients_items {
    /* width: 37.66% !important; */
    text-align: center;
    width: 100%;
    min-width: 15.66%;
}

.clients .auto_slider_container {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    overflow: hidden;
    gap: 8px;
}

.clients ul {
    display: flex;
    animation: rotation 20s linear infinite;
    gap: 10px;
}


@keyframes rotation {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.Doctor {
    background-color: #223645;
}

.secTitle span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    /* color: #ffffff; */
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.secTitle {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
}

.heading {
    margin-bottom: 35px;
}







.slide-container {
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    /* border-radius: 25px; */
}

.Doctor_items {
    position: relative;
    background-color: #FFF;
    /* background-color: #E12454 !important; */
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
    height: 100% !important;
    /* border: 1px solid red; */
}

.Doctor_items:hover ul {
    transform: translateY(-30%);
    opacity: 1;
    visibility: visible;
}

.dctor_social {
    position: absolute;
    right: 2%;
    bottom: 0;
    max-height: 380px;
    content: "";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    display: inline-block;
    z-index: 9;
    display: none;
}

.dctor_social ul {
    max-width: 50px;
    padding: 5px 0;
    margin: 0 auto;
    transform: translateY(0);
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 144px;
    -webkit-transform: translateY(0);
}

.dctor_social ul li {
    background-color: #E12454;
    margin-bottom: 8px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.dctor_social ul li a {
    color: #fff;
}



.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination {
    bottom: 30px;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.cardCtn {
    text-align: center;
    background-color: #E12454;
    padding: 15px 20px;
    color: #fff;
    /* min-height: 150px; */
    height: 180px;
}

.Doctor_items {

    background-color: #ffffff;
}

.Doctor_items .Designation {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 8px;
}

.Doctor_items .Specialization {
    margin-bottom: 0;
    font-size: 16px;
}

.branchCtn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e12454;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}

.cardCtn span {
    display: block;
    margin-bottom: 10px;
}

.cardCtn span a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.swiper {
    padding-bottom: 70px !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background-color: #E12454 !important;
}

.swiper-pagination-bullet-active-next {
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.call_to_action {
    background-color: #E12454;
    padding: 40px 0;
}

.call_to_action p {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.call_to_action p a {
    color: #fff;
}

.PricingSec .PricingList {
    height: 100%;
}

.PricingList {
    background-color: #F5F5F5;
    padding: 45px;
    border-radius: 4px;
}

.pricingUpper h3 {
    font-size: 24px;
    color: #223645;
    font-weight: bold;
}

.pricingUpper p {
    color: #223645;
    font-size: 16px;
}

.PricingList span {
    font-size: 70px;
    font-weight: bold;
    color: #E12454;
    margin-top: 120px;
    margin-bottom: 50px;
    display: block;
}

.PricingList h4 {
    font-size: 24px;
    font-weight: bold;
}

.brdTopNone {
    border-top: none !important;
}

.listArea li {
    background: url(../images/check.png) no-repeat;
    padding-left: 39px !important;
    background-size: 16px;
    font-size: 16px;
    padding-top: 33px;
    padding-bottom: 33px;
    background-position: left;
}

.listbrd {
    border: 1px solid #0000002b;
    border-left: none;
    border-right: none;
}

.Moderate {
    box-shadow: -1px 4px 8px 1px rgb(0 0 0 / 18%);
    padding: 45px 120px 50px 120px;
}

.pricingHead {
    background-color: #3C8080;
    text-align: center;
    padding: 21px 0;
}

.pricingHead p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.pricingHead .fa-star {
    margin: 0px 18px;
}

.bookNow {
    background-color: #E12454;
    color: #fff;
    font-size: 20px;
}

.bookNow:hover {
    background-color: #3c8080;
    color: #fff;
}

.Pricing .greenBtn {
    padding: 14px 80px;
    margin-top: 80px;
}

.footer-upper {
    background: url(../images/footerbg.png) no-repeat center center;
    padding: 140px 0 75px 0;
    background-size: cover;
    position: relative;
}

.footer-upper::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: #ffffffa1;
}

.footer-upper .container {
    position: relative;
}

.footerLogo {
   height: 150px;
}

.footer_items h4 {
    font-size: 24px;
    color: #223645;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_items ul li {
    line-height: 40px;
}

.footer_items ul li strong {
    margin-right: 4px;
}

.footer_items ul li a {
    color: #223645;
    /* font-size: 20px; */
}

.footer_items input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #223645;
    color: #223645;
    background: transparent;
    border-radius: 5px;
}

.footer_items input::placeholder {
    color: #000000;
}

.footer_social {
    margin-top: 0;
    margin-left: 26px;
}

.footer_social ul {
    display: flex;
    gap: 15px;
    /* justify-content: center; */
}

.footer_social ul li {
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #E12454;
    color: #fff;
}

.footer_social ul li a {
    color: #fff;
}

.copyRight {
    text-align: center;
    background-color: #223645;
    padding: 20px 0;
}

.copyRight p {
    margin-bottom: 0;
    font-size: 14px;
    color: #FFFFFF;
}

.copyRight p a {
    color: #FFFFFF;
    font-weight: 500;
}

.smLogo {
    display: none;
}

.smCall {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.smCall ul {
    display: flex;
    justify-content: space-between;
}

.smCall ul li {
    width: 50%;
    background-color: #E12454;
    display: flex;
    justify-content: center;
    align-items: center;

}

.smCall ul li a {
    color: #fff;
    padding: 16px 0;
}

.smCall ul li a img {
    height: 28px;
    margin-right: 11px;
    background-color: #fff;
    padding: 4px;
    border-radius: 5px;
}


.report {
    background-color: #3C8080 !important;
}

.innerBnr {
    width: 100%;
    position: relative;

}

/* .innerBnr::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(26, 33, 89, 0.7), rgba(26, 33, 89, 0.7));
} */

.innerBnr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border: 1px solid red; */
}

.innerBnrCtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(26, 33, 89, 0.7), rgba(26, 33, 89, 0.7));
    text-align: center;
    color: #fff;
}

.badcome {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 12px;
}

.badcome li .fa-house {
    margin-right: 12px;
}

.bdActive {
    font-weight: bold;
}

.badcome li a {
    color: #fff;
}

.innerBntTitle {
    font-size: 70px;
    font-weight: bold;
}

.aboutCtn {
    padding-left: 12px;
    position: relative;
    text-align: justify;
}

.aboutCtn .btnGroup {
    /* justify-content: center; */
}

.abtImg {
    position: relative;
}

.IconList i {
    font-size: 24px;
    color: #c90722;
}

.IconList li {
    background: url(../images/heart-rate.png) no-repeat;
    background-size: 27px;
    padding-left: 45px;
    margin: 20px 0;
    background-position: left;
}

.list2 {
    column-count: 2;
}

.aboutCtnBtm {
    position: absolute;
    left: 473px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    min-width: 1000px;
    display: none;
}

.aboutCtnBtmItm {
    width: 48%;
}

.aboutCtnBtmItm_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 7px 2px #00000045;
    border-radius: 50px 20px 20px 20px;
    overflow: hidden;
}

.abtCtnLeft {
    width: 50%;
    padding: 22px;
}

.abtRight {
    width: 50%;
    background-color: #00000042;
}

.abtCtnLeft span {
    font-size: 23px;
    font-weight: 600;
    color: #3c7f7f;
    margin-bottom: 10px;
    display: block;
}

.abtCtnLeft .ph {
    margin: 0;
}

.abtCtnLeft .ph i {
    color: #c90722;
    font-size: 20px;
    margin-right: 10px;
}

.abtCtnLeft .ph a {
    color: #3b7e7e;
    font-weight: bold;
}

.abtRight img {
    height: 241px;
    object-fit: cover;
}

.ctnDtls_items {
    padding: 40px 20px 35px;
    border-radius: 5px;
    background-color: #223645;
    margin-bottom: 25px;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    height: 100%;
}

.ctnDtls_items:hover {
    transition: all ease .5s;
    transform: translateY(-5%);
    background-color: #c90722eb;
}

.ctnDtls_items .contact-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.ctnDtls_items .contact-icon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all ease .5s;
    margin: 0 auto;
}

.ctnDtls_items .contact-icon i {
    color: #223645;
    font-size: 26px;
    line-height: 0.7;
    display: block;
    margin: 0 auto;
    transition: all ease .5s;
}

.ctnDtls_items .contact-info {
    margin-top: 25px;
}

.ctnDtls_items .contact-info h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #fff;
}

.ctnDtls_items .contact-info p {
    margin-bottom: 0;
}

.ctnDtls_items .contact-info p a {
    color: #fff;
}


.contact-form {
    box-shadow: 2px 0px 25px rgb(79 139 173 / 67%);
    padding: 40px;
    border-radius: 10px;
    margin-bottom: -250px;
    position: relative;
    background-color: #fff;
}

.input-group input,
.input-group .form-select,
.input-group textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background-color: #00000024;
    border: none;
}

.input-group {
    margin-bottom: 25px;
}

.input-group textarea {
    height: 300px;
}

.contact-form .btn {
    margin-top: 20px;
}

.map {
    height: 650px;
}







button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #ffffff;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #c90722;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #c90722;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.mission-vision {
    position: relative;
}

.Bgshape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    object-fit: cover;
    height: 100%;
}

.mission-vision_items {
    height: 100%;
    background-color: #223645;
    position: relative;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}

.mission-vision_items .carousel {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 100px;
}

.mission-vision_items .carousel-inner {
    /* height: 100%; */
}

.mission-vision_items .carousel-item {
    color: #fff;
}

.mission-vision_items .carousel-inner .carousel-item {
    height: 100%;
}

.carousel-inner .active {
    color: #fff !important;
}

.mission-vision_items .carousel-inner .carousel-item h3 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 28px;
}

.mission-vision_items .carousel-inner .carousel-item p {
    margin-bottom: 0;
}

.secBgClr {
    background-color: #ebf3ed;
}

.Choose .col-xl-3 {
    margin-top: 25px;
}

.choose_items {
    height: 100%;
    background-color: #fff;
    padding: 36px;
    border-radius: 10px;
    position: relative;
    transition: ease 0.5s;
    z-index: 2;
}

.choose_items:hover {
    background-color: #223645;
    transition: ease 0.5s;
    color: #fff;
}

.choose_items h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 25px 0;
}

.choose_items p {
    margin-bottom: 40px;
}

.choose_items .btn {
    color: #000 !important;
    padding: 0;
}

.choose_items:hover .btn {
    transition: ease 0.5s;
    color: #ffffff !important;
}

.choose_items:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.chooseIconImg {
    height: 60px;
    transition: ease 0.5s;
}

.choose_items:hover .chooseIconImg {
    transition: ease 0.5s;
    filter: invert(1);
}

.dctrSec .Doctor_items {
    margin-top: 22px;
}

.dctorDtl_img {
    background-color: #223645;
    border-radius: 15px;
}

.dctorDtl_Ctn {
    padding-left: 30px;
}

.dctorDtl_Ctn .dprmt {
    background-color: #223645;
    color: #fff;
    padding: 12px 50px;
    border-radius: 8px;
    /* margin-bottom: 15px; */
    display: inline-block;
}

.dctorDtl_Ctn h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 18px 0;
}

.dctorDtl_Ctn .dtrCtn {
    margin-top: 40px;
    border-top: 2px solid #22364536;
    padding: 40px 0;
}

.dctorDtl_Ctn .dtrCtn li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.dctorDtl_Ctn .dtrCtn li:last-child {
    margin-bottom: 0;
}

.dctorDtl_Ctn .dtrCtn li .dctrDtl_icon {
    min-width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c90722;
}

.dctorDtl_Ctn .dtrCtn li .dctrDtl_icon i {
    color: #c90722;
    font-size: 25px;
}

.dctorDtl_Ctn .dtrCtn li .dctrDtl_txt h4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}

.dctorDtl_Ctn .dtrCtn li .dctrDtl_txt a {
    font-size: 20px;
    color: #000;
}

.dctrDtl_social {
    display: flex;
    align-items: center;
    gap: 30px;
}

.dctrDtl_social span {
    display: block;
    font-size: 23px;
    font-weight: bold;
}

.dctrDtl_social ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dctrDtl_social ul li {
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c90722;
}

.dctrDtl_social ul li i {
    color: #fff;
}

.doctorExperience {
    margin-top: 50px;
}

.doctorExperience h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.Expertise span {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}


.skill-main {
    width: 100%;
    /* max-width: 600px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.skill-main .skill-wrrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 8px;
}

.skill-main .skill-wrrap:last-child {
    margin-bottom: 0px;
}

.skill-main .skill-wrrap .skill-name {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.skill-main .skill-wrrap .skill-bar {
    height: 10px;
    background-color: #00283a;
    border-radius: 8px;
}

.skill-main .skill-wrrap .skill-per {
    height: 10px;
    background: #23576f;
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;
}

.skill-main .skill-wrrap .skill-per:before {
    content: attr(per);
    position: absolute;
    padding: 4px 6px;
    background-color: #23576f;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    top: -35px;
    right: 0;
    transform: translateX(50%);
}

.skill-main .skill-wrrap .skill-per:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #23576f;
    top: -20px;
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

.PricingSec .col-lg-4 {
    margin-top: 25px;
}

.contactArea .col-lg-3 {
    margin-top: 20px;
}

.contactArea h2 {
    position: relative;
    padding-bottom: 16px;
}

.contactArea h2::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 2px;
    background-color: #2b3e4c;
}

.mrt-40 {
    margin-top: 40px;
}


.modal-content {
    background-color: #ffffff !important;
}

.modal-header {
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff08;
}

.modal-header .btn-close {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    /* border: 1px solid; */
    background-color: #ffffff;
    filter: invert();
}

.modal-title {
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.modal-title::after,
.modal-title::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #000;
}

.modal-title::after {

    width: 120px;
    height: 2px;
}

.modal-title::before {
    width: 50px;
    height: 3px;
}

.modal-body .contact-form {
    margin-bottom: 0;
    padding: 20px;
    /* box-shadow: none; */
}

.EnquiryFrom .modal-body {
    padding-top: 0;
}












.ser_items {
    height: 100%;
    background-color: #223645;
    color: #fff;
}

.serCtn {
    padding: 10px;
    text-align: center;
}

.serCtn a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.serCtn p {
    margin-bottom: 0;
}

.appointment .contact-form {
    margin-bottom: 0 !important;
}

.services .contact-form {
    margin-bottom: 0 !important;
}

.g-recaptcha div {
    margin: 0 auto;
}

.file {
    flex-direction: column;
}

.file .form-label {
    font-size: 15px;
    font-weight: bold;
}

.file .form-label span {
    font-size: 14px;
}

.file .form-control {
    width: 50%;
    padding: 3px;
}

.services .file .form-control {
    width: 100%;
}

.services .input-group textarea {
    height: 100px;
}

.sidebar-sticky {
    position: sticky;
    top: 160px;
}

.serviceCtn {
    padding-right: 40px;
}

.serviceCtn h2 {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: bold;
}

.serviceCtn h3 {
    font-size: 25px;
    margin-bottom: 18px;
    font-weight: bold;
}

.serviceCtn h4 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 35px;
    font-weight: bold;
}

.serviceCtn p {
    margin-bottom: 0;
}

.textAppoint .file .form-control {
    width: 100%;
}

.textAppoint .file .form-label {
    margin-bottom: 2px !important;
}

.footer_items h5 {
    font-weight: bold;
    font-size: 18px;
}

.footer_items i {
    margin-right: 10px;
}

.footer_items ul li {
    display: flex;
    align-items: baseline;
}

.fa-whatsapp {
    font-size: 22px;
    font-weight: bold;
}

.sinceArea {
    position: absolute;
    bottom: 36px;
    right: 52px;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #c90722;

    border-radius: 50%;
}

.sinceArea::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 5px dotted #c90722;
    border-radius: 50%;
    animation: Rotation 10s linear infinite;
}

@keyframes Rotation {
    to {
        transform: rotate(360deg);
    }
}

.sinceArea h3 {
    margin-bottom: 0;
    text-align: center;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 1;
}

.sinceArea h3 span {
    display: block;
    font-size: 42px;
    font-weight: bold;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
    opacity: 1;
}

.locatMap {
    height: 518px;
}

.clientsColum {
    text-align: center;
    background-color: #fff;
    box-shadow: -1px 3px 9px 4px #0000003b;
    padding: 20px;
    margin-bottom: 25px;
    height: 100%;
}

.clientsColum .clientsCtn {
    margin-top: 10px;
}
.clientsColum .clientsCtn h5{
    font-weight: bold;
    font-size: 22px;

}

.clientsColum .clientsCtn p {
    margin-bottom: 0;
}

.clientsColum .clientsCtn i {
    margin-right: 10px;
    color: #cb0622;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

caption {
    background: linear-gradient(90deg, #223645, #2b4c66);
    color: white;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    font-size: 1.1rem;
}

th,
td {
    padding: 14px 16px;
    text-align: left;
    border: 1px solid #ddd;
}

th {
    background: #223645;
    color: #fff;
    font-weight: bold;
}

tr:nth-child(even) {
    background: #f9f9f9;
}

tr:hover {
    background: #eaf3ff;
}

thead {
    background-color: #223645;
    color: white;
}

tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}

tbody tr:hover {
    background-color: #f9fbfd;
}

th {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

td {
    font-size: 0.95rem;
}

.depermentTitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}

.unLTxt {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.unLTxt::after,
.unLTxt::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
}

.unLTxt::after {
    width: 150px;
    height: 1px;
}

.unLTxt::before {
    width: 50px;
    height: 2px;
}

.unLTxtcenter {
    text-align: center;
}

.unLTxtcenter::after,
.unLTxtcenter::before {
    right: 0;
    margin: 0 auto;
}

.abtsecBx {
    box-shadow: -1px 1px 6px 1px #0000003b;
    height: 100%;
    border-radius: 10px;
    padding: 30px;
}

.abtsecBx h3 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.abtsecBx h3::after,
.abtsecBx h3::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
}

.abtsecBx h3::after {
    width: 80px;
    height: 1px;
}

.abtsecBx h3::before {
    width: 42px;
    height: 2px;
}

.WhyChoose img {
    border-radius: 10px;
}

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

.CertifiedTxt p {
    text-align: justify;
}
.milestone {
      background: rgb(235 243 237);
      border-radius: 16px;
      padding: 25px;
      backdrop-filter: blur(12px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      position: relative;
      transition: all 0.3s ease;
      cursor: pointer;
      height:100%;
    }

    .milestone:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    }

    .milestone .year {
      position: absolute;
      top: -15px;
      right: -15px;
      background: linear-gradient(135deg, #c90722, #ff4e50);
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 8px 14px;
      border-radius: 50px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    }

    .milestone i {
      font-size: 32px;
      color: #c90722;
      margin-bottom: 15px;
    }

    .milestone h3 {
      font-size: 18px;
      margin: 0 0 10px;
      color: #123456;
    }

    .milestone p {
      color: #444;
      line-height: 1.6;
      margin: 0;
    }

.JourneyBx {
    background-color: #ebf3ed;
    box-shadow: -1px 2px 5px #00000057;
    padding: 20px;
}

.servicesTxt h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.imgRdus {
    border-radius: 10px;
}

.servicesTxt h4 {
    font-size: 22px;
    font-weight: bold;
}


.ourLocation .carousel-control-next,
.ourLocation .carousel-control-prev {
    width: 6% !important;
}

.secCall {
    display: flex;
    align-items: center;
    gap: 15px;
}


.secCall li a {
    color: #223645;
    font-size: 28px;
    font-weight: bold;
}


.mission-vision .carousel-control-next,
.mission-vision .carousel-control-prev {
    width: 10%;
}

.mission-vision .carousel-control-next-icon,
.mission-vision .carousel-control-prev-icon {
    filter: invert(0);
}

.certiItems {
    box-shadow: -1px 1px 6px 1px #0000003b;
}

.faqs {
    margin-top: 30px;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #c90722 !important;

}

.accordion-button:not(.collapsed)::after {
    filter: invert();
}

.accordion-item {
    border: 1px solid #c90722 !important;
    margin-bottom: 20px;
}

.accordion-header {
    margin-bottom: 0 !important;

}

.accordion-button {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.accordion-button:focus {
    box-shadow: none;
}













.pricing-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card .card-header {
    color: #fff;
    padding: 40px 20px 40px;
    position: relative;
}

.pricing-card .card-header h3 {
    font-size: 24px;
    font-weight: bold;
}

.pricing-card .card-header p {
    margin-bottom: 0;
    line-height: 1.2;
}

.pricing-card .card-header::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 80px;
    background: inherit;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.basic {
    background: #c90722;
}

.standard {
    background: #3c8080;
}

.premium {
    background: #223645;
}

.price {
    font-size: 60px;
    font-weight: bold;
    color: #e12454;
    margin-top: 50px;
    /* color: #000; */
}

.rgPrice {
    font-size: 25px;
    font-weight: bold;
}

.priceSub {
    display: block;
    font-size: 17px;
}

.rgNum{
    text-decoration: line-through;
    color: #0000004a;
}

.per-month {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    /* padding: 0 25px 20px; */
    display: inline-block;
}

.features li {
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.features .check {
    color: green;
    font-size: 16px;
}

.features .cross {
    color: red;
    font-size: 16px;
}

.select-btn {
    display: block;
    width: 80%;
    margin: 15px auto 25px;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
}

.basic-btn {
    background: #c0392b;
}

.standard-btn {
    background: #2980b9;
}

.premium-btn {
    background: #f39c12;
}

.select-btn:hover {
    opacity: 0.85;
}

.pricing-card h4 {
    font-size: 20px;
    font-weight: bold;
    color: #3c7f7f;
    margin: 21px 0;
}

.WhyChoose .IconList {
    /* border: 1px solid red; */
    height: 100%;
    /* background-color: #fff; */
    box-shadow: 1px 2px 3px #0000005e;
    padding: 16px;
    border-radius: 10px;
}

.WhyChoose .IconList li {
    margin-bottom: 20px !important;
    margin-top: 0;
}


/* gallery */



.gallery img {
    max-width: 100%;
    vertical-align: middle;
    cursor: pointer;
}

/*.gallery*/
.gallery {
    width: 100%;
    display: block;
    min-height: 100vh;
    /* background-color: #2a2932; */
    /* padding: 100px 0; */
}

.gallery .gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.gallery .gallery-filter .filter-item {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    line-height: 1.2;
    transition: all 0.3s ease;
    border: 1px solid #ca0622;
    padding: 8px 20px;
    border-radius: 20px;
}

.gallery .gallery-filter .filter-item.active {
    color: #c30721;
    border-color: #c90722;
    /* font-weight: bold; */
    background-color: #c90722;
    color: #fff !important;
}

.gallery .gallery-item {
    width: calc(100% / 3);
    padding: 15px;
    height: 375px;
    overflow: hidden;
}

.gallery .gallery-item-inner {
    position: relative;
    height: 100%;
}

.galleryTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #223645b8;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gallery .gallery-item-inner img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: transform 0.3s;
    object-fit: cover;
}

/* .gallery .gallery-item-inner img:hover {
    transform: scale(1.05);
} */

.gallery .gallery-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gallery .gallery-item.hide {
    display: none;
}

/* responsive */
@media(max-width: 991px) {
    .gallery .gallery-item {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .gallery .gallery-item {
        width: 100%;
    }

    .gallery .gallery-filter .filter-item {
        margin-bottom: 10px;
    }
}

/* popup modal */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
     cursor: zoom-in;
}

/*#popup {*/
/*  display: none;*/
/*  position: fixed;*/
/*  inset: 0;*/
/*  background: rgba(0,0,0,0.8);*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  z-index: 1000;*/
/*}*/

/*#popup img {*/
/*  max-width: 90%;*/
/*  max-height: 90%;*/
/*  cursor: zoom-in;*/
/*}*/

.popup span {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.subTitle {
    font-size: 25px;
    font-weight: bold;
    color: #223645;
    margin-bottom: 30px;
}

.advncSecTxt span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #223645;
    margin-bottom: 20px;
}

.advncSecTxt {
    /* padding-left:20px; */
    padding: 0 33px;
}

.advncSecTxt .IconList li:last-child {
    margin-bottom: 0;
}

.advncSecImg img {
    height: 315px;
    object-fit: cover;
}

.advBg {
    background-color: #00000017;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

.imgH-220 {
    height: 220px;
}

.imgH-270 {
    height: 270px;
}

.secBgClr {
    background-color: #00000017;
}

.BenefitsItems {
    width: 364px;
    height: 364px;
    border: 4px dashed #c90722;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    text-align: center;
    position: relative;
    background-color: #fff;
    margin-top: 30px;
}

/* .BenefitsItems::after {
    content: ' ';
    width: 100%;
    height: 100%;
    border: 4px dashed #c90722;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: Rotation 10s linear infinite;
} */

.BenefitsItems p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    color: #00283a;
    position: relative;
    z-index: 2;
}

.arrowIcon {
    position: absolute;
    right: -240px;
    height: 79px;
}

@keyframes stnumber {
    0% {
        top: 0%;
    }

    100% {
        top: 10px;
    }

    0% {
        top: 0%;
    }
}


.arrowIcon1 {
    top: 0;
}

.arrowIcon2 {
    bottom: 0;
}

.benefitNum {
    position: absolute;
    font-size: 233px;
    font-weight: bold;
    color: #e8e8e896;
    animation: stnumber 2s linear infinite alternate-reverse;
}

.pdnLeft-35 {
    padding-left: 35px;
}

.pdnRight-35 {
    padding-right: 35px;
}

.tip {
    position: relative;
    margin-top: 50px !important;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    background-color: #e8e8e8c2;
    width: 71%;
    margin: 0 auto;
    border-radius: 38px;
    border: 1px solid #e8e8e8c2;
}

.tip_icon {
    height: 29px;
}

.tip span {
    font-size: 20px;
    font-weight: bold;
    color: #c90722;
}

.tip p {
    margin-bottom: 0;
}

.tipimg {
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffc2;
}

.Wellness .choose_items {
    text-align: center;
}

.Wellness .choose_items p {
    margin-bottom: 0;
}

.smArrow{
    display: none;
}


 /* Sticky review box */
    .review-box {
      position: fixed;
      bottom: 20px;
      left: 20px;
      background: #fff;
      padding: 15px 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      font-family: Arial, sans-serif;
      font-size: 14px;
      color: #333;
      max-width: 250px;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 12px;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Google logo style */
    .review-box img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
    }

    /* Review text */
    .review-text {
      line-height: 1.4;
    }

    .stars {
      color: #f4b400;
      font-size: 16px;
      font-weight: bold;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 5px;
      right: 8px;
      font-size: 16px;
      cursor: pointer;
      color: #666;
      transition: color 0.2s ease;
    }

    .close-btn:hover {
      color: #000;
    }
    
    
    
.sticky-icons {
  position: fixed;
  /* top: 50%; */
  right: 30px;
  /* transform: translateY(-50%); */
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  bottom: 121px;
}

.sticky-icons a {
  background: #fff;
  /* padding: 8px; */
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, background 0.3s ease;
  width: 100%;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-icons a:hover {
  transform: scale(1.2);
  background: #f1f1f1;
}

.sticky-icons img {
  width: 28px;
  height: 28px;
  display: block;
}

/*.opening .HmdLeft{*/
/*    display:none;*/
/*}*/

.opening {
       display:flex;
       justify-content: space-between;
       align-items:center;
    }
    
    /*.opening p{*/
    /*    width:50%;*/
    /*}*/
    
    /*.opening .HmdLeft{*/
    /*   display:block;*/
    /*}*/
    
    .opening .HmdLeft ul li a{
        color:#fff;
        font-size:18px;
    }
    .opening .HmdLeft ul li i{
        color: #c90722;
    }

.opening .HmdLeft .h_icon{
    min-width: 45px;
    height: 45px;
}




.sticky-icons a i{
    color:red;
    /* font-size: 18px; */
}
