/*special cases*/
@media screen and (max-width: 1346px){
    .choose-plan-btn {
        width: auto;
        height: 35px;
        padding: 3px 18px;}
}
/*to big tablets 1024-1200*/
@media screen and (max-width: 1200px){
}

/*small tablet to big tablets 768-1023*/
@media screen and (max-width: 1025px){
    .box-demo {
        padding: 50px 62px;
    }
    .box-body {
        padding: 50px 81px;
    }
}

/*small phones and tablet 767-481*/
@media screen and (max-width: 768px){
    .btn-slide-tow {
        width: 148px;}
    .box-offer {
        border: 2px solid black;
        padding: 14px;
    }
    .revese-col{
    flex-direction: column-reverse;}
    .box-demo {
        padding: 50px 40px;
    }
    .box-body {
        padding: 50px 40px;
    }
    .box-offer{
        width: 300px;
        margin: auto;
    }
    .mb-73 {
        margin-bottom: 73px;
        row-gap: 25px;
    }
    .btn-slide-tow {
        width: 166px;
    }
    
}
/*---small phones--->*/
@media screen and (max-width: 670px){
    .table td {
        /*width: 1px;*/
        padding: 0;
    }

}
@media screen and (max-width: 451px){
    .circle-icon {
        width: 70px;
        height: 70px;}
    .wrap-unset {
        display: flex;
        flex-wrap: unset;}
    .small-bootstrap-width{
        width: 34%;
    }
    .icon-p {
        font-size: 11px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: center;
        Width: 96px;
        margin: auto;
    }
    .dashed-line {
        position: absolute;
        left: 18.63%;
        right: 35.55%;
        top: 21.96%;
        bottom: 77.04%;
        border: 1px dashed #B1B1B1;
        width: 62%;
    }
    .box-body {
        padding: 50px 15px;
    }
    .box-demo {
        padding: 50px 7px;
    }
    thead th {
        text-align: inherit;
        font-size: 11px;
        font-weight: 400;
        padding: 5px 1px!important;
    }
    .btn-slide-tow {
        width: 185px;
    }
    
}
@media screen and (max-width: 395px){
    .small-bootstrap-width {
        padding: 0;
    }
    .icon-p {
            Width: 84px;
        }
        .box-body{
            padding: 50px 0px;
        }
}
@media screen and (max-width: 395px){
.box-demo {
    padding: 50px 10px;
    overflow: hidden;
}
.white-btn {
    width: 101px;
    height: 35px;
    border: 1px solid #214778;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    color: #214778 !important;
    cursor: pointer;
    transition: all 0.2s ease-in;
    padding: 8px;
    margin-right: 15px;
}
}
@media screen and (max-width: 320px){
.table th, .table td {
    padding: 0 3px;
    font-size: 11px;
}
.table th, .table td {
    padding: 0 0px;
}
}


/*Reports section*/
/*special cases*/
@media screen and (max-width: 1346px){
}
/*to big tablets 1024-1200*/
@media screen and (max-width: 1200px){
    #chart>div:nth-child(1){
        margin: auto;
    }
}

/*small tablet to big tablets 768-1023*/
@media screen and (max-width: 1025px){

    .charts-section {
        /*height: 1342px;}*/
}

/*small phones and tablet 767-481*/
@media screen and (max-width: 768px){
    .Detailed-Participants-Satisfaction{
        height: 75% !important;
    }
    .charts-section {
        /*height: 1790px;*/
    }
    .total-participants{
        flex-flow: column;
        gap: 15px;
    }
    .satisfaction-box-back{
        justify-content: center;
        padding: 0;
    }


}
/*---small phones--->*/
@media screen and (max-width: 670px){
    .charts-section {
        /*height: 1866px;*/
    }
    .left-section {
        width: 100%;
        padding: 0;
    }
    .right-section {
        width: 100%;
        padding: 0;
    }
    .main-survery-box {
        padding-left: 1%;
        padding-right: 1%;
    }
    .total-participants {
        flex-flow: column;
        gap: 20px;
    }

}
@media screen and (max-width: 451px){
    .working-years-chart span{
        display: none;
    }
    .charts-section {
    height: auto !important;
    }
    .white-box-fst {
        width: 100%;
    }
    .Title-survey {
        margin-left: 0;
    }
}
@media screen and (max-width: 350px){

}

/*Resports section 2*/


/*special cases*/
@media screen and (max-width: 1346px){
}
/*to big tablets 1024-1200*/
@media screen and (max-width: 1200px){
    .main-survery-box {
        padding-left: 8%;
        padding-right: 8%;
    }
}


/*small tablet to big tablets 768-1023*/
@media screen and (max-width: 1025px){
}

/*small phones and tablet 767-481*/
@media screen and (max-width: 768px){
    .white-box-fst {
        padding: 27px 10px;
    }
    .Table-Head {
        padding: 5px 8px;
    }
    .table th, .table td {
        padding: 13px;
        vertical-align: middle !important;
        }
    .Table-Head {
        padding: 5px 1px;
        text-align: center;
        justify-content: space-around;
    }
    .table-score>div>div:nth-child(2) {
        text-align: right;
    }
    
}
/*---small phones--->*/
@media screen and (max-width: 670px){
}
@media screen and (max-width: 451px){
}
@media screen and (max-width: 350px){

}

/*Reports section end*/