/* ==========================================
   HMS SOLUTIONS - responsive.css
   Mobile, Tablet & Desktop Responsive Styles
========================================== */

/* Large Desktop */
@media (min-width:1400px){

.container{
    max-width:1320px;
}

.hero h1{
    font-size:70px;
}

.hero p{
    font-size:22px;
}

}

/* Laptop */
@media (max-width:1200px){

.hero h1{
    font-size:52px;
}

.hero p{
    font-size:18px;
}

.navbar-brand{
    font-size:26px;
}

}

/* Tablet */
@media (max-width:992px){

.navbar{
    padding:12px 0;
}

.navbar-nav{
    text-align:center;
    padding-top:15px;
}

.nav-link{
    margin:8px 0;
}

.hero{
    text-align:center;
    padding:80px 0;
    min-height:auto;
}

.hero h1{
    font-size:42px;
}

.hero p{
    font-size:18px;
}

.hero img{
    margin-top:40px;
    width:80%;
}

.card{
    margin-bottom:25px;
}

.list-group{
    margin-bottom:30px;
}

footer{
    text-align:center;
}

footer .col-lg-4{
    margin-bottom:30px;
}

}

/* Mobile */
@media (max-width:768px){

.hero{
    padding:70px 20px;
}

.hero h1{
    font-size:34px;
    line-height:1.3;
}

.hero p{
    font-size:16px;
}

.hero img{
    width:100%;
}

.btn{
    width:100%;
    margin-bottom:15px;
}

.card{
    margin-bottom:20px;
}

.card-body{
    padding:25px;
}

.service-card i{
    font-size:45px;
}

h2{
    font-size:30px;
}

h3{
    font-size:24px;
}

h4{
    font-size:22px;
}

.list-group-item{
    font-size:16px;
}

.whatsapp{
    width:55px;
    height:55px;
    font-size:28px;
    right:15px;
    bottom:15px;
}

#topBtn{
    width:45px;
    height:45px;
    right:15px;
    bottom:80px;
}

}

/* Small Mobile */
@media (max-width:576px){

.navbar-brand{
    font-size:22px;
}

.hero{
    padding:60px 15px;
}

.hero h1{
    font-size:28px;
}

.hero p{
    font-size:15px;
}

.hero img{
    width:100%;
}

.btn{
    font-size:15px;
    padding:12px;
}

.card-body{
    padding:20px;
}

.service-card i{
    font-size:40px;
}

h2{
    font-size:26px;
}

h3{
    font-size:22px;
}

footer{
    font-size:14px;
}

.whatsapp{
    width:50px;
    height:50px;
    font-size:24px;
}

}

/* Extra Small Devices */
@media (max-width:400px){

.hero h1{
    font-size:24px;
}

.hero p{
    font-size:14px;
}

.navbar-brand{
    font-size:20px;
}

.btn{
    font-size:14px;
}

h2{
    font-size:22px;
}

}

/* Landscape Phones */
@media (max-height:500px){

.hero{
    min-height:auto;
    padding:50px 0;
}

.hero h1{
    font-size:30px;
}

.hero img{
    width:55%;
}

}