﻿.accordianstyle {
    display: flex;
    width: 100%;
    padding: 20px;
    border-bottom:1px solid #fff;
}
.accordiandiv {
    width: 100%;
    background: #0c3422;
    padding:0px 20px;
}
.accordianstyleleft {

}
.accordianstyleright {
    padding: 10px 20px;
}
.accordianstyleright h3{
    margin-bottom:10px;
    color:#fff;
}
    .accordianstyleright p {
        color: #fff;
        margin-bottom:0px;
    }
.w-100 {
    width: 100%;
}
.resbtn {
    margin-right: 10px !important;
    padding: 15px 30px !important;
}
.combtn {
    margin-left: 10px !important;
    padding: 15px 30px !important;
}
.cs_page_title {
    font-size: 32px;
    line-height: 30px;
    color: #fff;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #af8731 30%, #af831e 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #c7962d 25%, #c3962f 62.5%, #dba730 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
/*-- 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) {
}