html,
body {
    height: 100%;
}

body {
    color: #212226;
	font-family: "raleway", "sans-serif";
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "raleway", "sans-serif";
}

p {
    font-family: "open sans";
    font-weight: 400px;
    line-height: 24px;
    font-size: 13px;
}
.navbar{
    border-bottom: solid 2px #475268;
}

.navbar-brand{
    color: #BABABA;
    font-size: 32px;
    font-weight: normal;
    font-family: sans-serif
}
.navbar-brand:hover{
   color: #BABABA; 
}
.navbar-brand span{
    color: #F4726E;
}
.nav-link{
    color: #475268;
    margin-right: 2px;
}
.navbar-nav .active{
  background: #F77B6F;
  border-radius: 5px;
  color:#fff;
  padding: 10px;
}
.nav-link:hover{
    background: #F77B6F;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.nav-link:focus{
      background: #F77B6F;
    color: #fff;
    padding: 10px;
    border-radius: 5px; 
}
.navbar-toggler .fa{
    padding: 3px;
    border:1px solid #333;;
    border-radius: 2px;
}
/*
.scrollTop{
    background: #fff;
}
*/
#header{
    background-position: center;
    position: relative;
    background-size: cover;
    margin-bottom: 35px;
}
.home-content{
    margin-top: 40%;
}
.pt-2{
    padding-top: 20px;
}
.pt-3{
    padding-top: 30px;
}
.pb-2{
    padding-bottom: 20px;
}
.pb-3{
    padding-bottom: 30px;
}
.mt-2{
    margin-top: 20px;
}
.mt-3{
    margin-top: 30px;
}
.mt-5{
    margin-top: 50px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 30px;
}
.home-content h1{
    font-family: sans-serif;
      color: red;
}
.home-content h6{
    text-align: center;
    color: #ddd;
    font-size: 22px;
    font-weight: bold;
}
#hospital-management .card{
    background: #d2effb;
    color:#333;
    font-size: 42px;
    border:0px;
    text-align: center;
}
#hospital-management .card-content{
    padding: 20px;
}
#hospital-management .card-content h6{
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: serif;
    text-align: center;
}
#hospital-management  .card .fa{
    color: #F77B6F;
}
#hospital-management  .card:hover{
    background: #F8D347;
    color: #fff;
    cursor: pointer;
}
#hospital-management  .card:hover .fa{
   
}
#hospital-management  .card-2nd:hover{
    background: red;
    color: #fff;
    border-radius: 5px;
}
#hospital-management  .card:hover .fa{
    color: #fff;
    transform: scale(1.5);
    transition: all ease 0.3s;
   
} 
.modal{

}
.modal-body{
    background: #009988;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.modal-body h4{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 20px;
}
.modal-body label{
    color:#fff;
    margin-top: 10px;
}
.modal-body .row{
    margin: 10px 0 0;
}
#service{
    background: #EBF5F9;
}
#service h1{
    font-size: 32px;
    font-family: sans-serif;
    color: #F77B6F;
    line-height: 50px;
}
#package .card{
    background: #EEEEEE;
}
#package .card p{
    border-bottom: 1px dotted;
    padding: 2px;
    margin: 10px;
}
#package .btn{
    background: #ACACAC;
    border: 0px;
}
#footer{
    background: #475268;
}
#footer h4{
    font-size: 21px;
    font-weight: bold;
    color:#fff;
}
#footer p{
    color: #fff;
}
.contact-info span a{
    color:#D6F3FF;
    text-decoration: none;
}
.contact-info span a:hover{
    text-decoration: underline;
}
.copyright{
    margin-left: 50px;
}
.cube{
    position: absolute;
     content: '';
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid  #505B71;;
    top: 40px;
    left: 50px;
    
}
.latest-tweet .row{
    background: #505B71;
    border-radius: 5px;
    padding: 10px;
    
}
.latest-tweet .fa{
    font-size: 32px;
    line-height: 50px;
    color:#00ADEF;
}
.shape{
    margin-top: 30px;
   
 border-radius:5px;
}
.shape p{
    padding: 5px;
    margin-bottom: 0px;
}
.shape span{
     color:#00ADEF;
}
.social-icon ul{
    list-style: none;
    
}
.social-icon ul li{
    float: left;
    width: 60px;
    height: 60px;
     
    margin-right: 10px;
   
}

.social-icon ul li  a{
    background: #505b71;
    display: block;
    text-align: center;
    padding: 5px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
   
}
.social-icon ul li:first-child:hover a{
    background: #3A5896;
    transition: all ease 0.2s;
}
.social-icon ul li:nth-child(2):hover a{
    background: #D74A37;
     transition: all ease 0.2s;
}
.social-icon ul li:nth-child(3):hover a{
    background: #5BA5D8;
     transition: all ease 0.2s;
}
.social-icon ul li:last-child:hover a{
    background: #F80000;
     transition: all ease 0.2s;
}
.social-media h4{
    margin-left: 40px;
}
.modal-footer {
                position: absolute;
                float: right;
                top: 0px;
                right: -15px;
                height: 20px;
                width: 50px;
                border: none;
            }
            .modal-footer button{
                color: #fff;
            }
            .labtest{
                background: #e0a800;
                border: 1px solid #d39e00;
            }
            .ambulance{
                background: #dc3545;
                border: 1px solid #dc3545;
            }

.slider-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-slider.style-one {
    margin: 0px;
}
.flexslider{
    margin: 0px;
    padding: 0px;
    border: none !important;
}
.flexslider1 li{
  margin-right: 1px;
}
.flexslider .flex-control-nav{    
    bottom: 10px;
}
.flexslider1 .flex-control-nav {    
    bottom: 0px;
}
.slider-container .flexslider .flex-control-nav {    
    display: none;
}
.flex-control-paging li a {
    background:#E34B25 !important;
}
.flex-control-paging li a.flex-active {
    background: #E34B256e !important;
}
.flex-direction-nav a{
    padding: 7px 3px 7px 12px;
    background: #000;
    border-radius:50px;
}
.flex-next{padding-right: 10px !important;}
.flex-direction-nav a::before {
    font-size: 18px !important;
    display: inline-block;
    content: '\f001';
    color: #fff;
}

.flex-direction-nav a:hover{
    background: #E34B25 ;
}
.flexslider .slider-content{
    visibility:visible;
    position:absolute;
    width:85%;
    top:37%;
    left:8%;
    text-align: center;
}
.flexslider .slider-content h2 {
  color: #d2effb;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}
.flexslider h6 {
  color: #f77b6f;
  margin-top: 10px;
  margin-bottom: 37px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.flexslider .slider-content ul li {
  display: inline-block;
  margin-right: 15px;
}
.modal-body .content{
    font-size: 14px;
    font-weight: 600;
    color: #a3c9f2;
}
#login .modal-dialog{
    max-width: 450px;
}
.deskview{display: none;}
.appt-btn .col-md-3{width:24%;}
.modalform{
    padding: 5px;
    margin-top: 20px;
    background: #10c4b0;
    border: solid 1px #fff;
    border-radius: 10px;
}
@media(min-width:350px) and (max-width:767px){
.mobview{display: none;}
.slider-content h2{
    font-size: 30px !important;
    line-height: 35px !important;
}
.slider-content h6{font-size: 20px;}
.deskview{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#hospital-management h1{
    font-size: 1.7rem;
}
#service .mt-5{
    margin-top: 0px;
}
.navbar-toggler{
    display: none;
}
.fixed-top{
    height: 80px;
}
.largeview{
    display: none;
}
.smallview{
    display: block;
}
.copyright{
    width: 100%;
    margin-left: 0px;
    text-align: center;
}
}
@media(min-width:768px) and (max-width:1920px){
.largeview{
    display: block;
}
.smallview{
    display: none;
}
}