@media(max-width:1400px){

}

/* ===========screen 1300============ */

@media(max-width:1300px){
.jarallax > .jarallax-img {
   position: relative;
}
}

/* ===========screen 1200============ */

@media(max-width:1200px){
.hero-content h1 {
    font-size: 32px;
}
p{
    font-size: 16px!important;
}
h1{
    font-size: 32px!important;
}
h2{
    font-size: 28px!important;
}
h5{
    font-size: 22px;  
    line-height: 26px; 
}
.main-heading{
    font-size: 32px;
}
.why-choose-us {
    padding: 10px 0px!important;
}

.choose-card p {
    font-size: 16px;
    line-height: 22px;
    color: #555;
}
.choose-card h5 {
    font-size: 22px!important;
    margin-bottom: 10px!important;
    color: #000;
    line-height: 26px;
}

}
/* ===========screen 1100============ */

@media(max-width:1024px){

}


/* ===========screen 991============ */

@media(max-width:991px){

}


/* ===========screen 768============ */

@media(max-width:768px){
.choose-card{
    min-height: auto!important;
    padding: 10px!important;
}
}

/* ===========screen 567============ */

@media(max-width:567px){

}