﻿body {
}
p{
    font-size:18px;
    font-weight:400;
}
.main-banner {
    height: 90vh;
    background: url(../img/2.jpg) no-repeat top right;
    background-size: cover;
    padding-top: 90px;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}
.main-banner h2{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #474747;
}
.main-banner p{

}
.main-banner ul{
    list-style:none;
    margin:0;
    padding:0;
}
.main-banner ul li{
    display:inline-block;
    text-align:center;
        min-width: 110px;
        border-right: 1px solid #d8d8d8;
}
.main-banner ul li div{
        width: 80px;
    height: 80px;
    background-color: #fff;
    border:5px solid #e7e7e6;
    border-radius: 50%;
    position:relative;
    text-align:center;
    margin: auto;
}
.main-banner ul li div i{
        font-size: 30px;
    line-height: 70px;
    color: #119F74;
}
.main-banner ul li h6{
    margin:0;
    font-size:17px;
}
.main-banner ul li p{
    margin:0;
    font-size:17px;
}
.BnrFormSctn{
    margin-top: -50px;
}
.BnrTopTitle{
    background-color:#0eb582;
        height: 50px;
    padding: 14px;
    text-align: right;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}
.BnrTopTitle h4{
        /*color: #fff;*/
        font-weight:600;
    font-family: 'Poppins', sans-serif;
        font-size: 20px;
}
.BnrFormBox{
    border-radius: 5px 0 5px 5px;
    box-shadow: 6px 5px 25px rgb(0 0 0 / 8%);
    background: url(../img/4.png) no-repeat bottom left;
    background-size: 37%;
    background: -moz-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#119970),color-stop(100%,#0eb582));
    background: -webkit-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: -o-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: -ms-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: linear-gradient(0deg,#0eb582 0,#119970 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#119970', endColorstr='#0eb582', GradientType=0);
    position:relative;
}
.BnrFormBox::before{
    content:'';
    background: url(../img/4.png) no-repeat bottom left;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38%;
}
.BnrFrmOutr{
    
}
.TOptn{
    margin:0;
    padding:0;
}
.TOptn li{
    position:relative;
    list-style:none;
        margin-bottom: 15px;
        padding-left: 30px;
        font-size: 17px;
        color:#fff;
}
.TOptn li::before{
    content:'\f00e';
    font-family:icofont;
    width: 20px;
    height: 20px;
    background-color: #353535;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 22px;
    line-height: 20px;
}
.TOptn-right{

}
.TOptn-right li{
    position:relative;
    list-style:none;
        margin-bottom: 15px;
        padding-right: 30px;
        font-size: 17px;
}
.TOptn-right li::before{
    content:'\f00e';
    font-family:icofont;
    width: 20px;
    height: 20px;
    background-color: #03D4A3;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 22px;
    line-height: 20px;
}
.topBar{
        /*padding: 5px 0;*/
        background: -moz-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#119970),color-stop(100%,#0eb582));
    background: -webkit-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: -o-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: -ms-linear-gradient(90deg,#0eb582 0,#119970 100%);
    background: linear-gradient(0deg,#0eb582 0,#119970 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#119970', endColorstr='#0eb582', GradientType=0);
    /*border-bottom: 2px solid #ececec;*/
}
.MainLogo img{
	max-height: 45px;
    margin-top: 5px;
}
.MainLogo a{
    display:inline-block;
    background-color:#FEFEFE;
    padding: 5px 10px;
}
header{
    background-color:#9E0036;
}
.MenuSocial{

}
.MenuSocial ul{

}
.MenuSocial ul li{
    display:inline-block;
}
.MenuSocial ul li a{

}
.MenuSocial ul li a:hover{

}

.SocialTopBar ul{
    margin:0;
    padding:0;
        height: 60px;
}
.SocialTopBar li{
    display: inline-flex;
        margin-right: 10px;
        position: relative;
        vertical-align:middle;
}
.SocialTopBar .media img{
        max-height: 45px;
}
.SocialTopBar .media-body{
    text-align:left;
    font-weight:700;
        /*padding-top: 8px;*/
}
.SocialTopBar li:last-child{
        margin-right: 0;
            width: 210px;
    height: 60px;
}
.SocialTopBar li:last-child a{
        height: 45px;
    line-height: 42px;
    position: absolute;
    padding: 0;
    margin-top: 8px;
}
footer{
    background:url(../img/footer-bg-3.png);
    background-color: transparent;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding:140px 0 0 0;
}
footer::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/footer-shape.png);
    opacity: 0.05;
    background-size: cover;
    background-position: center;
}
footer img{
    max-height:50px;
    margin-bottom:30px;
}
footer ul{
    list-style:none;
}
footer ul li{
    display:inline-block;
    margin: 5px;
}
footer ul li a{
    color: gray;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration:none;
}
footer ul li a:hover{
    text-decoration:none;
}
footer p{
    color: gray;
}
.copyright{
    border-top: 1px solid #4b4848;
    margin-top: 50px;
}
.copyright p{
    color: gray;
    margin: 20px 0;
}

.SrvBox{
    margin-top:10px;
        margin-bottom: 10px;
        background-color: #fff;
    padding: 10px;
    transition:0.5s;
    /*border:3px solid #fafafa;*/
    border: 1px solid #dddddd;
    display:block;
    font-size: 16px;
    border-radius: 15px;
}
.SrvBox:hover{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
text-decoration:none;
}
.SrvBox img{
        max-height: 50px;
    margin-top: 5px;
}
.SrvBox span{
        display: block;
    font-weight: 600;
    margin-top:10px;
    color: #4b4a4a;
}
.HsptlBox{
    /*background-image:url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;*/
    position:relative;
    background-color:#109E73;
}
.HsptlBox::before{
    content:'';
    /*background-color:#0e8964;*/
    background-color:#282828;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 100%;
        opacity: 0.9;
}
.HospitalList{

}
.HospitalList ul{
    margin:0;
    padding:0;
    list-style:none;
}
.HospitalList ul li{
    display:inline-block;
        border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    transition: all 1s;
    background-color: #fff;
}
.HospitalList ul li:hover{
     border: 1px solid #434c73;
	transform: scale(1.025);
    transition: all 0.5s;
    cursor:pointer;
}
.HospitalList ul li img{
    max-height: 35px;
}
.carousel-caption i{
        font-size: 70px;
    color: #505151;
    margin-bottom:20px;
    display:inline-block;
}
.carousel-caption p{
    font-weight:300;
}
.accordion a{
    color: #138f6a !important;
    font-size: 18px;
    font-weight: 600;
}
.OfferListBox{

}
.OfferListBox ul{
    margin:0;
    padding:0;
    text-align:center;
}
.OfferListBox ul li{
    list-style:none;
    display: inline-block;
    text-align:center;
    padding: 10px;
        width: 24%;
        vertical-align: top;
}
.OfferListBox ul li p{
        /*font-weight: 600;*/
    font-size: 18px;
    margin-top:20px;
}
.OfferListBox ul li div{
    position:relative;
    width: 150px;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 50%;
        margin: auto;
            border: 1px solid #cfcfcf;
            transition:0.5s;
}
.OfferListBox ul li div:hover {
    background-color: #109E73;
    cursor:pointer;
}
.OfferListBox ul li div img{
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 60px;
    max-height: 60px;
    margin: auto;
}
.abtSctn{
    position:relative;
    background-color: #ecf6ff
}
.abtSctn::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/footer-shape1.png);
    opacity: 0.07;
    background-size: cover;
    background-position: center;
}
.CstmHeadTitle{
    font-size: 30px;
    font-weight: 800;
    color: #3d3c3c;
    font-family: 'Poppins', sans-serif;
}
.apntmntsctnInnT h4{
    font-size:20px;
}
#loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4f4f4fb5;
    z-index: 9999;
}
#loader div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 105px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}
#loader div span{
     display:block;
}
@media(max-width:992px){
    .SocialTopBar li:first-child{
        display:none;
    }
    .main-banner{
        padding-top:30px;
    }
    .main-banner ul li div{
        width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #e7e7e6;
    }
    .main-banner ul li div i{
            font-size: 20px;
    line-height: 48px;
    }
    .main-banner ul li h6,.main-banner ul li p{
            font-size: 14px;
    }
    .main-banner ul li{
            min-width: 88px;
    }
    .main-banner h2{
        font-size: 20px;
    }
    .main-banner{
        height:initial;
        padding-bottom:30px;
    }
}
@media(max-width:768px){
    .OfferListBox ul li{
            width: 49%;
    }
    .OfferListBox ul li p{
            
    }
    .OfferListBox ul li div{
            width: 100px;
    height: 100px;
    }
    .OfferListBox ul li div img{
              max-width: 50px;
    max-height: 50px;
    }
     .main-banner{
         /*background:#F2F1EF;*/
         background-color:#F2F1EF;
         background-size:100%;
         background-position:bottom right;
     }
     .BnrFormSctn{
         background: url(../img/4.png) no-repeat bottom left;
        background-size: 37%;
        background: -moz-linear-gradient(90deg,#0eb582 0,#119970 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#119970),color-stop(100%,#0eb582));
        background: -webkit-linear-gradient(90deg,#0eb582 0,#119970 100%);
        background: -o-linear-gradient(90deg,#0eb582 0,#119970 100%);
        background: -ms-linear-gradient(90deg,#0eb582 0,#119970 100%);
        background: linear-gradient(0deg,#0eb582 0,#119970 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#119970', endColorstr='#0eb582', GradientType=0);
        position:relative;
        margin-top:0;
        padding-top:20px;
     }
     .BnrFormSctn::before{
         /*content:'';*/
        background: url(../img/4.png) no-repeat bottom left;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 38%;
     }
     .BnrFormBox{
         background:initial;
         box-shadow:initial;
     }
     .BnrFormBox::before{
         background:initial;
     }
     .BnrTopTitle{
         text-align:center;
         background:initial;
     }
     .HsptlBox::before{
         background:initial;
     }
}