@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: 525px 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:553px !important*/
    }
    .home_banner{
        margin-top:80px !important
    }
    .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;
        margin-top: 21px;
    }
    .bodyWrapper .bodyInner {
         width: 100%; 
    }
    .registration_form {
        margin-top: 30px;
        top: 100px;
        left: 0;
        right: 0;
    }
    .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: 7px;
    }
    .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; 
    }

    #hideColumn {
        display: none;
    }

    .otherServices{
        margin-left: 10px;
        margin-right: 10px;
        width: 77%;
    }

    .usereg_login .signInLeft {
        display: none;
    }

    .copywrite {
        float: left;
        width: 100%;
        box-sizing: border-box;
        background-color: #0093af;
        padding: 10px 1%;
        color: #fff;
        font-size: 10px;
        font-family: 'Poppins Regular';
        line-height: 25px;
        text-align: inherit;
        /*position:fixed;*/
        bottom:0;
        width:100%;
        /*height:60px;
        overflow: hidden;*/
    }

    .usereg_login .signIn {
        float: left;
        width: 100%;
        /* margin: 100px 0 0 0; */
        padding: 0 50px;
        box-sizing: border-box;
    }

    .driverSignIn {
        float: left;
        width: 100%;
        /* margin: 100px 0 0 0; */
        padding: 0 50px;
        box-sizing: border-box;
        margin-left: 0px;
        margin-top: 58px;
    }

    .usereg_login.login .signIn form .btnWrapper {
        margin: 10px 5px 8px 0;
    }

    .checkoutWrapper{
        width: 100% !important;
    }

    .visa_eligibility_check_form{
        margin-top: 186px;
        margin-left: 11px;
    }

    .attractions_form{
        float:left;
        width:100%;
        box-sizing: border-box;
        background: #F9F9F9;
        padding: 25px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
        position: absolute;
        margin-top: 391px;
        margin-left: 0px;
        border-radius: 10px;
    }

    .visaProcessingSteps{
        margin-left: 10px;
        margin-right: 10px;
        width: 78%;
        margin-top: 2px;
    }
    
    .car_booking_form{
        margin-left:0px;
        width:100%;
    }
    
    .select_service_type_div{
        width:371px;
    }
    
    .additionalTransferServices{
        margin-top:0px;
    }

    .booking_form{
        height: 563px;
    }
    .hideDiv{
        display: none;
    }

    .services_wrapper .servicesRow{
        width: 100%;
        margin: 0px 0px 0px 16px;
        padding: 0;
        display:flex;
    }

    .sliderAttractions{
        margin-left: 21px !important;
    }

    .servicesWrapper{
        margin-left: 21px !important;
    }
    .marginTop{
        margin-top: 80px;
    }

    .shortAttrReview{
        margin-top: 10px;
        border-radius: 20px;
        height: 330px;
        width: 357px !important;
        margin-left: -2px;
    }

    .attractions_images{
        width: 98%;
        height: 240px;
    }

    .attrImage{
        width: 390px !important;
    }

    .attrImageDetails{
        width: 300px !important;
    }

}
