body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

:root {
    --main: rgb(242 181 65);
    --two: #4687ed;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    color: #3f86f3;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-BlackItalic.woff2') format('woff2'), url('Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Black.woff2') format('woff2'), url('Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'), url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraBold.woff2') format('woff2'), url('Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-BoldItalic.woff2') format('woff2'), url('Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraBoldItalic.woff2') format('woff2'), url('Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Italic.woff2') format('woff2'), url('Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraLight.woff2') format('woff2'), url('Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-ExtraLightItalic.woff2') format('woff2'), url('Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'), url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-LightItalic.woff2') format('woff2'), url('Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

 @font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a.navbar-brand img {
    width: 180px !important;
}

#navbarNav .navbar-nav .nav-item a:hover {
    color: var(--main);
}

#navbarNav .navbar-nav .nav-item a:hover + .megamenu-panel{
top:62px;
}

.megamenu-panel:hover{
    top:62px;
    }

#navbarNav .navbar-nav .nav-item a {
    color: #131314;
    font-family: Poppins'Poppins';
    font-size: 16px;
    position: relative;
}

#navbarNav .navbar-nav .nav-item a {
    padding: 10px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--main) !important;
}

.nav-item a:before {
    content: "";
    position: absolute;
    background: var(--main);
    width: 0%;
    padding: 10px;
    height: 2px;
    padding: 0px;
    right: 0;
    top: 49px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.payment_btn .btn {
    margin: 0 0 0 40px;
    background-color: var(--two) !important;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.5s;
}

.payment_btn .btn:hover {
    background-color: var(--main) !important;
    color: #131314;
}

/* Slider */

.overley {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    height: 100%;
    /* background: linear-gradient(to bottom left, #f4b5419e 0%, #76a4ee 137%); */
    z-index: -1;
}

nav.navbar {
    background: white !important;
    z-index: 9;
}







.slider-contact {
    position: relative;
}

.slider {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 575px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.slider-contact span {
    font-size: 32px;
    color: #ffff;
    line-height: 1.1;
}

.border-bottom {
    border-bottom: 1px solid #f7c40b !important;
}

.border-bottom {
    height: 2px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    border-color: #fff;
    border-top-width: 1px;
}


.sliderback{
    padding-top:39px;
    background-image:linear-gradient(-51deg, #013b5eeb 44%, #01578ce6 -70%), url(../img/hero.jpeg) !important;
}

.slider-contact>p {
    font-size: 23px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

h1 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    font-family: "Poppins";
}

.section {
    height:auto;
    padding: 90px 0 50px;
    margin-bottom: 40px;
}

.btn1 {
    padding: 10px;
    background-color: var(--two) !important;
    color: #FFF;
    border-radius: 5px;
    transition: all 0.5s;
}

.btn1:hover {
    background-color: var(--main) !important;
    color: #131314;
}

.service_tittle h2 {
    font-size: 27px !important;
    font-weight: 900;
    font-family: "Poppins";
}

.service_tittle h2 span {
    color: var(--two);
}

.services .card-body img {
    width: 110px !important;
    height: 110px !important;
    object-fit: contain;
}

.services {
    padding: 40px 0;
    position: relative;
}

.service_sub h3 {
    font-size: 20px;
    font-weight: 600px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.service_sub p {
    text-align: center;
    color: #404046;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}

.service_box {
    position: relative;
}

.service_box::after {
    position: absolute;
    content: "";
    width: 0;
    padding: 2px;
    bottom: 0;
    opacity: 0;
    right: 0;
    background: var(--two);
    height: 3px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.service_box:hover::after {
    background: var(--main);
    opacity: 1;
    width: 100%;
    left: 0;
}

.management .card {
    transition: all 0.3s ease-in-out;
}

.management .card:hover {
    transform: translateY(-20px);
}

.management img{
    object-fit: contain;
}

.speciality {
    margin-top: 70px;
}

.speciality_box {
    max-width: 100%;
    box-shadow: 0px 3px 8px 0px rgb(12 0 46 / 8%);
    padding: 10px;
    transition: all 0.3 ease-in-out;
}

.speciality_box img {
    width: 65px;
    max-width: 100%;
}

.speciality_box:hover {
    box-shadow: 0px 3px 8px 5px rgb(12 0 46 / 8%);
}

.Strive span {
    padding: 5000px;
    display: block;
}

.Strives.d-flex.justify-content-between.flex-wrap span {
    margin: -8px 0 !important;
    display: block;
}

.footer {
    /* margin-top: 40px; */
    padding-top: 50px;
}

.footer img {
    padding: 0 0 20px 0;
    width: 200px;
}

.footer p {
    margin-bottom: 5px;
    padding-right: 10px;
}

.service_meu {
    position: relative;
    width: 100%;
    left: 0;
}

.mega_menu {
    width: 100%;
    position: absolute;
    background: red;
}

nav .service-menu .megamenu-panel {
    width: 100%;
    padding: 8px 0px 0px;
}

nav .megamenu-panel {
    width: 82% !important;
    padding: 9px 0px;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    left: 0;
    right: 0;
    color: inherit;
    border-top: solid 3px #203b75;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    top: -249px;
    margin: 0 auto !important;
}

nav .megamenu-lists {
    width: 33%;
    display: table;
}

nav .navigation-landscape .megamenu-list {
    margin: -32px 0;
    padding: 23px 0;
}

nav .service_menu .megamenu-panel {
    overflow: hidden;
    width: 100%;
    transition: all 0.6s;
    display: none;
    transform: translateY(-400px);
    z-index: -1;
}

nav .service_menu:hover .megamenu-panel {
    width: 100%;
    display: block;
    transform: translateY(0);
}

nav .service-menu .megamenu-panel .megamenu-lists .megamenu-list .megamenu-list-title a {
    font-size: 16px;
}

nav .service-menu .megamenu-panel .megamenu-lists .megamenu-list .megamenu-list-title a {
    color: #fe9435;
}

nav .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a {
    background-color: transparent;
    width: 100%;
    padding: 1.7% 2% 1.7% 10%;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    color: #000000;
    font-size: 15px;
}

nav .megamenu-list>li.megamenu-list-title>a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fe9435;
}

nav .megamenu-list>li>a {
    width: 100%;
    padding: 5px 5px !important;
    margin: 2px 0px 0px 0px !important;
    font-weight: 400;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    border-right: 1px solid #EFEFEF;
    font-size: 14px;
}

nav .megamenu-list>li>a:hover{
    text-indent: 10px;
    color: var(--main);
    border-bottom: 1px solid var(--two);
    transition: 0.5s;
}

nav .megamenu-list>li {
    list-style: none;
}

nav .megamenu-list>li a::before {
    display: none;
}

.service-menu {}

.megamenu-lists .megamenu-list .megamenu-list-title a {
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width:767px){
    .about_icon .about_icon2{
        margin-top: .5rem;
    }
}

.about_icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: green;
    color: #FFFF;
    border-radius: 50%;
}

.group_img {
    position: relative;
}

.img1 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.img1 {
    background: #FFF;
    width: 128px;
    height: 128px;
    position: absolute;
    border-width: 5px;
    border-color: #f6f6fa;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    position: absolute;
    text-align: center;
    left: 184px;
    top: 0px;
}

.img2 {
    background: #FFF;
    width: 80px;
    height: 80px;
    /* top: ; */
    position: absolute;
    border-width: 5px;
    border-color: #f6f6fa;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    position: absolute;
    text-align: center;
    right: 37px;
    top: 0px;
}

.service_banner {
    font-size: 16px;
    margin-top: 10px;
}

.hms_banner {
    background-image: linear-gradient(#4687ed, #00aa544a ), url(../img/back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: scroll;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.map-container-section {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-section iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.hms_banner h1 {
    color:#f4b543;
    font-size: 52px;
    text-shadow: 5px 5px 5px black;
    text-transform: capitalize;
}

.hms_banner div p{
    color: white;
    text-shadow: 5px 5px 5px black;
}

.hospital_manage input {
    padding: 10px;
}

.hospital_manage .form-control:focus {
    box-shadow: none;
    transition: all .2s ease-in-out !important;
    border: 1px #f4b541 !important;
    box-shadow: inset 0 0 0 1px #f2b640 !important;
}

.card.hospital_manage {
    border-bottom: 3px solid;
    border-color: var(--main);
}

.address i {
    color: var(--main);
}

.box_card {
    border: 0;
    box-shadow: 0 2px 10px -3px rgb(0 0 0 / 7%), 0 10px 20px -2px rgb(0 0 0 / 4%);
    width: 100%;
    padding: 20px;
    max-width: 100%;
}

.career_card {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border: 1px solid #dddfe3;
    border-radius: 2px;
    transition: all 0.3s inherit;
}

.career_card:hover {
    box-shadow: 0 3px 15px -5px rgb(0 0 0 / 20%);
}

.career_card p a {
    color: #000000db;
    transition: all 0.3s inherit;
}

.career_card p a:hover {
    color: var(--two) !important;
}

.google_adds {
    border: 1px solid !important;
    border-color: var(--main)
}

.asa{
    width: 100%;
}

.asa1{
    width: 350px;
}

@media(max-width: 768px) {
    
    .service_boxx1{
        width: 350px !important;
    
            }
    .hms_banner h1 {
        color: var(--two);
        text-transform: uppercase;
        font-size: 26px;
    }
    .hms_banner p {
        font-size: 14px;
    }
    h1 {
        font-size: 50px;
    }
    .slider-contact span {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    .slider-contact>p {
        font-size: 14px;
    }
    .slider {
        height: 216px;
    }
    .section {
        padding: 10px 0;
    }
    .service_tittle h2 {
        font-size: 25px !important;
    }
    nav .megamenu-lists {
        width: 100%;
        display: table;
    }
    nav .megamenu-panel {
        display: none !important;
    }

    .sliderback{
    padding-top:100px;
    background-image:linear-gradient(-51deg, #013b5eeb 44%, #01578ce6 -70%), url(../img/hero.jpeg) !important;
}

.asa{
    width: 300px!important;
}

.asa1{
    width: 268px!important;
}

/*.rootNEWsec {
    width: 100%;
    min-width: 315px!important;
    min-height: 100vh!;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}*/
}

@media(max-width: 576px) {
    nav .megamenu-lists {
        width: 100%;
        display: table;
    }

     .header {
               position: fixed;
               top: 0;
               left: 0;
               width: 100%;
               z-index: 1000; /* Ensure the header is above other content */
            }

   .asa{
        width: 300px!important;
        }

.box_card {
    border: 0;
    box-shadow: 0 2px 10px -3px rgb(0 0 0 / 7%), 0 10px 20px -2px rgb(0 0 0 / 4%);
    width: 100%;
    padding: 8px 0 8px 0!important;
    max-width: 100%;
}

    .d-flex1 {
    display: flex !important;
    flex-direction: column-reverse;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.service_boxx1{
    width: 100%!important;
    height: auto!important;
}


}

@media(max-width: 320px) {
    nav .megamenu-lists {
        width: 100%;
        display: table;
    }

     .header {
               position: fixed;
               top: 0;
               left: 0;
               width: 100%;
               z-index: 1000; /* Ensure the header is above other content */
            }
}

@media(max-width: 991px) {

    body{
        width: 100%;
    }
    .hms_banner h1 {
        color: #f4b543;
        text-transform: uppercase;
        font-size: 35px;
    }
    .hms_banner p {
        font-size: 14px;
    }
   .slider {
    height: 100%;
}
    .space2 {
        margin: 0 !important
    }
    .easysec1,
    .easysec2,
    .easysec3 {
       
        margin: 0 auto;
    }
    .feature-box-icon {
        background-color: #4687ed;
        color: #ffe54c;
        height: 48px;
        width: 48px;
        font-size: 24px;
        padding-top: 10px;
    }
    .rounded-circle {
        border-radius: 50% !important;
    }
    .text-center {
        text-align: center !important;
    }
}

.easysec2 {
    width: 100px;
    height: 100px;
    left: 245px;
     border-width: 5px;
    border-color: #f6f6fa;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    text-align: center;
}

.easysec3 {
    width: 80px;
    max-width: 100% !important;
    height: 80px;
    left: 245px;
     border-width: 5px;
    border-color: #f6f6fa;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    text-align: center;
}

.easysec1 {
    width: 128px;
    height: 128px;
    left: 245px ;
    border-width: 5px;
    border-color: #f6f6fa;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    box-shadow: 0 1px 30px 0 rgb(55 125 162 / 20%);
    /* position: absolute;*/
    text-align: center;
}

.imgeasysec {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn11 {
    background-color: #F4B543;
    color: white;
    position: relative;
    border: 0;
    z-index: 1;
    border-radius: 4px;
    margin: 0 0 0 40px ;z-index: 1;
    min-width: 170px;
    padding: 10px 17px 10px 20px !important;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgb(63 54 132 / 10%);
    box-shadow: 0 2px 5px 0 rgb(63 54 132 / 10%);
}

.btn11:hover {
    background-color: #3487d5;
    color: white;
    position: relative;
    border: 0;
    z-index: 1;
    border-radius: 4px;
    margin: 0 0 0 40px; z-index: 1;
    min-width: 170px;
    padding: 11px 21px 12px 23px !important;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgb(63 54 132 / 10%);
    box-shadow: 0 2px 5px 0 rgb(63 54 132 / 10%);
}

.btn3 {
    background: #4687ed;
    color: white;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0rgba(0, 0, 0, .2), 0 2px 10px 0rgba(0, 0, 0, .1);
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 5px;
}

.btn3:hover {
    background-color: var(--main) !important;
    color: black;
}

.speciality_boxxx {
    max-width: 100%;
    box-shadow: 0px 3px 8px 0px rgb(12 0 46 / 8%);
    padding: 10px;
    transition: all 0.3 ease-in-out;
    margin: 10px;
    border-radius: 10px;
}

.speciality_boxxx:hover {
    box-shadow: 0px 3px 8px 5px rgb(12 0 46 / 8%);
}

.hms_banner::before {
    background: red;
}

.subtittle {
    font-size: 27px !important;
    font-weight: 900;
    color: #3f86f3;
}

.space {
    margin: 30px 0 0 0;
}

.space2 {
    margin: 1px 0 0 80px;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100px !important;
}

.w60 {
    width: 60px !important;
}

.w50 {
    width: 50px !important;
}






@media(max-width: 576px){


.fdfdfdfd img{
width:100%;   
padding-bottom:20px;
padding-top:10px;

}

.ccon{

    width: 100%!important; 
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--mdb-gutter-y)*-1);
    
    margin-left: 3px!important;

}



.marginTOpInMobile{
    margin-top: 15px;
}

.service__card img {
    margin: 10px;
    max-width: 95% !important;
    height: 310px;
    width: auto;
    border: solid;
    border-color: #2bc716;
    border-right: medium;
    border-radius: 20px;
    border: 1px solid #4687ed;
    padding: 10px;
    box-shadow: -5px 0px #4687ed;
}

.greviews .greviews_img {
    width: 100% !important;
    height: 50px !important;
    padding: 10px;
    box-shadow: 5px 5px 5px #f4b543;
}


.float1 {
    position: fixed;
    width: 86px  !important;
    bottom: 128px;
    right: 0px !important;
    background-color: #f4b543;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: -3px 0px 0px #1266f1;
    z-index: 100;
}


.float2 {
    position: fixed;
    width: 86px  !important;
    bottom: 128px;
    right: 0px !important;
    background-color: #f4b543;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: -3px 0px 0px #1266f1;
    z-index: 100;
}

.float {
    position: fixed;
    width: 86px  !important;
    bottom: 128px;
    right: 0px !important;
    background-color: #f4b543;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: -3px 0px 0px #1266f1;
    z-index: 100;
}




.my-float2 {
    margin-top: 3px;
    margin-left: 0px !important;
    font-weight: 700;
    font-size: 17px;
  
}


.my-float2 {
    margin-top: 0px !important;
    margin-left: -12px !important;
    font-weight: 700;
    font-size: 16px !important;
    
}


.rootNEWsec {
    width: 100%;
    min-width: 300px!important;
    min-height: 100vh!important;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0px !important;
}



.flexDIrectionreversMObile{
    flex-direction: column-reverse !important;
}

.MObheadinigMarginTop {
    margin-top: 15px;
    padding: 0px 13px;
}

.marginBttmMob {
    margin-bottom: 15px !important;
}

.ffon {
    font-size: 15px!important;
    font-weight: bold!important;
}

.ccd {
    height: auto!important;
    border-radius: 10px;
    /*width: 295px!important;*/
}

.carrr{
    
    width: 300px;

}

article {
    padding: 20px 23.5px 48px;
    background-color: white;
    background-image: none;
    min-width: 275px!important;
    margin-top: 60px;
}

.ttp{
    margin-top: 73px!important;
}

/*.iffm{
    width: 295px!important;
    
}*/


  
}






@media(min-width: 1000px){


.fdfdfdfd img{
width:100%;   
padding-bottom:20px;
    margin-top: -76px;
    margin-left:45px;
}
  
}


.toptop{

background-image: linear-gradient(-55deg, #013b5eeb 24%, #01578ce6 -71%), url(img/hero.jpeg) !important;
padding-top:10px;
padding-bottom:10px;


color:white;

}

.toptop1{

   text-align:right;  
   
}

.toptop a{
    color:white !important;
}


.toptop i:hover {
    opacity: 0.7;
}




@media(min-width: 1000px){
.vfvfddfbf{
    margin-top: -100px;

}

.ddddddd img{

    
    
}

}


  
.bottomforfron {
    background: #ffffff40;
    /* padding: 4px; */
    /* padding-left: 10px; */
    text-align: center;
    border: solid 1px white;
    border-radius: 2px;
    width: 112px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: white;
    margin-right:10px;
}

.bottomforfron a{

    color:white;
}


 
.bottomforfron1 {
    background: white;
    /* padding: 4px; */
    /* padding-left: 10px; */
    text-align: center;
    border: solid 1px white;
    border-radius: 2px;
    width: 112px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: white;
    margin-right:10px;
}

.bottomforfron1 a{
font-weight: 600;
    color:#026ad5ad;
}

.toptop11{

    padding-left:80px;
}







.float {
    position: fixed;
    width: 103px;
    height: 44px;
    bottom: 28px;
    right: -22px;
    background-color: #f4b543;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
       box-shadow: -3px 0px 0px #1266f1;
    z-index: 100;
}
.my-float {
    /* margin-top: -13px; */
    margin-left: -43px;
}


.float1 {
    position: fixed;
    width: 103px;
    height: 44px;
        bottom: 78px;
    right: -22px;
    background-color: #f4b543;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
      box-shadow: -3px 0px 0px #1266f1;
    z-index: 100;
}
.my-float1 {
    /* margin-top: -13px; */
    margin-left: -43px;
}



.float2 {
    position: fixed;
    width: 103px;
   
    bottom: 128px;
    right: -22px;
    background-color: #f4b543;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
       box-shadow: -3px 0px 0px #1266f1;
    z-index: 100;
}
.my-float2 {
    margin-top: -47px;
    margin-left: -14px;
    font-weight: 700;
    font-size: 19px;
    margin-bpttpm: 26px;
}



.loadu{
    border-radius: 8px;
    padding: 26px;
    /* border: solid; */
    /* width: 80%; */
    margin: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.loadu img{
    height: 102px;
    width:40%;
    object-fit: contain;
}

.loadu h6{
padding-top:10px;
    font-weight: 600;
}


.bfisgn img {
 
    border-radius: 6px;
}











/* Standardises all elements */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}



.kjsks h1 {
  font-size: 30px;
  font-weight: 700;
  color: #1d1e35;
  text-transform: uppercase;
  margin: 0 0 37px;
}

.root {
  width: 100%;
  min-width: 375px;
  min-height: 100vh;
  overflow: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
 
  margin: 0 auto;
 
}

main {
  width: 85%;
  max-width: 965px;
  position: relative;
  padding: 0 0 0 45px;
}
main::before {
  content: "";
  position: absolute;
  top: 206px;
  left: -48px;
  background: url("https://assets.codepen.io/8618172/illustration-box-desktop.svg") no-repeat 0 0;
  width: 190px;
  height: 200px;
  z-index: 10;
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from {
    transform: translate3d(0, -10px, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
  }
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
article {
  background: white url("https://assets.codepen.io/8618172/bg-pattern-desktop.svg") no-repeat -580px -294px;
  border-radius: 25px;
  display: flex;
  max-width: 920px;
  min-width: 300px;
  padding: 65px 50px 85px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: -10px 40px 37px -5px rgba(0, 0, 0, 0.2);
}
article::before {
  content: "";
  background: url("https://assets.codepen.io/8618172/illustration-woman-online-desktop.svg") no-repeat 0 0;
  position: absolute;
  width: 472px;
  height: 360px;
  top: 70px;
  left: -86px;
}
.article2::before {
  content: "";
  background :none !important;
  position: absolute;
  width: 472px;
  height: 360px;
  top: 70px;
  left: -86px;
}
article .contentWrapper {
  width: 350px;
  margin-left: auto;
}
article h2 {
  font-size: 14px;
  font-weight: 400;
  color: #4a4b5e;
  margin: 0;
}
article h2:hover {
  color: #f47c57;
}
article h2 label {
  cursor: pointer;
  width: 100%;
  display: block;
  font-size: 17px;
  padding: 0 0 18px;
}
article h2 label::after {
  content: "";
  background: url("https://assets.codepen.io/8618172/icon-arrow-down.svg") no-repeat right 0;
  width: 12px;
  height: 7px;
  margin: 6px 15px 0 0;
  float: right;
}
article ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
article ul li {
  position: relative;
  border-top: 1px solid #e7e7e9;
  padding: 17px 0 0;
  margin: 0;
  overflow: hidden;
}
article ul li:first-child {
  padding: 0;
  border: none;
}
article ul li:last-child {
  border-bottom: 1px solid #e7e7e9;
}
article ul input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
article .answer {
  width: 95%;
  height: 0;
  line-height: 1.5em;
  margin: 0;
  transition: all 0.5s cubic-bezier(0, 1, 1, 1);
}
article input:checked ~ .answer {
  height: auto;
  margin: 0 0 18px;
}
article input:checked ~ h2 {
  font-weight: 700;
}
article input:checked ~ h2 label {
  padding: 0 0 10px;
}
article input:checked ~ h2 label::after {
  transform: scaleY(-1);
}


@media screen and (min-height: 768px) and (min-width: 1440px) {
  .root {
    padding: 8.125rem 0 4rem;
  }

  

}
@media screen and (max-width: 1100px) {
  article .contentWrapper {
    width: 300px;
  }
}
@media screen and (max-width: 1050px) {
  article .contentWrapper {
    width: 280px;
  }
  article h2 label::after {
    margin: 6px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    margin: 0 0 32px;
  }

 

  main {
    padding: 109px 0 0;
  }
  main::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("https://assets.codepen.io/8618172/illustration-woman-online-mobile.svg") no-repeat 0 0;
    width: 239px;
    height: 182px;
    z-index: 10;
    animation: none;
  }
  main::after {
    content: "";
    position: absolute;
    top: 107px;
    left: 50%;
    transform: translateX(-50%);
    background: url("https://assets.codepen.io/8618172/bg-pattern-mobile.svg") no-repeat 0 0;
    width: 239px;
    height: 182px;
    z-index: 8;
  }

  article {
    padding: 20px 23.5px 48px;
    background-color: white;
    background-image: none;
    min-width: 327px;
    margin-top: 60px;
  }
  article::before {
    display: none;
  }
  article h2 {
    font-size: 13px;
  }
  article h2:hover {
    color: #4a4b5e;
  }
  article h2 label::after {
    margin: 6px 0 0;
  }
  article .contentWrapper {
    width: 100%;
    margin-left: 0;
  }
  article input:active ~ h2 {
    color: #f47c57;
  }
}
/*# sourceMappingURL=styles.css.map */

.contentWrapper i{

    color:#f4b543;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 1em;
  padding: 2em;
}

.services-grid__category {
  max-width: 100%;
  min-width: 0px;
}

.greviews-grid__category:hover{
    box-shadow: 5px 5px 5px var(--two);
}

.greviews-grid__category {
    max-width: 100%;
    min-width: 0px;
    box-shadow: 5px 5px 5px var(--main);
    border-radius: 10px;
    border-top: 5px solid var(--two);
    border-left: 5px solid var(--two);  
}

.services-grid__category:nth-of-type(1) .slick-track {
  background: white;
}

.services-grid__category:nth-of-type(2) .slick-track {
  background: #E91E63;
}

.services-grid__category:nth-of-type(3) .slick-track {
  background: #9C27B0;
}

.services-grid__category:nth-of-type(4) .slick-track {
  background: #2196F3;
}

.services-grid__category:nth-of-type(5) .slick-track {
  background: #009688;
}

.services-grid__category:nth-of-type(6) .slick-track {
  background: #8BC34A;
}

.services-grid__category:nth-of-type(7) .slick-track {
  background: #FFC107;
}

.services-grid__category:nth-of-type(8) .slick-track {
  background: #FF9800;
}


.service__card img {
    margin:10px;
    max-width: 85%;
    height: 310px;
    object-fit: contain;
    width: auto;
    border: solid;
    /* border-color: #2bc716; */
    border-right: medium;
    border-radius: 20px;
    border: 1px solid #4687ed;
    padding: 10px;
    box-shadow: -5px 0px #4687ed;

}

.greviews .greviews_img {
    width: auto;
    height: 50px;
    border: solid;
    padding: 10px;
    box-shadow: 5px 5px 5px #f4b543;

}


@media screen and (min-width: 1000px) {

.service__card {
  color: #fff;
 
  display: inline-flex !important;
  
 
  
  max-width: 100%;
  min-width: 0px;

  background: white;
}

.greviews {
    color: #fff;
    display: inline-flex !important;  
    max-width: 100%;
    min-width: 0px;
    background: white;
}

}

 .service__caaard {
  color: #fff;
  text-align: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  min-width: 0px;
}



.rjjfkd h3{
 color:#666666;
    font-size:17px;
}


.rjjfkd h2{

    font-size:25px;
}










.progress_bar {
  
  width: 450px;
  max-width:80%;
  height: 15px;
  box-shadow: 0px 0px 4px #ffffffd1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.progress_bar:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    animation: progress-anime 10s ease-out infinite;
   background: linear-gradient(to right, #f4b543 0%,#4687ed 50%,#d2d2d2 50%,#f4b543 100%);
}

@keyframes progress-anime {
    0% {left: -100%;}
    75% {left: -5%;}
    85% {left: -5%;}
    95% {left: 0;}
}



.dsadsassdas {
text-align:right;

padding-left:20px;
color:black;
}

.rjjfkd p{
height:100px;
color:#666666;
}

.greviews_banner{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.greviews .greviews_p p{
    height: 85px;
    color: #666666;
    overflow-y: auto;
}

.dgfhggh i{


    color:#4687ed;
    font-size: 50px;
}


.dgfhggh {
    margin: 15px;
    text-align: center !important;
    
}

.dgfhggh h5{


    padding-top:15px;
}






.dfsdfggy{
    padding:30px;
}



.dfsdfggy i {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    color: #1266f1;
    border: solid px;
    padding: 10px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}




.loaduaa {
  
    border-radius: 8px;
    padding: 26px;
    /* border: solid; */
    /* width: 80%; */
    margin: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}



.loaduaa:hover{
 box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  
}

.loaduaa {
    transition: 0.3s;
    border-radius: 8px;
    padding: 26px;
    /* border: solid; */
    /* width: 80%; */
    margin: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.hospital_manage select {
    padding: 10px;
}

.form-controls {
    width: 100%;
    border: solid 1px #b0abab;
    color: #6b6565;
    border-radius: 4px;
}


.dvgfgfg p {
    height: 330px;
    overflow-y: auto;
    padding: 5px;


}

.TEAMphoto2 img {
    display: block;
    max-width: 328px !important;
    height: 360px;
}

.LeftRightBorder {
    border-right: 7px solid #4687ed;
    border-bottom: 7px solid #4687ed;
}

.card {
    border: 0;
    /*box-shadow: 0 2px 15px -3px rgba(0,0,0,.07),0 10px 20px -2px rgba(0,0,0,.04);*/
    /*margin: 5px !important;*/
}


.active a{
    color: #f4b543  !important;
}


.sectionSectionNew {
    padding: 35px 0 50px;
}


.sectionHomeP1 {
    padding: 35px 0 4px;
}

.sectionHomeW {
    padding: 35px 0 13px;
}

.dfsdfggy {
    padding: 5px 30px 0px 30px;
}

.rootNEWsec {
    width: 100%;
    min-width: 375px;
    min-height: 77vh;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.AboutSection1 {
    padding: 35px 0 18px;
}

.c {
    padding: 18px 0 35px;
}


.sectionAbout2 {
    padding: 11px 0 0px;
}


.sectionHmS {
    padding: 0px 0 50px;
}

.sectioncarreR {
    padding: 0px 0 50px;
}
.sectionPortfolio {
    padding: 0px 0 50px;
}
.sectiongoogleProm {
    padding: 30px 0 50px;
}
.service_boxx1{
        width: 400px;
    height: 237px;
}

._4i-s {
    padding: 12px 12px 0;
    word-wrap: break-word;
    height: 100px;
    overflow-y: auto;
}


.cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.iim{
    width: 60px;
    height: 60px;
}


.ccd{

    height: 564px;
    border-radius: 10px;
    /*padding: 0px;*/
}

/*.ccd1 {
    height: 564px;
    border-radius: 10px;
    padding: 0px;
}*/

.ffon{
    font-size: 18px;
    font-weight: bold;
    display: inline;
}

.card11{
    width: 400px;
}


.leadership-team {
    max-width: 1200px;
    margin: 0 auto;
}

.leadership-team h2 {
    font-size: 2.5em;
    color: #333;
}

.leadership-team p {
    font-size: 1.2em;
    color: #666;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.team-member {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px var(--two);
    padding: 20px;
    width: 18%;
    text-align: center;
}

.team-member img {
    width: 100%;
    border-radius: 50%;
}

.team-member p {
    font-size: 1em;
    color: #333;
    margin-top: 10px;
}

.newimg{
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.teamp{
    margin-top: -16px !important;
    color: #2196F3 !important;
}


@media only screen and (max-width: 700px) {
    .newimg {
        width: 100%;
        height: 120px;
    }

    .team-member {
        width: 47%;
    }

  .card11{
    width: 100%!important;
}


.aab{
    width: 100%!important;
}

.imgaab{
    width: 100%!important;
}

.ffon{
        font-size: 15px!important;
    font-weight: bold!important;

}
.asa {
    width: 100% !important;
}

}





.iffm{
    width: 100% !important;
    height: 450px;
    border: 0;
}

/* Hide the scrollbar handle (thumb) */
::-webkit-scrollbar-thumb {
  display: none;
}

/* Hide the track (background) of the scrollbar */
::-webkit-scrollbar-track {
  background: none;
}

/* Hide both the vertical and horizontal scrollbar track */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* For Firefox */
scrollbar-width{
scrollbar-width:  none;
} 
