
@media only screen and (max-width: 767px) {
    .fixed-header .logo img{
        width: 72% !important;
    }
    .sliderWrapper .sliderInner .inner {
        width: 100%  !important;
    }
    .sliderWrapper .sliderInner .inner .infoCol h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .sliderWrapper .sliderInner .inner .infoCol .cta {
        display: block;
         float: "" !important;
        margin: 20px 40px 0 40px  !important;
        text-align: center;
    }
    .sliderWrapper {
        margin: 750px 0 0 0 !important;
    }

    .services_wrapper .services_row {
        width: 100%;
        display: unset;
    }
    .services_wrapper .services_row .ser_col {
        float: unset;
        width: 100%;
        margin: 25px 0;
    }
    .services .tile-content ul{
        min-height: unset;
    }
    .benefits_wrapper {
         float: "";
         padding:0;
    }

    .benefits_row h2 {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0;
        color: #3c3c3c;
        font-size: 18px;
        font-family: 'Poppins ExtraBold';
        text-align: center;
    }
    .benefits_wrapper .benefits_row .col-6 {
        -ms-flex: 0 0 50%;
         -webkit-box-flex: unset;
         flex: unset; 
         max-width: unset;
    }
    .benefits_wrapper .benefits_row {
        width: 100%;
        display: unset;;
    }
    .imgWrapper {
        float: unset;
    }
    .imgWrapper img {
        width: 100%;
        height: unset;
        padding: 15px;
    }
    .services_wrapper {
        float: "";
        padding: 10px 0;
    }
    .inner_banner{
        margin-top:780px !important
    }
    .home_banner{
        margin-top:80px !important
    }
    .registration_form {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
    }
    .footerWrapper{
        z-index: 999;
    }
    .benefits_wrapper .benefits_row .col-6 .dvbtn_wrapper {
        margin: 20px 0 50px 0;
    }
    .benefits_tr {
        width: 100%;
    }
    .benefit-header {
        font-size: 14px;
        font-weight: bold;
    }
    .benefit-description {
        font-size: 14px;
    }
    .simpleSteps_row {
         width:100%;
    }
    .simpleSteps_row h2 {
        margin: 45px 0 45px 0;
    }
    .simpleSteps_row .row .col-4 {
       float: unset;
        box-sizing: border-box;
        -ms-flex: 100%;
        -webkit-box-flex: 0;
        flex: 100%;
        max-width: 100%;
    }
    .simpleSteps_row .row{
        display: unset;
        float: unset;
    }
    .simpleSteps_row .row .col-4 .step-tile{
        margin-bottom: 20px;
    }
    .simpleSteps_wrapper{
        padding: 0 0 30px 0;
    }
    .footerWrapper .footerInner .footer .col {
        width: 100%;
        position: relative;
    }
    .footer ul{
        display: none;
    }
    .bodyWrapper .bodyInner .body section h2 {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .bodyWrapper .bodyInner .body{
        padding: 20px;
    }
    .bodyWrapper .bodyInner {
         width: 100%; 
    }
    .registration_form {
        margin-top: 101px;
    }
    .registration_form .row .col {
        width: 100%;
    }
    .body form h3:after {
        border: solid #ff5722;
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 5px;
        content: "";
        transform: rotate(-45deg);
        position: absolute;
        right: 40px;
        top: 29px;
        animation-name: floating;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    @keyframes floating {
        0% { right:30px }
        100%   {right:20px }    
    }
    .bodyWrapper .bodyInner .body section {
        margin: 0;
    }
    .up_down {
        bottom: 0;
    }
        .up_down h3:after {
            transform: rotate(44deg) !important;
    }
    .footer .col:after{
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        content: "";
        transform: rotate(-45deg);
        position: absolute;
        right: 40px;
        top: 12px;
    }
    .footer_toggle{
        display: block !important;
    }
    .thanks_wrapper{
        width:100% !important;
    }
    .thanks_row table{ 
        margin-left:0 !important;
        display: block;
        overflow: scroll;
        width: 100%;
    }
    .thanks_table{
        width: 100% !important;
        margin-left: 400px !important;
    }
    form#private_company_registration_form {
        position: unset;
         margin-top: 0; 
    }
}
