﻿.resbtn {
    margin-right: 10px !important;
    padding: 15px 30px !important;
}
.combtn {
    margin-left: 10px !important;
    padding: 15px 30px !important;
}
/*-- responsive-mediaquries --*/
@media(max-width:3840px) {
    .cs_hero.cs_style_1 {
        left: 38% !important;
    }
}
@media(max-width:2560px) {
    .cs_hero.cs_style_1 {
        left: 32% !important;
    }
}
@media(max-width:1920px) {
}
@media(max-width:1600px) {
    .cs_hero.cs_style_1 {
        left: 20% !important;
    }
}
@media(max-width:1440px) {
    .cs_hero.cs_style_1 {
        left: 16% !important;
    }
}
@media(max-width:1366px) {
    .cs_hero.cs_style_1 {
        left: 14% !important;
    }
}
@media(max-width:1280px) {
    .cs_hero.cs_style_1 {
        left: 13% !important;
    }
}
@media(max-width:1024px) {
    .cs_hero.cs_style_1 {
        left: 4% !important;
    }
}
@media(max-width:980px) {
    .cs_hero.cs_style_1 {
        left: 2% !important;
    }
}
@media(max-width:768px) {
    .cs_hero.cs_style_1 {
        left: 2% !important;
    }
}
@media(max-width:640px) {
}
@media(max-width:480px) {
    .resbtn {
        margin-right: 10px !important;
        padding: 15px 15px !important;
        width:220px;
    }

    .combtn {
        margin-left: 10px !important;
        padding: 15px 15px !important;
        width: 220px;
        margin-top:20px;
    }
}
@media(max-width:425px) {
}
@media(max-width:375px) {
}
@media(max-width:320px) {
}