* {
    /*Something for the body  */
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box !important;
}

.rounded-circle-img {
    border-radius: 50% !important;
    border: 1px solid #3398a8;
    width: 80px;
    height: 80px;
    object-fit: cover;

}

.user_img {
    width: 80px;
    height: 80px;
    object-fit: cover;

}

body {
    background-color: #FFFFFF;

}

a.dropdown-item:focus {
    background-color: #3398A8;
}

.dropdown a {
    color: black;
    margin-top: -32px !important;
}

.dropdown a:hover {
    color: #3398A8;
}

.dropdown-menu .active {
    color: #474747 !important;
    font-weight: bold;
    background-color: #ECECEC !important;
    border-radius: 4px !important;
}

.dropdown-menu[data-bs-popper] {
    left: auto !important;
    right: 10px !important;
}

/* Custom Column Spacing */
.col-md-1half, .col-md-2half, .col-md-3half, .col-md-3sevenHalf, .col-md-4half, .col-md-5half, .col-md-6half {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (min-width: 768px) {
    .col-md-1half, .col-md-2half, .col-md-3half, .col-md-3sevenHalf, .col-md-4half, .col-md-5half, .col-md-6half {
        float: left !important;
    }

    .col-md-3sevenHalf {
        width: 31.25% !important;
    }

    .col-md-1half {
        width: 12.5%;
    }

    /* = 8,3333 + 4,16667 */
    .col-md-2half {
        width: 20.83333%;
    }

    /* = 16,6666 + 4,16667 */
    .col-md-3half {
        width: 29.16667%;
    }

    /* = 25 + 4,16667 */
    .col-md-4half {
        width: 37.5%;
    }

    /* = 33,3333 + 4,16667 */
    .col-md-5half {
        width: 45.83333%;
    }

    /* = 41,6667 + 4,16667 */
    .col-md-6half {
        width: 54.16667%;
    }

    /* = 50 + 4,16667 */
    .col-md-7half {
        width: 62.5%;
    }

    /* = 58,3333 + 4,16667 */
    .col-md-8half {
        width: 70.83333%;
    }

    /* = 66,6666 + 4,16667 */
    .col-md-9half {
        width: 79.16667%;
    }

    /* = 75 + 4,16667 */
    .col-md-10half {
        width: 87.5%;
    }

    /* = 83,3333 + 4,16667 */
    .col-md-11half {
        width: 95.8333%;
    }

    /* = 91,6666 + 4,16667 */
}

/* Header Section CSS */
#header_section {
    background-color: white;
    /*padding: 2;*/
}

p {
    margin: 0px !important;
}

i {
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

::placeholder {
    font-size: 13px !important;
}

.header_input {
    font-size: 12px !important;
    border: 0 !important;
    outline: 0 !important;
}

.header_input:focus {
    outline: none !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    box-sizing: border-box !important;
}

.primary_btn {
    background-color: #3398A8;
    border: none;
    display: flex;
    align-items: center;
    color: white;
    padding: 8px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 8px;
}

.primary_btn_link {
    background-color: #3398A8;
    border: none;
    color: white;
    text-decoration: none;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
}

.primary_btn_link:hover {
    color: white;
}

.primary_btn_link_title {
    background-color: #3398A8;
    border: none;
    color: red;
    text-decoration: none;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
}

.primary_btn_link_title:hover {
    color: white;
}

.primary_btn_link_title[title] {
    position: relative;

}

.primary_btn_link_title[title]:after {
    content: attr(title);
    position: absolute;
    left: 105%;
    color: #3398A8;


    background-color: #f8f9fa;
    width: max-content;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease-in-out; /* 👈 Change the time to meet your requirements. */
}

.primary_btn_link_title[title]:hover:after {
    opacity: 1;
    color: #3398A8;

}

.primary_btn_color_link {
    background-color: #ffb144;
    border: none;
    color: white;
    text-decoration: none;
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
}

.primary_btn_color_link:hover {
    color: white;
}

.link_btn {
    border: none;
    color: white;
    text-decoration: none;
    padding: 8px 10px 8px 10px !important;
    font-size: 12px;
    cursor: pointer;
    border-radius: 8px;
}

.nav-pills .nav-link {
    background: 0 0;
    width: 100%;
    border: 0;
}

.link_btn:hover {
    color: white;
}

.btn-warning {
    background-color: #FFA62B !important;
    color: white !important;
}

.btn-danger {
    background-color: #E74C3C !important;
}

.btn-success {
    background-color: #229954 !important;
}

.p-danger {
    color: #E74C3C !important;
    font-weight: bold;
}

.p-warning {
    color: #FFA62B !important;
    font-weight: bold;
}

.p-success {
    color: #229954 !important;
    font-weight: bold;
}

.p-secondary {
    color: #6c757d !important;
    font-weight: bold;
}


.link_pack_btn {
    border: none;
    color: white;
    text-decoration: none;
    padding: 8px 10px 8px 10px !important;
    font-size: 12px;
    cursor: pointer;
    border-radius: 8px;
}

.link_pack_btn:hover {
    position: relative;
    z-index: 3;
}

/* Header */
.navbar-nav .active {
    background-color: #ECECEC;
    border-radius: 8px;
    color: #474747;

}

.navbar-nav .active a {
    color: #474747;
    font-weight: bold;

}

.nav-link {
    font-size: 16px !important;
}

.badge_color {
    background-color: #FFA932;
}

.avatar {
    vertical-align: inherit;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.navbar-toggler-icon {
    font-size: 0.8em;
}

.navbar-toggler {
    padding-top: 2%;
    padding-bottom: 2%;
}

.profileHiddenSection {
    display: none;
}

@media screen and (max-width: 991px) {
    .res_icons_header_to_show {
        /* display: block !important; */
        display: flex !important;
        flex-direction: row !important;
    }

    .res_icons_header_to_show i {
        font-size: 16px !important;
    }

    .res_icons_header_to_show .nav-item {
        margin-left: 16px !important;
    }

    .avatar {
        vertical-align: inherit;
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

    .res_icons_header_to_hide {
        display: none !important;
    }

    .profileHiddenSection {
        display: block !important;
    }
}

/* Main Body CSS */
.inline_element {
    display: flex;
    align-items: center;
}

#main_banner {
    position: relative;
    /* margin-bottom: 170px; */
}

#main_banner img {
    /* background-image: no-repeat top center / cover !important; */
    pointer-events: none;
    /* position: absolute; */
    width: 100%;
    /*height: 100%;*/
    z-index: -1;
}

/* #main_banner {
  background:url('../assets/pic@2x.png');
  background-repeat: round;
  background-size: cover;
  min-height: 250px ;
  display: flex;
  justify-content: center;
  align-items: flex-end;
} */

.main_section {
    background-color: white;
    border-radius: 8px;
    position: absolute;
    /* bottom: 60px; */
    width: 90%;
    left: 6%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content_header {
    position: relative;
    top: -120px;
    /* left:6%; */
}

.inner_content {
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    #main_banner {
        margin-bottom: 250px !important;
    }

    .content_header {
        top: -50px !important;
    }

    .main_section {
        padding: 10px;
        /* margin-top: 100px !important; */
    }

    .main_section_inner_content {
        margin-bottom: 14px;
    }

    .fa-calendar-days {
        font-size: 24px;
    }

    .main_section_btn {
        flex: 1 !important;
        justify-content: center !important;
        padding: 6px !important;
    }
}

.main_section_inner_content, .main_section_inner_content_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
    width: 90%;
    padding-right: 0% !important;
    padding-left: 0% !important;
}

.main_section_btn {
    background-color: #3398A8;
    border: none;
    display: flex;
    align-items: center;
    color: white;
    padding: 14px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}

.main_section_col {
    background-color: white;
    border: none;
    display: flex;
    align-items: center;
    color: #2C2C2C;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}

.service_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_card p {
    font-size: 13px;
    color: #707070;
    margin: 0px;
}

.banner_section {
    background-color: #3398A8;
    box-sizing: border-box;
    /*width:"100%";*/
}

.banner_section h4 {
    color: white;
    /* width:100%; */
    float: left;
    /* margin-left: 25px; */
}

.banner_section h5 {
    color: white;
    /* width:100%; */
    /* position: relative; */
}

.fw-bolder-text {
    color: white;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .image_below_text {
        margin-top: 20px !important;
    }

}

#more_text {
    margin: 0px 10px 0px 0px;
    font-size: 14px;
    color: #FFA62B;
    text-align: end;
}

#more_text_2 {
    margin: 0px 10px 0px 0px;
    font-size: 14px;
    color: #3298a8;
    text-align: end;
}

#more_text_2:hover {
    margin: 0px 10px 0px 0px;
    font-size: 14px;
    color: #FFA62B;
    text-align: end;
}

.banner_alter_inner_content h4 {
    font-weight: bolder;
    color: black;
}

.destination_box {
    background-color: #FFFFFF;
    border-radius: 15px;
    cursor: pointer;
    font-size: 13px;
    /* padding: 20px; */
    /* margin: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* min-width: 300px; */
    height: 90px;
}

.destination_box i {
    font-size: 13px !important;
}

/* Notification Section */
.notification_main_container {
    margin-top: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
}

.notification_main_container hr {
    margin: 0;
}

.notification_inner_box {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification_inner_box p {
    margin: 0;
}

.notifier {
    background-color: #3398A8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-size: 14px;
    color: white;
}

/* Profile Details */

.profile_main_container {
    margin-top: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
}

.profile_container_box {
    background-color: #3398A8;
    border-radius: 12px 12px 0px 0px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile_container_box i {
    font-size: 14px;
}

@media screen and ( max-width: 475px ) {
    .extra_addition {
        justify-content: flex-end !important;
    }

    .profile_container_box {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        /* justify-content: flex-end !important; */
    }
}

.profile_details {
    margin-left: 100px;
}

@media screen and (max-width: 990px) {
    .profile_details {
        margin-left: 30px;
    }
}


/* Edit Profile Details */
.form-group label {
    margin-bottom: 9px;
}

.edit_profile_btn {
    margin-top: 15px;
    background-color: #3398A8;
    border-radius: 6px;
    border: none;
    color: white;
    font-size: 14px;
    padding: 6px 18px 6px 18px;
}

label {
    font-size: 14px !important;
}

#edit_profile_label {
    font-size: 13px !important;
}

.profile_container_box_edit {
    background-color: #3398A8;
    border-radius: 12px 12px 0px 0px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 989px) {
    label {
        font-size: 9px !important;
    }
}


/* Verify Profile */
#verify_profile_label {
    font-size: 13px !important;
}

.verify_profile_container_box {
    background-color: #3398A8;
    border-radius: 12px 12px 0px 0px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.verify_profile_container_box i {
    font-size: 14px;
}

@media screen and ( max-width: 475px ) {
    .verify_profile_container_box div {
        margin-left: 0px !important;
    }
}

/* Create Ride  */

/* Sort Button */
.filter_button {
    display: none;
}

@media screen and (max-width: 767px) {
    .filter_button {
        display: block;
    }

    .filter_hide_responsive {
        display: none;
    }
}

/* Filter Create Ride */
.create_ride_filter {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 8px;
    padding: 20px 0px 20px 0px;
}

/* Cards Create Ride */
.create_ride_tab {
    justify-content: space-evenly;
}

.create_ride_tab_item {
    flex: 1;
    padding: 8px;
    display: flex;
    justify-content: center;
}

.create_ride_tab_btn {
    background-color: white !important;
    color: #262626 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    align-self: baseline !important;
}

.create_ride_tab_item .active {
    border-bottom: 3px solid #3398A8 !important;
    flex: 1;
    border-radius: 0% !important;
}

.create_ride_box_main_head {
    font-weight: 600;
    color: #3398A8;
}

.create_ride_box_head {
    font-size: 13px;
    color: #707070;
}

.create_ride_box_head_icon {
    font-size: 11px;
    color: #707070;
    margin: 6px;
}

.create_ride_main_box {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding: 20px 0px 20px 0px;
    background-color: white;
    border-radius: 15px;
    /*height:'250px';*/
}

.create_ride_main_box_first_section {
    display: flex;
    align-items: flex-end;
    padding-right: 0 !important;
    justify-content: center;
}

@media (min-width: 580px) {
    .create_ride_main_box_first_section {
        display: flex;
        align-items: flex-end;
        padding-right: 0 !important;
        justify-content: center;
        position: relative;
    }

    .create_ride_main_box_first_section_img {
        position: absolute;
        animation: pulse 2s ease-in-out 3;
    }

    @keyframes pulse {
        from {
            top: 0%;
        }
        to {
            top: 80%;
        }
    }
}


.main_box_direction_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.travel_man_luggage_active {
    background-color: #3398A8;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 8px;
    color: white;
    font-size: 14px;
    padding: 2px;
}

.travel_man_luggage_not_active {
    background-color: white;
    color: #707070;
    border-radius: 50%;
    border: 1px solid #707070;
    width: 22px;
    height: 22px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 8px;
    color: #707070;
    font-size: 14px;
    padding: 2px;
}

.create_ride_box_radio {
    /* The native appearance is hidden */
    appearance: none;
    -webkit-appearance: none;

    /* For a circular appearance we need a border-radius. */
    border-radius: 50%;

    /* The background will be the radio dot's color. */
    background: #3398A8;

    /* The border will be the spacing between the dot and the outer circle */
    border: 3px solid #FFF;

    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: 0 0 0 1px #3398A8;
}

.create_ride_main_box_third_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.create_ride_main_box_third_section_inner_section_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.create_ride_main_box_third_section_inner_section_two {
    display: flex;
    align-items: end;
    justify-content: space-between;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .create_ride_main_box_first_section {
        padding: 0 !important;
    }

    .create_ride_main_box_third_section {
        margin-top: 12px !important;
    }

    .create_ride_main_box_third_section_inner_section_two p {
        font-size: 12px !important;
    }

}

.create_ride_box_btn {
    background-color: white;
    border: 1px solid #FFA62B;
    color: #FFA62B;
    padding: 8px;
    border-radius: 7px;
    font-size: 14px;
}

/* Ad Information */
.label_form {
    font-size: 12px !important;
}

.information_container_box {
    background-color: #F1F1F1;
    border-radius: 12px 12px 0px 0px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and ( max-width: 475px ) {
    .information_container_box {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
    }
}

.custom_link {
    color: #212529;
}

.custom_link:hover {
    color: #212529;
}


.custom_link_alert {
    background-color: white;
    border: 1px solid #FFA62B;
    color: #FFA62B;
    padding: 8px;
    border-radius: 7px;
    font-size: 14px;
}

.custom_link_alert:hover {
    background-color: #FFA62B;
    border: 1px solid #FFA62B;
    color: white;
    padding: 8px;
    border-radius: 7px;
    font-size: 14px;
}

.yes-button {
    background-color: #ffa62b;
    border-bottom-left-radius: 7px;
    color: white;
    border-color: #ffa62b;
}

.yes-button:hover {
    background-color: white;
    border-bottom-left-radius: 7px;
    color: #ffa62b;
    border-color: #ffa62b;
}


.no-button {
    background-color: #3398a8;
    border-bottom-right-radius: 7px;
    color: white;
    border-color: #3398a8;
}

.no-button:hover {
    background-color: white;
    border-bottom-right-radius: 7px;
    color: #3398a8;
    border-color: #3398a8;
}


/* View Delivery Details */
.leftMargin {
    margin-left: 1.5rem !important;
}

.viewDetails {
    margin-left: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.viewDeliveryDetailsSection {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.viewDeliveryDetailsLowerSection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .viewDeliveryDetailsLowerSection {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: flex-start !important;
    }

    .aeroplanePathViewDetails {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }

    .viewDeliveryDetailsLowerSection div {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 778px) {
    .pathLLine {
        display: none;
    }

    .viewDetails, .leftMargin {
        margin-left: 0rem !important;
    }
}

@media screen and (max-width: 425px) {
    .viewDetailText {
        font-size: 13px;
    }
}

/* Package */
@media screen and (max-width: 991px) {
    .packagePageResposniveText {
        font-size: 13px;
    }
}

.package_main_cards {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background-color: white;
    border-radius: 15px;
    padding: 0px 10px 10px 10px !important;
    /* height:'300px'; */
}


/* Create New Pack */
.create_new_pack_label_form {
    font-size: 13px !important;
}

.trip_input_form {
    font-size: 16px !important;
}
.upload_img img {
    max-width: 100px;
}

.rightMargin {
    margin-right: 1.5rem !important;
}
.table_total_row{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #646a6e;
    line-height: 22px;
    vertical-align: top;
    text-align: right;
}
.table_gr_total_row{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 22px;
    vertical-align: top;
    text-align: right;
}
.table_total_column{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #646a6e;
    line-height: 22px;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
}
.table_gr_total_column{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 22px;
    vertical-align: top;
    text-align: right;
}
/* My Orders */

.orders_tab_btn {
    background-color: white !important;
    color: #262626 !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    width: 200px;
}

.orders_tab_item .active {
    background-color: #FBFBFB !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-bottom: 4px solid #FFA62B !important;
    border-radius: 0% !important;
}

.pakageActionDirection {
    display: flex;
    flex-direction: column;
    align-items: end;
}

@media screen and (max-width: 991px) {
    .tab-pane p {
        font-size: 13px;
    }

    .pakageImagePadding {
        padding-left: 12px !important;
    }

    .pakageActionDirection {
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
}


/* Chat Section CSS */
.inner-addon {
    position: relative;
}

/* style fa-magnifying-glass */
.inner-addon .fa-magnifying-glass {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align fa-magnifying-glass */
.left-addon .fa-magnifying-glass {
    left: 0px;
}

.right-addon .fa-magnifying-glass {
    right: 15px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* Send Message section footer */
.sendMessageChat {
    height: 40px;
    padding: 0px;
    font-size: 30px;
    margin: 5px 0;
}

.sendMessageChat::-webkit-input-placeholder {
    font-family: FontAwesome;
    font-weight: normal;
    overflow: visible;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 5px;
    color: #3398A8 !important;
    float: right;
}

.sendMessageChat::-moz-placeholder {
    font-family: FontAwesome;
    font-weight: normal;
    overflow: visible;
    vertical-align: top;
    display: inline-block !important;
    padding-left: 5px;
    padding-top: 5px;
    color: #3398A8;
}

.sendMessageChat:-ms-input-placeholder {
    font-family: FontAwesome;
    font-weight: normal;
    overflow: visible;
    vertical-align: top;
    display: inline-block !important;
    padding-left: 5px;
    padding-top: 5px;
    color: #3398A8;
}

/* Footer Section CSS */
.text-reset {
    text-decoration: none;

}

.social_icons {
    background-color: #3398A8;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: small;
    color: white;
}

@media screen and (max-width: 768px) {
    .social_icons_space {
        justify-content: center !important;
    }
}

.h1-seo {
    font-size: 1.25rem;
    color: white;
    font-weight: bolder !important;
}

.h1-seo-black {
    font-size: 1.75rem;
    font-weight: bolder !important;

}

.h1-seo-black-normal {
    font-size: 1.75rem;
}

.h2-seo {
    font-size: 1.25rem;

}

.h2-seo-black {
    font-size: 1.25rem;
    font-weight: bolder !important;

}

.h2-seo-white {
    font-size: 1.25rem;
    color: white;
    font-weight: bolder !important;

}


.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5
}

.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}

.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}

.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}

.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}

.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}

.dialog-ovelay .dialog .dialog-msg p {
    margin: 0;
    font-size: 15px;
    color: #333
}

.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}

.dialog-ovelay .dialog footer .controls {
    direction: rtl
}

.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px
}

.button {
    cursor: pointer
}

.button-default {
    background-color: rgb(0 0 0 / 55%);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: white;
}

.button-default:hover {
    background-color: white;
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: rgb(0 0 0 / 55%);
}

.button-danger {
    background-color: #FFA932;
    border: 1px solid #FFA932;
    color: #f5f5f5
}

.button-danger:hover {
    background-color: #f5f5f5;
    border: 1px solid #FFA932;
    color: #FFA932
}

.link {
    padding: 5px 10px;
    cursor: pointer
}

@media screen and (max-width: 430px) {
    .dialog-ovelay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.50);
        z-index: 999999;
        height: 100%;

    }
}

@media screen and (min-width: 431px) {
    .dialog-ovelay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.50);
        z-index: 999999;
        height: 100%;


    }
}


@media screen and (max-width: 430px) {
    .dialog-ovelay .dialog {
        width: 400px;
        margin-top: 100%;
        margin-left: 2%;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        border-radius: 3px;
        overflow: hidden
    }
}

@media screen and (min-width: 431px) {

    .dialog-ovelay .dialog {
        width: 400px;
        margin: 25% auto 0;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        border-radius: 3px;
        overflow: hidden
    }
}


[data-title]:hover:after {
    opacity: 1;
    visibility: visible;
    width: 200px;

}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 4px 4px 8px;
    color: #3398A8;
    white-space: break-spaces;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #666;
    background-image: -moz-linear-gradient(top, #f0eded, #f0eded);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #f0eded));
    background-image: -webkit-linear-gradient(top, #f0eded, #f0eded);
    background-image: -moz-linear-gradient(top, #f0eded, #f0eded);
    background-image: -ms-linear-gradient(top, #f0eded, #f0eded);
    background-image: -o-linear-gradient(top, #f0eded, #f0eded);
    background-color: #f8f9fa;
    /* Position the tooltip */
    display: block;
    z-index: 1;

    opacity: 0;
    visibility: hidden;

}

[data-title] {
    position: relative;
}


    #back,
fieldset:not(:first-of-type) {
    display: none;
}

    .form-select{
        color: #6c757d;
    }
    /*form styles*/
    #msform {
        text-align: center;
        position: relative;
        margin-top: 30px;
    }
@media screen and (max-width:450px) {
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0px;
        padding: 20px 30px;
        box-sizing: border-box;
        width: 100%;
        /*stacking fieldsets above each other*/
        position: relative;
    }
}

@media screen and (max-width: 1050px) {
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0px;
        padding: 20px 30px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0%;

        /*stacking fieldsets above each other*/
        position: relative;
    }
}

@media screen and (min-width: 1050px) {
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0px;
        padding: 20px 30px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 10%;

        /*stacking fieldsets above each other*/
        position: relative;
    }
}
    /*Hide all except first fieldset*/
    #msform fieldset:not(:first-of-type) {
        display: none;
    }

    /*inputs*/
    #msform input, #msform textarea {
        /*padding: 15px;*/
        /*border: 1px solid #ccc;*/
        /*border-radius: 0px;*/
        margin-bottom: 25px;
        /*width: 100%;*/
        /*box-sizing: border-box;*/
        /*font-family: montserrat;*/
        color: #6c757d;
        /*font-size: 13px;*/
    }

    #msform input:focus, #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #3398A8;
        outline-width: 0;
        transition: All 0.5s ease-in;
        -webkit-transition: All 0.5s ease-in;
        -moz-transition: All 0.5s ease-in;
        -o-transition: All 0.5s ease-in;
    }

    /*buttons*/
    #msform .action-button {
        width: 100px;
        background: #FFA62B;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

    #msform .action-button:hover, #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #3398A8;
    }

    #msform .action-button-previous {
        width: 100px;
        background: #BEBEBE;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

    #msform .action-button-previous:hover, #msform .action-button-previous:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
    }

    /*headings*/
    .fs-title {
        font-size: 18px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }

    /*progressbar*/
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        /*CSS counters to number the steps*/
        counter-reset: step;
    }

    #progressbar li {
        list-style-type: none;
        color: #707070;
        text-transform: uppercase;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
        letter-spacing: 1px;
    }
    .five_steps li{
        width: 20%!important;
        text-align: center!important;

    }

    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 24px;
        height: 24px;
        line-height: 24px;
        display: block;
        font-size: 12px;
        color: #707070;
        background: white;
        border-radius: 25px;
        margin: 0 auto 10px auto;
        border: dashed;
        border-width: 1px 1px;
    }

    /*progressbar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #BEBEBE;
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: -1; /*put it behind the numbers*/
    }

    #progressbar li.active {
        color: #ffa62b;
    }

    #progressbar li:first-child:after {
        /*connector not needed before the first step*/
        content: none;
        background: #FFA62B;


    }

    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #FFA62B;
        color: white;
        border: aliceblue;
    }


    /* Not relevant to this form */
    .dme_link {
        margin-top: 30px;
        text-align: center;
    }

    .dme_link a {
        background: #FFF;
        font-weight: bold;
        color: #ee0979;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 5px 25px;
        font-size: 12px;
    }

    .dme_link a:hover, .dme_link a:focus {
        background: #C5C5F1;
        text-decoration: none;
    }

    .border_div_section{
            border-radius: 10px 10px 10px 10px;
    border-color: #d9d9d9;
    border-style: dashed;
    }