body {
    background: #f6f8fb;
}
.container {
    max-width: 1500px;
}
.container {
    height: 5vh;
}
.form-wrapper{
    border-radius: 7px;
}
.form-wrapper label{
    font-weight: bold;
}
.errors li{
    list-style-type: none;
    width: 100%;
    text-align: center;
}
.errors ul{
    padding-left: 0;
    margin-bottom: 0;
}
ul.menu {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    cursor: pointer;
}
.new_back {
    width: 99%;
    margin: auto;
    padding-top: 2vh;
}

.new_back img {
    width: 100%;
    border: none;
    border-radius: 28px;
}


/*MAIN SECTION*/
.ser_off {
    width: 100%;
    height: auto;
}
.ser_off_box {
    width: 99%;
    margin: auto;
}

.ser_off_items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ser_off_left {
    width: 50%;
}

.ser_off_right {
    width: 50%;

}
.ser_off_left_box {
    width: 100%;
    margin: auto;
    display: block;
}
.ser_hd {
    width: 100%;
    font-size: 43px;
    text-align: left;
    font-weight: 600;
    padding-top: 15px;
}


.ser_hd:before {
    content: "Superise";
    position: relative;
    top: -13px;
    left: 0;
    font-size: 61px;
    opacity: 0.1;
    font-weight: 500;
}

.ser_hd span {
    position: relative;
    top: 0;
    right: 10vw;
}
.ser_hd.offers span {
    right: 7.5vw;
    top: 5px;
}
.ser_up {
    display: flex;
}

.item_in label {
    display: block;
}

.item_in {
    background: #ba843b;
    width: 95%;
    border: none;
    border-radius: 10px;
    padding: 23px;
    color: #fff;
    height: 20vh;
}
.item {
    width: 30%;
}
.item_in label:nth-child(1) {
    font-size: 31px;
}
/*.item_in label:nth-child(2) {
    font-size: 26px;
}*/
label.hour {
    font-size: 31px!important;
}
.ser_up {
    display: flex;
    padding-top: 10px;
}
.item_in.down {
    background: #266cb3;
}
.bg-light {
    background-color: #f8f9fa!important;
    z-index: 99999;
    opacity: 0.7;
}
/*.new_back:before {*/
/*    width: 450px;*/
/*    height: 75px;*/
/*    background: linear-gradient(45deg, #3c3636, #1b6ec7);*/
/*    content: "";*/
/*    top: 36px;*/
/*    position: absolute;*/
/*    !* opacity: 0.2; *!*/
/*    border-radius: 33px;*/
/*    left: 85px;*/
/*    z-index: 9999;*/
/*    transform: rotate(25deg);*/
/*    transform: rotate(20deg):;*/
/*    transform: rotate(20deg):;*/
/*}*/

.contact {
    width: 100%;
}

.contact_box {
    width: 65%;
    margin: auto;
    padding-top: 3vh;
    background: #668db2;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.contact_hd {
    text-align: center;
}


.contact_search {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5vh;
    position: relative;
}

.contact_search input {
    width: 80%;
    font-size: 4vh;
    padding: 1.5vh 1vw;
    border: none;
}

.contact_hd h1 {
    font-size: 3vw;
    padding-bottom: 2vh;
    color: #fff;
}
.contact_search input {
    width: 80%;
    font-size: 2vh;
    padding: 1.5vh 1vw;
    border: none;
    box-shadow: 0px 0px 3px #ffffff;
}
.contact_search button {
    position: absolute;
    right: 7vw;
    background: #668db2;
    border: none;
    border-radius: 20px;
    padding: 1vh 3vw;
    /*width: 8vw;*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_search a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.main_contact {
    width: 100%;

}

.main_contact_box {
    width: 65%;
    margin: auto;
    margin-top: 14vh;
}

.main_contact_con h1 {
    font-size: 6vh;
    color: #668db2;
}
.main_contact_con {
    width: 66%;
}

.main_contact_con p {
    font-size: 2.7vh;
}
.contact_p {
    width: 100%;
}

.contact_p_box {
    width: 65%;
    margin: auto;
    padding-top: 5vh;
    color: #668db2;
}

.contact_p_box h3 {
    font-size: 4vh;
}
.con_information {
    width: 100%;
}

.con_inform_box {
    width: 65%;
    cursor: pointer;
    margin: auto;
    background: #fff;
    padding: 1.5vh;
    box-shadow: 0px 0px 10px #e7e5e5;
    margin-bottom: 2vh
}
.con_inform_box label {
    font-size: 2vh;
    font-weight: 500;
}
.con_inform_box.active .target {
    display: block;
    padding: 20px;
}

.con_inform_box .target {
    display: none;
}
.like {
    display: flex;
    align-items: center;
}
.like svg {
    margin-left: 21px;
    background: #668db2;
    color: #ffffff;
    border: NONE;
    border-radius: 50%;
    width: 35px;
    height: 36px;
    padding: 7px;
}
.con_information {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.contact_us {
    margin-bottom: 5vh;
    margin-top: 5vh;
}
.con__item_middle h4 {
    color: #dbb77f;
}
.contact_us_box {
    width: 65%;
    margin: auto;
}

.contact_us_hd {
    color: #668db2;
}
.contact__item {
    width: 65%;
    display: flex;
    margin: auto;
    align-items: center;
    margin-top: 2vh;
    padding-top: 3vh;
    padding-bottom: 3vh;
    background: #fff;
    box-shadow: 0px 0px 5px #efe3e3;
}

.con__item_left {
    width: 14%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con__item_middle {
    width: 64%;
}

.con__item__right {
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con__item__right button {
    background: #dbb77f;
    padding: 1.5vh 2vw;
    border: none;
    border-radius: 28px;
    width: 10vw;
}
.con__item_left svg {
    color: #dbb77f;
}

.con__item__right a {
    color: #fff;
    font-weight: 600;
}

section.mb-4 {
    width: 65%;
    margin: auto;
    margin-top: 10vh!important;
    background: #fff;
}
.con_form {
    width: 100%;
}

.con_form_box {
    width: 65%;
    margin: auto;
}
.form_left {
    width: 70%;
}
.form_left_box {
    width: 89%;
    padding: 27px;
}
.con_form_row {
    padding-top: 2vh;
}
textarea#message {
    height: 21vh;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8b8b8b;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.con_form_row input {
    height: 5vh;
}
.form_left_box {
    width: 89%;
    padding: 27px;
    box-shadow: 0px 0px 10px #fff5f5;
    border-radius: 8px;
}

.con_infor {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
.con_infor_box {
    width: 65%;
    margin: auto;
}
.con_con a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #dbb77f;
}

.con_con {
    background: #fff;
    box-shadow: 0px 0px 10px #efebeb;
    width: 30%;
    padding: 20px;
}
.con_con label {
    display: flex;
}
.con_con svg {
    margin-right: 14px;
}
.con_con label {
    display: flex;
    margin-bottom: 1vh;
}
.con_inf_hd h1 {
    color: #668db2;
}
.con_form_hd h1 {
    color: #668db2;
}
.contact__item.ls {
    margin-bottom: 10vh;
}

.con__item__right.lsbtn {
    width: 26%;
}

.contact_search.leas {
    width: 100%;
    margin: auto;
    background: #fff;
    border: none;
    border-radius: 77px;
    display: flex;
    padding: 0px;
    justify-content: start;
}

.contact_search.leas input {
    font-size: 2vh;
    padding: 0;
    top: 0;
    left: 1vw;
    font-size: 1.5vh;
    position: relative;
    /* display: flex; */
}

.leas_search {
    padding-top: 11vh;
    width: 100%;
}

.leas_search_in {
    width: 65%;
    margin: auto;
}

.contact_search.leas button {
    position: relative;
    right: -19px;
    top: 0;
    border-radius: 33px;
    background: linear-gradient(90deg, rgb(187, 187, 187), rgb(152, 154, 154));
    border: 2px solid #fff;
    box-shadow: 0px 0px 1px black;
}

.contact_search.leas button a {
    color: black;
}
.leas {
    background: #f6f8fb;
}
.contact_search.leas label {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}
.contact_search.leas svg {
    margin-left: 17px;
}
.fleet_cat {
    width: 75%;
    padding-top: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.fleet_cat_box {
    width: 67%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fleet_cat_item {
    display: block;
    width: 100%;
}

.fleet_cat_item img {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
}
.fleet_cat_item label a {
    color: #789dc2;
    width: 100%;
    margin: auto;
}
.fleet_car_box label {
    width: 100%;
    text-align: center;
    /* margin: auto; */
}

.fleet_cat_item label a:hover {
    color: #c4a674;
    font-weight: 500;
}
.filter_cat {
    width: 100%;
    padding-top: 5vh;
}
.filter_cat ul {
    width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.filter_cat li {
    background: #fff;
    list-style-type: none;
    border: none;
    box-shadow: 0px 0px 10px #e3dcdc;
    border-radius: 28px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.filter_cat a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /* width: 10.2vw; */
    margin-right: 0vw;
    color: #6391b4;
}
.filter_cat a:hover {
    color: #be9b6f;
}
.filter_cat label {
    margin: 0;
}
.filter_cat ul li:nth-child(7) {
    width: 5%;
}
.rent_car {
    width: 100%;
}

.rent_car_box {
    width: 65%;
    margin: auto;
}

.rent_car_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rent_car_card {
    width: 24%;
}


.rent_ic img {
    width: 100%;
}

svg.bi.bi-suit-heart {}

.rent_car_card svg {
    position: relative;
    top: 3vh;
    left: 1vw;
}

.rent_con label {
    display: block;
    padding-top: 0vh;
}

.rent_con label:nth-child(1) {
    color: #c69f72;
}

.rent_con label:nth-child(2) {
    color: #789dc2;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}


.rent_price label:nth-child(1) {
    font-size: 37px;
    font-weight: 700;
    color: #4d799f;
}

.show_offer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.show_offer button {
    width: 101%;
    background: transparent;
    border: 1px solid #d9b483;
    border-radius: 28px;
    padding: 7px;
    color: #7cadd4;
}
.rent_car_box {
    width: 75%!important;
    margin: auto;
    padding-top: 7vh;
}
.rent_car_card {
    width: 24%;
    box-shadow: 0px 0px 3px #ebdddd;
    margin-top: 2vh;
    border: none;
    border-radius: 8px;
    background: linear-gradient(178deg, #e1dede, transparent);
}

.rent_svg {
    position: absolute;
}
/*.rent_ic:before {*/
/*    content: "ÃŽâ€¢Ãâ‚¬ÃŽÂ¹ÃŽÂ²ÃŽÂ±Ãâ€žÃŽÂ¹ÃŽÂºÃŽÂ¬";*/
/*    position: absolute;*/
/*    right: 17.4vw;*/
/*    padding-top: 0px;*/
/*    background: #b7946a;*/
/*    color: #fff;*/
/*    width: 8vw;*/
/*    text-align: center;*/
/*    border-top-right-radius: 8px;*/
/*}*/
.rent_car_card {
    width: 24%;
    box-shadow: 0px 0px 3px #ebdddd;
    margin-top: 2vh;
    border: none;
    border-radius: 8px;
    padding: 2px 20px;
}
.rent_ic label {
    background: #c2a57a;
    color: #fff;
    position: relative;
    left: 7.7vw;
    width: 8vw;
    text-align: center;
    border-top-right-radius: 8px;
}

.rent_car {
    width: 100%;
    margin-top: 5vh;
    padding-bottom: 7vh;
}
.show_offer {
    padding-bottom: 2vh;
}
.car_bread {
    width: 100%;
    background: linear-gradient(178deg, #bf9b6d, #f9e3c8);
    height: 40vh;
}
.car_title {
    width: 75%;
    margin: auto;
    padding-top: 10vh;
    color: #fff;
}

.car_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 25%;
    background: transparent;
}
.car_title label {
    background: #638bb4;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 15px;
}
.car_title p {
    font-size: 20px;
}
.color_box {
    width: 75%;
    margin: auto;
    padding-top: 10vh;
}

.color {
    background: #f3ecece3;
}
.color_box {
    width: 75%;
    margin: auto;
    padding-top: 21vh;
    /*display: flex;*/
    padding-bottom: 8vh;
    /*justify-content: start;*/
    /*align-items: center;*/
}
.color {
    background: #cfdde147;
}
.color_box label {
    display: block;
    padding-top: 1vh;
    font-size: 20px;
}
.car_info_box {}

.car_info {
    width: 100%;
}
.car_info_box {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.car_info_left {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4vh;
}
.car_info_right {
    width: 30%;
    position: relative;
}
.rent_car_card.info {
    width: 90%;
}
.rent_car_card.info {
    width: 90%;
    position: absolute;
    top: -159px;
}
.car_info_left_up li {
    list-style-type: none;
}
.car_info_left_down li {
    list-style-type: none;
}
.car_info_left_up li:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    padding-top: 1vh;
}
.rent_ic.info label{
    background: #c2a57a;
    color: #fff;
    position: relative;
    left: 12.4vw!important;
    width: 8vw;
    text-align: center;
    border-top-right-radius: 8px;
}
.rent_price.info {
    padding-left: 1vw;
    padding-top: 3vh;
}
.rent_svg svg {
    color: #c2a57a;
    width: 27px;
    height: 28px;
}
.rent_list.info li {
    padding-top: 1vh;
    padding-bottom: 2vh;
}
.car_info_left_up li {
    font-size: 18px;
}
.car_info_left_down li {
    font-size: 18px;
}
.car_info_left_down li:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
}
.equipment {
    width: 100%;

    margin: auto;
}
.equip_box {
    width: 80%;
    margin: auto;
}
.equip_right {
    width: 25%;
}

.equip_hd {
    width: 95%;
    margin: auto;
}
.equip_left {
    width: 25%;
    margin-left: 0vw;
    display: flex;
}
.equip_item {
    width: 100%;
    display: flex;
    /* justify-content: start; */
    margin-left: 0vw;
}
.equip_right li {
    display: flex;
    justify-content: start;
    align-items: center;
}
.equip_left li {
    list-style-type: none;
}
.equip_left button {
    background: transparent;
    border: none;
    color: #638bb4;
    font-weight: 600;
}
.equip_item.offer {
    margin-left: 2vw;
}
.equip_item.offer {
    margin-left: 2vw;
    padding-top: 2vh;
}
.equip_right label {
    margin-bottom: 0;
    padding-left: 0.5vw;
}
.car_img_box {
    width: 80%;
    margin: auto;
}

.car_img_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.car_arrow {
    position: absolute;
    top: 56vh;
    width: 80%;
    left: 19vw;
}

.car_arrow_box {
    width: 68%;
    margin: auto;
    display: flex;
}

.car_arrow_left {
    width: 55%;
}

.car_arrow_right {
    width: 53%;
}
.con_inform_box.cv.active {
    box-shadow: none;
}
.con_inform_box.cv {
    box-shadow: none;
}
.con_information.cv h1 {
    width: 80%;
    margin: auto;
    padding-bottom: 1vh;
    padding-top: 1vh;
}
.con_inform_box.cv {
    box-shadow: none;
    width: 80%;
    margin-bottom: -20px;
    background: transparent;
}
.con_information {
    width: 100%;
    padding-top: 5vh;
    /*background: #e5e5e5;*/
    padding-bottom: 5vh;
}
.more_box {
    width: 80%;
    margin: auto;
    padding-top: 5vh;
}
.con_inform_box.cv {
    box-shadow: none;
    width: 82%;
    margin-bottom: -20px;
    background: transparent;
}
.more_box a {
    color: #c5a276;
    text-decoration: underline;
}
.more_box button a {
    color: #fff!important;
    text-decoration: none;
}
.more_box button {
    background: linear-gradient(312deg, #e9b46f, #bb905a);
    border: none;
    border-radius: 28px;
    color: #fff;
    padding: 13px 40px;
    font-weight: 600;
}
.more_box h2 {
    font-size: 40px;
    color: #638bb4;
}
.more_box label {
    font-size: 27px;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.con_information.cv h1 {
    color: #638bb4;
}
.more_btn {
    background: transparent;
    border: none;
    color: #638bb4;
    font-weight: 600;
    font-size: 15px;
    padding-top: 2vh;
}
.car_img_items {
    padding-bottom: 5vh;
}
.about {
    width: 100%;
    padding-bottom: 5vh;
}
.about_fs_3 {
    width: 85%;
    margin: auto;
    position: relative;
}

.about_fs_3 img {
    width: 100%;
    /*height: 79vh;*/
}
.\31 923847_o {
    padding-top: 8vh;
}

.\33 4567_fdnr5uia h1 {
    font-size: 47px;
    color: #5d83aa;
}

.\38 3jr8_wer p {
    padding-top: 1vh;
}

.\38 3jr8_wer {
    width: 41%;
}
.\39 568as_d a {
    display: flex;
    justify-content: start;
    align-items: center;
}

.\39 568as_d label {
    margin-bottom: 0;
    padding-left: 10px;
}
.\39 568as_d a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #c1a67a;
}
.diamo_345567_p {
    text-align: center;
    margin-top: 10vh;
}

.diamo_345567_p h1 {
    font-size: 42px;
    color: #5d83aa;
}

.diamo_345567_p p {
    color: #5d83aa;
    font-size: 34px;
}
.diamo_345567_p label {
    margin: auto;
    width: 70%;
    font-size: 20px;
}
.\32 2j4l70s_orn67 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    /* padding-bottom: 3vh; */
    padding-top: 3vh;
}

.\35 6787_fg img {
    width: 100%;
    height: 45vh;
    /* margin: auto; */
}

.\35 6787_fg {
    width: 60%;
    /*margin-top: 10vh;*/
    /*margin-bottom: 10vh;*/
    height: 45vh;
}

.awe45_opm {
    width: 30%;
    height: 45vh;
    background: white;
}

.\30 386cgjt03_p2m346tnw {
    width: 82%;
    text-align: left;
    margin: auto;
}
.\34 g9_dj4 {
    margin-top: 10vh;
    width: 100%;
}
.\34 g9_dj4 span {
    font-size: 28px;
    font-weight: 600;
}
.\32 2j4l70s_orn67.ns {
    margin-left: 30.3vw;
}
.\32 2j4l70s_orn67 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 4.3vw;
    /* margin: auto; */
    /* padding-bottom: 3vh; */
    padding-top: 3vh;
}
.\32 2j4l70s_orn67.ns {
    margin-left: 25vw;
}
.\34 g9_dj4 {
    margin-top: 14vh;
    width: 100%;
    text-align: center;
    color: #5d8abc;
    line-height: 25px;
}
.dfjm57820ox_sa p {
    text-align: center;
    padding-top: 2vh;
}
.con_in_qu label {
    cursor: pointer;
}
.more_box button {
    cursor: pointer;
}
.\39 568as_d a label {
    cursor: pointer;
}
.a_124b_5vd6h798 {
    width: 100%!important;
}
.\34 5sdh {
    width: 70%;
}
.\34 5sdh {
    width: 75%;
    margin: auto;
}
.\34 5sdh img {
    position: relative;
}
.fg_79_ml_2434 {
    width: 100%;
    background: url(/image/banner_4.jpg);
    width: 79%;
    margin: auto;
    height: 11vh;
    margin-top: -3px;
    z-index: 999!important;
}
.fg_79_ml_2434 a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    margin-top: -47px;
    z-index: 99999;
    padding: 25px 10px;
    height: 11vh
}
.ght_6543 {
    padding-top: 10vh;
    width: 56%;
}

.ght_6543 p {
    padding-top: 1vh;
}
.ght_6543 p:nth-child(2) {
    font-size: 25px;
}
.ght_6543 p:nth-child(3) {
    font-size: 17px;
}

.ght_6543 h1 {
    color: #6d96b9;
}
.fgtr_po567 {
    margin-top: 7vh;
    color: #6d96b9;
}
.fg_79_ml_2434 h3 {
    padding-left: 4px;
    padding-top: 7px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 9px;
}
.cd_45 {
    display: flex;
    width: 98%;
    height: auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border: none;
}
.cdf_67 {
    width: 47%;
}
.ght_0 {
    width: 30%;
    background: #fff;
    padding: 35px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cdf_67 img {
    width: 100%;
    height: 100%;
}

.ghtr_7 h3 {
    padding-bottom: 0vh;
    color: black;
}
.ghtr_7 p {
    color: black;
}

.ghtr_7 h5 {
    color: black;
}
.ghtr_7 ul {
    color: black;
    margin-left: -20px;
}
/*.ghtr_7 li {*/
/*    padding-top: 1vh;*/
/*}*/

.ghtr_7 button {
    margin-top: 3vh;
    padding: 11px 100px;
    background: transparent;
    border-radius: 28px;
    color: #c3a172;
    font-weight: 500;
    transition: 0.2s;
    font-size: 19px;
    border: 1px solid #c3a172;
}

.ghtr_7 button:hover {
    box-shadow: 0px 0px 10px #ede1e1;
    transition: 0.3s;
}
.ghtr_7 {
    width: 100%;
    margin: auto;
    margin-top: 0vh;
}
.cdf_67 {
    width: 43%;
    /*background: black;*/
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.cd_45.\36 7 {
    margin-left: 12.6%;
    margin-top: 5vh;
}
.ghtr_7.\39 9 {
    width: 80%;
    margin-top: 0;
}
.ghtr_7.\39 9 button {
    padding: 5px 50px;
}
.ghtr_7.\39 9 button {
    padding: 10px 50px;
}
.nm45_be_6767 h2 {
    font-size: 38px;
}
.ght_0.th_45 {
    background: transparent;
    width: 41%;
}
.im4564 {
    width: 100%;
}

.mn76_mnh {
    width: 100%;
    display: flex;
    padding-bottom: 15vh;
}

.jklo_12 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 84%;
}

.iu3_67_23 {
    width: 39%;
}

.im4564 img {
    width: 65%;
    height: auto;
}
.iu3_67_23 {
    background: linear-gradient(115deg, #6897c0, #71aeef);
    padding-left: 10px;
    position: relative;
    margin-left: 10px;
}

.im4564 {
    position: relative;
    top: 5vh;
    left: 3vw;
}
.iu3_67_23 {
    /*background: linear-gradient(135deg, #c7a26e, #fbce92);*/
    background: url("https://superisemykonos.neftonas.gr/image/banneew.jpg");
    padding-left: 10px;
    position: relative;
    margin-left: 5px;
}
.im4564 {
    position: relative;
    top: 5vh;
    left: 3vw;
    z-index: 999;
    padding-top: 8vh;
}

.ti_yp_45 {
    padding-bottom: 4vh;
    padding-top: 3vh;
    color: #fff;
    padding-left: 15px;
}

.ti_yp_45 a {
    color: #fff;
    font-size: 20px;
}
.ti_yp_45 svg {
    width: 20px;
    height: 16px;
}
.cdf_67.\36 1 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ghtr_7.\36 2{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ti_yp_45 a:hover {
    text-decoration: none;
}
.tr_45678 {
    width: 100%;
}

.\39 875_tr_er {
    width: 75%;
    margin: auto;
}
.nb_456hty img {
    width: 100%;
    height: 75vh;
}
.nb_456hty {
    /* position: relative; */
    width: 100%;
}

.hjy_ti_908 {
    /* position: unset; */
    top: 84vh;
    width: 69%;
    left: 12vw;
}

.hjy_ti_908 h1 {
    font-size: 50px;
    color: #5881a8;
}

.hjy_ti_908 p {
    color: #c0a479;
    font-size: 22px;
}
.srghjgrt_467_dwasef {
    display: flex;
}
.srghjgrt_467_dwas_ef input {
    width: 31.54%;
    margin-top: 1vh;
}

.srghjgrt_467_dwas_ef label {
    display: block;
}
.asdferf546y54363 label {
    display: block;
}

.vcbvbxgbvcx label {
    display: block;
}

.asdferf546y54363 {
    padding-right: 10px;
}

.srghjgrt_467_dwas_ef {
    width: 86%;
}
form {
    width: 58%;
}
.vsrijntighbty button {
    background: #5d8fc0;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    padding: 5px 24px;
}


.fbvrtw {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.vsrijntighbty {
    width: 50%;
    margin: auto;
    cursor: pointer;
}
form label:after {
    content: "*";
    color: red;
    padding-left: 0.2em;
}
.form-row.exc label:after {
    display: none;
}
.dsdtgh {
    width: 33%;
}

.dsdtgh label {
    font-size: 32px;
}

.dsdtgh a {
    color: black;
}
.dsfg {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dsdtgh img {
    width: 80%;
}
.dfghrwthgrwseth {
    width: 100%;
}

.feargfer {
    width: 70%;
    margin: auto;
    display: flex;
}
.dfghrwthgrwseth {
    width: 100%;
    padding-top: 10vh;
}
.dgnbhcvcx label {
    margin-top: 0.5vh;
    margin-bottom: 0;
}

.dgnbhcvcx {
    width: 40%;
}

.eafwe {
    font-size: 31px;
}

.rtwerfwerte {
    width: 60%;
}

/*.aWERDWQDWA {*/
/*    color: #fff;*/
/*    background: #ca9b4d;*/
/*    width: 6vw;*/
/*    padding: 0px 10px;*/
/*}*/
.aWERDWQDWA {
    color: #fff;
    /* background: #ca9b4d; */
    width: 6vw;
    /* padding: 0px 10px; */
}
.dgnbhcvcx label {
    color: black;
    display: block;
}
.fvwesrge {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-top: 6vh;*/
}

.fvwesrge input {
    width: 26vw;
    height: 7vh;
}
.njkopdgs {
    margin-bottom: 1vh;
}
a.delete {
    color: white;
    background: red;
    padding: 3px 10px;
    border: 2px solid black;
}
button#update {
    background: #175ea2;
    color: white;
    border-color: black;
}
.fvwesrge label {
    width: 10vw;
    padding-bottom: 2vh;
}
.fgeg a {
    background: #054e80;
    padding: 7px 20px;
    color: white;
    border: none;
    border-radius: 5px;
}
.fgeg h3 {
    padding-bottom: 1vh;
}
.rent_ic {
    position: relative;
}

.rent_ic label {
    position: absolute;
    left: 8.8vw;
    top: -1.9px;
}
.show_offer a {
    border: 1px solid #c2a57a;
    color: #4d799f;
    border-radius: 40px;
}
/*.rent_ic {*/
/*    position: relative;*/
/*    padding-top: 3vh;*/
/*    padding-bottom: 3vh;*/
/*}*/

.rent_ic {
    position: relative;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.rent_ic.info.carview {
    padding-top: 0;
}
.rent_con {
    min-height: 16vh;
}
.show_offer a {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.dsfges {
    display: flex;
    justify-content: center;
    padding-top: 3vh;
    color: #a37845;
}
/*.wsaEFWAFGWEF {*/
/*    DISPLAY: FLEX;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.fawef {
    display: flex;
    /* justify-content: center; */
    padding-bottom: 2vh;
}
.fvwesrge label {
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fvwesrge input {
    width: 20vw;
    height: auto;
}
.fawefqwerd {
    display: flex;
    width: 100%;
}
.eargt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eargt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2vh;
    width: 100%;
}
.eargt input {
    padding: 15px 11px;
    border: none;
    border-radius: 8px;
    background: #1d62a3;
    color: white;
    font-size: 20px;
}
.dwqefdwaref {
    width: 41%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.ghnmgyhujm {
    width: 40%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.ghnmgyhujm a {
    width: 100%;
}
.oikjpi img {
    width: 40vw;
    height: 93.2vh;
}
.waerferg {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 10vh;
    color: #af8658;
    text-decoration: underline;
}
.oikjpi h1 {
    position: absolute;
    top: 45%;
    left: 12%;
    color: white;
    font-size: 60px;
}
.eargt a {
    padding: 15px 11px;
    border: none;
    border-radius: 8px;
    background: #858a8f;
    color: white;
    font-size: 20px;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sefewq5grwr {
    background: #e2e6ed;
    width: 50%;
    margin: auto;
    border-radius: 8px;
    padding: 10px;
    padding-top: 41px;
    padding-bottom: 40px;
}

.fawef label {
    display: block;
    padding: 0;
    margin: 0;
}

.fawef {
    display: block;
}

.fawef label {
    color: #3a4f74;
    padding: 5px  0px;
    border-bottom: 1px solid #bfc6d3;
    margin-bottom: 8px;
}

.fawefqwerd {
    display: block;
}

.oikjpi {
    display: none;
}

.wsaEFWAFGWEF {
    width: 80%;
}

form {}

.sefewq5grwr form {
    width: 86%;
}

.fvwesrge label {
    width: 50%;
    text-align: left;
    display: block;
    padding: 0;
}

.fawefqwerd {
    background: #b6c4dd;
    border-radius: 8px;
    padding: 11px;
}

.fawefqwerd input {
    background: #93a5c7;
}

.fawefqwerd label {
    color: #394966;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    padding-top: 8px;
}
input:focus {
    outline: none;
}
.fleet_car_box {
    width: 95%;
    box-shadow: 0px 0px 10px #e9e6e6;
    background: #fff;
    border: none;
    border-radius: 8px;
}
.\35 6tl_09945_fyu {
    position: relative;
}
.\37 8_gth_ltd {
    position: absolute;
    top: 23vh;
    left: 22vw;
    color: white;
}

.\37 8_gth_ltd h1 {
    font-size: 55px;
    width: 27vw;
}

.\37 8_gth_ltd label {
    padding-top: 4vh;
    font-size: 25px;
    width: 20vw;
}
.\37 8_gth_ltd {
    position: absolute;
    top: 23vh;
    left: 14vw;
    color: white;
}

._89_form form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

._89_form {
    width: 100%;
}
.sefewq5grwr {
    display: flex;
    justify-content: center;
    align-items: center;
}
._89_form input[type="submit"] {
    padding: 10px;
    border: 2px solid #fff;
    background: linear-gradient(45deg, #c9c9c9, #d9d9d9);
    border-radius: 38px;
    width: 20%;
    font-size: 20px;
}


header {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    display: flex;
    background: #ffffffdb;
    box-shadow: 0px 0px 5px #00000029;
    backdrop-filter: saturate(138%) blur(3px);
    overflow: hidden;
}

header::before {
    position: absolute;
    top: -250px;
    width: 500px;
    height: 500px;
    background: #007fff;
    right: 0;
    content: "";
    border-radius: 800px;
    filter: blur(233px);
    opacity: 0.5;
}

nav {}

header nav {
    width: 50%;
    display: flex;
}

header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li a {
    display: block;
    padding: 1.3vw 2vw;
    font-size: 1.15vw;
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 600;
}

logo {
    width: 25%;
}

logo svg {
    width: 80%;
}
logo svg {position: relative;top: 2px;}

logo {
    padding: 7px 20px;
}

user {
    display: block;
    width: 25%;
}

user ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
    position: relative;
    top: 4px;
    right: 3px;
}

user ul li {
    font-size: 1.2vw;
    text-align: center;
    list-style: none;
    display: inline-grid;
    border-spacing: 0;
    position: relative;
    top: 7px;
    border-radius: 5px;
    margin-right: 5px;
}

user ul li a {
    padding: 0.2vw 2vw;
    display: block;
    margin: 0.6vw;
    color: white;
}

user {
}

user ul li {
    background: radial-gradient(#13334e, #0d243a);
}

logo svg {
    height: auto;
}

user ul li:hover a {
    text-decoration: none;
    color: #ced8e1;
}

user ul li:hover {
    background: #007eff;
}

.bg_top_f {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.bg_top_f svg {
    width: 20.5vw;
    height: 20vw;
    position: relative;
    top: -2vw;
}

.bg_top_f svg:nth-child(2) {
    top: -2vw;
    left: -29vw;
}
.bg_top_f {
    position: relative;
    height: 4vw;
}
.new_back {
    overflow: hidden;
    height: 26.5vw;
    position: relative;
}

.slider_s[status='active'] {
    position: relative;
    transition: 0.3s;
    opacity: 1;
}

.bg_top_f {
    z-index: 9999;
}

.slider_s[status='awaiting'] {
    position: absolute;
    width: 100%;
    top: 60px;
    transition: 0.3s;
}

.slider_s img {
    width: 100%;
}

.slider_s {width: 100%;overflow: hidden;transition: 0.3s;}

.slider_s[status='unsync'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.slider_s[status='awaiting'] {
    opacity: 0;
}

.slider_s[status='active'] {
    z-index: 999;

}

.slider_s {
    position: absolute;
}

.slider_s[status='active'] {
    position: relative;
    top: 0;
}


.bg_top_f.active svg {
    transition: 3s;
    top: -2vw;
    left: -5vw;
}

.bg_top_f.active svg:nth-child(2) {
    top: -3vw;
    left: -32vw;
    transition: 3s;
}

.bg_top_f svg {
    transition: 3s;

}

.bg_top_f svg {
    left: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.item::before {
    content: "";
    width: 95%;
    height: 100%;
    background: radial-gradient(#266cb3, #102c44);
    position: absolute;
    opacity: 1;
    border-radius: 10px;
    opacity: 0;
    top: 100%;
    transition: 0.5s;
    z-index:3;
}
.item::after {
    content: "";
    width: 95%;
    height: 100%;
    background: radial-gradient(#ba843b, #ba843b);
    position: absolute;
    opacity: 1;
    border-radius: 10px;
    opacity: 1;
    top: 0;
    transition: 0.5s;
    z-index:2;
}

.item {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}

.item:hover::before {
    top: 0;
    opacity: 1;
    transition: 0.5s;
}
.item:hover::after {
    top: 0;
    opacity: 1;
    transition: 0.5s;
}
.item {}

.item .item_in {
    position: relative;
    z-index: 99;

}
.item .item_in a {
    text-decoration: none;
    color: white;
}

.\34 5sdh img {
    height: auto;
    width: 100%;
    /*border-radius: 0px 0px 8px 8px !important;*/

}

.item:hover .item_in {
    background: #ffffff00;
    color: #d0e3f7;
}


.\37 8_gth_ltd {
    position: absolute;
    top: 0;
    right: 0;
    width: 89%;
    left: unset;
    text-align: right;
    right: 11px;
}

.\35 6tl_09945_fyu {
    overflow: hidden;
}

.\37 8_gth_ltd h1 {
    text-align: right !important;
    width: 93%;
    margin: 4vw;
    text-shadow: 0px 0px 15px black;
    margin-bottom: 0;
}

.\37 8_gth_ltd label {
    padding-top: 0;
    width: 100%;
    padding-right: 1vw;
    text-shadow: 0px 0px 3px black;
}
.\37 8_gth_ltd {
    position: absolute;
    top: 0;
    right: 0;
    width: 89%;
    left: unset;
    text-align: right;
    right: 11px;
}

.\35 6tl_09945_fyu {
    overflow: hidden;
}

.\37 8_gth_ltd h1 {
    text-align: right !important;
    width: 93%;
    margin: 4vw;
    text-shadow: 0px 0px 15px black;
    margin-bottom: 0;
}

.\37 8_gth_ltd label {
    padding-top: 0;
    width: 100%;
    padding-right: 1vw;
    text-shadow: 0px 0px 3px black;
}

.fg_79_ml_2434 {
    margin-top: unset !important;
    position: relative;
    top: -3vw;
    border-radius: 8px;
    box-shadow: 3px 5px 0px #0000001a;
}

/*NEW ADMION HEADER*/
.con {
    width: 15%;
    background: #bfdcff;
    height: 100vh;
}
.clogo_box img {
     width: 95%;
 }

.con_box {
    width: 90%;
    margin: auto;
}
ul.navbar-nav.mr-auto.cus {
     width: 80%;
     margin: auto;
 }

ul.navbar-nav.mr-auto.cus a {
    color: black;
    font-size: 18px;
}

ul.navbar-nav.mr-auto.cus a:hover {
    color: #b78c56;
}
ul.navbar-nav.my-2.my-lg-0.cus {
    width: 80%;
    margin: auto;
}

.clogo_box {
    border-bottom: 1px solid #fff7f7;
    padding-top: 4vh;
}
.content_t {
    display: flex;
}
.navlist {
    padding-top: 5vh;
}
/* Front */
.\34 5sdh img {
    z-index: 998;
}

.\37 8_gth_ltd {
    z-index: 999;
}
.ser_off_pic img {
    width: 47%;
    margin: auto;
}

.ser_off_pic img {
    width: 50%;
    margin: auto;
}
.ghtr_7.\39 9 button {
    width: 100%;
    font-size: 17px;
}

.cdf_67.\36 1._put img {
    border-radius: 0!important;
}

.ght_0.\30 {
    border-bottom-right-radius: 0px!important;
}

.im4564.serv {
    position: relative;
    top: 5vh;
    left: 0!important;
    z-index: 999;
    padding-top: 8vh;
}
.helicop {
    width: 100%;
}

.helicop_box {
    width: 99%;
    margin: auto;
}

.helic_items {
    display: flex;
}

.helic_left {
    width: 50%;

}

.helic_right {
    width: 50%;
}

@media (max-width:768px) {
    .form-wrapper .text-right{
        text-align: center!important;
    }
    .form-wrapper .btn-primary{
        display: block;
        margin: 0 auto;

    }
}

