* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body{
    background: #E3E4E6;
    font-family: 'Poppins-Regular', 'Poppins-Medium', 'Poppins-SemiBold', 'Poppins-Bold' , 'Poppins-Black' ;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-Regular', 'Poppins-Medium', 'Poppins-SemiBold', 'Poppins-Bold' , 'Poppins-Black' ;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url(../font/Poppins-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../font/Poppins-SemiBold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url(../font/Poppins-Bold.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Black';
    src: url(../font/Poppins-Black.ttf);
    font-weight: normal;
    font-style: normal;
}
ul#my_Tab.form_tab {
    margin: 0;
    border: 0;
}

ul#my_Tab.form_tab li {
    margin: 0 10px;
}

ul#my_Tab.form_tab li a#personal-tab {
    border: 0;
    font-weight: 700;
    padding: 0 0 0 10px;
}

ul#my_Tab.form_tab li a#company-tab {
    
    COLOR: #fff;
    font-weight: 600;
}
li.nav-item.link_tab i {
    color: #fff;
}
li.nav-item.form_tab {
    display: flex;
    color: #495057;
    background-color: #fff;
    flex-wrap: wrap;
    align-items: center;
}

li.nav-item.link_tab {
    display: flex;
    flex-wrap: wrap;
    flw=ex-w: ;
    align-items: center;
    background: #74d74c;
    border-top-right-radius: 20px;
    border-bottom: none !important;
    border-right: 2px solid #fff;
    padding: 5px 10px;
}
.px_20{
    padding-top: 20px;
}
.py_20{
    margin-top: 20px;
}
.inquiry_box{
    width: 100%;
    position: relative;
    background: #fff;
    padding: 10px 20px 20px;
    border-radius: 12px;
}
.reservation-widget-bottom {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #e9e9e9;
    padding: 20px 0;
}
.info-box {
    position: relative;
    flex: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}
strong.f_bold {
    font-size: 15px;
    color: #3f3f3f;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1;
}
.info-box img {
    margin-right: 10px;
}
.car_btn{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #3399FF;
    padding: 13px 20px;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
}
.trucks_btn{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #3399FF;
    background: transparent;
    padding: 13px 20px;
    border: 1px solid #3399FF;
    border-radius: 5px;
}
.c_t_icon{
    position: relative;
    padding-right: 10px;
}
.col_ser_box{
    flex: 0 0 auto;
    width: 24%;
}
.search_box{
    position: relative;
    width: 100%;
    border: 1px solid #74d74c;
    border-radius: 5px;
    align-items: center;
    background: #f7fff538;
    display: flex;
    /*justify-content: space-between;*/
    padding: 0px 0px 0px 15px;
    margin-top: 5px;
    cursor: pointer;
    height: 50px;
}
.search_text{
    width: 100%;
    position: relative;
    border: none;
    font-size: 14px;
    color: #666666;
    padding: 13px 0px;
    background: transparent;
    font-weight: 500;
    line-height: normal;
}
::placeholder{
    color: #666666;
}
.search_text:focus{
    outline: none;
}
.label_text{
    position: relative;
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.search_fill_icon{
    padding: 0px 15px 0px 0px;
    color: #666666;
}
.close_box{
    position: absolute;
    background: #74d74c;
    color: #fff;
    font-size: 18px;
    padding: 11px 15.5px;
    border-radius: 0px 3px 3px 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
}
.col_date_box{
    flex: 0 0 auto;
    width: 35%;
}
.cal_inner {
    width: 100%;
}
.cal{
    display: flex;
}
.date_box{
    position: relative;
    width: 100%;
    border: 1px solid #3399FF;
    border-radius: 5px;
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.date_input_box{
    display: flex;
    border-right: 1px solid #3399FF;
    padding: 0px 15px;
    align-items: center;
    width: 100%;
}
.time_input_box{
    display: flex;;
    padding: 0px 15px;
    align-items: center;
}
.date_time_icon{
    color: #666666;
}
.show_car_box{
    flex: 0 0 auto;
    width: 17%;
}
.show_car_btn{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #74d74c;
    padding: 15px 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
}
.row > *{
    padding-right: 7px;
    padding-left: 7px;
}
.row{
    margin-right: -7px;
    margin-left: -7px;
}
.serch_filter_box{
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 95%;
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
}
.time_table a {
    color: #242424;
    text-decoration: none;
}

.serch_filter_left_box{
    position: relative;
    width: 50%;
    border-radius: 12px 0px 0px 12px;
    padding: 20px 0px;
    background: transparent;
}
.title_box{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    background: #3399FF;
    padding: 10px 15px;
    border-radius: 5px;
}
.history_text_box{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CFCFCF;
    align-items: center;
    background: transparent;
    display: flex;
    padding: 12px 20px;
    cursor: pointer;
}
.history_text_box_active{
    background: #DFECFF;
}
.history_text_box .search_fill_icon{
    color: #242424;
}
.history_text {    position: relative !important;    font-size: 16px !important;    font-weight: 500 !important;    line-height: normal !important;    color: #242424 !important;    margin-bottom: 0 !important;}
.serch_filter_right_box{
    position: relative;
    width: 50%;
    border-radius: 0px 12px 12px 0px;
    padding: 20px;
    background: #F5F9FF;
}
.information_box{
    border: 1px solid #3399FF;
    padding: 10px 15px;
    color: #3399FF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5PX;
    width: auto;
    margin-left: 10px;
}
.pick_return_row{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vehicle_title {    position: relative !important;    font-size: 20px !important;    font-weight: 600 !important;    line-height: normal !important;    color: #242424 !important;    margin-bottom: 0 !important;}
.adress_text{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #666666;
    margin-bottom: 0;
}
.time_text{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #242424;
    display: table-cell;
}
.time_table{
    position: relative;
    width: 100%;
}
.inf_box_d-flex{
    display: flex;
}
#aspickup,#asdrop,.mobile-title{
    display: none;
}
.info {
    border: 2px solid #74d74c;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 10px;
    display: inline;
}
.pick_return_row{
    display: flex;
}
.info-box::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    height: 50px;
    width: 1px;
    background: #e9e9e9;
}
.info-box:last-child::before{
	content: none;
}
.form-row.validate-required {
    display: contents;
}

.woocommerce-terms-and-conditions-wrapper {
    padding: 0 30px;
}

button#place_order {
    margin: 30px;
}