/* .........................start font css .........................*/
@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype"),
        url("../fonts/IRANSansWeb(FaNum).eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSansWebEnNum";
    font-style: normal;
    font-weight: lighter;
    src: url("../fonts/IRANSansWeb_Medium.eot");
    src: url("../fonts/IRANSansWeb_Medium.eot") format("embedded-opentype"),
        url("../fonts/IRANSansWeb_Medium.woff") format("woff"),
        url("../fonts/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "fontawesome";
    src: url("../fonts/fontAwesome.eot") format("embedded-opentype"),
        url("../fonts/fontAwesome.woff") format("woff"),
        url("../fonts/fontAwesome.ttf") format("truetype"),
        url("../fonts/fontAwesome.svg") format("svg"),
        url("../fonts/fontAwesome-brands.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fontAwesome-brands.eot");
    src: url("../fonts/fontAwesome-brands.eot") format("embedded-opentype"),
        url("../fonts/fontAwesome-brands.woff") format("woff"),
        url("../fonts/fontAwesome-brands.ttf") format("truetype"),
        url("../fonts/fontAwesome-brands.svg") format("svg");
}

.fab {
    font-family: "fontawesome";
    font-weight: 400;
}

@font-face {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fontAwesome-regular.eot");
    src: url("../fonts/fontAwesome-regular.eot") format("embedded-opentype"),
        url("../fonts/fontAwesome-regular.woff") format("woff"),
        url("../fonts/fontAwesome-regular.ttf") format("truetype"),
        url("../fonts/fontAwesome-regular.svg") format("svg");
}

.far {
    font-family: "fontawesome";
    font-weight: 400;
}

@font-face {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fontAwesome-solid.eot");
    src: url("../fonts/fontAwesome-solid.eot") format("embedded-opentype"),
        url("../fonts/fontAwesome-solid.woff") format("woff"),
        url("../fonts/fontAwesome-solid.ttf") format("truetype"),
        url("../fonts/fontAwesome-solid.svg") format("svg");
}

.fa,
.fas {
    font-family: "fontawesome";
    font-weight: 900;
}

/* .........................end font css .........................*/
/* .........................start main css.........................*/
* {
    margin: 0px;
    padding: 0px;
    font-family: 'IRANSansWeb;

}

.unvisible {
    display: none;
}

:root {
    --dark-blue: #274494;
    --white-blue: #0095da;
    --text-color: #333333;
}

.color-1 {
    color: #bdbbbb;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
    text-decoration: none;
    color: black;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.container {
    margin-top: 25px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.width-100 {
    width: 100%;
}

.width-3 {
    width: 3%;
}

.width-1 {
    width: 1%;
}

.width-10 {
    width: 10%;
}

.width-70 {
    width: 70%;
}

.width-49 {
    width: 49%;
}

.width-50 {
    width: 50%;
}

.width-30 {
    width: 30%;
}

.width-33 {
    width: 33.333%;
}

.width-66 {
    width: 66.666%;
}

.width-40 {
    width: 40%;
}

.width-60 {
    width: 60%;
}

.width-61 {
    width: 61%;
}

.width-31 {
    width: 31%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-20 {
    width: 20%;
}

.width-33 {
    width: 33.33%;
}

.clr {
    clear: both;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 9px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

/* .flex-grow-3 {
    flex-grow: 3;
}

.flex-grow-4 {
    flex-grow: 4;
} */

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

.middle {
    vertical-align: middle;
}

.pointer {
    cursor: pointer;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

/*......................... end main css......................... */
.info-section {
    display: inline;
}

/* .........................start hedaer css .........................*/
/* .header-section {
    background-color: var(--dark-blue);
    height: 90px;
    z-index: 999;
}

.logo img {
    width: 160px;
    height: 65px;
    vertical-align: middle;
    margin-top: 5px;
}

.margin-header-section {
    margin: 5px 0px;
}

.align-menue {
    margin-top: 35px;
    text-align: end;
}

.header-menue li {
    display: inline;
    margin: 20px;
    font-size: 17px;
    color: white;
    transition: all 0.2s linear;
}

.header-menue li:hover {
    color: var(--white-blue);
    transition: all 0.2s ease-out;
}

.icon-sign-in::before {
    font-family: "fontawesome";
    content: "\f2bd";
    font-size: 17px;
    vertical-align: middle;
    margin-right: 8px;
}

.language-flag {
    margin: 0px 5px;
    width: 20px;
    height: 13px;
} */
/* .........................start hedaer css .........................*/
.fixed-header {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 1000 !important;
}

.header-section {
    background-color: var(--dark-blue);
    height: 90px;
    /* z-index: 999; */
}

.logo img {
    width: 160px;
    height: 65px;
    vertical-align: middle;
    margin-top: 5px;
}

.margin-header-section {
    margin: 5px 0px;
    text-align: end;
}

.align-menue {
    margin-top: 31px;
    text-align: start;
}

.header-menue li {
    display: inline;
    margin: 20px;
    font-size: 16px;
    transition: all 0.2s linear;
}

.header-menue li a {
    color: white;
}

.header-menue li a:hover {
    color: var(--white-blue);
    transition: all 0.2s ease-out;
}

.icon-sign-in::before {
    font-family: "fontawesome";
    content: "\f2bd";
    font-size: 17px;
    vertical-align: middle;
    margin-right: 8px;
    padding-left: 7px;
}

.header-section .logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.language-section {
    padding: 2em 0 0 0;
    margin-left: 1em;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.dropdown-language svg {
    vertical-align: middle;
    float: left;
}

.dropdown-language span {
    font-size: 11px;
    color: #313131;
}

.dropdown-language a {
    width: 100%;
}

.default-language::after {
    content: "\f107";
    font-family: "fontawesome";
    color: #fff;
    font-weight: bold;
    margin-right: 0.2em;
    font-size: 16px;
    vertical-align: middle;
}

.default-language.open::after {
    content: "\f106";
}

.default-language svg {
    vertical-align: middle;
}

.dropdown-language ul {
    padding: 0.2em 0.3em;
    box-shadow: 0 4px 8px rgba(144, 149, 167, 0.2);
    background-color: #fdfeff;
}

.dropdown-language ul li:hover {
    background-color: #f6f6f6;
}

.dropdown-language ul li {
    padding: 0.2em 0;
}

.dropdown-language {
    width: 100%;
    text-align: right;
    z-index: 9;
    position: absolute;
}

.default-language {
    min-width: 50px;
}

.btnstyle::before {
    color: #fff;
    content: "\f2bd";
    font-family: "fontawesome";
    margin: 0 0.2em;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.Login_Information,
.header-menue {
    display: inline-block;
}

.Login_Information {
    color: #fff;
    margin: 0 1em;
    padding: 2em 0 0 0;
}

.btnstyle {
    cursor: pointer;
}

/*<!--------------------------------START CSS LOGIN MOB-------------------------------*/
.email-item-container {
    max-height: 100px;
    overflow: auto;
    text-align: right;
}

.email-item-container .inner-input label {
    color: #444449;
    margin-right: 0 !important;
}

.email-item-container .inner-input label span {
    padding-right: 1.5em;
}

.email-item-container .inner-input span::before,
.email-item-container .inner-input span::after,
.email-item-container .radioButton {
    right: 0 !important;
}

.inner-input span::after {
    content: "\f111";
    font-family: "FontAwesome";
    right: 20px;
    top: 0;
    color: transparent;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 6px;
}

.inner-input span::before,
.inner-input span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.inner-input span::before {
    right: 20px;
    width: 10px;
    height: 10px;
    border: 3px solid #ccc;
    transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    border-radius: 50%;
}

.inner-input span::after {
    content: "\f111";
    font-family: "FontAwesome";
    right: 20px;
    top: 0;
    color: transparent;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 6px;
}

.section-input {
    margin: 10px 0;
}

.radioButton:checked+label span::after {
    color: rgb(32, 197, 186);
    border: 2px solid rgb(32, 197, 186);
}

.radioButton {
    width: 15px !important;
    height: 15px !important;
    top: 3px;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    right: 20px;
}

.section-input label {
    margin-right: 20px;
}

.radioButton:checked+label span {
    color: #2e2813;
}

.section-input span::before {
    right: 20px;
    width: 15px;
    height: 15px;
    border: 2px solid #827979;
    transition: border-color 0.2s;
    border-radius: 50%;
}

.section-input span::before,
.section-input span::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
}

.radioButton:checked+label span::before {
    border: none;
}

.section-input span::after {
    content: "\f111";
    font-family: "FontAwesome";
    right: 20px;
    top: 3px;
    color: transparent;
    transition: color 0.2s;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 6px;
}

.neardate {
    margin-bottom: 0.5em;
}

.flight-part-item {
    border-bottom: 2px dashed #e8e8e8;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.Wrapper-logininfo-def .form-title {
    text-align: center;
    color: #fff !important;
}

.Wrapper-logininfo-def .timing {
    color: #fff !important;
    margin: 1em auto;
}

.not-allowedLogin {
    background: #606060 !important;
    cursor: not-allowed !important;
    color: #fff !important;
}

.not-login {
    cursor: pointer;
}

.section-login input {
    height: 38px;
    box-sizing: border-box;
    line-height: 38px;
}

.section-login .login_info.result-container {
    width: 100%;
}

.section-login {
    padding: 0 !important;
    margin: 15px auto !important;
    width: 90%;
}

.Form_User-btn {
    height: 40px;
    border-radius: 5px;
    width: 100% !important;
    color: #fff !important;
    text-align: center !important;
    cursor: pointer;
}

.CheckCaptcha,
.CheckCaptcha-Reg-Mail,
.CheckCaptchaReg-SMS,
.CheckCaptcha-forgetPass,
.CheckCaptcha-forgetPass {
    text-align: center;
    margin: 10px 0;
    color: #f42e36;
}

.Link-Login-def-new,
.Link-Login-def-prev,
.Link-Forgetpass,
.Link-Register,
.Link-ResendMail,
.Link-Login,
.Link-Forgetpass-def,
.Link-Register-def,
.Link-ResendMail-def,
.Link-Login-def {
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.Message-LoginRegister {
    text-align: center;
    margin: 10px 0;
    color: #444;
}

.section-box {
    background: none !important;
    box-shadow: none !important;
    height: auto !important;
    text-align: center !important;
}

.captcha-input {
    width: 40% !important;
}

.Wrapper h3,
.Wrapper-registerinfo h3 {
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
    color: #444449;
}

#login .mm-spn--open {
    margin-top: 30px !important;
}

.section-login::before {
    display: none !important;
}

.captcha_img {
    width: 30%;
    text-align: left;
}

.section-login .captcha_img img {
    width: 100%;
    height: 38px;
}

.height_80 {
    height: 80%;
    padding: 0 10px !important;
}

.refresh-img {
    width: 10%;
    color: #fff !important;
    font-size: 17px;
    border: none !important;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0 !important;
}

.fa.fa-refresh {
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa.fa-user.is-login {
    color: #2db742;
    padding: 0 5px !important;
    font-size: 20px;
}

.errorMsg {
    color: #f42e36;
}

.successMsg {
    color: #2db742;
}

.UserInfo {
    text-decoration: none;
    direction: rtl;
    padding: 0 !important;
    font-size: 12px;
    color: #525252;
}

.Link-profile {
    width: 100%;
    margin-top: 1.5em;
}

.icon-dashboard::before {
    content: "\f0e4";
}

.link-login {
    color: #2db742;
    font-size: 13px;
}

.link-logout {
    color: #f42e36;
    font-size: 12px;
}

.link-login::before,
.link-logout::before {
    content: "|";
    color: #525252;
    padding: 0 0.2em;
}

.Link-profile::before {
    content: "\f2bd";
    font-family: "fontawesome";
    font-size: 15px;
    vertical-align: middle;
    color: #525252;
}

.Link-Register,
.Link-ResendMail,
.Link-Login-Prev {
    font-size: 15px !important;
    color: #313131 !important;
    width: 90% !important;
    border-bottom: 1px solid;
    margin: 0 auto !important;
}

.container-login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999999999999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: bottom, background-color;
    -o-transition-property: bottom, background-color;
    transition-property: bottom, background-color;
    -webkit-transition-duration: 0s, 0.3s;
    -o-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0.45s, 0.15s;
    -o-transition-delay: 0.45s, 0.15s;
    transition-delay: 0.45s, 0.15s;
}

.container-login-content {
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #f4f7f8;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.container-login-open {
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.container-login li,
.container-login span,
.container-login ul {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-login ul {
    line-height: 24px;
    line-height: var(--mm-spn-line-height);
    overflow: visible;
    overflow-y: auto;
    background: inherit;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    cursor: default;
}

.container-login li {
    position: relative;
    background: inherit;
    cursor: pointer;
    direction: rtl;
    text-align: right;
    font-size: 13px;
    width: 95%;
    background-color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    color: #888;
    margin: 5px auto;
    height: 40px;
}

.container-login span {
    position: relative;
    background: 0 0;
    z-index: 1;
}

.container-login span {
    position: relative;
    background: 0 0;
    z-index: 1;
}

.loadingLog,
.ResendSMS {
    display: none;
}

.ResultInfo {
    margin: 20px 0;
    font-size: 13px;
    color: #313131;
    text-align: center;
}

.loginRegister {
    direction: rtl;
}

.Wrapper-registerinfo label {
    color: #313131 !important;
}

/*<!--------------------------------END CSS LOGIN MOB-------------------------------*/

/* .........................end hedaer css .........................*/
/* .........................start bannern css .........................*/
.banner {
    background-image: url(../images/banner-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    width: 100%;
    position: relative;
}

/* .........................end bannern css .........................*/
/* .........................start searchbox css .........................*/

.item-searchbox {
    /* flex-grow: 1; */
    height: 70px;
    outline: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
    margin-top: 130px;
    margin-left: 2px;
    background-color: white;
    transition: all 0.2s linear;
}

.item-searchbox:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 4px 4px 4px 2px;
    transition: all 0.2s ease-in-out;
}

.flight-type {
    margin-left: -50px;
    margin-top: 7px;
}

.flight-type li {
    display: inline;
    margin: 20px;
}

.radio-text {
    margin-left: 20px;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 20px;
}

.position-radio {
    top: 10px;
}

input {
    outline: none;
    border: none;
}

.text-inputs {
    margin: 22px 2px 2px 20px;
    color: #bdbbbb;
    font-size: 17px;
}

.text-inputs-to {
    margin: 24px 2px 2px 20px;
    color: #bdbbbb;
    font-size: 15px;
}

.search-button {
    background-color: var(--white-blue);
    border-radius: 7px;
    height: 60px;
    width: 70%;
    margin: 5px 4px 4px 180px;
    transition: all 0.2s linear;
}

.search-button:hover {
    transition: all 0.2s ease-out;
    background-color: var(--dark-blue);
}

.text-search-button {
    color: white;
    font-size: 20px;
}

.search-icon::before {
    font-family: "fontawesome";
    content: "\f002";
    font-size: 17px;
    color: white;
    vertical-align: middle;
}

.padding-left {
    padding-left: 10px;
}

.padding-text {
    padding-top: 10px;
    padding-left: 10px;
}

.exchange {
    background-color: var(--white-blue);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    transition: all 0.2s linear;
    margin-left: 188px;
    z-index: 10;
}

.exchange:hover {
    transition: all 0.2s ease-out;
    background-color: var(--dark-blue);
}

.inner-city {
    padding: 5px 5px 5px 40px;
    height: 45px;
    border: 1px solid #2222;
    border-radius: 5px;
    position: relative;
}

/* .pass-group .inner-city {padding-left: 80px;} */
.input-group {
    position: relative;
    height: 70px;
    width: 400px;
}

.input-group.city {
    float: left;
    width: 200px;
}

.first-rounded {
    border-radius: 10px 0 0 10px;
}

.last-rounded {
    border-radius: 0 10px 10px 0;
    background: white;
    height: 70px;
    margin-top: 130px;
    width: 400px !important;
}

/* .Basis_Date_Box {width: 40%;float: left;padding-right: 10px;}
.Basis_Date_Box .input-group {width: 50%!important;}
.Basis_Date_Box .input-group:nth-child(2){padding-right: 0;} */
.week .day:last-child .basis_s_day,
.week .day:last-child .basis_m_day {
    color: #2c539e !important;
}

.Basis_Calendar .current_day {
    background: #d2a509 !important;
}

.Basis_Calendar .month_day_list table td:hover {
    background: #e5e6e7 !important;
}

.Basis_Calendar .month_day_list table td:hover .basis_m_day {
    color: #d2a509 !important;
}

.Basis_Calendar .selected_date {
    background: #5050507a !important;
}

.Basis_Calendar .basis_m_day {
    color: #141414 !important;
}

.frm-submit-btn>input[type=submit] {
    width: 186px;
    color: white;
    font-size: 17px;
    background-color: var(--white-blue);
    border-radius: 7px;
    height: 60px;
}

.frm-submit-btn>input[type=submit]:hover {
    transition: all 0.2s ease-out;
    background-color: var(--dark-blue);
}

.frm-submit-btn {
    display: inline-block;
}

/* .input-group.frm-submit-btn {    color: white;    font-size: 20px;width: 14%;float: right;margin-top: 130px;    background-color: var(--white-blue);border-radius: 7px;height: 60px;width: 70%;margin: 5px 4px 4px 155px;transition: all 0.2s linear;} */
/* .input-group.frm-submit-btn:hover {    transition: all 0.2s ease-out;background-color: var(--dark-blue);} */
.input-label {
    position: absolute;
    top: 13px;
    left: 5px;
}

.white-btn-holder {
    height: 70px;
    outline: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
    margin-top: 130px;
    margin-left: 2px;
    background-color: white;
    transition: all 0.2s linear;
}

.flat-icon {
    font-family: 'flaticon';
}

.flat-location::before {
    content: "\f132";
    color: #7e7e7e;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
}

.input-label svg {
    fill: #7e7e7e;
}

.auto-fit {
    color: #37323e;
    font-size: 12px;
}

.input-element {
    border: unset;
    font-size: 15px;
    font-family: 'CP-Medium', sans-serif;
}

/* .Basis_Date_Box .input-element {width: 100%;height: 100%;position: absolute;right: 0;left: 0;top: 0;z-index: 999;background: unset;color: #777;cursor: pointer;padding: 22px 5px 5px 40px;} */
.pass-group .input-element {
    /* flex-grow: 1; */
    height: 70px;
    outline: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
    /* margin-top: 130px; */
    margin-left: 2px;
    background-color: white;
    transition: all 0.2s linear;
    width: 200px;
    padding-left: 15px;
}

.count-room {
    font-size: 11px;
    position: absolute;
    top: 16px;
    left: 40px;
}

.count-adultRoom {
    font-size: 11px;
    position: absolute;
    top: 16px;
    left: 90px;
}

.count-childRoom {
    font-size: 11px;
    position: absolute;
    top: 16px;
    left: 140px;
}

/* .input-element-submit {cursor: pointer;font-family: 'CP-Medium', sans-serif;width: 100%;height: 45px;border-radius: 5px;border: 1px solid #2222;background: #2c539e;color: #fff;font-weight: 700;}
.input-element-submit:hover {background: #d2a509;} */
.section-title {
    margin-bottom: 30px;
}

.advantages figcaption {
    font-size: 12px;
    margin-top: 10px;
}

.HotelPassengers {
    height: auto;
    clear: both;
    padding: 15px 15px;
    background-color: #fff;
    float: left;
    margin: 0px auto 0px;
    border-radius: 3px;
    top: 60px;
    left: 0px;
    z-index: 99;
    position: absolute;
    display: none;
    width: 100%;
    min-width: 250px;
    right: 0;
    margin-top: 10px;
}

.HotelPassengers.block {
    display: block;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.38);
    padding-top: 25px;
    border-radius: 3px;
    padding: 20px 5px;
}

.HotelPassengers .itemlable2 {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
    position: relative;
    line-height: 30px;
}

.createChildDropdown {
    clear: both;
    display: block;
    float: right;
    width: 100%;
    margin: 10px 0;
}

.createChildDropdown label {
    width: 100%;
    float: left;
    color: #2c539e;
    text-align: left;
    height: 30px;
    line-height: 30px
}

.HotelPassengers .itemlable2 ul {
    background-color: rgba(255, 255, 255, 0.6);
    float: right;
    width: 75px;
    height: 30px;
    line-height: 30px;
}

.HotelPassengers .itemlable2 ul li {
    float: left;
    display: block;
    font-size: 16px;
    width: 25px;
    text-align: center;
    color: #2c539e;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.HotelPassengers .itemlable2 ul li:first-child {
    float: right;
}

.HotelPassengers .itemlable2 input[type="text"] {
    font-family: 'CP-Medium', sans-serif;
    border: unset;
    background: none;
    width: 25px;
    position: absolute;
    height: 25px;
    right: 25px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 13px;
}

.frm .itemlable2 ul li a {
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: #2c539e;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
}

.frm .itemlable2 ul li:first-child a {
    background-color: #2c539e;
}

.itemlable2 label,
.age-selection .label {
    direction: ltr;
    white-space: nowrap;
    display: block;
    clear: both;
    font-size: 11px;
    color: #666;
    float: left;
}

.numberOfRooms {
    clear: both;
    font-size: 12px;
    color: #2c539e;
}

.age-selection {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.select-age {
    clear: both;
    display: block;
    margin-top: 5px;
    float: left;
    background-color: #f4f5f6;
    border: 1px solid rgba(65, 62, 62, 0.1);
    border-radius: 3px;
    font-size: 11px;
    padding: 5px;
}

.CloseHotelPassengers {
    font-size: 14px;
    width: 100%;
    clear: both;
    background: #2c539e;
    border: 1px solid #2c539e;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.CloseHotelPassengers:hover {
    background: #fff;
    color: #2c539e;
}
/* 
.searchList {
    width: calc(100% - 10px);
    min-width: 200px;
    text-align: left;
    float: left;
    direction: ltr;
    font-size: 12px;
    background: #fff;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    border-radius: 3px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.38);
} */

.fa-spinner::before {
    content: "\f110";
}

.category-title {
    background-color: #2c539e;
    color: #fff !important;
    cursor: none !important;
}

/* .searchList ul li {
    padding: 0 7px !important;
    border-bottom: 1px solid #f1f1f1;
    color: #2e2813;
    cursor: pointer;
    float: none !important;
    line-height: 30px;
    height: 30px;
    clear: both;
    font-size: 11px;
} */

.searchList ul li:hover {
    background: #f1f1f1;
}

.searchList ul li i {
    margin-left: 5px;
}

.fa-chevron-down::before {
    content: "\f078";
}

.mini-loading {
    position: absolute;
    right: 1em;
    top: .5em;
    height: 30px;
    line-height: 30px;
    display: none;
}

.countryFlight {
    position: absolute;
    background-color: #FFFFFF;
    font-size: 13px;
    color: #161616;
    width: 100%;
    line-height: 25px;
    z-index: 999999999999;
    left: auto;
    right: 0;
    box-shadow: 0 15px 60px rgba(53, 55, 57, 0.1);
    margin-top: -2px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.38);
}

#insuranceSearch .countryFlight,
#cipSearch .countryFlight,
#visaSearch .countryFlight {
    top: 60px;
    margin-top: 10px;
    border-radius: 3px;
}

.countryFlight .selectCountry span.txtcountry::before {
    display: none;
    content: '\f061';
    margin-right: 5px;
    color: #0E4B82;
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 12px;
}

.selectCountry {
    width: 100%;
    float: right;
    color: #2e2813;
    cursor: pointer;
    padding: 0 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 30px;
    font-size: 9px;
    border-bottom: 1px solid #f1f1f1;
}

.selectCountry:hover {
    background: rgba(53, 55, 57, 0.07);
}

.countryFlight .fa {
    color: #0E4B82 !important;
}

.selectCountry .txtcountry.txtcountryAllAirP {
    padding-left: 0;
}

.sectionBorder {
    width: 100%;
    float: right;
    padding: 300px 0;
}

.searchList .country {
    height: 30px;
    background-color: #fff;
    border: 1px solid #e5e4f0;
    padding: .375rem .75rem;
    margin: 5px auto;
    width: 97%;
    float: none;
    display: block;
    font-size: 11px;
}

.flight-passenger {
    display: inline-block;
}


.revers::after {
    font-family: "fontawesome";
    font-style: normal;
    content: "\f021";
    font-size: 16px;
    color: white;
    vertical-align: middle;
    z-index: 999;
    position: absolute;
    margin-top: 3px;
    margin-left: 6px;
}

.airplane::before {
    font-family: "fontawesome";
    font-style: normal;
    content: "\f072";
    font-size: 25px;
    color: var(--dark-blue);
    vertical-align: middle;
    z-index: 999;
    position: absolute;
    margin-top: 60px;
    margin-left: 6px;
    transform: rotate(44deg);
}

.airplane-text {
    margin-left: 35px;
    display: inline;
    font-size: 20px;
    color: var(--dark-blue);
    font-weight: bold;
    z-index: 999;
    position: absolute;
    margin-top: 60px;
    margin-left: 36px;
}

/* .........................end searchbox css .........................*/
/* .........................start services css .........................*/

.item-service {
    border: 1.5px solid #d3d6d9;
    width: 33%;
    height: 150px;
    border-radius: 15px;
    margin: 0px 10px 0px 0px;
}

.image-service {
    vertical-align: middle;
    margin: 20px 15px 30px 10px;
}

.margin-left-92 {
    margin-left: 92px;
}

.margin-left-76 {
    margin-left: 76px;
}

.text-service {
    font-size: 25px;
    font-weight: bold;
    color: var(--text-color);
}

/* .........................end services css .........................*/
.articles-card-title {
    font-size: 33px;
    color: var(--text-color);
    padding-bottom: 10px;
    padding-top: 30px;
    font-weight: bold;
}

.articles-card-image {
    padding-bottom: 15px;
}

.articles-card {
    border: 1.5px solid #d3d6d9;
    width: 35%;
    height: 280px;
    border-radius: 15px;
    margin: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
    transition: all 0.2s linear;
}

.arrow-icon::before {
    font-family: "fontawesome";
    content: "\f061";
    font-size: 17px;
    vertical-align: middle;
    color: var(--dark-blue);
    margin-left: 80px;
    margin-top: 20px;
}

.articles-card:hover {
    transition: all 0.2s ease-out;
    transform: scale(0.9);
}

.articles-card img {
    border-radius: 10px 10px 0px 0px;
}

.airplane-article-1::before {
    font-family: "fontawesome";
    font-style: normal;
    content: "\f072";
    font-size: 17px;
    color: var(--dark-blue);
    vertical-align: middle;
    z-index: 999;
    position: absolute;
    margin-top: -5px;
    margin-left: -117px;
    transform: rotate(44deg);
}

.airplane-article-2::before {
    font-family: "fontawesome";
    font-style: normal;
    content: "\f072";
    font-size: 17px;
    color: var(--dark-blue);
    vertical-align: middle;
    z-index: 999;
    position: absolute;
    margin-top: 15px;
    margin-left: -116px;
    transform: rotate(224deg);
}

.city-article {
    font-size: 18px;
    font-weight: bold;
    color: var(--text-color);
    display: inline;
    margin: 20px 18px;
}

.from-article {
    font-size: 18px;
    font-weight: bold;
    color: var(--dark-blue);
    display: inline;
}

/*<!--------------------------------START CSS CONTACT US-------------------------------*/
.contact-form-box {
    margin-bottom: 50px;
}

.contact-form {
    text-align: left;
    /* width: 60%; */
    margin-top: 40px;
}

.contact-frm div {
    margin-bottom: 0.8em;
}

.contact-form input,
.contact-form textarea {
    line-height: 44px;
    height: 44px;
    color: #666;
    background: #fff;
    padding: 7px 15px;
    direction: rtl;
    margin-bottom: 20px;
    padding: 0.5em;
    background: #f5f5f5;
    border: 2px solid #efefef;
    border-radius: 8px;
    width: 100%;
}

.contact-form textarea {
    height: auto;
}

.contact-form input:nth-child(1) {
    width: 49% !important;
    float: right;
}

.contact-form input:nth-child(2) {
    width: 49%;
    float: right;
    margin-right: 2%;
}

.contact-form button {
    display: block;
    margin: 0 auto;
    color: white;
    background-color: var(--white-blue);
    padding: 15px 50px;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    outline: none;
    border: none;
    margin-left: 1067.64px;
    transition: all 0.2s linear;
}

.contact-form button:hover {
    background-color: var(--dark-blue);
    transition: all 0.2s ease-out;
}

.contact-form .field-captcha {
    height: 44px;
    line-height: 44px;
    width: 50% !important;
}

.contact-form .field-captcha img,
.contact-form .field-captcha i {
    vertical-align: middle;
}

.contact-info-box {
    direction: rtl;
}

#contact-resize .contact-info-box li {
    direction: ltr;
    text-align: left;
    margin-bottom: 1em;
    line-height: 4;
    width: 90%;
}

#contact-resize .contact-info-box li span,
#contact-resize .contact-info-box li a {
    color: var(--dark-blue);
}

#contact-resize .contact-info-box li span {
    margin-right: 0.5em;
}

.color_grey i {
    color: var(--dark-blue);
    font-size: 20px;
    padding-right: 10px;
}

.fa-map-marker::before {
    content: "\f041";
    color: var(--dark-blue);
}

.ans_contact::after {
    content: " - ";
}

.ans_contact:last-child::after {
    content: "";
}

.contact-info-icon {
    border: 1px solid var(--dark-blue);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.contact-info-icon i {
    font-weight: normal;
}

.items-contact {
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0px;
}

.phone-icon::before {
    font-family: "fontawesome";
    content: "\f095";
    font-size: 25px;
    color: var(--dark-blue);
    margin-right: 10px;
    vertical-align: middle;
    font-weight: lighter;
}

.style-descrption {
    text-align: center;
    font-size: 20px;
}

/*<!--------------------------------END CSS CONTACT US-------------------------------*/
/* .........................start footer css .........................*/
.call-mobile {text-align: center;background: #36ae03;background-position-x: 0%;background-position-y: 0%;background-repeat: repeat;font-size: 15px;position: sticky;bottom: 0;right: 0;z-index: 10000;height: 40px;width: 100%;line-height: 40px;background-repeat: no-repeat;background-position: center;display: none;}
.call-mobile a {color: #fff;width: 100%;height: 100%;}.call-mobile:hover{background: #246e05;}
.fa-user::before {
    content: "\f007";
}

.whatsapp::before {
    font-family: "fontawesome";
    content: "\f232";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--dark-blue);
}

.twitter::before {
    font-family: "fontawesome";
    content: "\f099";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--dark-blue);
}

#bottom-footer {
    margin-top: 10px;
    padding: 10px 0;
}

.rights-web1 {
    text-align: right;
    direction: ltr;
    float: left;
    color: #767676;
}

.rights-web1 a,
.rights-web2 {
    color: #878787;
    text-decoration: none;
}

.rights-web1,
.rights-web1 a,
.rights-web1 span,
.rights-web2 {
    font-size: 12px;
    font-family: 'IRANSansWeb';
}

.rights-web1 img,
.rights-web2 img {
    vertical-align: middle;
    margin-right: 10px;
}

.rights-web2 {
    text-align: right;
    direction: ltr;
    float: right;
}

.rights-web1 a,
.rights-web2 {
    color: #878787;
    text-decoration: none;
}



.footer-middle {
    border-bottom: 1px solid #e9e9e9;
    padding: 2em 0px 0px 0px;
    width: 100%;
}

.location-icon::before {
    font-family: "fontawesome";
    content: "\f124";
    font-size: 17px;
    vertical-align: middle;
    margin-right: 8px;
}

.phone-icon::before {
    font-family: "fontawesome";
    content: "\f095";
    font-size: 17px;
    vertical-align: middle;
    margin-right: 8px;
}

.email-icon::before {
    font-family: "fontawesome";
    content: "\f003";
    font-size: 17px;
    vertical-align: middle;
    margin-right: 8px;
}

.footer-menue-items li {
    padding: 7px 0px;
    font-size: 14px;
    transition: all 0.2s linear;
}

.footer-menue-items li a {
    color: black;
}

.footer-menue-items li:hover {
    transition: all 0.2s ease-out;
    color: var(--white-blue);
}

.title-menue-list {
    padding: 20px 0px 30px 0px;
    font-size: 18px;
    font-weight: bold;
}

.container-footer {
    margin-top: 50px;
}

.logo-footer {
    margin-bottom: 40px;
}

.social-media {
    text-align: end;
}

.social-media-items {
    display: inline;
}

.social-media-items li {
    padding: 0px 2px;
    display: inline;
    transition: all 0.2s linear;
}

.social-media-items li:hover {
    transition: all 0.2s ease-out;
    text-shadow: 1px 1px 10px var(--white-blue);
}

.facebook::before {
    font-family: "fontawesome";
    content: "\f09a";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--dark-blue);
}

.youtube::before {
    font-family: "fontawesome";
    content: "\f16a";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--dark-blue);
}

.instagram::before {
    font-family: "fontawesome";
    content: "\f16d";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--dark-blue);
}

.linkdin::before {
    font-family: "fontawesome";
    content: "\f0e1";
    font-size: 25px;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--dark-blue);
}

.signiture a {
    color: black;
    transition: all 0.2s linear;
}

.signiture a:hover {
    color: var(--white-blue);
    transition: all 0.2s ease-out;
}

.signiture p {
    font-size: 14px;
}

.signiture img {
    vertical-align: middle;
    width: 80px;
    height: 20px;
}

.end-section {
    margin-bottom: 30px;
    margin-top: 10px;
}

.margin-top-pos {
    margin-top: 35px;
}

.footer-sign {
    display: inline;
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    margin: -1%;
    border-radius: 7px;
    margin-top: 15px;
    vertical-align: middle;
}

.footer-sign li>a>img {
    border: 1px solid #98989891;
    border-radius: 5px;
    padding: 3px;
}

/* .........................end footer css .........................*/
/* .........................end about-us css .........................*/
.about-pic {
    width: 100%;
    height: 500px;
    margin: 0px 0px 15px 0px;
    border-radius: 20px;
}

.style-of-about-us-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    padding: 50px;
}

.style-of-about-us-paragraph {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

/* .........................end about-us css .........................*/
/* .........................start responsive.........................*/
@media (max-width: 1200px) {
    .wrapper {
        width: 98%;
    }

    .header-menue {
        display: none;
    }

    .social-media,
    .footer-item,
    .side-footer,
    .signiture {
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }

    .articles-card-title {
        text-align: center;
    }

    .services {
        display: block;
    }

    .item-service {
        margin: 20px auto;
    }

    .list-of-articles {
        display: block;
    }

    .articles-card {
        margin: 20px auto;
    }
}


@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype'), url('../fonts/IRANSansWeb(FaNum).eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWebEnNum';
    font-style: normal;
    font-weight: lighter;
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot') format('embedded-opentype'), url('../fonts/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: "flaticon";
    src: url('../fonts/fontFlaticon.ttf') format("truetype"), url('../fonts/fontFlaticon.woff') format("woff"), url("../fonts/fontFlaticon.eot#iefix") format("embedded-opentype"), url("../fonts/fontFlaticon.svg#flaticon") format("svg")
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontAwesome.eot') format('embedded-opentype'), url('../fonts/fontAwesome.woff') format('woff'), url('../fonts/fontAwesome.ttf') format('truetype'), url('../fonts/fontAwesome.svg') format('svg'), url('../fonts/fontAwesome-brands.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'fontawesome';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fontAwesome-brands.eot');
    src: url('../fonts/fontAwesome-brands.eot') format("embedded-opentype"), url('../fonts/fontAwesome-brands.woff') format("woff"), url('../fonts/fontAwesome-brands.ttf') format("truetype"), url('../fonts/fontAwesome-brands.svg') format("svg")
}

.fab {
    font-family: 'fontawesome';
    font-weight: 400
}

@font-face {
    font-family: 'fontawesome';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fontAwesome-regular.eot');
    src: url('../fonts/fontAwesome-regular.eot') format("embedded-opentype"), url('../fonts/fontAwesome-regular.woff') format("woff"), url('../fonts/fontAwesome-regular.ttf') format("truetype"), url('../fonts/fontAwesome-regular.svg') format("svg")
}

.far {
    font-family: 'fontawesome';
    font-weight: 400
}

@font-face {
    font-family: 'fontawesome';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/fontAwesome-solid.eot');
    src: url('../fonts/fontAwesome-solid.eot') format("embedded-opentype"), url('../fonts/fontAwesome-solid.woff') format("woff"), url('../fonts/fontAwesome-solid.ttf') format("truetype"), url('../fonts/fontAwesome-solid.svg') format("svg")
}

.fa,
.fas {
    font-family: 'fontawesome';
    font-weight: 900
}

@font-face {
    font-family: 'fontIcon';
    src: url("../fonts/fontIcon.eot");
    src: url("../fonts/fontIcon.eot") format("embedded-opentype"), url("../fonts/fontIcon.woff") format("woff"), url("../fonts/fontIcon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.background-color_1 {
    background-color: var(--white-blue);
}

.background-color_2 {
    background-color: var(--dark-blue);
}

.background-color_3 {
    background-color: #d1d3d4;
}

.background-color_body {
    background-color: #f3f4f5;
}

.color_1 {
    color: var(--white-blue);
}

.color_2 {
    color: var(--dark-blue);
}

.color_3 {
    color: #d1d3d4
}

.color_grey,
.color_gray {
    color: #383838;
}

.color_font {
    color: #5c5c5c;
}

/*<!--------------------------------START CSS LIST TEMPLATE 3-------------------------------*/
.btn_1 {
    background-color: var(--dark-blue);
    color: #fff
}

.btn_1:hover {
    background-color: #000
}

.login_module_prev:hover {
    color: #000;
    border-color: #000;
}

#Login_box .shine-hover {
    background-color: var(--white-blue);
    border: 1px solid var(--white-blue);
    color: #fff;
}

#Login_box .shine-hover:hover {
    background-color: var(--white-blue);
}

.login_info i {
    color: var(--white-blue) !important;
}

.radioButton:checked+label span::after {
    color: var(--white-blue);
    border: 2px solid var(--white-blue);
}

.airport_filter,
.airport_filter_des {
    border-bottom: 1px dashed var(--white-blue);
}

.details-btn:hover {
    background-color: var(--white-blue);
    color: #fff;
}

.btn-item button {
    background-color: var(--white-blue);
    border: 1px solid var(--white-blue);
}

.details-btn {
    border: 1px solid var(--white-blue);
}

.flight-duration-stop:before {
    background-color: var(--white-blue);
    border: 1px solid var(--white-blue);
}

.details-row-middle_1 {
    border-left: 2px dashed var(--white-blue);
}

.details-circle::before,
.details-circle::after {
    border: 2px solidvar(--white-blue);
}

.section-input_list input[type="checkbox"]:checked+label span.checkbox::after,
.section-input_list input[type="radio"]:checked+label span.checkbox::after {
    color: var(--white-blue);
}

.section-input_list input[type="checkbox"]:checked+label span.checkbox::before,
.section-input_list input[type="radio"]:checked+label span.checkbox::before {
    border-color: var(--white-blue);
}

fieldset hr {
    background-color: var(--dark-blue);
}

.rangevalFirst,
.rangevalSecond,
.rangevalFirst_2,
.rangevalSecond_2,
.rangevalSecond_2 span,
.rangevalFirst_2 span {
    color: var(--dark-blue);
}

.filter-container:not(:last-child) {
    border-bottom: 1px dashed var(--white-blue);
}

.sort-items li.active,
.sort-items li:hover {
    color: var(--white-blue);
}

.confirm {
    border: 1px solid var(--white-blue);
}

.confirm:hover {
    background-color: #fff;
    color: var(--white-blue);
}

.minus-btn {
    background-color: rgb(153, 0, 0);
    box-shadow: rgb(209, 188, 220) 0px -3px 0px 0px inset;
}

.plus-btn {
    background-image: linear-gradient(rgb(154, 202, 15), rgb(115, 184, 40));
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px, rgb(10, 147, 70) 0px -3px 0px 0px inset;
}

.after-btn:hover,
.before-btn:hover {
    background-color: var(--white-blue);
    color: #fff;
    border: 1px solid var(--white-blue);
}

.flight-summary-info .dash i {
    color: var(--white-blue);
}

.close-research {
    border: 1px solid var(--white-blue);
    color: var(--white-blue);
}

.flight_type .active,
.flight_type li:hover {
    color: var(--white-blue);
}

.btn-item button:hover {
    background-color: #fff !important;
    color: var(--dark-blue) !important;
    box-shadow: 0 10px 13px -10px #0c2d33;
}

.searched-item button:hover {
    background-color: var(--dark-blue);
    box-shadow: 0 10px 13px -10px #0c2d33;
}

.exchange-icon:hover {
    background-color: var(--dark-blue);
    color: #fff;
}

.exchange-icon {
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
}

.searched-flight {
    border-bottom: 1px dashed var(--white-blue);
}

.progress-bar {
    background-color: var(--white-blue) !important;
}

.angle-content .three {
    color: var(--dark-blue);
}

.loading-container:hover .loading {
    border-color: transparent var(--dark-blue) transparent var(--dark-blue);
}

.loading {
    border-color: transparent var(--white-blue) transparent var(--white-blue);
}

.section-container .dash {
    color: var(--dark-blue)
}

.close-content .fa-times::before {
    color: var(--dark-blue) !important;
}

.Basis_Calendar .month_day_list table td:hover,
.Basis_Calendar .selected_date {
    background-color: var(--dark-blue)
}

.Basis_Calendar .month_change i:hover {
    color: var(--white-blue)
}

.Basis_Calendar .current_day {
    background-color: var(--white-blue) !important
}

.Basis_Calendar .selected_day {
    background-color: var(--white-blue)
}

.ui-datepicker-today .ui-state-highlight,
.ui-datepicker table thead th,
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane .ui-datepicker-current:focus {
    background-color: var(--white-blue)
}

.ui-datepicker th,
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    color: var(--white-blue);
}

.ui-datepicker-buttonpane .ui-state-default:hover,
.ui-datepicker-buttonpane .ui-state-default:focus,
.ui-datepicker-buttonpane .ui-datepicker-current:hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solidvar(--dark-blue);
    background-color: var(--dark-blue) !important
}

.name-tour {
    color: var(--white-blue);
}

.item-tour:hover {
    background-color: var(--white-blue);
    color: #fff;
}

.tour-info-tlt {
    background-color: var(--dark-blue);
}

.tour-completion-info i {
    color: var(--dark-blue);
}

.side-tour i {
    color: #faa944;
}

.row-other-inf {
    border-right: 3px solid var(--dark-blue);
}

.tlt-table {
    background-color: var(--dark-blue);
}

.loading-img img {
    width: 80px;
}

.loading-img {
    margin-top: 3em;
}

/*<!--------------------------------END CSS LIST TEMPLATE 3-------------------------------*/
/*<!--------------------------------START CSS VIEW TEMPLATE 3-------------------------------*/
.flight-duration-stop::before {
    background-color: var(--white-blue);
    border: 1px solid var(--white-blue);
}

.next-btn {
    background-color: var(--white-blue)
}

.next-btn:hover {
    background-color: #387066;
}

.prev-passengers {
    border-bottom: 2px solid var(--white-blue);
    color: var(--white-blue);
}

.prev-passengers svg {
    fill: var(--white-blue);
}

.prev-passengers:hover {
    border-color: #387066 !important;
    color: #387066 !important;
}

.prev-passengers:hover svg {
    fill: #387066;
}

.passengers-prev-title svg {
    fill: var(--white-blue);
}

.passenger-title {
    color: var(--white-blue);
}

.details-item-title {
    color: var(--white-blue);
}

.nav-details li:hover,
.nav-details li.active {
    color: var(--white-blue);
}

.nav-details li::before {
    border-top: 3px solid var(--white-blue);
}

.brief-container .head-items .title {
    background-color: var(--white-blue);
    color: #fff;
}

.buyer-type ul li.active,
.buyer-type ul li:hover {
    background-color: var(--white-blue);
    color: #fff;
}

.buyer-type ul li {
    border: 1px solid var(--white-blue);
    color: var(--dark-blue);
}

.login-btn {
    background-color: var(--white-blue);
}

.login-link {
    border: 1px solid var(--white-blue);
    color: var(--dark-blue);
}

.login-link:hover {
    background-color: var(--dark-blue);
    color: #fff !important;
}

.login-btn:hover {
    background-color: #387066;
}

.login-btn:hover {
    box-shadow: 0 10px 13px -10px #0c2d33;
}

.login-title i {
    color: var(--white-blue);
}

.bottom-content .action-loading {
    background-color: var(--white-blue);
}

.select-passnger {
    background-color: var(--white-blue);
}

.inside-title {
    border-right: 3px solid var(--white-blue);
}

.duration-details {
    border-bottom: 2px dashed var(--dark-blue);
}

.duration-details::after,
.duration-details::before {
    background-color: var(--dark-blue)
}

/*<!--------------------------------END CSS VIEW-------------------------------*/
/*<!--------------------------------START CSS LOGIN-------------------------------*/
#Login_box .shine-hover {
    color: #fff;
    background-color: var(--dark-blue);
    border: 1px solid var(--dark-blue)
}

#Login_box .shine-hover:hover {
    background-color: var(--dark-blue)
}

.login_module_prev:hover {
    color: #000;
    border-color: #000
}

.login_info i {
    color: var(--dark-blue) !important
}

.login-link {
    border: 1px solid var(--dark-blue);
}

.login-link:hover {
    background-color: var(--dark-blue);
    color: #fff !important
}

.login-btn {
    background-color: var(--dark-blue)
}

.login-title i {
    color: var(--dark-blue)
}

.login-btn:hover {
    background-color: var(--white-blue);
}

.bottom-content .action-loading {
    background-color: var(--dark-blue);
}

/*<!--------------------------------END CSS LOGIN-------------------------------*/





/*<!--------------------------------START CSS SHOWDETATAIL-------------------------------*/
.label-notification span {
    color: #274494;
}

.inner-content .submit {
    background: #0095da;
}

.st-effect-3 {
    background-color: #f7f8f9;
    overflow-x: hidden;
}

.reserve_reisze .fa-sticky-note,
.reserve_reisze .fa-phone,
.reserve_reisze .fa-user-shopper,
.reserve_reisze .fa-mobile-alt,
.reserve_reisze .fa-envelope,
.reserve_reisze .fa-map-marker,
.reserve_reisze .fa-building,
.reserve_reisze .fa-mobile,
.rules-title,
.bar-title,
.Details_box .close .fa-times::before,
.rg_submitcode a,
.selectCountry i,
.c-infoo .selectCountry:hover,
.NoResultIcon::before,
.agencycounter .arr,
.login_info .label,
.login_info i,
#Login_box .fa-lock,
#Login_box .fa-user,
#Login_box .fa-volume-control-phone,
.active-titr,
.Register-Message a {
    color: #274494 !important;
}

.optionsnodata input,
.steps .visited> ::before,
.ui-datepicker table thead th,
.ui-datepicker .ui-datepicker-buttonpane button,
.wrapper-selectInc .ins-select:checked+label span.checkbox::after,
.pass_counter {
    background: #0095da;
}

.bascket_info .subject_info,
.bascket_info .more_details,
.cost_info .allcost01,
.reserve_reisze .question,
.more-info-view div,
.invoice_box_info .tiltelast,
.invoice_box_info .labeltbl,
#Coupon_box .box_tlt,
#Counter_box .box_tlt,
#Counter_list .box_tlt,
#tarlink,
.allcost .reserv_cost_title,
.steps .visited .em {
    color: #0095da;
}

.inner_box,
.passengerInfo,
.insurance_box_info {
    border-left: 3px solid #274494 !important;
}

.bascket_info {
    border-top: 3px solid #274494;
}

.bascket_info_Tab .reserve_box_title {
    border: 1px solid #274494;
}

.invoice_box_info .tiltelast span {
    border-bottom: 2px solid #274494;
}

#passenger_box .rezerve-tl {
    border-bottom: 0.2px solid #27449436;
}

.Info-Insurance {
    border-left: 3px solid #274494;
}

.wrapper-selectInc span.checkbox::before {
    top: 0px;
    border: 2px solid #274494;
}

.num-room.childdiv {
    color: #274494;
    margin: 10px auto;
}

.confirmeReserve span.checkbox::before {
    border: 2px solid #777777;
}

.confirmeReserve input[type="checkbox"]:checked+label span.checkbox::after {
    color: #274494;
    border: 2px solid #274494;
}

.inner_box .reserve-tltour span,
.passengerInfo .reserve-tlt span {
    color: #274494;
}

.bascket_info_Tab .reserve_box_title {
    background: #274494;
    color: #fff;
}

.containertitle {
    background: #274494;
    border-bottom: none !important;
}

.tblreserv.Hoteltbl thead tr {
    background: #274494;
    color: #fff;
}

.rotatecontainer {
    background: #274494;
    color: #FFF;
}

.next_level {
    background: #274494;
    color: #fff;
}

.prev_level {
    background: #4a4846;
    color: #fff;
}

.login_info .sendcode,
.login_info .submitcode {
    background: #274494;
    border: 1px solid #274494;
    color: #fff;
}

.Content-CheckCoupon form .submit {
    background-color: #274494;
    color: #fff;
}

.submit-form {
    background: #274494 !important;
    color: #fff;
    cursor: pointer;
    border: 1px solid #274494;
}

.submit-form:hover {
    background: #fff !important;
    color: #274494;
}

.cost_info .allcost {
    background: #0095da;
    color: #fff;
}

.reserve_reisze .fa-times::before {
    color: #fff;
}

.cost_info .allcost .reserv_cost_title {
    color: #fff !important;
}

.allcost .reserv_cost_title .cost {
    color: #fff;
}

.c-infoo {
    padding: unset;
    margin: unset;
}

.question {
    float: none;
    direction: unset;
}

.answer2 {
    margin-right: unset;
}

.fa-times {
    background: unset;
}

.tblreserv .rotate {
    -moz-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    transform: rotate(-90.0deg);
}

.c-infoo .co {
    top: 60px;
    background: #f0f0f0;
    border-radius: 5px;
}

.wrapper-discount input[type="radio"]:checked+label span::after,
.wrapper-discount input[type="checkbox"]:checked+label span::after {
    color: #274494;
    border: 2px solid #274494;
}

.section-discount-btn.ok {
    background-color: #274494;
}

.section-discount-btn.nok {
    background-color: #f42e36;
}

.active_discount {
    color: #2db742;
}

.disactive_discount {
    color: #f42e36;
}

#Login_box .shine-hover {
    background: #274494 !important;
    border: 1px solid #274494 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width:760px) {
    .Head-titr div {
        background: #0095da;
    }
    .call-mobile {display: block;}
}

@media only screen and (max-width:630px) {
    .tblreserv tr {
        border-bottom: 3px solid #274494;
    }
}

/*<!--------------------------------START CSS PASSENGERS BLIST-------------------------------*/
.select_passenger_container .fa {
    color: #274494 !important;
    margin-right: 0.5em;
}

.PassengersList-title {
    border-bottom: 1px solid #274494;
}

.list-container table button {
    background: #274494;
    border: 1px solid #274494;
}

.list-container table button:hover {
    color: #274494;
    background: #fff;
}

.fa-backward::before {
    color: #0095da;
    ;
}

.fa-forward::before {
    color: #0095da;
    ;
}

.activepaging {
    background: #274494 !important;
}

.controlsPage {
    color: #274494;
}

.inner_box .reserve-tltour,
.passengerInfo .reserve-tlt {
    border-bottom: 1px solid #274494;
}

/*<!--------------------------------END CSS PASSENGERS BLIST-------------------------------*/
/*<!--------------------------------END CSS SHOWDETATAIL-------------------------------*/

@media (max-width: 1200px) {
    .default-header-1 {
        display: none;
    }

    .header-bottom {
        padding: 0;
    }

    .header-top {
        padding: 0.5em 0 0.5em 0;
    }

    .margin-header-section {
        margin: -2px 40px;
        text-align: end;
    }

    .menu_link {
        right: 30px;
    }

    .mobile-header {
        display: inline-block !important;
    }

    .col2-mobile-header {
        padding-right: 1em;
    }

    .col2-mobile-header .fa-user {
        font-size: 20px;
        color: #0095da;
        float: left;
        margin-right: 20px;
    }

    .menu_link {
        display: block;
        width: 35px;
        position: relative;
        top: 1.7em;
        right: 0;
    }

    .col3-mobile-header {
        padding: 0.2em 0 0 0;
    }

    .mobile-header .not-login-section {
        display: block;
        position: relative;
        top: 1.5em;
    }

    .mobile-header .col1-mobile-header a:before,
    .mobile-header .col1-mobile-header a:after {
        content: "";
        display: block;
        height: 2px;
        background: #0095da;
    }

    .mobile-header .col1-mobile-header a span {
        display: block;
        height: 2px;
        margin: 6px 0;
        background: #0095da;
    }

    .top-menu {
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 10px 0 5px 0;
        background-color: #0095da;
    }

    .top-menu img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        width: 100px;
        height: auto;
    }

    .col3-mobile-header {
        float: none;
        width: 30%;
        margin: 0 auto;
    }

    .col3-mobile-header a {
        float: none;
        width: 100%;
        text-align: center;
    }

    /*--------------START CSS  MENU-------------*/
    :root {
        --mm-ocd-width: 80%;
        --mm-ocd-min-width: 200px;
        --mm-ocd-max-width: 440px;
    }

    body.mm-ocd-opened {
        overflow-y: hidden;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .mm-ocd {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 100%;
        left: 0;
        z-index: 9999;
        overflow: hidden;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
        background: rgba(0, 0, 0, 0);
        -webkit-transition-property: bottom, background-color;
        -o-transition-property: bottom, background-color;
        transition-property: bottom, background-color;
        -webkit-transition-duration: 0s, 0.3s;
        -o-transition-duration: 0s, 0.3s;
        transition-duration: 0s, 0.3s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-delay: 0.45s, 0.15s;
        -o-transition-delay: 0.45s, 0.15s;
        transition-delay: 0.45s, 0.15s;
        font-family: IRANSansWeb;
    }

    .mm-ocd--open {
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .mm-ocd__content {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 80%;
        width: var(--mm-ocd-width);
        min-width: 200px;
        min-width: var(--mm-ocd-min-width);
        max-width: 440px;
        max-width: var(--mm-ocd-max-width);
        background: #fff;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }

    .mm-ocd--left .mm-ocd__content {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .mm-ocd--right .mm-ocd__content {
        right: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .mm-ocd--open .mm-ocd__content {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mm-ocd__backdrop {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 3;
        width: calc(100% - 80%);
        width: calc(100% - var(--mm-ocd-width));
        min-width: calc(100% - 440px);
        min-width: calc(100% - var(--mm-ocd-max-width));
        max-width: calc(100% - 200px);
        max-width: calc(100% - var(--mm-ocd-min-width));
        background: rgba(3, 2, 1, 0);
    }

    .mm-ocd--left .mm-ocd__backdrop {
        right: 0;
    }

    .mm-ocd--right .mm-ocd__backdrop {
        left: 0;
    }

    .mm-spn,
    .mm-spn a,
    .mm-spn li,
    .mm-spn span,
    .mm-spn ul {
        display: block;
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    :root {
        --mm-spn-item-height: 50px;
        --mm-spn-item-indent: 20px;
        --mm-spn-line-height: 24px;
    }

    .mm-spn {
        width: 100%;
        height: 100%;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        overflow: hidden;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .mm-spn ul {
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        left: 100%;
        bottom: 0;
        z-index: 2;
        width: 130%;
        padding-right: 30%;
        line-height: 24px;
        line-height: var(--mm-spn-line-height);
        overflow: visible;
        overflow-y: auto;
        background: inherit;
        -webkit-transition: left 0.3s ease 0s;
        -o-transition: left 0.3s ease 0s;
        transition: left 0.3s ease 0s;
        cursor: default;
    }

    .mm-spn ul:after {
        content: "";
        display: block;
        height: 50px;
        height: var(--mm-spn-item-height);
    }

    .mm-spn>ul {
        left: 0;
    }

    .mm-spn ul.mm-spn--open {
        left: 0;
    }

    .mm-spn ul.mm-spn--parent {
        left: -30%;
        overflow-y: hidden;
    }

    .mm-spn li {
        position: relative;
        background: inherit;
        cursor: pointer;
        direction: rtl;
        text-align: right;
        font-size: 13px;
        width: 95%;
        background-color: #fff;
        padding: 5px 10px;
        display: block;
        border-radius: 5px;
        color: #4d4d4d;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        margin: 5px auto;
        height: 40px;
    }

    .mm-spn li:before {
        content: "";
        display: block;
        position: absolute;
        top: 25px;
        top: calc(var(--mm-spn-item-height) / 4);
        left: 25px;
        left: calc(var(--mm-spn-item-height) / 2);
        z-index: 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: rotate(-135deg) translate(0, -50%);
        -ms-transform: rotate(-135deg) translate(0, -50%);
        transform: rotate(-135deg) translate(0, -50%);
    }

    .mm-spn li:after {
        content: "";
        display: block;
        margin-left: 20px;
        margin-left: var(--mm-spn-item-indent);
        opacity: 0.5;
    }

    .mm-spn a,
    .mm-spn span {
        position: relative;
        z-index: 1;
        padding: 5px 2px;
        /*padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/2) var(--mm-spn-item-indent)*/
    }

    .mm-spn a {
        background: inherit;
        color: inherit;
        text-decoration: none;
        direction: rtl;
        text-align: right;
        font-size: 13px;
    }

    .mm-spn a:not(:last-child) {
        width: calc(100% - 50px);
        width: calc(100% - var(--mm-spn-item-height));
    }

    .mm-spn a:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-right: 1px solid;
    }

    .mm-spn span {
        background: 0 0;
        display: inline-block;
    }

    .mm-spn.mm-spn--navbar {
        cursor: pointer;
    }

    .mm-spn.mm-spn--navbar:before {
        content: "";
        display: block;
        position: absolute;
        top: 102px;
        /*top:calc(var(--mm-spn-item-height)/4);*/
        left: 20px;
        left: var(--mm-spn-item-indent);
        width: 10px;
        height: 10px;
        margin-top: 2px;
        border-top: 2px solid;
        border-left: 2px solid;
        -webkit-transform: rotate(-45deg) translate(50%, -50%);
        -ms-transform: rotate(-45deg) translate(50%, -50%);
        transform: rotate(-45deg) translate(50%, -50%);
        opacity: 0.8;
    }

    .mm-spn.mm-spn--navbar.mm-spn--main {
        cursor: default;
    }

    .mm-spn.mm-spn--navbar.mm-spn--main:before {
        content: none;
        display: none;
    }

    .mm-spn.mm-spn--navbar:after {
        content: attr(data-mm-spn-title);
        display: block;
        /*position:absolute;*/
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        height: var(--mm-spn-item-height);
        padding: 0 40px;
        padding: 0 calc(var(--mm-spn-item-indent) * 2);
        line-height: 50px;
        line-height: var(--mm-spn-item-height);
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .mm-spn.mm-spn--navbar.mm-spn--main:after {
        padding-left: 20px;
        padding-left: var(--mm-spn-item-indent);
    }

    .mm-spn.mm-spn--navbar ul {
        top: 51px;
        top: calc(var(--mm-spn-item-height) + 1px);
    }

    .mm-spn.mm-spn--navbar ul:before {
        content: "";
        display: block;
        position: fixed;
        top: inherit;
        z-index: 2;
        width: 100%;
        /*border-top:1px solid currentColor;*/
        opacity: 0.5;
    }

    .mm-spn.mm-spn--light {
        color: #4d4d4d;
        background: linear-gradient(90deg,
                rgb(246, 250, 252) 0%,
                rgb(237, 237, 237) 50%,
                rgb(255, 255, 255) 100%);
    }

    .mm-spn.mm-spn--dark {
        color: #ffffff;
        background: #4d4d4d;
    }

    .mm-spn.mm-spn--vertical {
        overflow-y: auto;
    }

    .mm-spn.mm-spn--vertical ul {
        width: 100%;
        padding-right: 0;
        position: static;
    }

    .mm-spn.mm-spn--vertical ul ul {
        display: none;
        padding-left: 20px;
        padding-left: var(--mm-spn-item-indent);
    }

    .mm-spn.mm-spn--vertical ul ul:after {
        height: 25px;
        height: calc(var(--mm-spn-item-height) / 2);
    }

    .mm-spn.mm-spn--vertical ul.mm-spn--open {
        display: block;
    }

    .mm-spn.mm-spn--vertical li.mm-spn--open:before {
        -webkit-transform: rotate(135deg) translate(-50%, 0);
        -ms-transform: rotate(135deg) translate(-50%, 0);
        transform: rotate(135deg) translate(-50%, 0);
    }

    .mm-spn.mm-spn--vertical ul ul li:last-child:after {
        content: none;
        display: none;
    }

    .mm-spn li .fa {
        display: inline-block;
        margin-left: 7px;
        padding-left: 7px;
        border-left: 1px solid #aaa;
        font-size: 15px;
        vertical-align: middle;
        min-width: 16px;
        text-align: center;
    }

    .mm-spn--open {
        margin-top: 80px !important;
    }
    .language-section {
        padding-top: 1.5em;
        margin-right: 10px;
    }
    .Login_Information {
        padding-top: 1.5em;
    }
}

@media (max-width: 980px) {

    .margin-header-section {
        margin: 0px 10px;
        text-align: end;
    }

    .menu_link {
        right: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-header-style {
        padding-bottom: 1em;
    }

    .col3-style {
        direction: rtl;
        text-align: right;
        width: 100% !important;
        position: absolute;
        bottom: 0;
        padding-right: 0 !important;
    }
}


