@charset "utf-8";
@font-face {
    font-family: "bodytxt";
    font-display: swap;
    src: url("../fonts/OpenSans.woff"), url("../fonts/OpenSans.otf"), url("../fonts/OpenSans.ttf"), url("../fonts/OpenSans.eot");
}

@font-face {
    font-family: "op_semi";
    font-display: swap;
    src: url("../fonts/OpenSans-Semibold.woff"), url("../fonts/OpenSans-Semibold.otf"), url("../fonts/OpenSans-Semibold.ttf"), url("../fonts/OpenSans-Semibold.eot");
}

@font-face {
    font-family: "robo_con";
    src: url("../fonts/RobotoCondensed-Regular.woff"), url("../fonts/RobotoCondensed-Regular.otf"), url("../fonts/RobotoCondensed-Regular.ttf"), url("../fonts/RobotoCondensed-Regular.eot");
}

@font-face {
    font-family: "op_light";
    font-display: swap;
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "robo_reg";
    font-display: swap;
    src: url("../fonts/Roboto-Regular.woff"), url("../fonts/Roboto-Regular.otf"), url("../fonts/Roboto-Regular.ttf"), url("../fonts/Roboto-Regular.eot");
}

@font-face {
    font-family: "roboto_lght";
    font-display: swap;
    src: url("../fonts/Roboto-Light.ttf"), url("../fonts/Roboto-Light.otf"), url("../fonts/Roboto-Light.woff"), url("../fonts/Roboto-Light.svg");
}

@font-face {
    font-family: "robo_thin";
    font-display: swap;
    src: url(../fonts/Roboto-Thin.woff), url(../fonts/Roboto-Thin.otf), url(../fonts/Roboto-Thin.ttf), url(../fonts/Roboto-Thin.eot);
}

@font-face {
    font-family: "Raleway_reg";
    font-display: swap;
    src: url("../fonts/Raleway-Regular.woff"), url("../fonts/Raleway-Regular.otf"), url("../fonts/Raleway-Regular.ttf"), url("../fonts/Raleway-Regular.eot");
}

@font-face {
    font-family: "Raleway_light";
    font-display: swap;
    src: url("../fonts/Raleway-Light.woff"), url("../fonts/Raleway-Light.otf"), url("../fonts/Raleway-Light.ttf"), url("../fonts/Raleway-Light.eot");
}

@font-face {
    font-family: "harabara";
    font-display: swap;
    src: url("../fonts/Harabara.ttf"), url("../fonts/Harabara.otf");
}

@font-face {
    font-family: "pop_on";
    src: url("../fonts/Poppins-Regular.woff"), url("../fonts/Poppins-Regular.otf"), url("../fonts/Poppins-Regular.ttf"), url("../fonts/Poppins-Regular.eot");
}

@font-face {
    font-family: "rubee";
    src: url("../fonts/Rubik-Light.ttf");
}

* {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

section {
    float: left;
    width: 100%
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1200px;
}

.scootImg {
    float: left;
    width: 100%;
    background-image: url(../images/uae_background.png);
    background-repeat: no-repeat;
    transition: background 1s ease-out;
    position: relative;
    background-size: cover;
}

.defaultImg {
    float: left;
    width: 100%;
    background-image: url(../images/uae_background.png);
    background-repeat: no-repeat;
    transition: background 1s ease-out;
    position: relative;
    background-size: cover;
}

.defaultImg.christmasbg {
    background: #090d32;
}

#slideshow {
    clip-path: polygon(63% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 680px;
    height: 100%;
    overflow: hidden;
}

#slideshow>div {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0
}

#slideshow>img {
    width: 100%
}


/* .defaultImg {
    float: left;
    width: 100%;
    background-image: url(../images/uae_background.png);
    background-repeat: no-repeat;
    transition: background 1s ease-out;
    position: relative;
} */

.logo {
    padding-top: 0px;
    float: left;
    border: 0px;
}

.logo.pt {
    padding-top: 20px;
}

.links {
    height: auto;
    width: 400px;
    float: right;
    padding-top: 12px;
}

.my_account {
    color: #fff;
    font-family: "robo_reg";
    border-radius: 5px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    float: Left;
}

.tringleCoresoul {
    position: absolute;
    width: 300px;
    height: 200px;
    right: 0;
    /* clip-path: polygon(0% 100%, 100% 100%, 0% 0%); */
    clip-path: polygon(100% 0%, 100% 100%, 0% 0%, );
}

.my_account img {
    margin-right: 4px;
    margin-top: 3px;
}

.my_account:hover {
    background: #8c1e1d;
    color: #fff !important;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
}

.menu {
    border-radius: 5px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: "robo_reg";
    margin-left: 0px;
    background-color: transparent;
    border: none;
}

.menu img {
    margin-left: 8px;
}

.menu:hover {
    border-radius: 5px;
    width: 100px;
    height: 30px;
    background: #8c1e1d;
    color: #fff !important;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
}

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-left: 28px;
    display: none;
    position: absolute;
    background-color: #0e0e0e;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
    margin-top: 32px;
    color: #fff;
}

.dropdown-content a {
    color: #efefef;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    font-family: "roboto_lght";
}

.dropdown a:hover {
    background: #8c1e1d;
    color: #fff !important;
    transition: all 0.4s ease-in 0s;
}

.show {
    display: block;
}

.booking-frm {
    position: relative;
    width: 100%;
    float: left;
    /* margin: 143px 0 0 0; */
    margin: 175px 0 0 0;
}

.booking-frm.pt-35 {
    margin-top: 35px !important;
}

.popup {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -154px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 600px;
    height: 315px;
    text-align: end;
}

.popup img {
    margin: 44px 0 0 0
}

.popup .popuptext {
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: -7px;
    left: 130%;
    margin-left: -80px;
}


/*.popup .popuptext1 {visibility: hidden; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: -3%; left: -59%; margin-left: -80px; transition: all 0.5s }*/

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.special_offer {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.offer-bg {
    height: 461px;
    width: 100%;
}

.mini_slider {
    float: left;
    height: 450px;
    width: 252px;
}

.mini_img {
    height: 217px;
    width: 100%;
    box-shadow: 1px 1px 2px 2px #f4f4f4;
    border: 1px solid #ccc;
}

.slider_bg {
    height: 390px;
    width: 899px;
    float: right;
    margin-top: 3px;
    background-color: #e7e6e4;
}

.carousel-indicators {
    bottom: 8px;
}

.main_line_h1 {
    color: #fff;
    font-family: 'harabara';
    font-size: 37px;
    font-weight: normal;
    letter-spacing: 2px;
}

.sub_line_h {
    font-size: 18px;
    color: #e7e7e7;
    font-family: "roboto_lght";
    margin-top: 17px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.form_new_design {
    height: 171px;
    width: 992px;
    background-image: url(../images_new/background_form.png);
    background-repeat: no-repeat;
    margin-top: 40px;
    padding-top: 51px;
    padding-left: 25px;
}

.new_book_frm {
    padding-top: 20px;
    float: left;
}

.new_book_frm .active {
    line-height: 17px;
    color: #fff;
    font-size: 16px;
    background: #d71921;
    background: -webkit-linear-gradient(left, #d71921, #9f0007);
    background: -o-linear-gradient(left, #d71921, #9f0007);
    background: -moz-linear-gradient(left, #d71921, #9f0007);
    background: linear-gradient(to top, #d71921, #9f0007);
    background-image: url(../images_new/texture_bg1.png);
    background-repeat: repeat-x;
    padding: 14px 10px;
    float: left;
    margin-right: 8px;
    text-transform: uppercase;
    width: 155px;
    font-family: "op_semi";
    border-radius: 4px 4px 0px 0px;
    height: 36px;
    margin-top: -12px;
    transition: 0.2s;
}

.new_book_frm li {
    list-style-type: none;
    color: #383838;
    font-size: 16px;
    background: #fff;
    padding: 8px 10px;
    float: left;
    margin-right: 8px;
    line-height: 17px;
    width: 155px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "op_semi";
    border-radius: 4px 4px 0px 0px;
    height: 36px;
}

.new_book_frm li img {
    margin-right: 13px;
    float: left;
}

.new_book_frm li p {
    padding-top: 2px;
}

.new_book_frm li span {
    font-size: 12px;
    font-family: "roboto_lght";
}

.new_book_frm li:hover {
    color: #fff;
    background: #d71921;
    background: -webkit-linear-gradient(left, #d71921, #9f0007);
    background: -o-linear-gradient(left, #d71921, #9f0007);
    background: -moz-linear-gradient(left, #d71921, #9f0007);
    background: linear-gradient(to top, #d71921, #9f0007);
    background-image: url(../images_new/texture_bg1.png);
    background-repeat: repeat-x;
}

.my_ico {
    margin-left: -26px;
    margin-top: 12px;
    margin-right: 20px;
}

.search_sub_btn {
    margin-top: 35px;
    color: #fff;
    background-color: #64a507;
    padding: 8px 20px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 17px;
    font-family: "roboto_lght";
}

.search_sub_btn:hover {
    background-color: #222222;
    transition: 2s;
}

.form_content {
    background-color: rgba(265, 265, 265, 0.7);
    width: 1200px;
    float: left;
    border-radius: 0px 4px 4px 4px;
    padding: 0 0 8px 0;
    /* margin: 0 0 100px 0; */
    margin: 0 0 60px 0;
}

.sub_tital {
    text-align: left;
    font-size: 14px;
    margin-top: 9px;
    color: #424242;
    padding: 6px;
    padding-left: 20px;
    background-color: #e9e9e9;
    padding-bottom: 6px;
    margin: 0 auto;
    font-family: "op_semi";
    border-top: 3px solid #d1161d;
}

img {
    vertical-align: inherit;
    border: 0px;
}

.select-location {
    margin: 0 10px;
    float: left;
    width: 120px;
}

.select-location-rak {
    margin: 0 50px 0 10px;
    float: left;
    width: 120px;
}

.select-location .img {
    margin: 0 auto;
    float: left;
    cursor: pointer;
    width: 90px;
}

.select-location-rak .img {
    margin: 0 auto;
    float: left;
    cursor: pointer;
    width: 160px;
}

.form-fild {
    color: #101010;
    font-family: "robo_reg";
    font-size: 16px;
}

.select-location button {
    background-color: transparent;
    border: none;
    padding: 0px;
    float: left;
    margin-top: 0px;
}

.select-location-rak button {
    background-color: transparent;
    border: none;
    padding: 0px;
    float: left;
    margin-top: 0px;
}

.select-location .disabled {
    opacity: 0.3;
    margin-top: 0px;
}

.select-location-rak .disabled {
    opacity: 0.3;
    margin-top: 0px;
}

.select-location .tpmrgn {
    margin-top: 0px;
    cursor: pointer;
}

.lghtbx_bg {
    width: 720px;
    height: 520px;
    background: url(../../images_new/lghtbx_lctn1.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 120px 5px 0 5px;
}

.main_loc1 {
    display: inline-block;
    margin-right: 18px;
    width: 148px;
}

.first_row {
    margin: 0 auto;
    text-align: center;
}

a:hover {
    text-decoration: none;
}

.img1 {
    background-image: url(../images_new/exp1.png)
}

.special_offers_title {
    font-size: 45.58px;
    color: #333333;
    font-family: "robo_reg";
    text-align: center;
    margin-bottom: 10px;
}

.special_offers_sub {
    color: #646464;
    font-size: 17px;
    margin-bottom: 40px;
    font-family: "bodytxt";
}

.input_booking {
    cursor: pointer;
    width: 277px;
    border-radius: 4px !important;
    margin-top: 4px;
    border: 1px solid #ccc;
    height: 35px;
    padding-left: 12px;
}

.city_name_icon {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    color: #33414f;
    font-family: "op_semi";
    margin: 0 auto;
}

.city_name_icon i {
    position: absolute;
    content: "";
    top: 30px;
    right: 7px;
    color: #000
}

.ang_down {
    font-size: 20px;
    margin-left: 4px;
}

.up_line {
    float: right;
    margin-top: -90px;
    margin-right: 20px;
}

.select-location .city_name_icon:hover {
    color: #666;
}

.mrg_top {
    margin-top: 20px;
}

.frmlft {
    width: 450px;
    float: left;
}

.frmryt {
    width: 450px;
    float: left;
}

.strt-loctnhead {
    width: 450px;
    font-family: "robo_reg";
    font-size: 18px;
    padding: 10px 0px 10px 19px;
    text-align: left;
    text-transform: uppercase;
}

.frmbck {
    float: left;
    border: 1px solid #ececec;
    background-color: rgba(265, 265, 265, 0.3);
    height: 110px;
    margin-left: 20px;
}

.line_bar {
    margin-left: 10px;
    margin-top: 8px;
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    width: 143px;
    font-family: "roboto_lght";
    border: 1px dashed #f1f900;
    border-radius: 4px;
    background-color: #64a507;
    text-align: center;
    float: right;
    margin-top: 25px;
}

nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}

nav.stroke ul li a:hover:after {
    width: 100%;
}

.fill {
    width: 98%;
}

nav.fill ul li a {
    transition: all 2s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}

nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}

nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 0.5s forwards;
    -webkit-animation: fill 0.5s forwards;
    -moz-animation: fill 0.5s forwards;
    opacity: 1;
}

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

.input_booking {
    cursor: pointer;
    width: 240px;
    border-radius: 0px !important;
    margin-top: 4px;
    border: none;
    height: 35px;
    padding-left: 33px;
    background: transparent;
    font-size: 15px;
    border-bottom: 1px solid #000;
}

.input_booking-rak {
    cursor: pointer;
    width: 200px;
    border-radius: 0px !important;
    margin-top: 4px;
    border: none;
    height: 35px;
    padding-left: 33px;
    background: transparent;
    font-size: 17px;
    border-bottom: 1px solid #000;
}

.my_ico {
    margin-left: 5px;
    margin-top: 12px;
    position: absolute;
}

.frm-txtfld {
    float: left;
    margin: 15px 10px 0px 0px;
    font-family: "bodytxt";
}

.frm-txtfld-pickup {
    float: left;
    margin: 35px 10px 0px 0px;
    font-family: "bodytxt";
}

.pickup-date {
    float: left;
}

.pickup-date .input_booking {
    cursor: pointer;
    width: 165px;
    border-radius: 0px !important;
    margin-top: 4px;
    border: none;
    height: 35px;
    padding-left: 33px;
    background: transparent;
    font-size: 17px;
    border-bottom: 1px solid #000;
}

.pickup-time {
    float: left;
    margin-left: 20px;
}

.pickup-time .input_booking {
    cursor: pointer;
    width: 60px;
    border-radius: 0px !important;
    margin-top: 4px;
    border: none;
    height: 35px;
    padding-left: 33px;
    background: transparent;
    font-size: 17px;
    border-bottom: 1px solid #000;
}

.disabled {
    opacity: 0.3;
}

.select-duration {
    float: right;
    margin-top: 0px;
    height: 20px;
    margin-right: 130px;
}

.select-duration select {
    cursor: pointer;
    width: 80px;
    border-radius: 0px !important;
    margin-top: 4px;
    border: none;
    height: 20px;
    background: transparent;
    font-size: 16px;
    border-bottom: 1px solid #000;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select-duration .my_ico {
    margin-left: 0px;
    margin-top: 4px;
    position: absolute;
    font-size: 14px;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.select-duration .my_ico1 {
    margin-left: 70px;
    margin-top: 4px;
    position: absolute;
    color: #444;
}

.top-margin {
    margin-top: -20px;
}

.disabled {
    opacity: 0.3;
}

.select-duration1 {
    float: left;
    background: #fff;
    border-radius: 4px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.select-duration1 p {
    text-transform: uppercase;
    color: #363636;
    padding: 20px 0px 10px 0px;
}

.select-duration1-arw {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    margin-left: 30px;
    margin-top: -4px;
    position: absolute;
    z-index: 9;
}

.select-duration1-arwsml {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #bebebe;
    margin-left: 30px;
    position: absolute;
}


/**************index-form-design2.php***********************/

.select-location2 {
    margin: 15px 10px 0 10px;
    float: left;
    padding-left: 10px;
}

.select-location2-rak {
    margin: 0 50px 0 10px;
    float: left;
    width: 120px;
}

.select-location2 .img {
    margin: 0 auto;
    float: left;
    cursor: pointer;
    width: 90px;
}

.select-location2 .smlhed {
    font-family: "bodytxt";
    font-size: 13px;
    text-transform: none;
    text-align: left;
}

.select-location2-rak .img {
    margin: 0 auto;
    float: left;
    cursor: pointer;
    width: 160px;
}

.form-fild {
    color: #101010;
    font-family: "robo_reg";
    font-size: 16px;
}

.select-location2 button {
    width: 290px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 0px;
    float: left;
    margin-top: 0px;
}

.select-location2-rak button {
    background-color: transparent;
    border: none;
    padding: 0px;
    float: left;
    margin-top: 0px;
}

.select-location2 .disabled {
    opacity: 0.3;
    margin-top: 0px;
}

.frm-txtfld-pickup2 {
    margin: 115px 0px 0px 15px;
    font-family: "bodytxt";
    padding-left: 10px;
}

.pickup-date2 {
    float: left;
}

.pickup-date2 .input_booking {
    cursor: pointer;
    width: 165px;
    border-radius: 0px !important;
    margin-top: 4px;
    border: none;
    height: 35px;
    padding-left: 33px;
    background: transparent;
    font-size: 17px;
    border-bottom: 1px solid #000;
}

.pickup-time2 {
    float: left;
    margin-left: 20px;
}

.pickup-time2 .input_booking {
    cursor: pointer;
    width: 60px;
    border-radius: 0px !important;
    margin-top: 4px;
    border: none;
    height: 35px;
    padding-left: 33px;
    background: transparent;
    font-size: 17px;
    border-bottom: 1px solid #000;
}

.select-m-duretion {
    background-color: #FFF;
    margin: 105px 0 0 20px;
    font-family: "robo_reg"
}

.sel-head {
    float: left;
    background-color: #FFF;
    height: 52px;
    margin: 0 20px 0 0;
    border-radius: 4px;
    padding: 19px 19px 2px 19px;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    line-height: 20px;
    cursor: pointer;
}

.sel-head:before {
    position: absolute;
    top: 50%;
    right: -12px;
    height: 25px;
    width: 25px;
    content: "";
    margin-top: -12.5px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #FFF;
}

.sel-head span {
    display: block;
    width: 100%;
    text-align: center;
}

.sel-head:hover,
.sel-head.active {
    background-color: #3ac121;
    color: #FFF;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sel-head:hover.sel-head::before,
.sel-head.active.sel-head::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #3ac121;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sel-month {
    font-size: 28px;
    margin: -1px 0 5px 0;
    cursor: pointer;
}

.duretion-month {
    float: left;
    background-color: #FFF;
    height: 52px;
    border-radius: 4px;
    width: 315px;
    padding: 9px 0 11px 0;
    text-align: center;
}

.duretion-month p {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    background-image: url(../images/duration-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.duretion-month ul {
    list-style-type: none;
    padding: 5px 0 0px 0;
    text-align: center;
    display: inline-block;
    width: 100%
}

.duretion-month li {
    font-size: 16px;
    text-align: center;
    height: 26px;
    width: 26px;
    transition: 0.5s;
    display: inline-block;
    background-color: #FFF;
    border-radius: 4px;
    line-height: 27px
}

.duretion-month li {
    display: inline-block;
    margin: 3px
}

.duretion-month li:hover,
.duretion-month li.active {
    background-color: #3ac121;
    transition: 0.5s;
    cursor: pointer;
    color: #fff;
}

.duretion-month ul a i {
    display: inline-block;
    height: 26px;
    width: 26px;
    font-size: 18px;
    line-height: 26px
}

.duretion-month ul a i:hover {
    color: #F00
}

.search-btn {
    float: right;
    margin: 131px 13px 0 0
}

.pick-head {
    display: block
}

.img75 {
    object-fit: none;
    object-position: 0 0;
    width: 62px;
    height: 57px;
}

.img76 {
    object-fit: none;
    object-position: 0 0;
    width: 56px;
    height: 57px;
}

.img77 {
    object-fit: none;
    object-position: 0 0;
    width: 56px;
    height: 57px;
}

.book {
    object-position: 1px 0px !important;
}

.book2 {
    object-position: -114px 0px !important;
}

.book3 {
    object-position: -178px 0px !important;
}

.book1 {
    object-position: -56px 0px !important;
}

.s-time {
    float: left;
    width: 93px
}

.s-time ul {
    list-style-type: none;
    border-bottom: 1px solid #000;
    padding: 0 0 0 20px;
    position: relative
}

.s-time ul:before {
    position: absolute;
    content: "\f017";
    height: 50px;
    width: 50px;
    font-family: "FontAwesome";
    left: 0;
    margin-top: 12px;
}

.s-time ul li {
    position: relative;
    width: 90%;
    padding: 10px 0 9px 7px;
    font-size: 15px
}

.s-time ul li input {
    border: 0;
    width: 110%;
    margin-left: -27px;
    background-color: transparent;
    padding: 0 10px 0 18px;
    font-size: 16px;
}

.s-time ul li ul {
    border-bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    float: left;
    background-image: inherit;
    padding: 0;
}

.s-time ul li ul:before {
    display: none
}

.s-time ul li ul:after {
    position: absolute;
    content: "";
    padding: 0;
    background-color: transparent;
    width: 100%;
    left: 0;
    top: -5px
}

.s-time ul li ul li {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 15px
}

.s-time ul li ul li {
    padding: 3px 6px 3px 6px !important;
    width: 87% !important;
    float: left;
    text-align: center;
    opacity: 0.6
}

.s-time ul li ul li:hover {
    background-color: #f0f0f0;
    cursor: pointer;
    opacity: 1
}


/**************index-form-design2.php***********************/

a span {
    position: relative;
    z-index: 3;
}

a .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}

a .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.txt {
    font-size: 17px;
    line-height: 1.45;
}

.err-msg {
    color: #af0008;
    font-size: 12px;
    font-family: "robo_reg";
    line-height: 24px;
}


/*.mainbreadcrumb2{position: relative;margin:15px 0 0px 0px}
ul .activeb1{color: #0176ff!important}
ul.breadcrumb1 {padding: 8px 16px;list-style: none;background-color: #f5f5f5; display: inline-block;}
ul.breadcrumb1 li {display: inline;font-size: 14px;}
ul.breadcrumb1 li a {color: #969696;text-decoration: none;}
ul.breadcrumb1 li a:hover {color: #01447e;text-decoration: underline;}
ul.breadcrumb1 li i{padding: 2px 5px 0 7px; color: #969696}*/

.mainbreadcrumb2 {
    position: relative;
    top: 115px;
    left: -15px;
    font-family: "roboto_lght";
}

.mainbreadcrumb2.new {
    width: 100%;
    float: left;
    left: auto;
    top: auto;
    margin-bottom: 20px;
}

ul .activeb1 {
    color: #fff!important;
    font-weight: 600
}

ul.breadcrumb1 {
    padding: 8px 16px;
    list-style: none;
    background-color: #;
    display: inline-block;
}

ul.breadcrumb1 li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumb1 li a {
    color: #969696;
    text-decoration: none;
}

ul.breadcrumb1 li a:hover {
    color: #fff;
    text-decoration: underline;
}

ul.breadcrumb1 li i {
    padding: 2px 5px 0 7px;
    color: #969696
}

#snow {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(http://gdurl.com/dIoP), url(http://gdurl.com/G5Vp), url(http://gdurl.com/m9Yz);
    z-index: 1;
    pointer-events: none;
    -moz-animation: snow 10s linear infinite;
    -webkit-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

@-moz-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 500px 1000px, 0 400px, 0 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 500px 1000px, 0 400px, 0 300px;
    }
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 500px 1000px, 0 400px, 0 300px;
    }
}


/*================= h2 heading class start=====*/

.dsply-b {
    display: block;
}

.dsply-n {
    display: none;
}


/*================= h2 heading class ends=====*/


/*===========location css=====================*/

.seld-location {
    color: #fff;
    font-family: "robo_reg";
    border-radius: 5px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    float: Left;
}

.links1 {
    height: auto;
    width: auto!important;
    float: right;
    padding-top: 12px;
}

.links1.pt-2 {
    padding-top: 42px;
}

.seld-location:hover {
    background: #8c1e1d;
    color: #fff !important;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
}


/*==================location css=====================*/

.selfdrive_contant b {
    font-weight: 600
}

.listseo b {
    font-weight: 600
}

.rtaSection {
    position: relative;
    float: left;
    display: block;
    margin-right: 25px;
}

.rtaSection span {
    color: #fff;
    font-family: "robo_reg";
    font-size: 12px;
    left: -38px;
    top: 10px;
    position: absolute;
    text-transform: uppercase;
}

.rtaSection img {
    width: 90px;
    position: relative;
    top: 10px;
}

.bottomRtaSection {
    position: relative;
    float: left;
    display: block;
    margin-left: 56px;
    margin-top: 10px;
}

.bottomRtaSection span {
    color: #fff;
    font-family: "robo_reg";
    font-size: 13px;
    left: -53px;
    top: 8px;
    position: absolute;
    text-transform: uppercase;
}

.bottomRtaSection img {
    width: 90px;
    position: relative;
    top: 10px;
}

.serachScoot {
    background: #af0008 !important;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
    overflow: hidden;
    padding: 12px 50px 12px 26px !important
}


/* .serachScoot i {
    position: absolute;
    top: 23%;
    left: 40%;
    transform: translate(-50%, 50%);
    font-size: 25px;
    z-index: 9999;
    color: #2196F3;
}
.loaderBtn:before {
    content:'';
    position: absolute;
    background-color: #ffffffad;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
} */

.serachScoot i {
    font-size: 18px;
}

.comingSoon {
    width: 20px;
    position: absolute;
    right: 22px;
    top: 11px;
}

@keyframes top-clip {
    0% {}
    50% {
        transform: translateY(21px);
    }
    100% {
        transform: translateY(21px);
    }
}

@keyframes bottom-sand-path {
    0% {}
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bottom-sand-g {
    0% {}
    85% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-9px);
    }
}

@keyframes hourglass-rotation {
    50% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(180deg);
    }
}

#top-sand #top-clip-path rect,
#bottom-sand path,
#bottom-sand g,
svg {
    animation-duration: 5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

#top-sand #top-clip-path rect {
    animation-name: top-clip;
}

#bottom-sand path {
    transform: translateY(21px);
    animation-name: bottom-sand-path;
}

#bottom-sand g {
    animation-name: bottom-sand-g;
}

svg {
    animation-name: hourglass-rotation;
}

.loaderBtn {
    position: relative;
    left: 7px;
}

.button#btn_search_scoot:focus {
    outline: 0 !important;
}

@media screen and (min-device-width: 1000px) and (max-device-width: 2700px) {
    .seld-location {
        width: 200px;
        margin-right: 40px;
    }
}