body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl form p.invalid_message {
    direction: rtl;
    text-align: right;
    padding: 3px 3px 0 0;
}

body.rtl form label.form-control-placeholder {
    left: inherit;
    right: 0;
}

body.rtl form input[name="FirstName"] {
    text-align: right;
}

body.rtl form input[name="PhoneNumber"]::-webkit-input-placeholder,
body.rtl form input[name="Email"]::-webkit-input-placeholder,
body.rtl form input[name="password"]::-webkit-input-placeholder {
    text-align: right;
}

body.rtl form input[name="PhoneNumber"]:-moz-placeholder,
body.rtl form input[name="Email"]:-moz-placeholder,
body.rtl form input[name="password"]:-moz-placeholder {
    text-align: right;
}

/* FF 4-18 */

body.rtl form input[name="PhoneNumber"]::-moz-placeholder,
body.rtl form input[name="Email"]::-moz-placeholder,
body.rtl form input[name="password"]::-moz-placeholder {
    text-align: right;
}

/* FF 19+ */

body.rtl form input[name="PhoneNumber"]:-ms-input-placeholder,
body.rtl form input[name="Email"]:-ms-input-placeholder,
body.rtl form input[name="password"]:-ms-input-placeholder {
    text-align: right;
}

/* IE 10+ */

body.rtl form input[name="PhoneNumber"],
body.rtl form input[name="PhoneCountryCode"],
body.rtl form input[name="Email"] {
    text-align: left;
    direction: ltr;
}

body.rtl form .password_invalid_message h3,
body.rtl form .password_invalid_message p {
    text-align: right;
    font-size: 14px;
}

body.rtl form .password_invalid_message p {
    padding: 7px 25px 7px 0;
}

body.rtl form .password_invalid_message p.valid:before {
    left: inherit;
    right: 1px;
}

body.rtl form .checkbox_wrapper {
    text-align: right;
}

body.rtl form .checkbox_wrapper .checkbox,
body.rtl form .checkbox_wrapper .checkbox_txt {
    float: right;
}

body.rtl form .checkbox_wrapper .checkbox {
    margin: 1px 0 0 8px;
}

body.rtl form .checkbox_wrapper .checkbox label {
    left: inherit;
    right: 0;
}

body.rtl form .checkbox_wrapper .checkbox.unchecked:before {
    left: inherit;
    right: -10px;
    border-left: transparent;
    border-right: 8px solid #ff0e36;
    animation: checkbox_arrow_bounce_right 3s infinite;
}

@-moz-keyframes checkbox_arrow_bounce_right {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(10px);
        transform: translateX(10px);
    }
    60% {
        -moz-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@-webkit-keyframes checkbox_arrow_bounce_right {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    60% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes checkbox_arrow_bounce_right {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    60% {
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

body.rtl .floating_cookie_regulation_txt .acccept_btn {
    margin-left: inherit;
    margin-right: 15px;
}

@media all and (max-width:1200px) {
    body.rtl .floating_cookie_regulation_txt .acccept_btn {
        margin: 5px 20px 0 auto;
    }
}

@media all and (max-width:768px) {
    body.rtl .floating_cookie_regulation_txt p,
    body.rtl .floating_risk_warning p.risk_txt_mobile {
        text-align: right;
        font-size: 13px;
    }
    body.rtl .floating_cookie_regulation_txt .acccept_btn {
        margin: 2px 5% 0 auto;
    }
}

body.rtl .floating_risk_warning .close_floating_risk_warning {
    margin-left: inherit;
    margin-right: 15px;
}

/************* /END RTL FOR ARABIC VIEW **************/

.clear {
    clear: both;
}

/************* START Main Loader **************/

.loader_container {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6)
}

.loader_container.active {
    display: block
}

.loader_container img {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto
}

/************* /END Main Loader **************/

/************* START Regulation section with flags **************/

.reg_flags_wrapper {
    display: flex;
    margin: 25px auto 0;
    align-items: center;
    max-width: 360px;
}

.reg_flags_wrapper.vpr {
    justify-content: space-between;
}

.reg_flags_wrapper.hsn {
    justify-content: center;
}

.reg_flags_wrapper .country {
    display: flex;
    align-items: center;
    margin: 0;
    text-align: initial;
}

.reg_flags_wrapper .country.euro {}

.reg_flags_wrapper .separator {
    width: 1px;
    height: 25px;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.6);
}

.reg_flags_wrapper .country p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0;
}

.reg_flags_wrapper .country .country_img {
    width: 28px;
    margin-inline-end: 7px;
}

.reg_flags_wrapper .country .country_img img {
    width: 28px;
}

.reg_flags_wrapper .bottom-text {
    font-size: 12px;
}

@media all and (max-width: 991px) {
    .reg_flags_wrapper {
        max-width: 300px;
    }
    .reg_flags_wrapper .country p {
        font-size: 11px;
    }
}

/************* START form stuff **************/

form {
    width: 100%;
}

form .input-wrapper {
    position: relative;
    min-height: 85px;
}

form input {
    padding: 0 15px;
    color: #434344;
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

form .form-group {
    width: 100%;
    margin-bottom: 0;
}

form .form-group span.eye {
    display: block;
    position: absolute;
    right: 22px;
    top: 16%;
    height: 22px;
    width: 22px;
    background: url("") center / cover no-repeat;
}

form .form-group span.eye.active {
    background: url("") center / cover no-repeat;
}

body.rtl form .form-group span.eye {
    right: inherit;
    left: 22px
}

form input::-ms-clear {
    /* Remove IE's â€œclear fieldâ€ X button on certain inputs */
    display: none;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

form input,
form .form-control {
    font-size: 16px;
}

form .form-control {
    border-radius: 0;
}

form .form-control:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .phone_number_container .form-control:focus {
    border: transparent;
}

/* floating labels */

form label.form-control-placeholder {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: -2px;
    left: 0;
    transition: all 200ms;
    text-align: left;
    color: #777777;
    font-size: 12px;
}

form label.form-control-placeholder.active,
form .form-control:focus+.form-control-placeholder {
    color: #777777;
    opacity: 1;
    transform: translate3d(0, -100%, 0);
    z-index: 0;
}

form .form-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

form .form-group input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

form .form-group input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

form .form-group input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

form .form-group input::placeholder {
    color: #434344;
}

/* /.floating labels */

form .phone-container span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

form .phone-container input {
    height: 43px;
    background: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .country_code_container,
form .phone_number_container {
    float: left;
    height: 100%;
}

form .country_code_container {
    width: 20%;
    position: relative;
}

form .phone_number_container {
    width: 80%;
}

form .phone-container input[name="PhoneCountryCode"] {
    width: 100%;
    padding: 0 10px 0 12px;
}

form input[name="FirstName"],
form input[name="Email"],
form .phone-container,
form input[name="password"] {
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

form .btn {
    background: #8bc425;
    color: #fff;
}

form .btn:hover {
    background: #69ad01;
    color: #fff;
}

form .mail_spinner {
    display: none;
    position: absolute;
    top: 12px;
    right: 15px;
    height: 20px;
    width: 20px;
    animation: rotate 0.8s infinite linear;
    border: 4px solid #8bc33f;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/************* /END form stuff **************/

/************* START CHECKBOX stuff **************/

form .checkbox_wrapper {
    position: relative;
    margin: 5px 0 15px 0;
    text-align: left;
}

form .checkbox_wrapper .checkbox,
form .checkbox_wrapper .checkbox_txt {
    float: left;
}

form .checkbox_wrapper .checkbox {
    position: relative;
    width: 17px;
    height: 17px;
    margin: 1px 8px 0 0;
}

form .checkbox_wrapper .checkbox input[type=checkbox] {
    position: absolute;
    z-index: 1;
    opacity: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
}

form .checkbox_wrapper .checkbox label {
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 16px;
    min-height: inherit;
    padding: 0;
    margin: 0;
    background: #e1e1e1;
    border: 1px solid #fff;
    border-radius: 1px;
}

form .checkbox_wrapper .checkbox label:after {
    content: '';
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 7px;
    background: transparent;
    bottom: 7px;
    left: 2px;
    border: 3px solid #8bc425;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

form .checkbox_wrapper .checkbox input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

form .checkbox_wrapper .checkbox.unchecked:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #ff0e36;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: -10px;
    top: 5px;
    -moz-animation: checkbox_arrow_bounce 3s infinite;
    -webkit-animation: checkbox_arrow_bounce 3s infinite;
    animation: checkbox_arrow_bounce 3s infinite;
}

form .checkbox_wrapper .checkbox_txt {
    max-width: 89%;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3;
    color: #555;
}

form .checkbox_wrapper .checkbox_txt a {
    text-decoration: underline;
    color: inherit;
}

@-moz-keyframes checkbox_arrow_bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -moz-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@-webkit-keyframes checkbox_arrow_bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@keyframes checkbox_arrow_bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

/************* /END CHECKBOX stuff **************/

/************* START errors stuff **************/

form .input.invalid {
    border-bottom: 1px solid #ff4b05;
}

form .input.valid {
    border-bottom: 1px solid #8bc425;
}

form .server_error_msg {
    display: none;
    margin-bottom: 20px;
    color: red;
    text-align: center;
    font-size: 16px;
}

form p.invalid_message {
    display: none;
    color: red;
    text-align: left;
    padding: 3px 0 0 3px;
    font-size: 12px;
}

form .server_error_msg a,
form p.invalid_message a {
    text-decoration: underline;
    color: inherit;
}

form .invalid_email {
    margin-bottom: 15px;
}

form .password_invalid_message {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 15px 20px;
    margin-top: 1px;
    z-index: 4;
    background: #fff;
    color: #424242;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

form .password_invalid_message h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}

form .password_invalid_message p {
    position: relative;
    padding: 7px 0 7px 25px;
    font-size: 11px;
    color: #212939;
    text-align: left;
    line-height: 1;
    font-weight: 300;
    margin: 0;
}

form .password_invalid_message p.valid {
    color: #959595;
}

form .password_invalid_message p.valid:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 9px;
    height: 3px;
    background: transparent;
    bottom: 12px;
    left: 1px;
    border: 2px solid #a0cf4c;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/************* /END errors stuff **************/

.country-container {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.country-container .country {
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}

.country-container .country .country-img,
.country-container .country .country-img-geo {
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

.country-container .country .country-img img,
.country-container .country .country-img-geo img {
    width: 100%;
    height: 100%;
}

.country-container .country p {
    color: #959595;
    font-size: 12px;
    margin-top: 8px;
}

/************* START floating_risks **************/

.floatingBottomWrap {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
}

.floating_cookie_regulation_txt {
    width: 100%;
    font-family: 'Arial';
}

.floating_risk_warning {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    font-family: 'Arial';
}

.floating_cookie_regulation_txt>.container,
.floating_risk_warning>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floating_risk_warning>.container {
    width: 1254px;
    max-width: 1254px;
}

.floating_cookie_regulation_txt {
    display: none;
    background: rgba(222, 222, 222, 0.95);
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
}

.floating_cookie_regulation_txt p {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    font-family: 'Arial';
}

.floating_cookie_regulation_txt p a {
    display: inline-table;
    text-decoration: underline;
    color: #297FBF;
}

.floating_cookie_regulation_txt .acccept_btn {
    width: 115px;
    padding: 6px 20px;
    margin-left: 15px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #1C75BB;
    color: #1C75BB;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.floating_cookie_regulation_txt .acccept_btn:hover {
    background: #297FBF;
    color: #fff;
}

.floating_risk_warning {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
}

.floating_risk_warning .container.fullWidth {
    max-width: 100%;
    width: 100%;
}

.floating_risk_warning .container.fullWidth p {
    line-height: normal;
}

.floating_risk_warning .close_floating_risk_warning {
    width: 115px;
    margin-left: 15px;
    cursor: pointer;
    color: #333333;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
}

.floating_risk_warning p {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    text-align: center;
    margin: 0;
    font-family: 'Arial';
}

.floating_risk_warning p.risk_txt_mobile {
    display: none;
}

.floating_risk_warning p span {
    font-weight: bold;
}

.floating_risk_warning p a {
    display: inline-table;
    text-decoration: underline;
    color: #297FBF;
}

@media all and (max-width:1200px) {
    .floating_cookie_regulation_txt {
        padding: 10px 10px;
    }
    .floating_cookie_regulation_txt .acccept_btn {
        position: static;
        margin: 5px auto 0 20px;
    }
    .floating_risk_warning p br {
        display: none;
    }
}

@media all and (max-width:768px) {
    .floating_cookie_regulation_txt>.container,
    .floating_risk_warning>.container {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
    }
    .floating_cookie_regulation_txt {
        padding: 6px 0;
        background: #D5D5D5;
    }
    .floating_cookie_regulation_txt p {
        color: #00001E;
        text-align: left;
        line-height: 14px;
        font-size: 12px;
    }
    .floating_cookie_regulation_txt .acccept_btn,
    .floating_cookie_regulation_txt .acccept_btn:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        max-width: 70px;
        width: 100%;
        height: 23px;
        padding: 0;
        border: 1px solid #707070;
        background: transparent;
        color: #707070;
    }
    .floating_risk_warning {
        padding: 5px 0;
    }
    .floating_risk_warning p.risk_txt_desktop {
        display: none;
    }
    .floating_risk_warning p.risk_txt_mobile {
        display: block;
        font-size: 14px;
        line-height: 14px;
        text-align: left;
    }
    .floating_risk_warning .close_floating_risk_warning {
        width: 20px;
    }
}

/************* /END floating_risks **************/

/**************************************************************
payment strip style
**************************************************************/

.payment_strip {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top: 0.5px solid #D5D3D3;
    /*margin-top: 50px;*/
    padding: 33px 0;
    position: relative;
    z-index: 10
}

.payment_strip>.container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.payment_strip h3 {
    text-align: center;
    color: #929191;
    font-size: 20px;
    background: #fff;
    padding: 0 15px;
    margin: -12px auto 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.payment_strip .swiper-container {
    height: 100%;
}

.payment_strip .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment_strip .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 65px;
    outline: 0;
}

.prices-section {
    position: relative;
    background: #ffffff;
    z-index: 10
}

#prices-swiper {
    margin: 40px auto;
    width: 100%;
}

/* max-width: 991px */

@media (max-width: 991px) {
    .payment_strip {
        padding: 48px 0 24px;
    }
    .payment_strip h3 {
        margin: -9px auto 0;
        font-size: 14px;
    }
    #prices-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/**************************************************************
footer style
**************************************************************/

footer {
    border-top: 1px solid #E5E5E5;
    background: #fff;
    padding: 50px 0 150px;
    color: #929191;
    font-size: 16px;
}

footer a:focus,
footer a:hover {
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer .footer_links {}

footer .footer_links li {
    font-size: 18px;
    margin-bottom: 20px;
}

footer .footer_links li a {
    color: inherit;
}

footer .footer_links li a:hover {
    color: #1C75BB;
}

footer .footer_inner_txt {
    line-height: 1.5;
}

footer .footer_inner_txt a,
footer .footer_inner_txt span {
    text-decoration: underline;
    font-family: Lato-Bold;
}

footer .footer_inner_txt a.blue_color:hover {
    color: #1C75BB;
}

footer .footer_bottom_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

footer .footer_bottom_wrap .footer_social_network {
    display: flex;
    height: 100%;
    flex-direction: column;
}

footer .footer_bottom_wrap .footer_social_network p {
    font-size: 18px;
    margin-bottom: 20px;
}

footer .footer_bottom_wrap .footer_social_network ul {
    display: flex;
    align-items: center;
}

footer .footer_bottom_wrap .footer_social_network ul li {
    margin: 0 15px;
}

footer .footer_bottom_wrap .footer_social_network ul li:first-child {
    margin-left: 0;
}

footer .footer_bottom_wrap .footer_social_network ul li:last-child {
    margin-right: 0;
}

footer .footer_bottom_wrap .footer_info {
    display: flex;
    align-items: center;
    margin-top: auto;
    height: 30px;
}

footer .footer_bottom_wrap .footer_copyright {}

footer .footer_bottom_wrap .footer_copyright:before {
    content: '';
    display: inline-flex;
    vertical-align: bottom;
    width: 25px;
    height: 32px;
    margin-right: 10px;
    background: url("") no-repeat top center;
    background-size: 100%;
}

.prices-swiper {
    margin-top: 50px;
    margin-bottom: 5rem;
    width: 100%;
}

/*<<<<<<< HEAD*/

.prices-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*=======*/

/*>>>>>>> 899a62cfc7c04ed129ce9527b55f86450b9c09e7*/

.prices-swiper.prices-swiper-mobile {
    display: none;
}

@media all and (max-width:991px) {
    header .mobile_view .side_menu.active {
        width: 100%;
    }
    header .mobile_view .side_menu .menu_top_wrap .menu_logo {
        visibility: visible;
    }
    footer .container {
        width: 100% !important;
    }
    footer .col-12,
    footer .col-md-12 {
        max-width: 100%;
    }
    footer .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    footer .footer_links {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    footer .footer_links li {
        font-size: 16px;
        line-height: 1;
        padding: 0 8px;
        border-right: 1px solid #929191;
    }
    footer .footer_links li:last-child {
        border-right: none;
        padding-right: 0;
    }
    footer .footer_links li a {
        white-space: nowrap;
    }
    footer .footer_bottom_wrap {
        flex-direction: column;
    }
    footer .footer_bottom_wrap .footer_social_network {
        padding: 20px 0;
        align-items: center;
        border-top: 1px solid #929191;
        border-bottom: 1px solid #929191;
    }
    footer .footer_bottom_wrap .footer_social_network ul {
        max-width: 280px;
        width: 100%;
        justify-content: space-between;
    }
    footer .footer_bottom_wrap .footer_info {
        padding: 20px 0;
        flex-direction: column;
    }
    footer .footer_bottom_wrap .footer_copyright {
        font-size: 14px;
    }
    footer .footer_bottom_wrap .footer_copyright:before {
        width: 15px;
        height: 18px;
        vertical-align: top;
    }
    footer .language {
        margin: 25px 0 15px;
    }
    /*<<<<<<< HEAD*/
    /*=======*/
    .prices-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*>>>>>>> 899a62cfc7c04ed129ce9527b55f86450b9c09e7*/
    .prices-swiper.prices-swiper-desktop {
        display: none;
    }
    .prices-swiper.prices-swiper-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

/**************************************************************
ARABIC FOOTER STYLE
**************************************************************/

body.rtl footer,
body.rtl footer a,
body.rtl footer li,
body.rtl footer span,
body.rtl footer button {
    font-family: 'DroidKufi-Regular';
}

body.rtl footer .footer_bottom_wrap .footer_social_network ul li:first-child {
    margin-left: 15px;
    margin-right: 0;
}

body.rtl footer .footer_bottom_wrap .footer_social_network ul li:last-child {
    margin-right: 15px;
    margin-left: 0;
}

body.rtl footer .footer_inner_txt a,
body.rtl footer .footer_inner_txt span {
    font-family: 'DroidKufi-Bold';
}

body.rtl footer .footer_bottom_wrap .footer_copyright {
    font-family: "DroidKufi-Regular";
}

body.rtl footer .footer_bottom_wrap .footer_copyright:before {
    margin-right: inherit;
    margin-left: 10px;
}

@media all and (max-width:991px) {
    body.rtl footer .footer_links li {
        border-right: none;
        border-left: 1px solid #929191;
    }
    body.rtl footer .footer_links li:last-child {
        border-right: inherit;
        border-left: none;
        padding-right: inherit;
        padding-left: 0;
    }
    body.rtl footer .language {
        margin: 25px 0 15px;
    }
}

/************* END FOOTER **************/

@media all and (max-width: 768px) {
    footer {
        padding: 20px 0 100px;
    }
    form .form-group span.eye {
        height: 20px;
        width: 20px;
    }
}

#confirmModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    place-content: center;
    z-index: 9999;
}

#confirmModal.active {
    display: grid;
}

#confirmModal .modal-content {
    padding: 30px 45px;
    background-color: #F0F0F0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#confirmModal .modal-content .btn-blue {
    background: #1c79be;
    text-align: center;
    font-size: 20px;
    /* color: #fff; */
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    /*width: 250px;*/
    padding: 0.5rem;
}

#confirmModal .modal-content .btn-blue:hover {
    background: #3692d9;
}

#confirmModal .modal-content .btn-blue a {
    color: white;
}

#confirmModal .bottom-modal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media all and (max-width:991px) {
    #confirmModal .modal-content {
        max-width: 90vw;
    }
}