
@media only screen and (max-width: 1366px) {
#header .header-top .stack-img-text p {
    font-size: 45px;
}
#header .header-top .header-left .stack-img img {
    margin-left: -51%;
}
#header .header-top .stack-img img {
    max-width: 250px;
}
#header .header-top .header-right .stack-img img {
    margin-right: -60%;
}
#header .header-top .header-right .stack-img-text p {
    margin-left: 16%;   
}

#header .header-bottom .btn-wrap a img {
    max-width: 180px;
}

.header-bottom .col-md-5.col-sm-5{
    width: 40%;    
}
.header-bottom .col-md-2.col-sm-2{
     width: 20%;   
}

}

@media only screen and (max-width: 1170px) {
#header .header-top {
    padding-top: 120px;
}
#header .header-bottom {
    padding-bottom: 50px;
}
#header .header-top .stack-img img {
    max-width: 230px;
}
#header .header-top .header-right .stack-img-text p {
    margin-left: 20%;
}


.slider-section-bottom img{
    max-width: 180px;
}
}

@media only screen and (max-width: 1024px) {
#header .header-top .stack-img img {
    max-width: 200px;
}
#header .header-top .stack-img-text p {
    font-size: 38px;
}
#header .header-bottom {
    padding-bottom: 18px;
}
#header .header-bottom .btn-wrap a img {
    max-width: 150px;
}
#header .header-bottom .contact-text p {
    font-size: 14px;
}


}





@media only screen and (max-width: 992px) {
#header .header-top {
    padding-top: 100px;
}
#header .header-top .stack-img img {
    max-width: 170px;
}
#header .header-top .stack-img-text p {
    font-size: 35px;
}
.header-bottom .col-md-5.col-sm-5 {
    width: 38%;
}
.header-bottom .col-md-2.col-sm-2 {
    width: 24%;
}
#header .header-top .header-left .stack-img img {
    margin-left: -39%;
}
#header .header-top .header-right .stack-img img {
    margin-right: -48%;
}
#header .header-bottom .btn-wrap a img {
    max-width: 120px;
}
#header .header-bottom .contact-text {
    margin-top: -21%;
}
#header .header-bottom .contact-text p {
    font-size: 13px;
}
}


@media only screen and (max-width: 830px) {
#header .header-top .stack-img-text p {
    font-size: 30px;
}
#header .header-top .stack-img img {
    max-width: 150px;
}
#header .header-top .header-right .stack-img img {
    margin-right: -57%;
}
#header .header-top .header-left .stack-img img {
    margin-left: -51%;
}
}


@media only screen and (max-width: 770px) {
body{
    overflow-x: hidden;
}   
#slider-section .slider #next2 {
    right: -1%;
    z-index: 999999;
}
#slider-section .slider #prev2 {
    left: -1%;
    z-index: 999999;    
}
}

