@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

html{
    height: 100%;
    box-sizing: border-box;
    margin: 0;
}

body {
    color: #7c7b7c;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
}
.logo_part{
    text-align:center;
}
.hamBurgerMenu{
    display:none;
}
.phnrt{
    text-align: right;
}
.hedbg{
    background: #d81e05;
    padding-top: 10px;
    padding-bottom: 10px;
}
.date_timeContainer{
    background:#d81e05;padding: 40px 0;width:80%;margin:0 auto;
}
.main_section{
    padding:30px;
}
p.hdphone{
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
}
p.hdphone2 {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    float: left;
}
span.hdphon1 {
    margin-left: 10px;
    letter-spacing: 1px;
}
.hdphicon{
    border: 2px solid;
    border-radius: 50%;
    padding: 6px 8px;
    font-size: 16px;
}
.findCarBtn{
    text-align:center;
	margin-top:20px;
}
div#step-2 {
    display: none;
}
.mapfre_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px;
    width: 100%;
    background: #ebecf2;
}
.terms_condition{
    cursor:pointer;
    color: #687abd;
}
.row.newfooter {
    margin-top: 6px;
}
.delivery_and_inst{
    width:300px;
    height:200px;
    position:absolute;
    top: 84px;
    right: -219px;
}
.delivery_and_inst img{
    width:100%;
}
.payments {
    text-align: center;
	    margin-top: 10px;
}
.icnimg {
    text-align: center;
    width: 100%;
    height: 202px;
}
.rent_car{
    background-image: url(../image/rent_a_car.png);
    background-repeat: no-repeat;
    background-position: center 0;

}
.battery{
    background-image: url(../image/battery.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.road_side{
    background-image: url(../image/road_side.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.car_exam{
    background-image: url(../image/car_exami.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.srvdiv:hover .battery, .srvdiv:hover .road_side, .srvdiv:hover .car_exam{
    background-position: center -203px;
}
.srvdiv:hover .rent_car{
    background-position: center -202px;
}
.icnimg1{
    width:100%;
    height:50px;
}

.rent_carSmall{
    background-image:url(../image/rent_car_small.png);
    background-repeat:no-repeat;
    background-position:center 0px;
}

.battery_Small{
    background-image:url(../image/battery_small.png);
    background-repeat:no-repeat;
    background-position:center 0px;
}
.roadSide_Small{
    background-image:url(../image/road_side_small.png);
    background-repeat:no-repeat;
    background-position:center 0px;
}
.carExam_Small{
    background-image:url(../image/car_examin_small.png);
    background-repeat:no-repeat;
    background-position:center 0px;
}
.icon-sel{
    background-position:center -59px;
}
.car_animation{
    width: 40%;
    position: absolute;
    top: -83%;
    left: -44px;
    animation-name:carAnimation;
    animation-duration:3s;
}
@keyframes carAnimation{
    from {left:-80px;opacity:0;}
    to {left:-44px;opacity:1;}
}
.car_animation img{
    width:100%;
}
.carAnimation_main{
    position:relative;
    margin: 0px 0 98px 0;
}
.my_progress{
    width: 18%;position: absolute;top: 14px;left: 0;border-radius: 5px;height: 15px; background-color: #d81e05 !important;
}

.select_carTab_main{
    width:60%;
    margin:0 auto;
    background:#e2e2e2;
    position:relative;
}
.select_carTab_main:after{
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;

    border-right:22px solid #e2e2e2;
    position:absolute;
    top:0;
    left:-22px;
    content:"";
}
.select_carTab_main:before{
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #e2e2e2;
    position: absolute;
    top: -1px;
    right: -20px;
    content: "";
}
.select_carTab_main .nav-item{
    width:25%;
    text-align:center;
}
.select_carTab_main .nav-item a{
    color:#7c7c7c;
}
.select_carTab_main .nav-tabs>li>a:hover{
    background-color:#d22622;
    color:#fff;
    border-color:#d22622;
    border-radius:0;
}
.select_carTab_main .nav-tabs>li.active>a{
    background-color:#d22622;
    color:#fff;
    border-color:#d22622;
    border-radius:0;
}

.carsContainer{
    width: 97%;
    margin: 55px 32px 0 0;
    display: inline-block;
}
.carsImage{
    width:100%;
    position:relative;
    height:230px;
	margin-top: 50px;
}
.carsImage img{
    width:100%;
    height:230px;
    object-fit:cover;
    position:relative;
    z-index:2;
    transition:all 0.4s ease;
}
.carsImage span{
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 45px;
    background: #d22622;
    padding: 9px 0;
    opacity:1;
    z-index:1;
    transition:all 0.4s ease;
}
.carsImage:hover img{
    transform: translateY(-45px);
    transition:all 0.4s ease;
}

.carsImage:hover span{
    bottom:0px;
    transition:all 0.4s ease;
}
.car_name{
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}
.car_name p{
    color:#d22622;
	    font-size: 18px;
}

.roadSide_bg{
    background-image: url(../image/road_bg.png);
    background-repeat: no-repeat;
    background-position: -260px 420px;
    width: 84%;
    height: 724px;
    margin: 0 auto;
}

.roadSide_column{
    width: 18%;
    float: left;
    margin: 0px 24px 0 0;
}
.roadSide_column:last-child{
    margin-right:0;
}

.lock_smith{
    background-image: url(../image/rent_a_car-2.png);
    background-repeat: no-repeat;
    background-position: center 0;

}
.jump_start{
    background-image: url(../image/battery-2.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.flat_tire{
    background-image: url(../image/flat_tire.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.fuel_deli{
    background-image: url(../image/fuel_deli.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.towing{
    background-image: url(../image/towing_icon.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
.srvdiv:hover .flat_tire{
    background-position: center -153px;
}
.srvdiv:hover .lock_smith{
    background-position: center -152px;
}

.srvdiv:hover .fuel_deli, .srvdiv:hover .towing, .srvdiv:hover .jump_start{
    background-position: center -152.5px;
}
.icnimg_2 {
    text-align: center;
    width: 100%;
    height: 153px;

}

.icntxt{
    font-weight:bold;
}
.blur-wrapper{
    position:fixed;
    width:100%;
    height:100%;
    z-index:10;
    animation-name:blurAll;
    animation-duration:1s;
    animation-delay:0s;
    animation-fill-mode: forwards;
    pointer-events:none;
}
@keyframes blurAll{
    0% {filter:blur(0px);}
    100% {filter:blur(5px);}
}

.country_wrapper{
    width:60%;
    height:300px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:11;
    font-size:25px;
    font-weight:bold;
    text-align:center;
    animation-name:countryFadeIn;
    animation-duration:1s;
    animation-delay:0s;
    opacity:0;
    animation-fill-mode: forwards;
}
@keyframes countryFadeIn{
    from{opacity:0;top:50%;}
    to{opacity:1;top:50%;}
}
.country_wrapper a.uae_map{
    width: 100%;
    height: 300px;
    background: url(../image/UAE_2.png) no-repeat 0 0;
    display: inline-block;
   /*  background-size: cover; */
}
.country_wrapper a.barhin_map{
    width: 100%;
    height: 300px;
    display: inline-block;
    background: url(../image/Bahrain_2.png) no-repeat 0 0;
	margin-top: 24px;
}
.country_wrapper a.uae_map:hover{
    background-position:0 -333px;
}
.country_wrapper a.barhin_map:hover{
    background-position:0 -348px;
}
.examin_form{
    margin-top:-4%;
}
.ft-toll {
    margin-top: 6px;
}
p.cpytxt {
    margin-top: 6px;
}
.srvicon{
    border: 4px solid;
    padding: 40px 45px;
    border-radius: 50%;
    font-size: 80px;
}
.icntxt {
    text-align: center;
    font-size: 20px;
	text-transform: capitalize;
}
.row.roadSide_row {
    margin-top: 36px;
}
.icntxt a{
    color:#a0a2a7;

}
img.img-responsive {
    height: 220px;
}
.img-responsive-battery
{
    height: 200px;
}
.icntxt a:hover{
    text-decoration:none;
    color:#d81e05;
}
.srvdiv:hover .icntxt a{
    color:#d81e05;
}
.srvdiv {
    color: #a0a2a7;
    cursor: pointer;
}
.srvdiv:hover {
    color: #d81e05;
}
/*fade in animation effect*/
.fade_out {
    margin-top: 80px;
    text-align: center;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
.fade_out2 {
    margin-top: 80px;
    text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.fade_out3 {
    margin-top: 80px;
    text-align: center;
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
.fade_out4 {
    margin-top: 80px;
    text-align: center;
    animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
        transform: translateY(100px);
    }
    to {
        opacity:1;
        transform: translateY(0px);
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
        transform: translateY(100px);
    }
    to {
        opacity:1;
        transform: translateY(0px);
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
        transform: translateY(100px);
    }
    to {
        opacity:1;
        transform: translateY(0px);
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
h3.sltcndt {
    text-align: center;
    color: #7c7b7c6b;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 60px;
}
.srvicon1 {
    font-size: 40px;
}
.icntxt1 {
    margin-top: 6px;
    font-size: 12px;
    font-weight: bold;
}
.icntxtactiv1 {
    margin-top: 6px;
    font-size: 12px;
    font-weight: bold;
}
.icntxtactiv1 a:hover {
    text-decoration: none;
}
.icntxt1 a {
    color: #7c7b7c;
}
.icntxt1 a:hover {
    text-decoration: none;
}
.btnn1 a {
    color: #fff !important;
}
.btnn1 a:hover {
    text-decoration: none;
}
.srvheddiv {
    text-align: center;
    color: #7c7b7c;
    cursor: pointer;
}
section.scnsep {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(124,123,124,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(124,123,124,1);
    box-shadow: 0px 3px 5px 0px rgba(124,123,124,1);
    position: relative;
}
.btry_seachBar{
    width: 70%;
    margin: 0 auto 0 20%;
}
.frtxt{
    height: 32px;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
}
input[type="date"] {
    height: 30px;
    width: 50%;
}
section.sltdt {
    padding-top: 40px;
    padding-bottom: 40px;
}
.container.full_cnt {
    background-color: #ffffffeb;
    margin-top: -30px;
    height:100%;
}
.full_cnts {
	background-color: #ffffffeb;
    margin-top: -30px;
}
/*start step css*/
.stepwizard-step p {
    margin-top: 10px;
	font-weight: 600;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
	margin-top: 50px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 15px;
    background-color: #ccc;
    border-radius: 10px;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33.33%;
}
.btn-mapfre{
    background:#d62219;
    border-color:#d62219;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 5px;
}
.form-group {
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7c7b7c;
    background-color: #e2e2e2;
    background-image: none;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.checkbox-inline, .radio-inline {
    font-weight: bold;
    font-size: 16px;
}
.checkbox label, .radio label {
    font-weight: bold;
    font-size: 16px;
}
/*end step css*/
/*model css*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    /*padding: 15px 15px 80px;*/
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom-color: #d81e05;
    background-color: #d81e05;
}
.modal-header1 {
    border-bottom-color: #EEEEEE;
    background-color: #123356;
    border-radius: 0;
    padding: 1rem;
}
h4#myModalLabel3 {
    margin-top: 30px;
    color: #fff;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff !important;
    opacity: 1;
}
select.sltbtry {
    width: 100%;
    border-radius: 10px;
    padding: 11px 9px;
    background-color: #e2e2e2;
    background-image: none;
    border: 1px solid #e2e2e2;
}
input.sltbtry_textfield {
    width: 100%;
    border-radius: 10px;
    padding: 11px 9px;
    background-color: #e2e2e2;
    background-image: none;
    border: 1px solid #e2e2e2;
}
/*start casosal css*/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    /*left: 12%;*/
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #e2e2e2;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 150px;
	padding: 2px;
}
.carousel-control.right {
    right: -12px;
}
a.left.carousel-control {
    background-color: #d22622;
    opacity: 1;
}
a.right.carousel-control {
    background-color: #d22622;
    opacity: 1;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
/*end casosal css*/
p.btdtl {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
p.btdt2 {
    text-align: center;
}
.hidbtrydiv{
    display:none
}
/*.intro{
display:block
}*/
p.sltdgt {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.crexm1 {
    padding-left: 0px;
}
.crexm3 {
    padding-right: 0px;
}
p.hdphone a:hover {
    text-decoration: none;
}
p.hdphone a {
    color: #fff;
}
/* Responsive Styling **/

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
    body{
        padding-bottom:0px;
    }
   .phnrt {
        text-align: center;
    }
    p.hdphone{
        font-size:18px;
    }
    .hamBurgerMenu{
        display:block;
        font-size:30px;
        font-weight:bold;
		top: 0px;
/*      color:#fff;
        position:relative;
        right: 11px;
        z-index: 10; */
    }
    .srvfedin{
        margin-top:33px;
    }
    .icntxt{
        margin-bottom:20px;
    }
    .payments{
        float:none;
    }
    .terms_condition{
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .modal-dialog{
        width:100% !important;
    }
    .scnsep{
        display:none;
    }
    .main_section{
        padding:20px 0;
    }
    .stepwizard{
        width:100%;
    }
    .date_timeContainer{
        width:100%;
        padding: 25px 0;
    }
    .date_timeContainer .text-center{
        text-align:left;
    }
    .date_timeContainer input{
        width:100%;
    }
    section.sltdt{
        padding-bottom:0
    }
    .carAnimation_main{
        margin:0;
    }
    .car_animation {
        width: 100%;
        position: static;
        top: -52%;
        left: 0;
    }
    @keyframes carAnimation{
        from {transform:translateX(-80px);opacity:0;}
        to {transform:translateX(0px);opacity:1;}
    }
    .btn-3e{
        padding: 15px 82px 15px 50px !important;
    }
    h3.sltcndt{
        font-size:24px;
    }
    .select_carTab_main{
        width:89%;
    }
    .tab-pane{
        padding:0;
    }
    .carsContainer > div{
        padding:0;
        margin-top: 55px;
    }
    .carsContainer{
        margin:0;
    }
    .nav>li>a{
        padding:10px 3px !important;
    }
    .next_prev{
        padding:0;
    }
    .next_prev .prevBtn{
        float: none;
        margin: 0;
        width: 38%;
    }
    .next_prev .nextBtn{
        float: none;
        margin: 0;
        width: 38%;
    }
    .next_prev .btn-3e:before{
        right:-8px;
    }
    .next_prev .btn-3ee:before{
        left:-9px;
    }
    .delivery_and_inst{
        display:none;
    }
    .btry_seachBar {
        width: 88%;
        margin: 15px auto 0 auto;
    }
    .btry_seachBar >  div{
        margin-bottom:15px;
    }
    .info_form{
        margin-top:55px;
    }
    .roadSide_column{
        width:100%;
    }
    .roadSide_bg{
        height:1303px;
        background-position: -53px bottom;
        background-size: contain;
    }
    .rdsbg{
        background:none !important;
    }

    .drinkcard-cc{
        width:90px !important;
    }
    .country_wrapper{
        width:100%;
    }
    .country_wrapper > div{
        margin: 15% 0;
    }
    .country_wrapper a.uae_map{
        height:237px;
    }
    .country_wrapper a.uae_map:hover{
        background-position: 0 -222px;
    }
    .country_wrapper a.barhin_map{
        height:296px;
    }
    .country_wrapper a.barhin_map:hover{
        background-position: 0 -296px;
    }

    .examin_form {
        margin-top: -20%;
    }
    p.hdphone a:hover {
        text-decoration: none;
    }

    p.hdphone a {
        color: #fff;
    }
    .crexm1 {
        padding-right: 0px;
    }

    .crexm2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .crexm3 {
        padding-left: 0px;
    }

}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : landscape) {
    body{
        padding-bottom:0px;
    }
    .logo_part{
        text-align:center;
    }
    .phnrt {
        text-align: center;
    }
    p.hdphone{
        font-size:18px;
    }
    .hamBurgerMenu{
        display:block;
        font-size:30px;
        font-weight:bold;
        color:#fff;
        /*position:absolute;
        top: 13px;
        right: 11px;
        z-index: 10;*/
    }
    .srvheddiv{
        width:25%;
        float: left;
    }
    .srvfedin{
        margin-top:33px;
    }
    .icntxt{
        margin-bottom:20px;
    }
    .payments{
        float:none;
    }
    .terms_condition{
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    .modal-dialog{
        width:100% !important;
    }
    .scnsep{
        display:none;
    }
    .main_section{
        padding:20px 0;
    }
    .stepwizard{
        width:100%;
    }
    .date_timeContainer{
        width:100%;
        padding: 25px 0;
    }
    .date_timeContainer .text-center{
        text-align:left;
    }
    .date_timeContainer input{
        width: 70%;
    }
    section.sltdt{
        padding-bottom:0
    }
    .carAnimation_main{
        /*margin:0;*/
    }
    .findCarBtn{
        text-align:right;
    }
    .car_animation {
        width: 56%;
        position: absolute;
        top: -25%;
        left: 0;
    }
    @keyframes carAnimation{
        from {transform:translateX(-80px);opacity:0;}
        to {transform:translateX(0px);opacity:1;}
    }
    .btn-3e{
        padding: 15px 82px 15px 50px !important;
        margin: 5% 0 0 0 !important;
    }
    .carsContainer > div{
        padding:0;
        margin-top: 55px;
    }
    .carsContainer{
        margin:0;
    }
    .carsImage{
        width:60%;
        margin:0 auto;
    }
    .delivery_and_inst{
        display:none;
    }
    .btry_seachBar {
        width: 60%;
        margin: 15px auto 0 auto;
    }
    .btry_seachBar >  div{
        margin-bottom:15px;
    }
    .roadSide_column{
        width:100%;
    }
    .roadSide_bg{
        height: 1420px;
        background-position: -100px bottom;
        background-size: contain;
    }
    .country_wrapper{
        transform: translate(-50%,0);
    }
    .country_wrapper a.uae_map{
        height:250px;
    }
    .country_wrapper a.barhin_map{
        height:307px;
    }

    .country_wrapper a.uae_map:hover{
        background-position: 0 -250px;
    }
    .country_wrapper a.barhin_map:hover{
        background-position: 0 -307px;
    }
    .country_wrapper > div{
        margin: 0 0 15% 0;
    }
    .info_form{
        margin-top:70px;
    }
    .examin_form {
        margin-top: -12%;
    }
    p.hdphone a:hover {
        text-decoration: none;
    }

    p.hdphone a {
        color: #fff;
    }
    .crexm1 {
        padding-right: 0px;
    }
    .crexm2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .crexm3 {
        padding-left: 0px;
    }

}

@media screen and (min-width:768px) and (max-width:1024px){
.new_height
{
    height: 32px;
    border: #d81e05;
    color: black;
}
.selectCarContainer{
    display:none;
}
.btnnsm-3 {
    background: #ffffff;
    color: #d22622;
}
.btnnsm-3e:before {
    right: 6px;
}
.btnnsm-3e:after {
    width: 34%;
    background: #e2e2e2;
}
.btnnsm-3:hover {
    background: #b6b5b6;
}
.btnn1 a {
    color:#fff;
}
.btnn1 a:hover {
    text-decoration: none;
}
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
}
.step1 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.tac_padding {
    padding-left: 40px
}
.tac_width {
    height: 16%;
}
.tac_title {
    color: #d81e05;
}
img.img-responsive {
    height: 220px;
}
a.right.carousel-control {
    background-color: #d22622 !important;
}
.carousel-control {
    opacity: 1 !important;
}
.modal-backdrop.in {
    opacity: 0.0;
}
}
/*  Responsive Design */
@media (max-width : 768px) { 
p.hdphone2 {
    padding-right: 0px;
	text-align: center;
	margin-top: -30px;
}
p.hdphone {
    text-align: center;
}
p.cpytxt {
    text-align: center;
}
.newfooter {
    background-color: #ebecf2;
}
.ft-toll {
    font-size: 13px;
    margin: 10px 0px 10px 0px;
	text-align: center;
}
.stepwizard {
    width: 100%;
}
.col-xs-6 {
    width: 52%;
}
.select_carTab_main {
    width: 90%;
}
.carsImage img {
    height: auto;
}
.hamBurgerMenu {
    display: block;
    color: #fff;
    font-size: 26px;
}
section.scnsep {
    padding-top: 0px;
    padding-bottom: 0px;
}
div#step-2 {
    display: none;
}
.hedbg {
    padding-top: 30px;
    padding-bottom: 30px;
}
select.sltbtry {
    margin-top: 12px;
	border-radius: 14px
}
.col-md-2.brand_id {
    padding: 14px;
}
.btnnsm12-3 {
    margin-top: 20px;
}
section.car_page {
    background: transparent !important;
}
section.bats_main {
    background: transparent !important;
}
.rdsbg {
    background: transparent !important;
}
.roadSide_column {
    width: 100%;
}
.row.roadSide_row {
    margin-top: -36px;
}
.roadSide_bg {
    background: transparent;
}
.drinkcard-cc {
    width: 90px !important;
}
.col-md-3 .fade_out {
	margin-top: 0px !important;
}
.col-md-3 .fade_out2 {
	margin-top: 0px !important;
}
.col-md-3 .fade_out3 {
	margin-top: 0px !important;
}
.col-md-3 .fade_out4 {
	margin-top: 0px !important;
}
.container.full_cnt {
    margin-top: -20px !important;
}
.form-control {
    width: 86%;
    margin: 0 auto;
}
p.ret {
    text-align: center;
}
label.radio-inline {
    margin-left: 30px;
}
.carsImage img {
    z-index: 0;
}
.carsImage {
    position: relative;
}
.carsImage span {
    bottom: -42px;
}
.car_name {
    padding-top: 46px;
}
.checkbox {
    text-align: center;
}
.btnn1, .btn2 {
    font-size: 14px;
}
.btn-3ee {
    padding: 15px 50px 15px 50px;
}
.mapfre_footer {
    position: absolute;
/* 	height: auto; */
}
.col-md-12.btn_row {
    margin-top: -30px !important;
}
.btn-3ee {
    padding: 15px 50px 15px 50px;
}
.info_form{
    margin-top:0px !important;
}
}

label.error {
     color: #a94442;
     padding:1px 20px 1px 153px;
 }
#total_amount,
#amt,
#amount,
#amount_towing {
    font-size: 36px;
}
section.bat_main {
    background-image: url(http://adtechbeta.net/mapfrework/assets/front/image/UAE-WHITE0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.col-md-6.crexm2 {
    padding-left: 0px;
}
p.ret {
    font-size: 16px;
    margin-left: 4px;
    text-decoration: underline;
}
p.ret a {
    color: #d81e05;
}
section.bats_main {
    background-image: url(http://adtechbeta.net/mapfrework/assets/front/image/UAE-WHITE11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    width:100%;
	display:inline-block;
}
section.main_section.rdsbg.towing_bg {
    background-image: url(http://adtechbeta.net/mapfrework/assets/front/image/towing.jpg);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
section.main_section.rdsbg.towing_bgs {
    background-image: url(http://adtechbeta.net/mapfrework/assets/front/image/towing.jpg);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
span.tot_aed {
    color: #7c7b88;
    text-transform: uppercase;
    margin-right: 20px;
	font-size: 24px;
}
.modal_subttl {
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 18px;
}
p.btdtpr {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.mob_icons{
    z-index: 10000;
    bottom: 0px;
	display:none !important;
}
h5.mt-0.mb-4 {
    font-size: 20px;
    margin-bottom: 20px;
}
textarea.form-control.feed_form {
    margin: 40px 0px 24px 0px;
	border: 1px solid #5a5a5a7d;
}
.col-md-4.rating_bg {
    background-color: #dfdfdf;
	margin-top: 100px;
}
.ftrscl_icon{
	text-align:center;
}
@media only screen and (max-width:420px) {
    .mob_icons{
	    display:block !important;
	    width: 90%;
        margin: 0 auto;
        position: sticky;
    }
	p.hdphone2 {
        float: right;
      }
   }
@media (max-width: 1366px) {
	.roadSide_bg {
		width: 100%;
		margin: 0 auto;
}
}
@media (min-width: 1919px) {
	.roadSide_bg {
		width: 70%;
		margin: 0 auto;
}
}
@media (min-width: 2559px) {
	.roadSide_bg {
		width: 50% !important;
		margin: 0 auto;
}
}