*{
    font-family:poppins, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.btn_book{
    font-size:18px; 
    margin:unset;
    position: relative;
}
.company_background{
    font-size: 1.90em;
    text-align: center;
    width: 90%;
    margin:0 auto;
   
}
.bottom_h1{
    font-family:poppins;
    margin:0 auto; 
    text-align:center; 
    padding:10px; 
    color:white; 
    background-color:#A60808; 
    border-radius:7px; 
    width:75%;
}
.upper_h1{
    color: white;
    background-color: #A60808;
    padding: 6px;
    font-size: 2.50em;
    border-radius: 7px;
}
.welcome{
    background-color: #f3f3f3;
    padding:20px;
}
.wrap_prem_services .item, .hmo_container{
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}
.wrap_prem_services{
    text-align: center;
}
.wrap_prem_services .item{
    text-align: center;
    width: 35%;
}
.wrap_prem_services a{
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}
.wrap_prem_services .item img{
    height: 70px;
    margin: 0 auto;
    filter: invert(0);
}
.wrap_prem_services label, .wrap_prem_services img{
    display: block;
}
.wrap_prem_services .item div{
    border-radius: 5px;
    padding: 5px 0;
    height: 150px;
    width: 150px;
    color: #333333;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 17px 25px;
}
.wrap_prem_services label{
    font-size: 20px;
    font-family: poppins;
    text-decoration: none;
}
.hmo_container{
    text-align: center;
    width: 30%;
    padding: 0;
}
.hmo_container div{
    border-radius: 5px;
    padding: 10px 0;
    width: 130px;
    height: 100px;
    color: #333333;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 25px;
    overflow: hidden;
}
.hmo_container img{
    height: 80px;
    width: 100%;
    margin: 0 auto;
}
.slider-branches{
    padding: 10px 0;
    display: flex;
    overflow-x: auto;;
    width: 75%;
    height: 30%;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}

.slider-branches .slide{
    background-color: white;
    width: 500px;
    height: 100%;
    font-size: 100px;
    flex-shrink: 0;
    padding:0 20px;
}
.slider-branches .slide img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 300px;
    width: 100%;
}
.container-fluid .row{
    width:100%;
    position: relative;
    display: block; 
    margin:0 auto; 
}
.carousel-inner .item .img-responsive{
    width:90%;
    height:590px;
    position: relative;
    display: block; 
    margin:0 auto; 
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:1200px) {
    
    .bottom_h1{
        padding:5px; 
        font-size: 2.40em; 
        width:75%;
    }
    .upper_h1{
        padding: 6px;
        font-size: 2em;
    }
    .company_background{
        font-size: 1.40em;
        text-align: center;
    }
    .wrap_prem_services .item{
        width: 35%;
    }
    .wrap_prem_services .item div{
        height: 120px;
        width: 120px;
    }
    .wrap_prem_services label{
        font-size: 10px;
    }
    .hmo_container{
        width: 36%;
    }
    .hmo_container div{
        width: 90px;
        padding:0;
        height: 80px;
    }
    .hmo_container img{
        height: 80px;
    }
    .slider-branches{
        padding: 10px 0;
        width: 75%;
        height: 20%;
    }
    .slider-branches .slide{
        width: 300px;
        height: 100%;
        padding:0 20px;
    }
    .slider-branches .slide img{
        height: 200px;
        width: 100%;
    }

@media screen and (max-width:768px) {
    
    .container-fluid .row{
        width:100%;
        position: relative;
        display: block; 
        margin:0 auto; 
    }
    .carousel-inner .item .img-responsive{
        width:100%;
        height:200px;
        position: relative;
        display: block; 
        margin:0 auto; 
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
    }
    
    .btn_book{
        position: relative;
        top: 0;
        width: 10%;
        font-size:10px; 
        margin:unset;
    }
    .welcome h1, .welcome span,.upper_h1, .bottom_h1{
		font-size: 1.60em;
	}
    
    .wrap_prem_services .item, .hmo_container{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .hmo_container div{
        width: 20%;
    }
    .wrap_prem_services .item label{
        font-size: 1.40em;
    }
    .hmo_container img{
        height: 80px;
    }
    .slider-branches{
        display: block;
        text-align:center;
        width: 90%;
    }
    .slider-branches .slide img{
        height: 60px;
        width: 100%;
    }
    .slider-branches .slide{
        padding: 10px;
        display: inline-block;
        vertical-align: top;
        width: 40%;
    }
    .slider-branches .slide h4, .slider-branches .slide h3{
        text-align: left;
        font-size: 16px;
    }
}  
 @media screen and (max-width:435px) {

    .container-fluid .row{
        width:100%;
        position: relative;
        display: block; 
        margin:0 auto; 
    }
    .carousel-inner .item .img-responsive{
        width:100%;
        height:200px;
        position: relative;
        display: block; 
        margin:0 auto; 
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
    }
    
    .btn_book{
        position: relative;
        top: 0;
        width: 10%;
        font-size:10px; 
        margin:unset;
    }

     .welcome, .wrap_prem_services .item a{
         font-size: .75em;
     }
     .wrap_prem_services .item, .wrap_prem_services .hmo_container{
         width: 90%;
     }
     .wrap_prem_services .item div, .wrap_prem_services .hmo_container div{
         margin: 0;
     }
     .wrap_prem_services .hmo_container div{
         width: 110px;
         margin: 15px 0;
     }
     .wrap_prem_services .hmo_container img{
         height: 70px;
         width: 100px;
     }
     .wrap_prem_services .item img{
         height: 50px;
     }
     .slider-branches .slide h4{
         font-size: .12em;
     }

     .carousel-inner{
         width: 100%;
     }
    
 }
}