@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #222;
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323a45;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

.navbar-brand {
    width: 455px;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.bg-light {
    background-color: #ffffff !important;
}


ul {
    margin: 0;
    list-style-type: none;
}

li {
    display: inline-block;
}

.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}




.banner-area .box-table {
    height: 160px;
    display: table;
    width: 100%;
}

.banner-area.shadow.dark .form-info::after {
    background: #1f73bc none repeat scroll 0 0;
}



.banner-area .form-info::after {
    background: #323a45 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


button.btn.btn-primary {
    background: #1f5faa none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 13px 30px;
    text-transform: capitalize;
}


img.about-images-bar {
    margin-left: 36px;
    border-radius: 9px;
    width: 520px;
}

.banner-area .form-info {
    width: 375px;
    margin-top: 45px;
    margin-bottom: 45px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.about-area .default.info h3 {
    color: #203A88;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-area .default.info h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

p {
    text-align: justify;
    font-family: 'Jost', sans-serif;
    font-size: 16;
    color: #222;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.btn.btn-light {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
    font-family: 'Jost', sans-serif;
    background: #203A88 none repeat scroll 0 0;
    border: 2px solid #203A88;
    color: #ffffff;
}




.banner-area.text-small .content h1 {

    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0px;
    text-shadow: 3px 3px 0px #222;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.banner-area {

    height: 100%;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.navbar {
     z-index: 9999;
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar-expand-sm .navbar-nav {
    margin-left: 0px;

}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fffffffa;
    border: 1px solid #000000e8;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

a.nav-link {
    text-transform: uppercase;
   color: #004ca0 !important;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 35px 15px;
    /* text-transform: capitalize; */
}



.btn.circle {

    border-radius: 30px;
}

.facility {
    background-color: #f9f9f9;
}

.facility-heading h2 span {
    color: #203A88;
}


.facility-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.facility-heading h4 {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.facility-heading h4::before {
    background: #1f5faa none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.equal-height {
    margin-bottom: 30px;
}

.item {
    border-radius: 10px;
    background: #ffffff none repeat scroll 0 0;
    border: medium none;

}

.item {
    background: #ffffff none repeat scroll 0 0;

    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding-bottom: 14px;
    padding-top: 25px;
    position: relative;
    z-index: 1;

}



.same-height {
    margin-bottom: 30px;
}

.item h4 {
    color: #2e318c;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.facilities-images-bar {
    margin-bottom: 15px;

}

.item:hover i,
.item:hover h4,
.item:hover p {
    color: #2e318c !important;
}

.item i,
.item h4,
.item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}


.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.admission-heading {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: normal;
}

.enquiry-heading {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.contact-heading {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.address-list .icon {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #1f5faa;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 15px;
    text-align: center;
    width: 50px;
}

.contact-deatils {
    color: #203a88;
    font-weight: 600;
    font-size: 18px;
    margin-top: 12px;
    margin-left: -35px;
}

.social-icons li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}

.social-icons li.facebook a {
    background-color: #3b5998;
}

.social-icons li.youtube a {
    background-color: #df4a32;
}

.social-icons li.instagram a {
    background-color: #cd486b;
}

footer .footer-section {
    background: #047982 none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
}


.text-right.link {
    text-align: end;
}

footer .footer-section p {
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    line-height: 40px;
}

.head1 {

    background-color: #203A88;
}

.download-btun {
    color: yellow;
}

.list-text {
    /* width: 462px; */
    line-height: 27px;
    font-weight: bold;
    text-align: left;
    font-size: 17px;
    /* list-style: disc; */
}

i.fa-solid.fa-caret-right {
    padding: 1px;
    color: #ffef00;
}

.facilities-images-bar {
    margin-bottom: -18px;
}

.item:hover .facilities-images-bar {
    border-radius: 5px;
    border: 6px solid white;

}

i.fas {
    margin-right: 10px;
    background-color: #047982;
    color: white;
    padding: 10px;
    border-radius: 50%;
}

img#wtspp {
    border-radius: 50px;
    width: 53px;
    right: 35px;
    position: fixed;
    bottom: 170px;
    z-index: 999;
}

img#cal-gif {
    border-radius: 50px;
    width: 80px;
    right: 20px;
    position: fixed;
    bottom: 80px;
    z-index: 99;
}

h3.welcome-content {
    color: #f0aa00 !important;
    font-size: 20px;
}

a.facility-btn {
    font-weight: 600;
    text-decoration: none;
    color: red;
}

.vision-content {

    padding: 20px;
    color: #fff;
}

.custom-bullet {
    list-style: none;
    padding-left: 0;
}

.custom-bullet li::before {
    content: "\f0da";
    /* Unicode for fa-caret-right */
    font-family: "Font Awesome 6 Free";

    margin-right: 8px;
}

/* 
.mission-setion {
    background-color: red;
} */

.top-section-content {

    color: #fafafa;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

@media (max-width: 425px) and (min-width: 320px) {
    .top-section-content {
        text-align: center;
        color: #fafafa;
        font-size: 13px;
        font-weight: 600;
        padding-top: 10px;
    }

    footer .footer-section p {
        text-align: center;
        color: #ffffff;
        margin: 0;
        text-transform: capitalize;
        line-height: 40px;
    }

    .vission-haeding {
        margin-left: 1px !important;
        padding-top: 59px !important;
        text-align: justify;
    }
}

@media (max-width:768px) and (min-width: 426px) {

    a.nav-link {
        text-transform: uppercase;
        color: #004ca0 !important;
        font-family: 'Jost', sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.04em;
        padding: 35px 15px;
        /* text-transform: capitalize; */
    }

    .facilities-images-bar {
        width: 107px;
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .banner-area.text-small .content h1 {
        margin-left: 337px;
        color: #fff;
        font-family: 'Jost', sans-serif;
        font-weight: 800;
        font-size: 35px;
        line-height: 50px;
        letter-spacing: 0px;
        text-shadow: 3px 3px 0px #222;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

    .vission-haeding {
        margin-left: -26px !important;
        padding-top: 38px !important;
        text-align: justify;
    }
}

@media (max-width:600px) and (min-width: 430px) {
    .navbar-expand-sm .navbar-nav {
        margin-left: 0 !important;
    }

    .banner-area.content-double .double-items {
        margin-left: -165px;
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }

    .banner-area.text-small .content h1 {
        display: none !important;

    }

    a.nav-link {
        color: black !important;
        font-family: "Jost", sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.06em;
        padding: 5px 5px;
        text-transform: capitalize;
    }

    a.nav-link {
        color: black !important;

    }

    .navbar-brand {
        width: 360px !important;

    }

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }
}



@media (max-width: 1024px) and (min-width: 769px) {
    img.about-images-bar {
        margin-left: -41px;
        border-radius: 9px;
        width: 498px;
    }
}

@media (max-width: 1440px) and (min-width: 1026px) {
    img.about-images-bar {
        margin-left: -8px;
        border-radius: 9px;
        width: 566px;
    }
}

@media (max-width:2560px) and (min-width: 1450px) {
    img.about-images-bar {
        margin-left: 87px;
        border-radius: 9px;
        width: 533px;
    }
}


.vission-haeding {
    margin-left: -62px;
    padding-top: 50px;
    text-align: justify;
}

.vission-images img {
    padding: 23px;
}

.vissionsection-details {
    border-radius: 10px;
}

.item.text-center a img {
    border-radius: 10px;
    width: 315px;
    padding-bottom: 22px;
}

.contact-deatils a {
    color: #212529;
}

iframe {
    border-radius: 10px;
}

.footer-section a {
    color: white;
}


div#about h4 {
    font-weight: 600;
    font-size: 24px;
}

.item.text-center i {
    padding: 15px;
    border: 1px solid #203a88;
    font-size: 41px;
    color: #203a88;
    background-color: white;
}




.broucher-Pharmacy {
    margin-left: -47px;
    z-index: 99;
    font-size: 17px;
    color: #1b716d;
    line-height: 1.33;
    font-weight: bold;
    cursor: pointer;
    position: fixed !important;
    transform: rotate(270deg) !important;
    top: 58% !important;
    background-color: rgb(32 58 136) !important;
    border-radius: 5px;
    padding: 8px 19px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.broucher-Pharmacy a {
    text-decoration: none;
    color: white;
}

.navbar-expand-sm .navbar-nav {
    margin-left: 0px;
}

.contact-deatils a {
    color: #203a88 !important;
}
li.nav-item {
    padding-right: 13px !important;
}

.contents img {
    width: 100%;
}