﻿/*glooble css class*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*
{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.font_open{
    font-family: "Open Sans", sans-serif;
}
.pointer {
    cursor: pointer;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline:  none;
    outline: -webkit-focus-ring-color auto 0px;
    outline-offset: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:hover,a:active,a:focus {
    text-decoration: none !important;
        }
body {
 /*    font-family: Merriweather, serif ;*/
    font-family: 'Roboto', sans-serif;
   /* font-family: 14px  'Open Sans', sans-serif;*/

    font-size:16px;
    line-height: 25px;

    color: #57616b;
    /*color: #515151;*/

    color: #151515;

    background: #e5e8ef;
    background: #f0f0f0;
  /* background: url('../images/bg.jpg');*/
    background: #f4f4f9;
    background: #f5f5f5;
text-align: left;
    direction: ltr;
}
/*header */

nav a, nav a:visited {
    font-family: 'Open Sans', sans-serif;
    color: #7c8187;
}
a:hover, nav a:hover, #intro h3, nav a.active, #copyright p a:hover {
    color: rgb(20,151,157);
}
/*strong {
    font-weight: 100;
}*/
/*menu*/

.main-navbar:not(.first-navbar)  {
    height: 56px;
    border-bottom: 0px solid #0C4F5A;
    background: #fafafd;
    box-shadow: 0 0 3px #999;
}



.first-navbar .dropdown .nav-link:before {
    content: "\f078";
    font-family: "FontAwesome";
    cursor: pointer;
    color: #666;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 29px;
    right: 7%;
    height: auto;
    line-height: normal;
    /* margin-left: -1px; */
    opacity: 1;
    -webkit-transition: 500ms opacity ease-in;
    -o-transition: 500ms opacity ease-in;
    transition: 500ms opacity ease-in;
    -webkit-text-stroke: 1px #ffffff;
}
.dropdown-menu-lang {
    min-width: 130px !important;
}
.dropdown-menu-lang a.dropdown-item {
    padding: 3px 10px;
}

.flag-box span {
    padding-right: 7px;
    color: #666 !important;
    line-height: 20px;
    font-size: 13px;
}
.first-navbar .dropdown:hover .nav-link:before {
    color: rgb(20,151,157);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: inherit;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
}
a.dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
}

.dropdown-toggle::after {
    display: none;
 content: '';
}

#header-bottom {
   /* background: url(../images/pagesheaderbg.jpg) repeat-x top center;*/
  /*  height: 100px;*/
    z-index:1000;
    /*-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);*/
    padding: 0px;


}
.main-navbar.affix {
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,0);
    border-color: #009688;
}

section#header {
    /*background-color: #007ac5;*/
    background-color:#536da6 ;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
a.LogoWrap {
    position: relative;
    z-index: 110;

}
#HeaderLinks>ul>li {
    float: right;
    margin-left: 15px;
    line-height: 9px;
    height: 40px;
    display: inline-block;
}
#HeaderLinks>ul>li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-top: -4px;
}
#HeaderLinks>ul>li.tel {
    margin-right: 7px;
}
.socials li {
    display: inline-block;
    margin-right: 4px;
    float: left;
    font-size: 1.2em;
    color: #fff;
    line-height: 37px;
    height: 40px;
}
.socials li a>i {
    line-height: 40px;
    width: 20px;
    display: inline-block;
}

.socials li a>i {
    line-height: 40px;
    width: 28px;
    display: inline-block;
    color: inherit;
    font-size: inherit;
}

.socials li a {
    line-height: 40px;
    display: inline-block;
    height: 40px;
    font-size: 19px;
    text-align: center;
    width: 34px;
    color: #fff;
}

.LogoImage {
    max-height: 80px;
    padding: 8px 0px
}

.first-navbar.main-navbar:not(.affix){
    height: 80px;

   /* background: #fc6e51;
    background: #fff;
    background-color: #17548f;
    border-top: 4px solid #31c3ee;*/
   /* box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24);*/
    /* background: url(../images/pagesheaderbg.jpg) repeat-x top center;*/
   background: #fff;
    border-top: 2px solid #2196F3;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);

}
.main-navbar {
    font-size: 15px;
}
.nav-link-lang{
    padding-right: 0px !important;
    padding-left: 0px !important;
    min-width: 90px;
}
.first-navbar.main-navbar .logo {

    display: block;
    width: 110px;
    margin-top: 0px;
}
.main-navbar .logo{
    display: none;
}


.main-navbar.fixed-top {
    position: fixed !important;

    height: 65px;
   /*   background: url(../images/pagesheaderbg.jpg) repeat-x top center;*/
    background: #fff;

    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);

}


 .main-navbar.first-navbar .logo-afix {
   display: none;

}

.main-navbar  .logo-afix {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 2px;
    z-index: 1;
    width: 60px;
    transition: all 0.4s;
    /* border-bottom: 2px solid #0c4f5a; */
    /* border-radius: 100%; */
}


.main-navbar.affix  .logo-afix {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 58px;
    z-index: 1;
    width: 58px;
    border: 3px solid #ff6961;
    border-radius: 100%;
    transition: all 0.4s;
    background: #fff;
    height: 58px;
    padding: 3px;


}

.main-navbar.fixed-top:not(.first-navbar)  a  {

}



.main-navbar.affix .logo {
transition: all 0.5s;
    width: 0px;
}
.main-navbar.affix .logo-afix {
   display: block;
}
.rtl .navbar-nav .nav-item + .nav-item {
    margin-right: 0rem;
    margin-left: inherit;
}
body.stickyHeader.rightLogoOnFix ul.nav-first{
    margin-right: 100px;
}
body.stickyHeader.rightLogoOnFix #HeaderLinks {
    left: 0;
    position: fixed;
    top: 26px !important;
    margin-left: 15px;
    z-index: 1029;

}
body.stickyHeader.rightLogoOnFix #HeaderLinks>ul>li>a {
    padding: 6px 10px;
    font-size: 12px;
    background: #007ac5;
    border-radius: 4px;
    height: 22px;
}
body.stickyHeader.rightLogoOnFix #header-bottom .mr-auto {
  margin: unset !important;
    transition: all 0.3s;
}
/*body.stickyHeader.rightLogoOnFix #header-bottom:before {
    content: none;
    width: 0px;
    height: 0px;

}*/

body.stickyHeader.rightLogoOnFix a.LogoWrap {
    position: absolute;
    left: 20px;
    right: auto !important;
    margin: 0 !important;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-animation-iteration-count: 1 !important;
    -o-animation-iteration-count: 1 !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    top: 0px;
    height: 65px;
    overflow: hidden;

}
body.stickyHeader .navbar.fixed-top .mr-auto.navbar-nav{
    padding-left: 108px !important;
}
body.stickyHeader.rightLogoOnFix  .LogoImage {
    max-height: 65px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

body #header-bottom  .nav-link {
    position: relative;
}
body #header-bottom  .nav-link:after {
    content: '' !important;
    position: absolute;
    height: 20px;
    top: 50%;
    width: 1px;
    margin-top: -10px;
    z-index: 0;
    border-right: 1px solid #ddd;
    display: inline-block !important;
/*    -moz-transform: skewX(-25deg) skewY(0);
    -ms-transform: skewX(-25deg) skewY(0);
    -o-transform: skewX(-25deg) skewY(0);
    -webkit-transform: skewX(-25deg) skewY(0);
    transform: skewX(-25deg) skewY(0);*/
    left:0px;
}

body #header-bottom  .nav-item:first-child .nav-link:after {
    content: none !important;

}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 24px;
    padding-bottom: 24px;
}
.navbar-expand-md .navbar-nav .nav-link.dropdown-toggle{
    padding-right: 2rem;

}

.breadcrumb .breadcrumb-item:nth-child(1) a {

    padding-top: 2px;


}
li.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: 0.3rem;
    color: #6c757d;
   /* content: "/";*/
    padding-right: 0.3em;
    content: '\f105';
    font-size: 17px;
    position: relative;
    top: 2px;
    font-family: FontAwesome;
}

.breadcrumb-item + .breadcrumb-item {
      padding-left: 0rem;
}
@media(min-width:1200px) {
    .container {
        width: 96%;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }
}

@media(min-width:980px) and (max-width:1366px) {

    .container {
        width: 96% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }

}



@media(min-width:768px) and (max-width:980px) {
    .container {
        width: 96% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }

}


@media(max-width:768px) {

    .container {
        width: 96% !important;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }

}




.section-header {
    width: 100%;
    border-bottom: 1px solid #d7dee4;
    padding: 0 25px;
    position: relative;
    margin-bottom: 25px;
    direction: rtl;
}
.section-header .section-title  {

    /* color: #c79c46 ;*/
    color: #283d58 ;
    position: relative;
}

.white-header.section-header .section-title, .white-header.section-header h6 {
    color: #fff;
    border-bottom: 1px solid #ff7900;
}
.white-header.section-header a {

    color: #fff;

}

.section-header .section-title, .section-header h6 {

    line-height: 25px;
    font-size: 18px !important;
    position: relative;
    padding: 12px 0;
    border-bottom: 2px solid #203f99;
    display: inline-block;
    bottom: -1px;
    color: #203f99;
    border-bottom: 1px solid #e45221;
    color: #e45221;
}
.section-header .section-title:before {
    position: absolute;
    content: '';
    bottom: -6px;
    right: 20px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #e45221;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.section-header a {
    font-size: 14px;
    color: #203f99;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 13px;
}


.box-light {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0.1);
    overflow: hidden;
    border-radius:0px !important;
}

.footer {
    padding: 40px 0px;
    color: #999;
    background: #333 /*url(../images/footer-patern.png)*/;
}
.footer-city {
    background-image: url('../images/footer-city.png');
    height: 150px;
    background-repeat: repeat-x;
}
.single-footer  h3 {
    color: #e1a957;
    font-size: 18px;
   /* border-bottom: 1px solid #d7dee4;*/
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 1px
}
.single-footer  h3:before {
    position: absolute;
    bottom: -2px;
    right: 10px;
    content: '';
 /*   border-bottom: 3px solid #e45221;*/
    width: 35px;
    height: 100%;

}
.footer-widget  li a {
    color: #999;
    line-height: 30px;
    padding: 2px 0;
    display: block;
}
.footer-widget  li a i {
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    top: 0px;
}
/*.facebook i{color: #395795}
.twitter i {color: #53a8e7}
.telegram i {color: #2ba0da}
.google i {color: #e44134}
.instagram i {color: #285AEB;}
.linkedin i {color: #40bbf4}*/

.footer-widget  li {
    list-style: none;
}
.footer-widget    {
    padding: 0px;
}
.sosial-box {
    margin-top: 0px;
    margin-left: 0px;
}
.sosial-box a {
    float: left;
    padding: 3px 0;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    background: rgba(0,0,0,.05);
    width: 32px;
    height: 32px;
    margin-right: 6px;
    color: #bfbdbd;
    border-radius: 3px;
    margin-bottom: 10px;
}
.sosial-box a i {
    font-size: 17px;
}

.top-footer-section {
    margin-top: 12px;
    background: #74c653;
    /* background: linear-gradient(135deg,#0061ab 49.8%,#fff 0,#fff 50%,#0098f0 0,#00aff0 0);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#74c653",endColorstr="#00aff0",GradientType=1);
    /* background: linear-gradient(135deg,#f36b3b 49.8%,#fff 0,#fff 50%,#f36b3b,#444a75 0);*/
    /*  background: linear-gradient(135deg,#814892 49.8%,#fff 0,#fff 50%,#f36b3b,#4f68d9 0);*/
    background: linear-gradient(135deg,#d1ab66 49.8%,#fff 0,#fff 50%,#f36b3b,#bf9547 0);

    padding: 20px 0px 10px 0px;
    color: #fff;
}
.top-footer-section .input-group-addon{
    background: #00a0a6;
    border: 0px;
    box-shadow: 0px 0px 0px 0px;
    color: #efefef;
    border-radius: 0px;
}
.top-footer-section .form-control{
    height: 39px;
    box-shadow: 0px 0px 0px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.enamad {
    color: #FFD600;
    text-align: center;
}

.enamad  img {
    max-width: 80%;
}
.footer-social li {
    list-style: none;
    display: inline;
    padding-left: 5px;
    opacity: 1;
}
.footer-social li img {
    width: 30px;
}
.socials-networks-layer {
    background-color: #203f99;
    padding: 20px 0;

}
.socials-networks-layer span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 6px;
}
.socials-networks-layer .socials-icons .social-link:hover {
    background-color: #fff;
    color: #203f99;

    width: 40px;
    font-size: 18px;
}
.socials-networks-layer .socials-icons .social-link {
    width: 40px;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
}
.socials-networks-layer .socials-icons a ,.socials-networks-layer .socials-icons input{
    float: left;
    margin-right: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    color: #203f99;
    background:#203f99 ;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.tour .name {
    position: relative;
    display: block;
    height: 45px;
    border-bottom: 1px solid #eee;
   padding-right: 10px;
}

.tour .name h3 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #333;
}
.tour .name h3 a {
    font-size: 17px;
    line-height: 30px;
    color: #eb6c5b;
}

.tour .name .sticker {
    position: absolute;
    top: 9px;
    right: 5px;
    height: 25px;
    line-height: 21px;
    color: #fff;
    border: 2px solid #F44336;
    background: #F44336;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    width: 70px;
}
.tour  .total {
    top: auto;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    border-right: none;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

.total .stay {
    float: left;
    border-bottom: none;
    margin-bottom: 0!important;
    line-height: 60px;
    font-size: 16px;
}
  .total .stay span {
    position: relative;
    line-height: 10px;
    font-size: 2.5rem;
    margin-left: 8px;
    top: 3px;
}
.tour .total .price {
    float: right;
    line-height: 60px;


    color: #999;
    font-size: 15px ;
}

.tour .total .price span {

    line-height: 35px;
    font-size: 20px;
    color: #5cc7af;
}
.box__shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}

.arrows a:hover, .box__hover:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.tour .info li {
    font-family:'Open Sans', sans-serif;
    margin-top: 12px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #595d61;
    font-weight: 600;
}
.tour  .info li .ico {
    float: left;
    width: 26px;
    height: 25px;
    margin: 0px 0px 0 0px;
    opacity: 1;
    font-weight: bold;
    font-size: 17px;
    color: #bbbbbb;
}
.tour  .info li .ico:before {
    margin-left: 0px !important;

}
.tour .info li .fa {
    float: right;
    width: 25px;
    height: 25px;
    margin: 7px 5px 0 8px;
    display: inline-block;
    font-size: 20px;
    color: #7c8187;

}
.city_tour_box_highlight {
    font-size: 13px;
    color: #858686;
    line-height: 22px;
    font-family:'Open Sans', sans-serif;

}
.city_tour_box_highlight span  {

    display: inline-block;


}
.ico__airplane {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQyLjcgMTM0LjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0Mi43IDEzNC4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzY2NjY2Njt9PC9zdHlsZT48dGl0bGU+YWlycGxhbmU8L3RpdGxlPjxnIGlkPSJMYXllcl8yIj48ZyBpZD0iTGF5ZXJfMS0yIj48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQxLjEsMTMuN0MyMzguNSw3LjQsMjMyLjIsMCwyMTYuOCwwYy0xMC42LDAtMjQuNiwzLjYtNDEuNywxMC43TDY1LjIsNTYuMkwzMy42LDMzLjhjLTIuMS0xLjUtNC44LTEuOC03LjItMC44TDQuNiw0Mi4xYy0zLjgsMS42LTUuNiw2LTQsOS44YzAuMywwLjcsMC43LDEuMywxLjEsMS45TDQzLDEwNGMxLjksMi4zLDQuOSwzLjIsNy43LDIuNWw0OS42LTEzbC00LjIsMzIuNGMtMC41LDQuMSwyLjQsNy45LDYuNSw4LjRjMS4xLDAuMSwyLjEsMCwzLjItMC4zbDI2LjMtOC4yYzEuNi0wLjUsMy0xLjYsNC0zbDMyLjktNDlsMjcuNi0xMS40YzE1LjMtNi4zLDI2LjktMTIuOSwzNC41LTE5LjZDMjQ0LjUsMzEuMiwyNDMuOSwyMC41LDI0MS4xLDEzLjd6IE0yMjEuMiwzMS42Yy02LjMsNS41LTE2LjgsMTEuNC0zMC40LDE3bC0yOS42LDEyLjNjLTEuNCwwLjYtMi41LDEuNS0zLjQsMi44bC0zMi43LDQ4LjdsLTEyLjUsMy45bDQuMi0zMS45YzAuNS00LjEtMi40LTcuOS02LjUtOC40Yy0xLTAuMS0xLjktMC4xLTIuOSwwLjJMNTEuNiw5MC43TDE5LjcsNTJsOC42LTMuNmwzMS42LDIyLjRjMi4xLDEuNSw0LjgsMS44LDcuMiwwLjhsMTEzLjYtNDcuMWMxNS4xLTYuMiwyNy41LTkuNSwzNi05LjVzOS45LDMuMiwxMC40LDQuNFMyMjkuMywyNC41LDIyMS4yLDMxLjZ6Ii8+PC9nPjwvZz48L3N2Zz4=');
}

.ico__agency {
background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE3NS41NTcgMTc1LjU1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTc1LjU1NyAxNzUuNTU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTU2LjUwMSw0My41NTFoLTM4LjA1NnYtNS4yMmMwLTkuNjItNy44MjctMTcuNDQ3LTE3LjQ0Ny0xNy40NDdINzQuNTU5Yy05LjYyLDAtMTcuNDQ3LDcuODI3LTE3LjQ0NywxNy40NDd2NS4yMkgxOS4wNTYgICBDOC41NDgsNDMuNTUxLDAsNTIuMSwwLDYyLjYwN3Y3My4wMDljMCwxMC41MDcsOC41NDgsMTkuMDU2LDE5LjA1NiwxOS4wNTZoMTM3LjQ0NWMxMC41MDgsMCwxOS4wNTYtOC41NDgsMTkuMDU2LTE5LjA1NlY2Mi42MDcgICBDMTc1LjU1Nyw1Mi4xLDE2Ny4wMDksNDMuNTUxLDE1Ni41MDEsNDMuNTUxeiBNMTYzLjU1NywxMzUuNjE2YzAsMy44OTEtMy4xNjUsNy4wNTYtNy4wNTYsNy4wNTZoLTExLjA3OSAgIGMwLjAxMS0wLjE1LDAuMDIzLTAuMzAxLDAuMDIzLTAuNDU0VjU1LjU1MWgxMS4wNTZjMy44OTEsMCw3LjA1NiwzLjE2NSw3LjA1Niw3LjA1NlYxMzUuNjE2eiBNMTIsMTM1LjYxNlY2Mi42MDcgICBjMC0zLjg5MSwzLjE2NS03LjA1Niw3LjA1Ni03LjA1NmgxMS4wNTZ2ODYuNjY3YzAsMC4xNTMsMC4wMTIsMC4zMDQsMC4wMjMsMC40NTRIMTkuMDU2QzE1LjE2NSwxNDIuNjcyLDEyLDEzOS41MDcsMTIsMTM1LjYxNnogICAgTTY5LjExMSwzOC4zMzJjMC0zLjAwMywyLjQ0My01LjQ0Nyw1LjQ0Ny01LjQ0N2gyNi40MzljMy4wMDQsMCw1LjQ0NywyLjQ0Myw1LjQ0Nyw1LjQ0N3Y1LjIySDY5LjExMVYzOC4zMzJ6IE02My4xMTEsNTUuNTUxICAgaDQ5LjMzNGgyMXY4Ni42NjdjMCwwLjE1MywwLjAxMiwwLjMwNCwwLjAyMywwLjQ1NGgtOTEuMzhjMC4wMTEtMC4xNSwwLjAyMy0wLjMwMSwwLjAyMy0wLjQ1NFY1NS41NTFINjMuMTExeiIgZmlsbD0iIzY2NjY2NiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=');
}
.ico, .wi {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.breadcrumb {
    background: transparent;
     padding: 1rem;
    margin: 0px;
    color: rgba(16, 16, 16, 0.5);
}
.breadcrumb-item a {
    color: inherit;
    display: inline-block;
}
.breadcrumbs{

}
.footer .box__input__ico input {
    background-color: transparent;
    border-color: #666!important;
    color: #fff;
}
 .box__input input,  .box__input textarea {
    display: block;
    width: 100%;
    height: 50px;
    border: 2px solid #eee!important;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    border-radius: 3px;
    padding: 0 20px;
}
.footer .box__input__ico .ico {
    top: 10px;
    position: absolute;

    left: 10px;
    width: 30px;
    height: 30px;
    background-size: 95%;
}

  .ico__phone {
background-image:url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNNDEzLDM1Mi4xMjJjMTEuMDQ2LDAsMjAtOC45NTUsMjAtMjBWODBjMC00NC4xMTItMzUuODg4LTgwLTgwLTgwSDE1OWMtNDQuMTEyLDAtODAsMzUuODg4LTgwLDgwdjM1MiAgICAgYzAsNDQuMTEyLDM1Ljg4OCw4MCw4MCw4MGgxOTRjNDQuMTEyLDAsODAtMzUuODg4LDgwLTgwYzAtMTEuMDQ2LTguOTU0LTIwLTIwLTIwYy0xMS4wNDYsMC0yMCw4Ljk1NC0yMCwyMCAgICAgYzAsMjIuMDU2LTE3Ljk0NCw0MC00MCw0MEgxNTljLTIyLjA1NiwwLTQwLTE3Ljk0NC00MC00MFY4MGMwLTIyLjA1NiwxNy45NDQtNDAsNDAtNDBoMTk0YzIyLjA1NiwwLDQwLDE3Ljk0NCw0MCw0MHYyNTIuMTIyICAgICBDMzkzLDM0My4xNjcsNDAxLjk1NCwzNTIuMTIyLDQxMywzNTIuMTIyeiIgZmlsbD0iIzk5OTk5OSIvPgoJCQk8Y2lyY2xlIGN4PSIyNTYiIGN5PSI0MjEuMTIyIiByPSIyMCIgZmlsbD0iIzk5OTk5OSIvPgoJCQk8cGF0aCBkPSJNMjk2LDkxLjEyMmMwLTExLjA0Ni04Ljk1NC0yMC0yMC0yMGgtNDBjLTExLjA0NiwwLTIwLDguOTU0LTIwLDIwYzAsMTEuMDQ2LDguOTU0LDIwLDIwLDIwaDQwICAgICBDMjg3LjA0NiwxMTEuMTIyLDI5NiwxMDIuMTY3LDI5Niw5MS4xMjJ6IiBmaWxsPSIjOTk5OTk5Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=') ;

}

 .footer .box__input__ico {
    padding-top: 0;
    min-height: 50px;
     position: relative;
}

.footer .btn__last {
    width: 160px;
    line-height: 50px;
    margin: 10px 0;
    color: #fff;
border: 0px;

}
 .red__background {
    background-color: #eb6c5b;
}
  .btn__last {
    display: block;
    border-radius: 3px;
    width: 160px;
    margin: 0 auto;
    height: 50px;
    font-size:18px;
}

  .tourTitle h1 {
      font-size: 18px;
      padding: 8px 0px 0px 5px;
      color: #494949;
      display: inline-block;
      line-height: 43px;
  }
.tourTitle .btn-share_box {

    padding: 15px 0px 8px 8px;

}
.btn-share {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    padding: 0;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    margin: 4px 1px;
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); */
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.btn-share:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #fff;
}
.btn-gplus {
    background-color: #dd4b39;
}
.btn-tw {
    background-color: #55acee;
}
.btn-fb {
    background-color: #3b5998;
}
.btn-telg{
    background-color: #0082ca;
}
  .tour-info.card {
      border-radius: 0px;
      border: 1px solid #eee;
  }
  .tour-info.card .card-header {
      padding: 12px;
      margin-bottom: 0;
      background-color: #f9f9f9;
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      font-size: 17px;
color: #eb6c5b;
      border-radius: 0px;
  }
.tour-info.card .card-block {
    padding:0px 15px;

}
.tour-icon {
    background: url(../images/icon/tour.svg) no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    margin-right:  5px;
    padding: 20px 0;
    text-align: center;
    font-size: 7px;
    line-height: 9px;
    color: #f1543f;
}

.c-tour {
    background-color: #fdfdfd;
   /* box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);*/
   /* border: 1px solid #e4e4e4;*/


   /* margin-bottom: 15px;*/
    width: 100%;
}
.c-tour__attributes {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}
.tour__attributes_text>div {
    font-size: 15px;
    margin-top: 24px;
}
.tour__attributes_text>div .q-tour{
    color: #6f6f6f;
    font-size: 14px;
}
.tour__attributes_text>div .a-tour{
    color: #f1543f;
    color: #5cc7af;
    color: #1ca2bd;
}
.c-product__params ul {
    list-style: none;
    padding: 0;
   /* color: #55565a;*/
    color: #83848a;
    margin: 20px 0;
    font-size: 12px;
    padding: 0px 0px 7px 0px;
    line-height: 1.833;
    border: 1px dashed #c3bfbf;
}
.c-product__params ul:before {
    content: attr(data-title);
    font-size: 13px;
    line-height: 1.692;
    display: list-item;
    font-weight: 100;
    color: #e45221;
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 11px;
}
.c-product__params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
.c-product__params ul li {
    margin: 2px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 10px;
}

.c-product__params ul li span {
    margin-left: 5px;
    white-space: normal;


}
.c-product__params ul li span.tell {
    font-size: 16px;
   color: #55565a;
}
.c-product__params ul li a {
    color: #55565a;
    padding: 0;
    line-height: 2;
    font-size: 14px;
}
.btn-link-spoiler {
    position: relative;
    color:#1ca2bd !important;
    font-size: 12px !important;
}
.btn-link-spoiler:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.btn-user-list {
    font-size: 12px;

    line-height: 1.833;
    color: #009ec9;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 18px;
}
.q-tour .fa {
    color: #d5d5d5;
    font-size: 17px;
    margin-left: 3px;
}
 .excursion {
     line-height: 23px;

}
.excursion .q-tour{
    min-width: 85px;
}
.excursion .a-tour{
font-size: 13px;

}

.naturetour .tour__attributes_text>div {
    font-size: 14px;
    margin-top: 16px;
}
.btn-tour {
    font-size: 0.9rem;
    line-height: 1.222;
    padding: 8px 98px 12px 18px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff !important;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.7px;
    position: relative;
}
.btn-tour:before {
    width: 90px;
    height: 90px;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

.title-heading ~ .light-br {
    margin: -33px 0 20px;
    width: 100%;
}
.title-heading ~ .light-center-br, .title-heading ~ .light-br {
    border-bottom: 1px solid #666;
    display: block;
    margin: -33px 1% 20px;
    right: 0;
    width: 98%;
    z-index: 0;
    height: 2px;
}
.title-heading {
    background-color: #fff;
    margin: 20px auto;
    z-index: 1;
    padding: 0 15px;
    display: inline-block;
    font-size: 1.2em!important;
    line-height: 30px;
}
.title-heading-more{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #888;
}

.org-color {
    color: #e45221;
}
.green-text {
    color: #47a73d !important;
}
.orange-text {
    color: #ff9800!important;
}

.grey.lighten-3 {
    background-color: #eee!important;
}

.grey {
    background-color: #9e9e9e!important;
}
.white-text {
    color: #fff!important;
}
.packageinfo h3 {
    font-size: 1.1em;
}
.packagetable.table tr td:first-child, .packagetable.table tr th:first-child {
    min-width: 290px;
    width: 30%;
}
.tooltip-hotel {
    line-height: 3px;
    padding-top: 6px;
}
.tooltip-hotel i{
    line-height: 3px;
}
.hotel_grade_box {
    line-height: 3px;

}
.brd-le {
    border-left: solid 1px #ddd;
    padding: 0 3px;
}
.packagetable {
    border: 0px;
}
.packagetable th {
    font-weight: 100;
    padding: 8px 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #9e9e9e!important;
}
.packagetable td {
    border: 1px solid #eceeef;
    padding: 10px 5px;
    vertical-align: middle;
    text-align: center;
}
.city_tour_box span {
    position: relative;
}
.city_tour_box span+span:before {
   content: ' - ';
    position: relative;
    right: 0px;

}

.tooltip-inner {
    font-size: 12px !important;
}

 .testimonial-card {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
     box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
     color: #a09c9c;
     height: 153px;
     overflow: hidden;
     border: 0px;
 }

.testimonial-card>div {
    min-height: 30px;
    position: relative;
    z-index: 5;
}
.testimonial-card .avatar.small-circle {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0%;
    bottom: 0px;
    /* margin: -22px 0px 0px 0px; */
    padding: 0;
    text-align: center;
    width: 160px;
    color: #ffffff;
    z-index: 1000;
    overflow: hidden;
    /* border: 5px solid #fff; */
    background: #2f2b2b8a;
}
.testimonial-card  .bgimage {
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    display: block;
}
.testimonial-card a {
    font-size: 13px;
    color: #222;
    line-height: 18px;

}
.testimonial-card .price-title {
      font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 0px;
    margin-top: 10px;
  }
.testimonial-card .text-truncate {
    line-height: 10px;
    font-size: 13px;
}
.testimonial-card .green-text{
display: inline-block;
line-height: 19px;
}

.tour_description {
    background: #f8f9f3;
    border-radius: 3px;
    padding: 15px;
    line-height: 31px;
}

.tour_description span , .tour_description p , .tour_description div {
    font-size: 14px !important;




}
.alert_tell.alert-info {
    border: 1px dashed #55b9ce;
    background: #f7fdff;
    color: #1ca2bd;
    font-size: 16px;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 0;
    border-right: 4px solid;
}

.alert_tell.alert-info span {

    font-size: 20px;
    margin-right: 19px;
}

.img-line .img_more {
    padding: 2px !important;
}
.img_more_box {
    padding: 2px;
}
.img_more_box img {
   height: 180px;
}
.lg-inner {
    direction: ltr;
}
.timeline {
    width: 100%;
}
.timeline .total {
    top: auto;
    bottom: 0;
    padding: 12px 20px;
    width: 100%;
    min-height: 50px;
    border-right-style: none;
    border-top: 1px dashed #ddd;
    background-color: #f9f9fc;
}


  .total .collapse_btn {
    color: #00bfd6;
    /* border-bottom: 1px dashed #4caf50; */
    padding-bottom: 2px;
}
.leg-badge {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    text-align: center;
    margin: 10px 0px 0 0;
    position: relative;
    float: left;
    box-shadow: 0 0 7px #aaa;
    background: #fff;
    padding: 5px;
    z-index: 8;
}
.timeline .title-heading  {
    color: #2196f3a8 !important;
    font-size: 16px !important;
}
.timeline .light-br {
    border-bottom: 1px solid #dcd9d9;
}
.stop-content {

    padding: 21px 49px 0px 0px;
}
.movelist{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding-right: 2px;
    display: inline-block;
    width: 100%;
    min-height: 44px;
}
.movelist li {
    display: inline-block;
    float: right;
    margin: 5px;
    /* border: solid 1px #ccc; */
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
    width: auto;
    text-align: right;
}
.movelist li label {
    font-weight: 100;
    margin: 0px;
}

.stop-content {
    padding: 5px 5px 5px 40px;
    margin-top: 15px;
    min-width: 120px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    border-radius: 2px;
    background: #009688 !important;
    color: #fff;

}
.timeline .move{
    padding-left: 50px;
}

.stop-content:before {
    content: "";
    border-color: transparent transparent transparent #009688;
    border-style: solid;
    position: absolute;
    border-width: 17px 23px;
    right: -46px;
    top: 1px;
}
.timeline .stop {
    margin-bottom: 11px;
}
/*tab*/

.pagebody {
    display: flex;
    padding: 2em 2em 2em 2em;
}


/* Sidenav */
.sidenav__tabs {
    text-align: right;
    background-color: #005dab;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.sidenav__tab {
    align-self: flex-start;
    width: 100px;
    list-style-type: none;
    /*   border-bottom: 1px solid #ccc; */
    padding: .6em .4em .6em .8em;
    color: #eee;
    font-size: 1.1em;
    letter-spacing: 0;
    transition: all 300ms;
}

.sidenav__tab:hover {
    background-color: #004178;
    cursor: pointer;
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.22);
}

.sidenav__tab__info {
    font-size: .65em;
    margin-top: 3px;
    color: #ccc;
    font-style: italic;
    letter-spacing: 0;
}

.active-tab {
    background-color: #004178;
    box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.22);
}
.legbox:after {
    border-color: #aaa rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 14px 7px;
    content: "";
    position: absolute;
    left: 30px;
    z-index: 5;
    margin-top: 100px;
}
.timeline {
    position: relative;
}
.timeline:before {
    border-right: 2px solid #ddd;
    content: "";
    position: absolute;
    left: 21px;
    top: 12px;
   /* bottom: -117px;*/
    height: 100%;
}
.tour_end .legbox:before {
    border-right: 0px solid #ddd;
    content:none;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: -0px;
}
.tour_end .legbox:after {
    border-color: #aaa rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 0px 0px;
    content: none;
    position: absolute;
    right: 0px;
    z-index: 5;
    margin-top: 100px;
}
.legbox .leg-badge svg {
    width: 24px;
    height: 27px;
}
.leg-badge i {
    font-size: 30px;
}

.c_post {
    padding: 10px;
    background: #fff;
   /* box-shadow: 2px 2px 3px #ddd;*/
    border-bottom: 1px solid #ccc;

    margin: 20px;

}

.entry-title a {
    color: #141412;
    transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    display: block;
}
 .entry-title {
    font-size: 18px;
    padding: 0 15px;
    margin: 5px 0 10px;
    font-weight: 100;
}

.tags-links a:first-child:before {
    content: "\f02c";
    position: relative;
    top: -1px;
    font-family: FontAwesome;
    vertical-align: middle;
    color: #f7941d;
    margin-left: 4px;
}
.entry-meta .date a:before {
    content: "\f133";
    position: relative;
    top: -1px;
    font-family: FontAwesome;
    vertical-align: middle;
    color: #f7941d;
    margin-left: 4px;
}
.entry-meta a {
    color: gray;
    display: inline-block;
}
.entry-date{
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}
div.entry-meta {

    color: gray;
    margin: 0 15px 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    font-size: 12px;
}
.entry-meta>span {
    margin-right: 20px;
    margin-left: auto;
}
.articles .entry-thumbnail {
    height: 150px;
    overflow: hidden;
    position: relative;

}
.articles .entry-thumbnail img {
    height: 100%;
    width: 100%;
}
 article a.btn-share {
    color: #fff;
    font-size: 12px;
    width: 25px;
    height: 26px;
    line-height: 28px;
    border-radius: 7px;
    margin-top: -3px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;

    line-height: 1.25;
    color: #eb6c5b;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 100%;
    margin-left: 5px;
    margin-right: 5px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #eb6c5b;
    border-color: #eb6c5b;
}
span.tags-links a {
    padding-left: 2px;
}
.tags-links .tag+.tag:before{
    content: ',';
    position: relative;

}

.article .entry-content ,
.article .entry-content div ,
.article .entry-content span ,
.article .entry-content p ,
.article .entry-content ul,
.article .entry-content li ,
.article .entry-content a

{

    font-size: 14px !important;
    line-height: 30px !important;
    text-align: justify;

}


.card_article_related {
    background: #f6f6f7;
    border: 1px solid #efefef;
    border-radius: 0px;
}
.card_article_related .card-title {
    line-height: 23px;
}
.card_article_related .card-title a {
    font-size: 13px;
    color: inherit;
}
.card_article_related .card-img-top-box {
    height: 145px;
    overflow: hidden;
}
.card_article_related .card-body {

    padding: 12px;
    text-align: justify;
    height: 95px;
    overflow: hidden;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fbfdff;
    background-color: #dd4b39;
    border-color: #dee2e6 #dee2e6 #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0px;
    margin-bottom: 5px;
}
.service-scroll-link {
    font-size: 15px;
    color: rgb(20,151,157);
    transition: all 0.2s;


    border: 1px solid #999;
    padding: 10px;
    border-radius: 4px;
    height: 81px;
    overflow: hidden;
    background: rgba(20, 151, 157, 0.05);
}
.service-scroll-link:hover {

    color: #dd4b39;
}

.service-scroll-link svg{
    width: 22px;
    height: 22px;
    fill: #47a73d;

}

.title-heading svg {
    width: 27px;
    height: 27px;
}
.card-2 {
    border:0px;
    border-radius: 0px;
}
.card-2 .card-img-top-box {
    position: relative;
    overflow: hidden;
}

.card-2 .card-img-top-box img {
    transition: transform .3s; /* Animation */
}
.card-2 .light-box-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition:all  .3s; /* Animation */
    z-index: 2;

}
.card-2:hover .card-img-top-box img {
    transform: scale(1.1);
}

.card-2:hover .light-box-card {
    background: rgba(0,0,0,0);
}

.card-2 .card-img-top-box:before {
    content: '';
    position: absolute;
    border-bottom: 64px solid #ffffff;
    bottom: -59px;
    z-index: 2;
    width: 147%;
    height: 316px;
    /* background: #fff; */
    border-radius: 100%;
    right: 0;
    margin-right: -19%;
    transition: all 0.5s;

}

.card-2 .card-img-top-box:after {
     content: '';
     position: absolute;
     border-bottom: 64px solid #ffffff;
     bottom: -59px;
     z-index: 2;
     width: 147%;
     height: 316px;
     border-radius: 100%;
     right: 0;
     margin-right: -19%;


 }


.card-2 .card-img-top-box:before {
    content: '';
    position: absolute;
    border-bottom: 64px solid rgba(0,0,0,0.2);
    bottom: -57px;
    z-index: 2;
    width: 147%;
    height: 316px;
    border-radius: 100%;
    right: 0;
    margin-right: -19%;

}
.card-2  .card-icon-top-box {
    position: relative;
}
.card-2 .card-icon-top {
    position: absolute;
    top: -39px;
    width: 68px;
    z-index: 2;
    right: 50%;
    margin-right: -34px;

    border-radius: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}
.card-2 .card-title {
    font-size: 12px;
    margin-top: 11px;
    text-align: center;
}
.card-2 .card-title a {
    font-size: 21px;
    line-height: 30px;
    color: #222;
}
.card-2 .card-text {
height: 173px;
overflow: hidden;
}
.card-2 .card-footer {
  text-align: center;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}
.card-2 .card-footer a{
    color: #eb6c5b;
}

.faqs .faq-page-boxes.card {
    margin-bottom: 8px;
    border-radius: 2px;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
    background-color: #fff;
    border: 0px;
}
.faqs .faq-page-boxes .card-header {
    padding: 19px 20px 19px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    color: #424242;
    border: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.faqs .faq-page-boxes .card-header a {
    color: #1d1d1d;
    font-size: 18px ;
    font-weight: 600;
}

.faqs .faq-page-boxes .card-header a  svg {
    vertical-align: middle;
    margin-right: 10px;
    fill: #f7941d;
}
.faqs .faq-page-boxes .card-header a p , .faqs .faq-page-boxes .card-header a span  {
    margin: 0px !important;
padding: 0px !important;
    font-size: 16px !important;
}
.faqs .faq-page-boxes .card-body  p , .faqs .faq-page-boxes .card-body  span  {

    font-size: 16px !important;
}
.faqs .faq-page-boxes .card-body {

    line-height: 38px;
}
.down-arrow-box img {
    width: 26px;
    fill:    #aaa;;

}

.down-arrow-box {
    float: right;
    transition: all 0.3s;
}

.card-link:not(.collapsed)  .down-arrow-box {
    transform: rotate(180deg);
}

.aboutus {
    line-height: 40px;
}
.rout-item {
    border: 1px solid #e1e1e1;
    transition: ease all .3s;
    -webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    margin-bottom: 16px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.rout-Img img  {
    width: 100%;
    height: 115px;
}
.rout-item:not(.BigOne) .rout-desc {
    height: 72px;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding-left: 13px;
    font-size: 12px;
    font-weight: 700;
}
.rout-title {
    margin: 10px 7px 0;
    font-size: 15px;
    color: #2563d1;
}
.rout-title a {
    color: #e45221;
    font-weight: 700;
}
.img-size img {
    left: 0;
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.rout-Img-Big img {
    height: 247px;
}

.rout-title-big {

    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    z-index: 5;

}

.rout-title-big a  {
    color: #fff;

}

.title-heading-gry .title-heading{
    background: #f4f4f9;
    margin: auto !important;
    padding: 0px 20px 0px 20px !important;
}
.title-heading.title-heading-gry {
    background: transparent;
}
.signs {
    list-style: none;
    padding: 0;
    margin: 1em 0 0;
}
.signs>li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
    width: 23%;
    height: 87px;
    float: left;
    margin: 2px;
}
.signs>li>img {
    width: 90%;
    height: 90%;
}

@media (max-width: 768px) {


    .autoplay_slider  .slick-next {
        right: 9px !important;
    }
    .autoplay_slider .slick-prev {
        left: 11px;
        z-index: 1;
    }

    .autoplay_slider_text {
        position: absolute;
        z-index: 11;
        bottom: 0px;
        text-align: center;
        width: 100%;
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);

    }

    .first-navbar.main-navbar:not(.affix) {
        height: 50px;
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
    }
    #header-bottom:before {
        content: none;
        width: 0px;
        height: 0px;
        background-color: #fff;
        border-radius: 100% 100% 0 0;
        position: absolute;
        left: 50%;
        margin-left: -120px;
        top: -24px;
        z-index: 0;
    }
    .header-xs-phone {
        font-size: 17px;
        line-height: 33px;
    }
    .top-link-box {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(41,61,88,0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(41,61,88,0);
         box-shadow: 0px 0px 0px 0px rgba(41,61,88,0);
        height: auto;
        z-index: 999;
        position: relative;
          margin-top: 0px;
         background: transparent;
    }
    .rout-title a {
        color: #e45221;
        font-weight: 100;
        font-size: 12px;
    }
    .single-footer h3 {

        font-size: 20px;

        padding-bottom: 5px;

        margin-bottom: 1px;
        margin-top: 20px;
    }
    .footer {
        padding: 6px 0px 130px 0px;
    }
    .menu-mobile {
        background: #fff;
        margin-top: 0px;
        position: fixed;
        width: 100%;

        top: 0;
        height: 100%;
        right: 0;
    }
    body.stickyHeader.rightLogoOnFix ul.nav-first {
        margin-right: 0px;
    }
    .sidenav-body {
        height: 80px;
        width: 100%;
        background: #1b75b7;
        color: #fff;
    }
    .sidenav a {
        margin: 0 20px 0 0;
        color: #444;
        display: block;
        transition: .2s;
        position: relative;
    }
    .sidenav-body img {
        margin-top: 14px;
        margin-bottom: 2px;
        margin-left: 0px;
        width: 121px;
    }
    .first-navbar.main-navbar:not(.affix) a.closebtn {
        position: absolute;
        top: -4px;
        left: 0;
        color: #fff !important;
        font-size: 25px  !important;
        z-index: 111;
        padding: 10px;

    }
    .menu-mobile.collapse {
        display: block !important; ;
        right: 0%;
        transition: all 0.3s;
    }
    .menu-mobile.collapse:not(.show) {

        right: -100%;
        transition: all 0.3s;
    }
    body #header-bottom .nav-link:after {
        content: none !important;
    }
    .menu-mobile  .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 0;
    }
    .first-navbar .dropdown .nav-link:before {
        bottom: 13px !important;
        left: 82%;
        color: #666 !important;
        font-size: 16px;
        text-align: center;
        position: absolute;
        right: 14px;
        height: 25px !important;
        width: 30px;
        line-height: 21px !important;
        opacity: 1;
        -webkit-transition: 500ms opacity ease-in;
        -o-transition: 500ms opacity ease-in;
        transition: 500ms opacity ease-in;
        -webkit-text-stroke: 1px #ffffff;
        border: 1px solid #eee;
        border-radius: 20%;
        -webkit-text-stroke: 0px rgba(90, 90, 90, 1) !important;
    }

    .main-navbar .dropdown-menu {
background: #f1f1f1;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0rem;

    }
    .main-navbar .dropdown-menu  .dropdown-item {
        font-size: 13px;
    }
    .tour .total {
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
    }

   /* .tour .total .stay {
        display: none;
    }*/
    .total .stay {
        position: absolute;
        top: 57px;
        height: 78px;
        line-height: 30px;
        width: 100px;
        border-left: 1px solid #eee;
        text-align: center;
        right: 20px;
        padding: 4px 20px;
        font-size: 15px;
    }
    .info ul.list-unstyled  {
        padding-left: 15px !important;
    }
    .tour .total .price {
     width: 100%;
    }
    .tour .name h3 a {

        padding-right: 20px;
    }
    .tour .total .price span {

        font-size: 16px;

    }
    .tourTitle h1 {
        font-size: 13px;
        padding: 8px 2px 1px 0px;
        color: #494949;
        display: inline-block;
        margin-bottom: -3px;
    }
    .tourTitle .btn-share_box {
        padding: 0px 0px 8px 8px;
        width: 100%;
        clear: both !important;
        float: none !important;
        text-align: center;
    }
    .tourView ,.tourViewDetaile {
        background: #fdfdfd;
    }
    .tourView  .box__shadow , .tourViewDetaile .box__shadow {
        -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
        box-shadow: 0 0px 0px rgba(0,0,0,0);
    }
    .movelist {
        width: 80%;
        margin-right: 58px;
        text-align: justify;
    }
    .main-timeline.box-light{
        -webkit-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0);
        -moz-box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0);
        box-shadow: 0px 0px 15px 0px rgba(40, 61, 88, 0);
    }
    .movelist li {
        text-align: justify;
    }
    .service_box {
        text-align: justify;
        line-height: 31px;
    }
    .service_box  span ,.service_box p ,.service_box div {
       font-size: 13px !important;
    }
    .service_box  table {
        width: 100% !important;
    }
    .btn-share_box {
        width: 100%;
        float: none !important;
        margin-top: 10px;
        text-align: center;
    }
    li.page-item {
        display: inline-block;
        margin: 0px;
    }
    .page-link {

        margin-left: 0px;
        margin-right: 0px;
    }
    .pagination {
        padding-right: 10px;
        display: block;
    }
    .article .entry-content ,
    .article .entry-content div ,
    .article .entry-content span ,
    .article .entry-content p ,
    .article .entry-content ul,
    .article .entry-content li ,
    .article .entry-content a

    {
     font-size: 13px;
        line-height: 24px;
        text-align: justify;

    }
    .article .entry-content img {
        max-width: 100% !important;
    }
    .down-arrow-box img {
        width: 16px;
        fill: #aaa;

    }
    .down-arrow-box {
        width: 100%;
         float: none;
        transition: all 0.3s;
        position: absolute;
        left: 0px;
        /* top: 24px; */
        bottom: 0px;
        background: #d2d2d2;
        height: 25px;
        text-align: center;
    }
    .faqs .faq-page-boxes .card-header {
        padding: 16px 9px 29px 8px;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 0px solid rgba(0, 0, 0, 0.125);
        color: #424242;
        border: 0px;
        border-bottom: 1px solid #e1e1e1;
    }
    .faqs .faq-page-boxes .card-header a {
        color: #646464;
        font-size: 12px;
    }
  .faq-page-boxes  .collapse.show{
      background: #f7f8f9;
  }
    .faqs .faq-page-boxes .card-header a svg {

        width: 31px;
    }
}

.card-counter{
   /* box-shadow: 2px 2px 10px #DADADA;*/
    margin: 10px;
    padding: 20px 10px;
    background-color: #fff;
    height: 120px;
    border-radius: 2px;
    transition: .3s linear all;
    border: 1px solid #ffffff;
}

.card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary{
    background-color: #007bff;
    color: #FFF;
    outline: 3px #007bff solid !important;

}

.card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
    outline: 3px #ef5350 solid !important;
}

.card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
    outline: 3px #66bb6a solid !important;
}

.card-counter.info{
    background-color: #26c6da;
    color: #FFF;
    outline: 3px #26c6da solid !important;
}

.card-counter i{
    font-size: 5em;
    opacity: 0.2;
    float: left;
}

.card-counter .count-numbers{
    position: absolute;
    right: 22px;
    top: 20px;
    font-size: 17px;
    display: block;
    color: #fff;
}

.card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
    width: 43%;
}
.intro-hotelyab-layer .col-md-6 {
    padding: 0px;
}

 .entry-content img {
     max-width: 100% !important;
     width: auto !important;
     display: block;
     margin: auto;

 }


@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 576px){

}
.close{
width: 25px;
height: 26px;
/* background: #a22929; */
color: #F44336;
border: 1px solid;
    border-radius: 100%;
    position: absolute;
    left: 43px;
    top: 12px;
    z-index: 11;
    opacity: 1;
    font-size: 37px;
    text-shadow: 0 0px 0 #ffffff;
    font-weight: 100;
}

/*.img-line {
    border: 1px solid #c4c4c4;
    margin: 10px;
    border-radius: 2px ;
}*/

.carousel-item {
    background: #eee;
}

  .way {
      position: relative;
      display: block;
      height: 50px;
      border-top: 1px solid #e9e9f3;
      border-radius: 0 0 3px 3px;
      background-color: #f9f9fc;
      padding: 12px 0px;
}

  .way li {
    position: relative;
color: #01a5d9;
    height: 100%;
   list-style: none;
      text-align: center;
}
.way li a {

    color: #466d79;

}
.way li:before {
    width: 1px;
    height: 100%;
    background-color: #d2d0d0;
    position: absolute;
    content: "";
    /* left: 0; */
    right: 0;
    margin: 0 auto;
}
.way li.last:before {

    content: none;

}
.btn_booking {

    font-size: 1.2rem;
    height: 50px;
    color: #fff;
    width: auto;
    text-align: center;
    border-radius: 50px;
    background-color: #0197f6;
    padding: 10px 33px;
}

.Highlights_map {
    width: 100%;
    min-height: 450px;
}
.Highlights_text {
    width: 100%;
    min-height: 450px;
}

.bg-back {
    background: #f4f4f9;
}
.text-bold {
    font-weight: 600;
}

.collapse_toggle {
    width: 25px ;
    height: 25px;
transition: all 0.3s;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.collapse_toggle:after{
    content: "\f078";
    font-family: "FontAwesome";
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 50%;
    height: auto;
    line-height: normal;
    margin-left: -11px;
    transition: all 0.3s;

}
.collapse_toggle[aria-expanded="true"]:after{

    transform: rotate(0deg);
    transition: all 0.3s;

}
.collapse_toggle[aria-expanded="false"]:after{
    transform: rotate(180deg);
    transition: all 0.3s;
}


.heading-collapse_btn {
    -webkit-text-stroke: 1px #f4f4f9;
    position: absolute;
    right: 9px;
    top: 3px;
    background: #f4f4f9;
    color: #e45221;
}

.heading-collapse_btn.bg-white{
    -webkit-text-stroke: 1px #fff;
    background: #fff;
}
.day-collapse_btn {
    -webkit-text-stroke: 2px #009688;
    position: absolute;
    left: 7px;
    top: 3px;
    background: #009688;
    color: #fffdfc;
    cursor: pointer;
}
.day_detaile-collapse_btn:after {
    -webkit-text-stroke: 1px #ffffff;

    left: 100%;

}

.total .day_detaile-collapse_btn {
    color: #F44336;
    padding-bottom: 2px;
    font-size: 12px;
     width: 106px;
     cursor: pointer;

}
.total .day_detaile-collapse_btn:after {
    font-size: 19px;
}


/**/

.international-available__columns .airlines--info__way-ahead {
    margin: 25px 0 0;
    border-top: 1px dashed #d2d2d2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.international-available__columns .airlines--info__way-ahead__trace {
    flex: 1 1 auto;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    position: relative
}

.international-available__columns .airlines--info__way-ahead__trace:not(.start):before {
    content: " ";
    position: absolute;
    right: calc(50% - 5px);
    top: -5px;
    width: 8px;
    height: 8px;
    background: orange;
    border: 1px solid orange;
    border-radius: 50%
}
.international-available__columns .info__ways {
    padding-top: 20px;
}

.international-available__columns .airlines--info__way-ahead__trace {
    text-align: center
}

.international-available__columns .airlines--info__way-ahead__trace.start {
    margin-right: -16px
}

.international-available__columns .airlines--info__way-ahead__trace.start .icon {
    position: absolute;
    top: -12px;
    left: -66px;
    font-size: 1.8em;
    font-weight: 400;
    color: #bdbdbd;
}

.international-available__columns .airlines--info__way-ahead__trace.end:before {
    left: calc(100% + 10px);
    background: #fff;
    border-color: #bdbdbd;
}

.international-available__columns .airlines--info__way-ahead__trace span {
    vertical-align: top;
    display: inline-block;
    margin-top: -3px;
    font-size: .75em;
    color: #9b9b9b
}


.international-available__columns .available-columns__airlines {
    margin-top: 5px
}

.international-available__columns .available-columns__airlines--info {
    margin-top: 10px
}

.international-available__columns .airlines--info__public-style strong {

    font-size: 0.8em;
    line-height: 1.188em;

}

.international-available__columns .airlines--info__public-style span {
    font-size: .75em;
    color: #aaa
}

.international-available__columns .airlines-columns span {
    font-size: .75em;
}
.available-columns__airlines .airlines-columns>span {

    color: #646464;

}

.international-available__columns .airlines--info__public-style span.departure-date, .international-available__columns .airlines--info__public-style span.duration-time {
    font-size: .7em
}

.international-available__columns .airlines--info__public-style .duration-time {
    font-family:"Open Sans", sans-serif;
    left: 19%;
    top: -23px;
    color: #aaa;
    position: absolute;
    cursor: pointer;
}
.p12{
padding-top: 12px;
}
.international-available__columns .airlines--info__public-style span.departure-date {
    color: #b3b3b3;
    position: absolute;
    lest: 0px;
    top: -2px;
    font-size: .7em;
    text-align: center;
}

.more-option-box {
    min-height: 400px;
    position: relative;
}
.more-option {
    padding: 36px 0;
    position: absolute;
    right: -46px;
    text-align: center;
    top: 55%;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    width: 223px;
}
.more-option span {
    color: #a5a5a5;
}
.more-option::before {
    background: #e1e1e1 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -29px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.more-option::after {
    background: #e1e1e1 none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -25px;
    position: absolute;
    top: 50%;
    width: 60px;
}

input.form-control , select.form-control  {
    border: 1px solid #e1e1e1;

    font-size: 13px;
    letter-spacing: .5px;
    padding: 2px 0 0 15px;
    width: 100%;
    height: 40px;

    background-color: #f7f7f7;
    border-radius: 0.0rem;

}
.iti {

    display: block ;
}
.year{

text-align: center;
}

.year .year_box {
    color: #0d2359;
   background: #f1f6fa;
   /* background: #6f69afa6;*/
    padding: 7px 0px;
    cursor: pointer;
    border: 1px solid #ececec;
    margin: 2px;
    border-radius: 5px;
    font-size: 16px;
}

.year .year_box.active , .year .year_box:hover {
    background: #8BC34A;
    border: 1px solid #8BC34A;
    color: #fff;

}
.year .year_box:after {
    content: "";
    width: 50px;
    height: 12px;
    background: url(../images/data_menu.png);
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
    transition:  bottom 0.25s linear;;
    z-index: -1;
}


.year .year_box.active:after {
    content: "";
    width: 50px;
    height: 12px;
    background: url(../images/data_menu.png);
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -25px;
    z-index: 11;

}




.month{
    text-align: center;
    margin-top: 10px;
}


.month .month_box {
    color: #0d2359;
    background: #f1f6fa;
    padding: 7px 0px;
    font-size: 12px;
    /* font-family: "Open Sans", sans-serif; */
    border: 1px solid #ececec;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
}
.month .month_box.active , .month .month_box:hover {
    background: #8BC34A;
    color: #fefefe;
    border: 1px solid #8BC34A;

}
.month .month_box:after {
    content: "";
    width: 50px;
    height: 12px;
    background:  url(../images/data_menu.png) no-repeat top center;
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-left: -25px;
    z-index: -1;
    transition:  bottom 0.2s linear;;

}


 .month .month_box.active:after {
     content: "";
     width: 50px;
     height: 12px;
     background:  url(../images/data_menu.png) no-repeat top center;
     position: absolute;
     left: 50%;
     bottom: -10px;
     margin-left: -25px;
     z-index: 1;
}


.day_box {
    padding-right: 10px;
    background: #f1f6fa;
    box-shadow: 1px 1px 1px 0px #00000017;
    outline: 1px #d2d2d2 dashed;
    outline-offset: -6px;
}

.day_box.active {
    background: #f1c40f;
}
.day_box_text {
    color: #444;
    font-size: 14px;
}

.day_box_value {
    font-size: 15px;
    color: #4CAF50;
    background-color: #f1f6fa;
    padding: 3px 6px;
    border-radius: 6px;
}

.day .promoted-checkbox label:after {
    content: "";
    margin-right: 5px;
    float: left;
    -webkit-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
    width: 106px;
    height: 35px;
    border-radius: 3px;
    border: 2px solid #2196f3;

}
.day .promoted-checkbox input:checked + label::after {
    background-color: #00bfd6;
    border-color: #00bfd6;
    width: 35px;
    height: 35px;
    position: relative;
    top: unset;
    left: unset;
    border-radius: 100%;
    margin-left: 15px;
}
.day .promoted-checkbox input:checked + label > svg {
    height: 37px;
    -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
    animation: draw-checkbox ease-in-out 0.2s forwards;
    width: 18px;
    left: 23px;
}
.day .promoted-checkbox input:checked + label span {
   display: none;
}
.day .promoted-checkbox label span {
    z-index: 111;
    color: #2196f3;
    position: absolute;
    left: 21px;
    top: 10px;
}


.day .promoted-checkbox input:checked + label strong {
    display:inline-block;
}
.day .promoted-checkbox label strong {
    display: none;
    z-index: 111;
    color: #00bfd6;
    position: absolute;
    left: 57px;
    top: 10px;
}



.day .promoted-checkbox svg {
    stroke: #fdfeff;
    stroke-width: 3px;
    height: 0;
    width: 14px;
    position: absolute;
    left: 2px;
    top: -2px;
    stroke-dasharray: 32;
    z-index: 11;
}
.lightgallery_img {
    position:relative;
    overflow:hidden;
    cursor:pointer;
}
.lightgallery_img:hover .img-hilight {
    right: 0;
}
.img-hilight {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0,.8);
    background: rgba(66, 133, 244,.8);
    background: rgba(27, 51, 75, 0.71);
    width: 100%;
    height: 100%;
    right: -100%;
    transition: all .2s;
    padding: 10px;
    text-align: center;
    cursor:pointer;
}
.lightgallery_img:hover .img-hilight {
    right: 0;
}
.img-hilight {
    vertical-align:middle;
}


.img-hilight:after {
    position: absolute;
    top: 10px;
    bottom: 10px;

    right: 10px;
    left: 10px;

    content: '';

    -webkit-transition: all 0.35s , -webkit-transform 0.35s;
    transition: all 0.35s , transform 0.35s;

    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);


}

.lightgallery_img:hover .img-hilight:after {

    -webkit-transform: scale(1);
    transform: scale(1);
}


.img-hilight:before {
    position: absolute;

    top: 10px;
    bottom: 10px;

    right: 10px;
    left: 10px;
    content: '';

    -webkit-transition: all 0.35s ,  -webkit-transform 0.35s;
    transition: all 0.35s ,  transform 0.35s;

    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);


}

.lightgallery_img:hover .img-hilight:before {



    -webkit-transform: scale(1);
    transform: scale(1);
}

.lightgallery_img:hover .img-hilight .expand {
    transform: rotate(180deg);
}
.img-hilight .expand {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-top: 60px;
    background-image: url(../images/expand.svg);
    transition: all 0.7s;
}

span.img-hilight-text {
    position: absolute;
    top: 118px;
    width: 100%;
    left: 0px;
    font-size: 12px;
    padding: 0px 17px;
    line-height: 19px;
}

.blue-color {
    color: #80afd7;
}
.tour-baner-box_text{
    position: absolute;
    top: 75%;
    width: 100%;
    text-align: center;
    /* left: 60%; */
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.box__special__tour .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
    color: #fff;
}
.box__special__tour .info h3 {
    font-size: 15px;
    margin: 0;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.box__special__tour .info span {
    font-size: 13px;
    display: block;

    z-index: 2;
    position: relative;
}
.gradient:after {
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;

    background: #000;
    background: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(70%,hsla(0,0%,100%,0)));
    background: linear-gradient(0deg,#000,hsla(0,0%,100%,0) 70%);
}



/*iran visa */
.iran_visa_top_baner {
    background-image: url("../images/iran_visa/visa-baner.jpg");
    background-size: 100% 100%;
 /*   background-attachment: fixed;*/
    width: 100%;
    height: 600px;
     display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tailor_made_top_baner{
    background-image: url("../images/tailor-made/tailor-made-tours.jpg");
    background-size: 100% 100%;
    width: 100%;
    height: 530px;
    position: relative;

}
.tailor_made_top_baner_text{
    display: inline-block;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    position: absolute;
    left: 36px;
    bottom: 23px;
    font-size: 21px;
    line-height: 32px;
    /* font-weight: bold; */
    background: #0000007a;
    padding: 20px;
    border-radius: 6px;
}

.iran_visa_top_baner_text {
    /* padding-top: 18%; */
    width: 480px;
    /* padding-top: 18%; */
    /* background: #333; */
    left: 23px;
    position: absolute;
    top: 30px;
    color: #555;
}
.iran_visa_top_baner_text h1 {
    font-size: 27px;
    font-weight: 700;
    color: #77d3f1;
}

.c-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
    width: 100%;
}

.c-params__list li {
    display: flex;
    flex-wrap: wrap;
    margin: 8px -8px;
}
.c-params__list-key, .c-params__list-value {
    padding-right: 8px;
    padding-left: 8px;
    position: relative;
    width: 100%;
    min-height: 1px;

}
.c-params__list-key .block, .c-params__list-value .block {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
}
.c-params__list-key {
    flex: 0 0 60%;
    max-width: 60%;
}
.c-params__list-value {
    flex: 0 0 40%;
    max-width: 40%;

}
.c-params__list-value span.block {
    color: #4CAF50;

}
.c-params__list-value #country_name {
    text-transform: uppercase;
}

.spinner {
    /*margin: 10px 10px 10px 10px;*/
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    padding-top: 200px;
    text-align: center;
    background: rgba(1,151,246,0.5);
    z-index: 222;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #4caf50;
    color: #fff;
    border-radius: 0px;
}
.modal-content {
    border-radius: 0px;
    border: 0px solid rgba(0,0,0,.2);
}
.modal-header .close {

    color: #ffffff;
    text-shadow: 0 0px 0 #ffffff;
    right: 43px;
    left: auto;

}
span.prohibited {
    font-size: 37px;
    line-height: 0;
    color: #F44336;
    /* margin-top: 12px; */
    display: inline-block;
    padding: 0px 10px;
    /* top: 13px; */
}

.offer_ribbon {
    width: 110px;
    height: 130px;
    position: absolute;
    z-index: 2;
    right: -22px;
    top: -40px;

}
.offer_ribbon_text {
    position: absolute;
    top: 36px;
    left: 28px;
}

span.offer_number {
    color: #da171d;
    font-size: 27px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-weight: 900;
    transform: rotate(-8deg);
    display: inline-block;
}

span.offer_samboll {
    position: absolute;
    left: 33px;
    top: 20px;
    color: #db2e26;
    font-size: 18px;
    font-weight: 900;
}
.offer_motto  {
top: 5px;
     position: absolute;
    z-index: 1;
    width:auto;
    left: 8px;
    height: auto;
   background: rgba(0,0,0,0.7);
    color: #FFEB3B;
    padding: 2px 10px;
    border-radius: 2px;

}
.offer_save {
    position: absolute;
    z-index: 1;
    bottom: 1px;
    left: 28px;
    color: #fff;
    text-transform: uppercase;
}

/*.offer_save_percent {
    display: inline-block;
    padding: 4px 10px ;
    background: #00a0a6;
    color: #fff;
}*/

.offer_save {
    color: #dec660;
    text-shadow: 3px 3px 4px #000;
    background: rgba(32, 46, 123, 0.57);
    padding: 7px;
    border-radius: 4px;
    left: 8px;
    bottom: 8px;
}


span.offer_save_percent {
    font-size: 20px;
    background: #dfbd2eed;
    border-radius: 5px;
    color: #fff;
    padding: 2px 6px;
    text-shadow: 0px 0px 0px;
}

/* HTML5 Boilerplate accessible hidden styles */
.promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.promoted-checkbox input:checked + label > svg {
    height: 24px;
    -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
    animation: draw-checkbox ease-in-out 0.2s forwards;
}

.promoted-checkbox input:checked + label::after {
    background-color: #00bfd6;
    border-color: #00bfd6;
}

.promoted-checkbox input:checked + label {

    color: #00bfd6;
}

.promoted-checkbox label:active::after {
    background-color: #588DC0;
}

.promoted-checkbox label {

    cursor: pointer;
    position: relative;
    line-height: 16px;
    color: #444b54;
    vertical-align: bottom;
}

.promoted-checkbox label:after {
    content: "";
    margin-right: 5px;
    float: left;
    -webkit-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #666;
}

.promoted-checkbox svg {

    stroke: #fdfeff;
    stroke-width: 3px;
    height: 0;
    width: 14px;
    position: absolute;
    left: 2px;
    top: -2px;
    stroke-dasharray: 32;
}

@-webkit-keyframes draw-checkbox {
    0% {
        stroke-dashoffset: 33;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-checkbox {
    0% {
        stroke-dashoffset: 33;
    }
    100% {
        stroke-dashoffset: 0;
    }
}


/*radio btn svg */

.cntr {

    position: absolute;
    display: inline-block;
    left: -12px;
    top: 17px;

}
.btn-radio {
    cursor: pointer;
    display: inline-block;

    -webkit-user-select: none;
    user-select: none;
}
.btn-radio:not(:first-child) {
    margin-left: 20px;
}
@media screen and (max-width: 480px) {
    .btn-radio {
        display: block;
        float: none;
    }
    .btn-radio:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
    }
}
.btn-radio svg {
    fill: none;
    vertical-align: middle;
}
.btn-radio svg circle {
    stroke-width: 2;
    stroke: #999;
}
.btn-radio svg path {
    stroke: #008FFF;
}
.btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}
.btn-radio input {
    display: none;
}
.btn-radio input:checked + svg path {
    transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}
.btn-radio span {
    display: inline-block;
    vertical-align: middle;
}

/**/

.up.carousel-caption {
    position: absolute;
    right: 15%;
    top: 15px;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow:0px 3px 3px rgba(0, 0, 0, 0.7);
}

.carousel-caption {
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
}



.rotate-180
{
    transform: rotate(180deg);
}

.b2b_contact {
    background: #fff;
    margin: -25px 0px;
    z-index: 1;
    position: relative;
}

 .b2b_contact h3 {
    color: #e45221;
    font-size: 22px;
}

.bg-title {
    background: url("../images/title_line.png") center center no-repeat;
    height: 16px;
    width: 100%;
}
.bookingorginal_box {
    background: #f5f5f5;
    position: relative;
    padding-top: 0px;
    border-radius: 6px;
    top: -2px;
    border: 1px solid #e1dddd;
}




.bookingorginal_box:after {
     content: "";
     width: 50px;
     height: 12px;
     background: url(../images/data_form_orginal.png) no-repeat top center;
     position: absolute;
     right: 10%;
     top: -11px;
     margin-left: -25px;
     z-index: 1;
 }
.bookingorginal_box:before {
    content: "";
    width: 50px;
    height: 12px;
    background: url(../images/data_form_orginal_gry.png) no-repeat top center;
    position: absolute;
    right: 10%;
    top: -12px;
    margin-left: -25px;
    z-index: 1;
}

.formOrginalClose {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
.bookingorginal_box input.form-control,.bookingorginal_box select.form-control {

    background-color: #ffffff;
    border-radius: 6px;
}

.day_close {
    height: 2px;
    overflow: hidden;
    border: 2px solid #d7d5d5;
    border-radius: 10px;
    margin-top: 31px !important;
    transition: all 0.7s ;
}


.bookingoffer_box {
    background:#0d0d34;
    color: #ffb506;
    border-radius: 6px;
    position: relative;
}
.bookingoffer_box:before {
    content: "";
    width: 50px;
    height: 12px;
    background: url(../images/data_form.png) no-repeat top center;
    position: absolute;
    left: 50%;
    top: -11px;
    margin-left: -25px;
    z-index: 1;
}

.bookingoffer_box .promoted-checkbox label {
    cursor: pointer;
    position: relative;
    line-height: 16px;
    color: #bc7611;
    vertical-align: bottom;
}
.bookingoffer_box .promoted-checkbox label:after {
    content: "";
    margin-right: 5px;
    float: left;
    -webkit-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #b2aeae;
}
.bookingoffer_box  .btn_booking {
    font-size: 1.2rem;
    height: 50px;
    color: #0d0d34;
    width: auto;
    text-align: center;
    border-radius: 50px;
    background-color: #ffb506;
    padding: 10px 33px;
}
.bookingoffer_box input.form-control, .bookingoffer_box select.form-control {
    border: 1px solid #fff;

    background-color: #fff;
    border-radius: 5px;
}
.bookingoffer_box .title-heading-gry .title-heading {
    color: #fff;
    background: #0d0d34;
    margin: auto !important;
    padding: 0px 20px 0px 20px !important;
}

.orginal_price_box {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;

}
.orginal_price {
     font-size: 30px;
    color: #f38000;
}

.btn-user-add {
    cursor: pointer;
    line-height: 1.222;
    padding: 14px 55px 13px 55px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff !important;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.6px;
    position: relative;
    display: block;
    font-size: 16px;
    height: 46px;
}
.btn-user-add:hover{
    color: #fff;
}
.offer_heading h3{
    font-size: 1.5rem;
}
.offer_heading .text-danger{
  color: #f44336 !important;
}
.text_index {
    font-size: 12px;

    position: absolute;

}

.btn-user-add:before {
    width: 95px;
    height: 95px;
    position: absolute;
    left: -15px;
    top: -25px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}
.btn-user-add:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    left: -450px;
    top: -450px;
    -webkit-transform: unset;
    transform: unset;
}
.btn-user-add:not(.disabled):not(.is-inactive):not([disabled]):before {
    transition: all .3s ease-in-out;
}
.btn-user-add:before {
    width: 95px;
    height: 95px;
    position: absolute;
    left: -15px;
    top: -25px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}

.btn-user-add:after {
    background-image: url(../images/icon/down-arrow.png);
    width: 24px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 4px;
    font-size: 30px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


select option {
    padding:10px 0;
    -webkit-appearance: menulist-button;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.offer_discount {
    font-family: "Open Sans", sans-serif;
    color: rgb(243, 243, 243);
    display: inline-block;
    margin-left: 10px;
    background: #ef5661;
    padding: 7px 20px;
    border-radius: 34px;

}

.offer_price{
    font-size: 25px;
    color: #4CAF50;
    display: inline-block;
    margin-left: 10px;
}
/*car Rental*/
.car_rental_carousel {
    background: #fff;

}
.car_rental_carousel .carousel-item {
    background: #fff;
    height:540px;
    padding-top: 90px;
}

.car_rental_carousel .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
    font-weight: bold;
}
.car_rental_carousel .carousel-control-next,.car_rental_carousel .carousel-control-prev {
    opacity: 1;

}
.car_rental_carousel .carousel-next-icon,.car_rental_carousel .carousel-prev-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;


    background-size: 100% 100%;
    color: #000;
}
.car_rental_carousel .carousel-next-icon svg{
    height: 32px;
    width: 32px;
}
 .car_rental_carousel .carousel-prev-icon svg {
    height: 36px;
    width: 36px;
}

/*cities_map_box*/

#page-iran-map{
    position: relative;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
}
#page-iran-map .map-title {
    display: flex;
    align-items: center;
    position: absolute;
    top:5%;
    left:10%;
}
#page-iran-map .map-hint {
    display: flex;
    align-items: center;
    position: absolute;
    top:5%;
    right:5%;
}
#page-iran-map .clouds{
    position: absolute;
    top:-10%;
    left:0%;
}
#page-iran-map .clouds2 {
    position: absolute;
    top:-5%;
    left:46%;
}
#page-iran-map .location{
    position: absolute;
    /*border: 1px solid black;*/
    text-align: center;
    z-index:1;
}
#page-iran-map .location:hover  img {


    width: 3vw;

}
#page-iran-map .location div {
    margin-top: -5px;
}
#page-iran-map a:hover {
    text-decoration: none;
}
#page-iran-map .map-title h1 {
    font-family: sans-serif;
    color: #FFFFFF !important;
    font-size: 25px;
    margin:0;
}
@media all and (min-width: 600px) {
    #page-iran-map .iran-map {
        /*display: block;*/
        width: 100%;
        height: auto;
    }

    #page-iran-map .map-title img {
        width: 3.5vw;
    }

    #page-iran-map .map-hint span {
        font-family: sans-serif;
        color: #FFFFFF !important;
        font-size: 15px;
        text-decoration: underline;
    }

    #page-iran-map .map-hint img {
        width: 2vw;
    }

    #page-iran-map .clouds img {
        width: 70vw;
        opacity: 0.5;
    }

    #page-iran-map .clouds2 img {
        transform: rotate(150deg);
        width: 45vw;
        opacity: 0.3;
    }

    #page-iran-map .location span {
        color: #FFFFFF !important;
        font-size: 15px;
        font-size: 1.3vw;
        text-shadow: 2px 2px 2px #000 !important;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    #page-iran-map .location img {
        margin: 0 auto;
        width: 2.5vw;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .location-hover {
        z-index: 2 !important;
    }

    .location-span-hover {
        font-size: 1.7vw !important;
    }

    .location-img-hover {
        width: 2.9vw !important;
    }
}
@media all and (max-width: 600px){
    #page-iran-map .map-title span {
        font-family: sans-serif;
        color: #FFFFFF !important;
        font-size: 13.8px;
        /*font-size: 2.3vw;*/
    }

    #page-iran-map .map-title img {
        width: 21px;
    }

    #page-iran-map .map-hint span {
        font-family: sans-serif;
        color: #FFFFFF !important;
        font-size: 7.8px;
        /*font-size: 1.3vw;*/
        text-decoration: underline;
    }

    #page-iran-map .map-hint img {
        width: 12px;
    }

    #page-iran-map .clouds img {
        width: 420px;
        opacity: 0.5;
    }

    #page-iran-map .clouds2 img {
        transform: rotate(150deg);
        width: 270px;
        opacity: 0.3;
    }

#page-iran-map .location span {
        color: #FFFFFF !important;
        font-size: 7.8px;
        /*font-size: 1.3vw;*/
        text-shadow: 2px 2px 2px #000 !important;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
}

#page-iran-map .location img {
        margin: 0 auto;
        width: 15px;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
}

.location-hover {
        z-index: 2 !important;
}

.location-span-hover {
        font-size: 10.2px !important;
    }

.location-img-hover {
        width: 17.4px !important;
    }
}

.popover_city_img {
    width: 100%;
}
.nadiatrip_map_ballon{
    position: relative;
    overflow: hidden;
}
.bouran_map_ballon img {
    position: absolute;
    top: 4px;
    left: 50%;
    opacity: 1.6;
    margin-left: -125px;
}

.bouran_map_ballon  .smallbox__icon {
    color: #fff !important;
    opacity: 0;
}

.nadiatrip_map_ballon img {
     position: absolute;
     bottom: 29px;
     left: 50%;
     opacity: 0.3;
     margin-left: -120px;
}


.google-popover.contact_box{
    min-width: 250px;
    overflow: hidden;
}
 .google-popover .logo_aboutus {
     overflow: hidden;
 }
.google-popover  .smallbox {
    height: auto;
    min-height: 200px;
    box-shadow: unset;
    background: unset;
}
.google-popover.contact_box .logo_aboutus .smallbox__icon {
    height: 60px;
    padding-top: 7px;
    font-size: 24px;
    color: #00BCD4;
}
.google-popover.contact_box .smallbox__content  {
    text-align: left  ;
    font-size: 16px;
    line-height: 27px;
}


/*passengers*/
.breadcrumbs__container {
    background-color: #fff;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    padding: 15px 15px 10px;
}

.breadcrumbs__steps {
    z-index: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.breadcrumbs__steps:before {
    content: "";
    display: block;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAABCAYAAADuHp8EAAAAFElEQVR4AWP4//8/Br506dJ/QhgA++0uD1+EJdQAAAAASUVORK5CYII=);
    background-repeat: repeat;
    top: calc(20% + 1px);
    right: 0;
    height: 1px;
    width: 100%;
    z-index: 1;
    margin-top: -1px;
}
.breadcrumbs li:first-child {
    text-align: right;
}

.breadcrumbs li {
    text-align: center;
}

.breadcrumbs li i.icon-done-step {
    color: #8bc34a;
    background-color: #fff;
    height: 30px;
}
.breadcrumbs li i {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 8;
    font-size: 1.5em;
}
.breadcrumbs li:first-child span {
    text-align: center;
}
.breadcrumbs li span {
    display: block;
    margin-top: 5px;
    color: #888;
    font-family: font_open;
}

.breadcrumbs li i.circle {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    background-color: #fff;
}
.breadcrumbs li i {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 8;
    font-size: 1.5em;
}

.breadcrumbs li i.icon-airplane-step, .breadcrumbs li i.icon-bus, .breadcrumbs li i.icon-train {
    font-size: 2.2em;
    height: 37px;
    color: orange;
}
.breadcrumbs li i.icon-airplane-step{

    transform: rotate(181deg);
    margin-top: -15px;
}
.breadcrumbs__steps.passengers:after {
    display: block;
    width: 50%;
}
.breadcrumbs__steps:after {
    content: "";
    display: none;
    position: absolute;
    top: 20%;
    left: 0;
    height: 2px;
    z-index: 5;
    background: orange;
    background: linear-gradient(90deg,orange,#8bc34a);
}



.form_row_box ol {
    color: #2c566c;
    line-height: 33px;

}

/******************************

Video

******************************/
.play-frame-box{
    position: relative;
    width: 55px;
    display: block;
    z-index: 22;
    margin-top: 12px;
}
.video {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
}

.play-button {
    position: absolute;
    bottom: 50%;
    left: 50%;
    padding: 18px 0 0 2px;
    font-size: 18px;
    margin-bottom: -30px;
    margin-left: -30px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    -webkit-transition: .4s;
    transition: .4s;
}

.play-button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .18);
    box-shadow: 0 20px 30px 0 rgba(5, 16, 44, .20);
}

.play-frame {
    position: relative;
    right: 50%;
    margin-right: -70px;
    padding: 40px;
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0.00) 50%);
}

.bg-color-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F251), to(#B8B00A));
    background-image: linear-gradient(-180deg, #F5F251 0%, #B8B00A 100%);
}
.jump {
    position: relative;
    -webkit-animation: jump 2s ease-in-out infinite;
    animation: jump 2s ease-in-out infinite;
}

.puls {
    -webkit-animation: puls 3s ease-in-out infinite;
    animation: puls 3s ease-in-out infinite;
}

.bounce {
    -webkit-animation: bounce 4s ease-in-out infinite;
    animation: bounce 4s ease-in-out infinite;
}

.play-rotate {
    -webkit-animation: play-rotate 3s infinite;
    animation: play-rotate 3s infinite;
}

.bg-animation {
    -webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite;
}

@-webkit-keyframes jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@keyframes jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes puls {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes puls {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    30% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    30% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    70% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes play-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes play-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes bg-animation {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}
/*
video modal
*/
.video-modal .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
    background: #4caf50;
    color: #fff;
    border-radius: 0px;
}

.video-modal .modal-body {
background: #000;
    padding: 0;
}
.video-modal .modal-content{
    position: relative;
}
/*.video-modal .modal-content:before{
    content: "";
    width: 811px;
    height: 670px;
    background-image: url(../images/modal/box.svg);
    position: absolute;
    top: -126px;
    background-size: cover;
    left: -109px;

}*/
.video-modal .modal-dialog {
    max-width:550px;
    margin: 4.75rem auto;
}

.video-modal .modal-header .close {
    color: #ffffff;
    text-shadow: 0 0px 0 #ffffff;
    right: -14px;
    left: auto;
    position: absolute;
    top: -8px;
    border-radius: 27px;
    border: 1px solid;
    line-height: 0px;
    padding: 0px 0px 3px 0px;
    width: 32px;
    height: 32px;
    font-size: 30px;
}

@media (max-width: 576px) {
    .articles .entry-thumbnail {
        height: 192px;
        overflow: hidden;
        position: relative;
    }
    .entry-title {
        font-size: 14px;
        padding: 0 4px;
        margin: 5px 0 0px 0px;
        font-weight: 100;
        line-height: 23px;
    }

    .first-navbar.main-navbar:not(.affix) {
        height: 49px;
        background: #fff;
        font: normal 12px/45px 'IRANSans';
        color: #bab9b6;
        padding: 0 15px;
        position: relative;
        width: 100%;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }

    a.header-xs-phone {
        padding-top: 2px;
        margin-top: 3px;
        display: inline-block;
        font-size: 22px !important;
        color: #333;
    }
    .first-navbar.main-navbar:not(.affix) {
        height: 47px !important;
        background: #fff !important;
        font: normal 12px/45px 'IRANSans';
        color: #bab9b6;
        padding: 0 15px;
        position: relative;
        width: 100%;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    }

    .first-navbar.main-navbar:not(.affix) a {
        color: #4c4a4a !important;
        font-size: 14px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-top: 0px;
        padding-bottom: 2px;
        border-bottom: 1px solid #f0f0f0;
        padding-left: 20px !important;
        position: relative;
    }
    .tour-baner-box_text {
           font-size: 15px;
    }
    .tour .name h3 {
        margin: 0;
        font-size: 1.8rem;
        line-height: 34px;
        height: 30px;
        overflow: hidden;
        color: #333;
        padding-left: 12px;
    }
    .breadcrumb {
        background: transparent;
        padding: 0.6rem 0px;
        margin: 0px;
        color: rgba(16, 16, 16, 0.5);
    }
    .breadcrumbs .container {
        width: 100% !important;
    }
    li.breadcrumb-item {
        font-size: 10px;
    }
    .btn_booking {
        font-size: 14px;
        height: 40px;
        color: #fff;
        width: auto;
        text-align: center;
        border-radius: 50px;
        background-color: #0197f6;
        padding: 8px 30px;
        margin: auto;
    }
    .tourTitle {
        text-align: center;
    }


}

@media (max-width: 768px) {
    .table-responsive {
        overflow-x: scroll;
    }
.comment-form-tour .promoted-checkbox svg {
    z-index: 11;
}
    .comment-form-tour .promoted-checkbox .text-info {
        color: #17a2b8!important;
        padding-left: 31px;
        line-height: 22px;
    }
    .comment-form-tour .promoted-checkbox label:after {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .iran_visa_top_baner {
        height: 240px;
    }
    .iran_visa_top_baner_text {
        width: 100% !important;
    }
    .iran_visa_top_baner_text h1 {
        font-size: 16px;
        font-weight: 400;
        color: #77d3f1;
    }

    .way .slick-prev {
        left: 2px !important;
    }
    .way .slick-next {
        right: 4px !important;
    }
   .way .slick-prev, .way .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0% !important;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
    .tourView .container-fluid {
        padding: 0px !important;
    }
    .way .slick-initialized {
        padding: 0px;
    }
    .offer_heading h3 {
        font-size: 14px;
    }
   .month .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        /* overflow-y: visible; */
        height: 57px;
    }
    .month .month_box:active:after {
        content: "";
        width: 50px;
        height: 12px;
        background:  url(../images/data_menu.png) no-repeat top center;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -25px;
        z-index: 1;
    }
    .tour_offer_box {
        padding: 0px;
    }
    .month {
        padding: 0px 25px;
    }
    .month  .slick-prev,.month  .slick-next {

        top: 15%;
    }
    .bookingoffer_box {

    }

    .more-option-box {
      display: none;
    }



.day_active  {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11111;
    left: 0;
    transition: all 0.3s;
    padding: 0px !important;
    background: #f1f6fa;
}
    .day_active  .day_box {  outline: 0px #d2d2d2 dashed;}
.bookingoffer_box {
    position: fixed;
    top: 79px;
    z-index: 111111;

    height: 100%;
    overflow: scroll;
    transition: all 0.3s;
    padding-bottom: 100px;
    display: block !important;
    width: 100%;
    left: -100%;
    transition: all 0.3s;


}
    .bookingoffer_box_show{
        left: 0px;
    }
    .day_active_close{
        position: fixed;
        top: 0px;
        display: inline-block;
        /* width: 100%; */
        z-index: 22222;
        /* border: 1px dashed #fff; */
        color: #fff;
        background: #dc3545;
        padding: 2px 6px;
        border-radius: 13px;
        top: 8px;
        left: 40%;
        line-height: 22px;
        cursor: pointer;

    }

   html , body{
        overflow-x: hidden;
    }
    .timeline .move {
        padding-left: 35px;
    }
    .timeline .move  .box__shadow .day_highlights{
        padding-right: 15px;
    }
    .timeline .move  .box__shadow  .col-md-7 {
        padding-left: 35px;
    }
    .img_more_box img {
        height: 145px;
    }

}



.russian .way li {

    padding: 0px;
    font-size: 14px;
}
.russian .book_home {
    font-size: 14px;
}

.img_more_box  {
    height: 180px !important;
}
.img_more_box img {
    height: 100%;
    object-fit: cover;
}
