label { margin-bottom: 12px !important; }
.srcbtn{
    margin-bottom: 13px;
    height: 40px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 10px;
    color: #fff;
    background-color: #105575;
    text-transform: uppercase;
    box-shadow: inset 2px 2px 0 0 rgb(0 0 0 / 20%);
    transition: .3s ease-out;
    margin-top: 18px;
    border-radius: 3px;
    width: 100%;
}
.addcustome{ margin-top:0px !important;}
.fa-arrow-alt-circle-right:before {
    content: "\2771";
}
.fa-arrow-alt-circle-left:before {
    content: "\2770";
}
#customerPhone-error,#customerName-error,#customerEmail-error{ color: red;font-weight: normal;text-transform: capitalize;letter-spacing: normal;}
.elementor-icon-box-title{
	margin-top:5px;
}
.error{ color:red; font-weight: 300;}
.dropdown_passenger_area button {
    border: none;
    background: #fff;
    padding: 3px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
}

.dropdown_passenger_area button::after {
    display: none;
}

.dropdown_passenger_area .dropdown-menu.show {
    transform: translate(-56%, 70px) !important;
}

.dropdown_passenger_area .dropdown-menu {
    z-index: 1000;
    min-width: 350px;
    padding: 15px 20px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
    margin-right: 20px;
    width: 24px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
    font-size: 12px;
    color: #4c4c4c;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
}

.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 15px;
}

.traveller-calulate-persons .passengers h6 {
    font-size: 16px;
    font-weight: 500;
    /* color: var(--main-color); */
}

.traveller-calulate-persons .cabin-selection {
    padding-top: 10px;
    border-top: 1px solid #c7c7cc;
    margin-top: 20px;
}

.traveller-calulate-persons .label-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
}

/* .traveller-calulate-persons .label-select-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
}
 */
.traveller-calulate-persons .label-select-btn.active {
   /*  background: var(--main-color);
    color: var(--white-color); */
}
button:hover{ background-color: #3f4047 !important; }

.traveller-calulate-persons .muiButton-label {
    font-size: 14px;
}

.traveller-calulate-persons .cabin-selection h6 {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}