@media (max-width: 1199.98px) {
    .columns .col_2{
        flex: 0 0 33.333333%;
        width: 33.333333%;
        justify-content: center;
    }
    li.shape::after{display:none;}
}

@media (max-width: 991.98px) {
    .base-form2.p-12{padding: 20px 30px;}
    .base-form2 .base-form-item{
        padding: 20px 0;
    }
    .base-form2 .labels .base-form-item{padding-right: 0;}
    .base-form2 .base-form-item + .base-form-item{
        border-left: none;
    }
    .base-form-item:not(:last-child){
        border-bottom: 1px solid rgba(216, 216, 216, 1);
        border-left: none;
    }
    
    .base-form2 .labels{
        flex-direction: column;
        margin-bottom: 10px;
    }
    
    .base-form2{
        flex-direction: column;
    }
    .pt-128{
        padding-top: 80px;
    }
    .pb-212{
        padding-bottom: 80px;
    }
    .order--1-md{order: -1;}
    .columns .col_6{
        flex: 0 0 100%;
    }
}

@media (max-width: 767.98px) {
    .modal .modal__content{
        padding: 56px 32px !important;
    }
    .columns .col_2{
        flex: 0 0 100%;
        justify-content: center;
    }
    .social-block{
        align-items: center;
    }
    .list-social{
        align-items: center;
    }
    .list-social .list a{
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .plyr__poster:after{
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        background-size: 25px;
    }
    .d-none-xs{display:none;}
    .status .status-image img, .status .status-image svg{width:80px;}
    .heading p{font-size:16px;}
    .px-56{padding-left: 20px;padding-right: 20px;}
    .dbl-btns .btn{margin-right: 0 !important;}
    .columns_btn .col_2{flex: 0 0 25%;}
    .columns .col_sm_6{flex: 0 0 100%;}
    .columns .col_6{flex: 0 0 100%;}
    /* .modal-box__header .heading{
        flex-direction: column;
    } */
    .add-comments{
        flex-direction: column;
    }
    .add-comments .btn{
        margin-bottom: 15px;
    }
    .w-xs-100{width:100%;}
    
    .modal .modal__dialog{padding-left:5px;padding-right:5px;}
    .modal .modal__content{
        padding: 20px !important;
    }
    .heading-1 h1{
        font-size: 30px;
        line-height: 40px;
    }
    .heading-2 h2{
        font-size: 25px;
        line-height: 54px;
    }
}
@media (max-width: 460px) {
    .columns_btn .col_2{flex: 0 0 50%;}
    .tabs-header .heading{
        flex-direction: column;
    }
    .pb-212{padding-top: 50px;}
    .pt-128{padding-bottom: 50px;}
    .info-list{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .info-list .point{
        margin-bottom: 20px;
    }
    .point.mr-24{
        margin-right: 0;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
