*{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
   
}
::-webkit-input-placeholder { /* Edge */
    color: #707070;
    font-size: 12px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #707070;
    font-size: 12px;
  }
  
  ::placeholder {
    color:#707070;
    font-size: 12px;
  }
#button {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 30px;
  }
  
  #button::after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #6323B6;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  @media only screen and (max-width:600px){
    #button.show{
        visibility: hidden;
    }
  }

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 11px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #00A4DB;
    
}
.navbar-brand{
    margin-right: 0rem;
}
.navbar .btn-outline-primary{
    color: #D60000;
    border: 1px solid #D60000;
    border-radius: 10px;
    padding: 10px 13px !important;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #D60000;
    border-color: #D60000;
}
.navbar .btn-outline-primary:hover {
    color: #fff;
    background-color: #D60000;
    border-color: #D60000;
}
.bg-light {
    background-color: #0000009e!important;
    padding: 21px 0px;
}
header{
    background-image: url(../images/portrait-doctor.png);
    background-repeat:no-repeat;
    min-height: 768px;
    background-size: cover;
    width: 100%;
    position: relative;
}
.head-card{
    border-radius: 0px;
    border: none;
    margin-top: 20rem;
}
.head-card .card-header{
    background-color: #FE9D00;
    padding: 19px 36px;
    border-radius: 0px;
}
.head-card .card-body{
    background-color: #066788;
    padding: 15px 36px;
}
.head-card h5{
    font-size: 18px;
    color: #6A0000;
    font-weight: 300;
    margin-bottom: 15px;
}
.head-card h3{
    font-size: 38px;
    color: #6A0000;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1;
}
.head-card span{
    font-size: 22px;
    font-weight: 300;
}
.head-card h4{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.carousel {
    position: relative;
    box-shadow: 5px 10px 10px #0000004d;
}
.btn-primary {
    color: #fff;
    background-color: #00A4DB;
    border-color: #00A4DB;
    border-radius: 5px;
    padding: 10px 15px !important;
}
.btn-primary:hover{
    background-color: #00A4DB;
    border-color: #00A4DB;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    box-shadow: none;
}
.head-below-text{
    padding: 30px;
}
.head-below-text h1{
    color: #066788;
    font-size: 22px;
    font-weight: 400;
}
.head-below-text span{
    color: #FE9D00;
    font-weight: 600;
}
.make{
    display: flex;
    justify-content: center;
}
.make-1{
    display: flex;
    justify-content: center;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #066788;
    border-color: #066788;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.head-middle-text{
    padding: 25px 25px 35px 25px;
}
.head-middle-text h1{
    font-size: 32px;
    font-weight: 700;
    color: #066788;
    margin-bottom: 15px;
}
.head-middle-text .card{
    width: 570px;
    background-color: #FE9D00;
    border: none;
    border-radius: 0px;
}
.head-middle-text .card .card-body{
    padding: 15px 27px;
}
.head-middle-text h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.head-middle-text h4{
    font-size: 32px;
    color: #066788;
    font-weight: 700;
    margin-bottom: 15px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 700;
    color: #066788;
}
.head-bottom-text{
    padding-top: 25px;
    padding-bottom: 95px;
    
}
.head-bottom-text .card{
    background-color: #066788;
    border: none;
    border-radius: 0px;
    box-shadow: 5px 10px 10px #0000004d;
}
.head-bottom-text .card .card-body{
    padding: 22px;
    background-color: #066788;
}
.head-bottom-text .card h3{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
footer{
    padding-top: 65px ;
    padding-bottom: 70px;
    background-color: #242424;
}
footer .card{
    border-radius: 0px;
    border: none;
    background-color: #000000;
    
}
footer .card .card-body{
    padding: 50px 60px;
}
footer img{
    margin-right: 1rem;
}
footer h1{
    font-size: 32px;font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
footer h3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
footer span{
    font-size: 16px;
    font-weight: 700;
    color: #FE9D00;
}
footer h4{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline;
}
.inner-card{
    background-color: #FE9D00 !important;
    border: none;
    border-radius: 0px;
    width: 340px !important;
}
.inner-card .card-body{
    padding: 15px 22px !important;
    background-color: #FE9D00 !important;
    text-align: center !important;
}
.inner-card h3{
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
footer .btn-secondary {
    color: #fff;
    background-color: #066788;
    border-color: #066788;
    margin-top: 2rem;
    padding: 13px !important;
}
footer .btn-secondary:hover {
    color: #fff;
    background-color: #066788;
    border-color: #066788;
    margin-top: 2rem;
    padding: 13px !important;
}
.facilities {
    padding-top: 80px;
    padding-bottom: 80px;
}
.facilities h1{
    font-size: 32px;
    color: #FE9D00;
    font-weight: 700;
    margin-bottom: 15px;
}
.facilities h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
}
.facilities .card{
    background-color: #fff;
    border: none;
    border-radius: 0px;
    width: 350px;
}
.facilities .card .card-body{
    padding: 17px;
    background-color: #fff;
}
.facilities li{
    font-size: 22px;
    font-weight: 700;
    color: #066788;
    padding: 5px 0px;
}
.facilities img{
    height: 525px;
}
.form-app{
    margin-top: 125px;
    min-height: calc(100vh - 390px);
}
.form-control{
   
    margin-bottom: 3rem;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px;
    border: none;
    height: calc(1.5em + .75rem + 13px);
    padding: .375rem 1rem;
}
.form-control:focus {
    box-shadow: 0px 3px 6px #00000029;
}
textarea.form-control {
    height: calc(1.5em + .75rem + 13px);
    padding: .375rem 1rem;
}
.consultant-card{
    background-color: #fff0 !important;
    border: none !important;
    border-radius: 0px !important;
    width: 250px !important;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
}
.consultant-card .card-body{
    padding: 0px !important;
    border: none !important;
    background-color: #fff0 !important;
}
.consultant-card ul{
    margin-left: -1.3rem;
}
.consultant-card li{
    text-align: left !important;
    padding-bottom: 20px;
    font-size: 12px;
    color: #066788;
    font-weight: 400;
}
.consultant-card .card-header{
    padding: 0px !important;
    border: none !important;
    background-color: #fff0 !important;
}
.consultant-card .card-footer{
    background-color: #066788 !important;
    border-radius: 0px !important;
    border: none !important;
    margin-top: 10px;
    margin-bottom: 25px;
}
.consultant-card h2{
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin-top: 7px !important;
}
.careers{
	background: #066788;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.careers li{
	list-style: none;
	border: 1px solid #066788;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
    color: #ffffff;
	
}
  @media only screen and (max-width:350px){
    .inner-card{
        width: 245px !important;
    }
    .head-card h3 {
        font-size: 35px;
    }
    .head-below-text {
        padding: 15px;
    }
    .head-bottom-text .card h3{
        font-size: 14px;
    }
    .facilities .card{
        width: 290px;
    }
    .facilities li{
        font-size: 18px;
    }
  }

  @media only screen and (min-width:351px) and (max-width:400px){
    .inner-card{
        width: 260px !important;
    }
    .facilities .card{
        width: 330px;
    }
    .facilities li{
        font-size: 19px;
    }
    .head-bottom-text .card h3{
        font-size: 17px;
    }
    .head-middle-text .card .card-body {
        padding: 15px 12px;
    }
  }
  @media only screen and (min-width:401px) and (max-width:600px){
    .head-below-text h1 {
        font-size: 24px;
    }
  }
@media only screen and (max-width:600px){
    .make-1{
        display: block;
    }
    .navbar-light .navbar-toggler{
        margin-left: auto;
        background-color: #066788;
        margin-right:5% ;
    }
    .facilities img {
        height: auto;
    }
    .head-middle-text {
        padding: 25px 15px 35px 15px;
    }
    .facilities .card{
        margin-top: 3rem;
    }
    footer .card{
        margin-top: 3rem;
    }
    footer .card .card-body {
        padding: 50px 20px;
    }
    footer .btn-secondary {
        margin-top: 3rem;
    }
    .head-card .card-header{
        padding: 19px 25px;
    }
    .head-card .card-body{
        padding: 19px 25px;
    }
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
        margin: 0rem 1.6rem;
    }
}
@media only screen and (min-width:768px) and (max-width:1020px){
    .consultant-card img{
        width: 100%;
    }
    .navbar-light .navbar-toggler{
        margin-left: auto;
        background-color: #066788;
        margin-right:5% ;
    }
    .head-below-text h1{
        font-size: 20px;
    }
    .facilities .card{
        width: auto;
        margin-top: 3rem;
    }
    footer .card{
        margin-top: 2rem;
    }
    footer .btn-secondary{
        margin-top: 2rem;
    }
}
@media only screen and (min-width:1024px) and (max-width:1100px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
        margin: 0rem 1rem;
		
    }
	.navbar-expand-lg .navbar-nav .nav-link li{ padding: 0px; margin: 0px }
    .facilities li {
        font-size: 18px;
        font-weight: 700;
        color: #066788;
        padding: 4px 0px;
    }
    .facilities .card{
        width: auto;
    }
    .head-bottom-text img{
        height: 245px;
    }
}
@media only screen and (min-width:1101px) and (max-width:1190px){
    
}
@media only screen and (min-width:1200px) and (max-width:1250px){
   
}
@media only screen and (min-width:1200px){
   
}
@media only screen and (min-width:1300px){
    
}
@media only screen and (min-width:1350px){
   
}
@media only screen and (min-width:1400px){
   
}
@media only screen and (min-width:1500px){
 
}
@media only screen and (min-width:1600px){
   
}
@media only screen and (min-width:1700px){

}
@media only screen and (min-width:1800px){
    
}
@media only screen and (min-width:1900px){
   
}
@media only screen and (min-width:2100px){
  
}
@media only screen and (min-width:2300px){
   
}
@media only screen and (min-width:2500px){
 
}