@media only screen and (max-width: 7000px){
    .page-wrapper{
        overflow: hidden;
    }
}

@media only screen and (max-width: 1500px){

}
@media (min-width:1400px){

}
@media only screen and (max-width: 1400px){

}

@media only screen and (max-width: 1350px){
    .common-title h2 {
        font-size: 48px;
        line-height: 50px;
    }
}

/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {

}

@media only screen and (max-width: 1200px){
    .common-title h2 {
        font-size: 38px;
        line-height: 40px;
    }
    .center-title h2 {
        font-size: 38px;
        line-height: 38px;
    }
    .center-title h6 {
        margin-bottom: 10px;
    }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (max-width: 991px){

} 

@media only screen and (min-width: 768px){

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .btn-1 {
        padding: 20px 30px 20px 30px;
    }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px){
    .btn-1 {
        padding: 20px 30px 20px 30px;
    }

    .paigination ul li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px){
    
}

@media only screen and (max-width: 400px){
    .scroll-to-top {
        display: none;
    }
}