body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: Arial, sans-serif;
    color: #434343;
}
.container{max-width: 1100px;}

/* Header */

.navbar {
    background-color: rgba(238, 239, 240, 0.8);
    /* background-color: #eeeff0; */
}
.footer-column {line-height: 18px;}

.navbar-brand {
    margin-right: 10rem;
}
.nav-item.dropdown .dropdown-item{color: #103763;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;}
.navbar .navbar-nav .nav-link {
    color: #103763;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav.flex-column.foottitles li{margin-bottom: 5px;}
a.nav-link.btncls:hover{color: #cc0000!important;
    background: #fff; border: 1px solid #cc0000;}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #cc0000 !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #073763;
}

a.nav-link.btncls {
    color: #fff!important;
    background: #cc0000;
    padding: .5rem 3rem!important; border: 1px solid #cc0000;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding:1.5rem 11px 1.5rem;
    }
}


/* Header */


/* Hero section */

.heromain {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.form-main textarea.form-control{height: 65px;}
.form-main .form-control {
    background: #D9D9D9;
    border: 0px;
    height: 55px;
    border-radius: 0;
    font-size: 18px;
}
.blue-light{background: #D0E0E6; padding: 30px;}
.blue-light .form-control {
    background: #fff;
    border: 0px;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
}
.blue-light textarea{height:100px !important;}
h2.red{color: #CC1009 !important;}
.telehealth span{font-size: 22px; color: #434343; text-align: left;}
.rd-large p{font-size: 38px; color: #CC1009; line-height: 45px; font-family: 'Playfair Display', serif; font-weight: 600;}
.header-bg.header-bg1{ background-image: url(../images/hero1.jpg);}
.header-bg.header-bg2{ background-image: url(../images/hero2.png);}
.header-bg.header-bg3{ background-image: url(../images/hero3.png);}
.header-bg.header-bg4{ background-image: url(../images/hero4.png);}
.header-bg.header-bg5{ background-image: url(../images/hero5.png);}
.header-bg.header-bg6{ background-image: url(../images/hero6.png);}
.header-bg.header-bg1 .herosection .herotitle, .header-bg.header-bg2 .herosection .herotitle, .header-bg.header-bg4 .herosection .herotitle{color: #103763;}
.header-bg{ background-image: url(../images/hero.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;}

.herosection .herotitle {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #CC1009;
    margin-bottom: 50px;
}
.blue-c{color: #1A5493 !important;}
.aboutdetail1 p{margin-bottom: 5px; color: #434343; font-size: 18px;}
.aboutdetail1 p a{color: #434343; font-size: 18px;}
.access.telehealth.con-main{background: #D9D9D9; padding: 50px 0px;}
.access.telehealth.con-main p{font-size: 15px;}
.access.telehealth.con-main .pl-0{padding: 0px; margin-bottom: 30px;}
.btn.schedulebtn {
    background-color: #CC1009;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 2rem;
}
.btn.schedulebtn:hover{color: #cc0000!important;
    background: #fff;
    border: 1px solid #cc0000;}


/* Hero section */


/* Expertsection */

section.expertsection {
    padding: 90px 0px;
}

.maintitle h2 {
    font-size: 43px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #20124D;
    margin-bottom: 30px;
}

.expertdetail p {
    font-size: 16px;
    font-weight: 400;
}


/* Expertsection */


/* Access Section */

section.access {
    padding: 90px 0px;
    background: #D0E0E6;
}

section.access .row {
    width: 100%;
}

.first_access,
.second_access,
.fourth_access,
.fifth_access {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: space-around;
}

.first_access {
    background: #1A5493;
}

.second_access {
    background: #999999;
}

.fourth_access {
    background: #CC1009;
}

.fifth_access {
    background: #9EC5DE;
}

.first_access span {
    color: #fff;
}

.access_colum {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: space-around;
    padding: 0px 20px;
}


/* Access Section */


/* Our Partner Section */

.ourpartner {
    padding: 90px 0px;
}

.part_img img {
    width: 100%;
}

/* .logo_images img.img-fluid {
    max-width: 160px;
    height: auto;
    min-width: 160px;
} */

.logo_images li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
    width: 13%;
    border: 1px solid #ddd;
}


/* Our Partner Section */


/* FOOTER */

footer {
    background: #103763;
    padding: 40px 25px;
}

footer ul.nav li.nav-item span.address,
footer ul.nav li.nav-item span.phone {
    color: #fff;
    margin-top: 22px;
    display: block;
}

footer ul.nav li.nav-item span.address {
    font-weight: 400;
    font-size: 12px;
}

footer ul.nav li.nav-item span.phone {
    font-weight: 400;
    font-size: 12px;
}

span.copyright.quick-links {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

span.footertrm a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

span.footer-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}

footer a.nav-link {
    padding: 0.7rem 0rem 0.2rem;
    color: #fff;
}

footer a.nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-title a {
    padding: 0.5rem 0px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.footer-title a:hover {
    text-decoration: underline;
}


/* ABOUT SECTION */

.aboutmain .herotitle {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #20124D;
}

section.aboutmain {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D0E0E6;
}

.aboutdetail .maintitle h2 {
    font-size: 43px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    color: #cc0000;
    margin-bottom: 50px;
}

.aboutdetail .btn.schedulebtn {
    margin-top: 20px;
}

.addresses {
    padding: 90px 0px;
    background: #EFEFEF;
}

.address_main h2 {
    font-size: 34px;
    font-weight: 500;
    color: #20124D;
    margin-bottom: 21px;
}

.namegrp {
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
}

.address_main p {
    font-size: 18px; margin-bottom: 0;
}

/*
* Always set the map height explicitly to define the size of the div element
* that contains the map.
*/
#map {
    height: 300px;
}

.controls {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    margin-left: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

.controls:focus {
    border-color: #4d90fe;
}

.title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5em;
}
.fc .fc-toolbar-title {
    font-size: 20px;
    margin: 0;
}
.btn {
    font-weight: 500 !important;
}
.fc .fc-daygrid-event {
    margin-top: 1px;
    z-index: 6;
    cursor: pointer;
}
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner:hover {
    cursor: pointer;
}
.btn-outline-primary {
    color: #cc0000;
    border-color: #cc0000;
}
.btn-outline-primary:hover {
    background-color: #cc0000;
    color: #fff;
    border-color: #cc0000;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}
.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65;
    border-color: #cc0000;
}
.telehealth-slots .btn{
    border-radius: 0;
}
.dropdown-menu {
    z-index: 9999 !important;
}
