@charset "utf-8";
@import url(font.css);
.fab,
.far {
  font-weight: 400;
  font-family: fontawesome;
}
.fa,
.fab,
.far,
.fas {
  font-family: fontawesome;
}
@font-face {
  font-family: fontawesome;
  src: url("../fonts/reservation_fontawesome-webfont.eot")
      format("embedded-opentype"),
    url("../fonts/reservation_fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/reservation_fontawesome-webfont.svg") format("svg"),
    url("../fonts/reservation_fa-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;
  font-display: swap;
}
.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/reservation_fa-brands.eot");
  src: url("../fonts/reservation_fa-brands.eot") format("embedded-opentype"),
    url("../fonts/reservation_fa-brands.woff") format("woff"),
    url("../fonts/reservation_fa-brands.ttf") format("truetype"),
    url("../fonts/reservation_fa-brands.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: fontawesome;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/reservation_fa-regular.eot");
  src: url("../fonts/reservation_fa-regular.eot") format("embedded-opentype"),
    url("../fonts/reservation_fa-regular.woff") format("woff"),
    url("../fonts/reservation_fa-regular.ttf") format("truetype"),
    url("../fonts/reservation_fa-regular.svg") format("svg");
}
.far {
  font-size: 21px;
  color: #ffff;
  font-display: swap;
}
@font-face {
  font-family: fontawesome;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/reservation_fa-solid.eot");
  src: url("../fonts/reservation_fa-solid.eot") format("embedded-opentype"),
    url("../fonts/reservation_fa-solid.woff") format("woff"),
    url("../fonts/reservation_fa-solid.ttf") format("truetype"),
    url("../fonts/reservation_fa-solid.svg") format("svg");
}
@font-face {
  font-family: IRANSansWeb;
  src: url("../fonts/reservation_IRANSansWeb(FaNum).ttf") format("truetype"),
    url("../fonts/reservation_IRANSansWeb(FaNum).eot")
      format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: IRANSansWebEnNum;
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/reservation_IRANSansWeb_Medium.eot");
  src: url("../fonts/reservation_IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/reservation_IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/reservation_IRANSansWeb_Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: fontIcon;
  src: url("../fonts/reservation_FG.eot?n1z373");
  src: url("../fonts/reservation_FG.eot?#iefixn1z373")
      format("embedded-opentype"),
    url("../fonts/reservation_FG.woff?n1z373") format("woff"),
    url("../fonts/reservation_FG.ttf?n1z373") format("truetype"),
    url("../fonts/reservation_FG.svg?n1z373#lg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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");
  font-display: swap;
}
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: 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: 400;
  font-style: normal;
  font-display: swap;
}
.fa,
.fas {
  font-weight: 900;
}
:root {
  --primary-red: #991b3c;
  --primary-blue: #1f1d4e;
  --white: #fff;
  --light-gray: #d1d3d4;
  --gray: #e6e7e8;
}
button,
input,
input:not([value=""]) {
  font-family: inherit;
}
.btn_1 {
  border-radius: 5px;
  color: #fff;
  padding: 0.7em 1em;
}
.info-tel {
  margin: 24px 0 0 10px;
}
.background-color_1,
.background-color_3 {
  background-color: var(--primary-red);
}
.background-color_2 {
  background: var(--primary-blue);
}
.background-color_white {
  background-color: #fff;
}
.color_1 {
  color: var(--primary-red);
}
.color_2,
.color_3,
.color_grey,
.color_grey_ {
  color: var(--primary-blue);
}
.color_white {
  color: #fff;
}
.m-15e {
  margin: 1.5em;
}
.my-15e {
  margin: 1.5em 0;
}
.m-5e {
  margin: 0.5em;
}
.d-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.left-side-header {
  margin-top: 33.5px;
  text-align: end;
}
#offline-search-form {
  margin-bottom: 38px;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.unvisible-tag-for-seo {
  opacity: 0;
  width: 0;
  height: 0;
}
/*<!-------------START CSS DEFAULT aa-------------*/
a,
a:visited,
i,
span {
  color: inherit;
}
.inline,
.visible-in,
a,
i,
span {
  display: inline-block;
}
.bold,
.font-weight,
.font_10_B {
  font-weight: 700;
}
* {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: IRANSansWeb_Medium;
  height: 100%;
}
button,
input,
option,
select,
textarea {
  border: none;
  background: 0 0;
  font-family: IRANSansWeb;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -s-appearance: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}
main {
  width: 100%;
  height: auto;
}
a,
i,
span {
  font-style: normal;
  vertical-align: middle;
  text-decoration: none;
}
a,
button,
h1,
h2,
h3,
h4,
i,
input,
p,
span {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.transition {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.clr {
  clear: both;
}
.font_9 {
  font-size: 9px;
}
.font_10 {
  font-size: 10px;
}
.font_11 {
  font-size: 11px;
}
.font_12 {
  font-size: 12px;
}
.font_13 {
  font-size: 13px;
}
.font_14 {
  font-size: 14px;
}
.font_15 {
  font-size: 15px;
}
.font_16 {
  font-size: 16px;
}
.font_17 {
  font-size: 17px;
}
.font_18 {
  font-size: 18px;
}
.font_19 {
  font-size: 29px;
}
.font_20 {
  font-size: 20px;
}
.font_10_B {
  font-size: 10px;
  font-family: IRANSansWeb_Medium;
}
.width_10 {
  width: 10%;
}
.width_18 {
  width: 18%;
}
.width_15 {
  width: 15%;
}
.width_20 {
  width: 20%;
}
.width_25 {
  width: 25%;
}
.width_30 {
  width: 30%;
}
.width_33 {
  width: 33%;
}
.width_35 {
  width: 35%;
}
.width_40 {
  width: 40%;
}
.width_50 {
  width: 50%;
}
.width_60 {
  width: 60%;
}
.width_69 {
  width: 69%;
}
.width_70 {
  width: 70%;
}
.width_80 {
  width: 80%;
}
.width_90 {
  width: 90%;
  margin: 0 auto;
}
.bc-main,
.width_100 {
  width: 100%;
}
.p-10 {
  padding: 10px;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.d-row {
  display: flex;
  flex-wrap: wrap;
}
.d-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.d-row-reverse-sb {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.d-row-nw {
  display: flex;
  flex-wrap: nowrap;
}
.d-row-nw-c {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.text-justify {
  text-align: justify;
}
.dir-rtl,
.rtl {
  direction: rtl;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-right,
.float_right {
  float: right;
}
.float-left,
.float_left {
  float: left;
}
.line-height {
  line-height: 3;
}
.bc-main {
  max-width: 1200px;
  margin: 0 auto;
}
.visible {
  display: block;
}
.unvisible,
.unvisible-in {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.border-radius {
  border-radius: 5px;
}
.dir-ltr {
  direction: ltr;
}
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
.color_gray,
.color_grey {
  color: #525252;
}
.background-color_white {
  background-color: #fff;
}
.item-container {
  margin: 3em 0 0;
}
.bg-primary1 {
  background-color: var(--primary-red) !important;
  color: var(--white);
}
.c-primary1 {
  color: var(--primary-red) !important;
}
.p-rl-5 {
  padding: 0 5px;
}
html {
  background-color: #f1f2f2;
  background-image: radial-gradient(#ebecec 15%, transparent 11%),
    radial-gradient(#ebecec 15%, transparent 11%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  background-repeat: repeat;
}
/*<!--------------------------------START CSS Header-------------------------------*/
/*<!--------------------------------START CSS MENU-------------------------------*/
.section-menu .nav-bar > li.active > a::before,
.section-menu .nav-bar > li:not(.active) > a::before {
  content: "";
  top: 97%;
  height: 3px;
  margin-top: 11px;
  background: #fa660b;
  position: absolute;
}
.section-menu {
  z-index: 1000;
  top: -19px;
  direction: rtl;
  width: 100%;
  height: 108px;
  background-color: #fff;
  display: inline-block;
  position: fixed;
  box-shadow: -6px 9px 27px 1px rgba(208, 208, 209, 0.17);
  -webkit-box-shadow: -6px 9px 27px 1px rgba(208, 208, 209, 0.17);
  -moz-box-shadow: -6px 9px 27px 1px rgba(208, 208, 209, 0.17);
}
.section-menu .nav-bar > li {
  cursor: pointer;
  display: inline-block;
  height: 41px;
  padding: 10px 0.1em;
  margin: 33.5px 0;
  font-family: IRANSansWeb_Medium;
}
.section-menu .nav-bar > .btn-menu {
  margin: 33.5px 0;
  font-family: IRANSansWeb_Medium;
}
.section-menu .nav-bar > li > a {
  border: 2px solid var(--white);
  padding: 4px;
  border-radius: 20px;
  font-size: 14px;
}
.section-menu .nav-bar > li > a:hover {
  border: 2px solid var(--primary-red);
  color: var(--primary-red);
}
.section-menu .nav-bar > li.active > a::before {
  width: 100%;
}
.section-menu .nav-bar > li:not(.active) > a::before {
  left: 50%;
  width: 0;
}
.section-menu .nav-bar > li:not(.last) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.section-menu .nav-bar > li.has-sub-menu > a::after {
  content: "\f0d7";
  font-family: fontawesome;
  color: #000;
  padding-right: 1em;
  vertical-align: middle;
}
.section-menu .nav-bar .fa-angle-down {
  color: #b9b9b9;
  vertical-align: sub;
  padding-right: 5px;
}
.section-menu .nav-bar > li:not(.active) a:hover:before {
  left: 0;
  width: 100%;
}
.menu ul li,
.nav-bar {
  display: inline-block;
}
.menu-icon {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  margin-right: 0.5em;
  text-shadow: none;
  border-radius: 15px;
}
.header-container .nav-bar > li {
  position: relative;
  display: inline-block;
  font-family: IRANSansWeb_Medium;
}
.header-container .nav-bar > li.inactive-menu::before {
  width: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.header-container .nav-bar > li .Login_Information a {
  color: #fff !important;
}
.header-container .nav-bar > li .sub-menu {
  background: #fbfbfb;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 5px;
  top: 120%;
  right: 0;
  display: none;
  z-index: 1000;
  min-width: 250px;
}
.header-container .nav-bar > li:hover > .sub-menu {
  display: block;
}
.header-container .nav-bar > li > .sub-menu li {
  position: relative;
  width: 100%;
  padding: 0;
}
.header-container .nav-bar > li > .sub-menu li > a {
  color: #454545;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 15px;
  text-align: right;
}
.header-container .nav-bar > li > .sub-menu .sub-menu li a {
  padding: 5px 20px;
}
.header-container .sub-menu .icon-arrow:before {
  content: "\f0d9";
  display: inline-block;
  font-family: fontawesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 100%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: 400;
  line-height: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
}
.header-container .nav-bar > li:hover > .sub-menu > li {
  padding: 3px 0;
}
.header-container .nav-bar > li > .sub-menu li .sub-menu {
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 80%;
  display: none;
  z-index: 0;
}
.header-container .nav-bar > li > .sub-menu li:hover > .sub-menu {
  display: block;
  opacity: 1;
  right: 100%;
  z-index: 10;
}
.header-container .nav-bar > li > .sub-menu li:not(:last-child) {
  border-bottom: 1px dotted var(--light-gray);
}
.btn-menu {
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: var(--primary-red);
  padding: 0 10px;
  border-radius: 20.5px;
}
.btn-menu:hover {
  background-color: var(--primary-blue) !important;
  transition: 0.3s ease-in;
}
/*<!--------------------------------END CSS MENU-------------------------------*/
/*<!--------------------------------START CSS Search-in-menu-------------------------------*/
.close-search-box {
  width: 50px;
}
.container {
  text-align: -moz-left;
  text-align: -webkit-left;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: inline-block;
  vertical-align: bottom;
}
.container form,
.form-active {
  color: var(--primary-red);
  display: flex;
  padding: 2px;
}
.container form {
  margin-left: 0 !important;
  height: 50px;
  flex-direction: row;
  border: 2px solid currentColor;
  border-radius: 25.5px;
  left: 0;
}
.form-active {
  border: 2px solid currentColor;
  border-radius: 20.5px;
}
input[type="search"] {
  width: 140px;
  border: 1px solid transparent;
  background: 0 0;
  margin: 0;
  font-size: 14px;
  color: inherit;
  border-radius: inherit;
  padding-right: 10px;
}
input[type="search"]::placeholder {
  color: var(--light-gray);
  font-family: IRANSansWeb_Medium;
}
.search-btn {
  left: 0 !important;
  padding-left: 0 !important;
  text-indent: -999px;
  overflow: hidden;
  width: 50px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACrklEQVRIibWWW2jPYRjHP2zIoZnigrVFqSGiNsdoyKk5hsnxQsoNF5JckEIkrlwolhstpxyS0xTLoUQhQ9KmFq4Qao7bpOjZnl8e7/P+/vaPfW/+vc/7/f6+7//9PYdfp8qCiWTAfGAWUAoUAl2BT0ADcBu4CDxIl3ukGa4CtgBD3I5HNbAVeOR2IujsQxwHqtppJigHaoF1bieC3CB0BxgfxL4CNcAT4CPQC5gClAW8A0BfYIe3+Q1reCZitg2oBN4FcXlob+AQsNTEtwP1wEnnpEiudDGwyMS/aKLsCsz2AD+BU0B3YBmwPnjmCT1MFDlz84okfhPoaQijU5KgABgLjAM2Ad+A/UAzMM3w5NqvOLX+w3lAPxPbqe8rhio1nQS8AfYBy4G9epUJ1gI9IvpWw4Vm3QLsdiwPqcFioAk4prurDUvqdbpTqWGJWUs2fnesOKQBbNadOcBd4IdhlsRUYtjfrB87RmZU6+4a/W0w7AExpRjmmHWLY2TGa+A98FJZzYbdJaaUOmwE8nVd5BiZ0aSaJj34QMP+EFPKP6wz6xmO0T5Twcig/uodUw1rzLowqKdssDHgXo1pxfBoEDvsWH+HZOQKw5Ke/CKmEsO3wEETk/dw1jHTIe/wmtmV7rMyjZ300g2aPAmkGVwHBjvFn1igpdTHRKWOPzumIteQpgIPzZ6MoOfAEe2LdZogMoJGARWqCZGvuglBQrYinPhlWszRPpglZI6OAZ7FrjTBLWAYcDmLZ6c1C5k+94HhmQwFr7Q3lmvyNDpGGxp0NA3KUL9yU/eAEUkg7SPKIg8YqjXaTQ8gh3oa8CSBzjl1G1r0a6K2PYbZQGbr+RS+JGZp7Er/BReA2Sl6mZGn/7ehQLI8zbS4IwwT05mR+I2OMhRI856sH2MyMy8BS34B53KAKpFwvJQAAAAASUVORK5CYII=")
    center no-repeat;
  cursor: pointer;
}
.search-btn:hover {
  opacity: 1;
}
.search-btn:focus,
input[type="search"]:focus {
  box-shadow: 0 0 3px 0 transparent;
  border-color: transparent;
  outline: 0;
}
/*<!--------------------------------END CSS Search-in-menu-------------------------------*/
/*<!--------------------------------START CSS tel and logo-------------------------------*/
/*<!--------------------------------END CSS tel and logo-------------------------------*/
.tell,
.tell::after {
  color: var(--primary-red);
  font-family: iranyekanwebboldfanum;
  font-size: 1.5rem;
}
#tel-head {
  margin: 5px 0;
  font-size: 1.15rem;
}
.tell {
  padding: 0 5px;
  margin-bottom: 35px;
}
.tell::after {
  content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAkCAYAAABixKGjAAADN0lEQVRIiaWWa2iOYRjHf5s5FBkTYWNORclWvijHHMbkOKekOUTNoYaWD3yQwwcpCUsyRagl5ExDVjJ8cAplzCljrBAh5+bVZf+Hu/d+33fvvP96eu7nvq/7/1z3dV/X/76TQqEQDWFXxpBIFtOB9UA+cLOgpsIzSPF64kNnoARoC3SINiXZ64kPO0V8CiiLNuV/yC0ME4D3wCJvNAHyjsA2tYuAV55FAuQ7gDSFYq83mgD5aCAP+AAUeKMR0Bjyd0CViGvCBy1dw1O2MeQ3gD7AobD5U4CzwPLwCf+b5y2B+cBSoJf6rBq3ukZJJemDg3YGsBLIBXo6NseBBQpLgDLZGR4DxcAe4LN1BNUaeJ4NnAS66vseUAmMASarL88hP2+OWaj181/e2hQzq7TTIj4BDAL6ATOALOCNfjDSmbdFnh+NRhx4PlEhue54GaBaub1G8S33GCIgyBrzfJSGd/tmf2AC9UVOZDv9A4F5wHCgB9A0kufd1K7yaOtRCxzQpuYAd9RvsW7v2NUBL7XaZ8CZFMU8GIyG5upPcsYLgXFAd+1Xut72WFzGGvkLoK82LhIWSwnRxgc4qCeAhaWLIpEJPExRMZj4P4hAvArYoLb95L5n8Q8/gad6/sa8Vk848h3iQh0QcSEoomTFMUca4WKZ4/H2eIldmOfNgH1AJ6C3xUrjX/WOlkUNwjz/AVyWoavTx/RenQh5SMJjmAO0VrtUxWNFMsmbGSc58rxCRVGkvtfAWuV/pjezEeSGdXqb6LdTezPQX+oXIEvpayu7BGxS+Xtwycul06kiRYp3F/imk/+iyt90aJYqcQVwCxgQixwZ2h7MVaxdmAQMA76bbihVc6UxqdKfVrHIK53s2A+0ccaqFXtL1/FKgnM6RK5IY0pjkRs2Atek8eF3k+f6SThspR8ly1NjkdfpBvtWKVjsWfh4AixRb2Es8sDDmYp/oTKiIdzWeFpD5Ch7pqltG31EEhEJLZwVXoiH3GAHsJ2rnyRsdjFaGHYC2UbawT5C6hqkcVw3LptohWRv032TXtN+Sz3Ljke6R5rgDdVRFze5wS4+toLZwFXF1fbECqkJcFiem109gN8JYa3iGQgqLwAAAABJRU5ErkJggg==");
}
.logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  margin-top: -22px;
}
/*<!--------------------------------END CSS Header-------------------------------*/
/*<!--------------------------------Search box reservation-------------------------------*/
.line-20,
.line-200,
.line-250,
.line-300 {
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--primary-red);
  margin-top: 55px;
}
.line-200 {
  width: 200px;
}
.line-250 {
  width: 250px;
}
.line-300 {
  width: 300px;
}
.line-20 {
  width: 20px;
}
#bg-cip,
#bg-flight,
#bg-flighthotel,
#bg-hotel,
#bg-insurance,
#bg-tour,
#bg-visa {
  height: 189px;
}
#bg-visa img {
  margin-top: -31px;
}
.title-search {
  font-size: 6.25rem;
  color: var(--primary-blue);
  align-content: end;
  font-family: iranyekanweblightfanum;
}
.search-box-items {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: nowrap;
}
.nav-box {
  width: 700px;
  margin: -53px auto 0;
}
.search-box-items li {
  display: inline-block;
  margin: 0 5px;
}
.res-container-img {
  width: 100px;
  height: 136px;
  border-radius: 57.5px 57.5px 0 0;
  background-color: #fff;
  border: 2px solid var(--primary-blue);
}
.res-container-img-active,
.res-container-img:hover {
  width: 100px;
  height: 136px;
  border-radius: 57.5px 57.5px 0 0;
  background-color: var(--primary-red);
  border: 2px solid var(--primary-blue);
}
.search-box-forms,
.txt-item {
  width: 100%;
  background-color: var(--primary-blue);
}
.icon-img-item {
  margin: 4px 0 0;
  width: 100%;
  height: 78px;
}
.icon-img-item img {
  margin: 10px auto 0;
  display: block;
}
.searchbox-reservation {
  margin-top: 200px;
}
.txt-item {
  font-family: IRANSansWeb_Medium;
  color: #fff;
  height: 45px;
  bottom: 0 !important;
  border: 15px solid var(--primary-blue);
  border-radius: 20px 0 0;
  text-align: center;
}
.search-box-forms {
  max-width: 1200px;
  min-height: 254px;
  border-radius: 140px;
}
/*<!--------------------------------Search box reservation-------------------------------*/
/*<!--------------------------------START CSS SEARCH BOX-------------------------------*/
.CountPassenger::before,
.cip-select::before,
.searchList::before {
  content: "\f0d8";
  font-size: 25px;
  font-family: fontawesome;
  position: absolute;
}
.count-passengers:not(.unvisible),
.flight-type li {
  display: inline-block;
}
.search-box-banner {
  min-height: 800px;
}
.search-box-container {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  padding: 2em 1em 2.5em;
}
.section_search_box {
  border-radius: 30px;
  -webkit-box-shadow: -1px 44px 36px 18px #dbe5ec;
  -moz-box-shadow: -1px 44px 36px 18px #dbe5ec;
  box-shadow: -1px 44px 36px 18px #dbe5ec;
}
.CountPassenger,
.searchList {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  background: #fff;
}
.search-box {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 18em;
}
.flight-type li {
  padding: 3px 17px;
  border-radius: 32px;
}
.flight-type {
  padding-top: 4em;
  direction: rtl;
}
#flight-form {
  margin-top: 1em !important;
  margin-bottom: 4.75em;
}
#cip-form,
#hotel-form,
#insurance-form,
#tour-form,
#visa-form {
  padding-bottom: 4.75em;
}
.searchList {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 0.4em;
  text-align: right;
  left: 0;
  direction: rtl;
  right: 0;
  border-radius: 4px;
}
.cip-select li:not(:last-child),
.contentRoom,
.searchList ul li,
.selectCountry:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.cip-select::before,
.searchList::before {
  color: #fff;
  right: 20px;
  top: -19px;
}
.searchList ul li {
  padding: 0.5em;
  cursor: pointer;
}
.searchList ul {
  max-height: 200px;
  overflow: auto;
}
.cip-select li:hover,
.countryFlight .selectCountry:hover,
.searchList ul li:not(:first-child):hover {
  background: #f0f0f0;
}
.countryFlight i,
.searchList ul li .fa {
  color: #9b9b9b;
  padding-left: 0.5em;
}
.inner-container > p,
.input-container > input[type="text"],
.input-container > p {
  color: var(--primary-blue) !important;
}
.category-title {
  color: #fff !important;
  cursor: inherit !important;
}
.mini-loading {
  left: 1em;
  top: 1em;
}
.CountPassenger {
  padding: 1em;
  left: 0;
  color: #424242;
  line-height: 25px;
  margin: 0 auto;
  border-radius: 4px;
}
#item-Flight .CountPassenger {
  top: 16em;
}
#multi-flight-form .CountPassenger {
  top: 6.5em;
  direction: rtl;
}
#item-Cip .CountPassenger,
#item-FlightHotel .CountPassenger,
#item-Hotel .CountPassenger,
#item-Insurance .CountPassenger,
#item-Tour .CountPassenger {
  top: 8.2em;
}
.CountPassenger-inner {
  max-height: 350px;
  overflow: auto;
}
.second-part-CountPassenger ul {
  display: inline-flex;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  align-items: center;
}
.second-part-CountPassenger ul li {
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 2;
}
.second-part-CountPassenger ul li.selected {
  color: #fff;
  font-weight: 900;
}
.second-part-CountPassenger ul li.selected::after {
  width: 100%;
  height: 38px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.second-part-CountPassenger ul li:not(.selected):hover:after {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #f2f2f2;
  border-radius: 4px;
  z-index: -1;
}
.second-part-CountPassenger ul li:hover {
  font-weight: 900;
}
.flight-class li:hover::after {
  width: 100% !important;
  left: 0 !important;
}
.flight-class li {
  width: auto !important;
  padding: 0 1.2em;
}
.CountPassenger::before {
  color: #fff;
  left: 6em;
  top: -18px;
}
.select-arrow::before {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  left: 1em;
  color: #505050;
  top: 2.5em;
  font-weight: 900;
  z-index: 9;
}
.countryFlight {
  text-align: left;
  max-height: 200px;
  overflow: auto;
}
.parent-item {
  width: 100%;
}
.child-item {
  width: 100%;
  padding-left: 10px;
}
.selectCountry {
  padding: 5px;
  cursor: pointer;
}
.selectCountry i {
  float: left;
  margin: 3px;
  width: 5%;
}
.selectCountry .txtcountry {
  float: right;
  word-break: break-all;
  width: 90%;
}
.check-hotel-date .text-checkbox,
.share .text-checkbox {
  margin: 0 2.5em 3em 0;
}
#insurance-form .searchList,
#tour-form .searchList,
.share {
  margin-top: 1em;
}
.check-hotel-date {
  margin: 1em 5em;
}
.second-part-CountPassenger::before {
  left: 2px !important;
  top: 0 !important;
}
.input-container .fa-angle-down {
  right: 0;
  color: var(--primary-red);
  top: 0.5em;
}
.input-container > input[type="text"]::-ms-value {
  color: var(--primary-blue) !important;
}
.check-hotel-date-container {
  width: 33%;
  margin-top: 0.5em;
  padding-bottom: 75px;
  text-align: center;
  margin-left: auto;
}
.check-hotel-date-container p {
  margin-bottom: 0.5em;
  color: var(--light-gray);
  text-align: center;
}
.notic {
  background: linear-gradient(90deg, #f3d452, #f09819);
  top: -0.3em;
}
.count-passengers,
.notic .fa {
  margin-left: 0.5em;
}
.form_search-btn {
  min-height: 95px;
  min-width: 95px;
  border-radius: 100px;
  cursor: pointer;
}
.form_search-btn:hover {
  background-color: #6d0622;
  transition: 0.3s ease-in;
  border: 3px solid var(--primary-red) inset;
}
.text-checkbox {
  margin-right: 1.5em;
  color: var(--white);
}
.selected-day,
.selected-number {
  margin-left: 0.3em;
}
.active-flight-type {
  background: var(--primary-red);
}
.active-flight-type .text-checkbox {
  color: var(--white);
  color: #fff;
}
.Basis_Date_Box .result-for,
.city,
.passenger_section {
  height: 95px;
}
.Basis_Date {
  left: 0;
  text-align: right;
  top: 0;
  bottom: 0;
  padding-top: 65px;
  font-family: inherit;
  padding-right: 24px;
}
.section-select-age .select-arrow {
  width: 25%;
}
.first-part-CountPassenger,
.section-select-age label {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.Noactive-date {
  background: #efefef;
  color: #ccc;
}
.Noactive-date i,
.Noactive-date input,
.Noactive-date span {
  color: #ccc;
}
.form-search-input {
  height: 35px;
  background-color: #f8f7fc;
  border: 2px solid #e5e4f0;
  padding: 0.375rem 0.75rem;
  margin-bottom: 1em;
}
.select-search-input {
  width: 95%;
  height: 35px;
  padding: 0.375rem 0.75rem;
  margin-bottom: 1em;
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.warning {
  margin-top: 0.5em;
  color: #f42e36;
}
.ShowRow {
  max-height: 260px;
  overflow: auto;
}
.createChildDropdown {
  width: 50%;
  float: right;
}
.createChildDropdown select,
.datepicker.BithdatePassenger {
  text-align: right;
  width: 90%;
  padding: 0 2px;
  font-size: 11px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.createChildDropdown label {
  font-size: 10px;
  display: block;
}
.arrow-select {
  left: 10px;
  top: 15px;
}
.add-room {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
.delete-room,
.notification {
  color: #f42e36;
}
.RoomRow {
  padding: 0 13px;
  background: #f2f6fa;
}
.delete-room {
  float: left;
  padding: 0 5px;
  cursor: pointer;
}
.BirthdatePassenger {
  margin-bottom: 5px;
}
.datepicker.BithdatePassenger {
  width: 100%;
  padding: 0 5px !important;
}
.tourname {
  background: #fff;
  padding: 9px;
  box-sizing: border-box;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.section-input_list input[type="checkbox"] {
  width: 17px;
  height: 17px;
  cursor: pointer;
  top: 0;
  z-index: 9;
  opacity: 0;
  right: 0.5em;
}
.section-input_list label {
  font-size: 12px;
  color: var(--white);
}
.section-input_list .checkbox {
  width: 100%;
  text-align: right;
}
.section-input_list span.checkbox::before {
  border: 2px solid var(--white);
  right: 0.5em;
  top: 0;
  transition: border-color 0.2s;
}
.section-input_list input[type="radio"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  top: 0;
  z-index: 9;
  opacity: 0;
  right: 0.5em;
}
.section-input_list span::after,
.section-input_list span::before {
  content: "";
  top: 0;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.section-input_list span.checkbox::after {
  font-weight: 600;
  content: "\f00c";
  font-family: fontawesome;
  top: 0;
  right: 0.7em;
  color: transparent;
  transition: color 0.2s;
  width: 15px;
  height: 15px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
}
#backtoback input[type="radio"],
#backtoback span.checkbox::after,
#backtoback span.checkbox::before,
#oneway input[type="radio"],
#oneway span.checkbox::after,
#oneway span.checkbox::before,
#multicity input[type="radio"],
#multicity span.checkbox::after,
#multicity span.checkbox::before {
  top: 0.5em !important;
}
.fa-exchange-container {
  top: 1.6em;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  left: -1.4em;
  z-index: 999;
  background-color: var(--gray);
  border: 2px solid var(--primary-blue);
  border-radius: 20px;
}
.form-search {
  direction: rtl;
  display: flex;
  align-items: center;
  padding-top: 4.75em;
}
.no-p {
  padding-top: 0 !important;
}
.city.des {
  margin-right: 1em;
}
.search-box-header {
  top: -3em;
  background: #fff;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.search-box-header ul li {
  padding: 1em 1.5em;
}
.search-box-header ul {
  display: flex;
  justify-content: center;
}
.inner-container {
  width: 98%;
  border: 1px solid #e7e7e7;
  background-color: #e1e1e1;
  border-radius: 60px;
  padding: 0.5em 1.5em;
  height: 95px;
}
.click-content.insurance,
.click-content.tour {
  height: 75px;
}
#insurance-form .notification {
  left: 1em;
}
.cip-select {
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 0.4em;
  text-align: right;
  left: 0;
  direction: rtl;
  background: #fff;
  right: 0;
  z-index: 9999;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 12px;
  margin-top: 2em;
  position: absolute;
}
.cip-select li {
  padding: 0.5em 0.2em;
  cursor: pointer;
}
.gregorian_date {
  left: 2em !important;
  line-height: inherit !important;
}
.tour-search-content .selectCountry i {
  float: right !important;
}
/* multicity */
#multi-flight-form .Basis_Date {
  left: 0;
  text-align: left;
  top: 0;
  bottom: 0;
  padding-top: 20px;
  font-family: inherit;
  padding-right: 24px;
  width: 100%;
}
.fa-exchange-container-mc {
  top: 1.6em;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  left: -1.4em;
  z-index: 999;
  background-color: var(--gray);
  border: 2px solid var(--primary-blue);
  border-radius: 20px;
}
.multicity-form {
  display: block;
}
.engine-section {
  border-radius: 8em;
}
.route-minus-btn {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #ffe6e6;
  padding: 5px;
  border-radius: 51px;
}
.route-content {
  position: relative;
  width: 50%;
  float: right;
}
.route-content .first-part {
  width: 70%;
  float: right;
  display: flex;
  direction: rtl;
}
.route-content .second-part {
  width: 30%;
  float: left;
}
.passengers-part {
  float: right;
  margin: 20px 0;
}
.btns-part {
  float: left;
  margin: 20px 0;
  direction: rtl;
}
.route-container {
  margin-top: 1em;
  width: 100%;
}
#MulticityFlight-form {
  padding: 0 1em;
}
.multi-route-tlt {
  width: 100%;
  direction: rtl;
  text-align: right;
  color: white;
}
.route-plus-btn {
  cursor: pointer;
  background: var(--primary-red);
  padding: 10px;
  border-radius: 20px;
  color: white;
  margin: 0 20px;
  direction: rtl;
}
.deactive-addmc {
  background-color: #ccc;
  color: #454545;
}
.deactive-addmc:hover {
  background-color: #ccc !important;
  color: #454545 !important;
}
/*<!--------------------------------END CSS SEARCH BOX-------------------------------*/
/*<!--------------------------------Minimal icon and advantage-------------------------------*/
.advantage {
  direction: rtl;
  width: 33%;
  display: inline-block;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  color: var(--primary-blue);
  font-family: IRANSansWeb_Medium;
}
.advantage p {
  margin: -10px;
  font-size: 1rem;
}
.advantage-container {
  margin: 200px 0;
}
.advantage svg {
  vertical-align: middle;
  margin-left: 12px;
}
/*<!--------------------------------Minimal icon and advantage-------------------------------*/
/*<!--------------------------------tour card -------------------------------*/
.day-night-tour,
.price-tour {
  color: var(--white);
  width: 55%;
  display: inline-block;
  position: relative;
}
.rect-tour-title {
  background-color: var(--primary-blue);
  color: var(--white);
  font-family: IRANSansWeb_Medium;
  height: 74px;
  text-align: center;
}
.more-details-tour-blog:hover,
.more-details-tour:hover,
.price-tour {
  background-color: var(--primary-red);
}
.rect-tour-title > h2 {
  padding: 20px 5px;
  font-size: 1.25rem;
}
.rect-tour-title > h3 {
  float: left;
  padding: 24px 5px;
}
.price-tour {
  border-radius: 0 0 37px;
  z-index: 10;
  float: left;
  height: 57px;
}
.price-tour > p,
.price-tour > span {
  padding: 18px 5px;
}
.day-night-tour {
  background-color: var(--gray);
  border-radius: 0 37px 37px 0;
  z-index: 8;
  height: 57px;
  float: right;
  margin-top: -55px;
  direction: ltr;
  text-align: right;
}
.more-details-tour,
.more-details-tour-blog {
  cursor: pointer;
  background-color: transparent;
}
.day-night-tour > div {
  padding: 17px 5px;
  color: var(--primary-blue);
  direction: rtl;
}
.price-num {
  font-family: iranyekanwebboldfanum;
  direction: rtl;
}
.price-unit {
  font-family: IRANSansWeb_Medium;
}
.tour-price-section {
  height: 57px;
  margin: 5px 0;
}
.more-details-tour-blog,
.more-details-tour-blog:hover {
  margin-top: 10px;
  width: 100%;
  padding: 5px 15px;
  font-family: IRANSansWeb_Medium;
  float: left;
  text-align: center;
}
.more-details-tour {
  border: 2px solid var(--primary-red);
  border-radius: 20px;
  padding: 5px 15px;
  font-family: IRANSansWeb_Medium;
  color: var(--primary-blue);
  float: left;
}
.more-details-tour-blog {
  border: 2px solid var(--primary-red);
  border-radius: 20px;
  color: var(--primary-blue);
}
.more-details-tour:hover {
  border: 2px solid var(--primary-blue);
  border-radius: 20px;
  padding: 5px 15px;
  font-family: IRANSansWeb_Medium;
  color: var(--white);
  float: left;
  transition: 0.3s ease-in;
}
.more-details-tour-blog:hover {
  border: 2px solid var(--primary-blue);
  border-radius: 20px;
  color: var(--white);
  transition: 0.3s ease-in;
}
.tour-image {
  border-radius: 25px 25px 0 0;
  margin-bottom: 5px;
  opacity: 1;
  transition: 0.5s;
  backface-visibility: hidden;
}
.airline-pic {
  float: right;
}
.fig-cap-tour {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #fff;
  font-size: 4rem;
  left: 20%;
  top: 40%;
  font-family: IRANSansWeb_Medium;
}
.container-img-tour,
.image-container {
  position: relative;
  margin: 5px 0;
}
.fig-cap-tour > div {
  color: var(--white);
  font-family: IRANSansWeb_Medium;
}
.day,
.night {
  color: var(--primary-blue);
  font-family: IRANSansWeb_Medium;
}
.day-num,
.night-num {
  color: var(--primary-blue);
  font-family: iranyekanwebboldfanum;
}
.image-container {
  width: 380px;
  height: 438px;
}
.image-container .fig-caption-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 100%;
  visibility: hidden;
  color: #fff;
  border-radius: 25px 25px 0 0;
}
.image-container:hover .fig-caption-overlay {
  visibility: visible;
  transition: 0.5s;
  background: rgba(155, 1, 1, 0.6);
}
.overlay {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.container-img-tour:hover .image {
  opacity: 0.3;
}
.container-img-tour:hover .middle {
  opacity: 1;
}
.text {
  background-color: #04aa6d;
  color: #fff;
  font-size: 16px;
  padding: 16px 32px;
}
/*<!--------------------------------tour card -------------------------------*/
/*<!--------------------------------owl list tour-visa -------------------------------*/
.fa-desc-owl,
.fa-title-owl {
  color: var(--primary-blue);
  float: right;
  text-align: right;
}
.en-title-owl,
.fa-title-owl {
  font-family: IRANSansWeb_Medium;
}
.fa-title-owl {
  font-size: 2.5rem;
}
.fa-title-owl::after {
  content: url(../images/head-tick.png);
  padding: 2px 0 0 5px;
}
.fa-desc-owl {
  font-family: IRANSansWeb_Medium;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-right: 13px;
}
.en-title-owl {
  color: var(--gray);
  font-size: 3.5rem;
  float: left;
  text-align: left;
}
/*<!--------------------------------owl list tour-visa -------------------------------*/
/*<!--------------------------------city box -------------------------------*/
.city-input-box-items,
.city-txt-box-items {
  display: inline-block;
  text-align: right;
  font-family: IRANSansWeb_Medium;
}
.city-input-box-items,
.city-txt-box,
.city-txt-box-items {
  font-family: IRANSansWeb_Medium;
}
.city-txt-box {
  width: 100%;
  background-color: var(--primary-red);
  color: #fff;
  font-size: 1.5rem;
  height: 94px;
  border-radius: 50px;
  margin: -5px auto 0;
}
.city-txt-box div {
  text-align: center;
  vertical-align: middle;
}
.city-txt-box-items {
  margin: 12px 0;
}
/* .city-input-box-items{margin:24px 0} */
.city-txt-box div > p {
  font-size: 3rem;
  font-weight: 900;
}
.city-txt-box div > span > input {
  vertical-align: inherit;
  height: 50px;
  padding: 0;
}
.city-img-box {
  display: block;
  margin: 0 auto;
  max-width: 1130px;
  max-height: 271px;
  width: 90%;
  height: 90%;
}
#guess-box {
  text-align: center;
  outline: 0;
  border-radius: 100px;
  border: none;
  width: 250px;
  background-color: #e6e7e8;
}
#guess-box::placeholder {
  text-align: center;
  padding-right: 10px;
}
/*<!--------------------------------city box -------------------------------*/
/*<!--------------------------------ads -------------------------------*/
.ads {
  width: 100%;
  height: 500px;
}
/*<!--------------------------------ads -------------------------------*/
/*<!--------------------------------Start Footer -------------------------------*/
.address > p,
.address > div > p,
.contact > a {
  font-family: IRANSansWeb_Medium;
  color: var(--primary-blue);
}
.access,
.address > p,
.contact > a {
  color: var(--primary-blue);
}
.newsletter,
.social-media-container {
  vertical-align: top;
}
.captcha-content,
.footer-logo,
.newsletter > p {
  direction: rtl;
}
.signs-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.signs-img > li {
  width: 69px;
  height: 69px;
  padding: 5px;
  border-radius: 5px;
}
.signs-img > li > a > img {
  width: 50px !important;
  height: auto;
}
.space-bottom {
  margin-bottom: 1em;
  padding: 0 !important;
}
section.row-footer-botton.item-container {
  padding: 0 !important;
  margin: 3em 0 !important;
}
section.row-footer-botton.item-container > img {
  vertical-align: middle;
  margin-left: 3px;
}
.footer-logo {
  max-width: 346px;
  height: auto;
  text-align: right;
  width: 100%;
}
.footer-logo.footer-logo-img-partgasht {
  margin-top: 147px;
}
.social-media {
  text-align: center;
  border-bottom: 2px solid var(--light-gray);
  padding: 0 0 26px;
  margin-bottom: 30px;
}
.social-media a img {
  cursor: pointer;
}
.social-media a img:hover {
  padding: 5px;
  transition: 0.3s linear;
}
.address > p {
  padding: 15px 0;
}
.contact > a {
  font-size: 0.75rem;
  text-decoration: none;
}
.access > h3,
.newsletter > h3 {
  font-family: IRANSansWeb_Medium;
}
.contact {
  font-family: iranyekanwebmediumfanum;
}
.access {
  text-align: right;
  height: 200px;
  padding: 0 20px;
}
.access ul {
  padding: 10px 0;
}
.access ul > li {
  padding: 13px 0;
  font-family: IRANSansWeb_Medium;
}
.newsletter {
  text-align: center;
}
.newsletter form {
  display: inline-block;
  margin-top: 45px;
}
.newsletter form input[type="text"]::placeholder {
  font-family: IRANSansWeb_Medium;
  text-align: right;
}
.newsletter-input {
  outline: 0;
  border-radius: 20px;
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  height: 30px;
  font-family: IRANSansWeb_Medium;
  padding: 0 10px;
  margin: 0.5em;
}
.newsletter-input::placeholder {
  font-family: IRANSansWeb_Medium;
}
.newsletter form input:first-child {
  width: 300px;
}
.newsletter > h3 {
  direction: rtl;
  text-align: center;
  color: var(--primary-red);
  font-size: 2rem;
}
.newsletter > p {
  text-align: center;
  color: var(--primary-blue);
  font-size: 0.75rem;
  font-family: IRANSansWeb_Medium;
}
.newsletter-input-captcha {
  width: 90px !important;
}
.newsletter-input-submit {
  width: 19% !important;
  cursor: pointer;
}
.newsletter-input-submit:hover {
  background-color: var(--primary-blue) !important;
  transition: 0.3s ease-in;
}
/*<!--------------------------------End Footer -------------------------------*/
/*<!--------------------------------owl-------------------------------*/
.loading-items,
.owl-pagination {
  text-align: center;
  display: none;
}
.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y;
  z-index: 1;
}
.owl-item > img {
  width: 100%;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel,
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}
.fa-angle-right-svg::before {
  content: url("../images/next.png");
}
.fa-angle-left-inner:hover,
.fa-angle-left-svg:hover,
.fa-angle-right-inner:hover,
.fa-angle-right-svg:hover {
  cursor: pointer;
  transform: scale(0.5);
  transition: 0.3s linear;
}
.fa-angle-left-svg::before {
  content: url("../images/previus.png");
}
.fa-angle-right-inner::before {
  content: url("../images/arrow-right.png");
}
.fa-angle-left-inner::before {
  content: url("../images/arrow-left.png");
}
.owl-pagination {
  margin-top: 30px;
}
.owl-pagination .owl-page {
  width: 6px;
  height: 6px;
  line-height: 6px;
  border-radius: 50%;
  background: #e5e5e5;
  margin: 0 5px;
  display: inline-block;
}
.owl-pagination .owl-page.active {
  width: 9px;
  height: 9px;
  background: var(--primary-red);
  line-height: 9px;
}
.loading-items {
  font-size: 25px;
}
.fa-spinner::before {
  content: "\f110";
}
.hotel-rate {
  position: absolute;
  top: 10px;
  right: 10px;
}
.hotel-rate i {
  color: #fff;
  font-size: 20px;
}
.fa-heart::before {
  content: "\f004";
}
.hotel-list .owl-carousel .owl-wrapper {
  padding-bottom: 30px;
  padding-top: 20px;
}
.hotel-list .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.hotel-list .owl-buttons div {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  width: 39px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  box-shadow: 0 0 15px #e2e2e2;
  border-radius: 50%;
}
.hotel-list .owl-buttons div:hover {
  box-shadow: 0 0 15px var(--primary-red);
}
.logo-list .owl-controls {
  display: none !important;
}
#owl-demo1 .owl-prev,
#owl-demo3 .owl-prev,
#owl-demo4 .owl-prev {
  width: 39px;
  height: 68px;
  position: absolute;
  top: 63%;
  margin-left: -65px;
  display: block !important;
  border: 0 solid #000;
}
#owl-demoHotel .owl-prev {
  width: 39px;
  height: 68px;
  position: absolute;
  top: 63%;
  margin-left: -65px;
  display: block !important;
  border: 0 solid #000;
}
#owl-demoFlight .owl-prev {
  width: 39px;
  height: 68px;
  position: absolute;
  top: 63%;
  margin-left: -65px;
  display: block !important;
  border: 0 solid #000;
}
#owl-demo1 .owl-next,
#owl-demo3 .owl-next,
#owl-demo4 .owl-next {
  width: 39px;
  height: 68px;
  position: absolute;
  top: 63%;
  right: -65px;
  display: block !important;
  border: 0 solid #000;
}
#owl-demoHotel .owl-next {
  width: 39px;
  height: 68px;
  position: absolute;
  top: 63%;
  right: -65px;
  display: block !important;
  border: 0 solid #000;
}
#owl-demoFlight .owl-next {
  width: 39px;
  height: 68px;
  position: absolute;
  top: 63%;
  right: -65px;
  display: block !important;
  border: 0 solid #000;
}
#owl-demoFlight .flight-image {
  border-radius: 25px 25px 0 0;
}
#owl-demoFlight .more-details-tour {
  margin: 0.4rem 0;
}
@media not all and (min-width: 640px) {
  #owl-demoFlight .flight-image {
    width: 100% !important;
    height: 100% !important;
  }
  #owl-demoFlight .container-img-tour {
    height: 100% !important;
  }
}
.star-hotel {
  text-align: right !important;
  background-color: var(--gray);
  border-radius: 0 37px 37px 0;
  z-index: 8;
  height: 57px;

  direction: ltr;
  padding: 1rem !important;
}
#owl-demo2 .owl-next,
#owl-demo2 .owl-prev {
  z-index: 10;
  width: 39px;
  height: 68px;
  position: absolute;
  top: 40%;
}
#owl-demo2 .owl-prev {
  left: 1%;
}
#owl-demo2 .owl-next {
  right: 1%;
}
.owl-next i,
.owl-prev i {
  transform: scale(1, 6);
  color: #ccc;
}
@media (max-width: 750px) {
  .owl-buttons {
    top: 45px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .owl-buttons div {
    margin: 0 10px;
  }
}
#owl-demo1 .owl-item > a > img {
  border-radius: 25px !important;
}
/*<!--------------------------------owl-------------------------------*/
/*<!--------------------------------Responsive-------------------------------*/
@media (max-width: 1190px) {
  #tel-head,
  .owl-buttons,
  .owl-next,
  .owl-prev {
    display: none;
  }
  input[type="search"] {
    border: 1px solid transparent;
    background: 0 0;
    margin: 0;
    padding: 7px 8px;
    font-size: 12px;
    color: inherit;
    border-radius: inherit;
  }
}
@media (max-width: 1150px) {
  .image-container,
  .rect-tour-title,
  .tour-image {
    width: 333px;
  }
}
@media (max-width: 1105px) {
  .title-search {
    font-size: 5.25rem;
  }
  .flex-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 1060px) {
  .advantage p {
    margin: -10px;
    font-size: 1rem;
    display: block !important;
  }
  .tell {
    display: none;
  }
  .logo {
    left: 5px;
  }
}
@media (max-width: 1090px) {
  .access,
  .footer-logo,
  .newsletter,
  .social-media-container {
    width: 45% !important;
    margin: 1rem;
    display: inline-block !important;
  }
  .newsletter form input:first-child {
    width: 100%;
  }
  .newsletter form input:last-child {
    width: 57%;
  }
}
@media (max-width: 990px) {
  .search-box-forms {
    border-radius: 100px;
  }
  .searchbox-reservation {
    margin-top: 200px;
  }
}
@media (max-width: 980px) {
  .title-search {
    font-size: 3.25rem;
  }
  #offline-search {
    display: none;
  }
  .logo {
    left: 5px;
  }
  #bg-cip,
  #bg-flight,
  #bg-flighthotel,
  #bg-hotel,
  #bg-insurance,
  #bg-tour,
  #bg-visa {
    margin-bottom: 80px;
  }
}
@media (max-width: 940px) {
  .search-box-forms {
    border-radius: 50px;
  }
}
@media (max-width: 850px) {
  .search-box-forms {
    border-radius: 20px;
  }
}
@media (max-width: 800px) {
  .image-container,
  .rect-tour-title,
  .tour-image {
    width: 380px;
  }
  .fig-cap-tour > p {
    padding: 2px 128px 98px 49px;
  }
  .advantage {
    width: 100%;
    display: block;
    font-size: 1.25rem;
    padding: 10px;
    text-align: center;
    color: var(--primary-blue);
    font-family: IRANSansWeb_Medium;
  }
}
@media (max-width: 785px) {
  .search-box-items li {
    margin: 0 1px;
  }
}
@media (max-width: 750px) {
  #FlightHotel > .res-container-img > .txt-item {
    font-size: 0.5rem;
    padding: 4px 0;
  }
  #bg-cip,
  #bg-flight,
  #bg-flighthotel,
  #bg-hotel,
  #bg-insurance,
  #bg-tour,
  #bg-visa,
  .default-header {
    display: none !important;
  }
  .inner-container {
    width: 98%;
    border: 1px solid #e7e7e7;
    background-color: #e1e1e1;
    border-radius: 60px;
    padding: 0.5em 2em;
    height: 95px;
  }
  .mobile-header {
    display: block !important;
  }
  .en-title-owl,
  .tell {
    display: none;
  }
  .title-search {
    font-size: 3.25rem;
    color: var(--primary-blue);
    align-content: end;
    font-family: iranyekanweblightfanum;
  }
  .icon-img-item img {
    margin: 10px auto 0;
    display: block;
    width: 31px;
    height: 34px;
  }
  .res-container-img {
    max-width: 60px;
    height: 95px;
    border-radius: 57.5px 57.5px 0 0;
    background-color: var(--white);
    border: 2px solid var(--primary-blue);
  }
  .res-container-img-active,
  .res-container-img:hover {
    max-width: 60px;
    height: 95px;
    border-radius: 57.5px 57.5px 0 0;
    background-color: var(--primary-red);
    border: 2px solid var(--primary-blue);
  }
  .icon-img-item {
    margin: 4px 0 0;
    width: 100%;
    height: 37px;
  }
  .txt-item {
    font-family: IRANSansWeb_Medium;
    background-color: var(--primary-blue);
    color: #fff;
    width: 100%;
    height: 45px;
    bottom: 0 !important;
    border: 8px solid var(--primary-blue);
    border-radius: 20px 0 0;
    text-align: center;
    font-size: 0.75rem;
  }
  .fa-desc-owl,
  .fa-title-owl {
    font-family: IRANSansWeb_Medium;
    color: var(--primary-blue);
    float: right;
    text-align: right;
  }
  .fa-title-owl {
    font-size: 1.5rem;
  }
  .fa-desc-owl {
    font-size: 0.75rem;
    margin-top: 15px;
    margin-right: 13px;
  }
  .access,
  .footer-logo,
  .newsletter,
  .social-media-container {
    margin: 3em auto;
    text-align: center;
    display: block !important;
    width: 90% !important;
  }
  .newsletter form input:first-child {
    width: 100%;
  }
  .newsletter form input:last-child {
    width: 58%;
  }
  .footer-logo {
    text-align: center;
    width: 100%;
  }
  .footer-logo img {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .city-txt-box div > p {
    font-size: 2rem;
    font-weight: 900;
  }
  #guess-box {
    outline: 0;
    border-radius: 100px;
    border: none;
    width: 200px;
    background-color: #e6e7e8;
  }
  .city-txt-box {
    width: 100%;
    background-color: var(--primary-red);
    color: #fff;
    font-size: 1.5rem;
    font-family: IRANSansWeb_Medium;
    height: 90px;
    border-radius: 50px;
    margin: -5px auto 0;
  }
}
@media (max-width: 728px) {
  .logo,
  .tell {
    display: none;
  }
}
@media (max-width: 702px) {
  .nav-box {
    width: 100%;
    margin: -53px auto 0;
  }
  .image-over-searchbox {
    display: none;
  }
}
@media (max-width: 557px) {
  #guess-box {
    outline: 0;
    border-radius: 100px;
    border: none;
    max-width: 120px;
    background-color: #e6e7e8;
  }
}
@media (max-width: 504px) {
  .nav-box {
    width: 100%;
    margin: -53px auto 0;
  }
  .search-box-forms {
    border-radius: 0 0 5px 5px;
  }
  .image-over-searchbox {
    display: none;
  }
}
@media (max-width: 464px) {
  .city-txt-box div > p {
    font-size: 1rem;
    font-weight: 900;
  }
  .city-txt-box div > span > input {
    vertical-align: inherit;
    height: max-content;
    padding: 0;
  }
  .city-txt-box {
    width: 100%;
    background-color: var(--primary-red);
    color: #fff;
    font-size: 1.5rem;
    font-family: IRANSansWeb_Medium;
    height: 65px;
    border-radius: 50px;
    margin: -5px auto 0;
  }
}
@media (max-width: 438px) {
  .res-container-img,
  .res-container-img-active,
  .res-container-img:hover {
    max-width: 54px;
  }
}
@media (max-width: 418px) {
  .res-container-img,
  .res-container-img-active,
  .res-container-img:hover {
    max-width: 40px;
  }
}
@media (max-width: 388px) {
  .rect-tour-title {
    width: 280px;
  }
  .rect-tour-title > h2 {
    padding: 20px 5px;
    font-size: 0.95rem;
  }
  .tour-price-section {
    height: 57px;
    margin: 5px 0;
    width: 280px !important;
  }
  .airline-pic {
    width: 50px;
    height: 20px;
  }
  .image-container,
  .tour-image {
    width: 280px;
    height: 323px;
  }
  .more-details-tour {
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--primary-red);
    border-radius: 20px;
    padding: 5px 15px;
    font-family: IRANSansWeb_Medium;
    color: var(--primary-blue);
    float: left;
    font-size: 0.95rem;
  }
  .image-container {
    position: relative;
    margin: 5px 0;
  }
  .image-container .fig-caption-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 323px;
    visibility: hidden;
    display: none;
    color: #fff;
    border-radius: 25px 25px 0 0;
  }
  .tour-item {
    margin: 0 auto;
  }
}
/*<!--------------------------------Responsive-------------------------------*/
.searchList-offline {
  border: solid 1px #e7e7e7;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.4em;
  text-align: right;
  direction: rtl;
  background: #fff;
  z-index: 999;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: black;
}
.Login_Information .btnstyle::after,
.btnstyle::after {
  color: #fff !important;
}
.d-block {
  display: block;
}
.search_type_offline > ul {
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
}
.search_type_offline > ul > a > li,
.search_type_offline > ul > input {
  cursor: pointer;
  text-align: center;
  width: 120px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #991b3c;
  color: #fff;
  margin: 10px 20px;
}
.search_type_offline > ul > a > li:hover,
.search_type_offline > ul > input:hover {
  cursor: pointer;
  background-color: #1f1d4e;
  color: #fff;
}
.section-menu-scroll {
  z-index: 1000;
  top: -28px;
  direction: rtl;
  width: 100%;
  height: 97px !important;
  background-color: #fff;
  display: inline-block;
  position: fixed;
  box-shadow: -6px 9px 27px 1px rgba(208, 208, 209, 0.17);
  -webkit-box-shadow: -6px 9px 27px 1px rgba(208, 208, 209, 0.17);
  -moz-box-shadow: -6px 9px 27px 1px rgba(208, 208, 209, 0.17);
  transition: 0.3s linear;
}
.logo-scroll {
  max-width: 162px !important;
  width: 100%;
  max-height: 39px !important;
  transition: 0.3s linear;
}
.list-container-tour {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.container-top-bottom {
  margin-top: 10em;
  margin-bottom: 6em;
}
.section-menu .nav-bar > li:not(.active) > a::before {
  display: none;
}
.content {
  margin-top: 115px;
}
.flex-list-item {
  display: flex;
  flex-wrap: wrap;
}
.item-gap-20 {
  margin: 10px 7px;
  display: inline-block;
}
.warning-result {
  height: 50vh;
  text-align: center;
  direction: rtl;
}
.warning-result-searchcontent {
  height: 10vh;
  text-align: center;
  direction: rtl;
}
/*<!--------------------------------START CSS LOGIN-------------------------------*/
#Login_box .shine-hover,
.login-link {
  border: 1px solid #991b3c;
}
#Login_box .shine-hover,
#Login_box .shine-hover:hover,
.bottom-content .action-loading,
.login-btn,
.login-link:hover {
  background-color: #991b3c;
}
#Login_box .shine-hover {
  color: #fff;
}
.login_module_prev:hover {
  color: #000;
  border-color: #000;
}
.login_info i {
  color: #991b3c !important;
}
.login-link:hover {
  color: #fff !important;
}
.login-title i {
  color: #991b3c;
}
.login-btn:hover {
  background-color: #1f1d4e;
}
/*<!--------------------------------END CSS LOGIN-------------------------------*/
@media (max-width: 1200px) {
  .btn_1.background-color_1.hvr-horizontal.transition.form_search-btn.color_white.font_14 {
    margin-bottom: 40px;
  }
  .route-content {
    position: relative;
    width: 100%;
    float: right;
  }
  .route-content .first-part {
    width: 100%;
  }
  .passengers-part.p-relative.width_35 {
    width: 100%;
  }
  .btns-part {
    width: 100%;
  }
  .route-plus-btn {
    margin: 20px;
  }
  #multi-flight-form .Basis_Date {
    padding-top: 20px !important;
  }
  #multi-flight-form .start_date {
    width: 100%;
  }
  .select-arrow::before {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    left: 3em;
    color: #505050;
    top: 2.5em;
    font-weight: 900;
    z-index: 9;
  }
}
@media (max-width: 650px) {
  .select-arrow::before {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    left: 1em;
    color: #505050;
    top: 2.5em;
    font-weight: 900;
    z-index: 9;
  }
}

/* paging */
#paging,
#paging-resize {
  width: 100%;
  height: auto;
  clear: both;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 1.5rem;
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-arrow-right::before {
  content: "\f061";
}
.page-no {
  width: 25px;
  height: 25px;
  background: #991b3c;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #991b3c;
  line-height: 26px;
  border-radius: 17px;
  color: #fff;
  font-weight: bold;
}
.page-no.next-page {
  background: 0 0;
  color: #ffffff;
  width: auto;
  height: auto;
  font-size: 15px;
  border-color: transparent;
}
.page-no.active-page {
  border: 1px solid #991b3c;
  color: #991b3c;
  padding: 0 !important;
  height: 25px;
  width: 25px;
  background: #fff;
  line-height: 25px;
}
.page-no.prev-page {
  background: 0 0;
  color: #ffffff;
  width: auto;
  height: auto;
  font-size: 15px;
  border: unset;
}
/* paging */
/* breadcrumbs */
.breadcrumbs {
  width: 100%;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
  text-align: center;
  direction: rtl;
  background: #1f1d4e;
  margin-bottom: 20px;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin: 5px 0;
}
.breadcrumbs ul li a {
  color: #fff;
}
.breadcrumbs ul li a::after {
  content: "|";
  margin: 0 15px;
}
/* breadcrumbs */
.search-ico::before {
  content: url(../images/search-ico.png);
  width: 30;
  height: 30px;
}
.night-ico::before {
  content: url(../images/moon.png);
  margin: 0 5px;
}
.day-ico::before {
  content: url(../images/cloudy-day.png);
  margin: 0 5px;
}
@media (max-width: 464px) {
  .form-search-input {
    margin-bottom: 0 !important;
  }
}
.guess-box-container {
  position: relative;
}
.guess-box-container:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACrklEQVRIibWWW2jPYRjHP2zIoZnigrVFqSGiNsdoyKk5hsnxQsoNF5JckEIkrlwolhstpxyS0xTLoUQhQ9KmFq4Qao7bpOjZnl8e7/P+/vaPfW/+vc/7/f6+7//9PYdfp8qCiWTAfGAWUAoUAl2BT0ADcBu4CDxIl3ukGa4CtgBD3I5HNbAVeOR2IujsQxwHqtppJigHaoF1bieC3CB0BxgfxL4CNcAT4CPQC5gClAW8A0BfYIe3+Q1reCZitg2oBN4FcXlob+AQsNTEtwP1wEnnpEiudDGwyMS/aKLsCsz2AD+BU0B3YBmwPnjmCT1MFDlz84okfhPoaQijU5KgABgLjAM2Ad+A/UAzMM3w5NqvOLX+w3lAPxPbqe8rhio1nQS8AfYBy4G9epUJ1gI9IvpWw4Vm3QLsdiwPqcFioAk4prurDUvqdbpTqWGJWUs2fnesOKQBbNadOcBd4IdhlsRUYtjfrB87RmZU6+4a/W0w7AExpRjmmHWLY2TGa+A98FJZzYbdJaaUOmwE8nVd5BiZ0aSaJj34QMP+EFPKP6wz6xmO0T5Twcig/uodUw1rzLowqKdssDHgXo1pxfBoEDvsWH+HZOQKw5Ke/CKmEsO3wEETk/dw1jHTIe/wmtmV7rMyjZ300g2aPAmkGVwHBjvFn1igpdTHRKWOPzumIteQpgIPzZ6MoOfAEe2LdZogMoJGARWqCZGvuglBQrYinPhlWszRPpglZI6OAZ7FrjTBLWAYcDmLZ6c1C5k+94HhmQwFr7Q3lmvyNDpGGxp0NA3KUL9yU/eAEUkg7SPKIg8YqjXaTQ8gh3oa8CSBzjl1G1r0a6K2PYbZQGbr+RS+JGZp7Er/BReA2Sl6mZGn/7ehQLI8zbS4IwwT05mR+I2OMhRI856sH2MyMy8BS34B53KAKpFwvJQAAAAASUVORK5CYII=")
    center / contain no-repeat;
  padding-top: 22px;
}
.bg-primary {
  background: var(--primary-red);
}
#mobile_add_to_screen img.mb-10.max-w-max.h-auto {
  width: 100px;
  height: auto;
  object-fit: contain;
}
#mobile_add_to_screen {
  z-index: 9999 !important;
}
/* PASSENGER FORM */
#passenger-form-resize input {
  appearance: auto;
}
#passenger-form-resize .data-body-btn {
  height: 60px;
  line-height: 60px;
}
#passenger-form-resize .data-body-btn span {
  width: 90px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ccc;
  border-radius: 20px;
}
#passenger-form-resize .data-body-btn span:hover {
  background-color: var(--primary-blue) !important;
  transition: 0.3s ease-in;
}
#passenger-form-resize .Loading_Form {
  display: none;
  line-height: 44px;
  text-align: center;
}
#passenger-form-resize .message-api {
  font-size: 14px;
  width: 100%;
  color: #505050;
  clear: both;
  text-align: center;
  margin-top: 10px;
  float: left;
  direction: rtl;
  margin-bottom: 40px;
  font-weight: bold;
}
#passenger-form-resize #captchaContainer {
  float: right;
}
#passenger-form-resize .catcha-pic {
  height: 60px;
  line-height: 60px;
  margin-right: 25px;
}
#passenger-form-resize .catcha-pic img {
  float: left;
  margin-right: 10px;
}
#passenger-form-resize .catcha-pic svg {
  vertical-align: middle;
}
#passenger-form-resize .catcha-field {
  height: 60px;
  line-height: 60px;
}
#passenger-form-resize .catcha-field input {
  text-align: right;
}
#passenger-form-resize legend[data-bc-section-title] {
  padding: 0 5px;
}
#passenger-form-resize fieldset {
  border-radius: 5px;
}
.pasenger-form-conditions {clear: both;direction: rtl;line-height: 32px;font-size: 15px;margin: 20px 0;display: block;float: right;width: 100%;}
.pasenger-form-conditions span{font-size: 16px;margin-bottom: 10px;}
.pasenger-form-conditions ul li {display: block;clear: both;}
@media (max-width: 1024px) {
  .pasenger-form-conditions{padding: 0 20px;}
}
@media (max-width: 800px) {
  #passenger-form-resize .data-body-btn {
    width: 100%;
    margin: 20px 0;
  }
  #passenger-form-resize .catcha-pic,
  #passenger-form-resize .catcha-field {
    width: 100%;
    padding: 0 10px;
  }
  #passenger-form-resize .catcha-pic {
    margin-right: 0;
  }
}
/* PASSENGER FORM END */


