@font-face {
    font-family: 'Almoni-Regular';
    src: url(../fonts/ALMONINEUEDL4.0AAA-REGULAR.OTF);
}

body {
    margin: 0;
    background-color: white;
    font-family: Almoni-Regular;
}

#globalTabulation .nav-tabs .nav-link {
    border: none;
    color: #3D3D3D;
    width: 60px;
    height: 60px;
    border: 1px solid #00B6F4;
    border-radius: 50%;
    text-align: center;
    transition: all ease 0.5s;
    background-color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    pointer-events: none;
}

#globalTabulation .nav-tabs .nav-link:hover {
    background-color: #d5f4ff;
}

#globalTabulation .nav-tabs .nav-link span {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    direction: rtl;
}

#globalTabulation .nav-tabs .nav-link .icon {
    width: 26px;
    height: 25px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#globalTabulation .nav-tabs .nav-link .icon.home {
    background-image: url('../img/Layer_1.svg')
}

#globalTabulation .nav-tabs .nav-link.active .icon.home {
    background-image: url('../img/Layer_1 (3)_white.svg')
}

#globalTabulation .nav-tabs .nav-link .icon.profile {
    background-image: url('../img/Layer_1 (1).svg')
}

#globalTabulation .nav-tabs .nav-link.active .icon.profile {
    background-image: url('../img/Layer_1 (2)_white.svg')
}

#globalTabulation .nav-tabs .nav-link .icon.contact {
    background-image: url('../img/Layer_1 (2).svg')
}

#globalTabulation .nav-tabs .nav-link.active .icon.contact {
    background-image: url('../img/Layer_1 (1)_white.svg')
}

#globalTabulation .nav-tabs .nav-link .icon.about {
    background-image: url('../img/Layer_1 (3).svg')
}

#globalTabulation .nav-tabs .nav-link.active .icon.about {
    background-image: url('../img/Layer_1_white.svg')
}

#globalTabulation .nav-tabs .nav-item {
    position: relative;
}

#globalTabulation .nav-tabs .nav-item:not(:last-child):before {
    content: '';
    position: absolute;
    width: 30px;
    height: 0;
    border-bottom: 1px solid #00B6F4;
    top: 30px;
    right: -30px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #00B6F4 !important;
    color: white !important;
}

#globalTabulation .nav-tabs {
    border: none;
    justify-content: center;
    gap: 25px;
    margin-top: 5px;
}

.inner_content {
    padding: 50px 26px 0;
    position: relative;
}

.inner_content .details_header {
    border-radius: 10px 10px 0px 0px;
    background: #00B6F4;
    text-align: center;
    direction: rtl;
}

.inner_content .details_header span {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

.inner_content .details_content {
    display: flex;
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    justify-content: space-evenly;
    padding: 12px 0 12px;
}

.inner_content .details_content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0px 20px;
    justify-content: center;
    direction: rtl;
}

.inner_content .details_content .item span {
    color: #3D3D3D;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
}

.inner_content .details_content .item .bold {
    font-weight: 700;
}

.inner_content .divider {
    width: 1px;
    min-width: 1px;
    background: #00B6F4;
}

.inner_content .description_block {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #00B6F4;
    background: #FFF;
    margin-top: 50px;
    padding: 12px 7px 0;
    direction: rtl;
}

.inner_content .description_block .title {
    color: #00B6F4;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 60px;
}

.inner_content .description_block .text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0px 30px;
}

.inner_content .description_block .bold {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 0 25px;
}

#about .accordion {
    margin-top: 16px;
    position: absolute;
    width: calc(100% - 50px);
}

#about .accordion .card {
    border: none;
}

.relative {
    position: relative;
    /*width: 100%;*/
    /*top: 36px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 15px;*/
    /*background: white;*/
    z-index: 8;
}

.absolute {
    /*position: absolute;*/
    /*width: 100%;*/
    /*top: 36px;*/
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: white;
    z-index: 8;
}

#about .card .card-header,
.inner_card .card-header {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00B6F4;
    border-radius: 10px 10px 0px 0px;
}

#about .header_box,
.inner_card .header_box {
    display: flex;
    align-items: center;
}

#about .header_box button,
.inner_card .header_box button {
    padding: 9px 12px;
}

#about .button_title,
.inner_card .button_title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 12px;
    direction: rtl;
}

#about .header_box button i,
.inner_card .header_box button i {
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/+.svg");
    transition: all ease 0.3s;
}

#about .header_box button[aria-expanded="true"] i,
.inner_card .header_box button[aria-expanded="true"] i {
    background-image: url("../img/-.svg");
}

#about .header_box span,
.inner_card .header_box span {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    direction: rtl;
}

#about .card-body,
.inner_card .card-body {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 20px;
}

#about .card-body .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;

}

#about .outer_box {
    border-radius: 10px;
    background: #00B6F4;
    margin: -40px 24px 0;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 3px;
}

#about .outer_box .custom-checkbox {
    margin-left: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 13px;
    height: 13px;
    position: relative;
}

#about .outer_box .custom-checkbox::after {
    content: '';
    position: absolute;
    background-image: url("../img/uncheked.svg");
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease 0.2s;
}

#about .outer_box .custom-checkbox:checked::after {
    background-image: url("../img/checked.svg");
}

#about .outer_box .custom-checkbox:focus {
    outline: none;
}

#about .outer_box .text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    direction: rtl;
}

#about .outer_box .price {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

#about .row_item,
.payment_card .row_item {
    display: grid;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

#about .item_on_row,
.payment_card .item_on_row {
    direction: rtl;
    text-align: right;
}

#about .item_on_row label,
.payment_card .item_on_row label {
    direction: rtl;
    color: #3D3D3D;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

#about .item_on_row .form-control,
.payment_card .item_on_row .form-control {
    border: 1px solid #00B6F4;
}

#about .item_on_row .form-control:focus-visible,
#about .item_on_row .form-control:focus,
.payment_card .item_on_row .form-control:focus-visible,
.payment_card .item_on_row .form-control:focus {
    box-shadow: 0 0 0 0.2rem #00b6f440;
}

#about .item_on_row input::placeholder,
.payment_card .item_on_row input::placeholder {
    color: rgba(61, 61, 61, 0.50);
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

#about .three_cols,
.payment_card .three_cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 0 50px;
}

.payment_card .two_cols {
    grid-template-columns: repeat(2, 1fr);
}

#about .one_col,
.payment_card .one_col {
    grid-template-columns: repeat(1, 1fr);
}

#about .date_label {
    display: flex;
    justify-content: center;
    direction: rtl;
    margin-bottom: 0;
    color: #3D3D3D;
}

#about .bottom_button,
#contact .bottom_button,
#profile .bottom_button {
    text-align: center;
    margin-top: 50px;
}

#about .bottom_button button,
#contact .bottom_button button,
#profile .bottom_button button {
    border-radius: 5px;
    border: 1px solid #00B6F4;
    background: #FFF;
    color: #00B6F4;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 0;
    width: 200px;
    transition: all ease 0.5s;
    direction: rtl;
}

#about .bottom_button button:hover,
#about .bottom_button button:focus-visible,
#about .bottom_button button:focus,
#contact .bottom_button button:hover,
#contact .bottom_button button:focus-visible,
#contact .bottom_button button:focus,
#profile .bottom_button button:hover,
#profile .bottom_button button:focus,
#profile .bottom_button button:focus-visible {
    background: #00B6F4;
    color: #FFF;
    font-weight: 700;
    outline: none;
}

#home .content_icon {
    margin-top: 26px;
    text-align: center;
    position: relative;
}

#home .content_icon .box {
    padding-top: 90px;
}

#home .content_icon i {
    width: 45px;
    height: 60px;
    display: block;
    margin: 0 auto 23px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/skyer.svg");
    position: absolute;
    left: -50vw;
    top: -50vh;
    transition: all ease 0.5s;
}

#home .content_icon i.positioning {
    top: 0;
    right: 0;
    left: 0;
}

#home .content_icon .title {
    color: #3D3D3D;
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    direction: rtl;
}

#home .content_icon .content_button {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 10px;
    background: #00B6F4;
    border: 1px solid #00B6F4;
    text-decoration: none;
    transition: all ease 0.5s;
    padding: 14px 28px;
    margin-top: 20px;
    display: inline-block;
    direction: rtl;
}

#home .content_icon .content_button:hover {
    color: #00B6F4;
    background: #fff;
}

#home .image_block {
    width: 100%;
    min-height: 305px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/footer_image.jpeg");
    position: relative;
    margin-top: 58px;
    z-index: 1;
}

#home .image_block::after {
    content: '';
    position: absolute;
    background-image: url("../img/safe.svg");
    top: 22px;
    right: 0;
    left: 0;
    width: 50px;
    height: 63px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#home .image_block .description_box {
    padding: 116px 12px 22px;
    width: 234px;
    text-align: center;
    position: relative;
    margin-left: 15px;
    direction: rtl;
}

#home .image_block .description_box::before {
    content: '';
    position: absolute;
    top: 96px;
    left: 0;
    width: 234px;
    height: calc(100% - 96px);
    background: #FFF;
    filter: blur(53.25px);
    z-index: -1;
}

#home .image_block .description_box .title {
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

#home .image_block .description_box .text {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    margin-top: 5px;
}

#home .image_block .description_box .description_button {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 10px;
    background: #00B6F4;
    border: 1px solid #00B6F4;
    text-decoration: none;
    transition: all ease 0.5s;
    padding: 9px 18px;
    margin-top: 11px;
    display: inline-block;
    direction: rtl;
}

#home .image_block .description_box .description_button:hover {
    color: #00B6F4;
    background: #fff;
}

#profile .checkboxes_block {
    margin-top: 40px;
}

#profile .checkboxes_block .checkbox_item{
    margin-bottom: 18px;
}

#profile .checkboxes_block .price,
#profile .checkboxes_block label {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    direction: rtl;
}

#profile .check .baseline_box {
    display: inline-block;
    padding: 10px 16px;
    position: relative;
}

#profile .check input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border: 1px solid #00B6F4;
    border-radius: 3px;
    position: relative;
    transition: all ease 0.3s;
    margin-left: 6px;
}


#profile .check_box input {
    position: absolute;
    top: 6px;
    left: 12px;
    margin-left: 0;
}

#profile .check input:checked {
    background-color: #00B6F4;
    border: 1px solid #00B6F4;
}

#profile .check input:checked::after {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 6.5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

#profile .check input:focus {
    outline: none;
}

#profile #accordion2 {
    margin-top: 50px;
    position: absolute;
    width: calc(100% - 50px);
}

#profile #accordion2 .card,
#contact .card {
    border: none;
}

#profile #accordion2 .card .card-header,
#contact .card .card-header {
    border: none;
    padding: 3px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00B6F4;
    border-radius: 10px 10px 0px 0px;
}

#profile #accordion2 .header_box,
#contact .header_box {
    display: flex;
    align-items: center;
}

#profile #accordion2 .header_box button {
    padding: 9px 12px;
}

#profile .button_title,
#contact .button_title {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 12px;
    direction: rtl;
}

#profile #accordion2 .header_box button i {
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/+.svg");
    transition: all ease 0.3s;
}

#profile #accordion2 .header_box button[aria-expanded="true"] i {
    background-image: url("../img/-.svg");
}

#profile #accordion2 .header_box span,
#contact .header_box span {
    color: #FFF;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    direction: rtl;
}

.form_box {
    margin-top: 110px;
}

#about .form_box {
    margin-top: 52px;
}

#about .form_box .card-body {
    padding-bottom: 40px;
}

#profile #accordion2 .card-body,
.form_box .card-body,
#contact .card-body {
    border-radius: 10px;
    background: #FFF;
    text-align: center;
}

#contact .card-body,
.with_shadow {
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

#profile #accordion2 .summary_box,
.form_box .summary_box {
    border-radius: 10px;
    border: 1px solid #00B6F4;
    background: #FFF;
    padding: 6px 10px;
    display: inline-block;
    direction: rtl;
}

#profile .policy_box {
    margin-top: 20px;
    background: #FFF;
    padding: 10px;
    direction: rtl;
}

#profile .policy_box .title {
    color: #3D3D3D;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px;
    display: block;
}

#profile .policy_box .text {
    color: #3D3D3D;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: block;
}

#profile .policy_box .scrollable {
    height: 146px;
    overflow-y: auto;
    direction: rtl;
}

#profile .check_box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 12px;
    margin-top: 50px;
}

#profile #accordion2 .check_box label {
    color: #3D3D3D;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    transition: all ease 0.4s;
    direction: rtl;
}

#profile #accordion2 .check_box label a {
    color: #00B6F4;
    transition: all ease 0.4s;
}

#profile .check_box .title {
    color: #00B6F4;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
    direction: rtl;
}

#profile .check_box .item {
    direction: rtl;
    display: block;
    text-align: right;
    color: #3D3D3D;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

#profile .check_box textarea {
    width: 100%;
    border: none;
    margin-top: 15px;
    border-radius: 3px;
    direction: rtl;
}

#profile .check_box textarea:focus,
#profile .check_box textarea:focus-visible {
    outline: #00B6F4 solid 1px;
}

#profile .payment_block {
    background: #8080802e;
    margin: 40px 0;
    position: relative;
}

#contact .cards_block .card_title {
    color: #00B6F4;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    direction: rtl;
}

#contact .card {
    margin-top: 40px;
}

#contact .card .card-body {
    padding-bottom: 20px;
}

#contact .card .line,
.inner_card .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    transition: all ease 0.4s;
}

#contact .card .line:not(:last-child),
.inner_card .line:not(:last-child) {
    border-bottom: 1px solid #000;
}

#contact .card .line .tooltip_button,
.inner_card .line .tooltip_button {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 2px;
    background: #00B6F4;
    padding: 2px 10px;
    cursor: pointer;
    direction: rtl;
}

#contact .card .line .text,
.inner_card .line .text {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    padding: 0 14px;
    direction: rtl;
}

#contact .card .line .icon,
.inner_card .line .icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#contact .card .line .radio_check,
.inner_card .line .radio_check {
    margin-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    transition: all ease 0.3s;
}

#contact .card .line .radio_check::after,
.inner_card .line .radio_check::after {
    content: '';
    position: absolute;
    background-image: url("../img/radioUnchecked.svg");
    top: 0;
    left: 0;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all ease 0.2s;
}

#contact .card .line .radio_check:checked::after,
.inner_card .line .radio_check:checked::after {
    background-image: url("../img/radioChecked.svg");
}

#contact .card .line .radio_check:focus,
.inner_card .line .radio_check:focus {
    outline: none;
}

#contact .summary_box {
    display: block;
    text-align: center;
    margin: 50px auto 0;
    padding: 0 26px;
}

#contact .summary_box .box {
    border-radius: 10px;
    background: #00B6F4;
    display: inline-block;
    padding: 9px 0;
    direction: rtl;
    width: 100%;
}

#contact .summary_box span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: block;
}

#contact .summary_box span.bold {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_baseline {
    display: flex;
    align-items: baseline;
    justify-content: end;
}

.justify_end {
    justify-content: flex-end !important;
}

.tab-content {
    min-height: calc(100vh - 469px);
}

.tooltip-inner {
    background-color: #D9D9D9 !important;
    color: #000 !important;
    font-size: 12px;
    padding: 6px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 10px;
    max-width: 120px !important;
    direction: rtl;
}

.tooltip-arrow {
    border-top-color: #D9D9D9 !important;
    border-right-color: #D9D9D9 !important;
    border-bottom-color: #D9D9D9 !important;
    border-left-color: #D9D9D9 !important;
}

.tooltip .arrow::before {
    border-top-color: #D9D9D9 !important;
}

.tooltip.show {
    opacity: 1 !important;
}

input::-webkit-input-placeholder {
    font-size: 15px !important;
}
input::-moz-placeholder {
    font-size: 15px !important;
}
input:-ms-input-placeholder {
    font-size: 15px !important;
}
input:-moz-placeholder {
    font-size: 15px !important;
}

.passengers_title {
    color: #00B6F4;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 58px 0 0;
}

.divider_with_space {
    padding-top: 16px;
}

.person_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 25px;
    text-align: center;
    direction: rtl;
}

.sum_per_person {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    direction: rtl;
    border: 1px solid #3D3D3D;
    margin: 42px 26px;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-label {
    text-align: right;
    font-size: 14px;
}

.payment_card {

}

.payment_card .card-header {
    border: none;
    padding: 6px 0;
    margin: 0;
    background: #00B6F4;
    border-radius: 10px 10px 0px 0px;
}

.payment_card .header_box {
    text-align: center;
}

.payment_card .header_box span {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: white;
}

.payment_card .info_icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url("../img/info_icon.png");
}

.payment_card .with_info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.payment_card .with_info input {
    width: 153px;
}

.payment_card button {
    border-radius: 5px;
    border: 1px solid #00B6F4;
    background: #00B6F4;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 9px;
    transition: all ease 0.5s;
    direction: rtl;
    width: 100%;
    text-align: right;
}

.payment_card button:hover,
.payment_card button:focus-visible,
.payment_card button:focus {
    font-weight: 700;
    outline: none;
}

.show_plane_view {
    border-radius: 5px;
    border: 1px solid #00B6F4;
    background: #FFF;
    color: #00B6F4;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 4px;
    transition: all ease 0.5s;
    direction: rtl;
    white-space: nowrap;
}

.show_plane_view:hover,
.show_plane_view:focus,
.show_plane_view:focus-visible {
    background: #00B6F4;
    color: #FFF;
    font-weight: 700;
    outline: none;
}

.show_plane_view_details {
    color: #000;
    line-height: 11px;
    font-size: 10px;
    width: 90px;
    text-align: right;
}

.flex_inside {
    display: flex;
    gap: 5px;
    align-items: center;
}

.flex_inside .plain_title {
    padding-left: 5px !important;
}

.error-label-third-step-texts {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    direction: rtl;
    color: #FF0303;
    display: block;
    padding-right: 32px;
    margin-top: 8px;
}

.error-label-third-step {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    direction: rtl;
    color: #FF0303;
    margin-top: -24px;
    margin-bottom: 6px;
    display: block;
    padding-right: 26px;
}

.error-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    direction: rtl;
    color: #FF0303;
    padding-right: 5px;
}

.error-label.centered {
    text-align: center !important;
    padding-right: 0 !important;
    display: block;
    margin-top: 5px;
    margin-bottom: -23px;
}

.error-placeholder::placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    text-align: right !important;
    color: #FF0303 !important;
    direction: rtl;
}

.date-inputs-error-box {
    margin-top: -16px;
    padding: 0 50px;
    text-align: right;
}

.error-checkbox::after {
    background-image: url(../img/errorCheckbox.svg) !important;
}

@media only screen and (max-width: 410px) {
    .inner_content .details_content .item {
        padding: 0px 10px;
    }

    #contact .summary_box .box {
        padding: 9px 10px;
        width: 70vw;
    }

    #about .three_cols {
        padding: 0;
    }

    #about .item_on_row label,
    #about .date_label,
    #about .item_on_row .form-control {
        font-size: 14px;
    }
}

@media only screen and (max-width: 340px) {
    .inner_content .details_content .item span {
        font-size: 14px;
    }

    .header_title {
        font-size: 26px;
    }

    #globalTabulation .nav-tabs .nav-link {
        width: 52px;
        height: 52px;
    }

    #globalTabulation .nav-tabs .nav-link .icon {
        width: 24px;
        height: 22px;
    }

    #globalTabulation .nav-tabs {
        gap: 15px;
    }

    #globalTabulation .nav-tabs .nav-item:not(:last-child):before {
        top: 26px;
    }

    .inner_content {
        padding: 35px 20px 0;
    }

    .inner_content .details_header span {
        font-size: 20px;
    }

    #home .image_block .description_box {
        margin: 0 auto;
    }

    #contact .card .line .text {
        font-size: 12px;
        padding: 0 15px;
    }

    #profile .button_title,
    #contact .button_title,
    #about .button_title {
        font-size: 20px;
    }

    #about .button_title,
    #profile .button_title,
    #contact .button_title {
        margin-right: 6px;
    }

    #about .header_box button,
    #profile .header_box button,
    #contact .header_box button {
        padding: 6px;
    }

    #about .header_box button i,
    #profile .header_box button i,
    #contact .header_box button i {
        width: 12px;
        height: 12px;
    }

    #home .content_icon .title {
        font-size: 28px;
    }

    #profile .checkboxes_block .price, #profile .checkboxes_block label {
        font-size: 14px;
    }

    #about .item_on_row label,
    #about .date_label,
    #about .item_on_row .form-control {
        font-size: 12px;
    }
}
.fixed-height {
    height: 170px; /* Set a fixed height */
    object-fit: cover; /* Ensures the image fits without distortion */
}
.fixed-height2 {
    height: 250px;  
    object-fit: cover;  
}
#alertMsg {
    direction: rtl;
    text-align:center
}
#divLoading {
    display: none;
}

    #divLoading.show {
        display: block;
        position: fixed;
        z-index: 100;
        background-image: url('../images/loader.gif');
        background-color: #666;
        opacity: 0.4;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

#loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}
