@import url('https://fonts.googleapis.com/css2?family=Allan:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Turret+Road:wght@400;500;700;800&display=swap');
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

.centerflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.colwhite {
    color: #ffffff;
}

.flexcol {
    flex-direction: column;
}

.allan-regular {
    font-family: "Allan", serif;
    font-weight: 400;
    font-style: normal;
}

.spaceevnely {
    justify-content: space-evenly
}

.w100 {
    width: 100%;
}




.flexwarp {
    flex-wrap: wrap;
}

.textcenter {
    text-align: center;
}

/* Header Styles------------------------------------------- */
.headerborder {
    font-size: 1.2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.logo img {
    height: 75px;
    margin-right: 20px;
}

.activelink {
    color: brown;
}

.appbtn {
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
    position: relative;
    padding: 10px 20px;
    min-height: 50px;
    min-width: 140px;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.appbtn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: #1977cc;
    border-radius: 15px;
    transition: 0.3s all;
}

.appbtn:hover:after {
    left: -20px;
    right: -20px;
}

.headerfixd {
    position: sticky;
    top: 0;
    width: 100%;
}

.activeheder {
    background-color: #fff;
}

.header {
    z-index: 100;
    background-color: #fff;
}

@media only screen and (max-width: 867px) {
    .uselink {
        display: none;
    }

    .appbtn_lap {
        display: none;
    }

    .hedcenter {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mainland .mland {
        display: flex;
    }

    .mainland .moblink {
        margin-top: -15vh;
    }
}

@media only screen and (max-width: 576px) {
    .logo img {
        height: 60px;
    }

    .mainland .dland h2 {

        font-size: 68px;
    }

    .mainland .dland h1 {

        font-size: 42px;
    }

    .mainland .dland p {
        font-size: 22px;
    }

    .footers .max800 .intrologo {
        width: 100%;
        padding: 0px 30px;
        height: auto;
    }

    .footers .max800 .intrologo p img {
        width: 100%;
        padding: 0px 30px;
        height: auto;
    }

    .footers .max800 .phonecall h3 img {
        height: 36px;
        float: left;
        padding: 5px;
    }

    .footers .max800 .phonecall h3 {
        font-size: 22px;
        text-align: center;
    }

    .intrologo p {
        font-size: 18px;

    }

    .mainland .moblink {

        background-color: #ffffff;
    }

    .dland .home {
        margin-top: 10%;
    }

    .home-img img {
        width: 100%;
    }

    section {
        padding: 25px 3%;
    }
}

/* Main Landing Page Styles------------------------------------------- */

.mainland {


    min-height: 70vh;

    background: url('./img/bg.avif') no-repeat center;
    background-size: cover;

    box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.6);

}


.mland {
    display: none;
}




:root {
    --main-color: #16B978;
    --second-color: #081B54;
}

section {
    padding: 50px min(5%, 5em);
}

a {
    text-decoration: none;
}

.row {

    margin: 0 !important;
    padding: 0 !important;
  }



/* Home Section */
.home {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 1rem;

}

.home-text {
    flex: 1 1 17rem;
}

.home-text span {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #081B54;
    padding: 1rem 5rem;
    border-radius: 25px;

}

.home-text h1 {
    font-size: 5rem;
    color: #ffffff;
}

.home-text p {
    padding: 20px 0px;
    font-size: 1.8rem;
}

.home-img {
    flex: 1 1 17rem;
    width: 50%;

}

.home-img img {
    border-radius: 30% 70% 70% 30% / 30% 34% 66% 70%;

}

.btnmore {
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    transition: .3s;
}

.btnmore:hover {
    letter-spacing: 2px;
    color: #FFF;
    background: #081B54;
}






/*=======================
Start Fun Facts CSS
=========================*/

.fun-facts.section {
    padding: 25px 0;
}

.fun-facts {
    position: relative;
    background-color: #081B54;
}

.single-fun {
    position: relative;
    display: flex;
    ;
}

.fun-facts .single-fun i {
    position: relative;
    font-size: 62px;
    color: #fff;
    font-weight: 100;
    line-height: 72px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;


}

.fun-facts .single-fun .content {
    padding-left: 20px;
}

.fun-facts .single-fun span {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s eas;
    display: block;
}

.fun-facts .single-fun p {
    color: #fff;
    font-size: 15px;
}

/*===================
End Fun Facts
=====================*/

/*===================
Why choose CSS
=====================*/
.why-choose .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.why-choose .choose-left h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #1a76d1;
}

.why-choose .choose-left p {
    margin-bottom: 35px;
}

.why-choose .choose-left .list li {
    list-style: none;
}

.why-choose .choose-left .list li:last-child {
    margin-bottom: 0px;
}

.why-choose .choose-left .list li i {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #1a76d1;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    padding-left: 2px;
    margin-right: 16px;
}

/* Start Faq CSS */
.why-choose {
    background: #fff;
}

/*=======================
End Why choose CSS
=========================*/

#myVideo {
    width: 100%;
    height: 100%;

}



.services {
    position: relative;
    background-color: #f7f7f7
}

.single-item {
    margin: 15px;
    ;
}

.single-item img {
    width: 100%;
    position: relative;
}

.item {
    position: relative;
    padding: 10px;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shape-left-top {
    position: absolute;
    left: 0;
    opacity: 0.3;
    top: 0;


}

.shape-right-top {
    position: absolute;
    right: -120px;
    top: -120px;
    content: "";
    height: 300px;
    width: 300px;
    background: url(./img/dotted-shape.png);
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.choose-right {
    position: relative;
}

.video-image {
    position: relative;
}

.info {
    background-color: #FFF;
    margin-top: -10%;
    position: relative;
    width: 80%;
}


.ft22 {
    font-size: 22px;
}

h2 {
    font-family: "Poller One", serif;
    color: #2C2D3F;
    ;
}

.shape-right-bootom {
    position: absolute;
    right: 0;
    opacity: 0.4;
    bottom: 0;

}

.header-info {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5vw;
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    /* Optional: Add a background color */
}
.header-info a{
    text-decoration: none;
    color: #000;
}
.hide {
    display: none;
}

a {
    color: black;

}

.planscio {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

@media only screen and (max-width: 576px) {
    .header-info {
        flex-direction: column;
    }

    .planscio {
        width: 100%;
    }

    .shape-right-top {
        display: none;
    }
}

.br {
    border: 1px solid red;
}

.hospitalimg {
    width: 100%;
}

.hospitalimg img {
    width: 100%;
}

.abouthospital {
    position: relative;

}

.info-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-left: -100px;
    margin-top: 100px;
    background-color: #FFF;
    padding: 20px;
    width: 80%;
}

@media only screen and (max-width: 576px) {
    .info-box {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        margin-left: 0px;
        margin-top: -100px;
        background-color: #FFF;
        padding: 20px;
        width: 80%;
    }

    .inbox {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-text span {

        padding: 0.5rem 2rem;


    }

    .shape-left-top img {
        width: 100%;
    }

}
.uselink a{
    text-decoration: none;
}

.uselink .blak {
    color: black;
}

.uselink .blak:hover {
    color: brown;
    border-bottom: 2px solid black;
}

/* Footer Styles------------------------------------------- */

.cpwrt {
    background-color: #2C2D3F;
}

.intrologo p {
    text-align: justify;
}

.footers {

    background-color: #EEF7FC;
}

h2>div {
    position: absolute;
    left: 30%;
    width: 40%;
    height: 2px;
    background-color: #16B978;
}

.galerylayout {
    width: min(1600px, 90%);
    margin: 0 auto;
    columns: 3 300px;
    column-gap: 1em;

}

.galerylayout img {
    width: 100%;
    margin-bottom: 1em;
}