@import url("https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Inter:wght@100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');
body{margin:0px; padding:0px; font-size:14px; color:#838383;font-family: "Inter", sans-serif; }
h1,h2,h3,h4,h5,h6,p,ul,li,div,ol,span,input,textarea,div,class,select,section,header,footer,img{margin:0px; padding:0px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

#container{width:100%; overflow: hidden;}
.full_width{width:100%;}
.page-container {max-width: 1400px;margin: auto; padding:0px 80px; text-align: left;}
.left{float:left;}
.right{float:right;}
.left_side{float:left;}
.right_side{float:right;}
.col{float:left;}
.clearfix{clear:both;}
a img{border:0px;}
img{max-width:100%;}
a{ text-decoration:none;}
.hide{ display:none;}

.wd_100{ width:100%;}
.wd_95{ width:95%;}
.wd_90{ width:90%;}
.wd_85{ width:85%;}
.wd_80{ width:80%;}
.wd_75{ width:75%;}
.wd_70{ width:70%;}
.wd_65{ width:65%;}
.wd_60{ width:60%;}
.wd_55{ width:55%;}
.wd_50{ width:50%;}
.wd_45{ width:45%;}
.wd_40{ width:40%;}
.wd_35{ width:35%;}
.wd_30{ width:30%;}
.wd_25{ width:25%;}
.wd_20{ width:20%;}
.wd_15{ width:15%;}
.wd_10{ width:10%;}

.txt_align_left{ text-align:left;}
.txt_align_center{ text-align:center;}
.txt_align_right{ text-align:right;}
.position_relative{ position:relative;}
p{ font-size:15px; color:#000; text-align:left; font-weight:400; line-height:150%; margin-bottom:10px;}
h1{ font-size:28px; color:#000; text-align:left; font-weight:normal; margin-bottom:15px;}
h2{ font-size:22px; color:#000; text-align:left; font-weight:normal; margin-bottom:15px;}
h3{ font-size:20px; color:#000; text-align:left; font-weight:normal; margin-bottom:15px;}
a{ color:#000;}

/*GERENRIC_SECTION_START*/
.error-msg{display:inline-flex; align-items: center; position: relative;z-index: 99; background-color: #FAAEAE; font-size: 13px; margin-top: 17px; color: #fff; padding: 6px 15px 6px 30px; border-radius: 8px;}
.error-msg::after{width: 14px; height: 14px; background: url(../images/error_msg_icon.svg)0px 0px no-repeat; position: absolute; left:15px; content: '';}
.error-msg::before{ content:'';position:absolute;border:10px solid transparent;border-radius: 5px; border-left:10px solid #FAAEAE;top:-10px;left:0px;}
.error-msg2{display:inline-flex; align-items: center; position: relative;z-index: 99;  font-size: 13px; color: #A4ACB9; padding: 6px 15px 6px 15px;}
.error-msg2::after{width: 14px; height: 14px; background: url(../images/error_msg_icon.svg)0px 0px no-repeat; position: absolute; left:0px; content: '';}
.error-msg2.success-msg2::after{background-image: none;width: 14px; height: 14px; background: url(../images/success_msg_icon.svg)0px 0px no-repeat; position: absolute; left:0px; content: '';}
.error-msg2.error-gray{width: 100%; display: block; border-radius: 9px; padding: 10px 10px 10px 35px; background-color: #F9F9F9;}
.error-msg2.error-gray span{font-size: 16px; font-weight: 600; color: #4B4B4B;}
.error-msg2.error-gray::after{width: 18px; height: 18px; background: url(../images/error_msg_icon_gray.svg)0px 0px no-repeat; position: absolute; left:10px; top: 14px; content: '';}
.row.gerenric-row-bt{margin:0px -5px !important;}
.row.gerenric-row-bt .col-6{ padding: 0px 5px !important;}
.white-text{color: #fff !important;}
.gerenric-heading{font-size: 30px; line-height: 135%; font-weight: 600; color:#010101; margin-bottom:20px;}
.gerenric-heading.heading-white{color: #fff;}
.heading-inner-pg{color: #23433D; font-size: 40px; line-height: 135%; font-weight: 700; margin-bottom:20px;}
.gerenric-padding{padding:70px 0px;}
.gerenric-padding.pdt-0{padding-top: 0px;}
.btn.btn-primary{ min-width: 180px; border-radius: 5px; font-size: 16px; padding: 10px 20px; font-weight: 500; border: 0px; background-color: #2ABB65;}
.btn.btn-primary:hover{ background-color: #0e9945;}
.btn.btn-primary.btn-light-green{background-color: #2ABB65 !important;}
.btn.btn-primary.btn-light-green:hover{background-color: #0e9945 !important;}
.btn.btn-primary.btn-full{width: 100%; min-width: inherit;}
.btn.btn-primary.btn-dark-green{background-color: #23433D !important;}
.btn.btn-primary.btn-dark-green:hover{background-color: #0e9945 !important;}
.btn.btn-primary.btn-width-auto{min-width: inherit;}
.phone-itel-pd{padding-left: 50px !important;}
.text-danger{display: block; text-align: left;}
.gerenric-form {width: 100%;}
.gerenric-form .cusor-pointer{cursor: pointer;}
.gerenric-form .form-title{width: 100%; font-size: 20px; font-weight: 500; color: #000; margin-bottom: 15px;}
.gerenric-form ul li {width: 100%;list-style-type: none;margin-bottom: 8px;position: relative;}
.gerenric-form ul li .form-control {width: 100%;padding: 12px 25px; text-align: left; font-size: 14px; color: #424242; background-color: #F5F5F5; border-radius: 8px;border:1px solid #CECECE;}
.gerenric-form ul li .form-control:focus{outline: none; box-shadow: none;}
.gerenric-form ul li .form-control.pd-left-icon{padding-left: 40px !important;}
.gerenric-form ul li .form-control.form-textarea{background-color: #fff; resize: none; border: 1px solid #23433D; height: 120px;}
.gerenric-form ul li .form-control.form-textarea2{background-color: #fff; resize: none;}
.gerenric-form ul li .form-control.form-textarea3{background-color: #fff; height: 160px !important; resize: none;}
.gerenric-form.All-white-field .form-control{background-color: #fff; border: 1px solid #D8DCDF;}
.gerenric-form ul li img.fm-left-icon{position: absolute; top: 0%; bottom: 0%; margin: auto; left: 15px;}
.gerenric-form ul li img.fm-right-icon{position: absolute; width: 18px; top: 0%; bottom: 0%; margin: auto; right: 15px;}
.gerenric-form ul li .btn.btn-primary {width: 100%;display: flex;justify-content: center;cursor: pointer;align-items: center;border-radius: 8px;font-size: 18px;color: #fff;font-weight: 500;height:46px;background-color: #23433D;}
.gerenric-form ul li .btn.btn-primary:hover{background-color: #2ABB65;}
.gerenric-form ul li .btn.btn-primary.btn-widthauto{width: auto; display: inline-flex;}
.gerenric-form .btn.btn-primary.button-transparent {background-color: transparent; border: 1px solid #23433D; color: #23433D;}
.gerenric-form .btn.btn-primary.button-transparent:hover a{color: #fff !important;}
.gerenric-form ul li.two-button {width: 100%;display: flex;}
.gerenric-form ul li.two-button .btn.btn-primary {width: 50%;margin-right: 5px;}
.gerenric-form ul li.two-button .btn.btn-primary.button-transparent {width: 50%;margin-left: 5px;}
.gerenric-form ul li .form-icon-row{position: relative;}
.gerenric-form ul li .form-label {font-size: 15px;color: #444444;font-weight: 500;}
.gerenric-form ul li .form-checkbox{ width: 100%; }
.gerenric-form ul li .form-checkbox input{width: 17px; height: 17px;position: relative;top: 3px; margin-right: 8px;}
.gerenric-form ul li .form-checkbox a{ color: #48AA66; font-size: 14px; text-decoration: underline;}
.gerenric-form .social-media-connect { margin: 0px -5px; display: flex; justify-content: center; flex-wrap: wrap;}
.gerenric-form .social-media-connect .social-col {width: 100%; padding:0px 5px;}
.gerenric-form .social-media-connect .social-box { padding:0px 5px; position: relative;cursor: pointer;margin-bottom: 15px;font-size: 14px; font-weight: 500; color: #444444;display:flex;align-items: center;justify-content: center;height: 46px;padding: 5px 20px 5px 20px;border-radius: 4px;border: 1px solid #E7E7E7;}
.gerenric-form .social-media-connect .social-box .social-icon {position: relative;margin-right: 3px;}
.gerenric-form .social-media-connect .social-box a{color: #000;}
.gerenric-form .social-media-connect .social-box.social-full-box{width: 100%; line-height: 62%; font-size: 18px; color: #222222;background-color: #E7E7E7; font-weight: 600; padding:9px 25px 9px 25px ;}
.gerenric-form .social-media-connect .social-box.social-full-box .social-icon{margin-right: 10px;}
.gerenric-form .or-div {width: 100%;height: 1px;margin: 25px 0px;position: relative;background: #dddddd;}
.gerenric-form .or-div .or-text {width: 50px;height: 30px;font-size: 14px;color: #888A8C;font-weight: 500;margin: auto;text-align: center;background-color: #fff;position: absolute;left: 0%;right: 0%;top: -15px;}
.gerenric-form .login-text{width: 100%;  text-align: center; font-size: 15px;color: #888A8C; font-size: 14px; font-weight: 500;}
.gerenric-form .login-text.login-sm{font-size: 12px; color: #000;}
.gerenric-form .login-text.login-sm a{ font-weight: 700;}
.gerenric-form .login-text a{ color: #23433D; font-weight: 600;}
.gerenric-form .login-text a:hover{text-decoration: underline;}
.gerenric-form ul li .password-view-icon {color: #000;position: absolute;cursor: pointer;right: 20px;top: 46px;}
.gerenric-form ul li .verfiy-code{width:300px; margin: auto; display: flex;}
.gerenric-form ul li .verfiy-code .form-control{height: 60px; padding: 4px !important; text-align: center; color: #000 !important; font-size: 20px !important;}
.gerenric-form ul li .country-row{width: 100%; padding-left: 40px;}
.gerenric-form ul li .iti{display: block;}
.gerenric-form ul li .fogort-password{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.gerenric-form ul li .fogort-password .remember-text{font-size: 12px; display: flex; align-items: center; color: #444444; font-weight: 400;}
.gerenric-form ul li .fogort-password .remember-text input{margin-right: 5px;}
.gerenric-form ul li .fogort-password .fogort-text a{font-size: 12px; color: #23433D; font-weight: 500;}
.gerenric-form ul li .fogort-password .fogort-text a:hover{text-decoration: underline;}
.gerenric-form ul li.for_me{position: relative;}
.gerenric-form ul li.for_me::after{ position: absolute; top: 20px; right: 20px; content: ''; width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #2f2f2f;font-size: 0;line-height: 0;}
.gerenric-form ul li .form-icon{width:50px; position: absolute; top: 0%; bottom: 0%; left: 20px;display: flex; align-items: center;}
.gerenric-form ul li .form-icon2{width:35px; padding-right: 15px; text-align: center; position: absolute; left: 15px; top:30px; }
.gerenric-form ul li .form-icon2::after{width: 1px; height: 20px; background-color: #ddd; position: absolute; right: 0px; content: '';}
.gerenric-form ul li .form-icon2.bdr-lft-none{ padding-right: 0px;}
.gerenric-form ul li .form-icon2.bdr-lft-none::after{ display: none;}
.gerenric-form ul li .form-icon2 img{width: 20px;}
.gerenric-form ul li .form-icon-bg-color{width:50px; height: 80px; padding: 10px; display:flex; align-items:center; justify-content: center; background-color: rgba(35, 67, 61, 0.06); border-radius: 8px 0px 0px 8px; text-align: center; position: absolute; left: 0px; top:0px; }
.gerenric-form ul li .form-control.pd-left-60{padding-left: 60px !important;}
.gerenric-form ul li .form-icon-bg-color img{width: 20px;}
.form-switch {display: flex; justify-content: flex-end; padding-right: 15px;}
.form-switch .form-check-input{background-color: #DBDBDB; width: 45px; height: 25px;}
.form-check-input:checked{background-color: #2DAA70; border-color: #2DAA70;}
.form-switch.switch-small .form-check-input{width: 31px; height: 16px;background-color: #FF4B55; border-color: #FF4B55;}
.form-switch.switch-small .form-check-input:checked{background-color: #2DAA70; border-color: #2DAA70;}
.form-switch.switch-small.form-check{margin-bottom: 0px;padding-right: 0px;}
.gerenric_radio {display: inline-block;position: relative;padding-left: 22px;color: #000000;cursor: pointer;font-size:12px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.gerenric_radio input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.gerenric_radio .checkmark {position: absolute;top: 1px;left: 1px;height: 16px;width: 16px;background-color: #E0E0E0;border-radius: 100px;}
.gerenric_radio input:checked ~ .checkmark{background-color: #fff; border: 1px solid  #23433D;}
.gerenric_radio input:checked ~ .checkmark:after {background-color: #23433D;}
.gerenric_radio .checkmark:after {left: 2px;top: 2px;position: absolute;width: 10px;height: 10px;content: "";background-color: transparent;border-radius: 100px;border: 1px solid transparent;}
.gerenric_checkbox {display: inline-block;position: relative;padding-left: 40px;color: #606060;cursor: pointer;font-size: 20px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.gerenric_checkbox .booknum {font-size: 16px;color: #000;text-align: right;position: absolute;top: 0px;right: 0px;}
.gerenric_checkbox input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.gerenric_checkbox .checkmark {position: absolute;top: 3px;left: 3px;height: 26px;width: 26px;background-color: transparent;border-radius: 100px;border: 1px solid #6bc489;}
.gerenric_checkbox input:checked ~ .checkmark:after {background-color: #6bc489;}
.gerenric_checkbox .checkmark:after {left: 4px;top: 4px;position: absolute;width: 16px;height: 16px;content: "";background-color: transparent;border-radius: 100px;border: 1px solid #6bc489;}
.gerenric_checkbox2.gerenric_checkbox {padding-left: 30px; min-height: 27px; font-size: 18px;color: #004B3F; font-weight: 600;}
.gerenric_checkbox2.gerenric_checkbox .checkmark {width: 22px;height: 22px;left: 0px;  top: 1px; background:#B4B4B4 url(../images/check_ok_icon.svg) center center no-repeat;display:flex; align-items: center; justify-content: center; border: 1px solid #B4B4B4;border-radius:6px;}
.gerenric_checkbox2.gerenric_checkbox .checkmark:after {border: 0px;width: 22px;height: 22px;left: 0px;top:0px;}
.gerenric_checkbox2.gerenric_checkbox input:checked ~ .checkmark:after { left: -1px;top: -1px; background:#2DAA70 url(../images/check_ok_lgt_green_icon.svg) center center no-repeat; border-radius:6px; border: 1px solid #2DAA70;}
.gerenric_fullcheckbox { width: 100%;font-weight:600; color: #23433D;cursor: pointer;font-size: 16px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.gerenric_fullcheckbox input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.gerenric_fullcheckbox .checkmark {display: flex; align-items: center; position: relative; padding:0px 50px 0px 20px; height: 80px;width: 100%;background-color: #fff;border-radius: 5px;border: 1px solid #D8DCDF;}
.gerenric_fullcheckbox input:checked ~ .checkmark{background-color: #F3FFF9; border: 1px solid #2DAA70;}
.gerenric_fullcheckbox .checkmark::after {background-color: #fff; border: 1px solid #878787; border-radius: 3px; position: absolute; right: 20px; width: 16px;height: 16px;content: "";}
.gerenric_fullcheckbox input:checked ~ .checkmark::after{ border: 1px solid #2DAA70;background: url(../images/check_ok_green_icon.svg) center center no-repeat;}
.gerenric_fullcheckbox.smallcheckbox{font-size: 14px; color: #000; font-weight: 500;}
.gerenric_fullcheckbox.smallcheckbox .checkmark {height: 65px;}
.gerenric_fullcheckbox.smallcheckbox .checkmark img{margin-right: 10px;}
.gerenric-brower-button {background: #2ABB65;border-radius: 5px;color: #fff;font-size: 14px;font-weight: normal;overflow: hidden;padding:12px 16px;position: relative;text-align: center;width: 170px;cursor: pointer;}
.gerenric-brower-button.brower-full{width: 100%;}
.gerenric-brower-button:hover, .gerenric-brower-button:active, .gerenric-brower-button:focus {background: #038b39;cursor: pointer;}
.gerenric-brower-button input.upload {position: absolute;top: 0;right: 0;margin: 0;padding: 0;font-size: 20px;cursor: pointer;opacity: 0;filter: alpha(opacity=0);cursor: pointer;}
.gerenric-brower-button .upload input[type="file"] {position: fixed;right: 100%;bottom: 100%}

.gerenric-popup {width: 100%; }
.gerenric-popup.popup-middle-center.show{ display: flex !important; align-items: center; justify-content: center;}
.gerenric-popup .modal-content {border-radius: 20px;}
.gerenric-popup .modal-content.width-450{max-width: 450px !important; border-radius: 50px;border-bottom: 7px solid #23433D; padding: 45px; border-top: 7px solid #23433D;  overflow: hidden;}
.gerenric-popup .modal-content.coupon-width{max-width: 350px !important; border-radius: 10px;border-bottom: 4px solid #23433D; padding: 20px 20px 14px 20px; border-top: 4px solid #23433D; overflow: hidden;}
.gerenric-popup .modal-content.coupon-width .btn-close {top: 15px !important; right: 15px !important;}
.gerenric-popup .modal-content.signup-voucher{max-width: 450px !important; border-radius: 20px;border-bottom: 4px solid #23433D; border-top: 4px solid #23433D;  overflow: hidden;}
.gerenric-popup .modal-content.width-1200{max-width: 1200px !important; border-radius: 20px;border-bottom: 7px solid #23433D; padding: 45px; border-top: 7px solid #23433D;  overflow: hidden;}
.gerenric-popup .modal-content.width-1200.popup-radius{ border-radius: 40px;}
.gerenric-popup .modal-content.width-700{max-width: 700px !important; border-radius: 40px;border-bottom: 7px solid #23433D; padding:45px; border-top: 7px solid #23433D;  overflow: hidden;}
.gerenric-popup .modal-content.width-800{max-width: 800px !important; margin:auto; border-radius: 40px;border-bottom: 7px solid #23433D; padding: 45px  30px; border-top: 7px solid #23433D;  overflow: hidden;}
.gerenric-popup .modal-content.width-800.new-board{border-radius: 0px;  border: 7px solid #23433D; }
.gerenric-popup .modal-content.width-100-percent{max-width: 100% !important; height: 100vh; margin:auto; border-radius: 0px; overflow-y:auto;}
.modal.width-1200{--bs-modal-width: 96% !important;}
.modal.width-700{--bs-modal-width: 96% !important;}
.modal.width-800{--bs-modal-width: 96% !important;}
.modal.width-100-percent{--bs-modal-width: 100% !important; --bs-modal-margin: 0px !important;}

.gerenric-popup .modal-dialog{display: flex; justify-content: center; align-items: center; min-height: calc(100% - var(--bs-modal-margin)* 2);}
.gerenric-popup .btn-close {width: 20px; height: 20px; background-size: 12px; opacity: 1; color: #ccc !important; background-color: #F44336; border-radius: 20px; display: flex; align-items:center; justify-content: center;  position: absolute;right: 25px;top: 20px; font-weight: 900; z-index: 999;}
.gerenric-popup .modal-title {font-size: 25px;color: #004B3F;font-weight: 900;text-align: center;}
.gerenric-popup .modal-title span {color: #8af4b5;}
.gerenric-popup .modal-title.divider-modal-title{border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.gerenric-popup .modal-title.fnt-weight600{font-weight: 600;}
.gerenric-popup .modal-header {display: block;border-bottom: 0px; margin-bottom: 25px; padding: 0px;}
.gerenric-popup .modal-header .success-icon{width: 100%; margin-bottom: 20px;}
.gerenric-popup .gerenric-form ul li .form-label{text-align: left !important; display: block;}
.coupon-popup {width: 100%; text-align: left;}
.coupon-popup h3{font-size: 20px; color: #000; font-weight: 700;}
.coupon-popup h4{font-size: 16px; color: #000; font-weight: 500;}
.coupon-popup .add-coupon{width: 100%; margin-bottom: 30px;}
.coupon-popup .add-coupon-main{width: 100%; position: relative; height: 46px; background-color: #fff; padding: 3px; border-radius: 5px; border:1px dotted #CECECE;}
.coupon-popup .add-coupon-input{width: 100%; border: 0px; font-size: 11px; font-weight: 600; color: #23433D; background-color: #F2F3F7; padding: 8px 20px 8px 20px; border-radius: 5px; height: 38px;}
.coupon-popup .add-coupon-input:focus{outline: none;}
.coupon-popup .add-coupon-input::placeholder{ color: #23433D;}
.coupon-popup .add-coupon-input::-moz-placeholder{ color: #23433D;}
.coupon-popup .add-coupon .add-coupon-apply{position: absolute;right: 30px;background-color: transparent; border: 0px;top: 13px; cursor: pointer; font-size: 11px; font-weight: 600; color: #FFA3A3;}
.coupon-popup .coupon-block{ margin-left: -10px; margin-right: -10px; display: flex; justify-content: center; flex-wrap: wrap;}
.coupon-popup .coupon-block .coupon-col{width: 50%; padding: 10px;}
.coupon-popup .coupon-block .coupon-card{width: 100%; background-color: #fff; border: 1px solid #D5D5D5;border-bottom: 5px solid #23433D; border-top: 5px solid #23433D; border-radius: 8px;padding:20px;}
.coupon-popup .coupon-code{background-color: #E8ECEB; border-radius: 3px; font-size: 14px; font-weight: 500px; color:#23433D; border: 1px dashed #708581; padding: 10px 12px; display: inline-flex;}
.coupon-popup .coupon-code span{font-weight: bold;}
.coupon-popup .off50-text{ color: #000000; font-size: 14px; font-weight: bold;}
.coupon-popup .off50-text span{font-size: 12px; font-weight: normal;}
.coupon-popup .green-text{ color: #2DAA70; font-size: 12px;}
.coupon-popup .coupon-button{width: 100%; display: flex;}
.coupon-popup .coupon-button .coupon-term{width: 60%;padding-left: 5px; display: flex; align-items: center; font-size: 12px; color: #23433D; font-weight: 500;}
.coupon-popup .coupon-button .coupon-term img{margin-right: 5px;}
.coupon-popup .coupon-button .coupon-btn{width: 40%;}
.coupon-popup .coupon-button .coupon-btn .btn.btn-primary{min-width: inherit; height: 40px; font-size: 14px;}
.coupon-diviver{ margin-left: -20px; margin-right: -20px; display: flex; align-items: center; height: 30px; background-color: #fff; position: relative;}
.coupon-diviver .coupon-diviver-inner{width: 100%; height: 1px; border: 1px dashed #D8DCDF;}
.coupon-diviver::before{width: 11px; height:30px; background: url(../images/coupon_border_white.png)0px 0px no-repeat; content: ''; position: absolute; left: -1px;}
.coupon-diviver::after{width: 11px; height:30px; background: url(../images/coupon_border_white.png)0px 0px no-repeat; content: '';transform: rotate(-180deg); position: absolute; right: -1px;}
.singal-coupon-popup {width: 100%; text-align: left;}
.singal-coupon-popup .coupon-code{background-color: #E8ECEB; border-radius: 3px; font-size: 14px; font-weight: 500px; color:#23433D; border: 1px dashed #708581; padding: 10px 12px; display: inline-flex;}
.singal-coupon-popup .coupon-code span{font-weight: bold;}
.singal-coupon-popup .off50-text{ color: #000000; font-size: 14px; font-weight: bold;}
.singal-coupon-popup .off50-text span{font-size: 12px; font-weight: normal;}
.singal-coupon-popup .green-text{ color: #2DAA70; font-size: 12px;}
.singal-coupon-popup .coupon-button{width: 100%; display: flex;}
.singal-coupon-popup .coupon-button .coupon-term{width: 60%;padding-left: 5px; display: flex; align-items: center; font-size: 12px; color: #23433D; font-weight: 500;}
.singal-coupon-popup .coupon-button .coupon-term img{margin-right: 5px;}
.singal-coupon-popup .coupon-button .coupon-btn{width: 40%;}
.singal-coupon-popup .coupon-button .coupon-btn .btn.btn-primary{min-width: inherit;}
.signup-voucher-popup .signup-voucher-popup-inner{width: 100%; padding: 30px;}
.signup-voucher-popup .modal-header{ margin-bottom: 0px;}
.signup-voucher-popup .modal-title{font-size: 16px; color: #000; font-weight: 600; border-bottom: 1px solid #E2E2E2; padding: 30px 10px 20px 10px;}
.signup-voucher-popup .signup-gift-amount{background-color: #FFE68A; margin-bottom: 6px; border-radius: 100px; display: inline-flex; padding: 3px 10px; font-size: 34px; color: #363636; font-weight: 600;}
.signup-voucher-popup .signup-gift-amount span{font-size: 18px; margin-left: 3px; padding-top: 16px;}
.signup-voucher-popup .signup-vocher-text{font-size: 22px; margin-bottom: 10px; color: #000; font-weight: 600;}
.signup-voucher-popup .signup-vocher-card{width: 100%; text-align: center;}
.signup-voucher-popup .signup-vocher-limitoffer{background-color: #FFE68A; margin-top: 20px; margin-bottom: 6px; border-radius: 100px; display: inline-flex; padding: 4px 20px;font-size: 16px; color: #363636; margin-bottom: 30px; font-weight: 600;}
.signup-voucher-popup .btn.btn-primary{height: 52px;display: flex; align-items: center;justify-content: center;}
.schedule-popup{width: 100%;}
.schedule-popup .schedule-popup-inner{width: 100%;}
.schedule-popup .schedule-popup-image{width: 100%; margin-bottom: 30px;}
.schedule-popup .schedule-popup-image img{width: 100%; border-radius: 12px;}
.schedule-popup .schedule-popup-image-block{width: 100%; display:flex; margin-bottom: 30px;}
.schedule-popup .schedule-popup-image-block .image-block-left{width: 60%;}
.schedule-popup .schedule-popup-image-block .image-block-left img{width: 100%; object-fit: cover; object-position: center; height: 452px;}
.schedule-popup .schedule-popup-image-block .image-block-right{width: 40%; padding-left: 3px;}
.schedule-popup .schedule-popup-image-block .image-block-right img{width: 100%; object-fit: cover; object-position: center;height: 225px;}
.schedule-popup .schedule-popup-image-block .image-block-top{width: 100%; margin-bottom: 3px;}
.schedule-popup .schedule-popup-image-block .image-block-bottom{width: 100%; }
.schedule-popup .schedule-popup-image img{width: 100%; border-radius: 12px;}
.schedule-popup h2{font-size: 22px; display:flex; align-items: center; color: #23433D; font-weight: 600; margin-bottom: 10px;}
.schedule-popup h2 img{margin-right: 10px; width: 20px;}
.schedule-popup p{font-size: 16px; display:flex; align-items: center; color: #004B3F; font-weight: 500; margin-bottom: 10px;}
.schedule-popup h4{font-size: 16px;color: #004B3F; text-align: left; font-weight: 600; margin-bottom: 30px;}
.schedule-popup .schedule-time-row{font-size: 16px;color: #004B3F; text-align: left; font-weight: 600; margin-bottom: 10px;}
.schedule-popup .schedule-time-row img{ margin-right: 5px;}
.schedule-popup .schedule-time-row span{ color: #767676; font-weight: 400;}
.schedule-popup ul{margin-bottom: 30px;}
.schedule-popup ul:last-child{margin-bottom: 0px;}
.schedule-popup ul li{list-style-type: none; display: flex; align-items: center; font-size: 16px;color: #767676; padding-left: 29px; min-height: 19px; margin-bottom: 10px; position: relative; text-align: left; font-weight: 400;}
.schedule-popup ul li span{font-weight: 600;}
.schedule-popup ul li::before{width:19px; height: 19px; content: ''; position: absolute; left: 0px; background: url(../images/ok_icon.svg)0px 0px no-repeat;}
.schedule-popup ul li.cancelschedule::before{width:19px; height: 19px; content: ''; position: absolute; left: 0px; background: url(../images/cancel_cricle_icon.svg)0px 0px no-repeat;}
.schedule-popup .schedule-popup-block{width: 100%;}
.schedule-popup .schedule-heading{width: 100%; position: relative; display: flex; justify-content: space-between;}
.schedule-popup .schedule-heading .schedule-flexible{font-size: 18px; color: #000; font-weight: 500;}
.schedule-popup .schedule-heading .schedule-flexible img{margin-right: 10px;}
.schedule-popup.desert-safari-popup .schedule-heading{padding-top: 0px;}
.schedule-popup ul.schedule-location li{border-bottom: 1px solid #ccc; margin-bottom: 0px;padding: 10px 0px 10px 25px;}
.schedule-popup ul.schedule-location li:last-child{border-bottom: 0px;}
.schedule-popup ul.schedule-location li::before{background-image: none; width:15px; height: 17px; content: ''; position: absolute; left: 0px; background: url(../images/schedule_location_icon.svg)0px 0px no-repeat;}
.schedule-popup ul.schedule-warning li::before{background-image: none; width:19px; height: 19px; content: ''; position: absolute; left: 0px; background: url(../images/cross_icon.svg)0px 0px no-repeat; background-size: 19px;}
.schedule-services{ margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: wrap; margin-bottom: 50px;}
.schedule-services .shd-col{width: 16.666%; padding: 10px;}
.schedule-services .shd-item{width: 100%; align-items: center; display: flex;}
.schedule-services .shd-item .shd-icon{width:50px; height: 50px;  justify-content: center; background-color: #2ABB65; border-radius: 100px; display: flex; align-items: center;}
.schedule-services .shd-item .shd-title{width: calc(100% - 50px); text-align: left; font-size: 12px; color: #23433D; font-weight: 500; padding-left: 10px;}
.schedule-popup .about-activity{width: 100%;}
.schedule-popup .about-activity .activity-row{width: 100%; display: flex; text-align: left; margin-bottom: 20px;}
.schedule-popup .about-activity .activity-row .activity-icon{width: 17px;  margin-top: 4px;}
.schedule-popup .about-activity .activity-row .activity-icon img{width: 17px;}
.schedule-popup .about-activity .activity-row .activity-detail{width: calc(100% - 17px); padding-left: 10px;}
.schedule-popup .about-activity .activity-row .activity-detail .activity-title{font-size: 22px; color: #004B3F; font-weight: 600; margin-bottom: 2px;}
.schedule-popup .about-activity .activity-row .activity-detail .activity-text{font-size: 16px; color: #23433D; font-weight: 500;}
.schedule-popup .schedule-experience{width: 100%;text-align: left;}
.schedule-popup .schedule-experience .experience-row{width: 80%; padding-top: 20px; margin-bottom: 20px; border-top: 1px solid #D8DCDF; justify-content: flex-start; display: flex; flex-wrap: wrap;}
.schedule-popup .schedule-experience .experience-row h3{ font-size: 16px; text-align: left; color: #23433D; }
.schedule-popup .schedule-experience .experience-row .experience-title{width: 250px; font-size: 18px; text-align: left; color: #23433D; font-weight: 600; margin-bottom: 15px;}
.schedule-popup .schedule-experience .experience-row .experience-detail{width:calc(100% -  250px); text-align: left; padding-left: 10px;}
.schedule-popup .schedule-experience .experience-row .experience-detail ul.dots-gray li{font-size: 16px; padding-left: 20px; color: #767676; margin-bottom: 10px;}
.schedule-popup .schedule-experience .experience-row .experience-detail ul.dots-gray li::before{width: 5px; height: 5px; background-image: none; background-color: #767676; border-radius: 5px;}
.schedule-popup .schedule-experience .experience-row .experience-detail p{font-size: 16px; color: #767676; margin-bottom: 0px;}
.reschedule-popup{width: 100%;}
.reschedule-popup .gerenric-form ul li .form-control{background-color:transparent; border: 1px solid #D8DCDF;}
.reschedule-popup .row{margin: 0px -4px !important;}
.reschedule-popup .col-6{padding: 0px 4px !important;}
.reschedule-popup p{font-size: 25px; line-height: 120%; font-weight: 600; color: #004B3F; text-align: center;}
.reschedule-popup .reschedule-cancellation{width: 100%;}
.reschedule-popup .reschedule-cancellation p{font-size: 18px; font-weight: 500; color: #000; margin-bottom: 30px; text-align: center;}
.reschedule-popup .cancel-refund{width: 100%; background-color: #fff;}
.reschedule-popup .cancel-refund .refund-block{width: 100%; position: relative; display: flex; align-items: flex-start;}
.reschedule-popup .cancel-refund .refund-block:first-child{padding-bottom: 60px;}
.reschedule-popup .cancel-refund .refund-block .refund-icon{width: 28px; height: 28px; position: relative;z-index: 1; border: 7px solid #2DAA70; background-color: #fff; border-radius: 28px; display: flex;align-items: center; justify-content: center; }
.reschedule-popup .cancel-refund .refund-block .refund-detail{width: calc(100% - 40px);  padding-left: 25px;}
.reschedule-popup .cancel-refund .refund-block .refund-title{font-size: 24px; line-height: 100%; font-weight: bold; text-align: left; color: #2DAA70; margin-bottom: 10px; font-weight: bold;}
.reschedule-popup .cancel-refund .refund-block .refund-text{width: 100%; text-align: left;line-height: 120%; font-size: 18px; font-weight: 400; color: #000;}
.reschedule-popup .cancel-refund .refund-block.red-refund .refund-icon{border-color: #FF0000;}
.reschedule-popup .cancel-refund .refund-block.red-refund .refund-title{color: #FF0000;}
.reschedule-popup .cancel-refund .refund-block:first-child:after{width: 3px; height: 100%; content: ''; background-color: #2DAA70; position: absolute; left: 13px;}
.reschedule-popup .cancel-refund .btn.btn-primary{min-width: 260px; background-color: #D0D0D0 !important; color: #000; margin-top: 50px;}
.feedback-write-popup{width: 100%;}
.feedback-write-popup p{color: #000; font-size: 18px; font-weight: 600;}
.feedback-write-popup .message-icon{width: 100%; display:flex; justify-content: center; flex-wrap: wrap;}
.feedback-write-popup .message-icon .mi-col{margin: 0px 6px;}
.feedback-write-popup .message-icon .mi-col .gerenric_radio{padding-left: 0px;}
.feedback-write-popup .message-icon .mi-col .gerenric_radio .checkmark{width: 47px; height: 47px;left: 0px; top: 0px; position: inherit; border-color: transparent; background-color: transparent;}
.feedback-write-popup .message-icon .mi-col .gerenric_radio .checkmark img.emoji_icon_active{display: none;}
.feedback-write-popup .message-icon .mi-col .gerenric_radio input:checked ~ .checkmark{background-color: transparent; border: 0px;}
.feedback-write-popup .message-icon .mi-col .gerenric_radio input:checked ~ .checkmark:after{display: none;}
.feedback-write-popup .message-icon .mi-col .gerenric_radio input:checked ~ .checkmark img.emoji_icon_active{display: block;}
.feedback-write-popup .message-icon .mi-col .gerenric_radio input:checked ~ .checkmark img.emoji_icon{display: none;}
.booking-complete-popup{width: 100%;}
.booking-complete-popup .gerenric-datepicker-block{padding:7px 10px; color: #C5C5C5;}
.booking-complete-popup .gerenric-datepicker-block .datepicker-label{color: #676767;}
.booking-complete-popup .booking-complete-checkbox{text-align: left; border-bottom: 1px solid #E5E5E5; padding-bottom: 20px;}
.booking-complete-popup .booking-complete-checkbox label{margin-right: 10px;}
.noshow-popup{width: 100%;}
.noshow-popup p{color: #000;}
.noshow-popup .noshow-row{color: #000;display: flex; align-items: center;}
.noshow-popup .noshow-row img{margin-right: 5px;}
.noshow-popup .profile-image-upload {width: 100%;}
.noshow-popup .profile-image-upload h2{font-size: 14px; color: #85898C;}
.noshow-popup .profile-upload-row {width: 100%; display: flex; align-items: center;}
.noshow-popup .profile-image-upload .add-upload-box{width: 50%; padding:3px;}
.noshow-popup .profile-image-upload .add-upload-box .add-upload-box-inner{width: 100%; height: 160px; border-radius: 5px; background-color: #F5F5F5; display: flex; align-items: center; justify-content: center; padding:3px;}
#cancelation_popup .btn.btn-primary{background-color:#D0D0D0; color: #000000;}
.cusor-pointer{cursor: pointer;}
.name-board-popup{width: 100%;}
.name-board-popup .name-board-logo{width: 100%;text-align: center; margin-bottom: 50px;}
.name-board-popup .name-board-name{width: 100%;text-align: center; font-size: 90px; color: #000;}
.ride-popup{width: 100%;}
.ride-popup .ride-popup-heading{width: 100%; padding-top: 20px; display: flex; justify-content: space-between; margin-bottom: 20px; align-items: center; flex-wrap: wrap;}
.ride-popup .ride-popup-heading h2{ font-size: 22px; color: #000000; font-weight: bold;margin-bottom: 0px;}

.gerenric-upload-image{margin-left: -5px; margin-right: -5px; display: flex; flex-wrap: wrap;}
.gerenric-upload-image .up-image-col{width: 20%;padding: 5px;}
.gerenric-upload-image .up-image-card{width: 100%; height:160px; border-radius: 20px; background-color: #F2F2F2; display: flex; align-items: center;justify-content: center;}
.gerenric-upload-image .up-image-card img.empty-image-icon{width: 70px;}

.displayflex-center{display: flex; align-items: center;}
.displayflex-center2{display: flex; align-items: center; justify-content: center;}
.displayflex-end{display: flex; align-items: center; justify-content: flex-end;}
.displayflex-between{display: flex; align-items: center; justify-content: space-between;}
.table-edit-popup-content{width: 100%;}
.table-edit-popup-content .gerenric-form ul li .form-label{width: 100%; font-size: 14px; color: #444444; font-weight: 500; text-align: left; margin-bottom: 10px; padding-left: 0px;}
.table-edit-popup-content .gerenric-form ul li .form-label.form-btm-border{border-bottom: 1px solid #A0A0A0;padding-bottom: 10px;}
.table-edit-popup-content .gerenric-form ul li .sub-form-label{position: absolute; font-size: 14px; top: 16px; color: #767676; font-weight: 400; padding-left: 15px;}
.table-edit-popup-content .gerenric-form ul li .form-control{border-radius: 5px; font-size: 16px; font-weight: 600;color: #23433D; padding: 12px 15px;}
.table-edit-popup-content .gerenric-form ul li .main-sub-form-label .form-control{padding-top: 30px;}
.table-edit-popup-content .gerenric-form ul li .main-sub-form-label .form-icon2{top: 38px;}
.table-edit-popup-content .gerenric-form ul li .form-control.big-form-control{ height: 80px;}
.table-edit-popup-content .gerenric-form ul li .form-control::placeholder{color: #23433D;}
.table-edit-popup-content .gerenric-form ul li .btn.btn-primary{height: 50px;}
.table-edit-popup-content .gerenric-form ul li.two-button{ justify-content: flex-start; border-top: 1px solid #A0A0A0; padding-top: 20px;}
.table-edit-popup-content .gerenric-form ul li.two-button .btn.btn-primary{width: auto; font-size: 18px;font-weight: 500; min-width: 180px;}
.table-edit-popup-content .gerenric-form ul li.two-button .btn.btn-primary.button-transparent{background-color: #CCCCCC; margin-left: 0px; margin-right: 5px; color: #424242; border: 0px;}
.table-edit-popup-content .gerenric-form ul li.two-button .btn.btn-primary.button-transparent:hover{background-color:#2ABB65; color: #fff; }
.table-edit-popup-content .gerenric-form ul li .btn.btn-primary.apply-button{min-width: 115px; width: 115px; height: 40px; border-radius: 5px; top: 19px; font-size: 14px; font-weight: 500; position: absolute;right: 15px;}
.table-edit-popup-content .passenger-add-tp .child-add{position: absolute; top: 20px; margin: auto; width: 140px; right: 0px;}
.table-edit-popup-content .passenger-add-tp .child-add .child-plusminus-button {width: 140px;height: 40px;color: #23433D;position: relative;z-index: 9;font-size: 25px;display: flex;align-items: center;}
.table-edit-popup-content .passenger-add-tp .child-add .child-plusminus-button .child-minus-btn {width: 40px;height:40px;display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;text-align: center;background-color: #F2F2F2;border-radius: 8px;}
.table-edit-popup-content .passenger-add-tp .child-add .child-plusminus-button .child-plus-btn {width: 40px;height: 40px;display: flex;  align-items: center;justify-content: center;cursor: pointer;text-align: center;background-color: #F2F2F2;border-radius: 8px;}
.table-edit-popup-content .passenger-add-tp .child-add .child-plusminus-button .child-minus-btn:hover{background-color: #23433D;color: #fff;}
.table-edit-popup-content .passenger-add-tp .child-add .child-plusminus-button .child-plus-btn:hover{background-color: #23433D;color: #fff;}
.table-edit-popup-content .passenger-add-tp .child-add .child-plusminus-input {width: 40px;height: 40px;padding: 4px 10px 4px 10px; text-align: center; font-size: 14px; color: #23433D; font-weight: 600; background-color: transparent; border: 0px;}
.table-edit-popup-content .passenger-add-tp .child-add .child-plusminus-input:focus {outline: none;}
.compose-popup{width: 100%;}
.compose-popup .compose-heading{width: 100%; margin-top: 30px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.compose-popup .compose-heading h2{font-size: 22px; margin-bottom: 0px; font-weight: bold;color: #23433D;}
.compose-popup .compose-field{width: 100%; margin-bottom: 20px;}
.compose-popup ul li{ list-style-type: none; text-align: left; margin-bottom: 10px;}
.compose-popup ul li.email-select-title{width: 100%; justify-content: flex-start; font-size: 16px; display: flex; align-items: center; color: #000000; font-weight: 500; border-bottom: 1px solid #3A3A3A; padding-bottom: 10px;}
.compose-popup ul li.email-select-title .select-text{width: 120px; text-align: left;}
.compose-popup ul li.email-select-title .email-text{width: calc(100% - 120px);text-align: left; padding-left: 10px;}
.compose-popup ul li .gerenric_checkbox {padding-left: 130px; text-transform: uppercase; font-weight: 600; color: #23433D; font-size: 14px;}
.compose-popup ul li .gerenric_checkbox input {position: inherit;}
.compose-popup ul li .gerenric_checkbox .checkmark {width: 20px;height: 20px;border: 0px;left: 0px; top: 0px; border-radius: 0px; background: url(../images/checkbox_gray_icon.svg) 0px 0px no-repeat;background-size: 20px;}
.compose-popup ul li .gerenric_checkbox .checkmark:after {border: 0px;width: 20px;height: 20px;left: 0px;top: 0px; border-radius: 0px;}
.compose-popup ul li .gerenric_checkbox input:checked ~ .checkmark {border:0px;}
.compose-popup ul li .gerenric_checkbox input:checked ~ .checkmark:after {width: 20px;height: 20px;background: url(../images/checkbox_green_icon.svg) 0px 0px no-repeat;background-size: 20px;}
.compose-popup ul li .gerenric_checkbox input:checked ~ .check-text{color: #2DAA70;}
.compose-popup .gerenric-search-bar{justify-content: flex-end;}
.compose-popup .gerenric-search-bar .search-bar{width: 300px;}
.assign-popup {width: 100%; text-align: left; margin-top: 30px;}
.assign-popup .assign-heading{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.assign-popup .assign-heading h2{font-size: 22px; color: #23433D; font-weight: bold;}
.assign-popup .assign-heading .assign-search{width: 210px; position: relative;}
.assign-popup .assign-heading .assign-search .assign-input {width: 100%;border-radius: 8px;height: 42px;border: 1px solid #CECECE; color: #23433D; padding: 5px 25px;font-size: 14px;font-weight: 500;}
.assign-popup .assign-heading .assign-search .assign-input:focus {outline: none;}
.assign-popup .assign-heading .assign-search .assign-icon {width: 17px;height: 17px;position: absolute;right: 20px;top: 12px;background: url(../images/search_icon.svg) center center no-repeat;border: 0px;cursor: pointer;}
.assign-popup .gerenric-tab.nav-tabs{border-bottom: 0px; padding-bottom: 0px;}
.assign-popup .gerenric-tab.nav-tabs .nav-link{min-width: 90px; background-color: #fff; border: 1px solid #CECECE;}
.assign-popup .gerenric-tab.nav-tabs .nav-item.show .nav-link, .assign-popup .gerenric-tab.nav-tabs .nav-link.active{background-color: #23433D !important; border: 1px solid #23433D}
.assign-popup .gerenric-tab.nav-tabs .nav-link:focus, .assign-popup .gerenric-tab.nav-tabs .nav-link:hover{background-color: #23433D !important; border: 1px solid #23433D}
.driver-popup{width: 100%;text-align: left; padding-top:20px;}
.driver-popup .driver-header{width: 100%;display: flex; flex-wrap: wrap; align-items: center;}
.driver-popup .driver-header .driver-header-left{width: 35%; padding-right: 30px;}
.driver-popup .driver-header .driver-nm{width: 100%; font-size: 22px; margin-bottom: 10px; color: #23433D; font-weight: bold;}
.driver-popup .driver-header .driver-nm span{color: #2DAA70; font-weight: 500; margin-left: 5px; font-size: 18px;}
.driver-popup .driver-header .driver-rtg{width: 100%; display: flex; align-items: center;}
.driver-popup .driver-header .driver-rtg .rgt-nmb{font-size: 18px; padding-right: 20px; color: #303030; font-weight: 500;}
.driver-popup .driver-header .driver-rtg .rgt-pt{font-size: 18px; color: #303030; font-weight: 500;}
.driver-popup .driver-header .driver-rtg .rgt-pt span{margin-left: 5px;background-color: #FFBF0A;padding: 3px 8px;width: 35px;border-radius: 100px;text-align: center;font-size: 10px;color: #000000;font-weight: 500;}
.driver-popup .driver-header .driver-call{width: 100%; margin-top: 10px; display: flex;}
.driver-popup .driver-header .driver-call .driver-call-row{display: flex; font-weight: 500; font-size: 12px; color: #000;}
.driver-popup .driver-header .driver-call .driver-call-row:first-child{margin-right: 10px;}
.driver-popup .driver-header .driver-call .driver-call-row img{ margin-right: 5px;}
.driver-popup .driver-header .driver-car-nm{width: 100%; margin-top: 10px; font-size: 14px; font-weight: 500; color: #000;}
.driver-popup .driver-header .driver-header-right{width: 65%;}
.driver-popup .driver-header .driver-header-right .gerenric-ride-status.status-column-10 ul li{width: 25%;}
.subadmin-popup{width: 100%;}
.subadmin-popup h4{font-size: 22px; text-align: left; color: #000000; font-weight: bold; margin-bottom: 10px;}
.subadmin-popup h5{font-size: 14px; text-align: left; border-bottom: 1px solid #A0A0A0; padding-bottom: 10px; margin-bottom: 20px; color: #444444; font-weight: bold; margin-bottom: 10px;}
.subadmin-popup .gerenric-ride-city ul{padding-right: 0px; justify-content: flex-end;}
.subadmin-popup .gerenric-ride-city ul li{width: auto;min-width: 110px;}
.subadmin-popup .gerenric-form ul li .form-control.big-form-control{ height: 80px; background-color: #fff;}
.gerenric-tab.nav-tabs{ border-bottom: 1px solid #A0A0A0; padding-bottom: 15px;}
.gerenric-tab.nav-tabs .nav-link{min-width: 160px; height: 40px; display: flex; align-items: center; justify-content: center; margin: 5px; font-size: 12px; font-weight: 600; color: #23433D; background-color: #F3F3F3; border-radius: 8px;}
.gerenric-tab.nav-tabs .nav-link:first-child{margin-left: 0px;}
.gerenric-tab.nav-tabs .nav-link img{margin-right: 5px;}
.gerenric-tab.nav-tabs .nav-item.show .nav-link,.gerenric-tab.nav-tabs .nav-link.active{background-color: #2DAA70 !important; color: #fff;}
.gerenric-tab.nav-tabs .nav-link:focus, .gerenric-tab.nav-tabs .nav-link:hover{background-color: #2DAA70 !important; color: #fff;}
.gerenric-tab.nav-tabs .nav-link img.booking-tab-hv-icon{display: none;}
.gerenric-tab.nav-tabs .nav-link:focus img.booking-tab-hv-icon, .gerenric-tab.nav-tabs .nav-link:hover img.booking-tab-hv-icon{display: block;}
.gerenric-tab.nav-tabs .nav-link:focus img.booking-tab-icon, .gerenric-tab.nav-tabs .nav-link:hover img.booking-tab-icon{display: none;}
.gerenric-tab.nav-tabs .nav-item.show .nav-link img.booking-tab-hv-icon, .gerenric-tab.nav-tabs .nav-link.active img.booking-tab-hv-icon{display: block;}
.gerenric-tab.nav-tabs .nav-item.show .nav-link img.booking-tab-icon, .gerenric-tab.nav-tabs .nav-link.active img.booking-tab-icon{display: none;}
.gerneric-pickdrop{width: 100%;}
.gerneric-pickdrop .pickdrop-row{width: 100%; position: relative; margin-bottom: 8px;}
.gerneric-pickdrop .pickdrop-row .divider-pick{width: 1px; height: 70%; position: absolute;z-index: 9; left: 21px; top: 33px; background-color: #B8B8B8; content: '';}
.gerneric-pickdrop .pickdrop-row .form-control{padding-right: 35px;}
.gerenric-datepicker-block{width: 100%; text-align: left; border: 1px solid #D8DCDF; padding: 15px; background-color: #fff; border-radius: 8px;}
.gerenric-datepicker-block .datepicker-label{ display: flex; align-items: center; font-size: 14px; color: #767676;}
.gerenric-datepicker-block .datepicker-label img{width: 12px; display: block; margin-right: 5px;}
.gerenric-datepicker-block .datepicker-field{width: 100%; padding: 5px 0px; border: 0px; font-size: 16px; color: #23433D; font-weight: 600;}
.gerenric-datepicker-block .datepicker-field:focus{outline: none;}
.gerenric-datepicker-block .datepicker-field.data-time-width{width: 180px; font-size: 14px;}

.gerenric-bigfield-block{width: 100%; text-align: left; border: 1px solid #D8DCDF; padding:10px 15px 10px 25px; background-color: #fff; border-radius: 8px;}
.gerenric-bigfield-block .bigfield-label{font-size: 14px; padding-left: 25px; font-weight: 600; color: #23433D;}
.gerenric-bigfield-block .bigfield-field-row{width: 100%; display: flex; align-items: center; }
.gerenric-bigfield-block .bigfield-field-row img{width: 14px; display: block; margin-right: 10px;}
.gerenric-bigfield-block .bigfield-input{width: 100%; padding: 0px 0px; border: 0px; font-size: 14px; color: #23433D; font-weight: 600;}
.gerenric-bigfield-block .bigfield-input:focus{outline: none;}
.gerenric-bigfield-block .bigfield-input::placeholder{color: #C9C9C9;font-weight: 400;}
.gerenric-bigfield-block .bigfield-input::-moz-placeholder{color: #C9C9C9;font-weight: 400;}
.gerenric-bigfield-block .gerenric_checkbox{display: inline-flex; padding-left: 35px; align-items: center;}
.gerenric-bigfield-block .gerenric_checkbox .checkmark{width: 18px;height: 18px;top: inherit; border: 2px solid #8F8F8F;}
.gerenric-bigfield-block .gerenric_checkbox .checkmark:after{display: none; width: 8px; height: 8px; left: 3px; top: 3px;}
.gerenric-bigfield-block .gerenric_checkbox .checkbox-text .checkbox-label{ font-size: 14px; color: #23433D; font-weight: 600;}
.gerenric-bigfield-block .gerenric_checkbox .checkbox-text .checkbox-sublabel{ font-size: 14px; color: #C9C9C9; font-weight: 400;}
.gerenric-bigfield-block .gerenric_checkbox input:checked ~ .checkmark{ border-color:#23433D;}
.gerenric-bigfield-block .gerenric_checkbox input:checked ~ .checkmark:after {display: block; background-color: #23433D;border-color:#23433D;}
.gerenric-bigfield-block .gerenric_checkbox input:checked ~  .checkbox-text .checkbox-sublabel{color: #23433D; }
.trustpilot-block{width:300px;display: flex; align-items: center; justify-content: space-between; margin-left: 45px; background-color: #fff; padding:0px 12px 4px 12px; border-radius: 0px 0px 6px 6px;}
.trustpilot-block .trust-rating-number{ font-size: 11px; display: flex; align-items: center; color: #1B1B1B; font-weight: bold;}
.trustpilot-block .trust-rating-number span{ font-size: 16px; margin-left: 5px; color: #00B67B; font-weight: bold;}
.mobile-location-input-show{display: none !important;}
.desktop-location-input-show{display: block !important;}
#drop_show{display: none;}

/*check_SECTION_START*/
/* .gerenric-form ul li .form-control.pd-right-80{padding-right: 80px !important;}
.gerenric-form ul li .form-control.pd-left-60{padding-left: 60px !important;}
.gerenric-form ul li .form-control.bg-green-field{background-color: #DCFFE6;}
.gerenric-form ul li .form-icon-row{position: relative;}
.gerenric-form ul li .form-label {font-size: 16px;color: #000;font-weight: 500;padding-left: 15px;}
.gerenric-form ul li a {color: #000; font-size: 16px;}
.gerenric-form ul li.text-right {text-align: right !important;}
.gerenric-form ul li .form-control.textarea-input{border-radius: 20px; resize: 0px;}
.gerenric-form .form-percentage-div{width: 70px; font-size: 13px; position: absolute; right: 1px; top: 12px; padding-left: 5px; border-left: 1px solid #dddddd;}
.gerenric-form .form-percentage-div .form-control{border: 0px; padding: 0px;}
.gerenric-form .form-percentage-div .form-control:focus{box-shadow: none; outline: none;}

.gerenric-form .btn.btn-primary {width: 100%;border-color: #8af4b5;display: flex;justify-content: center;cursor: pointer;align-items: center;border-radius: 10px;font-size: 20px;color: #000;font-weight: 500;height: 55px;background-color: #8af4b5;}
.gerenric-form .btn.btn-primary.button-transparent {background-color: transparent;}
.gerenric-form .btn.btn-primary.button-transparent:hover a{color: #fff !important;}
.gerenric-form ul li.two-button {width: 100%;display: flex;}
.gerenric-form ul li.two-button .btn.btn-primary {width: 50%;margin-right: 5px;}
.gerenric-form ul li.two-button .btn.btn-primary.button-transparent {width: 50%;margin-left: 5px;}
.gerenric-form ul li .form-icon{width:50px; position: absolute; top: 0%; bottom: 0%; left: 20px;display: flex; align-items: center;}
.gerenric-form ul li .form-icon2{width:35px; padding-right: 15px; text-align: center; position: absolute; left: 15px; top: 15px; }
.gerenric-form ul li .form-icon2::after{width: 1px; height: 20px; background-color: #ddd; position: absolute; right: 0px; content: '';}
.gerenric-form ul li .form-icon2 img{max-height: 15px;}
.gerenric-form ul li .form-message-note{display: flex; margin-top: 8px; font-size: 14px; color: #606060;}
.gerenric-form ul li .form-message-note img{ width: 20px; margin-right: 10px;}
.gerenric-form ul li .form-border{width: 100%; height: 1px; margin:40px 0px 40px 0px; background-color: #dddddd;}
.gerenric-form ul li .form-checkbox{ width: 100%; }
.gerenric-form ul li .form-checkbox input{width: 17px; height: 17px;position: relative;top: 3px; margin-right: 8px;}
.gerenric-form ul li .form-checkbox a{color: #48AA66; font-size: 14px; text-decoration: underline;}
.gerenric-form ul li .apply-discount{width: 100%; padding-right: 140px; position: relative;}
.gerenric-form ul li .gradient-button.btn.btn-primary{position: absolute; right: 0px; font-size: 18px; margin-top: 0px !important; border-radius: 100px; top: 0px; width: 130px; min-width: inherit;}
.gerenric-form.earning-add{text-align: left;}
.gerenric-form.earning-add ul li .form-label{text-align: left; padding-left: 0px;}
.gerenric-form.earning-add .form-control{border-radius: 5px;}
.gerenric-form.earning-add .btn.btn-primary{margin-top: 0px;}
.gerenric-form.earning-add .gerenric_checkbox .checkmark{width: 18px; height: 18px; }
.gerenric-form.earning-add .gerenric_checkbox .checkmark:after{width: 10px; height: 10px; left: 3px; top: 3px;}
.gerenric-form.earning-add .gerenric_checkbox{font-size: 15px;padding-left: 30px;}
.gerenric-form ul li.divder-form{width: auto; height: 1px; margin-left: -160px; background-color: #dddddd;} */
/*check_SECTION_END*/
.gerenric-rating{width: 100%;}
.gerenric-rating ul {display: flex; align-items: center;}
.gerenric-rating ul li{ list-style-type: none; font-size: 14px; margin-right: 3px; color: #85898C;}
.gerenric-rating ul li a{margin-right: 3px;}
.gerenric-rating ul li span{font-size: 20px; color: #23433D; font-weight: 600;}
.gerenric-rating ul li:nth-child(3){padding-top: 10px;}
.main-select-city-checkbox{width: 100%;}
.main-select-city-checkbox h2{font-size: 16px; color: #fff; font-weight: 500; margin-bottom: 6px;}
.select-city-checkbox{width: 100%; display: flex;}
.select-city-checkbox .checkbox-col{width: 33.333%; padding:0px 4px;}
.select-city-checkbox .checkbox-col input[type="radio"] {position: absolute;visibility: hidden;}
.select-city-checkbox .checkbox-col label {width: 100%;border-radius: 8px;  display: flex;align-items: center;justify-content: start;border: 2px solid transparent; position: relative;overflow: hidden;padding: 5px 10px 5px 32px;background-color: #F5F5F5;font-weight: 600; height: 60px;font-size: 14px;color: #23433D;z-index: 9;cursor: pointer;}
.select-city-checkbox .checkbox-col input[type="radio"]:checked ~ label {border: 2px solid #2ABB65;}
.select-city-checkbox .checkbox-col label::before{width: 18px; height: 18px; left: 10px; justify-content: center; background-color: #CCCCCC; position: absolute; border-radius: 18px; content: ''; display: flex; align-items: center;}
.select-city-checkbox .checkbox-col label::after{width: 14px; height: 14px; left: 12px; border: 2px solid #fff; background-color: #CCCCCC; position: absolute; border-radius: 18px; content: '';}
.select-city-checkbox .checkbox-col input[type="radio"]:checked ~ label::before, .select-city-checkbox .checkbox-col input[type="radio"]:checked ~ label::after{background-color:#2ABB65;}
.gerenric-support{width: 100%; margin-bottom: 60px; }
.gerenric-support .gerenric-support-inner{width: 100%;min-height:160px; padding: 15px 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: #E9ECEC; border-radius: 20px;}
.gerenric-support.support-fullcolumn .gerenric-support-inner{ display: block; padding: 35px 50px;}
.gerenric-support.support-fullcolumn .support-col{width: 100%;}
.gerenric-support .support-col{width: 25%; display: flex; align-items: center; padding: 10px;}
.gerenric-support .support-icon{width: 40px;}
.gerenric-support .support-info{width: calc(100% - 40px); padding-left: 15px; text-align: left;}
.gerenric-support .support-info .support-title{font-size: 16px; color: #444444; font-weight: 600; margin-bottom: 5px;}
.gerenric-support .support-info .support-info{font-size: 14px; color: #767676; font-weight: 400; }
.gerenric-support.pst-support{position: absolute;background-color: #E9ECEC; top: 0px; left: 0px;}
.gerenric-support.pst-support .page-container{width: 100%; padding: 0px;}
.gerenric-support.pst-support .gerenric-support-inner{border-radius: 0px; padding: 15px 50px; min-height: inherit;}
.gerenric-support.car-rental-support .gerenric-support-inner{width: 80%; margin:auto;}
.slick-prev, .slick-next{display: none !important;}
.gerenric-product{width: 100%; display: flex;}
.gerenric-product.full-column{width: 100%; display: block;}
.gerenric-product.full-column .product-col{width: 100%;}
.gerenric-product .product-col{width: 33.333%; padding: 0px 10px;}
.gerenric-product .product-card{width: 100%; padding: 10px; border-radius: 10px; background-color: #fff; border: 1px solid #ECF0F4;}
.gerenric-product .product-image{width: 100%; height: 145px;  position: relative;}
.gerenric-product .product-image img{width: 100%; height: 145px; border-radius: 10px; object-fit: cover;}
.gerenric-product .product-image .product-rating{display: flex;align-items: center;padding: 4px 6px;border-radius: 100px; position: absolute; right: 10px;bottom: 10px;-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);background: rgba(255, 255, 255, 0.2);}
.gerenric-product .product-image .product-rating ul {display: flex; align-items: center;}
.gerenric-product .product-image .product-rating ul li{list-style-type: none;padding: 0px 2px; font-size: 10px; color: #fff;}
.gerenric-product .product-image .product-rating ul li img{width:10px; height: auto;}
.gerenric-product .product-detail{width: 100%; padding: 10px 10px;}
.gerenric-product .product-detail .product-heading{width: 100%; margin-bottom: 10px; display: flex; justify-content: space-between;}
.gerenric-product .product-detail .product-heading .product-title{font-size: 16px; color: #000; font-weight: bold;}
.gerenric-product .product-detail .product-heading .product-prise{ font-size: 14px; color: #23433D; font-weight: 600; padding-left: 5px;}
.gerenric-product .product-detail p{font-size: 14px; line-height: 120%; height: 34px; text-align: left; overflow: hidden; color: #000; margin-bottom: 0px; font-weight: 400;}

.gerenric-car-product{width: 100%;}
.gerenric-car-product .car-product-inner{display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px;}
.gerenric-car-product.full-column .car-product-inner{display: block;}
.gerenric-car-product.full-column .car-col{width: 100%;}
.gerenric-car-product .car-col{width: 33.333%; padding: 10px;}
.gerenric-car-product .car-card{width: 100%; border-radius: 10px; background-color: #fff; border: 1px solid #D8DCDF; padding:5px;}
.gerenric-car-product .car-image{width:100%; background-color: #D8DCDF; position: relative; height: 170px; display:flex; align-items: center; justify-content: center; flex-wrap: wrap; border-radius: 10px; padding: 10px;}
.gerenric-car-product .car-image-div{width: 100%; height: 120px; text-align: center; display:flex; align-items: center; justify-content: center;}
.gerenric-car-product .car-image-div img{width: 220px;}
.gerenric-car-product .car-overlay{width: 100%; }
.gerenric-car-product .car-overlay ul{display: flex; justify-content: center;}
.gerenric-car-product .car-overlay ul li{ list-style-type: none;display: flex; margin: 0px 2px; background-color: #2DAA70; line-height: 100%; height: 24px; align-items: center; justify-content: center;  border-radius: 10px; padding: 3px 8px; font-size: 10px; color: #fff; font-weight:400; }
.gerenric-car-product .car-detail{width: 100%; padding: 10px;}
.gerenric-car-product .car-detail .car-name{font-size: 20px; display:flex; margin-bottom: 10px; color: #004B3F; font-weight: 600;}
.gerenric-car-product .car-detail .car-service{width: 100%;}
.gerenric-car-product .car-detail .car-service ul{margin: 0px -5px; margin-bottom: 15px; display: flex;}
.gerenric-car-product .car-detail .car-service ul:first-child{justify-content: space-between;}
.gerenric-car-product .car-detail .car-service ul li{list-style-type: none; display: flex; align-items: center; font-size: 12px; color: #5B6B7A; padding: 0px 5px;}
.gerenric-car-product .car-detail .car-service ul li .car-icon img{ height: 15px; margin-right: 6px; display: block;}
.gerenric-car-product .car-detail .car-prise-info{width: 100%; display: flex; margin-top: 20px; align-items: center;}
.gerenric-car-product .car-detail .car-prise-info .car-prise-text{width: 60%; padding-right: 6px;}
.gerenric-car-product .car-detail .car-prise-info .car-prise-text .car-prise-orginal{font-size: 20px; line-height: 90%; color: #020920; font-weight: bold;}
.gerenric-car-product .car-detail .car-prise-info .car-prise-text .car-prise-orginal span{font-size: 16px; font-weight: 400; color: #5B6B7A;}
.gerenric-car-product .car-detail .car-prise-info .car-prise-text .car-prise-discount{font-size: 16px; color: #23433D; font-weight: 600;}
.gerenric-car-product .car-detail .car-prise-info .car-prise-text .car-prise-discount del{font-size: 12px; color: #B6B6B6; font-weight: 500;}
.gerenric-car-product .car-detail .car-prise-info .car-butoon{width: 40%;}
.gerenric-car-product .car-detail .car-prise-info .car-butoon .btn.btn-primary{width: 100%; font-size: 14px; padding-left: 8px; padding-right: 8px; min-width: inherit; background-color: #FC9222;}
.gerenric-car-product .car-detail .car-prise-info .car-butoon .btn.btn-primary:hover{background-color: #f88000;}
.gerenric-car-product .car-detail .car-service-2{width: 100%;color: #23433D; margin-bottom: 20px; display: flex; align-items:center;}
.gerenric-car-product .car-detail .car-service-2 .car-service-col{width: 50%; display: flex; }
.gerenric-car-product .car-detail .car-service-2 .car-service-col .car-passanger-box .car-box-inner{width: 100%; border: 1px solid #E8ECEB; display: flex; align-items:center; justify-content: center; background-color: #F2F4F3; height:30px; border-radius: 2px;}
.gerenric-car-product .car-detail .car-service-2 .car-service-col:nth-child(2){padding-left: 10px;}
.gerenric-car-product .car-detail .car-service-2 .car-service-col:nth-child(2) img{margin-right: 10px;}
.gerenric-car-product .car-detail .car-service-2 .car-service-col img{height: 15px;margin-right: 5px;}
.gerenric-car-product .car-detail .car-service-2 .car-passanger-box{width: 50%;padding: 0px 2px;align-items: center; font-weight: 500;display: flex;}
.gerenric-car-product .car-detail .car-service-2 .car-passanger-box.pssagener-full-col{width: 100%;}
.gerenric-car-product .car-detail .car-term-row{width: 100%; color: #23433D;  margin-bottom: 20px; display: flex; align-items: center;}
.gerenric-car-product .car-detail .car-term-col{width: 50%; display: flex; align-items: center;}
.gerenric-car-product .car-detail .car-term-col img{height: 15px; margin-right: 5px;}

.steps-section{width: 100%;}
.steps-section .steps-inner{width: 100%; background-color: #fff; border: 1px solid #D8DCDF; border-radius: 10px;}
.steps-section .steps-inner-2{width: 100%; padding:30px 15px 30px 15px;}
.steps-section .step-heading{width: 100%; text-align: center; font-weight: 600; color: #23433D; font-size: 22px; background-color: #FAFAFA; border-radius: 10px 10px 0px 0px; padding:15px 10px;}
.steps-section .step-heading .step-heading-desktop{display: block;}
.steps-section .step-heading .step-heading-mobile{display: none;}
.steps-section .steps-nav{width: 100%; margin-bottom: 30px;}
.steps-section .steps-nav ul{display: flex; width: 100%; justify-content: center;}
.steps-section .steps-nav ul li{width: 33.333%; display: flex; justify-content: center; align-items: center; position: relative; list-style-type: none;}
.steps-section .steps-nav ul li::after{width:76%; height: 1px; content: ''; position: absolute; left: -38%; top: 24px; border: 1px dashed #D8DCDF;}
.steps-section .steps-nav ul li:first-child::after{display: none;}
.steps-section .steps-nav ul li .step-nav-box{width: 160px; text-align: center; }
.steps-section .steps-nav ul li .step-nav-box .step-nav-icon{width: 42px; height: 42px; margin:auto; margin-bottom: 10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.10); border-radius: 5px; display: flex; align-items: center; justify-content: center;padding: 5px 10px; position: relative; z-index: 1; background-color: #FAFAFA; border: 2px solid #FFFFFF;}
.steps-section .steps-nav ul li .step-nav-box .step-nav-icon .st-icon1{display: block;}
.steps-section .steps-nav ul li .step-nav-box .step-nav-icon .st-icon2{display: none;}
.steps-section .steps-nav ul li .step-nav-box .step-nav-text{color: #767676; font-size: 15px;}
.steps-section .steps-nav ul li .step-nav-box.step-active .step-nav-icon{background-color: #23433D;}
.steps-section .steps-nav ul li .step-nav-box.step-active .step-nav-icon .st-icon1{display: none;}
.steps-section .steps-nav ul li .step-nav-box.step-active .step-nav-icon .st-icon2{display: block;}
.steps-section .steps-nav ul li .step-nav-box.step-done .step-nav-icon{ background:#EAF8F0 url(../images/step_done_icon.svg)center center no-repeat; background-size: 24px;}
.steps-section .steps-nav ul li .step-nav-box.step-done .step-nav-text{color: #444444;font-weight: 500;}
.steps-section .steps-nav ul li .step-nav-box.step-done .step-nav-icon .st-icon1{display: none;}
.steps-section .steps-nav ul li .step-nav-box.step-done .step-nav-icon .st-icon2{display: none;}
.steps-section .steps-nav ul li .step-nav-box .nav-number-mobile{display: none;}
.steps-section .steps-content{width: 100%;}
.steps-section .steps-button {width: 100%;margin-top: 30px;display: flex;justify-content: start;margin-bottom: 15px;}
.steps-section .steps-button.step-border-top{border-top: 1px solid #A0A0A0; padding-top: 30px;}
.steps-section .steps-button.steps-button-fixed{ width: auto; left: 0px; position: sticky; z-index: 99; bottom: 0px;}
.steps-section .steps-button .next-button {width: 100%;display: flex;justify-content: center;cursor: pointer;align-items: center;border-radius: 10px;font-size: 20px;color: #000;font-weight: 500;height: 55px;background-color: #8af4b5;}
.steps-section .steps-button .back-button {width: 100%;display: flex;justify-content: center;cursor: pointer;align-items: center;border-radius: 10px;font-size: 20px;color: #fff;font-weight: 500;height: 55px;background-color: #000;}
.steps-section .steps-button .btn.btn-primary{background-color: #23433D;}
.steps-section .steps-button .btn.btn-primary:hover{background-color: #2ABB65 !important; color:#fff !important; border-color: #2ABB65 !important;}
.steps-section .steps-button.button-width a:first-child{margin-right: 5px;}
.steps-section .steps-button .btn.btn-primary.button-trasnparent{color: #23433D; background-color: transparent; border: 1px solid #23433D; }

.gerenric-vehicle-select{width: 100%;}
.gerenric-vehicle-select .vehicle-select-block{width: 100%; margin-bottom: 15px;}
.gerenric-vehicle-select .vehicle-select-block input[type="radio"] {position: absolute;visibility: hidden;}
.gerenric-vehicle-select .vehicle-select-block label {display: block;position: relative;border-radius: 13px; border: 3px solid transparent; background-color: #fff; z-index: 9;cursor: pointer;}
.gerenric-vehicle-select .vehicle-select-block input[type="radio"]:checked ~ label .vehicle-select-row{ border:3px solid #F79E1B;}
.gerenric-vehicle-select .vehicle-select-block .checkshow-button{display: none;}
.gerenric-vehicle-select .vehicle-select-block input[type="radio"]:checked ~ label .checkshow-button{display: flex;}
.gerenric-vehicle-select .vehicle-select-block .steps-button{margin-top: 20px !important;}
.gerenric-vehicle-select .vehicle-select-row{width: 100%; position: relative; border: 1px solid #ccc; display: flex; align-items: center; padding: 20px;border-radius: 10px;}
.gerenric-vehicle-select .vehicle-image{width: 200px; padding: 5px; display: flex; align-items: center; justify-content: center;   height:160px; background-color: #F2F2F2; border-radius:20px;}
.gerenric-vehicle-select .vehicle-detail{width:calc(100% -  200px);display: flex; flex-wrap: wrap; align-items: center; padding-left: 20px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info{width:53%; padding-right: 10px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name{width: 100%; margin-bottom: 10px; font-weight:500; font-size: 18px; color: #004B3F; }
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name span{font-weight:bold; }
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li{list-style-type: none; font-size: 12px; font-weight: 500; color: #23433D; margin-bottom:8px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li:first-child{margin-bottom: 25px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service{width: 100%; display: flex; align-items:center;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col{width: 50%; display: flex; }
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col .vehicle-passanger-box .passanger-box-inner{width: 100%; border: 1px solid #E8ECEB; display: flex; align-items:center; justify-content: center; background-color: #F2F4F3; height:30px; border-radius: 2px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col:nth-child(2){padding-left: 10px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col:nth-child(2) img{margin-right: 10px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col img{height: 15px;margin-right: 5px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col span.free-sevice-text{display: inline-flex; background-color: #00B67A; padding:4px 8px 3px 8px; text-transform: uppercase;  line-height: 110%; border-radius: 5px; font-size: 10px;color: #fff; font-weight: 500;  margin-right: 10px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-passanger-box{width: 50%;padding: 0px 2px;align-items: center; font-weight: 500;display: flex;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-passanger-box.pssagener-full-col{width: 100%;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-time-row{width: 100%; display: flex; align-items: center;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-time-col{width: 50%; display: flex; align-items: center;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li img{height: 15px; margin-right: 5px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info{width: 47%;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box{width: 100%;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box:last-child label{ margin-bottom: 0px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box label { border-radius: 5px; margin-bottom:6px; border: 2px solid #F2F2F2; background-color: #F2F2F2; z-index: 9;cursor: pointer;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box input[type="radio"]:checked ~ label {background-color: #23433D; border:2px solid #F79E1B;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box input[type="radio"]:checked ~ label .prise-title{color: #2ABB65;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box input[type="radio"]:checked ~ label .prise-title span{color: #fff;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box input[type="radio"]:checked ~ label .prise-AED{color: #fff;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box-inner{width: 100%; display: flex; justify-content: space-between; align-items: center; padding:5px 10px; height: 40px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box .prise-title{font-size: 12px; line-height: 130%; color:#23433D; font-weight: 500;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box .prise-title span{font-size: 10px; color: #767676;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box .prise-AED{font-size: 13px; padding-left: 4px; color:#23433D; font-weight: 700;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box .prise-AED span{font-size: 12px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box-inner.big-prisebox{height: 50px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box-inner.big-prisebox .prise-del{width: 100%; text-align: right;}
.gerenric-vehicle-select .vehicle-prise-label{width: 205px; height: 40px;display: flex; align-items: center; background: url(../images/citytour_form_label.svg)0px 0px no-repeat; position: absolute; top: -13px; right: 10px;}
.gerenric-vehicle-select .vehicle-prise-label .vehicle-label-text{width: 130px;  text-transform: uppercase; line-height: 110%; z-index: 99; margin: auto; text-align: center;}
.gerenric-vehicle-select .vehicle-prise-label .vehicle-label-text .label-title{font-size:14px; color: #fff; line-height: 110%; font-weight:600px;}
.gerenric-vehicle-select .vehicle-prise-label .vehicle-label-text .label-discount{font-size:16px; color: #fff; font-weight:900;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name .vehicle-value{display: inline-flex; margin-left: 5px; background-color: #fff; border: 1px solid #2ABB65; font-size: 11px; line-height: 110%; color:#2ABB65; border-radius: 5px; height: 23px; align-items: center;padding: 2px 5px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name .vehicle-view-detail{display: inline-flex; margin-left: 5px; font-size: 12px; color:#fff; border-radius: 5px; height: 24px; position: relative; top: -3px; align-items: center;padding: 2px 5px; background-color: #159850;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name .vehicle-view-detail:hover{background-color: #23433D;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name .vehicle-view-detail::before {content: "";position: absolute;top: -3px;left: -3px;right: -3px;bottom: -3px;border-radius: 10%;border: 2px solid #159850;animation: pulsee 1.8s infinite;}
@keyframes pulsee {0% { transform: scale(1);opacity: 1;} 100% {transform: scale(1.1);opacity: 0;}}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name .vehicle-view-detail:hover::before{border-color: #23433D;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name .vehicle-value img{width: 11px; margin-right: 5px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info .vehicle-name .vehicle-value.orange-brder{border-color: #FF9800; color: #FF9800;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-time-row.vehicle-time-green{width: auto; display: inline-flex; background-color: #E2FFEE;padding: 5px; border-radius: 5px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-time-row.vehicle-time-gray{width: auto; position: absolute; top: 83px; display: inline-flex; background-color: rgba(35,67,61,0.06);padding: 5px; border-radius: 5px;}
.gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-time-row.vehicle-time-gray.override_green{ background-color: #E2FFEE;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-select-row{padding: 10px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail{min-height: 112px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-passanger-box{width: 100%;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info{width:62%;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info{width: 38%;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box label{background-color: #23433D; border-color: #23433D;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-select-block input[type="radio"]:checked ~ label .vehicle-select-row{border-color: #2ABB65;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box .prise-AED{color: #fff;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-prise-label .vehicle-label-text .label-discount{font-size: 22px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-prise-label .vehicle-label-text .label-discount.small-discount{font-size: 18px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info {text-align: center; padding-top: 20px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-oneway{font-size:13px; font-weight: 500;color:#313131; margin-bottom: 3px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-discount-text del{font-size:13px; color:#B7B7B7;text-align: center; font-weight: bold; margin-bottom: 10px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-total-text{font-size:35px; font-weight: bold; color: #EB385B; text-align: center; margin-bottom: 0px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-total-text sup{font-size:14px; top: inherit;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-total-text2{font-size:28px; font-weight: bold; color: #EB385B; text-align: center; margin-bottom: 0px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-total-text2 sup{font-size:13px; top: inherit;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-include-vat{font-size:13px; display: inline-flex; align-items: center; justify-content: center; font-weight: 500;color:#313131;text-align: center;  margin-bottom: 10px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .vehicle-include-vat img{margin-right: 5px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-time-col{width: auto;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-time-col:first-child{margin-right: 8px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info ul li{font-size: 10px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info ul li:first-child{margin-bottom:15px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-image{display: block; height: auto; background-color: transparent;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-image .vehicle-image-inner{    width: 100%; margin-bottom: 5px; padding: 5px;display: flex;align-items: center;justify-content: center;height: 160px;background-color: #F2F2F2;border-radius: 6px;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-image .vehicle-image-inner.desert_image{padding: 0px; overflow: hidden;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-image .vehicle-image-inner.desert_image img{width: 100%; height: 160px; object-fit: cover;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box-inner{justify-content: center;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box input[type="radio"]:checked ~ label{border: 0px; background-color: #2ABB65;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col:nth-child(1){width: 65%;}
.gerenric-vehicle-select.new-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col:nth-child(2){width: 35%; justify-content: flex-end;}

.gerenric-vehicle-select .transfer-text{background-color: rgba(35,67,61,0.06);font-size: 12px; line-height: 100%; border-radius: 6px; border: 1px solid rgba(35,67,61,0.10); color: #23433D; display: flex; align-items: center; justify-content: center; font-weight: 500; height: 28px;}
.gerenric-vehicle-select .transfer-text.private_tour{background-color: #fff; border: 1px solid #FF9800; color: #FF9800;}
.gerenric-vehicle-select .transfer-text.private_tour img{ margin-right: 5px;}
.gerenric-vehicle-select .transfer-text span {font-size: 10px; margin-left: 6px; font-weight: bold; color: #F5A623;}
.gerenric-vehicle-select .transfer-text span img{width: 8px;}

.gerenric-schedule-guest{width: 100%; border-top: 1px solid #D8DCDF; padding-top: 30px;}
.gerenric-schedule-guest h2{font-size: 20px; color:#004B3F; font-weight: bold; margin-bottom: 20px;}
.gerenric-schedule-guest h3{ display: flex;  margin-top: 5px; align-items: center; font-weight: 500; font-size: 14px; color: #444444;}
.gerenric-schedule-guest h3 img{width: 20px; display: block; margin-right: 8px;}
.gerenric-schedule-guest .schedule-guest-block{width: 100%; margin-bottom: 30px;}
.gerenric-schedule-guest .schedule-guest-block:last-child{margin-bottom: 0px;}
.gerenric-schedule-guest .flight-number{width: 100%; border-radius: 8px; background-color: #FAFAFA; padding:30px 50px;}

.gerenric-billing-detail{width: 100%;border-top: 1px solid #D8DCDF; padding-top: 30px;}
.gerenric-billing-detail .billing-detail-block{width: 100%; margin-bottom: 40px;}
.gerenric-billing-detail .billing-detail-block:last-child{margin-bottom: 0px;}
.gerenric-billing-detail .payment-title{ font-size: 20px; color: #004B3F; font-weight: 600; margin-bottom: 20px;}
.gerenric-billing-detail .extras-block{width: 100%;}
.gerenric-billing-detail .extras-block .extras-row{width: 100%; margin-bottom: 40px;}
.gerenric-billing-detail .extras-block .extras-child{width: 100%; overflow: hidden; margin-bottom: 15px; border-radius: 10px; border: 1px solid #D8DCDF;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row{width: 100%; position: relative; display: flex; align-items: center;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-icon{width: 90px; height:100%;padding: 5px; display:flex; align-items: center; justify-content: center; position: absolute;left: 0px; top: 0px; background-color: rgba(35, 67, 61, 0.06);}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-info{width:100%;padding: 20px 180px 20px 110px;  position: relative; }
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-info .child-title{font-size: 21px; color: #23433D; font-weight: 600; display: flex; align-items: center;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-info .child-title .child-free-seat{display: inline-flex; margin-left: 6px; padding: 3px 13px; font-size: 11px; background-color: #2ABB65; color: #fff; font-weight: 600; border-radius: 3px;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-info .child-title .child-apporx{display: inline-flex; margin-left: 6px;color: #767676; font-size: 14px;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-info p{font-size: 14px; color: #767676; margin-bottom: 0px;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add{position: absolute; top: 30%; margin: auto; width: 140px; right: 20px;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add .child-plusminus-button {width: 140px;height: 40px;color: #23433D;position: relative;z-index: 9;font-size: 25px;display: flex;align-items: center;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add .child-plusminus-button .child-minus-btn {width: 40px;height:40px;display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;text-align: center;background-color: #F2F2F2;border-radius: 8px;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add .child-plusminus-button .child-plus-btn {width: 40px;height: 40px;display: flex;  align-items: center;justify-content: center;cursor: pointer;text-align: center;background-color: #F2F2F2;border-radius: 8px;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add .child-plusminus-button .child-minus-btn:hover{background-color: #23433D;color: #fff;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add .child-plusminus-button .child-plus-btn:hover{background-color: #23433D;color: #fff;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add .child-plusminus-input {width: 55px;height: 40px;padding: 4px 10px 4px 10px; text-align: center; font-size: 22px; color: #000; background-color: transparent; border: 0px;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .child-add .child-plusminus-input:focus {outline: none;}
.gerenric-billing-detail .extras-block .extras-child .child-top-row .include-add{ font-size:22px; text-align: right; cursor: pointer; color: #23433D; font-weight: 600;}
.gerenric-billing-detail .extras-block .apply-coupon{width: 100%;cursor: pointer; border-left: 5px solid #23433D; border-right: 5px solid #23433D; position: relative; font-size: 18px; color:#23433D; font-weight:600; display: flex; align-items: center; padding:30px 60px 30px 40px; background-color: #FAFAFA; border-radius: 8px;}
.gerenric-billing-detail .extras-block .apply-coupon::after{width: 25px; height: 12px; content: ''; background: url(../images/coupon_arrow.svg)0px 0px no-repeat; position: absolute; right: 20px; }
.gerenric-billing-detail .price-breakdown{width: 100%; border-radius: 8px; padding: 20px 20px; border: 1px solid #F2F2F2; background-color: #FAFAFA;}
.gerenric-billing-detail .price-breakdown .price-row{width: 100%; display: flex;}
.gerenric-billing-detail .price-breakdown .price-row:last-child{border-top: 1px solid #ddd;}
.gerenric-billing-detail .price-breakdown .price-row.price-divider{border-top: 1px solid #ddd;}
.gerenric-billing-detail .price-breakdown .price-col{width: 50%; padding: 10px 30px; font-size: 17px; color: #767676; }
.gerenric-billing-detail .price-breakdown .price-col:nth-child(1){padding-left: 0px;}
.gerenric-billing-detail .price-breakdown .price-col:nth-child(2){text-align: right; font-weight: 600; padding-right: 0px; color: #23433D;}
.gerenric-billing-detail .price-breakdown .price-col.price-total-label{font-size: 19px;color: #23433D; font-weight: 600;}
.gerenric-billing-detail .price-breakdown .price-col.price-total-value{font-size: 19px; color: #23433D; line-height: 110%; font-weight: 600;}
.gerenric-billing-detail .price-breakdown .price-col.price-total-value span{font-size: 14px; color: #23433D; font-weight: 300;}
.gerenric-billing-detail .payment-method{width: 100%;}
.gerenric-billing-detail .payment-method .payment-row{width: 100%; margin-bottom: 20px;}
.gerenric-billing-detail .payment-method .payment-row input[type="radio"] {position: absolute;visibility: hidden;}
.gerenric-billing-detail .payment-method .payment-row label {display: flex;position: relative;overflow: hidden; padding: 15px 25px;  border-radius: 5px; border: 1px solid #CCCCCC;z-index: 9;cursor: pointer;}
.gerenric-billing-detail .payment-method .payment-row input[type="radio"]:checked ~ label { border:3px solid #8af4b5;}
.gerenric-billing-detail .payment-method .payment-row .payment-card{display: flex;}
.gerenric-billing-detail .payment-method .payment-row .payment-card img{margin-right: 3px;}
.gerenric-billing-detail .payment-method .payment-row .payment-addition{ margin-left: 20px; display: inline-flex; align-items: center; font-size: 14px; color: #767676;}
.gerenric-billing-detail .payment-method .payment-row .payment-addition img{margin-right: 6px;}
.gerenric-billing-detail .payment-method .payment-row .payment-cash{font-size: 18px; color: #595959; font-weight: 500;}
.gerenric-discount-label{width: 205px; height: 40px;display: flex; align-items: center; background: url(../images/citytour_form_label.svg)0px 0px no-repeat; position: absolute; top: -11px; right: 10px;}
.gerenric-discount-label .discount-label-text{width: 130px;  text-transform: uppercase; line-height: 110%; z-index: 99; margin: auto; text-align: center;}
.gerenric-discount-label .discount-label-text .label-title{font-size:14px; color: #fff; line-height: 110%; font-weight:600px;}
.gerenric-discount-label .discount-label-text .label-discount{font-size:16px; color: #fff; font-weight:900;}
.gerenric-content-section{width: 100%; overflow: hidden; background-color: #fff; border-radius: 12px; border: 1px solid #D8DCDF;}
.gerenric-content-section h2{font-size: 24px; background-color: #FAFAFA;padding: 20px 20px; text-align: center; font-weight: 600; color: #004B3F; margin:0px;}
.gerenric-content-section .content-inner{width: 100%;padding:35px 25px;}
.gerenric-content-section .content-block{width: 100%; margin-bottom: 20px;}
.gerenric-content-section .content-block h3{font-size: 22px; line-height: 120%; font-weight: 700; color: #004B3F; margin:0px; margin-bottom: 10px;}
.gerenric-content-section .content-block h4{font-size: 20px; line-height: 120%; font-weight: 700; color: #004B3F; margin:0px; margin-top: 10px; margin-bottom: 10px;}
.gerenric-content-section .content-block p{font-size: 18px; line-height: 120%; font-weight: 500; color: #004B3F;}
.gerenric-content-section .content-block p:last-child{margin-bottom: 0px;}
.gerenric-content-section .content-block ul {margin-left: 25px;}
.gerenric-content-section .content-block ul li{font-size: 18px; line-height: 120%; font-weight: 500;margin-bottom: 3px; color: #004B3F;}
.gerenric-content-section .content-block .sub-section{padding-left: 25px;}
.gerenric-content-section a{ color: #004B3F;}
.gerenric-links {width: 100%;margin-top: 30px;position: relative;}
.gerenric-links.pd-rt-50 {padding-right: 50px;}
.gerenric-links ul {margin-left: -5px;margin-right: -5px;display: flex; position: relative; flex-wrap: wrap;}
.gerenric-links ul li {width: 12.5%; list-style-type: none;padding: 5px;}
.gerenric-links ul li a {width: 100%; height: 50px;background-color: #2DAA70;border-radius: 10px;font-size: 14px;font-weight: 600;color: #fff;display: inline-flex;justify-content: center;align-items: center;padding: 5px;}
.gerenric-links ul li a:hover {background-color: #23433D;color: #fff;}
.gerenric-links ul li a.active_link {background-color: #23433D;color: #fff;}
.gerenric-links ul li a img {margin-right: 12px;width: 22px;}
.gerenric-links .gerenric-links-right{ position: absolute; right: 0px; top: 0px;}
.gerenric-links .gerenric-links-right ul li{width: auto;}
.gerenric-links .gerenric-links-right .gerenric-search-bar .search-bar{width: 270px;}
.gerenric-links .gerenric-links-right .gerenric-search-bar .search-input{height: 50px;}
.gerenric-links .gerenric-links-right .gerenric-search-bar .search-icon{top: 17px;}
.gerenric-links .gerenric-links-right .gerenric_fullcheckbox.smallcheckbox{width: 135px;}
.gerenric-links .gerenric-links-right .gerenric_fullcheckbox.smallcheckbox .checkmark{height: 50px;}
.links-search{width: 270px; position:absolute; top: 4px; right: 0px; }
.links-search .links-search-input{width: 100%; height: 50px; padding: 10px 40px 10px 25px; font-size: 16px; color: #23433D; font-weight: 600; background-color: #fff; border: 1px solid #CECECE;border-radius: 8px;}
.links-search .links-search-input:focus{outline: none;}
.links-search .links-search-icon{width: 17px; height: 17px; border: 0px; cursor: pointer; background: url(../images/links_search_icon.svg)0px 0px no-repeat; position: absolute; right: 20px; top: 15px; }
.gerenric-search-bar {width: 100%;margin-bottom: 30px;justify-content: space-between;display: flex;align-items: center;}
.gerenric-search-bar .search-bar {width: 200px;padding-right: 0px;position: relative;}
.gerenric-search-bar .search-input {width: 100%;border-radius: 8px;height: 42px;border: 1px solid #CECECE; color: #23433D; padding: 5px 25px;font-size: 14px;font-weight: 500;}
.gerenric-search-bar .search-input:focus {outline: none;}
.gerenric-search-bar .search-icon {width: 17px;height: 17px;position: absolute;right: 20px;top: 12px;background: url(../images/search_icon.svg) center center no-repeat;border: 0px;cursor: pointer;}
.gerenric-search-bar .search-icon:focus {outline: none;}
.gerenric-search-bar .filter-block {position: relative;}
.gerenric-search-bar .filter-block .filter-icon {cursor: pointer;display: flex;font-size: 14px;color: #000;}
.gerenric-search-bar .filter-block .filter-icon img {width: 20px;display: block;margin-left: 10px;}
.gerenric-search-bar .filter-dropbox {width: 260px;display: none;z-index: 99;padding: 20px;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);background-color: #fff;position: absolute;top: 0px;right: 0px;}
.gerenric-search-bar .filter-dropbox h2 {font-size: 16px;color: #000;position: relative;font-weight: 600;border-bottom: 1px solid #000;padding-bottom: 10px;}
.gerenric-search-bar .filter-close {position: absolute;right: -10px;top: -15px;cursor: pointer;}
.gerenric-search-bar .filter-dropbox .gerenric-form ul li .form-label {padding-left: 0px;}
.gerenric-search-bar .filter-dropbox .gerenric-form ul li .form-control {border-radius: 0px;padding: 6px 15px;}
.gerenric-search-bar .filter-dropbox .gerenric-form .btn.btn-primary {font-size: 17px;height: 48px;border-radius: 0px;}
.gerenric-bulk-actions{width: 100%; margin-top: 25px; margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.gerenric-bulk-actions.justify-right{justify-content: flex-end;}
.gerenric-bulk-actions.bluk-width-auto{width: auto; margin-top: 0px;}
.gerenric-bulk-actions ul{margin-left: -5px;margin-right: -5px;display: flex;flex-wrap: wrap;}
.gerenric-bulk-actions ul li{list-style-type: none;padding: 5px;}
.gerenric-bulk-actions ul li a{color: #000;}
.gerenric-bulk-actions ul li .bluk-link {min-width: 130px; font-size: 14px; color: #000; font-weight: 500; display: flex; align-items: center; justify-content: center; height: 42px;background-color: #F1EFEF;border-radius: 5px;padding:6px 20px;}
.gerenric-bulk-actions ul li .bluk-link img{margin-right: 5px;}
.gerenric-bulk-actions ul li .bluk-link.active_bluk {background-color: #2DAA70; color: #fff;}
.gerenric-bulk-actions ul li .bluk-link:hover{background-color: #2DAA70; color: #fff;}
.gerenric-bulk-actions.bulk-actions-links-equail{width: 100%;}
.gerenric-bulk-actions .select-bar {width: 300px;padding-right: 110px;position: relative;}
.gerenric-bulk-actions .select-input {width: 100%;border-radius: 8px; color: #23433D;height: 42px;border: 1px solid #CECECE;padding: 5px 10px 5px 15px;font-size: 12px;font-weight: 600;}
.gerenric-bulk-actions .select-input:focus {outline: none;}
.gerenric-bulk-actions .select-button {min-width: 100px;height: 42px;position: absolute;right: 0px;top: 0px;border-radius: 8px;cursor: pointer;padding: 3px 10px;display: inline-flex;align-items: center;justify-content: center;background-color: #FFFFFF; border: 1px solid #CECECE; font-size: 12px;font-weight: 600;}
.gerenric-bulk-actions .select-button:hover{background-color: #2DAA70; border-color: #2DAA70; color: #fff;}
.gerenric-bulk-actions .select-button:focus {outline: none;}
.gerenric-bulk-actions .newbooking-button {min-width: 140px;height: 42px;border-radius: 8px;cursor: pointer;padding: 3px 10px;display: inline-flex;align-items: center;justify-content: center;background-color: #4BB328; border: 1px solid #4BB328;color: #fff; font-size: 12px;font-weight: 600;}
.gerenric-bulk-actions .newbooking-button:hover{background-color: #359615; border-color: #359615; color: #fff;}
.gerenric-bulk-actions .bluk-search-bar{width: 300px; padding-left: 30px;}
.gerenric-bulk-actions .bluk-search-bar .gerenric-search-bar {margin-bottom: 0px;}
.gerenric-bulk-actions .bluk-search-bar .gerenric-search-bar .search-bar{width: 100%;}
.gerenric-bulk-actions .filter-driver-icon-inner{cursor: pointer;display: flex; align-items: center; font-size: 14px;color: #000;}
.gerenric-bulk-actions .filter-driver-icon .filter-driver-icon-inner img{width: 20px;display: block;margin-left: 10px}
.gerenric-ride-city{width: 100%; min-height: 42px; position: relative; margin-bottom: 10px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.gerenric-ride-city ul{width: 100%; padding-right: 260px; align-items: center; margin-left: -5px;margin-right: -5px;display: flex; flex-wrap: wrap;}
.gerenric-ride-city ul.eight-button{padding-right: 0px;}
.gerenric-ride-city ul.eight-button li{width: 12.5%;}
.gerenric-ride-city ul li{width: 16.666%; list-style-type: none; padding: 5px;}
.gerenric-ride-city ul li a {width: 100%; height: 42px;background-color: #F3F3F3; font-size: 12px; color: #23433D; font-weight: 600; border-radius: 5px;display: flex; align-items: center; justify-content: center; padding:6px 7px;}
.gerenric-ride-city ul li a img{margin-right: 5px;}
.gerenric-ride-city ul li a:hover {background-color: #2DAA70;border: 1px solid #2DAA70; color: #fff;}
.gerenric-ride-city ul li a.active_ride {background-color: #2DAA70;border: 1px solid #2DAA70;color: #fff;}
.gerenric-ride-city ul li a .rides-link-hv-icon{display: none;}
.gerenric-ride-city ul li a:hover .rides-link-icon{display: none;}
.gerenric-ride-city ul li a:hover .rides-link-hv-icon{display: block;}
.gerenric-ride-city ul li a.active_ride .rides-link-icon{display: none;}
.gerenric-ride-city ul li a.active_ride .rides-link-hv-icon{display: block;}
.gerenric-ride-city.gerenric-ride-city-small ul li a{min-width: 80px;}
.gerenric-ride-city .city-total{display: flex; width:260px; position: absolute; right: 0px; align-items: center; padding-left: 10px;}
.gerenric-ride-city .city-total .city-total-label{font-size: 14px; color: #ADADAD; font-weight: 400; margin-right: 10px;}
.gerenric-ride-city .city-total .city-total-select{width: 200px; cursor: pointer; border-radius:5px; position: relative; height: 42px; display: flex;align-items: center; border: 1px solid #cecece;padding: 10px 10px 10px 10px;font-size: 12px; color: #ADADAD; font-weight: 500;}
.gerenric-ride-city.admin-driver-profile-nav{width: 100%; justify-content: flex-end;}
.gerenric-ride-city.admin-driver-profile-nav ul li a{ border: 1px solid #E4EFE6;}
.gerenric-ride-city.admin-driver-profile-nav ul li a img{width: auto; max-height: 18px;}
.gerenric-ride-city.admin-driver-profile-nav ul li a:hover {background-color: #E4EFE6;border: 1px solid #E4EFE6;}
.gerenric-ride-city.admin-driver-profile-nav ul li a.active_ride {background-color: #E4EFE6;border: 1px solid #E4EFE6;}
.gerenric-ride-city.gerenric-vat{width: 100%;}
.gerenric-ride-city.gerenric-vat ul li a{background-color: #fff; color: #2DAA70; border: 1px solid #2DAA70;}
.gerenric-ride-city.gerenric-vat .gerenric_fullcheckbox.smallcheckbox .checkmark{height: 42px;}
.gerenric-ride-city.pst-city-total{width: 300px; justify-content: flex-end;  position: absolute;right: 0px; top: 0px;}
.gerenric-ride-city.pst-city-total .city-total{position: relative;}
.gerenric-total-result-text{width: 100%; text-align: right; margin-bottom: 20px; font-size: 14px; color: #878787; font-weight: 400;}			

.gerenric-table-desktop {width: 100%;}
.gerenric-table-desktop .table-scroll-div{width: 100%;}
.gerenric-table-desktop .table-row {width: 100%;display: flex;align-items: center;border-bottom: 1px solid #D8D8D8;}
.gerenric-table-desktop .table-row:first-child {border-color: #000000;}
.gerenric-table-desktop .table-row.table-heading .table-col {font-size: 12px;font-weight: 500;}
.gerenric-table-desktop .table-row.flex-wp{flex-wrap: wrap;}
.gerenric-table-desktop .table-row.no-record-found{justify-content: center;font-size: 12px;color: #000000; font-weight: 500; padding: 15px;}
.gerenric-table-desktop .table-row.status-heading{border-bottom: 0px; padding-top: 10px; color: #2DAA70; font-weight: 500;}
.gerenric-table-desktop .table-row.status-heading img{margin-right: 10px; margin-top: 5px;}
.gerenric-table-desktop .table-row .table-col {width: 10%;font-size: 12px;color: #000000; font-weight: 500; padding: 15px 6px;overflow-wrap: break-word;}
.gerenric-table-desktop .table-row .table-col:first-child{padding-left: 0px;}
.gerenric-table-desktop .table-row .table-col:nth-child(1) {width: 9%;}
.gerenric-table-desktop .table-row .table-col:nth-child(2) {width: 8%;}
.gerenric-table-desktop .table-row .table-col:nth-child(3) {width: 7%;}
.gerenric-table-desktop .table-row .table-col:nth-child(4) {width: 7%;}
.gerenric-table-desktop .table-row .table-col:nth-child(5) {width: 7%;}
.gerenric-table-desktop .table-row .table-col:nth-child(6) {width: 23%;}
.gerenric-table-desktop .table-row .table-col:nth-child(7) {width: 23%;}
.gerenric-table-desktop .table-row .table-col:nth-child(8) {width: 8%;}
.gerenric-table-desktop .table-row .table-col:nth-child(9) {width: 8%;}
.gerenric-table-desktop.column-3 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-3 .table-row .table-col:nth-child(1) {width: 12%;}
.gerenric-table-desktop.column-3 .table-row .table-col:nth-child(2) {width: 48%;}
.gerenric-table-desktop.column-3 .table-row .table-col:nth-child(3) {width: 40%;}
.gerenric-table-desktop.column-4 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(1) {width: 18%;}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(2) {width: 37%;}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(3) {width: 30%;}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(4) {width: 15%;}
.gerenric-table-desktop.column-5 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(1) {width: 15%;}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(2) {width: 18%;}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(3) {width: 32%;}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(4) {width: 25%;}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(5) {width: 10%;}
.gerenric-table-desktop.column-5-A {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-5-A .table-row .table-col:nth-child(1) {width: 6%;}
.gerenric-table-desktop.column-5-A .table-row .table-col:nth-child(2) {width: 44%;}
.gerenric-table-desktop.column-5-A .table-row .table-col:nth-child(3) {width: 20%;}
.gerenric-table-desktop.column-5-A .table-row .table-col:nth-child(4) {width: 20%;}
.gerenric-table-desktop.column-5-A .table-row .table-col:nth-child(5) {width: 10%; text-align:right;}
.gerenric-table-desktop.column-6 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-6 .table-row .table-col:nth-child(1) {width: 10%;}
.gerenric-table-desktop.column-6 .table-row .table-col:nth-child(2) {width: 16%;}
.gerenric-table-desktop.column-6 .table-row .table-col:nth-child(3) {width: 30%;}
.gerenric-table-desktop.column-6 .table-row .table-col:nth-child(4) {width: 15%;}
.gerenric-table-desktop.column-6 .table-row .table-col:nth-child(5) {width: 17%;}
.gerenric-table-desktop.column-6 .table-row .table-col:nth-child(6) {width: 12%;}
.gerenric-table-desktop.column-6-A {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-6-A .table-row .table-col:nth-child(1) {width: 12%;}
.gerenric-table-desktop.column-6-A .table-row .table-col:nth-child(2) {width: 24%;}
.gerenric-table-desktop.column-6-A .table-row .table-col:nth-child(3) {width: 14%;}
.gerenric-table-desktop.column-6-A .table-row .table-col:nth-child(4) {width: 15%;}
.gerenric-table-desktop.column-6-A .table-row .table-col:nth-child(5) {width: 17%;}
.gerenric-table-desktop.column-6-A .table-row .table-col:nth-child(6) {width: 18%;}
.gerenric-table-desktop.column-6-B {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-6-B .table-row .table-col:nth-child(1) {width: 15%;}
.gerenric-table-desktop.column-6-B .table-row .table-col:nth-child(2) {width: 17%;}
.gerenric-table-desktop.column-6-B .table-row .table-col:nth-child(3) {width: 17%;}
.gerenric-table-desktop.column-6-B .table-row .table-col:nth-child(4) {width: 20%;}
.gerenric-table-desktop.column-6-B .table-row .table-col:nth-child(5) {width: 24%;}
.gerenric-table-desktop.column-6-B .table-row .table-col:nth-child(6) {width: 7%; text-align: right;}
.gerenric-table-desktop.column-6-C {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-6-C .table-row .table-col:nth-child(1) {width:6%;}
.gerenric-table-desktop.column-6-C .table-row .table-col:nth-child(2) {width: 20%;}
.gerenric-table-desktop.column-6-C .table-row .table-col:nth-child(3) {width: 23%;}
.gerenric-table-desktop.column-6-C .table-row .table-col:nth-child(4) {width: 20%;}
.gerenric-table-desktop.column-6-C .table-row .table-col:nth-child(5) {width: 24%;}
.gerenric-table-desktop.column-6-C .table-row .table-col:nth-child(6) {width: 7%; text-align: right;}

.gerenric-table-desktop.column-7 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(1) {width: 12%;}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(2) {width: 20%;}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(3) {width: 12%;}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(4) {width: 11%;}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(5) {width: 12%;}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(6) {width: 28%;}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(7) {width: 5%; text-align: right;}
.gerenric-table-desktop.column-7-A {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(1) {width: 12%;}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(2) {width: 19%;}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(3) {width: 13%;}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(4) {width: 14%;}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(5) {width: 17%;}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(6) {width: 16%;}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(7) {width: 9%;}
.gerenric-table-desktop.column-7-B {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(1) {width: 12%;}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(2) {width: 13%;}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(3) {width: 11%;}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(4) {width: 19%;}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(5) {width: 17%;}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(6) {width: 10%;}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(7) {width: 17%;}
.gerenric-table-desktop.column-7-C {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-7-C .table-row .table-col:nth-child(1) {width: 10%;}
.gerenric-table-desktop.column-7-C .table-row .table-col:nth-child(2) {width: 14%;}
.gerenric-table-desktop.column-7-C .table-row .table-col:nth-child(3) {width: 23%;}
.gerenric-table-desktop.column-7-C .table-row .table-col:nth-child(4) {width: 12%;}
.gerenric-table-desktop.column-7-C .table-row .table-col:nth-child(5) {width: 17%;}
.gerenric-table-desktop.column-7-C .table-row .table-col:nth-child(6) {width: 12%;}
.gerenric-table-desktop.column-7-C .table-row .table-col:nth-child(7) {width: 12%;}
.gerenric-table-desktop.column-8 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(1) {width: 12%;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(2) {width: 21%;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(3) {width: 13%;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(4) {width: 10%;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(5) {width: 13%;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(6) {width: 8%;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(7) {width: 9%;}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(8) {width: 14%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(1) {width: 7%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(2) {width: 10%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(3) {width: 10%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(4) {width: 12%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(5) {width: 22%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(6) {width: 20%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(7) {width: 9%;}
.gerenric-table-desktop.column-8-B .table-row .table-col:nth-child(8) {width: 14%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(1) {width: 10%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(2) {width: 12%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(3) {width: 12%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(4) {width: 21%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(5) {width: 12%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(6) {width: 10%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(7) {width: 12%;}
.gerenric-table-desktop.column-8-C .table-row .table-col:nth-child(8) {width: 11%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(1) {width: 10%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(2) {width: 12%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(3) {width: 20%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(4) {width: 12%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(5) {width: 12%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(6) {width: 10%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(7) {width: 10%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(8) {width: 8%;}
.gerenric-table-desktop.column-9 .table-row .table-col:nth-child(9) {width: 5%; text-align: right;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(1) {width: 8%; text-align: left;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(2) {width: 9%;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(3) {width: 9%;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(4) {width: 9%;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(5) {width: 14%;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(6) {width: 12%; text-align: center;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(7) {width: 16%;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(8) {width:12%;}
.gerenric-table-desktop.column-9-A .table-row .table-col:nth-child(9) {width: 11%;}

.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(1) {width: 8%; text-align: left;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(2) {width: 9%;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(3) {width: 9%;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(4) {width: 9%;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(5) {width: 14%;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(6) {width: 12%; text-align: center;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(7) {width: 14%;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(8) {width:7%;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(9) {width: 9%;}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(10) {width: 9%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(1) {width: 8%; text-align: left;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(2) {width: 8%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(3) {width: 8%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(4) {width: 9%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(5) {width: 14%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(6) {width: 12%; text-align: center;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(7) {width: 14%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(8) {width:7%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(9) {width: 8%;}
.gerenric-table-desktop.column-10-A .table-row .table-col:nth-child(10) {width: 12%; padding-left: 0px; padding-right: 0px;}

.gerenric-table-desktop.column-N6 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N6 .table-row .table-col:nth-child(1) {width:15%;}
.gerenric-table-desktop.column-N6 .table-row .table-col:nth-child(2) {width: 24%; padding-right: 40px;}
.gerenric-table-desktop.column-N6 .table-row .table-col:nth-child(3) {width: 20%; padding-right: 60px;}
.gerenric-table-desktop.column-N6 .table-row .table-col:nth-child(4) {width: 16%; padding-right: 40px;}
.gerenric-table-desktop.column-N6 .table-row .table-col:nth-child(5) {width: 19%; padding-right: 20px;}
.gerenric-table-desktop.column-N6 .table-row .table-col:nth-child(6) {width: 6%; text-align: right;}
.gerenric-table-desktop.column-N6-A {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N6-A .table-row .table-col:nth-child(1) {width:15%; padding-right: 40px;}
.gerenric-table-desktop.column-N6-A .table-row .table-col:nth-child(2) {width: 19%; }
.gerenric-table-desktop.column-N6-A .table-row .table-col:nth-child(3) {width: 19%; }
.gerenric-table-desktop.column-N6-A .table-row .table-col:nth-child(4) {width: 19%; }
.gerenric-table-desktop.column-N6-A .table-row .table-col:nth-child(5) {width: 18%; }
.gerenric-table-desktop.column-N6-A .table-row .table-col:nth-child(6) {width: 10%; text-align: left;}

.gerenric-table-desktop.column-N6-B {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N6-B .table-row .table-col:nth-child(1) {width:20%; padding-right: 40px;}
.gerenric-table-desktop.column-N6-B .table-row .table-col:nth-child(2) {width: 15%; }
.gerenric-table-desktop.column-N6-B .table-row .table-col:nth-child(3) {width: 23%; }
.gerenric-table-desktop.column-N6-B .table-row .table-col:nth-child(4) {width: 20%; }
.gerenric-table-desktop.column-N6-B .table-row .table-col:nth-child(5) {width: 14%; }
.gerenric-table-desktop.column-N6-B .table-row .table-col:nth-child(6) {width: 8%; text-align: center;}

.gerenric-table-desktop.column-N6-C {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N6-C .table-row .table-col:nth-child(1) {width:15%; padding-right: 40px;}
.gerenric-table-desktop.column-N6-C .table-row .table-col:nth-child(2) {width: 15%; padding-right: 40px;}
.gerenric-table-desktop.column-N6-C .table-row .table-col:nth-child(3) {width: 30%; padding-right: 40px;}
.gerenric-table-desktop.column-N6-C .table-row .table-col:nth-child(4) {width: 18%; padding-right: 40px;}
.gerenric-table-desktop.column-N6-C .table-row .table-col:nth-child(5) {width: 14%; padding-right: 40px;}
.gerenric-table-desktop.column-N6-C .table-row .table-col:nth-child(6) {width: 8%; text-align: center;}

.gerenric-table-desktop.column-N6-D {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N6-D .table-row .table-col:nth-child(1) {width:15%; padding-right: 20px;}
.gerenric-table-desktop.column-N6-D .table-row .table-col:nth-child(2) {width: 18%; padding-right: 20px;}
.gerenric-table-desktop.column-N6-D .table-row .table-col:nth-child(3) {width: 12%; padding-right: 20px;}
.gerenric-table-desktop.column-N6-D .table-row .table-col:nth-child(4) {width: 15%; padding-right: 20px;}
.gerenric-table-desktop.column-N6-D .table-row .table-col:nth-child(5) {width: 32%; padding-right: 20px;}
.gerenric-table-desktop.column-N6-D .table-row .table-col:nth-child(6) {width: 8%; text-align: center;}

.gerenric-table-desktop.column-N7 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N7 .table-row .table-col:nth-child(1) {width:13%; padding-right: 20px;}
.gerenric-table-desktop.column-N7 .table-row .table-col:nth-child(2) {width: 13%; padding-right: 20px; }
.gerenric-table-desktop.column-N7 .table-row .table-col:nth-child(3) {width: 25%; padding-right: 30px; }
.gerenric-table-desktop.column-N7 .table-row .table-col:nth-child(4) {width: 16%; padding-right: 40px; }
.gerenric-table-desktop.column-N7 .table-row .table-col:nth-child(5) {width: 13%; padding-right: 40px; }
.gerenric-table-desktop.column-N7 .table-row .table-col:nth-child(6) {width: 12%; padding-right: 40px; }
.gerenric-table-desktop.column-N7 .table-row .table-col:nth-child(7) {width: 8%; text-align: center;}
.gerenric-table-desktop.column-N7-A {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N7-A .table-row .table-col:nth-child(1) {width:17%; padding-right: 20px;}
.gerenric-table-desktop.column-N7-A .table-row .table-col:nth-child(2) {width: 17%; padding-right: 20px; }
.gerenric-table-desktop.column-N7-A .table-row .table-col:nth-child(3) {width: 17%; padding-right: 30px; }
.gerenric-table-desktop.column-N7-A .table-row .table-col:nth-child(4) {width: 14%; padding-right: 40px; }
.gerenric-table-desktop.column-N7-A .table-row .table-col:nth-child(5) {width: 14%; padding-right: 40px; }
.gerenric-table-desktop.column-N7-A .table-row .table-col:nth-child(6) {width: 13%; padding-right: 40px; }
.gerenric-table-desktop.column-N7-A .table-row .table-col:nth-child(7) {width: 8%; text-align: center;}

.gerenric-table-desktop.column-N8 {width: 100%;font-weight: 500;}
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(1) {width:12%; padding-right: 20px;}
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(2) {width: 16%; padding-right: 20px; }
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(3) {width: 13%; padding-right: 20px; }
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(4) {width: 15%; padding-right: 20px; }
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(5) {width: 12%; padding-right: 20px; }
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(6) {width: 12%; padding-right: 20px; }
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(7) {width: 12%; padding-right: 20px; }
.gerenric-table-desktop.column-N8 .table-row .table-col:nth-child(8) {width: 8%; text-align: center;}

.gerenric-table-desktop.column-N4 .table-row .table-col:nth-child(1) {width:25%; padding-right: 40px;}
.gerenric-table-desktop.column-N4 .table-row .table-col:nth-child(2) {width: 45%; padding-right: 25%;}
.gerenric-table-desktop.column-N4 .table-row .table-col:nth-child(3) {width: 20%;}
.gerenric-table-desktop.column-N4 .table-row .table-col:nth-child(4) {width: 10%; text-align: right;}

.gerenric-table-desktop.column-N5 .table-row .table-col:nth-child(1) {width:15%; padding-right: 40px;}
.gerenric-table-desktop.column-N5 .table-row .table-col:nth-child(2) {width: 19%; }
.gerenric-table-desktop.column-N5 .table-row .table-col:nth-child(3) {width: 19%; }
.gerenric-table-desktop.column-N5 .table-row .table-col:nth-child(4) {width: 37%; }
.gerenric-table-desktop.column-N5 .table-row .table-col:nth-child(5) {width: 10%; text-align: left;}
.gerenric-table-desktop.column-N5-A .table-row .table-col:nth-child(1) {width:15%; padding-right: 40px;}
.gerenric-table-desktop.column-N5-A .table-row .table-col:nth-child(2) {width: 25%;  padding-right: 40px;}
.gerenric-table-desktop.column-N5-A .table-row .table-col:nth-child(3) {width: 20%;  padding-right: 80px;}
.gerenric-table-desktop.column-N5-A .table-row .table-col:nth-child(4) {width: 20%;  padding-right: 40px;}
.gerenric-table-desktop.column-N5-A .table-row .table-col:nth-child(5) {width: 20%; text-align: left;}

.gerenric-table-desktop .table-phone{width: 100%;}
.gerenric-table-desktop .table-phone img{width: 15px;}
.gerenric-table-desktop .ride-type {display: flex;align-items: center;}
.gerenric-table-desktop .ride-type img {display: block;margin-right: 5px;}
.gerenric-table-desktop .passenger-dt{width: 100%;}
.gerenric-table-desktop .passenger-dt .passenger-info{width: 100%; display: flex;}
.gerenric-table-desktop .passenger-dt .passenger-info .passenger-col{display: flex; flex-wrap:wrap;}
.gerenric-table-desktop .passenger-dt .passenger-info .passenger-col img{ object-fit: contain; margin-right: 3px;}
.gerenric-table-desktop .passenger-dt .passenger-info .rd-kg-cricle{width: 16px; height: 16px; margin-left: 5px; position: relative; border-radius: 100px; display: flex; align-items: center; justify-content: center; background-color: #000;}
.gerenric-table-desktop .passenger-dt .passenger-info .rd-kg-cricle .rd-way{width: 12px; height: 12px; line-height: 100%; border: 1px solid #000000; position: absolute; right: -6px; top: -3px; font-size: 6px; color: #454545; border-radius: 100px; display: flex; align-items: center; justify-content: center; background-color: #fff; }
.gerenric-table-desktop .passenger-dt .passenger-info .rd-kg-cricle img{width: auto !important; margin-right: 0px;}
.gerenric-table-desktop .passenger-whatsapp-button{width: 100%; cursor: pointer; margin-top: 3px; height: 17px; background-color: #67C15E; font-size: 8px; color: #fff; border-radius:100px; display: flex; align-items: center; justify-content: center; }
.gerenric-table-desktop .passenger-whatsapp-button img{margin-right: 3px;}
.gerenric-table-desktop .passenger-whatsapp-button.whatsapp-bg-transprant{background-color: transparent;font-size: 10px; color: #000;}
.gerenric-table-desktop .passenger-seat{width: 100%; display: flex; flex-wrap: wrap;}
.gerenric-table-desktop .passenger-div {width: 50%; margin-bottom: 4px; display: flex;align-items: center;}
.gerenric-table-desktop .passenger-div img {display: block;margin-right: 0px;text-align: center;height: 18px;margin: auto;}
.gerenric-table-desktop .refrance-number {text-align: left;}
.gerenric-table-desktop .reschedule-ride {display: flex;margin-bottom: 6px;cursor: pointer;align-items: center;}
.gerenric-table-desktop .reschedule-ride img {display: block;margin-right: 5px;}
.gerenric-table-desktop .cancel-ride {display: flex;cursor: pointer;align-items: center;}
.gerenric-table-desktop .cancel-ride img {display: block;margin-right: 5px;}
.gerenric-table-desktop .confirm-ride {padding: 1px 4px;text-align: center;border-radius: 4px;font-size: 9px;color: #fff;display: inline-flex;min-width: 56px;justify-content: center;}
.gerenric-table-desktop .confirm-ride.cmpt-green {background-color: #2DAA70;color: #fff;}
.gerenric-table-desktop .confirm-ride.cancel-red {background-color: #f7a9a9;color: #af2323;}
.gerenric-table-desktop .confirm-ride.pending-yellow {background-color: #EF7F0F;color: #fff;}
.gerenric-table-desktop .confirm-ride.noshow-brown {background-color: #A25100;color: #fff;}
.gerenric-table-desktop .confirm-ride.cancell-red {background-color: #FF0000;color: #fff;}
.gerenric-table-desktop .confirm-ride.cmpt2-blue {background-color: #09A6FF;color: #fff;}

.table-select-box {width: 100%;}
.table-select-box select {width: 100%;font-weight: 500; font-size: 10px; color: #878787; padding: 8px 4px; border: 1px solid #CECECE; border-radius: 8px;}
.table-select-box select:focus {outline: none;}
.table-select-box select option {font-size: 13px;border-radius: 10px;padding: 5px;}
.table-email-box {width: 100%;padding: 3px 10px;border-radius: 5px;background-color: #fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);}
.table-email-box .table-email-box-inner {width: 100%;padding-right: 5px;max-height: 65px;overflow-y: scroll;}
.table-email-box .table-email-box-inner::-webkit-scrollbar {width: 6px;}
.table-email-box .table-email-box-inner::-webkit-scrollbar-track {background: #f1f1f1;}
.table-email-box .table-email-box-inner::-webkit-scrollbar-thumb {background: #888;}
.table-email-box .table-email-box-inner::-webkit-scrollbar-thumb:hover {background: #555;}
.table-email-box .email-row {width: 100%;padding: 2px 0px;border-bottom: 1px solid #707070;}
.table-email-box .email-row:last-child {border-bottom: 0px;}
.table-email-box .gerenric_checkbox {padding-left: 16px;font-size: 12px;}
.table-email-box .gerenric_checkbox input {position: inherit;}
.table-email-box .gerenric_checkbox .checkmark {width: 12px;height: 12px;border-color: #ddd;border-radius: 3px;}
.table-email-box .gerenric_checkbox .checkmark:after {border: 0px;width: 7px;height: 7px;left: 2px;top: 2px;}
.table-email-box .gerenric_checkbox input:checked ~ .checkmark {border-color: #8af4b5;}
.table-email-box .gerenric_checkbox input:checked ~ .checkmark:after {background: url(../images/check_ok_icon.png) 0px 0px no-repeat;background-size: 7px;}
.gerenric-table-desktop .email-send-button {min-width: 110px;height: 20px;border-radius: 100px;cursor: pointer;margin-top: 5px;padding: 3px 10px;display: inline-flex;align-items: center;justify-content: center;background-color: #8af4b5;font-size: 10px;font-weight: 500;border: 0px;}
.gerenric-table-desktop.align-items-top .table-row {align-items: start;}
.gerenric-table-desktop.align-items-top .table-row:first-child {align-items: center;}
.gerenric-table-desktop.align-items-top .table-row:last-child{border-bottom: 0px;}
.gerenric-table-desktop .main-table-checkbox {width: 100%;display: flex;}
.gerenric-table-desktop .main-table-checkbox.align-item-middle {align-items: center;}
.gerenric-table-desktop .main-table-checkbox .table-checkbox {width: 40px;}
.gerenric-table-desktop .main-table-checkbox .number-sign {width: calc(100% - 40px);padding-left: 5px;font-weight: 500;}
.gerenric-table-desktop .main-table-checkbox .number-sign span {font-weight: 400;color: #AFAFAF;font-size: 10px;display: block;line-height: 115%;}
.gerenric-table-desktop .main-table-checkbox .number-sign.pdl-0{padding-left: 0px; margin-bottom: 5px;}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox {padding-left: 0px;}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox input {position: inherit;}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox .checkmark {width: 17px;height: 17px; top: 5px; border-color: #878787;border-radius: 3px;}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox .checkmark:after {border: 0px;width: 13px;height: 13px;left: 2px;top: 2px;}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox input:checked ~ .checkmark {border-color: #878787;}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox input:checked ~ .checkmark:after {background: url(../images/check_ok_gray_icon.svg) 0px 0px no-repeat;background-size: 13px;}
.gerenric-table-desktop .table-booking-info {width: 100%;}
.gerenric-table-desktop .table-booking-info .bkg-block {width: 100%;display: flex;align-items: center;min-height: 40px;line-height: 115%;border-bottom: 1px solid #D7D7D7;padding: 5px 0px;}
.gerenric-table-desktop .table-booking-info .bkg-block:last-child {border-bottom: 0px;}
.gerenric-table-desktop .table-booking-info .bkg-block.bkg-spacebetween{justify-content: space-between;}
.gerenric-table-desktop .table-booking-info .bkg-lctn-main {width: 100%; font-size: 10px;}
.gerenric-table-desktop .table-booking-info .bkg-lctn {width: 100%; margin-bottom: 10px; display: flex; align-items: center;}
.gerenric-table-desktop .table-booking-info .bkg-lctn img{height: 13px; margin-top: 3px !important; object-fit: contain;}
.gerenric-table-desktop .table-booking-info .bkg-lctn:last-child{margin-bottom: 0px;}
.gerenric-table-desktop .table-booking-info .bkg-row {width: 100%;display: flex;}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col {width: 50%;display: flex;}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col:nth-child(1) {padding-right: 8px;}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col:nth-child(2) {padding-left: 8px;border-left: 1px solid #D7D7D7;}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col.color-red {color: #FF0000;}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col.color-green {color: #2DAA70;}
.gerenric-table-desktop .table-booking-info .bkg-block img{width: 14px; margin:0px 4px; display: block;}
.gerenric-table-desktop .table-ride-detail {width: 100%;}
.gerenric-table-desktop .table-ride-detail .rd-block {width: 100%;min-height: 40px;line-height: 100%;display: flex;align-items: center;border-bottom: 1px solid #D7D7D7;padding: 4px 0px;}
.gerenric-table-desktop .table-ride-detail .rd-block.displayflex-none{display: block;}
.gerenric-table-desktop .table-ride-detail .rd-block:last-child {border-bottom: 0px;}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt {width: 100%;display: flex;}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt.flexwrap_div{flex-wrap: wrap;}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col {display: flex;align-items: center; margin-left: 8px;}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col:first-child {margin-left: 0px;}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col img {margin-right: 4px;display: block;}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col .seat-text {width: 100%;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg{width: 100%; display: flex; position: relative;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-full{font-size: 12px; color: #000; font-weight: 500;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-full span{font-size: 10px; color: #7E7E7E; font-weight: 400;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-col{width: 50%; display: flex; justify-content:space-between;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-col:first-child{padding-right: 10px;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-col:nth-child(2) img{width: 20px;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-cityride{display: flex; align-items: center;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-cityride img{object-fit: contain; margin-right: 5px;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-view-number{width: 100%; margin-top: 5px; margin-bottom: 5px; font-size: 14px; font-weight: 500; color: #000; display:flex; justify-content: space-between;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-view-number img{cursor: pointer;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-view-number-date{width: 100%;  font-size: 10px;color: #919191; display:flex; justify-content: space-between; align-items: center;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-view-number-date span{font-size: 12px; color: #303030;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-view-status{width: 100%;align-items: center; margin-top: 10px; display: flex;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-view-status .view-status-btn{width:45%; background-color: #FF0000; border-radius: 3px; font-size:9px; color: #fff; text-align: center; padding: 4px 5px;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-view-status .view-status-text{width:55%;padding-left: 10px; font-size: 10px; color: #A7A7A7; font-weight: 500;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-cricle{width: 16px; height: 16px; position: absolute; right: 0px; border-radius: 100px; display: flex; align-items: center; justify-content: center; background-color: #000;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-cricle .rd-way{width: 12px; height: 12px; position: absolute; right: -7px; top: -3px; font-size: 6px; color: #000; border-radius: 100px; display: flex; align-items: center; justify-content: center; background-color: #fff; box-shadow: 0.7px 2px 2px #00000066;}
.gerenric-table-desktop .table-ride-detail .rd-block .rd-kg .rd-kg-cricle img{width: auto !important;}
.gerenric-table-desktop .table-ride-detail .rd-car-type {width: 100%;display: flex;align-items: center;}
.gerenric-table-desktop .table-ride-detail .rd-car-type .car-icon {width: 30px; text-align: center;}
.gerenric-table-desktop .table-ride-detail .rd-car-type .car-text {width: calc(100% - 30px); align-items:center; padding-left: 10px; display: flex; justify-content: space-between; }
.gerenric-table-desktop .table-ride-detail .rd-car-type .car-text .car-number{width: 17px; height:16px; cursor: pointer; background: url(../images/ride_car_number_box.svg)0px 0px no-repeat ; background-size: 17px;  font-size: 9px; color: #000;margin-left: 5px; display: flex; line-height: 145%; justify-content: center;}
.gerenric-table-desktop .table-ride-status .rd-status-row{width: 100%; margin-bottom: 10px; display: flex;}
.gerenric-table-desktop .table-ride-status .rd-status-row .rd-status-col{width: 50%;padding:0px 4px;}
.gerenric-table-desktop .table-ride-status .rd-status-row .rd-status-col:first-child{padding-left: 0px;}
.gerenric-table-desktop .table-ride-status .rd-status-row .rd-status-btn{width: 100%; cursor: pointer; background-color: #25A057; height: 32px; display: flex;  align-items: center; justify-content: center; font-size: 10px; color: #FFFFFF; font-weight: 500; background-color: #25A057; border-radius: 8px;}
.gerenric-table-desktop .table-ride-status .rd-status-row .rd-status-btn img{margin-right: 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-row .rd-status-btn.waiting-btn{background-color: #FFBF0A;}
.gerenric-table-desktop .table-ride-status .rd-status-name{width: 100%;font-size: 10px; font-weight: 500; color: #7E7E7E; display: flex; align-items: center;}
.gerenric-table-desktop .table-ride-status .rd-status-name img{margin-left: 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-date{width: 100%; text-align: right; font-size: 10px; font-weight: 500; color: #A7A7A7;}
.gerenric-table-desktop .table-ride-status .rd-status-view{width: 100%; margin-bottom: 4px; display: flex; justify-content: space-between;}
.gerenric-table-desktop .table-ride-status .rd-status-view .rd-view-nm{font-size: 16px; font-weight: 500; color: #000;}
.gerenric-table-desktop .table-ride-status .rd-status-view .rd-view-nb{font-size: 14px; font-weight: 500; color: #303030;}
.gerenric-table-desktop .table-ride-status .rd-status-view .rd-view-nb img{margin-left: 5px; cursor: pointer;}
.gerenric-table-desktop .table-ride-status .rd-status-price{width: 100%; margin-top: 10px; padding-top: 10px; border-top: 1px solid #D7D7D7; display: flex;}
.gerenric-table-desktop .table-ride-status .rd-status-price .rd-st-price-col{font-weight: 500; font-size: 10px; padding-left: 10px; color: #000000;}
.gerenric-table-desktop .table-ride-status .rd-status-price .rd-st-price-col:first-child{ padding-right: 10px; padding-left: 0px; border-right: 1px solid #D7D7D7;}
.gerenric-table-desktop .table-ride-status .rd-status-price .rd-st-price-col span{color: #9D9D9D;}
.gerenric-table-desktop .table-ride-status .rd-status-rtg{width: 100%;display: flex; margin-bottom: 4px; justify-content: space-between;}
.gerenric-table-desktop .table-ride-status .rd-status-rtg .rd-status-rtg-text{font-size: 10px; color: #000000; font-weight: 500;}
.gerenric-table-desktop .table-ride-status .rd-status-rtg .rd-status-rtg-text span{margin-left: 10px; display: inline-flex; background-color: #FFBF0A; padding: 3px 12px; width:35px; border-radius: 100px; text-align: center; font-size: 10px; color: #000000; font-weight: 500;}
.gerenric-table-desktop .table-ride-status .rd-status-rtg .rd-status-rtg-value{display: flex;}
.gerenric-table-desktop .table-ride-status .rd-status-rtg .rd-status-rtg-value .rd-status-rtg-btn{background-color: #2ABB65; cursor: pointer; min-width:58px; border-radius: 3px; font-size:9px; color: #fff; text-align: center; padding: 2px 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-rtg .rd-status-rtg-value  img{margin-right: 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-rtg .rd-status-rtg-value .rd-status-rtg-btn.status-cmpt-btn{background-color: #09A6FF !important;}
.gerenric-table-desktop .table-ride-book {width: 100%;}
.gerenric-table-desktop .table-ride-book .rd-bk-block {width: 100%;min-height: 40px;display: flex;align-items: center;border-bottom: 1px solid #707070;padding: 4px 0px;}
.gerenric-table-desktop .table-ride-book .rd-bk-block:last-child{border-bottom: 0px;}
.gerenric-table-desktop .table-ride-book .rd-bk-code {width: 100%;}
.gerenric-table-desktop .table-ride-book .rd-bk-code .rd-bk-text{ display: flex; align-items: center;}
.gerenric-table-desktop .table-ride-book .rd-bk-code .rd-bk-text img{width: 12px; height: 12px; margin-left: 8px; margin-right: 3px;}
.gerenric-table-desktop .table-ride-book .rd-bk-code .rd-bk-text span {font-weight: 400;color: #707070;font-size: 11px;display: block;line-height: 115%;}
.gerenric-table-desktop .table-ride-book .rd-bk-drop {width: 100%;display: flex;  flex-wrap: wrap;}
.gerenric-table-desktop .table-ride-book .rd-bk-drop .rd-dp-col {width: 50%;line-height: 120%; display: flex;align-items: center; padding:0px 5px;}
.gerenric-table-desktop .table-ride-book .rd-bk-drop .rd-dp-col img {width: 12px;height: 12px;display: block;margin-right: 10px;}
.gerenric-table-desktop .table-ride-book .rd-bk-billing {width: 100%; cursor: pointer; display: flex;align-items: center;}
.gerenric-table-desktop .table-ride-book .rd-bk-billing .bill-icon {width: 30px; text-align: center;}
.gerenric-table-desktop .table-ride-book .rd-bk-billing .bill-text {width: calc(100% - 30px);padding-left: 10px; display: flex; justify-content: space-between; }
.gerenric-table-desktop .table-user-detail {width: 100%;}
.gerenric-table-desktop .table-user-detail .usr-block {width: 100%;min-height: 40px;display: flex;align-items: center;border-bottom: 1px solid #D7D7D7;padding: 4px 0px;}
.gerenric-table-desktop .table-user-detail .usr-block:last-child {border-bottom: 0px;}
.gerenric-table-desktop .table-user-detail .usr-block.dply-block {display: block;}
.gerenric-table-desktop .table-user-detail .usr-block span {font-weight: 400;color: #707070;font-size: 11px;display: block;line-height: 115%;}
.gerenric-table-desktop .table-user-detail .usr-block a {display: flex;align-items: center;word-break: break-all;color: #000;}
.gerenric-table-desktop .table-user-detail .usr-block img {width: 15px;height: 15px;margin-right: 10px;}
.gerenric-table-desktop .table-ride-status{width: 100%; display: flex; flex-wrap: wrap;}
.gerenric-table-desktop .table-ride-status .ride-status-col{width: 50%;}
.gerenric-table-desktop .table-ride-status .ride-status-col:nth-child(1){padding-right: 10px;}
.gerenric-table-desktop .table-ride-status .ride-status-col:nth-child(2){padding-left: 10px;}
.gerenric-table-desktop .table-ride-status .rd-status-block{width: 100%;min-height: 40px;line-height: 100%;display: flex;align-items: center;border-bottom: 1px solid #707070;padding: 4px 0px;}
.gerenric-table-desktop .table-ride-status .rd-status-block:last-child{border-bottom: 0px;}
.gerenric-table-desktop .table-ride-status .btn.btn-primary{width: 100%; height: 25px; font-size: 12px; display: flex; align-items: center; justify-content: center; padding: 2px 10px; border-color:#25A057; border-radius: 100px; background-color: #25A057;}
.gerenric-table-desktop .table-ride-status .rd-status-confirm{width: 100%; display: flex;}
.gerenric-table-desktop .table-ride-status .rd-status-confirm .status-confirm-cricle{width: 12px; height: 12px; background-color: #CECECE; border-radius: 100px;}
.gerenric-table-desktop .table-ride-status .rd-status-confirm .status-confirm-text{width: calc(100% - 12px); padding-left: 7px;}
.gerenric-table-desktop .table-ride-status .rd-status-confirm .status-confirm-text span{font-size: 10px; color: #777777; display: block;}
.gerenric-table-desktop .table-ride-status .rd-status-amount{width: 100%;margin-bottom: 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-pay{width: 100%; display: flex; justify-content: space-between;}
.gerenric-table-desktop .table-ride-status .rd-status-pay .rd-pay-col{width: 50%;display: flex; }
.gerenric-table-desktop .table-ride-status .rd-status-pay .rd-pay-col img{width: 14px; margin-right: 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-pay .rd-pay-col:nth-child(1){padding-right: 3px;}
.gerenric-table-desktop .table-ride-status .rd-status-pay .rd-pay-col:nth-child(1){padding-left: 3px;}
.gerenric-table-desktop .table-ride-status .rd-status-driver{width: 100%; display: flex; align-items: center;}
.gerenric-table-desktop .table-ride-status .rd-status-driver img{width: 18px; margin-right: 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-driver .btn.btn-primary{ background-color: #F1EFEF;padding: 2px 4px; border-color: #F1EFEF; color: #000;}
.gerenric-table-desktop .table-ride-status .rd-status-driver .btn.btn-primary:hover{ background-color: #8af4b5 !important;border-color: #8af4b5 !important;color: #000!important; }
.gerenric-table-desktop .table-ride-status .rd-status-text{width: 100%; display: flex; position: relative; padding-right: 15px;}
.gerenric-table-desktop .table-ride-status .rd-status-text span{color: #999999; margin-left: 5px;}
.gerenric-table-desktop .table-ride-status .rd-status-text .status-icon{width: 12px; height: 12px; position: absolute;right: 0px;}
.gerenric-table-desktop .table-ride-status .rd-status-text .status-cricle{width: 12px; height: 12px; border-radius: 100px; background-color: #BD4336;}
.gerenric-table-desktop .table-ride-status .rd-status-rating{width: 100%; display: flex; margin-top: 3px;}
.gerenric-table-desktop .table-ride-status .rd-status-rating .status-rating-number{display: inline-block; font-size: 9px; font-weight: 500; border-radius: 100px;padding: 1px 3px; background-color: #FFBF0B; color: #000;}
.gerenric-table-desktop .table-ride-status .rd-status-rating .status-rating-bg{width: 18px; font-size: 8px; margin-left: 5px; display: flex; align-items: center; justify-content: center; font-weight: 500; color: #000; background: url(../images/star_bg_t.svg)0px 0px no-repeat; background-size: 17px;}
.gerenric-table-desktop .table-ride-status .rd-status-phone{width: 100%;}
.gerenric-table-desktop .table-ride-status .rd-status-phone a {display: flex;align-items: center; margin-bottom: 2px; word-break: break-all;color: #000;}
.gerenric-table-desktop .table-ride-status .rd-status-phone img {width: 15px;height: 15px;margin-right: 10px;}
.gerenric-table-desktop .table-ride-status .rd-status-pasanger {width: 100%;display: flex;}
.gerenric-table-desktop .table-ride-status .rd-status-pasanger .pgr-col {display: flex;align-items: center; margin-left: 8px;}
.gerenric-table-desktop .table-ride-status .rd-status-pasanger .pgr-col:first-child {margin-left: 0px;}
.gerenric-table-desktop .table-ride-status .rd-status-pasanger .pgr-col img {margin-right: 4px;display: block;}
.gerenric-table-desktop .Amount-spent {font-size: 16px;font-weight: 600;}
.gerenric-table-desktop .table-pay {width: 100%;display: flex;align-items: center;}
.gerenric-table-desktop .table-pay img {margin-right: 10px;}
.gerenric-table-desktop .table-email {width: 100%;margin-bottom: 10px;display: flex;align-items: center;}
.gerenric-table-desktop .table-email img {margin-right: 10px;}
.gerenric-table-desktop .user-car-class {width: 100%;}
.gerenric-table-desktop .user-car-class .cls-row {margin: 0px -3px;display: flex;justify-content: flex-start;}
.gerenric-table-desktop .user-car-class .cls-row .cls-col {text-align: center;padding: 0px 3px;}
.gerenric-table-desktop .user-car-class .cls-row .cls-icon {width: 60px;height: 26px;display: flex;justify-content: center;align-items: center;background-color: #8af4b5;border-radius: 100px;}
.gerenric-table-desktop .user-car-class .cls-row .cls-icon img {width: 30px;}
.gerenric-table-desktop .user-car-class .cls-row .cls-text {font-size: 15px;font-weight: 600;color: #000;}
.gerenric-table-desktop .email-view-text {width: 100%;margin-top: 5px;border-radius: 10px;font-weight: 400;color: #707070;font-size: 11px;display: block;line-height: 115%;background-color: #fff;border: 1px solid #cfcfcf;padding: 10px;}
.gerenric-table-desktop .email-view-text-inner {width: 100%;max-height: 70px;overflow-y: auto;}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar {width: 6px;}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar-track {background: #f1f1f1;}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar-thumb {background: #888;}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar-thumb:hover {background: #555;}
.gerenric-table-desktop .review-textarea {width: 100%;height: 140px;margin-top: 5px;border-radius: 10px;font-weight: 400;color: #707070;font-size: 11px;resize: none;display: block;line-height: 115%;background-color: #fff;border: 1px solid #cfcfcf;padding: 10px;}
.gerenric-table-desktop .divider-dot {width: 90%;border-bottom: 1px dotted #000;margin: 10px 0px;}
.gerenric-table-desktop .admin-type-button {width: 110px;height: 33px;display: flex;justify-content: center;align-items: center;background-color: #8af4b5;border-radius: 100px;}
.gerenric-table-desktop .user-class{ margin-left: -3px; margin-right: -3px; display: flex; flex-wrap: wrap;}
.gerenric-table-desktop .user-class .user-class-col{width: 33.333%; padding: 3px;}
.gerenric-table-desktop .user-class .user-class-name{width: 100%; height: 22px; line-height: 100%; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #000; background-color: #F4F4F4; border-radius: 100px; padding: 2px 10px;}
.gerenric-table-desktop .user-class .user-class-number{font-size: 11px; color: #000; text-align: center;}
.gerenric-table-desktop .user-spent-amount{font-size: 16px; font-weight: 600;}
.gerenric-table-desktop .table-action {width: 100%;}
.gerenric-table-desktop .table-action.action-flex{display: flex; flex-wrap: wrap;}
.gerenric-table-desktop .table-action.action-flex a{width: auto; display: inline-block;}
.gerenric-table-desktop .table-action a{width: 100%; display: block; margin-bottom:8px;}
.gerenric-table-desktop .table-action img {margin-right: 10px;cursor: pointer;}
.gerenric-table-desktop .table-action img:last-child {margin-right: 0px;}
.gerenric-table-desktop .assign-diver{width: 100%; display: flex;}
.gerenric-table-desktop .assign-diver .assign-icon{width: 35px;}
.gerenric-table-desktop .assign-diver .assign-icon img{width: 30px;}
.gerenric-table-desktop .assign-diver .assign-icon .assign-star{width: 35px; height: 35px; padding: 5px 2px 5px 17px; font-weight: bold; justify-content: center; background: url(../images/star_bg_t.svg)0px 0px no-repeat; background-size: 35px;}
.gerenric-table-desktop .assign-diver .assign-text{width: calc(100% - 35px); padding-left: 10px;}
.gerenric-table-desktop .assign-history{width: 100%; display: flex; justify-content: space-between;}
.gerenric-table-desktop .assign-history .history-col{padding-left: 3px; display: flex; align-items: center;}
.gerenric-table-desktop .assign-history .history-col:first-child{padding-left: 0px;}
.gerenric-table-desktop .assign-history .history-col img{width: 12px; height: 12px; display: block; margin-right: 5px;}
.gerenric-table-desktop .assign-history .history-col .assign-rating-number{display: inline-block; margin-left: 3px; font-size: 9px;font-weight: 500;border-radius: 100px;padding: 1px 5px;background-color: #FFBF0B;color: #000;}
.gerenric-table-desktop .assign-history.assign-history-half{flex-wrap: wrap;}
.gerenric-table-desktop .assign-history.assign-history-half .history-col{width: 50%;}
.gerenric-table-desktop .assign-history.assign-history-half .history-col:first-child{width: 100%;}
.gerenric-table-desktop .assign-history.assign-history-half2{ flex-wrap: wrap;}
.gerenric-table-desktop .assign-history.assign-history-half2 .history-col{width: 50%;}
.gerenric-table-desktop .assign-history.assign-history-half2 .history-col:first-child{padding-left: 3px;}
.gerenric-table-desktop .assign-history2{width: 100%;display: flex; flex-wrap: wrap;}
.gerenric-table-desktop .asg-htry-col{width: 40%; margin-bottom: 5px;}
.gerenric-table-desktop .asg-htry-col img{margin-right: 3px;}
.gerenric-table-desktop .assign-number{width: 100%;}
.gerenric-table-desktop .assign-number a {display: flex;align-items: center;word-break: break-all;color: #000;}
.gerenric-table-desktop .assign-number img {width: 15px;height: 15px;margin-right: 5px;}
.gerenric-table-desktop .user-class{width: 100%; display: flex; flex-wrap: wrap;}
.gerenric-table-desktop .user-class .user-cl-col{width: 20%;padding: 2px;}
.gerenric-table-desktop .user-class .user-cl-box{width: 100%;background-color: #F3F3F3; padding: 3px; margin-bottom: 3px; height: 25px; font-size: 10px; color: #23433D; font-weight: 600; display: flex; align-items: center; justify-content: center; border-radius: 8px; text-align: center;}
.gerenric-table-desktop .user-class .user-cl-nmb{width: 100%;text-align: center; font-size: 10px; color: #000000; font-weight: 500;}
.gerenric-table-desktop .assign-car{width: 100%; }
.gerenric-table-desktop .assign-car .assign-car-row{width: 100%;display: flex; align-items: center;}
.gerenric-table-desktop .assign-car .assign-car-col{padding-left: 8px; display: flex; align-items: center;}
.gerenric-table-desktop .assign-car .assign-car-col:first-child{padding-left: 0px; padding-right: 8px;}
.gerenric-table-desktop .assign-car .assign-car-col img{max-height: 15px; margin-right: 3px;}
.gerenric-table-desktop .assign-car .assign-car-col .assign-cricle{width: 12px;height: 12px;border-radius: 100px;background-color: #BD4336;}
.gerenric-table-desktop .assign-shift{width: 100%;}
.gerenric-table-desktop .assign-shift .assign-shift-row{width: 100%; display: flex; align-items: center;}
.gerenric-table-desktop .assign-shift .assign-shift-row img {width: 15px;height: 15px; margin-left: 5px; margin-right: 5px;}
.gerenric-table-desktop .assign-status{width: 100%; position: relative; }
.gerenric-table-desktop .assign-status .assign-status-cricle{width: 12px; height: 12px; position: absolute; left: 0px; top: 4px; border-radius: 100px; background-color:#25A057;}
.gerenric-table-desktop .assign-status .assign-status-text{width: 100%; padding-left: 16px;}
.gerenric-table-desktop .assign-status .assign-status-text span{color: #ddd; font-size: 11px;}
.gerenric-table-desktop .assign-button{width: 100%; text-align: right;}
.gerenric-table-desktop .assign-button .btn.btn-primary{min-width: 150px; border-color: #25A057; height: 50px; display: inline-flex; justify-content: center; align-items: center; margin-top: 20px; background-color: #25A057; color: #fff;}
.gerenric-table-desktop .table-review-detail{width: 100%;}
.gerenric-table-desktop .table-review-detail .review-block{width: 100%; display: flex; }
.gerenric-table-desktop .table-review-detail .review-block .review-col-1{width: 50%; padding-right: 5px;}
.gerenric-table-desktop .table-review-detail .review-block .review-col-1 img{width: 12px;}
.gerenric-table-desktop .table-review-detail .review-block .review-col-1:nth-child(2){padding-left: 5px;}
.gerenric-table-desktop .table-review-detail .review-box{width: 100%; height: 110px; resize: none; border-radius: 5px; margin-top: 15px; padding: 7px; font-size: 10px;}
.gerenric-table-desktop .table-review-detail .review-box:focus{outline: none;}
.gerenric-table-desktop .table-revenue{width: 100%;}
.gerenric-table-desktop .table-revenue .revenue-block{width: 100%; margin-bottom: 3px; display: flex; font-size: 12px; font-weight: 500; color: #000000; display: flex;}
.gerenric-table-desktop .table-revenue .revenue-block .revenue-col{font-size: 10px; display: flex; align-items: center;}
.gerenric-table-desktop .table-revenue .revenue-block .revenue-col img{width:16px; margin-right: 5px;}
.gerenric-table-desktop .table-revenue .revenue-block .revenue-col:first-child{margin-right: 10px;}
.gerenric-table-desktop .assign-row{width: 100%; flex-wrap: wrap; margin-bottom: 5px; font-size: 12px; color: #000; font-weight: 500; display: flex;}
.gerenric-table-desktop .assign-row img{object-fit: contain;}
.gerenric-table-desktop .assign-row .assign-btn{width: 100%; height: 23px; border: 0px; border-radius: 8px; cursor: pointer; font-size: 12px; color: #FFFFFF; font-weight: 500; display: flex; align-items: center; justify-content: center; background-color: #2ABB65;}
.gerenric-table-desktop .assign-row .assign-btn:focus{outline: none;}
.gerenric-table-desktop .assign-row .assign-btn.assign-btn-blue{background-color: #09A6FF;}
.gerenric-table-desktop .assign-row .assign-btn.assign-btn-gray{background-color: #A9A9A9;}
.gerenric-table-desktop .assign-row .assign-name{width: 100%; position: relative; display: flex;}
.gerenric-table-desktop .assign-row .assign-name .assign-nm-text{width: 100%; display: flex; align-items: center; padding-right: 20px; font-size: 12px; color: #000000; font-weight: 500;}
.gerenric-table-desktop .assign-row .assign-name .assign-nm-text span.nm-cricle{width: 8px; height: 8px; border-radius: 8px; background-color: #2DAA70; margin-left: 5px;}
.gerenric-table-desktop .assign-row .assign-name .assign-nm-text span.nm-cricle.crl-red{background-color: #FF2632;}
.gerenric-table-desktop .assign-row .assign-name .assign-nm-text span.nm-cricle.crl-yellow{ background-color: #F8B84E;}
.gerenric-table-desktop .assign-row .assign-name .assign-nm-text span.nm-cricle.crl-blue{ background-color: #09A6FF;}
.gerenric-table-desktop .assign-row .assign-name .assign-nm-view{cursor: pointer; position: absolute;right: 0px;}
.gerenric-table-desktop .assign-row .assign-rtg{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.gerenric-table-desktop .assign-row .assign-rtg .rtg-nmb{font-size: 12px; color: #000000; font-weight: 500;padding-right: 5px;}
.gerenric-table-desktop .assign-row .assign-rtg .rtg-point{font-size: 10px; color: #000000; font-weight: 500;}
.gerenric-table-desktop .assign-row .assign-rtg .rtg-point span{margin-left: 10px;background-color: #FFBF0A;padding: 3px 12px;width: 35px;border-radius: 100px;text-align: center;font-size: 10px;color: #000000;font-weight: 500;}
.gerenric-table-desktop .dv-review-dt{width: 100%;}
.gerenric-table-desktop .dv-review-dt p{font-size: 10px;margin-bottom: 0px; margin-top: 5px; color: #3B3B3B; font-weight: 500;}
.gerenric-table-desktop .dv-review-dt .review-dt{width: 100%; font-size: 14px; color: #85898C; font-weight: 400;}
.gerenric-table-desktop .dv-review-dt .review-dt span{margin-left: 10px;background-color: #FFBF0A;padding: 3px 8px;width: 20px;border-radius: 100px;text-align: center;font-size: 10px;color: #000000;font-weight: 500;}
.gerenric-table-desktop .dv-status-dt{width: 100%;}
.gerenric-table-desktop .dv-status-dt .dv-status{font-size: 16px;font-weight: 500; display: flex; align-items: center; padding-left: 15px; position: relative; color: #2DAA70;} 
.gerenric-table-desktop .dv-status-dt .dv-status::after{width: 8px; height: 8px; background-color: #2DAA70; content: ''; border-radius: 100px; position: absolute; left: 0px;}
.gerenric-table-desktop .dv-status-dt .dv-status.status-cancel{color: #FF0000;}
.gerenric-table-desktop .dv-status-dt .dv-status.status-cancel::after{background-color: #FF0000;}
.gerenric-table-desktop .dv-status-dt .dv-status.status-noshow{color: #976D00;}
.gerenric-table-desktop .dv-status-dt .dv-status.status-noshow::after{background-color: #976D00;}
.gerenric-table-desktop .dv-status-dt .dv-status.status-upcoming{color: #00B77B;}
.gerenric-table-desktop .dv-status-dt .dv-status.status-upcoming::after{background-color: #00B77B;}
.gerenric-table-desktop .dv-status-dt .dv-status-text{font-size: 12px; color: #3B3B3B; font-weight: 400;}
.gerenric-table-desktop .dv-status-dt .dv-status-text span{font-weight: 500; color: #000;}
.gerenric-table-desktop .dv-status-dt .dv-status-pick-block{width: 100%;}
.gerenric-table-desktop .dv-status-dt .dv-status-pick-block .status-pick-row{width: 100%;font-size: 12px; color: #000; display: flex; align-items: center;}
.gerenric-table-desktop .dv-status-dt .dv-status-pick-block .status-pick-row .pick-label{width: 60px; font-weight: 500;}
.gerenric-table-desktop .dv-status-dt .dv-status-pick-block .status-pick-row .pick-value{width:calc(100% - 60px);color: #7E7E7E;font-weight: normal; padding-left: 10px;}
.gerenric-table-desktop .dv-status-dt .dv-status-image-block{width: 100%;display: flex; margin-top: 10px;}
.gerenric-table-desktop .dv-status-dt .dv-status-image-block .status-image-col{padding: 0px 5px;}
.gerenric-table-desktop .dv-status-dt .dv-status-image-block .status-image{width: 80px; height: 80px;background-color: #F5F5F5; display: flex; align-items: center; justify-content: center;padding: 10px; border-radius: 8px;}
.gerenric-table-desktop .verfiy-text{width: 100%; display: flex; align-items: center;}
.gerenric-table-desktop .verfiy-text img{ margin-left: 5px;}

.gerenric-table-mobile {display: none;}
.gerenric-pagination {width: 100%;text-align: right;margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.gerenric-pagination ul {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.gerenric-pagination ul li {list-style-type: none;padding: 2px;}
.gerenric-pagination ul li a {border: 1px solid #cecece;display: block;border-radius: 4px;font-size: 14px;color: #000;padding: 3px 10px;}
.gerenric-pagination ul li a.active-pg {border-color: #8af4b5;}
.gerenric-pagination ul li a:hover {border-color: #8af4b5;}
ul.pagination .page-link {color: #000 !important;border: 1px solid #cecece !important;padding: 3px 12px !important;border-radius: 4px !important;font-size: 14px !important;}
ul.pagination .page-item {margin: 0px 2px !important;}
ul.pagination .active > .page-link,
ul.pagination .page-link.active {background-color: #fff !important;border: 1px solid #2DAA70 !important;}
ul.pagination .page-link:hover {background-color: #fff !important;border: 1px solid #2DAA70 !important;}
.gerenric-car-status{width: 100%;}
.gerenric-car-status ul{margin:0px -5px; display: flex; flex-wrap: wrap;}
.gerenric-car-status ul li{width: 12.5%; padding: 5px; list-style-type: none;}
.gerenric-car-status .gerenric_fullcheckbox .checkmark{background-color: #F8F8F8; padding: 0px 10px 0px 20px; height: 70px; border-color: #F8F8F8;}
.gerenric-car-status .gerenric_fullcheckbox .checkmark .car-info{width: 100%; position: relative;}
.gerenric-car-status .gerenric_fullcheckbox .checkmark .car-info::after{width: 3px; height: 100%; content: ''; border-radius: 10px; background-color:#2DAA70; position: absolute; top: 0px; left: -10px;}
.gerenric-car-status .gerenric_fullcheckbox .checkmark .car-title{width: 100%; font-size: 12px; color: #2DAA70; font-weight: 500;}
.gerenric-car-status .gerenric_fullcheckbox .checkmark .car-prise{width: 100%; font-size: 20px; color:#303030; font-weight: 600;}
.gerenric-car-status .gerenric_fullcheckbox input:checked ~ .checkmark{border-color: #2DAA70; background-color: rgba(45,170,112,0.08);}
.gerenric-car-status .gerenric_fullcheckbox .checkmark::after{display: none; border-radius: 16px; top: 10px; right: 10px;}
.gerenric-car-status .gerenric_fullcheckbox input:checked ~ .checkmark::after{display: block;background-size: 10px;}
.gerenric-ride-status{width: 100%; position: relative;}
.gerenric-ride-status.pd-300{padding-right: 300px;}
.gerenric-ride-status.status-column-10.status-column-3 ul li{width: 33.333%;}
.gerenric-ride-status.status-column-10.status-column-5 ul li{width: 20%;}
.gerenric-ride-status.status-column-10 ul li{width: 10%;}
.gerenric-ride-status.status-column-10 ul li a{padding:1px;display:flex; align-items: center; justify-content: center; height: 90px;}
.gerenric-ride-status.status-column-10 ul li .status-title{font-size: 11px; text-transform: uppercase; display: block; font-weight: 500;text-align:center; margin-bottom: 4px; color: #23433D !important;}
.gerenric-ride-status.status-column-10 ul li .status-value{margin-bottom: 0px; text-align: center;}
.gerenric-ride-status.status-column-10 ul li.pending-bg a{background-color:#EFFBFF; border: 1px solid #006E99;}
.gerenric-ride-status.status-column-10 ul li.pending-bg .status-value{color: #006E99;}
.gerenric-ride-status.status-column-10 ul li.confirmed-bg a{background-color:#F8FFF9; border: 1px solid #3DC457;}
.gerenric-ride-status.status-column-10 ul li.confirmed-bg .status-value{color: #3DC457;}
.gerenric-ride-status.status-column-10 ul li.completed-bg a{background-color:#EBFFFE; border: 1px solid #059B91;}
.gerenric-ride-status.status-column-10 ul li.completed-bg .status-value{color: #059B91;}
.gerenric-ride-status.status-column-10 ul li.canceled-bg a{background-color:#FFF6F6; border: 1px solid #E43A3F;}
.gerenric-ride-status.status-column-10 ul li.canceled-bg .status-value{color: #E43A3F;}
.gerenric-ride-status.status-column-10 ul li.reschedule-bg a{background-color:#EDFFF3; border: 1px solid #6BC489;}
.gerenric-ride-status.status-column-10 ul li.reschedule-bg .status-value{color: #6BC489;}
.gerenric-ride-status.status-column-10 ul li.noshow-bg a{background-color:#F8E9E9; border: 1px solid #C46B6B;}
.gerenric-ride-status.status-column-10 ul li.noshow-bg .status-value{color: #C46B6B;}
.gerenric-ride-status.status-column-10 ul li.assignme-bg a{background-color:#F6F4FF; border: 1px solid #796CC1;}
.gerenric-ride-status.status-column-10 ul li.assignme-bg .status-value{color: #796CC1;}
.gerenric-ride-status.status-column-10 ul li.assigned-bg a{background-color:#F1ECFF; border: 1px solid #6C30FC;}
.gerenric-ride-status.status-column-10 ul li.assigned-bg .status-value{color: #6C30FC;}
.gerenric-ride-status.status-column-10 ul li.waiting-bg a{background-color:#FFF8E3; border: 1px solid #FFBF0A;}
.gerenric-ride-status.status-column-10 ul li.waiting-bg .status-value{color: #FFBF0A;}
.gerenric-ride-status.status-column-10 ul li.onride-bg a{background-color:#F8F0D4; border: 1px solid #806712;}
.gerenric-ride-status.status-column-10 ul li.onride-bg .status-value{color: #806712;}
.gerenric-ride-status.status-column-10 ul li.pending-bg a:hover{box-shadow:0px 4px 4px rgb(110, 153, 24, 0.24);}
.gerenric-ride-status.status-column-10 ul li.confirmed-bg a:hover{box-shadow:0px 4px 4px rgb(61, 196, 87, 0.26);}
.gerenric-ride-status.status-column-10 ul li.completed-bg a:hover{box-shadow:0px 4px 4px rgb(5, 155, 145, 0.26);}
.gerenric-ride-status.status-column-10 ul li.canceled-bg a:hover{box-shadow:0px 4px 4px rgb(228, 58, 63, 0.24);}
.gerenric-ride-status.status-column-10 ul li.reschedule-bg a:hover{box-shadow:0px 4px 4px rgb(107, 196, 137, 0.24);}
.gerenric-ride-status.status-column-10 ul li.noshow-bg a:hover{box-shadow:0px 4px 4px rgb(196, 107, 107, 0.24);}
.gerenric-ride-status.status-column-10 ul li.assignme-bg a:hover{box-shadow:0px 4px 4px rgb(121, 108, 193, 0.24);}
.gerenric-ride-status.status-column-10 ul li.assigned-bg a:hover{box-shadow:0px 4px 4px rgb(108, 48, 252, 0.24);}
.gerenric-ride-status.status-column-10 ul li.waiting-bg a:hover{box-shadow:0px 4px 4px rgb(252, 191, 10, 0.24);}
.gerenric-ride-status.status-column-10 ul li.onride-bg a:hover{box-shadow:0px 4px 4px rgb(128, 103, 18, 0.24);}




.gerenric-ride-status.status-column-10 ul li.todayride-bg a {
    background-color: #F0FFF0;
    border: 1px solid #28A745;
}
.gerenric-ride-status.status-column-10 ul li.todayride-bg .status-value {
    color: #28A745;
}
.gerenric-ride-status.status-column-10 ul li.yesterdayride-bg a {
    background-color: #F5F0FF;
    border: 1px solid #6C30FC;
}
.gerenric-ride-status.status-column-10 ul li.yesterdayride-bg .status-value {
    color: #6C30FC;
}
.gerenric-ride-status.status-column-10 ul li.todayride-bg a:hover {
    box-shadow: 0px 4px 4px rgba(40, 167, 69, 0.24);
}
.gerenric-ride-status.status-column-10 ul li.yesterdayride-bg a:hover {
    box-shadow: 0px 4px 4px rgba(108, 48, 252, 0.24);
}


.gerenric-ride-status.status-column-10 ul li.reschedule-bg a {
    background-color: #EDFFF3;
    border: 1px solid #6BC489;
}
.gerenric-ride-status.status-column-10 ul li.reschedule-bg .status-value {
    color: #6BC489;
}
.gerenric-ride-status.status-column-10 ul li.reschedule-bg a:hover {
    box-shadow: 0px 4px 4px rgba(107, 196, 137, 0.24);
}

.gerenric-ride-status.status-column-10 ul li.active-status a{border-width:3px;}

.gerenric-ride-status ul{margin-left: -2px;margin-right: -2px;display: flex;flex-wrap: wrap;}
.gerenric-ride-status ul li{width: 16.666%; list-style-type: none;padding: 2px;}
.gerenric-ride-status ul li a {width: 100%; height: 140px;background-color: #E4EFE6; border: 1px solid transparent;border-radius: 8px;display: block; padding:40px 10px 10px 10px;}
.gerenric-ride-status ul li a.active_status {background-color: #fff;border: 1px solid #E4EFE6;}
.gerenric-ride-status ul li .status-value{width: 100%; text-align: left; font-size: 28px; margin-bottom: 20px; font-weight:600; color: #002B43; line-height: 100%;}
.gerenric-ride-status ul li .status-title{width: 100%; text-align: left; font-size: 20px; font-weight: 600; color: #002B43; display: flex;line-height: 100%;}
.gerenric-ride-status ul li.upcoming-bg a{background-color:#FFF0E5; border: 1px solid #FF6B00;}
.gerenric-ride-status ul li.upcoming-bg .status-title{color: #FF6B00;}
.gerenric-ride-status ul li.accepted-bg a{background-color:#EAF8F0; border: 1px solid #2ABB65;}
.gerenric-ride-status ul li.accepted-bg .status-title{color: #2ABB65;}
.gerenric-ride-status ul li.rejected-bg a{background-color:#F1E6E5; border: 1px solid #740700;}
.gerenric-ride-status ul li.rejected-bg .status-title{color: #740700;}
.gerenric-ride-status ul li.completed-bg a{background-color:#E6F6FF; border: 1px solid #09A6FF;}
.gerenric-ride-status ul li.completed-bg .status-title{color: #09A6FF;}
.gerenric-ride-status ul li.cancelled-bg a{background-color:#FFEBEC; border: 1px solid #FF3440;}
.gerenric-ride-status ul li.cancelled-bg .status-title{color: #FF3440;}
.gerenric-ride-status ul li.noshow-bg a{background-color:#F6EEE5; border: 1px solid #A25100;}
.gerenric-ride-status ul li.noshow-bg .status-title{color: #A25100;}
.no_results_found{width: 100%; font-size: 14px; color: #004B3F; font-weight: 600; text-align: center; margin:20px 0px;}
.remove-image{ background: #F44336 !important; width: 15px !important; height: 15px !important; top:-5px !important; right: -1 !important;}
.iti__country-list {z-index: 999 !important;}
.gerenric-income-info{ margin-left: -3px; margin-right: -3px; display: flex;}
.gerenric-income-info.one-column .income-col{width: 100%;}
.gerenric-income-info.two-column .income-col{width: 50%;}
.gerenric-income-info .income-col{width: 33.333%; padding: 3px;}
.gerenric-income-info .income-card{width: 100%; padding: 20px; border-radius: 5px; border: 1px solid #FF9933; background-color: #fff;}
.gerenric-income-info .income-card-inner{width: 100%; display: flex; align-items: center;}
.gerenric-income-info .income-card-inner.width-auto{width: auto;}
.gerenric-income-info .income-cricle{width: 60px; height: 60px; border-radius: 100px; background-color: #FF9933; padding: 8px; display: flex; align-items: center; justify-content: center;}
.gerenric-income-info .income-detail{width:calc(100% -  60px); padding-left: 35px;}
.gerenric-income-info .income-detail.income-detail-width-auto{width: auto;}
.gerenric-income-info .income-detail.income-detail-width-auto.pdl-0{padding-left: 0px;}
.gerenric-income-info .income-detail .income-number{font-size: 28px; line-height: 120%; color: #002B43; font-weight: 600;}
.gerenric-income-info .income-detail .income-title{font-size: 14px; color: #717171; font-weight: 500;}
.gerenric-income-info .income-card.blue-card-bg{border-color: #84D3FF;}
.gerenric-income-info .income-card.blue-card-bg .income-cricle{background-color: #09A6FF;}
.gerenric-income-info .income-card.green-card-bg{border-color: #54F696;}
.gerenric-income-info .income-card.green-card-bg .income-cricle{background-color: #2ABB65;}
.gerenric-income-info .income-card.brown-card-bg{border-color: #EBAD00;}
.gerenric-income-info .income-card.brown-card-bg .income-cricle{background-color: #EBAD00;}
.gerenric-income-info .income-card.green-card-bg.gray-card-bg{border-color: #C8C8C8;}
.gerenric-income-info .income-card .card-row{width: 100%; display: flex; align-items: center;}
.gerenric-income-info .income-card .card-row .card-col-sub{width: 33.333%; padding: 4px;}
.gerenric-income-info .income-card .income-card-sub{background-color: #DDFFEB; border-radius: 5px;padding: 15px; height: 100px;}
.gerenric-income-info .income-card .income-card-sub .income-cricle{width: 43px; height: 43px;}
.gerenric-income-info .income-card .income-card-sub.card-orange-bg{background-color: #FFF6ED;}
.gerenric-income-info .income-card .income-card-sub.card-orange-bg .income-cricle{background-color: #FF9933;}
.gerenric-income-info .income-card .income-card-sub .income-number{text-align: right; font-size: 16px; color: #535353;}
.gerenric-income-info .income-card .income-card-sub .income-title{text-align: right; font-size: 14px; color: #717171;}
.remove-return{width: 20px; height: 20px; position: absolute !important;right: -2px;top: -4px;}
.cross-icon:before, .cross-icon:after{width: 10px !important;}
.current-location-button-mobile{display: none;}
.mbsc-ios.mbsc-popup-header{padding: 14px 10px 14px 20px !important;text-align: left  !important;font-size: 13px !important;}
.loader-div {width: 35px;height: 35px; margin: 0 auto; margin-top: 5px; border-top: 4px solid #23433D;border-right: 4px solid #efefef;border-bottom: 4px solid #efefef;border-left: 4px solid #efefef;border-radius: 100px;animation: spin 1s infinite linear;}
@keyframes spin {100% {transform: rotate(360deg);}}
.admin-newbooking-heading{width: 100%; margin-bottom: 40px; font-size: 25px; text-align: left; font-weight: 600; color: #fff; background-color:#1E1E1E; padding:20px 0px;}
.admin-newbooking-page{width: 80%;}
.admin-newbooking-page .newbooking-form-title{width: 100%;min-height: 35px;margin-bottom: 15px; position: relative;}
.admin-newbooking-page .newbooking-form-title::after{width: 100%; height: 1px; margin: auto; content: ''; position: absolute; top: 0%; bottom: 0%; left: 0px; background-color: rgba(0,0,0,0.1);}
.admin-newbooking-page .newbooking-form-title .newbooking-form-title-inner{ display: inline-flex; background-color: #fff;position: relative;z-index: 9; align-items: center; padding-right: 10px;}
.admin-newbooking-page .newbooking-form-title .newbooking-title-circle{width:35px; height: 35px; border-radius: 35px; background-color: #23413C; display: flex; align-items: center; justify-content: center; font-size: 15px; color: #fff; font-weight: 600;}
.admin-newbooking-page .newbooking-form-title .newbooking-title-text{width: calc(100% - 35px); font-size: 20px; font-weight: 600; color: #23413C; padding-left: 15px;}
.admin-newbooking-page .gerenric-form ul li .form-label{display: inline-flex; align-items: center;}
.admin-newbooking-page .gerenric-form ul li .form-control{height: 60px;padding:18px 25px; background-color: rgba(45,170,112,0.08); border: 0px;}
.admin-newbooking-page .gerenric-form ul li .form-control.pd-prise-right{padding-right: 70px !important;}
.admin-newbooking-page .gerenric-form ul li .form-control.note-textarea{resize: none; padding: 14px 25px; font-size:10px; color:#B5DCCA;}
.admin-newbooking-page .gerenric-form ul li .form-control.note-textarea::placeholder{ color: #B5DCCA;}
.admin-newbooking-page .gerenric-form ul li .form-control.note-textarea::-moz-placeholder{ color: #B5DCCA;}
.admin-newbooking-page .gerenric-form ul li .prise-add{position: absolute; top: 23px; right: 18px; font-size: 12px; font-weight: 500; color: #2DAA70;}
.admin-newbooking-page .gerenric_fullcheckbox .checkmark::after{display: none;}
.admin-newbooking-page .gerenric_fullcheckbox .checkmark{padding: 0px 10px;background-color: rgba(45,170,112,0.08); border: 2px solid transparent;}
.admin-newbooking-page .gerenric_fullcheckbox input:checked ~ .checkmark{border:2px solid #2DAA70;background-color: rgba(45,170,112,0.08);}
.admin-newbooking-page .gerenric_fullcheckbox .vechicle-main{width: 100%;}
.admin-newbooking-page .gerenric_fullcheckbox .vechicle-info{width: 100%; display: flex; font-size: 16px; color: #1E1E1E; justify-content: space-between;}
.admin-newbooking-page .gerenric_fullcheckbox .vechicle-button{width: 100%; display: flex;margin-top: 5px;}
.admin-newbooking-page .gerenric_fullcheckbox .vechicle-button .vh-btn{ display: inline-flex;margin-right: 4px; align-items: center; border-radius: 5px; font-size: 10px; font-weight: 600; color: #2DAA70; background-color: rgba(45,170,112,0.12); padding: 6px 10px;}
.admin-newbooking-page .gerenric-form ul li .form-switch.switch-small.form-check{display: inline-flex; align-items: center;}
.admin-newbooking-page .gerenric-form ul li .form-switch.switch-small .form-check-input{background-color: #C7C7C7; border-color: #C7C7C7;}
.admin-newbooking-page .gerenric-form ul li .form-switch.switch-small .form-check-input:checked{background-color: #2DAA70; border-color: #2DAA70;}
.admin-newbooking-page .gerenric_fullcheckbox.card_radio_box .checkmark{height: 60px;}
.admin-newbooking-page .gerenric_fullcheckbox.card_radio_box .card-info{width: 100%;display: flex; align-items: center;}
.admin-newbooking-page .gerenric_fullcheckbox.card_radio_box .card-info .card-icon{width: 50px; padding-left: 10px;}
.admin-newbooking-page .gerenric_fullcheckbox.card_radio_box .card-info .card-title{width:calc(100% - 50px); font-weight: normal; font-size: 14px; color: #424242;}
.admin-newbooking-page .gerenric_fullcheckbox.card_radio_box .checkmark::after{display: block; border-color: #2DAA70; background-color: transparent; border-radius:100px;}
.admin-newbooking-page .gerenric_fullcheckbox.card_radio_box  input:checked ~ .checkmark::after{background-size: 10px;}
.admin-newbooking-page .adults-add{position: absolute; right: 0px; top: 14px;}
.admin-newbooking-page .adults-add .child-plusminus-button{font-size: 17px;}
.admin-newbooking-page .adults-add .child-plusminus-button .child-minus-btn{width: 20px; color: #2DAA70; background-color: transparent; border-color: #2DAA70; line-height: 0px; height: 20px; border-radius: 20px;}
.admin-newbooking-page .adults-add .child-plusminus-button .child-minus-btn:hover{background-color: #2DAA70; color: #fff;}
.admin-newbooking-page .adults-add .child-plusminus-button .child-plus-btn{width: 20px; color: #2DAA70; background-color: transparent;border-color: #2DAA70; height: 20px;line-height: 0px; border-radius: 20px;}
.admin-newbooking-page .adults-add .child-plusminus-button .child-plus-btn:hover{background-color: #2DAA70; color: #fff;}
.admin-newbooking-page .adults-add .child-plusminus-button .child-plusminus-input{background-color: #fff; border-radius: 8px; margin: 0px 6px; color: #1E1E1E; font-size: 12px;}
.admin-newbooking-page .gerenric-form ul li.two-button{border-top: 1px solid #ccc; padding-top: 30px; margin-top: 30px;}
.admin-newbooking-page .gerenric-form ul li.two-button .btn.btn-primary{width: auto;}
.admin-newbooking-page .gerenric-form ul li.two-button .btn.btn-primary.lgt-green{background-color:#2DAA70; border-color: #2DAA70;}
.admin-newbooking-page .gerenric-form ul li.two-button .btn.btn-primary.lgt-green:hover{background-color:#2ABB65; border-color: #2ABB65;}
.admin-newbooking-page .gerenric-form ul li.two-button .btn.btn-primary img{margin-right: 5px;}
.admin-newbooking-page .add-row-icon{width: 50px; height: 50px; box-shadow: 4px 4px 10px rgba(0,0,0,0.2); border-radius: 50px; background-color: #2DAA70; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; top: 32px; right: -60px;}
.admin-newbooking-page .delete-row-icon{width: 50px; height: 50px; box-shadow: 4px 4px 10px rgba(0,0,0,0.2); border-radius: 50px; background-color: #2DAA70; display: flex; align-items: center; justify-content: center; cursor: pointer; position: absolute; top: 32px; right: -60px;}
/*GERENRIC_SECTION_END*/

/*HEADER_SECTION_START*/
#header-section{width: 100%; transition: 0.4s;}
#header-section .header-top{width: 100%; background-color:#23433D; padding: 12px 0px;}
#header-section .header-top .header-top-inner{width: 100%; display: flex; justify-content: space-between;}
#header-section .header-top ul{display: flex;}
#header-section .header-top ul li{list-style-type: none; position: relative; display: inline-flex; align-items: center; font-size: 13px; font-weight: 500; color: #fff; padding:0px 10px;}
#header-section .header-top ul:first-child li:first-child:after{width: 1px; height: 60%; background-color: #fff; position: absolute;right: 0px; content: '';}
#header-section .header-top ul li a{ color: #fff; padding: 0px 2px;}
#header-section .header-top ul li a.flag-cricle{width: 20px; height: 20px; margin-right: 4px; padding: 1px; display: inline-flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 20px;}
#header-section .header-top ul li .chat-support{ text-align: center; display: none;}
#header-section .header-top ul li .chat-support a{display: block;}
#header-section .header-top ul li .chat-support .chat-icon{height: 30px; display: flex; align-items: center; justify-content: center;}
#header-section .header-top ul li .chat-support .chat-text{font-size: 14px; font-weight: 500; color: #555B65;}
#header-section .header-top ul li.call-desktop-hide{display: none;}
#header-section .header-inner{width: 100%;padding: 20px 0px; }
#header-section .header-inner.minheight-80{min-height: 80px;}
#header-section .page-container{ display: flex; position: relative;}
#header-section #navbar_top{ background-color: #fff; border-bottom: 1px solid #EEEEEE; padding: 0px; display: block;transition: 0.4s;z-index: 999;}
#header-section .navbar-dark .navbar-brand{position: absolute; z-index: 9; padding: 0px; width: 200px;}
#header-section .navbar-dark .navbar-brand img{width: 200px;}
#header-section .navbar-dark .navbar-nav .nav-item.user-dp{display: block;}
#header-section .navbar-dark .navbar-nav .nav-link{color: #7C818B; font-size: 16px; font-weight: 500; padding-left: 23px; padding-right: 23px;}
#header-section .navbar-dark .navbar-nav .nav-link.active_nav, #header-section .navbar-dark .navbar-nav .nav-link.show {color: #000;}
#header-section .navbar-dark .navbar-nav .nav-link span.nav-mobile-icon{display: none; }
#header-section .navbar-dark .navbar-nav .nav-link:hover{color: #000;}
#header-section .navbar-expand-lg .navbar-nav{width: 100%;justify-content:center;}
#header-section .navbar-collapse{flex-grow: 0;}
#header-section .navbar-expand-lg .navbar-collapse{width: 100%;}
#header-section .navbar-expand-lg .navbar-collapse .navbar-collapse-logo{display: none;}
#header-section .navbar-expand-lg .navbar-collapse .navbar-collapse-inner{width: 100%; position: relative; }
#header-section .header-login{position: absolute; right: 80px; display: flex; align-items: center;}
#header-section .header-login .header-login-circle{width: 25px; height: 25px; border-radius: 25px;}
#header-section .header-login .header-login-info{width: calc(100% - 25px); padding-left: 10px;}
#header-section .header-login .header-login-info .header-login-text{font-size:13px; color: #7C818B;}
#header-section .header-login .header-login-info .header-login-links{font-size:13px; font-weight: 500; color: #000000;}
#header-section .header-login .header-login-info .header-login-links a{color: #000;}
#header-section .navbar-dark .navbar-nav .nav-item.mb_show_nav{display: none;}
.user-panel-nav, .admin-panel-nav, .driver-panel-nav{width: 100%; display: none;}
.mobile-nav-user{display: none;}
#header-section .panel-nav{display: none; padding: 15px 10px; position: absolute; right: 0px; width: 200px !important; background-color:#23433D; border-radius: 0px 0px 5px 5px; top: 61px;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link{padding:10px 10px;font-size:14px; display: flex; font-weight:500; color: #fff; text-align: left;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link{ color: #fff; margin-bottom: 2px;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link.active_nav_panel, #header-section .navbar-dark .navbar-nav.panel-nav .nav-link.show{border-radius: 7px; color: #fff; background-color: rgba(42,187,101,0.20);}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link:hover{border-radius: 7px; color: #fff; background-color: rgba(42,187,101,0.20);}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link span.nav-mobile-icon{width: 20px; margin-right: 8px; text-align: center; display: inline-block;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link span.nav-mobile-icon{display: block !important;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link span.nav-mobile-icon img.nav_icon{display: inline-block;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link span.nav-mobile-icon img.nav_icon_hv{display: none;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link.active_nav_panel span.nav-mobile-icon img.nav_icon, #header-section .navbar-dark .navbar-nav.panel-nav .nav-link.show span.nav-mobile-icon img.nav_icon{display: none;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link.active_nav_panel span.nav-mobile-icon img.nav_icon_hv, #header-section .navbar-dark .navbar-nav.panel-nav .nav-link.show span.nav-mobile-icon img.nav_icon_hv{display: inline-block;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link:hover span.nav-mobile-icon img.nav_icon{display: none !important;}
#header-section .navbar-dark .navbar-nav.panel-nav .nav-link:hover span.nav-mobile-icon img.nav_icon_hv{display: inline-block  !important;}
.desktop-panel-arrow-click{width: 0px; height: 0px; border-top: 7px solid #23433D; margin: 0px 5px; cursor: pointer; border-left: 7px solid transparent; border-right: 7px solid transparent;}
#nav-mobile-bottom{display: none;}
/*HEADER_SECTION_END*/


/*BANNER_SECTION_START*/
#banner-section{width: 100%;padding-top: 60px;}
#banner-section .banner-inner{margin-left: -6px;  margin-right: -6px;}
#banner-section .slick-slide{padding:0px 6px !important;}
#banner-section .banner-block-one{width: 100%;  height: 250px;position: relative; display: flex;align-items: center; padding:10px 40px; background: url(../images/banner/banner_green_bg.jpg) center center no-repeat; background-size: cover; border-radius: 10px;}
#banner-section .banner-detail{width: 50%;}
#banner-section .banner-detail .banner-title{font-size: 40px;font-family: "Anton", sans-serif; margin-bottom: 10px; text-transform: uppercase; color: #fff; line-height: 100%;}
#banner-section .banner-detail .banner-title span{color: #FFD800; }
#banner-section .banner-detail .banner-prise-label{width: 100%;position: relative;background: rgb(255,19,2);background: linear-gradient(90deg, rgba(255,19,2,1) 0%, rgba(255,61,60,1) 9%, rgba(255,61,60,1) 28%, rgba(199,9,9,1) 44%, rgba(191,2,2,1) 100%); padding-left: 40px; display: flex; align-items: center; z-index: 9; left: -40px; height: 60px;}
#banner-section .banner-detail .banner-prise-label::before{ width: 0;height: 0; border-left: 0px solid transparent;border-right: 34px solid transparent;border-top: 60px solid #bf0202; position: absolute; right: -33px; content: '';}
#banner-section .banner-detail .banner-prise-label .extra-stip{width: 10px; height: 74px;  z-index: -1;background-color: #FF1302; position: absolute;left: -10px; top:-7px;}
#banner-section .banner-detail .banner-prise-label .extra-stip::before{width: 10px; height:14px; position: absolute; content: ''; border-radius: 100px 0px 0px 100px; z-index: -2; left: 0px; top: -7px; background-color: #A60202;}
#banner-section .banner-detail .banner-prise-label .extra-stip::after{width: 10px; height:14px; position: absolute; content: ''; border-radius: 100px 0px 0px 100px; z-index: -2; left: 0px; bottom: -7px; background-color: #A60202;}
#banner-section .banner-detail .banner-prise-label .banner-prise-text{font-size: 22px;display: flex; line-height: 100%; font-weight: 600; color: #fff;}
#banner-section .banner-detail .banner-prise-label .banner-prise-text span{ font-weight: 700; margin-right: 5px; color: #FFD800;}
#banner-section .banner-detail .banner-prise-label .banner-prise-text span.day-sm-text{font-size: 12px; line-height: 12px; display: block; margin-left: 5px;}
#banner-section .banner-detail .banner-prise-label.banner-prise-label2{height: 50px;}
#banner-section .banner-detail .banner-prise-label.banner-prise-label2 .banner-prise-text{font-size: 30px;display: flex; line-height: 100%; font-weight: 600; color: #fff;}
#banner-section .banner-detail .banner-prise-label.banner-prise-label2::before{ border-right: 24px solid transparent;border-top: 50px solid #bf0202; right: -23px;}
#banner-section .banner-detail .banner-prise-label.banner-prise-label2 .extra-stip{width: 8px; height: 64px;  z-index: -1;background-color: #FF1302; position: absolute;left: -8px; top:-7px;}
#banner-section .banner-detail .banner-prise-label.banner-prise-label2 .extra-stip::before{width: 10px; height:14px; position: absolute; content: ''; border-radius: 100px 0px 0px 100px; z-index: -2; left: 0px; top: -7px; background-color: #A60202;}
#banner-section .banner-detail .banner-prise-label.banner-prise-label2 .extra-stip::after{width: 10px; height:14px; position: absolute; content: ''; border-radius: 100px 0px 0px 100px; z-index: -2; left: 0px; bottom: -7px; background-color: #A60202;}

#banner-section .banner-detail .banner-persons{font-size:19px; display: flex; margin-top: 7px; color: #fff; font-weight: 600;}
#banner-section .banner-detail .banner-persons img{margin: 0px 5px; object-fit: contain;}
#banner-section .banner-image{width: 50%; position: absolute; right: 20px;}
#banner-section .banner-block-two{width: 100%; position: relative;  height: 250px; display: flex;align-items: center; padding:10px 0px 10px 40px; background: url(../images/banner/banner_white_bg.jpg) center center no-repeat; background-size: cover; border-radius: 10px;}
#banner-section .banner-block-two .banner-two-green{width: 100%;  height: 180px; display: flex;align-items: center; padding:10px 25px; background: url(../images/banner/banner_green_bg.jpg) center center no-repeat; background-size: cover; border-radius: 10px 0px 0px 10px;}
#banner-section .banner-block-two .banner-image{position: absolute;right: 0px ; display: flex; justify-content: end;  text-align: right;}
#banner-section .banner-block-two .banner-detail {padding-right: 20px;}
#banner-section .banner-block-two .banner-title{font-size: 29px;}
#banner-section .banner-block-two .banner-detail .banner-prise-label{height: 42px;left: -32px; padding-left: 30px;}
#banner-section .banner-block-two .banner-detail .banner-prise-label::before{ border-right: 22px solid transparent;border-top: 42px solid #bf0202; position: absolute; right: -21px; content: '';}
#banner-section .banner-block-two .banner-detail .banner-prise-label .extra-stip{width: 8px; height:54px;left: -0px; top: -6px;}
#banner-section .banner-block-two .banner-detail .banner-prise-label .extra-stip::before{width: 8px; height:12px; top: -6px;}
#banner-section .banner-block-two .banner-detail .banner-prise-label .extra-stip::after{width: 8px; height:12px; bottom: -6px;}
#banner-section .banner-block-two .banner-detail .banner-prise-label .banner-prise-text{font-size: 25px;}
#banner-section .banner-block-two .prise-discount{font-size: 130px; position: relative;top: -5px; font-weight: bold; line-height: 100%;color: #FFD800; letter-spacing: -5px; display: inline-flex;text-shadow: 1px 1px 1px #D2930F, 1px 2px 1px #D2930F,1px 3px 1px #D2930F,1px 4px 1px #D2930F,1px 5px 1px #D2930F,1px 6px 1px #D2930F,1px 7px 1px #D2930F,1px 8px 1px #D2930F,1px 9px 1px #D2930F,1px 10px 1px #D2930F;}
#banner-section .banner-block-two .prise-discount .off-text{font-size: 22px;font-family: "Anton", sans-serif; font-weight: normal; letter-spacing: normal; text-shadow: none !important; line-height: 100%; position: absolute; bottom: 20px;right: -35px;}
#banner-section .banner-block-two .prise-disount-image{position: relative;top: -30px; margin-bottom: -15px;}
#banner-section .banner-block-two .discount-lable{position: absolute;right: -11px; top: -11px; z-index: 99;}
#banner-section .banner-block-two .discount-lable .discount-text{ font-size: 17px;color: #fff;font-family: "Bebas Neue", sans-serif;font-weight: 400;line-height: 14px;text-align: center; transform: rotate(40deg);position: absolute; top: 20px; left: 65px;}
#banner-section .banner-block-two .discount-lable .discount-text span{color: #FFD800;}
#banner-section .banner-block-two .banner-detail .banner-persons{font-size: 12px;}
#banner-section .banner-block-two .banner-detail .banner-persons img{width: 10px;}
/*BANNER_SECTION_END*/

/*CONTENT_SECTION_START*/
#content_section{width: 100%; min-height: 500px; position: relative;}
.home-services{width:100%;}
.home-services.gerenric-padding{padding-top: 50px;}
.home-services p{font-size: 20px; color: #000; text-align: center; margin-bottom: 40px;}
.home-services .home-services-inner{margin-left: -6px; margin-right: -6px; display: flex; justify-content:center; flex-wrap: wrap;} 
.home-services .service-col{width: 16.666%;padding: 6px;}
.home-services .service-item{width: 100%; height: 100%; background-color:#F5F6F7; border-radius: 10px;}
.home-services .service-item:hover{ box-shadow: 0px 0px 20px rgba(0,0,0,0.2);}
.home-services .service-item .service-icon{width: 100%; padding: 5px; display: flex; align-items: center;justify-content: center; height: 140px;}
.home-services .service-item .service-icon img{width: 100%; object-fit: contain; max-height: 100%;}
.home-services .service-item .service-icon img.sm-size-service{width: 80%;}
.home-services .service-item .service-title{width: 100%; padding:10px 10px 20px 10px; font-size: 18px; text-align: center; font-weight: 600; color: #000;}
.home-add-section{width: 100%;}
.home-add-section .home-add-inner{width: 100%; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0px 40px; height: 150px; border-radius: 10px; background: url(../images/home_add_bg.jpg)center center no-repeat; background-size: cover;}
.home-add-section .add-logo{padding-left: 30px;}
.home-add-section .add-title .add-text-1{font-size: 40px; line-height: 100%; color: #fff; font-weight: 600;}
.home-add-section .add-title .add-text-1 span{color:  #FFD800;}
.home-add-section .add-title .add-text-2{font-size: 60px; line-height: 100%; color: #FFD800; font-weight: bold;}
.home-add-section .add-image img{display: block; position: relative; bottom: -4px;}
.home-ride{width: 100%;}
.home-ride .home-ride-inner{width: 100%; display: flex;}
.home-ride .home-ride-detail{width: 370px; padding: 40px; border-radius: 10px; background: url(../images/home_ride_bg.jpg)0px 0px no-repeat; background-size: cover;}
.home-ride .home-ride-detail .main-ride-icon{width: 100%; top: -36px;  position: relative; }
.home-ride .home-ride-detail .ride-icon{width:155px; height: 170px;margin: auto; border-radius: 0px 0px 100px 100px; background-color: #fff;}
.home-ride .home-ride-detail .ride-icon img{position: absolute; bottom: -40px; left: 0%; right: 0%; margin: auto;}
.home-ride .home-ride-detail h1{text-align: center; font-size: 30px; line-height: 135%; font-weight: 600; color:#fff; margin-bottom:20px;}
.home-ride .home-ride-detail p{font-size: 18px; min-height: 108px; margin-bottom: 22px; color: #fff; font-weight: 300; text-align: center;}
.home-ride .home-ride-servies{width: calc(100% - 370px); padding-left: 10px;}
.home-ride .home-ride-servies .gerenric-product.full-column .product-col:nth-child(1){margin-bottom: 20px;}
.home-ride .home-ride-servies .gerenric-product .product-card{padding: 0px;}
.home-ride .home-ride-servies .gerenric-product .product-image{height: 160px;}
.home-ride .home-ride-servies .gerenric-product .product-image img{height: 160px;}
.home-ride .home-ride-servies .gerenric-product .product-detail{padding:16px 10px;}
.home-ride .home-ride-servies .gerenric-product .product-detail p{text-align: center; font-weight:600; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 17px; color: #010101; margin-bottom: 0px;}
.car-rental{width: 100%;}
.car-rental .car-rental-inner{width: 100%; display: flex; flex-wrap: wrap; align-items:center; direction: rtl;}
.car-rental .car-rental-inner::after{clear: both; display: block;content: '';}
.car-rental .car-rental-image{width: 55%; float: left; padding-right: 20px;}
.car-rental .car-rental-detail{width: 45%; float: right; direction: ltr;}
.car-rental .car-rental-detail p{font-size: 18px; line-height: 120%; color: #000000;}
.car-rental .car-rental-detail ul{width: 100%;margin-top: 25px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.car-rental .car-rental-detail ul li{width: 50%; list-style-type: none; padding: 10px 0px; display: inline-flex; align-items: center;}
.car-rental .car-rental-detail ul li .car-rental-icon{width: 46px; height: 46px; border-radius: 7px; background-color: #fff; box-shadow: 0px 0px 8px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; padding: 3px;}
.car-rental .car-rental-detail ul li .car-rental-icon-inner{width: 40px; height: 40px; border-radius: 7px; background-color: #F2F2F2; display: flex; align-items: center; justify-content: center; padding: 5px;}
.car-rental .car-rental-detail ul li .car-rental-title{width: calc(auto - 45px); padding-left: 20px; font-size: 16px; color:#7D7D7D;}
.car-rental .car-rental-detail .btn.btn-primary{background-color:#23433D;padding: 13px 20px; margin-top: 20px;}
.car-rental .car-rental-detail .btn.btn-primary:hover{background-color:#2ABB65;}
.city-tour{width: 100%; background-color: #203D37; }
.city-tour .city-tour-inner{width: 100%;position: relative; background: url(../images/city_tour_bg.png) center 0px no-repeat;background-size: cover;}
.city-tour .city-tour-inner::before{width: 90px; height: 100%;background: rgb(32,61,55);background: linear-gradient(90deg, rgba(32,61,55,1) 0%, rgba(32,61,55,0.7091211484593838) 50%, rgba(32,61,55,0) 100%);position: absolute; top: 0px; left: -2px; content: ''; z-index: 9;}
.city-tour .city-tour-inner::after{width: 90px; height: 100%; background: rgb(32,61,55);background: linear-gradient(90deg, rgba(32,61,55,0) 0%, rgba(32,61,55,0.7091211484593838) 50%, rgba(32,61,55,1) 100%); position: absolute;  top: 0px; right: -2px; content: '';}
.city-tour p.heading-paragraph{width: 50%; margin:auto; text-align: center; font-size: 18px; color: #fff; font-weight: 400; margin-bottom: 40px;}
.city-tour p.heading-paragraph a{color:#18C139;}
.city-tour .slick-list{padding: 0px 90px !important;}
.city-tour .slick-prev, .city-tour .slick-next{display: block !important; width: 50px; height: 50px; z-index: 99;; background-size: 50px !important;}
.city-tour .slick-prev{left: 0px; background: url(../images/citytour/left_arrow.svg)0px 0px no-repeat; }
.city-tour .slick-next{right: 0px; background: url(../images/citytour/right_arrow.svg)0px 0px no-repeat;}
.why-choose{width: 100%; padding: 120px 0px 30px 0px;}
.why-choose.why-choose-bg{background-color: #23433D; padding-top: 80px;}
.why-choose.why-choose-bg .why-choose-detail .gerenric-heading{color: #fff;}
.why-choose.why-choose-bg .why-choose-detail p{color: #fff;}
.why-choose.why-choose-bg .why-choose-detail .choose-fixed-title{color: #fff;}
.why-choose.why-choose-bg .why-choose-detail .choose-services .choose-services-title{color: #fff; border-color: #fff;}
.why-choose .why-choose-inner{width: 100%; display: flex; flex-wrap: wrap;}
.why-choose .why-choose-detail{width:30%;}
.why-choose .why-choose-detail .gerenric-heading{font-size: 34px; font-weight: 700; margin-bottom: 35px; position: relative; display: flex; align-items: center; padding-left: 50px;}
.why-choose .why-choose-detail .gerenric-heading::after{width: 38px; height: 38px; position: absolute; content: ''; left:0px;  background:#F9A000 url(../images/choose_heading_icon.svg)center center no-repeat;background-size: 13px; border-radius: 100px;}
.why-choose .why-choose-detail p{width: 128%; font-size: 18px; line-height: 130%; color:#7C818B; margin-bottom: 15px;}
.why-choose .why-choose-detail .choose-fixed-title{font-size: 24px; font-weight: 500; color: #010101; margin-bottom:10px;}
.why-choose .why-choose-detail .btn.btn-primary{min-width: 140px; height: 46px; display: inline-flex; align-items: center; position: relative; margin-bottom: 15px; padding: 13px 20px 13px 50px; font-size: 14px; font-weight: 500; color: #00B67A; background-color:#DEF7ED;}
.why-choose .why-choose-detail .btn.btn-primary::after{width: 25px; height: 25px; background: #00B67A url(../images/choose_car_ok.svg)center center no-repeat; background-size: 15px; content: ''; border-radius: 100px; position: absolute; left:15px;}
.why-choose .why-choose-detail .choose-services{width: 100%; display: flex; align-items: center;}
.why-choose .why-choose-detail .choose-services .choose-services-title{width: 42%;line-height: 130%; display: flex; align-items: center; position: relative; color: #010101; font-size: 14px; position: relative; padding-left: 35px;  padding-right: 10px; border-right: 1px solid #7B7B7B;}
.why-choose .why-choose-detail .choose-services .choose-services-title::after{width: 20px; height: 20px; background: #00B67A url(../images/choose_car_ok.svg)center center no-repeat; background-size: 11px; content: ''; border-radius: 100px; position: absolute; left:0px;}
.why-choose .why-choose-detail .choose-services .choose-services-icons{width: 58%; padding-left: 20px; display: flex;}
.why-choose .why-choose-detail .choose-services .choose-services-icons img{padding:0px 10px; object-fit: contain;}
.why-choose .why-choose-image{width:70%; position: relative;}
.why-choose .why-choose-image .car-image-block{width: 100%; position: absolute; top: 0px; right: 0px;}
.why-choose .why-choose-image .car-image-block .car-box{width: 240px; min-height: 80px; padding:5px 15px 5px 60px; position: absolute; -webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);background: rgba(255, 255, 255, 0.8); border: 2px solid #c1dcdc; display: flex;align-items: center;border-radius: 15px;}
.why-choose .why-choose-image .car-image-block .car-box::after{width: 32px; height: 32px; background: #23433D url(../images/choose_car_ok.svg)center center no-repeat; content: ''; border-radius: 100px; position: absolute; left:15px;}
.why-choose .why-choose-image .car-image-block .car-box:nth-child(1){top: 30px;right: 83px;}
.why-choose .why-choose-image .car-image-block .car-box:nth-child(2){top: 125px;right: 0px;}
.why-choose .why-choose-image .car-image-block .car-box:nth-child(3){top: 150px;right: 260px;}
.why-choose .why-choose-image .car-image-block .car-box .car-box-title{font-size: 13px; font-weight: bold; color: #000;}
.why-choose .why-choose-image .car-image-block .car-box p{font-size: 10px; font-weight: 400; color: #000; margin-bottom: 0px;}

.signup-page{width: 100%; height: 100vh; position: relative; background: url(../images/signup_bg.jpg)center center no-repeat; background-size: cover;}
.signup-page .signup-logo{position: absolute; left: 40px; top: 40px;}
.signup-page .signup-inner{width: 100%; display: flex; justify-content:center;  flex-wrap: wrap;}
.signup-page .page-container{width: 100%;overflow-y: auto; height: 100vh;padding-bottom:30px; padding-top:30px;  display: flex; align-items: center;}
.signup-page .signup-form-box{width: 470px; padding: 25px; border-radius:12px;background-color: #fff;}
.signup-page .signup-form-box .signup-heading{ width: 100%; display: flex; align-items: center; text-align: left; font-size: 20px;color: #23433D;font-weight: 600; margin-bottom: 12px; text-align: center;border-bottom: 1px solid #E7E7E7;padding-bottom: 15px;}
.signup-page .signup-form-box .signup-heading img{margin-right: 10px;}
.booking-form-page{width: 100%;}
.booking-form-page .booking-banner-detail-inner{width: 100%;}
.booking-form-page .booking-form-banner{width: 100%; background: rgb(35,67,61); border-radius: 20px; position: relative;}
.booking-form-page .booking-form-bg{width: 100%; display: flex; justify-content: flex-end; position: relative; height: 600px;}
.booking-form-page .booking-form-bg img{height: 600px; object-fit: cover; border-radius:0px 20px 20px 0px;}
.booking-form-page .booking-form-bg::after{width:80%; height: 100%;border-radius:20px; background: rgb(35,67,61);background: linear-gradient(90deg, rgba(35,67,61,1) 50%, rgba(35,67,61,0) 100%); position: absolute; left: 0px; top: 0px; content: ''; z-index: 9;}
.booking-form-page .booking-form-banner .booking-banner-detail{max-width: 650px; display: flex; align-items: center; height: 100%; padding: 30px 0px 30px 50px; z-index: 99; position: absolute;top: 0px; left: 0px;}
.booking-form-page .booking-form-banner .booking-banner-detail h1{font-size: 48px; color: #fff; font-weight: bold;line-height: 120%; margin-bottom: 30px;}
.booking-form-page .booking-form-banner .booking-banner-detail h2{font-size: 20px; color: #fff;line-height: 120%;}
.booking-form-page .booking-form-banner .booking-banner-detail h1.small-size-banner{font-size: 45px;}
.booking-form-page .booking-form-banner .gerenric-datepicker-block{padding: 6px 15px; background-color: #F5F5F5;}
.booking-form-page .booking-form-banner .row{margin-left: -4px; margin-right: -4px;}
.booking-form-page .booking-form-banner .col-6{padding-left: 4px !important; padding-right: 4px;}
.booking-form-banner .text-danger{padding-left: 40px; color:red;}
.booking-form-page .btn.btn-primary.add-return{background-color: #F8F8F8; color: #23433D; font-weight: 500; border: 1px solid #E2E2E2;}
.booking-form-page .btn.btn-primary.add-return img{margin-right: 5px;}
.booking-form-page .btn.btn-primary.add-return:hover{background-color: inherit;}
.booking-form-page .booking-form-banner .custom-suggestions{width: calc(100% + 42px); left: -26px; top: 36px;}
.booking-form-page .gerenric-form{width: 390px;}
.booking-form-page.newbooking-form.pdt-0{padding-top: 40px !important;}
.booking-form-page.newbooking-form .booking-form-banner .booking-banner-detail {max-width: 650px;width: auto;}
.booking-form-page.newbooking-form .gerenric-form{width: 390px; border-radius: 16px; padding: 6px; background-color: #fff;}
.booking-form-page.newbooking-form .gerenric-form.form-tranparent{padding: 0px; border-radius: 0px; background-color: transparent;}
.booking-form-page.newbooking-form .booking-form-tab{width: 100%;display: flex; justify-content: center; border-radius: 8px; height: 38px; border: 1px solid #E2E2E2; background-color: #fff; padding: 2px;}
.booking-form-page.newbooking-form .booking-form-tab .bkg-col{width: 50%;}
.booking-form-page.newbooking-form .booking-form-tab .bkg-col a{width: 100%; border-radius: 8px; height: 32px; font-size: 14px; color: #23433D; font-weight: 500; display: flex; align-items: center; justify-content: center; padding: 3px 5px;}
.booking-form-page.newbooking-form .booking-form-tab .bkg-col a:hover{background-color: #23433D; color: #fff;}
.booking-form-page.newbooking-form .booking-form-tab .bkg-col a.bkg-active{background-color: #23433D; color: #fff;}

.booking-form-page.newbooking-form.newbooking-form2 {padding-bottom: 0px !important;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-form-banner{width: 100%; height: 665px; background:#23433D url(../images/ride_bg.jpg)0px 0px no-repeat;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-banner-detail{max-width: 100%; width: 100%; padding-right: 30px;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-left-right-row{display: flex; align-items: center; width: 100%; justify-content: space-between;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-left{padding-right: 40px;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-left h1{margin-bottom: 10px;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-left h1 span{display: block;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-left .trip-text{font-size: 20px; color: #fff; font-weight: 500;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-form{width: 430px; border-radius: 10px; padding: 8px;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-form ul li{margin-bottom: 5px;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-bigfield-block .bigfield-label{padding-left: 0px; font-size: 13px;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-bigfield-block{background-color: #F2F4F3; border: 0px;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-form-tab{border: 0px; background-color: transparent; margin-left: -3px; height: auto; padding: 0px; margin-bottom: 8px !important;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric_checkbox{display: block;font-size: 15px; color: #23433D; font-weight: 500; padding-left: 0px;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric_checkbox .checkmark{width: 100%; height: 50px; background-color: #E5E8E8; border: 0px; border-radius: 10px;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric_checkbox .checkmark:after{display: none;}
.booking-form-page.newbooking-form.newbooking-form2 .checkbox-text{position: relative; z-index: 999; display: flex; height: 55px; display: flex; align-items: center; justify-content: center;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric_checkbox input:checked ~ .checkmark{background-color: #23433D; }
.booking-form-page.newbooking-form.newbooking-form2 .gerenric_checkbox input:checked ~ .checkbox-text{color: #fff !important;}
.booking-form-page.newbooking-form.newbooking-form2  .booking-form-tab .bkg-col{width: calc(50% - 4px); margin: 0px 2px;}
.booking-form-page.newbooking-form.newbooking-form2 .btn.btn-primary.add-return{border: 0px; height: 62px; background-color: #F2F4F3;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-bigfield-block .bigfield-field-row img{width: 16px;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-bigfield-block .bigfield-input{background-color: transparent; font-size: 17px; font-weight: 400;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-bigfield-block .bigfield-input::placeholder{color: #A4ACB9;}
.booking-form-page.newbooking-form.newbooking-form2 .gerenric-bigfield-block .bigfield-input::-webkit-input-placeholder{color: #A4ACB9;}
.booking-form-page.newbooking-form.newbooking-form2 .btn.btn-primary{height: 62px;}
.booking-form-page.newbooking-form.newbooking-form2 .secure-trustpilot{text-align: right; font-size: 17px; color: #fff; margin-top: 10px;}
.booking-form-page.newbooking-form.newbooking-form2 .secure-trustpilot img{margin: 0px 5px;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-form-discount{text-align: right;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-form-discount ul{ display: inline-flex; margin-right: 10px; overflow: hidden; border-radius: 8px 8px 0px 0px; background-color: #00B67A; border: 1px solid #fff; border-bottom: 0px;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-form-discount ul li{ list-style-type: none; font-size: 14px; text-transform: uppercase; display: flex; align-items: center; color: #fff; font-weight: bold; height: 42px; padding:5px 12px;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-form-discount ul li:nth-child(2){background-color: #F9A000; border-left: 1px solid #fff;}
.booking-form-page.newbooking-form.newbooking-form2 .booking-payment .secure-section{justify-content: inherit;}


.gerenric-datepicker-block .datepicker-field{padding: 2px 0px; background-color: transparent; font-size: 15px;}

.booking-step-page{width: 100%;}
.booking-step-page .booking-step-inner.pt-step{padding-top: 80px;}
.booking-step-page .booking-step-inner{width: 100%; display: flex; flex-wrap: wrap;}
.booking-step-page .booking-step-left{width: 70%; padding-right:20px;}
.booking-step-page .booking-step-right{width: 30%;}
.booking-step-page .booking-location-box{width: 100%; padding:15px 10px; background-color: #fff; border: 1px solid #D8DCDF; border-radius: 10px;}
.booking-step-page .booking-location-box.location-box-transparent{background-color: transparent; padding: 0px; border-radius:0px; border: 0px;}
.booking-step-page .booking-location-box .booking-location-block{width: 100%; padding-bottom: 13px; margin-bottom: 15px; border-bottom: 1px solid #CECCCC;}
.booking-step-page .booking-location-box .booking-location-block:last-child{margin-bottom: 0px; border: 0px;}
.booking-step-page .booking-location-box .booking-location-heading{width:100%; margin-bottom: 15px; display: flex; border-bottom: 1px solid #D8DCDF;padding-bottom: 10px; font-size: 20px; color: #004B3F; font-weight:600;}
.booking-step-page .booking-location-box ul li{list-style-type: none; margin-bottom: 12px; font-weight: 500; font-size: 14px; color: #23433D;}
.booking-step-page .booking-location-box ul li.big-size-text{font-size: 17px;font-weight: 500; color:#444444;}
.booking-step-page .booking-location-box ul li .booking-list-icon{width: 20px;}
.booking-step-page .booking-location-box ul li .booking-list-text{width: calc(100% - 20px); padding-left: 10px;}
.booking-step-page .booking-location-box .passanger-row{width: 100%;display: flex; margin-bottom: 0px; border: 0px;}
.booking-step-page .booking-location-box .passanger-row .passanger-col{width: 50%; display: flex; align-items: center; margin-bottom: 0px;}
.booking-step-page .booking-location-box .passanger-row .passanger-col:first-child{padding-right: 10px;}
.booking-step-page .booking-location-box .pickdrop-location{width: 100%; }
.booking-step-page .booking-location-box.booking-location-box2  .pickdrop-location .pick-location{width: 100%; background-color: #fff; border-radius: 10px; padding: 15px 20px; border: 1px solid #D8DCDF; display: flex; align-items: center;}
.booking-step-page .booking-location-box.booking-location-box2 .pickdrop-location .pick-location .pick-icon{width: 20px; display: flex;align-items: center; justify-content: center; }
.booking-step-page .booking-location-box.booking-location-box2 .pickdrop-location .pick-location .pick-icon img{width: 20px;}
.booking-step-page .booking-location-box.booking-location-box2 .pickdrop-location .pick-location .pick-text{width: calc(100% - 40px); line-height: 120%; font-size: 14px; font-weight: 400; color: #767676; padding-left: 15px;}
.booking-step-page .booking-location-box .pickdrop-location .pick-time{width: 100%;display: flex; align-items: center; padding-left:55px; height: 15px; position: relative; margin: 3px 0px;}
.booking-step-page .booking-location-box .pickdrop-location .pick-time::after{width: 1px; height: 170%; content: ''; background-color: #D8DCDF; position: absolute; left: 10px;}
.booking-step-page .booking-location-box.booking-location-box2 ul li{display: flex;}
.booking-step-page .booking-payment-box{width: 100%; margin-top: 20px; padding:15px 20px; background-color: #FAFAFA; border: 1px solid #D8DCDF; border-radius: 10px;}
.booking-step-page .booking-payment-box ul li{list-style-type: none; display: flex; font-size: 15px; font-weight: 500; color: #444444;  min-height: 22px; margin-bottom: 15px;}
.booking-step-page .booking-payment-box ul li:last-child{margin-bottom: 0px;}
.booking-step-page .booking-payment-box ul li .payment-icon{width: 20px;}
.booking-step-page .booking-payment-box ul li .payment-text{width: calc(100% - 20px); font-size: 15px; font-weight: 500; color: #444444; padding-left: 20px;}
.booking-step-page .booking-payment-box ul li img{width: 59px;}
.citytour-page .gerenric-vehicle-select .vehicle-detail .vehicle-info ul li .vehicle-service .vehicle-service-col img{ margin-right: 10px;}
.citytour-page .gerenric-vehicle-select .vehicle-detail .vehicle-prise-info .prise-box-inner{flex-wrap: wrap;}
.citytour-page .tab-desert-safari {width: 100%; border-radius: 5px; overflow: hidden; margin-bottom: 60px; display: flex;align-items: center;}
.citytour-page .tab-desert-safari input[type="radio"] {position: absolute;visibility: hidden;}
.citytour-page .tab-desert-safari .tab-desert-col {width:50%;}
.citytour-page .tab-desert-safari .tab-desert-col label {width: 100%;display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;padding: 5px 5px;background-color: #F4F4F4;height: 45px;font-size: 16px;color: #000000;z-index: 9;cursor: pointer;}
.citytour-page .tab-desert-safari .tab-desert-col input[type="radio"]:checked ~ label {background-color: #23433D;color: #fff;}
.citytour-page .gerenric-vehicle-select .vehicle-select-row{padding: 15px;}
.citytour-page .gerenric-vehicle-select .vehicle-image{border-radius: 8px; height: 142px;}
.citytour-page .gerenric-vehicle-select .vehicle-detail .vehicle-info ul li:first-child{margin-bottom: 10px;}
.citytour-page .gerenric-vehicle-select .vehicle-detail .vehicle-prise-info{padding-top: 25px;}

.car-rental-page{width: 100%;}
.car-rental-page.car-rental-pt{padding-top: 150px;}
.car-rental-page .car-rental-nav{width: 100%; margin-bottom: 15px; padding: 10px; border: 1px solid #D8DCDF; background-color: #fff; border-radius: 8px;}
.car-rental-page .car-rental-nav ul{display: flex; flex-wrap:wrap; margin-left: -4px; margin-right: -4px;}
.car-rental-page .car-rental-nav ul li{list-style-type: none; width: 16.666%; padding:0px 4px;}
.car-rental-page .car-rental-nav ul li a{display: flex; border: 1px solid #F5F5F5; background-color: #F5F5F5; height: 50px; align-items: center; justify-content: center;  border-radius: 8px; padding: 5px 15px; font-size: 14px; color: #23433D; font-weight: 600;}
.car-rental-page .car-rental-nav ul li a:hover{background-color: #23433D; color: #fff; border-color: #2DAA70;}
.car-rental-page .car-rental-nav ul li a.car-active{background-color: #23433D; color: #fff; border-color: #2DAA70;}
.car-rental-page .car-rental-block{width: 100%; display: flex; flex-wrap: wrap;}
.car-rental-page .car-rental-block .car-rental-left{width: 63%;padding-right: 20px;}
.car-rental-page .car-rental-block .car-rental-right{width: 37%;}
.car-rental-page .car-rental-block .car-rental-info{width: 100%; background-color: #fff; border: 1px solid #D8DCDF; padding:30px 20px; border-radius: 10px;}
.car-rental-page .car-rental-block .car-rental-info h3{font-size:20px; font-weight: 600; color: #004B3F; margin-bottom: 20px;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-row{width: 100%; min-height: 80px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; background-color: #fff; border: 1px solid #D8DCDF; padding:15px 20px; border-radius: 8px;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-row.display-inherit{display: inherit;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-row.orange-bg{ border-color: #FFE9D1; background-color: #FFE9D1;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-row.green-bg{ border-color: #E0F6E1; background-color: #E0F6E1;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-title{padding-right: 10px; display: flex; align-items: center;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-icon{width: 30px; margin-right: 10px;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-text{ font-size: 16px; font-weight: 500; color: #23433D;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-text .car-big-text{ font-size: 16px; font-weight: 500; color: #23433D;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-text .car-sm-text{ font-size: 14px; font-weight: 500; color: #767676;}
.car-rental-page .car-rental-block .car-rental-info .form-switch{padding-right: 0px;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-row .car-rent-top{width:100%; display: flex; justify-content: space-between; align-items: center; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #D8DCDF;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-row .car-rent-top:first-child{padding-top: 0px;}
.car-rental-page .car-rental-block .car-rental-info .car-rental-row .car-rent-top:last-child{padding-bottom: 0px; border-bottom: 0px;}
.car-rental-page .car-rental-block .car-rental-payment{width: 100%; border-radius: 8px; padding: 20px 0px; border: 1px solid #F2F2F2; background-color: #FAFAFA;}
.car-rental-page .car-rental-block .car-rental-payment .payment-row{width: 100%; display: flex; justify-content: space-between;}
.car-rental-page .car-rental-block .car-rental-payment .payment-col{padding: 8px 20px; font-size: 16px; color: #767676; }
.car-rental-page .car-rental-block .car-rental-payment .payment-col.payment-full-col{width: 100%;}
.car-rental-page .car-rental-block .car-rental-payment .payment-col.payment-full-col .pmt-col-pl{padding-left: 0px;}
.car-rental-page .car-rental-block .car-rental-payment .payment-col.payment-full-col .pmt-col-pr{padding-right: 0px;}
.car-rental-page .car-rental-block .car-rental-payment .payment-accordion-button{  position: relative; width: 100%;}
.car-rental-page .car-rental-block .car-rental-payment .payment-accordion-button.collapsed::after{display: inline-block;position: absolute;width: 12px;height: 12px;background: transparent;text-indent: -9999px;border-top: 2px solid #000000;border-left: 2px solid #000000;transition: all 250ms ease-in-out;text-decoration: none;color: transparent;right: 0px; content: ''; transform: rotate(135deg);}
.car-rental-page .car-rental-block .car-rental-payment .payment-accordion-button::after{display: inline-block;cursor: pointer; position: absolute;width: 12px;height: 12px;background: transparent;text-indent: -9999px;border-top: 2px solid #000000;border-left: 2px solid #000000;transition: all 250ms ease-in-out;text-decoration: none;color: transparent;right: 0px; content: ''; transform: rotate(225deg);}
.car-rental-page .car-rental-block .car-rental-payment  #payment-collapse{background-color: transparent; margin-top: 10px; border-top: 1px solid #ABABAB;padding-top: 10px;}
.car-rental-page .car-rental-block .car-rental-payment .payment-col:nth-child(2){text-align: right;color: #23433D; font-weight: 500;}
.car-rental-page .car-rental-block .car-rental-payment .payment-col.payment-total-label{font-size: 16px;color: #23433D; font-weight: 600;}
.car-rental-page .car-rental-block .car-rental-payment .payment-col.payment-total-value{font-size: 16px; color: #23433D; line-height: 110%; font-weight: 600;}
.car-rental-page .car-rental-block .car-rental-payment .payment-col.payment-total-value span{font-size: 14px; color: #23433D; font-weight: 300;}
.car-rental-page .car-rental-block .car-rental-payment.car-rental-payment2{background-color: transparent; padding: 0px 20px; }
.car-rental-page .car-rental-block .car-rental-payment.car-rental-payment2 .payment-row{border-bottom: 1px solid #F2F2F2;}
.car-rental-page .car-rental-block .car-rental-payment.car-rental-payment2 .payment-row:last-child{border-bottom: 0px;}
.car-rental-page .car-rental-block .car-rental-payment.car-rental-payment2 .payment-col{color: #23433D !important; padding:12px 0px;}
.car-rental-page .car-rental-block .gerenric-car-product.full-column .car-col{padding: 0px 10px;}
.car-rental-page .car-rental-block .gerenric-car-product .car-image{height: 250px;}
.car-rental-page .car-rental-block .gerenric-car-product .car-image-div{height: 200px; position: relative; display: inline-flex; align-items: center; justify-content: center;}
.car-rental-page .car-rental-block .gerenric-car-product .car-image-div .car-image-div-inner{width: 100%;}
.car-rental-page .car-rental-block .gerenric-car-product .car-image-div img{margin: auto;}
.car-rental-page .car-rental-block .gerenric-car-product .slick-prev{width: 26px; height: 26px; left: 10px; z-index: 9; background:url(../images/car_rental_left.svg)0px 0px no-repeat; background-size: 26px; display: block !important;}
.car-rental-page .car-rental-block .gerenric-car-product .slick-next{width: 26px; height: 26px; right:10px; z-index: 9; background:url(../images/car_rental_right.svg)0px 0px no-repeat; background-size: 26px; display: block !important;}
.car-rental-page .car-rental-block .car-rental-confirm{width: 100%; margin-bottom: 10px; border-radius: 8px; background-color: #FAFAFA; padding:20px 15px;}
.car-rental-page .car-rental-block .car-rental-confirm ul li{font-size: 14px; color: #767676; margin-bottom: 10px; list-style-type: none;}
.car-rental-page .car-rental-block .car-rental-right .gerenric-car-product .car-detail .car-name{ padding-left: 40px; margin-bottom: 5px; position: relative;}
.car-rental-page .car-rental-block .car-rental-right .gerenric-car-product .car-detail .car-name img{width: 34px; top: 5px; position: absolute;left: 0px;}
.car-rental-page .car-rental-block .car-rental-right .gerenric-car-product .car-detail .car-service ul:first-child{padding-left: 40px;}
.car-rental-page .gerenric-billing-detail{border-top: 0px;padding-top: 20px;}
.services-page{width: 100%;}
.services-page .services-pg-banner{width: 100%; margin-bottom: 50px;}
.services-page .services-pg-banner img{width: 100%; border-radius: 15px;}
.loading-page{width: 100%; text-align: center;}
.loading-page .loading-image{width: 100%; margin-bottom: 30px;}
.loading-page .collect-text{width: 100%; margin-top: 40px; margin-bottom: 30px;}
.loading-page .collect-text a{font-size: 16px; text-align: center; color:#23433D;}
.loading-page p{ display: inline-flex; background-color: #FFFAEA; border-radius: 100px; font-size: 14px; color: #7C818B; padding: 13px 30px; margin-bottom: 0px;}
.privacy-policy-page{width: 100%;}
.term-condition-page{width: 100%;}
.booking-condition-page{width: 100%;}
.about-page{width: 100%;}
.about-page .heading-inner-pg {color: #000 !important;}
.about-page p{font-size: 16px; color: #000; font-weight: 500;}
.about-page .about-info{width: 100%;}
.about-page .about-info .about-info-inner{width: 100%; min-height: 440px; position: relative; align-items: center; display: flex; flex-wrap: wrap; }
.about-page .about-info .about-image{width: 50%; position: relative;}
.about-page .about-info .about-image img{width: 100%; border-radius: 12px; height: 440px; object-fit: cover;}
.about-page .about-info .about-image.about-position{position:absolute; right: 0px;}
.about-page .about-info .about-image-trust-rating{position:absolute; display: inline-block; flex-wrap: wrap; line-height: 130%; top: 30px; left: 20px; font-size: 17px; color: #fff; font-weight: 600;}
.about-page .about-info .about-image-trust-rating.about-trust-bottom-pstn{top: inherit; bottom: 30px;}
.about-page .about-info .about-image-trust-rating span{font-size: 14px; padding-left: 30px;}
.about-page .about-info .about-image-trust-rating img{margin-right: 5px; width: 20px; height: 20px;}
.about-page .about-info .about-detail{width: 50%;padding-right: 70px;}
.about-page .about-info .secure-section{justify-content: flex-start;}
.about-page .about-info .secure-section .secure-text{color: #595959; font-weight: bold; font-size: 16px;}
.about-page .about-info .about-detail .about-listing{width: 100%;}
.about-page .about-info .about-detail h3{font-size: 22px; color: #000; font-weight: 500; margin-bottom: 10px;}
.about-page .about-info .about-detail .about-listing ul li{list-style-type: none; font-size: 16px; position: relative; padding-left: 22px; color: #000; font-weight: 500; margin-bottom: 10px;}
.about-page .about-info .about-detail .about-listing ul li::after{width: 15px;height: 15px;background: #00B67A url(../images/choose_car_ok.svg) center center no-repeat;background-size: 7px;content: '';border-radius: 15px;position: absolute; top: 6px; left: 0px;}
.about-page .about-our-mission{width: 100%;}
.about-page .about-our-mission{width: 78%;margin: auto; margin-bottom: 70px;}
.about-page .about-our-mission p{text-align: center;}
.about-page .about-we-offer{width: 100%;background-color: #F2F2F2;}
.about-page .about-we-offer .about-we-offer-inner{width: 78%;margin: auto;}
.about-page .about-we-offer .we-offer-row{width: 100%; display: flex; justify-content: space-between; }
.about-page .about-we-offer .we-offer-row .we-offer-icon{width: 80px;height: 80px;position: relative;z-index: 9; position: relative; display: flex; justify-content: center; align-items: center; background-color:#B4D5D5; border-radius: 80px;}
.about-page .about-we-offer .we-offer-row .we-offer-icon .we-offer-icon-inner{width: 60px;height:60px; padding: 5px; display: flex; justify-content: center; align-items: center; background-color:#1D3833; border-radius: 60px;}
.about-page .about-we-offer .we-offer-row .we-offer-detail{width: calc(100% - 170px);position: relative; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #B4D5D5;}
.about-page .about-we-offer .we-offer-row .we-offer-detail::after{width: 1px; height: 100%; border-left: 1px dashed #B4D5D5; content: ''; position: absolute; left: -130px; bottom:-20%;}
.about-page .about-we-offer .we-offer-row:last-child .we-offer-detail::after{display: none;}
.about-page .about-we-offer .we-offer-row .we-offer-detail h2{font-size: 18px; margin-bottom: 0px; font-weight: 600; color: #000;}
.about-page .about-we-offer .we-offer-row .we-offer-detail p{margin-bottom: 0px;}
.about-page .about-we-offer .we-offer-row:last-child .we-offer-detail{border-bottom: 0px;}
.about-page .about-we-offer .we-offer-row .we-offer-available{display: inline-flex; align-items: center; font-size: 14px; color: #00B67A; position: relative; font-weight: 500; background-color: #DEF7ED; margin:7px 0px 7px 0px; padding: 6px 15px 6px 35px;}
.about-page .about-we-offer .we-offer-row .we-offer-available::after{width: 9px; height: 9px; content: ''; background-color: #00B67A; border-radius: 9px; position:absolute; left: 15px;}
.about-page .about-why-choose{width: 100%;}
.about-page .about-why-choose .about-why-choose-inner{width: 100%; display: flex; flex-wrap: wrap;}
.about-page .about-why-choose .choose-card{width: 25%; padding: 35px 20px; border: 3px solid #fff; background-color: #FAFAFA; border-radius: 12px; }	
.about-page .about-why-choose .choose-card .choose-icon{width: 100%; height: 80px; text-align: left; margin-bottom: 20px;}
.about-page .about-why-choose .choose-card .choose-icon img{max-height: 100%;}
.about-page .about-why-choose .choose-card .choose-title{width: 100%; font-size: 18px; text-align: left; color: #000000; font-weight: 600; margin-bottom: 20px;}
.about-page .about-why-choose .choose-card p{width: 100%; text-align: left; font-size: 16px; color: #5B5B5B; font-weight: 400; margin-bottom: 0px;}
.about-page .about-info.our-commitment{margin-bottom: 80px;}
.about-page .about-info.our-commitment .about-detail{width: 50%;padding-left: 70px; padding-right: 0px;}
.contact-page{width: 100%; background-color: #fff;}
.contact-page p{font-size: 18px; color: #717171; font-weight: 500; text-align: center; margin-bottom: 30px;}
.contact-page .contact-inner{width: 100%;  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05); background-color: #fff; padding: 10px; border-radius: 15px; display: flex; direction: rtl;}
.contact-page .contact-info{width: 490px; display: flex; flex-wrap: wrap; align-content: space-between;direction: ltr; padding: 40px 80px 40px 40px; background:#23433D url(../images/contact_pg_bg.png)right bottom no-repeat ; border-radius: 15px;}
.contact-page .contact-info .contact-heading{width: 100%;}
.contact-page .contact-info h3{font-size: 26px; color: #fff; font-weight: 600; text-align: left;}
.contact-page .contact-info p{font-size: 20px; color: #C9C9C9; font-weight: 500; text-align: left; margin-bottom: 30px;}
.contact-page .contact-info ul.contact-address{width: 100%; margin-bottom: 30px;}
.contact-page .contact-info ul.contact-address:last-child{ margin-bottom: 0px;}
.contact-page .contact-info ul.contact-address li{list-style-type: none; display: flex;margin-bottom: 35px; font-size: 17px; color: #fff;}
.contact-page .contact-info ul.contact-address li:last-child{margin-bottom: 0px;}
.contact-page .contact-info ul.contact-address li a{color: #fff;}
.contact-page .contact-info ul.contact-address li .contact-icon{width: 20px;}
.contact-page .contact-info ul.contact-address li .contact-text{width: calc(100% - 20px); padding-left: 30px;}
.contact-page .contact-info ul.contact-address li a.social-icon{width:30px; height: 30px; margin-right: 10px; background-color: #1D3833; border-radius: 30px; display: flex; align-items: center; justify-content: center; padding: 3px;}
.contact-page .contact-info ul.contact-address li a.social-icon:hover{background-color: #fff;}
.contact-page .contact-info ul.contact-address li a.social-icon img.social_img1{display: block;}
.contact-page .contact-info ul.contact-address li a.social-icon img.social_img2{display: none;}
.contact-page .contact-info ul.contact-address li a.social-icon:hover img.social_img1{ display:none;}
.contact-page .contact-info ul.contact-address li a.social-icon:hover img.social_img2{ display: block;}
.contact-page .contact-from{width:calc(100% - 490px); direction: ltr;padding-left: 50px; padding-top: 40px;}
.contact-page .contact-from .gerenric-form ul li .form-label{color: #000;}
.contact-page .contact-from .form-control{border: 0px; border-radius: 0px; padding:0px 0px 10px 0px; background-color: #fff; border-bottom: 1px solid #8D8D8D;}
.contact-page .contact-from textarea.form-control{height: 35px;}
.contact-page .contact-from .letter-send-image{width: 100%; text-align: right; padding-right: 70px;}
.contact-page .contact-from .letter-send-image2{position: relative; top: -70px; padding-left: 170px; margin-bottom: -94px;}
.contact-page .contact-from .gerenric-form ul li .btn.btn-primary{width: auto; display: inline-flex;}
.contact-page .contact-from .contact-radio-block{margin: 0px -10px; display: flex; align-items: center; flex-wrap: wrap;}
.contact-page .contact-from .contact-radio-block .contact-radio-col{padding: 10px;}
.vahicles-page{width: 100%;}
.vahicles-page .vahicle-nav{width: 100%; margin-bottom: 30px; text-align: center;}
.vahicles-page .vahicle-nav ul{display: inline-flex; border: 1px solid #23433D; padding: 2px; border-radius: 5px; align-items: center;}
.vahicles-page .vahicle-nav ul li{list-style-type: none;}
.vahicles-page .vahicle-nav ul li a{min-width: 200px; height: 44px; border-radius: 5px; padding: 5px 10px; display: inline-flex; justify-content: center; align-items: center; font-size: 16px; color: #23433D; }
.vahicles-page .vahicle-nav ul li a:hover{background-color: #23433D; color: #fff;}
.vahicles-page .vahicle-nav ul li a.vehicle-active{background-color: #23433D; color: #fff;}
.vahicles-page .vahicle-category{width: 100%; margin-bottom: 30px; text-align: center;}
.vahicles-page .vahicle-category ul{display: flex;  border: 1px solid #D8DCDF; padding: 2px; border-radius: 5px; align-items: center;}
.vahicles-page .vahicle-category ul li{width: 100%;  list-style-type: none; padding: 2px;}
.vahicles-page .vahicle-category ul li a{ height: 54px;background-color: #F5F5F5; border-radius: 5px; padding: 5px 5px; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #23433D; }
.vahicles-page .vahicle-category ul li a:hover{background-color: #23433D; color: #fff;}
.vahicles-page .vahicle-category ul li a.ctg-active{background-color: #23433D; color: #fff;}
.vahicles-page .loadmore-btn{width: 100%; margin-top: 30px; text-align: center;}
.vahicles-page .loadmore-btn .btn.btn-primary{width: 320px; background-color: #E8E8E8; height: 49px; color: #25453F; text-align: center;}
.vahicles-page .loadmore-btn .btn.btn-primary::after{display: none;}
.vahicles-page .gerenric-car-product .car-col{display: none; border-right: 0px; padding: 0px;}
.vahicles-page .gerenric-car-product .car-card{border-radius: 0px; margin-bottom: 20px;}
.vahicles-page .gerenric-car-product .car-image{border-radius: 0px;}
.vahicles-page .vehicle-rent{width: 100%;}
.vahicles-page .vehicle-ride .gerenric-car-product .car-card{padding: 20px;}
.vahicles-page .vehicle-ride .gerenric-car-product .car-image{width: 100%;background-color: #F7F7F7;}
.vahicles-page .btn.btn-primary{position: relative; padding-right: 40px;}
.vahicles-page .btn.btn-primary::after{width: 30px; height: 26px; background: url(../images/arrow_white_right.svg)9px center no-repeat; content: ''; position:absolute;}
.up-profile-page {width: 100%;padding-top: 70px;padding-bottom: 130px;display: flex;flex-wrap: wrap;}
.up-profile-page .happy-assist{width: 320px;}
.up-profile-page .happy-assist.happy-assist-mobileshow{display: block !important;}
.up-profile-page .happy-assist-inner {width: 100%;margin-bottom: 20px; border-radius: 7px; text-align: center;border-radius: 20px;padding: 15px 20px;background-size: 100%;background-color: #F2F2F2;}
.up-profile-page .happy-assist .assist-image {width: 100%; background-color: #D8DCDF; height: 170px;border-radius: 7px; display: flex; align-items: center; justify-content: center; text-align: center;margin-bottom: 20px;}
.up-profile-page .happy-assist .assist-title {width: 100%;line-height: 110%;margin-bottom: 10px;font-size: 20px;color: #23433D;font-weight: 600;}
.up-profile-page .happy-assist p {width: 100%;text-align: left;font-size: 14px;color: #85898C;}
.up-profile-page .happy-assist .btn.btn-primary {width: 100%;margin-top: 20px;border:1px solid #FF0000;display: flex;justify-content: center;cursor: pointer;align-items: center;border-radius: 10px;font-size: 18px;color: #FF0000;font-weight: 500;height: 60px;background-color: #fff;}
.up-profile-page .happy-assist .up-contact-detail{width: 100%; border-radius: 7px; padding:10px 30px 30px 30px; border: 1px solid #D3D3D3;}
.up-profile-page .up-profile-form {width: calc(100% - 320px);display: flex;}
.up-profile-page .up-profile-form .up-profile-col {width: 50%;padding-left: 30px;}
.up-profile-page .up-profile-form .up-profile-col:nth-child(2){padding-left: 80px;}
.up-profile-page .up-profile-form .up-profile-col .up-profile-info {width: 100%;margin-bottom: 20px; border-bottom: 1px solid #E7E7E7; display: flex;}
.up-profile-page .up-profile-form .up-profile-col .up-profile-info .up-profile-icon {width: 30px;}
.up-profile-page .up-profile-form .up-profile-col .up-profile-info .up-profile-detail {width: calc(100% - 30px);padding-left:8px;}
.up-profile-page .up-profile-form .up-profile-col .up-profile-info .up-profile-detail .sd-title {font-size:20px;color: #23433D;font-weight:600;margin-bottom: 10px;}
.up-profile-page .up-profile-form .up-profile-col .up-profile-info .up-profile-detail .sd-text {font-size: 16px;color: #777777;}
.up-profile-page .up-profile-form .up-profile-col .gerenric-form ul li{margin-bottom: 20px;}
.up-profile-page .up-profile-form .up-profile-col .gerenric-form ul li .form-label{font-size: 14px; font-weight: normal; color: #85898C;}
.up-profile-page .up-profile-form .up-profile-col .gerenric-form textarea {border-radius: 10px;resize: none;height: 140px !important;}
.up-profile-page .up-profile-form .up-profile-col .gerenric-form ul li .btn.btn-primary{ height: 60px; }
.up-profile-page .up-profile-form .up-profile-col .gerenric-form ul li .btn.btn-primary.mt-80{margin-top: 80px;}
.up-profile-page .up-profile-form .up-profile-col .submit-text-show {font-size: 14px;color: #2DAA70;margin-top: 10px;font-weight: 500;}
.up-profile-page .up-profile-form .up-profile-col .submit-text-show img{margin-right: 6px;}
.up-profile-page .up-profile-form .form-control{padding-right: 35px;}
.notification-list {width: 100%;margin-bottom: 50px;}
.notification-list .notf-row {width: 100%;margin-bottom: 20px;}
.notification-list .gerenric_checkbox {padding-left: 45px; min-height: 27px; font-size: 16px;color: #777777;}
.notification-list .gerenric_checkbox .checkmark {width: 27px;height: 27px;left: 0px;  top: -3px; background:#B4B4B4 url(../images/check_ok_icon.svg) center center no-repeat;display:flex; align-items: center; justify-content: center; border: 1px solid #B4B4B4;border-radius:8px;}
.notification-list .gerenric_checkbox .checkmark:after {border: 0px;width: 26px;height: 26px;left: 0px;top:0px;}
.notification-list .gerenric_checkbox input:checked ~ .checkmark:after { left: 0px;top: 0px; background:#2DAA70 url(../images/check_ok_lgt_green_icon.svg) center center no-repeat; border-radius:8px; border: 1px solid #2DAA70;}
.notification-list .gerenric_checkbox{font-size: 14px; color:#434343; font-weight: 500;}
.receipt-page{width: 600px; margin: auto; padding:40px 30px;}
.receipt-page .receipt-header{width: 100%; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between;}
.receipt-page .receipt-logo{ margin-right: 10px;}
.receipt-page .receipt-logo img{width: 200px;}
.receipt-page .receipt-date{font-size: 10px; color: #7A7A7A; text-align: right; font-weight: bold;}
.receipt-page .receipt-contact-info{width: 100%;margin-bottom: 30px;  padding: 20px; background-color: #F2F2F2; border-radius: 8px;}
.receipt-page .receipt-contact-info .ct-row{width: 100%; align-items: self-start; margin-bottom: 10px; text-align: left; font-size: 8px; color: #000; font-weight: 700; display: flex; justify-content: space-between;}
.receipt-page .receipt-contact-info .ct-col{display: flex; align-items: center;}
.receipt-page .receipt-contact-info .ct-col:nth-child(1){width:50%; }
.receipt-page .receipt-contact-info .ct-col:nth-child(2){width: 20%;}
.receipt-page .receipt-contact-info .ct-row:last-child{margin-bottom: 0px;}
.receipt-page .receipt-contact-info .ct-col a{display: flex; align-items: center;}
.receipt-page .receipt-contact-info .ct-col img{width: 15px; object-fit: contain; margin-right: 5px;}
.receipt-page .receipt-customer{width: 100%; margin-bottom: 20px; border-bottom: 1px dashed #98A2B3; padding-bottom: 20px;}
.receipt-page .receipt-customer:last-child{border-bottom: 0px; padding-bottom: 0px;}
.receipt-page .receipt-customer h2{font-size: 12px; margin-bottom: 10px; color: #1D3833; font-weight: bold;}
.receipt-page .receipt-customer .ctm-row{width: 100%; margin-bottom: 7px; text-align: left; font-size: 10px; color: #000; font-weight: 700; display: flex; justify-content: space-between;}
.receipt-page .receipt-customer .ctm-row.big-font-rc{font-size: 12px !important;}
.receipt-page .receipt-customer .ctm-col{display: flex;}
.receipt-page .receipt-customer .ctm-col:nth-child(1){padding-right: 20px;}
.receipt-page .receipt-customer .ctm-row:last-child{margin-bottom: 0px;}
.receipt-page .receipt-customer.receipt-service .ctm-row{ justify-content: initial;}
.receipt-page .receipt-customer.receipt-service .ctm-row:nth-child(2){width: 100%; margin-bottom: 15px; border-bottom: 1px dashed #98A2B3; padding-bottom:5px;}
.receipt-page .receipt-customer.receipt-service .ctm-col:nth-child(1){width: 50%;}
.receipt-page .receipt-customer.receipt-service .ctm-col:nth-child(2){width: 30%; text-align: left;}
.receipt-page .receipt-customer.receipt-service .ctm-col:nth-child(3){width: 20%; justify-content: flex-end; text-align: right;}
.receipt-page .receipt-customer.receipt-service .ctm-row:last-child{ justify-content:space-between;}
.receipt-page .receipt-customer.receipt-service .ctm-row:last-child .ctm-col:nth-child(1){width:auto;}
.receipt-page .receipt-customer.receipt-service .ctm-row:last-child .ctm-col:nth-child(2){width:auto;}
.receipt-footer{width: 100%;padding-top: 80px;}
.receipt-footer .receipt-thank-text{width: 100%; margin-bottom: 10px; text-align: left; font-size: 12px; color: #1D3833; font-weight: 600;}
.receipt-footer p{font-size: 8px; font-weight: 500; color: #1D3833;}
.receipt-footer p a{color: #00B77B;}
.receipt-footer .footer-working{width: 100%; display: flex; justify-content: space-between;}
.receipt-footer .footer-working p span{ font-size: 10px; font-weight: bold;}
.dp-profile-page .add-image-div{width: 100%; display: flex; flex-wrap: wrap;}
.dp-profile-page .add-image-div .add-image-box{width: 20%; padding:3px;}
.dp-profile-page .add-image-div .add-image-box .add-image-box-inner{width: 100%; height: 75px; border-radius: 5px; background-color: #F5F5F5; display: flex; align-items: center; justify-content: center; padding:3px;}
.dp-profile-page .child-add{position: absolute; top: 7px; margin: auto; right: 0px;}
.dp-profile-page .child-add .child-plusminus-button {width: 120px;height: 32px;color: #23433D;position: relative;z-index: 9;font-size: 20px;display: flex;align-items: center;}
.dp-profile-page .child-add .child-plusminus-button .child-minus-btn {width: 32px;height:32px;display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;text-align: center;background-color: #e0dede;border-radius: 8px;}
.dp-profile-page .child-add .child-plusminus-button .child-plus-btn {width: 32px;height: 32px;display: flex;  align-items: center;justify-content: center;cursor: pointer;text-align: center;background-color: #e0dede;border-radius: 8px;}
.dp-profile-page .child-add .child-plusminus-button .child-minus-btn:hover{background-color: #23433D;color: #fff;}
.dp-profile-page .child-add .child-plusminus-button .child-plus-btn:hover{background-color: #23433D;color: #fff;}
.dp-profile-page .child-add .child-plusminus-input {width: 45px;height: 40px;padding: 4px 10px 4px 10px; text-align: center; font-size: 16px; color: #23433D; background-color: transparent; border: 0px;}
.dp-profile-page .child-add .child-plusminus-input:focus {outline: none;}
.dp-review-page{width: 100%;}
.dp-review-page .overall-rating{width: 100%; margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; border-radius: 8px; background-color: #F5F5F5; padding:30px;}
.dp-review-page .overall-rating .overall-lf h2{ font-size: 20px; color: #23433D; font-weight: 600; margin-bottom:7px;}
.dp-review-page .overall-rating .overall-rt{text-align: right;}
.dp-review-page .overall-rating .overall-rt p{font-size: 14px; text-align: right; color: #85898C; font-weight: normal;}
.dp-review-page .overall-rating .overall-rt .overall-facing{display: inline-flex;}
.dp-review-page .overall-rating .overall-rt .overall-facing a{margin:0px 5px;}
.dp-review-page .dp-review-inner{margin-left:-5px; margin-right: -5px; display: flex; flex-wrap: wrap;}
.dp-review-page .dp-review-col{width: 33.333%; padding: 5px;}
.dp-review-page .dp-review-card{width: 100%; border-radius: 8px; height: 270px; background-color: #F5F5F5; padding:25px 20px;}
.dp-review-page .dp-review-card .review-title{width: 100%; line-height: 110%; font-size: 20px; color: #23433D; font-weight: 600; margin-bottom:10px;}
.dp-review-page .dp-review-card .review-date{width: 100%; font-size: 14px; color: #85898C; font-weight: 400; margin-bottom:10px;}
.dp-review-page .dp-review-card p{width: 100%; max-height: 118px; overflow: hidden; line-height: 120%; margin-top: 10px; font-size: 14px; color: #3B3B3B; font-weight: 400; margin-bottom:0px;}
.dp-review-page .btn.btn-primary{min-width: 230px; margin-top: 20px; display: inline-flex;align-items: center; justify-content: center; height: 50px; background-color: #2DAA70; font-size: 14px; font-weight: 600;}
.dp-review-page .btn.btn-primary:hover{ background-color: #126b41; }
.dp-dashboard-page{width: 100%;}
.dp-dashboard-page h2{font-size: 28px; display: flex; align-items: center; justify-content: space-between; color: #23433D; margin-bottom: 10px; font-weight: 600;}
.dp-dashboard-page h2 .month-filter-icon{display: none;}
.dp-dashboard-page h2 ul{display: flex; justify-items: flex-end;}
.dp-dashboard-page h2 ul li{list-style-type: none; font-size: 14px; cursor: pointer; margin-left: 10px; color: #85898C; font-weight: normal;}
.dp-dashboard-page h2 ul li:hover{font-weight: 600; color: #23433D;}
.dp-dashboard-page h2 ul li.month-active{font-weight: 600; color: #23433D;}
.dp-dashboard-page .dp-earning-summary{width: 100%; display: flex; flex-wrap: wrap;}
.dp-dashboard-page .dp-earning-summary .earning-col{width: 25%;padding: 2px;}
.dp-dashboard-page .dp-earning-summary .earning-card{width: 100%; height: 250px; background-color: #F8FFFB; border-radius: 8px; border: 1px solid #B6F7D1; padding:30px 20px;}
.dp-dashboard-page .dp-earning-summary .earning-card .earning-icon {width: 100%;margin-bottom: 40px;}
.dp-dashboard-page .dp-earning-summary .earning-card .earning-icon .earning-icon-inner{width: 60px; height: 60px;  padding: 6px; display: flex; align-items: center; justify-content: center; background-color: #2ABB65; border-radius: 100px;}
.dp-dashboard-page .dp-earning-summary .earning-card .earning-price{width: 100%; font-size: 28px; color: #002B43; font-weight: 600;}
.dp-dashboard-page .dp-earning-summary .earning-card .earning-price span{font-size: 16px;}
.dp-dashboard-page .dp-earning-summary .earning-card .earning-price .earning-sm-text{font-size: 8px; font-weight: 500;}
.dp-dashboard-page .dp-earning-summary .earning-card .earning-label{width: 100%; font-size: 14px; color: #717171; font-weight: 500;}
.dp-dashboard-page .dp-earning-summary .earning-col .earning-commission{width: 100%;}
.dp-dashboard-page .dp-earning-summary .earning-col .earning-commission .earning-card{width: 100%; margin-bottom: 4px; height: 80px; padding:15px; display: flex; justify-content: space-between; align-items: center;}
.dp-dashboard-page .dp-earning-summary .earning-commission .earning-card .earning-price{margin-bottom: 0px;line-height: 80%; text-align: right;}
.thankyou-page{width: 100%;}
.thankyou-page .thankyou-inner{width: 75%; margin: auto;}
.thankyou-page .thank-section{width: 100%; margin-bottom: 70px;}
.thankyou-page .thank-section .thankyou-image{width: 100%; text-align: center;margin-bottom: 80px;}
.thankyou-page .thank-section h2{width: 100%; font-size: 28px; text-align: center; font-weight: 600; color: #23433D; margin-bottom: 10px;}
.thankyou-page .thank-section p{width: 100%; font-size: 18px; text-align: center; font-weight: 400; color: #3B3B3B; margin-bottom: 0px;}
.thankyou-page .thank-step {width: 100%;  margin-bottom: 30px; background-color: #F0F0F0; border-radius: 15px; padding: 30px 40px;} 
.thankyou-page .thank-step h3{width: 100%; font-size: 16px; text-align: center; border-bottom: 1px solid #DFDFDF; padding-bottom: 15px; font-weight: bold; color: #23433D; margin-bottom: 15px;}
.thankyou-page .thank-step .thank-step-block{width: 100%;}
.thankyou-page .thank-step .thank-step-block .thank-step-row{ margin: 0px -5px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.thankyou-page .thank-step .thank-step-block .thank-step-col{width:50%;padding: 5px; position: relative;}
.thankyou-page .thank-step .thank-step-block .thank-step-col:nth-child(2n){display: flex; justify-content: flex-end;}
.thankyou-page .thank-step .thank-step-block .thank-step-col:nth-child(2n)::after{width:30px;height: 30px; background:url(images/thanyou_arrow.svg)0px 0px no-repeat; content: ''; position: absolute;left: -30px; top: 0%; bottom: 0%; margin: auto;}
.thankyou-page .thank-step .thank-step-block .thank-step-subinner{width: 65%;}
.thankyou-page .thank-step .thank-step-block .thank-step-number{width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background-color: #00B775; font-size: 14px; color: #fff; font-weight: 600; margin-bottom: 10px; border-radius: 100px; padding: 5px;}
.thankyou-page .thank-step .thank-step-block p{width: 100%;line-height: 130%; font-size: 14px; text-align: left; font-weight: 600; color: #000000; margin-bottom: 0px;}
.thankyou-page .btn.btn-primary{width:270px; background-color: #2DAA70; height: 50px; font-size: 20px;}
.thankyou-page .btn.btn-primary:hover{background-color: #23433D !important;}
.partner-page{width: 100%;}
.partner-page .heading-inner-pg{color: #000;}
.partner-page .why-partner{width: 75%; margin: auto;}
.partner-page .why-partner .why-partner-inner{ display: flex; flex-wrap: wrap;}
.partner-page .why-partner .why-partner-col{width: 33.333%;padding: 3px;}
.partner-page .why-partner .why-partner-card{width: 100%;background-color: #E9E9E9; border-radius: 12px; padding:40px 30px;}
.partner-page .why-partner .why-partner-icon{width: 100%; text-align: center; margin-bottom: 40px;}
.partner-page .why-partner h3{ font-size: 18px; color: #000000; text-align: center; font-weight: 600; margin-bottom: 20px;}
.partner-page .why-partner p{ font-size: 14px; color: #000000; text-align: center; font-weight: 500; }
.partner-page .partner-service{width: 75%; margin: auto;}
.partner-page .partner-service .partner-service-inner{ display: flex; flex-wrap: wrap;}
.partner-page .partner-service .partner-service-col{width: 50%;padding: 5px;}
.partner-page .partner-service .partner-service-card{width: 100%;  border: 1px solid #E4E4E4; border-radius: 12px;}
.partner-page .partner-service .partner-service-image{width: 100%;margin-bottom: 10px;border-radius: 12px;}
.partner-page .partner-service .partner-service-image img{width: 100%; height: 212px; object-fit: cover; border-radius: 12px;}
.partner-page .partner-service h3{ font-size: 18px; padding: 0px 10px; color: #000000; text-align: center; font-weight: 600; margin-bottom:10px;}
.partner-page .partner-service p{ font-size: 14px;padding: 0px 10px; color: #000000; text-align: center; font-weight: 500; }
.partner-page .become-partner{width: 90%; display: flex; flex-wrap: wrap; justify-content: center; margin: auto; align-items: center; margin-bottom: 50px;}
.partner-page .become-partner .become-partner-image{width: 55%;}
.partner-page .become-partner .become-partner-image img{width: 100%; object-fit: cover; border-radius: 20px; height: 300px;}
.partner-page .become-partner .become-partner-detail{width: 45%; padding-left: 40px;}
.partner-page .partner-banner{width: 100%;background-color: #fff; margin-bottom: 60px;}
.partner-page .partner-banner-inner{width: 100%;  height: 500px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.partner-page .partner-banner-detail{width: 40%;}
.partner-page .partner-banner-detail h1{font-size: 40px; color: #23433D; font-weight: bold;}
.partner-page .partner-banner-detail p{font-size: 16px; color: #23433D; font-weight: 500; margin-bottom: 20px;}
.partner-page .partner-banner-form{width: 35%; background-color: #F0F0F0; border: 1px solid #C8C8C8; border-radius: 18px; padding: 30px 10px 10px 10px;}
.partner-page .partner-banner-form h3{font-size: 18px; color: #23433D; font-weight: bold; margin-bottom: 20px; text-align: center;}
.partner-page .partner-banner-form .gerenric-form ul li .form-control{border: 0px;height: 60px; background-color: #fff;}
.partner-page .partner-banner-form .partner-banner-form-service{width: 100%;border-radius: 8px;padding: 15px; background-color: #fff;}
.partner-page .partner-banner-form .partner-banner-form-service h5{font-size: 14px; color: #000; font-weight: 500; margin-bottom: 10px;}
.partner-page .partner-banner-form .partner-banner-form-service .gerenric_checkbox {padding-left: 20px; font-size: 14px; color: #727272;}
.partner-page .partner-banner-form .partner-banner-form-service .gerenric_checkbox input {position: inherit;}
.partner-page .partner-banner-form .partner-banner-form-service .gerenric_checkbox .checkmark {width: 17px;height: 17px; top: 5px;background: url(../images/check_ok_gray_icon.svg) 2px center no-repeat; top: 3px; border-color: #878787;border-radius: 3px;}
.partner-page .partner-banner-form .partner-banner-form-service .gerenric_checkbox .checkmark:after {border: 0px;width: 13px;height: 13px;left: 0px;top: 1px;}
.partner-page .partner-banner-form .partner-banner-form-service .gerenric_checkbox input:checked ~ .checkmark {border-color: #00B775;}
.partner-page .partner-banner-form .partner-banner-form-service .gerenric_checkbox input:checked ~ .checkmark:after {background: url(../images/check_ok_green_icon.svg) 2px 3px no-repeat;border-color: #00B775;}
.adminpanel-subadmin-page{width: 100%;}
.adminpanel-subadmin-page h2{width: 100%; display: flex; align-items: center; justify-content: space-between; position: relative; font-size: 20px; font-weight: bold; border-bottom:1px solid #A0A0A0; padding-bottom: 10px; margin-bottom: 20px; position: relative; padding-left: 30px;}
.adminpanel-subadmin-page h2::before{width: 20px; height: 20px; background: url(../images/check_ok_green_icon.svg)center center no-repeat; border: 2px solid #2DAA70; position: absolute;  border-radius: 4px; left: 0px; content: '';}
.adminpanel-subadmin-page h2.small_h2{font-size: 14px;}
.adminpanel-subadmin-page h2 .gerenric-search-bar{width: auto; margin-bottom: 0px;}
.adminpanel-subadmin-page h2.bdr-btm{border-bottom: 0px !important; padding-bottom: 0px;}
.adminpanel-subadmin-page .radio-btn-row{width: 100%;border-bottom:1px solid #A0A0A0; padding-bottom: 15px; margin-bottom: 15px;}
.adminpanel-subadmin-page .radio-btn-row .gerenric_checkbox{font-size: 14px; padding-left: 30px; font-weight: bold; color: #444444;}
.adminpanel-subadmin-page .radio-btn-row .gerenric_checkbox .checkmark{width: 22px; height: 22px; top: 1px; border-color: #AAAAAA;}
.adminpanel-subadmin-page .radio-btn-row .gerenric_checkbox .checkmark:after{width: 14px; height: 14px;left: 3px;top: 3px; background-color:  #AAAAAA;border-color: #AAAAAA;}
.adminpanel-subadmin-page .radio-btn-row .gerenric_checkbox input:checked ~ .checkmark{border-color: #6bc489;}
.adminpanel-subadmin-page .radio-btn-row .gerenric_checkbox input:checked ~ .checkmark:after {background-color: #6bc489;border-color: #6bc489;}
.adminpanel-subadmin-page h3{width: 100%; font-size: 16px; color: #000; font-weight: bold;}
.adminpanel-subadmin-page .steps-section{margin-top: 20px;}
.admin-dashboard-page{width: 100%;}
.admin-dashboard-page h2{font-size: 28px; color: #23433D; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.admin-dashboard-page .income-active-block{display: flex; margin-left: -4px; margin-right: -4px; flex-wrap: wrap;}
.admin-dashboard-page .income-active-block.five-column .income-box{width: 20%;}
.admin-dashboard-page .income-active-block .income-box{width: 50%;padding: 5px;}
.admin-dashboard-page .income-active-block .income-box-inner{width: 100%; height: 100px; border-radius: 8px; display: flex; align-items: center; justify-content: flex-end; background-color: #DDFFEB; padding: 10px;}
.admin-dashboard-page .income-active-block .income-nmb{font-size: 28px; line-height: 120%; text-align: right; color: #002B43; font-weight: 600;}
.admin-dashboard-page .income-active-block .income-text{font-size: 14px; color: #717171;text-align: right; font-weight: 500;}
.admin-dashboard-page .income-active-block .income-text.darkpurple-text-color{color: #43233B;}
.admin-dashboard-page .income-active-block .income-text.lightpurple-text-color{color: #8C00DD;}
.admin-dashboard-page .income-active-block .income-text.darkgreen-text-color{color: #11AD65;}
.admin-dashboard-page .income-active-block .income-text.lightgreen-text-color{color: #4CAF50;}
.admin-dashboard-page .income-active-block .income-text.lightpink-text-color{color: #FF09EF;}
.admin-dashboard-page .income-active-block .income-text.darkblue-text-color{color: #0070CC;}
.admin-dashboard-page .income-active-block .income-text.lightblue-text-color{color: #00B5B5;}
.admin-dashboard-page .income-active-block .income-text.darkblack-text-color{color: #002B43;}
.admin-dashboard-page .income-active-block .income-text.lightbrown-text-color{color: #D79F00;}
.admin-dashboard-page .income-active-block .income-text.lightred-text-color{color: #FF0000;}
.admin-dashboard-page .income-active-block .income-box.orange-box .income-box-inner{background-color: #FFDDDD;}
.admin-dashboard-page .income-active-block .income-box.gray-box .income-box-inner{background-color: #EDEDED;}
.admin-dashboard-page .dashboard-rvn-block{display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px;}
.admin-dashboard-page .dashboard-rvn-block .rvn-col{width: 20%; padding: 5px;}
.admin-dashboard-page .dashboard-rvn-block .rvn-card{width: 100%; background-color: #fff; border-radius: 8px; border: 1px solid #D1D1D1; padding: 20px;}
.admin-dashboard-page .dashboard-rvn-block .rvn-number{font-size: 28px; line-height: 120%; color: #002B43; font-weight: 600;}
.admin-dashboard-page .dashboard-rvn-block .rvn-title{font-size: 14px; color: #717171; font-weight: 500;}
.admin-dashboard-page .dashboard-rvn-block .rvn-row{width: 100%; margin-top: 30px;}
.admin-dashboard-page .dashboard-rvn-block .rvn-blk{width: 100%; display: flex; align-items: center; font-size: 16px; color: #535353; font-weight: 600; border-bottom: 1px solid #D1D1D1; padding: 8px 0px;}
.admin-dashboard-page .dashboard-rvn-block .rvn-blk:last-child{border-bottom: 0px;}
.admin-dashboard-page .dashboard-rvn-block .rvn-blk img{width: 30px; margin-right: 10px;}
.admin-dashboard-page .dashboard-rvn-block .rvn-blk .rvn-text{width:calc(100% -  18px); padding-left: 20px;}
.admin-price-page{width: 100%;}
.admin-price-page h3{font-size: 15px; margin-top: 30px; margin-bottom: 25px; color: #000; font-weight: bold; border-bottom: 1px solid #A0A0A0;padding-bottom: 10px;}
.admin-price-page .gerenric-form ul li .form-control.big-form-control{ height: 80px; font-weight: 500; display: flex; align-items: center;}
.admin-price-page .gerenric-form ul li .form-control::placeholder{color: #23433D;}
.admin-price-page .gerenric-form ul li.two-button{margin-top: 30px;}
.admin-price-page .gerenric-form ul li.two-button .btn.btn-primary{width: auto;}
.admin-price-page .gerenric-form ul li.two-button .btn.btn-primary.button-transparent {background-color: #CCCCCC;margin-left: 0px;margin-right: 5px;color: #424242;border: 0px;}
.admin-price-page .gerenric-form ul li.two-button .btn.btn-primary.button-transparent:hover{ background-color: #2ABB65;color: #fff;}
/*CONTENT_SECTION_END*/

/*FOOTER_SECTION_START*/
.live-chat{position: fixed; bottom: 10px; z-index: 9999; right: 10px; cursor: pointer;}
#footer-section{width: 100%; background-color: #274741;}
#footer-section .collapse:not(.show){display: block;}
#footer-section .accordion-button{display: none;}
#footer-section .accordion-body{padding: 0px;}
#footer-section .footer-top{width: 100%; padding: 70px 0px 40px 0px; display: flex;}
#footer-section .footer-top .footer-col{width: 18%; padding-left: 30px;}
#footer-section .footer-top .footer-col:nth-child(1){width: 46%;padding-left: 0px;}
#footer-section .footer-top h2{font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 15px;}
#footer-section .footer-top .footer-contact{width: 100%;}
#footer-section .footer-top .footer-contact ul li{list-style-type: none; display: flex; align-items: center; margin-bottom: 20px;}
#footer-section .footer-top .footer-contact ul li .contact-circle{width: 25px; height: 25px;}
#footer-section .footer-top .footer-contact ul li .contact-circle.email-cricle{ background-color: #00B67A; border-radius: 50px; display: flex; align-items: center; justify-content: center; padding: 5px;}
#footer-section .footer-top .footer-contact ul li .contact-circle img{width: 25px;}
#footer-section .footer-top .footer-contact ul li .contact-text{width: calc(100% - 35px); font-size: 18px; color: #fff; font-weight: 400; padding-left: 15px;}
#footer-section .footer-top .footer-contact ul li .contact-text a{color: #fff;}
#footer-section .footer-top-2{width: 100%; margin-bottom: 15px; display: flex; justify-content: space-between;}
#footer-section .secure-section{display: none;}
#footer-section .footer-logo{width: 100%; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center;}
#footer-section .footer-logo img{width: 220px;}
#footer-section .footer-logo .language-box{background-color: transparent; display: none; border: 1px solid #DDE9FF; color: #DDE9FF;}
#footer-section .footer-logo .language-box .currency-col::after{border-color:#DDE9FF;}
#footer-section .footer-top .footer-link{width: 100%;}
#footer-section .footer-top .footer-link ul li{list-style-type: none;font-size: 14px; margin-bottom: 10px; font-weight: 300; color: #DDE9FF;}
#footer-section .footer-top .footer-link ul li a{color: #fff;}
#footer-section .footer-top .footer-link ul li a:hover{text-decoration: underline;}
#footer-section .footer-bottom{width: 100%; font-size: 14px; color: #fff; font-weight: 300; text-align: center; border-top: 1px solid #4C8362; padding: 20px 0px;}
/*FOOTER_SECTION_END*/


/*gerncstart*/
.trustpilot-section{width: 100%; background-color: #F7F7F7; }
.trustpilot-section.gerenric-padding{padding-bottom: 35px;}
.trustpilot-section.full_column .trustpilot-inner{margin: 0px; display: block;}
.trustpilot-section.full_column .trustpilot-col{width: 100%;}
.trustpilot-section .trustpilot-inner{margin: 0px -25px; display: flex; margin-bottom: 30px !important;}
.trustpilot-section .trustpilot-col{width: 25%; padding: 0px 25px;}
.trustpilot-section .trustpilot-card{width: 100%;}
.trustpilot-section .trustpilot-rating{width: 100%; display: flex; margin-bottom: 15px;}
.trustpilot-section .trustpilot-rating .tr-box{width: 20px; height: 20px; margin-left: 3px; background-color: #00B67A; display: flex; align-items: center; justify-content: center;}
.trustpilot-section .trustpilot-rating .tr-box:first-child{margin-left: 0px;}
.trustpilot-section .trustpilot-title{font-size: 14px; font-weight: 500; color: #000; }
.trustpilot-section p{font-size: 14px; font-weight: 400; color: #7D7D7D; margin-bottom: 0px;}
.trustpilot-section .trustpilot-date{font-size: 12px; font-weight: 400; margin-top: 10px; color: #7D7D7D;}
.trustpilot-section .trustpilot-date span{font-weight: 600;}
.trustpilot-section .trustpilot-review{width: 100%; text-align: center;}
.trustpilot-section .trustpilot-review p{color: #404040;text-align: center; margin-bottom: 10px;}
.trustpilot-section .trustpilot-review p a{color: #404040; font-weight: 500; text-decoration: underline;}
.trustpilot-section .trustpilot-review .trustpilot-logo{width: 100%; text-align: center;}
.frequently-section {width: 100%;}
.frequently-section .accordion-button{font-size: 20px; color: #101010; box-shadow: none; font-weight: 600; background-color: transparent; padding: 13px 0px;}
.frequently-section .accordion-button:focus{ box-shadow: none;}
.frequently-section .accordion-button.collapsed{border-bottom: 1px solid #E2E2E2; box-shadow: none;}
.frequently-section .accordion-button::after{background-image: none;width: 16px; height: 16px; background: url(../images/plus_icon.svg)0px 0px no-repeat;}
.frequently-section .accordion-button:not(.collapsed)::after{transform: rotate(-140deg);}
.frequently-section .accordion-body{padding: 0px 0px 20px 0px; border-bottom: 1px solid #E2E2E2;}
.frequently-section p{font-size: 20px; text-align: left; color:#7D7D7D; font-weight: 400; margin-bottom: 0px;}

.social-media ul{ display: flex;}
.social-media ul li{list-style-type: none; margin-right: 5px;}
.social-media ul li .social-box{width: 30px; height: 30px; background-color: #00B67A; border-radius: 9px; display: flex; align-items: center; justify-content: center;padding: 4px;}
.social-media ul li .social-box:hover{ background-color: #00A46F;}
.payment-method{width: 100%;}
.payment-method ul{display: flex; align-items: center;}
.payment-method ul li{ list-style-type: none; margin-left: 5px;}
.secure-section{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.secure-section.secure-postn{position: absolute; bottom: 40px;}
.secure-section .secure-left{padding-right: 5px; display: flex; align-items: center;}
.secure-section .secure-right{padding-left: 5px;}
.secure-section .secure-text{display:flex; align-items: center; margin-right: 5px; line-height: 110%; text-align: left; font-size: 16px; color: #fff; font-weight: bold;}
.secure-section .secure-text img{margin-right: 5px;}
.secure-section .secure-trustpilot{display:flex; align-items: center; margin-right: 5px; line-height: 110%; text-align: left; font-size: 16px; color: #fff; font-weight: 600;}
.secure-section .secure-trustpilot span{margin-left: 10px;}
.car-product-section{width: 100%;}
.car-product-section.full-column .car-product-inner{display: block; margin: 0px;}
.car-product-section.full-column .car-col{width: 100%; padding: 0px 5px;}
.car-product-section .slick-prev{width: 18px; height: 18px; left: -40px; z-index: 99; display: block !important; background: url(../images/preview_arrow.svg)0px 0px no-repeat;}
.car-product-section .slick-next{width: 18px; height: 18px; right: -40px; z-index: 99; display: block !important; background: url(../images/next_arrow.svg)0px 0px no-repeat;}
.car-product-section .car-product-inner{margin: 0px -5px; display: flex; flex-wrap: wrap;}
.car-product-section .car-col{width: 25%; padding: 10px 5px;}
.car-product-section .car-card{width: 100%; min-height: 345px; padding: 10px; height: 100%; border-radius: 22px; background-color: #fff;}
.car-product-section .car-image{width:100%; height: 190px; margin-bottom: 10px; background-color: #F2F2F2; display: flex; align-items: center; justify-content: center; padding: 20px; border-radius:20px;}
.car-product-section .car-detail{width: 100%;}
.car-product-section .car-detail .car-title{width: 100%; display: flex; justify-content: space-between; font-size: 20px; margin-bottom: 15px; color: #353535; font-weight: bold;}
.car-product-section .car-detail .car-title .car-name{padding-right: 5px; word-break: break-all;}
.car-product-section .car-detail .car-title .car-passanger-detail{display: flex;}
.car-product-section .car-detail .car-title .car-passanger-detail .passanger-box{display: inline-flex; height: 30px; align-items: center; background-color: #355A53; border-radius: 4px; padding:4px 12px;font-size: 14px;color: #fff;font-weight: 400; margin: 2px;}
.car-product-section .car-detail .car-title .car-passanger-detail .passanger-box img{margin-right: 5px; display: block;}
.car-product-section .car-detail p{width: 100%;min-height: 40px; font-size: 16px;color: #7D7D7D;font-weight: 400; margin-bottom: 25px;}
.car-product-section .car-detail ul {display:flex; flex-wrap: wrap; margin-bottom: 12px;}
.car-product-section .car-detail ul li{ display: inline-flex; background-color: #ECECEC; border-radius: 4px; padding:4px 9px; list-style-type: none;font-size: 14px;color: #353535;font-weight: 400; margin: 2px;}

.language-new-box{display: flex; align-items: center;border-radius: 100px;background-color: #F4F4F4; }
.language-new-box .country-currency{min-width: 80px; position: relative; }
.language-new-box .country-currency::after{width: 1px; height: 15px; content:''; position: absolute;right: 0px; top: 8px; background-color: #D5D5D5;}
.language-new-box .country-currency-inner{min-width: 100%; position: relative; cursor: pointer; height: 30px; padding: 4px 10px; font-size: 12px; font-weight: 500; color: #222629; display: flex; align-items: center;  }
.language-new-box .country-currency .curreny-title{display: none;}
.language-new-box .country-currency .arrow-lange{width:10px; height: 7px;background: url(../images/lang_arrow.svg)0px 0px no-repeat;background-size: 10px; position: absolute;right: 10px;top: 13px; cursor: pointer;}
.language-new-box .country-language{min-width: 80px;}
.language-new-box .country-language-inner{min-width: 100%; position: relative; cursor: pointer; height: 30px; padding: 4px 10px; font-size: 12px; font-weight: 500; color: #222629; display: flex; align-items: center; }
.language-new-box .country-language .country-flag{width: 14px; height:14px; margin-right: 4px;  border-radius: 100px;}
.language-new-box .country-language .country-flag img{width: 14px; height:14px; display: block; object-fit: cover; border-radius: 100px;}
.language-new-box .country-language .arrow-lange{width:10px; height: 7px;background: url(../images/lang_arrow.svg)0px 0px no-repeat;background-size: 10px; position: absolute;right: 10px;top: 13px; cursor: pointer;}
.country-dropdown{width: 150px; z-index: 9999; right: 0px; position: absolute; border-radius: 10px; padding: 10px; background-color: #fff; border: 1px solid #D5D5D5;}
.country-dropdown a{display: block;}
.country-dropdown h2{ font-size: 20px; display: none; margin: 0px -10px; margin-bottom: 10px;justify-content: space-between; color: #264640; padding:15px 20px; font-weight: bold; border-bottom: 1px solid #264640;}
.country-dropdown .close-dropdown-currency, .country-dropdown .close-dropdown-language{cursor: pointer;}
.country-dropdown input[type="radio"] {position: absolute;visibility: hidden;}
.country-dropdown label {display: block;position: relative;z-index: 9;cursor: pointer;}
.country-dropdown input[type="radio"]:checked ~ label .country-row::after{display: block;}
.country-dropdown .country-row{width: 100%; position: relative; border-bottom: 1px solid #264640; padding: 12px 0px; display: flex; align-items: center;}
.country-dropdown .country-row::after{width: 12px; height: 8px; content: ''; display: none; position: absolute; right: 0px; background: url(../images/good_ok.svg)0px 0px no-repeat; background-size: 12px;}
.country-dropdown .country-row .country-flg{width:23px; font-size: 14px; text-align: right; font-weight: bold;color: #264640;}
.country-dropdown .country-row .country-flg img{width: 100%; display: block; object-fit: cover;}
.country-dropdown .country-row .country-text{width:calc(100% - 23px); font-size: 12px; padding-right: 14px; color: #264640; font-weight: 500; padding-left: 5px;}
.country-dropdown.language-dropdown{width: 190px; right: inherit; left: 0px;}
.country-dropdown.language-dropdown .country-text{color: #264640; padding-left: 10px;}
#language-drowpdown, #country-drowpdown{display: none;}
.transfer-method ul.transfer-list li{ list-style-type: none; padding-left: 25px; min-height: 20px; position: relative; margin-bottom: 15px; font-size: 16px; font-weight: 400; color: #000000;}
.transfer-method ul.transfer-list li::after{width: 20px; height: 10px; background: url(../images/good_ok.svg)0px 0px no-repeat; content: ''; position: absolute; top: 7px; left: 0px;}
.transfer-method .payment-method ul{flex-wrap: wrap;}
.transfer-method .payment-method ul li img{width: 50px; margin-bottom: 5px; border: 1px solid #D8DCDF; border-radius: 3px;}
.need-help{width: 100%; padding: 0px 5px;}
.need-help .need-help-heading{width: 100%; display: flex; padding-bottom: 15px; font-size: 20px; color: #000; font-weight: bold;}
.need-help .need-help-heading img{margin-right: 8px;}
.need-help .need-row{width: 100%; display: flex; border-top: 1px solid #F1F1F1; padding: 16px 0px;}
.need-help .need-row:last-child{padding-bottom: 0px;}
.need-help .need-row .need-icon{width: 60px;}
.need-help .need-row .need-text{width:calc(100% -  60px); line-height: 120%; font-size: 20px; color: #000; font-weight: bold; padding-left: 15px;}
.need-help .need-row .need-text span{font-weight: 400; font-size: 16px;}
.trustpilot-box{width: 100%;}
.trustpilot-box .trustpilot-box-heading{width: 100%; display: flex; padding-bottom: 15px; font-size: 20px; color: #000; font-weight: 500;}
.trustpilot-box .trustpilot-box-heading img{margin-right: 8px; object-fit: contain;}
.trustpilot-box .trustpilot-rating{width: 100%; margin-bottom: 10px; display: flex;}
.trustpilot-box .trustpilot-rating .tr-box{width: 40px;height: 40px;margin-left: 3px;background-color: #00B67A;display: flex;align-items: center;justify-content: center;}
.trustpilot-box .trustpilot-rating .tr-box img{width: 80%;}
.trustpilot-box .trustpilot-score{font-size: 17px; color: #000; font-weight: 400;}
.trustpilot-box .trustpilot-score span{font-weight: bold;}


.gerenric-form ul li .row{--bs-gutter-x: 0.5rem;}
.gerenric-form ul li .big-input-box{width: 100%; text-align: left; height: 68px; padding:10px 15px; background-color: #fff; border: 1px solid #D9D9D9; border-radius: 9px;}
.gerenric-form ul li .big-input-box .big-form-label{width: 100%; font-size: 12px; margin-bottom: 5px; font-weight: 400; color: #23433D;}
.gerenric-form ul li .big-input-box .big-form-field{width: 100%; position: relative;}
.gerenric-form ul li .big-input-box .big-form-field .bg-fm-icon{width: 20px; position: absolute;}
.gerenric-form ul li .big-input-box .big-form-field .bg-fm-icon .bg-fm-icon-right{position: absolute; cursor: pointer; right: 20px;}
.gerenric-form ul li .big-input-box .big-form-field .bg-fm-input{width:100%;background-color: transparent; border: 0px; background-color: #fff; font-weight: 400; font-size: 16px; color: #858585;}
.gerenric-form ul li .big-input-box .big-form-field .bg-fm-input.big-input-pd{padding-left: 25px;}
.gerenric-form ul li .big-input-box.big-gray-box{background-color: #F8F8F8; border: 0px;}
.gerenric-form ul li .big-input-box .big-form-field .bg-fm-input:focus{outline: none;}
.gerenric-form ul li .big-input-box .big-form-field .bg-fm-input::placeholder{color: #A4ACB9;}
.gerenric-form ul li .big-input-box .big-form-field .bg-fm-input::-webkit-input-placeholder{color: #A4ACB9;}
.child-plusminus-button {width: 120px;height: 32px;color: #23433D;position: relative;z-index: 9;font-size: 25px;display: flex;align-items: center;}
.child-plusminus-button .child-minus-btn {width: 32px;height:32px;display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;text-align: center;background-color: #fff;border: 1px solid #23433D; border-radius: 8px;}
.child-plusminus-button .child-plus-btn {width: 32px;height: 32px;display: flex;  align-items: center;justify-content: center;cursor: pointer;text-align: center;background-color: #fff;border: 1px solid #23433D; border-radius: 8px;}
.child-plusminus-button .child-minus-btn:hover{background-color: #23433D;color: #fff;}
.child-plusminus-button .child-plus-btn:hover{background-color: #23433D;color: #fff;}
.child-plusminus-button .child-plusminus-input {width: 55px;height: 32px;padding: 4px 10px 4px 10px; text-align: center; font-size: 22px; color: #A4ACB9; background-color: transparent; border: 0px;}

.booking-step-page .booking-location-box .location-box-inner{width: 100%; position: relative; z-index: 99;} 
.booking-step-page .booking-location-box.location-box-bg{width: 100%; border-radius: 9px; position: relative; background: url(../images/overview_bg.jpg)0px 0px no-repeat;}
.booking-step-page .booking-location-box.location-box-bg::after{width: 100%; position: absolute; top: 0px; left: 0px; content: ''; height: 100%; background-color: rgba(255,255,255,0.50);}
.booking-step-page .booking-location-box h2{ font-size: 24px; color:#23433D; font-weight: 600; margin-bottom: 10px;}
.booking-step-page .booking-location-box .pickdrop-location{width: 100%;}
.booking-step-page .booking-location-box .pickdrop-location .pick-location{width: 100%; display: flex; }
.booking-step-page .booking-location-box .pickdrop-location .pick-location:first-child{margin-bottom: 15px;}
.booking-step-page .booking-location-box .pickdrop-location .pick-location .pick-icon{width: 12px; display: flex; margin-top: 3px; align-items: flex-start; justify-content: center; }
.booking-step-page .booking-location-box .pickdrop-location .pick-location .pick-icon img{width: 12px;}
.booking-step-page .booking-location-box .pickdrop-location .pick-location .pick-text{width: calc(100% - 12px); line-height: 120%; font-size: 16px; font-weight: 400; color: #7C818B; padding-left: 8px;}
.booking-step-page .booking-location-box .location-duration{width: 100%;}
.booking-step-page .booking-location-box .location-duration h3{font-size: 12px; color: #8E8E8E; font-weight: 400;margin-bottom: 10px; text-transform: uppercase; border-bottom: 1px solid #EEEEEE; padding-bottom: 5px;}
.booking-step-page .booking-location-box.location-orange-border{border: 2px solid #00B67A; border-top: 5px solid #00B67A;}
.booking-step-page .booking-location-box .location-car-feature{width: 100%;}
.booking-step-page .booking-location-box .location-car-feature .car-feature-heading{width: 100%;margin-bottom: 15px;}
.booking-step-page .booking-location-box .location-car-feature .feature-inner{width: 100%; margin-bottom: 15px; border-bottom: 1px solid #EEEEEE;padding-bottom: 5px; display: flex; justify-content: space-between;}
.booking-step-page .booking-location-box .location-car-feature .car-title{padding-right: 5px;}
.booking-step-page .booking-location-box .location-car-feature .car-title .car-name{font-size: 24px; color:#23433D;line-height: 100%; font-weight: 600; margin-bottom: 10px;}
.booking-step-page .booking-location-box .location-car-feature .car-title .car-time{font-size: 12px; display: flex; color:#101010; font-weight: 400;}
.booking-step-page .booking-location-box .location-car-feature .car-title .car-time .car-time-cricle{width: 18px; height: 18px; background-color: #23433D; border-radius: 12px; padding: 3px; display: flex; align-items: center; justify-content: center;}
.booking-step-page .booking-location-box .location-car-feature .car-title .car-time .car-time-text{padding-left: 5px;}
.booking-step-page .booking-location-box .location-car-feature .car-image{width: 105px;}
.booking-step-page .booking-location-box .location-car-feature .feature-passenger{width: 100%; display: flex; flex-wrap: wrap;}
.booking-step-page .booking-location-box .location-car-feature .feature-passenger .ft-psg-col{ margin-left: 10px; font-size: 12px; color: #101010; font-weight: 400;}
.booking-step-page .booking-location-box .location-car-feature .feature-passenger .ft-psg-col:first-child{margin-left: 0px;}
.booking-step-page .booking-location-box .location-car-feature .feature-passenger .ft-psg-col img{margin-right: 5px;}
.booking-step-page .booking-location-box .location-total-prise{width: 100%; background-color: #F8F8F8; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 5px 15px; border-radius:9px;}
.booking-step-page .booking-location-box .location-total-prise .total-prise-lb{font-size: 18px; display: flex; color: #2B3F6C; font-weight: 400;}
.booking-step-page .booking-location-box .location-total-prise .total-prise-lb img{width: 20px; margin-right: 8px; object-fit: contain;}
.booking-step-page .booking-location-box .location-total-prise .total-prise-text{font-size: 24px; color: #23433D;display: flex; align-items: center; font-weight: 600; position: relative; padding-left:35px;}
.booking-step-page .booking-location-box .location-total-prise .total-prise-text.big-font-sz{font-size: 28px;}
.booking-step-page .booking-location-box .location-total-prise .total-prise-text::after{width: 20px; height: 16px; background: url(../images/orange_arrow.svg)0px 0px no-repeat; content: ''; position: absolute;left: 0px;}
.booking-step-page .booking-location-box .location-total-prise .total-prise-text sup{font-size: 14px; top: 5px;}
.booking-step-page .booking-location-box .location-extra{width: 100%;}
.booking-step-page .booking-location-box .location-extra .lct-extra-card{width: 100%; margin-bottom: 8px; background-color: #F8F8F8; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 5px 15px; border-radius:9px;}
.booking-step-page .booking-location-box .location-extra .lct-extra-card .extra-title{font-size: 12px;color: #23433D; font-weight: 600;}
.booking-step-page .booking-location-box .location-extra .lct-extra-card .extra-title span{font-size: 16px;color: #555B65; font-weight: 400;}
.booking-step-page .booking-location-box .location-extra .lct-extra-card .extra-prise{font-size: 18px; color: #23433D;display: flex; align-items: center; font-weight: 600; position: relative; padding-left:35px;}
.booking-step-page .booking-location-box .location-extra .lct-extra-card .extra-prise::after{width: 20px; height: 16px; background: url(../images/orange_arrow.svg)0px 0px no-repeat; content: ''; position: absolute;left: 0px;}

.gerenric-billing-detail .payment-title {font-size: 24px;color: #222629;font-weight: 600;margin-bottom: 10px;}
.gerenric-billing-detail .billing-extra-box{width: 100%; border-radius: 9px; padding:13px 10px; background-color: #fff; border: 1px solid #D9D9D9;}
.gerenric-billing-detail .billing-extra-box .extra-row{width: 100%; position: relative;}
.gerenric-billing-detail .billing-extra-box .extra-row input[type="radio"] {position: absolute;visibility: hidden;}
.gerenric-billing-detail .billing-extra-box .extra-row label {width: 100%; position: relative;overflow: hidden; padding:10px;  border-radius: 5px; border: 1px solid #CCCCCC;z-index: 9;cursor: pointer;}
.gerenric-billing-detail .billing-extra-box .extra-row input[type="radio"]:checked ~ label { border:2px solid #0AB87F;}
.gerenric-billing-detail .billing-extra-box .extra-title{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.gerenric-billing-detail .billing-extra-box .extra-title .extra-text{font-size: 18px; line-height: 106%; color: #4B4B4B; font-weight: 500;}
.gerenric-billing-detail .billing-extra-box .extra-title .extra-text span{color: #2D3CBD;}
.gerenric-billing-detail .billing-extra-box .extra-title .extra-text span del{color: #FE5F49; font-size: 14px; font-weight: 400;}
.gerenric-billing-detail .billing-extra-box .extra-row .extra-label{width: 165px; line-height: 100%; text-transform: uppercase; display: flex; align-items: center; justify-content: center; height: 36px;background: url(../images/extra_label.svg)0px 0px no-repeat; position: absolute; right: 80px; font-size: 12px; color: #fff; font-weight: 600;}
.gerenric-billing-detail .billing-extra-box .extra-row .extra-label span{font-weight: 900; font-size: 25px; margin-right: 5px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2{ padding: 20px; }
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-row{border: 0px;border-bottom: 1px solid #EEEEEE;padding: 15px 0px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-row .extra-label{position: inherit;width: 90px; height: 20px; font-size: 6px; background-size: 90px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-row .extra-text .extra-label span{font-size: 13px ; font-weight: bold; color: #fff;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-title{ position: relative;min-height: 50px;  cursor: pointer; padding-left: 30px; padding-right: 100px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-title .extra-text span{ font-size: 12px; font-weight: normal; color: #7C818B;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-price{width: 100px; position: absolute; right: 0px; font-size: 20px;text-align: right; line-height: 120%; color: #23433D; font-weight: bold;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-price span{ color: #00B67A;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 del{font-size: 14px; color: #FE5F49; font-weight: 400;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-box{  padding: 20px 0px 0px 0px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-box .child-seat-row{width: 100%; display: flex; justify-content: space-between; border-bottom: 1px solid #D9D9D9; padding: 20px 0px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-box .child-seat-row:last-child{border-bottom: 0px; padding-bottom: 0px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-box .child-seat-row .child-text{font-size: 16px; font-weight: 600; color: #000000;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-box .child-seat-row .child-text span{color: #7C818B; font-weight: 400; font-size: 12px;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-box .child-seat-row .child-price {font-size: 18px; font-weight: bold; color:#00B67A;}
.gerenric-billing-detail .billing-extra-box.billing-extra-box-2 .extra-box .child-plusminus-button .child-plusminus-input{position: inherit;width: 55px;height: 32px;}
.billing-checkbx{/*width: 17px; height: 17px; background: url(../images/uncheck_box.svg)0px 0px no-repeat;*/ position: absolute; left: 0px; }
.extra-show-add {display: flex !important;}
.extra-show-add .billing-checkbx{background-image: none; background: url(../images/check_box.svg) 0px 0px no-repeat;}

.extra-show-div1, .extra-show-div2, .extra-show-div3{display: none;}
.extra-show-div1-N, .extra-show-div2-N, .extra-show-div3-N, .extra-show-div4-N{display: none;}
.gerenric-billing-detail .price-breakdown-box{width: 100%; border-radius: 9px; padding:10px 20px; border: 2px solid #D9D9D9;border-top: 5px solid #D9D9D9;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading{width: 100%;margin-bottom: 15px;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .billing-inner{width: 100%; margin-bottom: 15px; border-bottom: 1px solid #EEEEEE;padding-bottom: 5px; display: flex; justify-content: space-between;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .car-title{padding-right: 5px;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .car-title .car-name{font-size: 24px; color:#23433D;line-height: 100%; font-weight: 600; margin-bottom: 10px;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .car-image{width: 105px;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .feature-passenger{width: 100%; display: flex; flex-wrap: wrap;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .feature-passenger .ft-psg-col{ margin-left: 10px; font-size: 12px; color: #101010; font-weight: 400;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .feature-passenger .ft-psg-col:first-child{margin-left: 0px;}
.gerenric-billing-detail .price-breakdown-box .car-billing-heading .feature-passenger .ft-psg-col img{margin-right: 5px;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox{width: 100%; margin-bottom: 10px; border-radius: 3px; background-color: #F8F8F8; padding:10px 20px;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox .price-row{width: 100%; font-size: 12px; border-bottom: 1px solid #E5E5E5 ; padding: 7px 0px; color: #101010; font-weight: 600; display: flex; align-items: center; justify-content: space-between;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox .price-row:last-child{border-bottom: 0px;padding: 0px;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox .price-row .price-col{display: flex;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox .price-row .price-col img{margin-right: 5px; object-fit: contain;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox .price-row .price-col:nth-child(2){padding-left: 5px;font-size: 16px;color: #555B65; }
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox.total-amount{background-color: #F1F1F1; }
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox.total-amount .price-row{font-size: 18px !important; color: #23433D;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox.total-amount .price-row .price-col:nth-child(2){font-size: 18px !important; color: #23433D;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox.total-amount .price-row .total-prise{ position: relative; padding-left: 35px; display: flex; align-items: center;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox.total-amount .price-row .total-prise.big-ft-siz{font-size: 28px;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox.total-amount .price-row .total-prise::after{width: 20px; height: 16px; background: url(../images/orange_arrow.svg)0px 0px no-repeat; content: ''; position: absolute;left: 0px;}
.gerenric-billing-detail .price-breakdown-box .price-breakdown-graybox.total-amount .price-row .total-prise sup{font-size: 13px; font-weight: 500; top: 7px;}
.gerenric-billing-detail .payment-billing-method .payment-row{width: 100%; margin-bottom: 10px;}
.gerenric-billing-detail .payment-billing-method .payment-row input[type="radio"] {position: absolute;visibility: hidden;}
.gerenric-billing-detail .payment-billing-method .payment-row label {display: flex;position: relative;overflow: hidden; padding: 10px;  border-radius: 9px; border: 1px solid #CCCCCC;z-index: 9;cursor: pointer;}
.gerenric-billing-detail .payment-billing-method .payment-row input[type="radio"]:checked ~ label { border:2px solid #00B67A;}
.gerenric-billing-detail .payment-billing-method .payment-row input[type="radio"]:checked ~ label .payment-check{width: 25px; height: 25px; background: url(../images/payment_check_blue.svg)0px 0px no-repeat;}
.gerenric-billing-detail .payment-billing-method .payment-row .payment-check{width: 25px; height: 25px; background: url(../images/payment_check_gray.svg)0px 0px no-repeat;}
.gerenric-billing-detail .payment-billing-method .payment-row .payment-blk{width: 100%; display: flex; align-items: center; justify-content:space-between;}
.gerenric-billing-detail .payment-billing-method .payment-row .payment-blk .payment-pay{display: flex; align-items: center;width: calc(100% - 25px); padding-right: 11px;}
.gerenric-billing-detail .payment-billing-method .payment-row .payment-blk .payment-icon{width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background-color: #fff; border: 1px solid #D8DCDF;}
.gerenric-billing-detail .payment-billing-method .payment-row .payment-blk .payment-text{width: calc(100% - 47px); padding-left: 10px; font-size: 16px; color: #222629; font-weight: 400;}
.gerenric-billing-detail .payment-billing-method .payment-row .payment-method{position:absolute; right: 40px;}
.gerenric-billing-detail .payment-billing-method .payment-row .payment-method ul{justify-content: flex-end;}

.need-help-section{width: 100%; border-radius: 9px;position: relative; padding:35px 30px 40px 30px;background-color: #F0F0F0;border: 1px solid #F0F0F0;}
.need-help-section .need-help-col{width: 56%;}
.need-help-section .need-help-title{font-size: 38px; color: #23433D; margin-bottom: 10px; font-weight: bold; line-height: 100%; font-family: "Rubik", sans-serif;}
.need-help-section p{font-size: 16px; margin-bottom: 0px; color: #555B65; font-weight: 500;}
.need-help-section .need-help-button{width: 100%;  display: flex; justify-content: flex-end;}
.need-help-section .need-help-button .btn.btn-primary{border-radius: 9px; position: absolute;background-color: #23433D; bottom: 15px; right: 15px;}
.gerenric-booking-confirm{width: 100%;}
.gerenric-booking-confirm .booking-confirm-block{width: 100%; margin-bottom: 10px; border-radius: 9px; padding: 20px;background-color: #fff;border: 1px solid #D9D9D9;}
.gerenric-booking-confirm .confirm-thank-message{width: 90%; padding-top: 20px; margin: auto;}
.gerenric-booking-confirm .confirm-thank-message .confirm-icon{width: 100%; text-align: center; margin-bottom: 20px;}
.gerenric-booking-confirm .confirm-thank-message .confirm-title{width: 100%; text-align: center; margin-bottom: 20px; font-size: 24px; color: #23433D; font-weight: 600; }
.gerenric-booking-confirm .confirm-thank-message p{width: 100%; text-align: center; font-size: 16px; color: #555B65; font-weight: 400; }
.gerenric-booking-confirm .confirm-thank-message .track-user-panel-button{display: none;}
.gerenric-booking-confirm .confirm-thank-message .confirm-register{width: 100%; margin-top: 70px; border-top: 1px solid #EEEEEE; padding-top: 20px; display: flex; justify-content: center;align-items: flex-start; text-align: center; font-size: 16px; color: #555B65; font-weight: 400; }
.gerenric-booking-confirm .confirm-thank-message .confirm-register img{width: 20px; margin-right: 10px;}
.gerenric-booking-confirm .confirm-track{width: 100%;}
.gerenric-booking-confirm .confirm-track .track-top{width: 100%; display: flex;}
.gerenric-booking-confirm .confirm-track .track-box{width: 50%;min-height: 100px; display: flex; align-items: center; justify-content: center; padding: 20px 30px; background-color: #00B67A;}
.gerenric-booking-confirm .confirm-track .track-box:nth-child(1){border-radius: 9px 0px 0px 9px;border-right: 2px solid #fff;}
.gerenric-booking-confirm .confirm-track .track-box:nth-child(2){border-radius: 0px 9px 9px 0px;border-left: 2px solid #fff;}
.gerenric-booking-confirm .confirm-track .track-box .track-inner{width: 70%; display: flex; margin: auto;}
.gerenric-booking-confirm .confirm-track .track-box .track-icon{width: 20px;}
.gerenric-booking-confirm .confirm-track .track-box .track-text{width: calc(100% - 20px); padding-left: 15px; font-size: 14px; color: #fff;}
.gerenric-booking-confirm .confirm-track .track-box p{width: 60%; margin: auto; }
.gerenric-booking-confirm .confirm-track .track-box p img{width: 20px;margin-right: 5px;}
.gerenric-booking-confirm .confirm-track .track-bottom{width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 15px;}
.gerenric-booking-confirm .confirm-track .track-bottom .track-user-panel-text{font-size: 14px; color: #555B65; font-weight: 400; padding-right: 5px;}
.gerenric-booking-confirm .track-user-panel-button .btn.btn-primary{padding:10px 40px; border-radius: 9px;}

.ride-form-duration{width: 100%; background-color: #fff; padding: 15px; display: none; flex-wrap: wrap; border: 1px solid #D5D5D5; border-radius: 18px; z-index: 99; position: absolute; left: 0px; top: 75px;}
.ride-form-duration::after{clear: both; content: ''; display: block;}
.ride-form-duration .duration-time{width: 50%;padding: 3px; float: left;}
.ride-form-duration .duration-time .duration-time-iner{width: 100%;padding: 3px; border-radius: 8px; height: 38px; background-color: #F8F8F8; cursor: pointer; font-weight: 500; font-size: 12px; color:#222629; display: flex; align-items: center; justify-content: center;}
.ride-form-duration .duration-time .duration-time-iner:hover, .ride-form-duration .duration-time .duration-time-iner.time-active{background-color: #DDE9FF;color: #2D3CBD;}
.ride-form-duration .duration-button{margin-top: 12px;}
/*gerncend*/


/*conttnstart*/
.our-fleet-section{width: 100%; background-color: #274741;}
.our-fleet-section .our-fleet-inner{width: 100%;}
.our-fleet-section p.heading-paragraph{font-size: 20px; color: #fff; font-weight: 400; text-align: center; margin-bottom: 40px;}
.our-fleet-section .licensed-vehicles{width: 100%;}
.our-fleet-section .licensed-vehicles .licensed-heading{margin-bottom: 10px; display: flex; align-items: center; font-size: 16px; color: #fff; font-weight: 400;}
.our-fleet-section .licensed-vehicles .licensed-heading img{margin-right: 4px;}
.our-fleet-section .licensed-vehicles .licensed-secure{width: 100%; border-top: 1px solid #D5D5D5; padding-top: 10px; display: flex; justify-content: space-between;}
.our-fleet-section .licensed-vehicles .licensed-fasility{display: inline-flex; padding: 10px 0px; align-items: center;}
.our-fleet-section .licensed-vehicles .licensed-fasility .flty-col{padding: 0px 8px;}
.our-fleet-section .licensed-vehicles .licensed-button{display: flex; justify-content: flex-end;}
.our-fleet-section .licensed-vehicles .licensed-button .licn-btn{min-width: 140px; margin-left: 8px; border-radius: 9px; padding: 5px 15px; font-size: 14px; color: #FE5F49; font-weight: 500; background-color: #FFDAD5; height: 46px; display: flex; align-items: center; justify-content: center;}
.our-fleet-section .licensed-vehicles .licensed-button .licn-btn.licn-blue{background-color:#D6EDFF ; color:#0090FF;}
.our-fleet-section .licensed-vehicles .licensed-button .licn-btn.licn-yellow{background-color:#FFECCB; color: #F9A000;}
.our-fleet-section .licensed-vehicles .licensed-button .licn-btn.licn-green{background-color:#DEF7ED ; color: #00B67A;}
.our-fleet-section .licensed-vehicles .licensed-button .licn-btn img{margin-right: 10px;}
.become-partner-new{width: 100%; background-color: #fff;}
.become-partner-new .who-join{width: 100%;}
.become-partner-new .who-join p{font-size: 16px; color: #000; font-weight: 500; margin-bottom: 40px; text-align: center;}
.become-partner-new .who-join .who-join-inner{margin: 0px -4px; display: flex; flex-wrap: wrap;}
.become-partner-new .who-join .who-join-col{width: 25%; padding: 4px;}
.become-partner-new .who-join .who-join-card{width: 100%; padding: 4px; border-radius: 12px; background-color: #F2F2F2; }
.become-partner-new .who-join .who-join-image{width: 100%; padding: 15px; display: flex; align-items: center; justify-content: center; height: 190px; margin-bottom: 10px; text-align: center;}
.become-partner-new .who-join .who-join-image img{ margin: auto; display: block;}
.become-partner-new .who-join .who-join-title{width: 100%; font-size: 18px; color: #000; font-weight: 600; display: flex; justify-content: center; align-items: center; padding: 5px 10px; background-color: #fff;height: 80px; display: flex; border-radius: 12px;}
.become-partner-new .who-join .who-join-card:hover .who-join-title{background-color:#00B67A; color: #fff;}
.become-partner-new .partner-benefits{width: 100%; background-color: #F2F2F2;}
.become-partner-new .partner-benefits .earn-text{font-size: 30px; letter-spacing: 2px; color: #00B67A;font-family: "Just Another Hand", cursive; font-weight: 400; margin-bottom: 20px; text-align: center;}
.become-partner-new .partner-benefits p{font-size: 16px; color: #000; font-weight: 500; margin-bottom: 20px; text-align: center;}
.become-partner-new .partner-benefits ul{display: flex; flex-wrap: wrap; justify-content: center;}
.become-partner-new .partner-benefits ul li{list-style-type: none; line-height: 120%; min-width: 240px; position: relative; margin: 5px; background-color: #23433D; padding: 10px 20px 10px 65px; min-height: 70px; display: flex; align-items: center; font-size: 18px; color: #fff; font-weight: 600; border-radius: 22px;}
.become-partner-new .partner-benefits ul li::after{width: 30px;height:30px;background: #00B67A url(../images/choose_car_ok.svg) center center no-repeat;background-size:18px;content: '';border-radius: 30px;position: absolute;left: 20px;}
.become-partner-new .partner-benefits ul.benfit-two-column li{min-width: 340px; padding-left: 105px;}
.become-partner-new .partner-benefits ul.benfit-two-column li::after{left: 60px;}
.easiest-way-section{width: 100%;}
.easiest-way-section p.heading-paragraph{font-size: 20px; font-weight: 500; text-align:center;}
.easiest-way-section .easiest-way-inner{width: 100%; margin-top: 70px; display: flex; flex-wrap: wrap;}
.easiest-way-section .easiest-left{width: 46%; padding-right: 100px;}
.easiest-way-section .easiest-right{width: 54%;}
.easiest-way-section .easiest-block{width: 100%; min-height: 130px; margin-bottom: 30px; display: flex; position: relative;}
.easiest-way-section .easiest-block::after{width: 1px; height: 100%; border-left: 1px dashed #F8DE95; content: ''; position: absolute; left: 30px; top: 50px;}
.easiest-way-section .easiest-block:last-child{ margin-bottom: 0px;}
.easiest-way-section .easiest-block:last-child::after{display: none;}
.easiest-way-section .easiest-block .easiest-icon{width: 62px; height: 62px; border: 7px solid #F9EECF; padding: 8px; background-color: #F8DE95; position: relative;z-index: 99; border-radius: 100px; display: flex;}
.easiest-way-section .easiest-block .easiest-detail{width: calc(100% - 62px); padding-left: 30px;}
.easiest-way-section .easiest-block.easiest_blue::after{border-color:#B3E4F8;}
.easiest-way-section .easiest-block.easiest_blue .easiest-icon{border: 7px solid #CEECF8; padding: 8px; background-color: #B3E4F8;}
.easiest-way-section .easiest-block.easiest_purple::after{border-color:#EDD8EB;}
.easiest-way-section .easiest-block.easiest_purple .easiest-icon{border: 7px solid #F5ECF4; padding: 8px; background-color: #EDD8EB;}
.easiest-way-section .easiest-block h3{font-size: 18px; color: #000000; font-weight: 500;}
.easiest-way-section .easiest-block p{font-size: 14px; line-height: 130%; color: #7D7D7D; font-weight: 400; margin-bottom: 0px;}
.easiest-way-section .easiest-works{width: 100%;height: 425px; position: relative; background: url(../images/easiest_works_bg.svg)0px 0px no-repeat; background-size: 486px;}
.easiest-way-section .easiest-works .easiest-works-box {position: absolute;}
.easiest-way-section .easiest-works .easiest-works-box .easiest-works-icon{text-align: center; margin-bottom: 15px;}
.easiest-way-section .easiest-works .easiest-works-box .easiest-works-circle{width:48px; height: 48px; display:flex; align-items: center; justify-content: center; margin: auto; background-color: #fff; border-radius: 100px; padding: 8px; box-shadow: 0px 0px 12px rgba(0,0,0,0.09);}
.easiest-way-section .easiest-works .easiest-works-box .easiest-works-title{font-size: 14px; line-height: 110%; color: #000; font-weight: 400; text-align: center;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn1{width: 150px; top: -25px; left: 270px;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn2{width: 90px; top: 30px; left: 28px;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn3{width: 90px; bottom: 75px; left: 65px;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn4{width: 150px; bottom: 45px; left: 270px;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn5{width: 150px; top: 115px; left: 400px; text-align: center;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn5 .easiest-works-title{background-color: #00B67A; position: relative; display:inline-flex; border-radius: 5px; padding: 8px 20px; color: #fff;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn5 .easiest-works-title::after{width: 0px; height: 0px; border-left: 5px; border-bottom: 0px; border-color: red; content: ''; position: absolute; right: 0px;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn6{width: 150px; display: flex; align-items: center;  bottom: 20px; left: 490px; text-align: center;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn6 .easiest-right-arrow{margin-right: 5px;}
.easiest-way-section .easiest-works .easiest-works-box.work-pstn6 .easiest-works-title{font-weight: 600;}
.add-hire-car{width: 100%; margin-top: 50px;}
.add-hire-car .add-hire-car-inner{width: 100%; display: flex; align-items: center; background: url(../images/chauffeur_transfer_add_bg.jpg)right 0px no-repeat; background-size: 100%; border-radius: 20px; height: 170px;}
.add-hire-car .add-hire-car-detail{width: 100%; padding: 20px 50px; text-transform: uppercase;}
.add-hire-car .add-title{width: 100%; font-size: 42px; font-weight: bold; color: #00E398; line-height: 110%;}
.add-hire-car .add-subtitle{width: 100%; font-size: 28px;font-style: italic; font-weight: bold; color: #fff; line-height: 110%;}
.add-hire-car .add-link a{width: 100%; text-transform: none; font-size: 14px; font-weight: 600; color: #fff;}
.add-hire-car .add-hire-car-inner.hourly-add{background-image: none;background: url(../images/hourly_chauffeur_add_bg.jpg)right 0px no-repeat; background-size: 100%;}
/* #chauffeur_hourly_add{display: none;}
.hourly_chauf_show{display: none;} */
.city-routes-section{width: 100%;background-color: #F5F6F7;}
.city-routes-section .city-routes-inner{width: 100%;}
.city-routes-section .city-top{margin:0px -5px; display: flex; flex-wrap: wrap; margin-bottom: 20px;}
.city-routes-section .city-top.city-full-column{display: block;}
.city-routes-section .city-top.city-full-column .city-top-col{width:100%; padding: 5px;}
.city-routes-section .city-top .city-top-col{width: 25%; padding: 5px;}
.city-routes-section .city-top .city-top-box{width: 100%; border: 1px solid #E2E2E2; background-color: #fff; border-radius: 8px; height: 70px; display: flex; align-items: center; padding: 10px;}
.city-routes-section .city-top .city-top-box .city-top-box-inner{width: 100%;}
.city-routes-section .city-top .city-top-box .city-title{font-size: 16px; margin-bottom: 3px; display: flex; align-items: center; color: #222; font-weight: 600;}
.city-routes-section .city-top .city-top-box .city-title .cityarrow{margin: 0px 10px;}
.city-routes-section .city-top .city-top-box .city-distance{font-size: 12px; color: #64666b; font-weight:300;}
.city-routes-section .city-route-mind{width: 100%; border: 1px solid #E2E2E2; background-color: #fff; border-radius: 8px;  display: flex; align-items: center; padding: 20px;}
.city-routes-section .city-route-mind .city-route-mind-inner{width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.city-routes-section .city-route-mind .city-route-mind-detail{padding-right: 20px;}
.city-routes-section .city-route-mind .route-mind-title{font-size: 16px; margin-bottom: 3px;color: #64666b; font-weight: 600;}
.city-routes-section .city-route-mind .route-mind-subtitle{font-size: 16px;color: #64666b; font-weight: 300;}
/*conttnend*/