/* 
- Name: Negin Parvaz
- Version: 1.0
- Author: Reza Abbasi
- Author email: reza.abasi@outlook.com
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.6rem;
    user-select: none;
    background-color: #f1f1f1;
}

* {
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #333;
    padding: 0;
}

a:hover {
    color: #d9a25b;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    font-size: 1.6rem;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.google {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

.google iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

.city-page img {
    display: block !important;
    margin: 0 auto !important;
}

.orange-text {
    color: #d9a25b;
}

.book-btn {
    background-color: #fff;
    text-align: center;
    padding: 12px;
    border: 0;
    color: #d9a25b;
}

.book-btn-sm {
    padding: 7px;
}

.book-btn:hover {
    background-color: #FF7138;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.input-lg,
.form-control {
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    color: #181818;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #d9a25b;
    border-color: #d9a25b;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: rgba(12, 25, 42, .95);
    border-color: rgba(12, 25, 42, .95);
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-home {
    /* margin-bottom: 530px; */
}

.header {
    background-color: #daeae7;
    /*background-image: -webkit-linear-gradient(top, #27bdbe 0%,  #27bdbe 100%);*/
    /*background-image: -o-linear-gradient(top, #27bdbe 0%,  #27bdbe 100%);*/
    /*background-image: -webkit-gradient(linear, top top, right top, from(#27bdbe), to( #27bdbe));*/
    /*background-image: linear-gradient(to bottom, #27bdbe 0%, #27bdbe 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
    /*background-repeat: repeat-x;*/
}

.breadcrumb {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0px 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 13px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    font-family: 'Glyphicons Halflings';
    padding: 0 5px;
    font-size: 8px;
    vertical-align: middle;
    color: #ccc;
    content: "\e080";
}

.breadcrumb>.active {
    color: #777;
}

header .dropdown>a {
    color: #fff;
    padding: 1.6em 0em;
    display: inline-block;
    /*border-left: 1px solid #fff;*/
}

.read-more-margin {
    margin: 30px 0;
}

.row-margin {
    margin-bottom: 40px;
}

.heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pages-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pages-title h3 {
    margin-top: 0;
}

.heading h3 {
    margin-bottom: 5px;
    letter-spacing: 0.6rem;
    font-size: 2rem;
}

.heading h1 {
    margin-top: 0px;
    font-family: 'Source Sans Pro', arial, tahoma;
    font-weight: 800;
    font-size: 3.5rem;
    letter-spacing: -0.1rem;
}

.bottom-line-title {
    border-bottom: 3px solid #d9a25b;
    width: 80px;
    float: left;
    margin-top: 0;
}
.blue-border{
    border: solid 2px #27bdbe;
    background-color: #fff;
}
.logo {
    padding: 10px
}

.logo img {}
.top-phone{
    padding: 0;
    margin-bottom: 44px;
    background-color: #27bdbe;
    border-bottom: 1px solid #d9a25b;
}
.top-phone li{
    padding: 5px;
    display: inline-block;
}
.top-phone li a{
    color: #fff;
}
.sticky{
    position: fixed;
    width: 100%;
    z-index: 200000;
}
.sticky-logo{
    width: 40%;
    margin-top: 0px;
}
/*------------------------------ menu section -------------------------------*/

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px 0;
    font-size: 1.8rem;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 3rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #27bdbe;
    color: #fff;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    /*background: #e9e9e9;*/
    padding: 0;
    margin: 0;
    border-top:1px solid rgb(25, 52, 83);
}

.menu>ul>li a {
    text-decoration: none;
    padding: 1.1em 1.1em;
    display: block;
    font-weight: bold;
    color: #333;
}

.menu>ul>li a:hover {
    color: #fff;
}

.menu>ul>li:hover {
    border-top: 1px solid #d9a25b;
    background: #27bdbe;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #27bdbe;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    color: #fff;
    padding: .2em 0;
    width: 95%;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #d9a25b;
}

.menu>ul>li>ul>li a:hover {
    color: #d9a25b
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 1em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}
.tab-content{
padding: 20px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
        
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
        background: #27bdbe;
    }
    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

/* -------------------- Slider Section --------------------- */

/* 
 * FadeShow jQuery Plugin
 * Made by Erik Terwan
 * 3 February 2015
 * 
 * This plugin is provided as-is and released under the terms of the MIT license.
 */

#slideshowWrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

#fssPrev {
    position: absolute;
    top: 169px;
    left: -67px;
    background: url(arrows.png) -67px 0px;
    width: 67px;
    height: 143px;
    text-indent: -999999px;
}

#fssNext {
    position: absolute;
    top: 169px;
    left: 646px;
    background: url(arrows.png) no-repeat;
    width: 67px;
    height: 143px;
    text-indent: -999999px;
}

#fssPlayPause {
    position: absolute;
    top: 435px;
    right: 20px;
    background: url(white.png) repeat;
    padding: 4px 0 5px 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 60px;
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
}

ul#slideshow {
    list-style: none;
    padding: 1px;
    margin: auto;
    margin-top: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

ul#slideshow li img {
    height: 100%;
    width: 100%;
}

#fssList {
    list-style: none;
    width: 100%;
    margin: auto;
    padding: 5px 0 0 45%;
}

#fssList li {
    display: inline;
    padding-right: 10px;
}

#fssList li a {
    color: #999;
    text-decoration: none;
}

#fssList li.fssActive a {
    font-weight: bold;
    color: #333;
}

#top {
    background: #3b5998;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

#top h1 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 7px 0 0 15px
}

#top h1 span {
    font-size: 11px;
}

#top h1 a {
    text-decoration: underline;
    color: #fff;
}

#top h1 a:hover {
    text-decoration: none;
}

small a {
    color: #000;
}

/* -------------------------------------------- */

.background {
    background: #333;
    /* position: absolute; */
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    z-index: -1;
}

.passenger-action {
    text-align: right;
}

.passenger-action i {
    font-size: 2.3rem;
    margin-right: 10px;
    color: #717171;
    margin-top: 20px;
    display: inline-block;
}

@media (max-width: 768px) {
    .background {
        display: none;
        height: 0
        /*top: 200px;*/
    }
    .header-home {
        background-color: #192940;
        margin-bottom: 0px;
    }
}

/* -------------------- search booking Section --------------------- */

.booking-search .nav-tabs {
    /*border-bottom: 0px solid #ddd;*/
}

.booking-search .nav-tabs>li {
    /*border-bottom: none;*/
    border: 1px solid #cccccc;
    /*margin-bottom: 0px;*/
}

.booking-search .nav-tabs>li>a {
    padding: 25px 50px;
    margin-right: 0px;
    border-radius: 0;
    font-weight: bold;
    border: none;
    font-size: 1.6rem;
}

.booking-search .nav-tabs>li.active>a,
.booking-search .nav-tabs>li.active>a:hover,
.booking-search .nav-tabs>li.active>a:focus {
    background-color: #181818;
    border: 0;
    color: #fff;
}

.booking-search .nav-tabs>li>a:hover {
    background-color: #d9a25b;
    border-top: 1px solid #d9a25b;
    color: #fff;
}

.booking-search .nav-tabs>li:hover {
    border: 1px solid #d9a25b;
}

.booking-search .nav-tabs>li.active {
    border: 1px solid #181818;
}

.booking-search .tab-content>.tab-pane {
    background-color: #181818;
}

.booking-search .nav-tabs i {
    margin-right: 8px;
    display: inline-block;
    color: #d9a25b;
    font-size: 2.2rem;
}

.booking-search .nav-tabs li:hover i {
    color: #fff;
}

/*------------------------------ home page -------------------------------*/

@media (max-width: 768px) {
    section .col-md-4,
    section .col-md-6,
    .hotel-block,
    .hotels-list .col-md-4 {
        margin-top: 20px;
    }
}

.why-zandiyehgasht .col-md-5 .row {
    margin: 30px 0;
}

.top-tour-packages,
.home-discover-cities {
    padding-bottom: 30px;
}

.top-tour-packages,
.tour-details,
.recent-videos {
    background-color: #f1f1f1;
}

.top-tour-packages .row {

}

.top-tour-packages .tour-package-item,
.video-item {
    position: relative;
}

.top-tour-packages .tour-package-item a.tour-link,
.video-item a {
    position: absolute;
    z-index: 60;
    top: 0;
    color: #fff;
    font-family: 'Source Sans Bold', arial, tahoma;
    padding: 20px;
    font-size: 1.8rem;
}

.top-tour-packages .tour-package-item p,
.video-item p {
    padding: 50px 20px 20px 20px;
    position: absolute;
    z-index: 160;
    top: 0;
    color: #fff;
}

.black-shadow {
    height: 180px;
    width: 100%;
    position: absolute;
    z-index: 60;
    padding-right: 0px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, top top, right top, from(rgba(0, 0, 0, .95)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.happy-travelers-section {
    padding-bottom: 30px;
    background-image: -webkit-linear-gradient(top, #d9a25b 0%, #a77b43 100%);
    background-image: -o-linear-gradient(top, #d9a25b 0%, #a77b43 100%);
    background-image: -webkit-gradient(linear, top top, right top, from(#d9a25b), to(#a77b43));
    background-image: linear-gradient(to bottom, #d9a25b 0%, #a77b43 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.happy-travelers-section .heading h1,
.happy-travelers-section .heading h3 {
    color: #fff;
}

.happy-travelers-section .bottom-line-title {
    border-bottom: 3px solid #fff;
}

.home-user-review {
    padding: 20px;
    background-color: #fff;
}

.home-user-review .user-profile {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    margin: auto;
}

.home-user-review h4 {
    padding: 10px 0;
    font-family: 'Source Sans Bold', arial, tahoma;
    border-bottom: 1px solid #d9a25b;
    width: 150px;
    margin: 10px auto 20px auto;
    text-align: center;
}

.home-user-review ul,
.travelers-review ul {
    margin: 0px;
    padding: 0;
}

.home-user-review ul li,
.travelers-review ul li {
    display: inline-block;
    list-style: none;
    width: 32%;
}

.home-cities-bg {
    background-color: #fff;
    padding: 0 20px;
}

.home-discover-cities i {
    color: #d9a25b;
    padding-right: 5px;
}

.home-discover-cities i.mosalas-wrapper {
    position: absolute;
    z-index: 2150;
    top: 96%;
    right: 17px;
    color: #ffffff;
}

.mosalas {
    bottom: 0;
    right: 15px;
    position: absolute;
    z-index: 12;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid #3e3e3e
}

/*------------------------------ Happy Travelers -------------------------------*/

.travelers-review {
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 3px #ccc;
    margin: 20px 15px;
    padding: 20px 5px;
}

.travelers-review h2 {
    margin-top: 0px;
}

.travelers-review ul li {
    margin-left: 2%;
    margin-bottom: 2%;
    width: 22%;
}

/*------------------------------ Tour section -------------------------------*/

.tour-details {
    margin: 20px 15px 50px 15px;
    padding: 30px 20px;
}

.tour-day {
    margin-bottom: 40px
}

.tour-info p {
    margin-bottom: 20px;
}

.days-number span {
    color: #d9a25b;
    padding: 2px 5px;
    font-weight: bolder;
}

.circle-pic {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.overlayer {
    position: absolute;
    z-index: 1000;
    padding-top: 25%;
    font-size: 22px;
    top: 0px;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.overlayer:hover {
    background-color: rgba(252, 176, 64, 0.7);
}

.form-title {
    color: #fff;
}

.request-form {
    padding: 20px;
    background-image: -webkit-linear-gradient(top, rgb(252, 176, 64) 0%, rgb(252, 176, 64) 100%);
    background-image: -o-linear-gradient(top, rgb(252, 176, 64) 0%, rgb(252, 176, 64) 100%);
    background-image: -webkit-gradient(linear, top top, right top, from(rgb(252, 176, 64)), to(rgb(252, 176, 64)));
    background-image: linear-gradient(to bottom, rgb(252, 176, 64) 0%, rgb(252, 176, 64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

/*------------------------------ video section -------------------------------*/

.first-video {
    height: 480px;
}

.recent-videos {
    padding-top: 45px;
}

.recent-videos .col-md-12 {
    margin-bottom: 43px;
}

.video-img {
    margin-bottom: 10px;
}

/*------------------------------ Hotel section -------------------------------*/

.hotels-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.hotel-block {}

.hotel-item {
    padding: 15px;
    height: 290px;
    overflow: hidden;
}
.hotel-item-small{
        background-color: #f1f1f1;
    padding: 15px;
    height: 70px;
    overflow: hidden;
}
.hotel-item h3 {
    margin-top: 0px;
    height: 45px;
}

.hotel-star i.gray {
    color: #eee;
}

.hotel-star i {
    color: #FFCC00;
}

.hotel-book-btn a {
    color: #fff;
    padding: 14px 30px;
}

.hotels-filter h4 {
    background-color: #f1f1f1;
    padding: 8px;
    border-bottom: 1px solid #d9a25b;
    margin: 40px 0 20px 0;
}

.hotel-book-btn {
    background-color: #d9a25b;
    text-align: center;
    padding: 12px;
    border: 0;
    color: #fff;
}

.hotel-book-btn:hover {}

.hotel-short-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
}

.hotel-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hotel-check-info {
    text-align: center;
    padding: 10px;
    background-color: #f1f1f1;
}

.hotel-check-info div:last-child {
    border-bottom: 0;
}

.hotel-check-info i {
    font-size: 1.8rem;
    margin-right: 3px;
}

.hotel-check-info div {
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #DCDCDC;
}

.hotel-check-info span {
    padding-top: 5px;
    font-weight: bold;
    color: #d9a25b;
    display: block;
}

.hotel-facilities {
    padding-left: 0px
}

.hotel-facilities li {
    cursor: pointer;
    width: 30%;
    display: inline-block;
    margin-right: 3%;
    padding: 15px 25px;
    background-color: #f1f1f1;
    margin-bottom: 10px
}

.hotel-facilities li:hover {
    background-color: #EAEAEA;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.hotel-facilities i {
    color: #d9a25b;
    font-size: 1.8rem;
    margin-right: 3px;
}

.hotel-details {
    margin-top: 20px;
    margin-bottom: 30px;
}

.hotel-details .hotel-book-btn {
    width: 60%;
    margin-top: 55px;
}

.room-item {
    margin-bottom: 30px;
    text-align: center;
    height: 100%;
    background-color: #f1f1f1;
}

.room-item h4 {
    font-weight: bold;
}

.room-name h4 {
    margin-top: 50%;
    color: #d9a25b;
}

.room-price {
    color: #d9a25b;
    font-weight: bold;
    font-size: 2.1rem;
}

.room-facilities {
    text-align: left;
}

.room-facilities ul {
    padding-left: 0px;
}

.room-facilities i {
    color: #d9a25b;
}

.room-facilities li {
    display: inline-block;
    width: 32%;
    margin-bottom: 5px;
}

.room-price-info {
    margin-top: 20%;
    /*    display: table-cell;
    vertical-align: center;
*/
}

form .row {
    margin-bottom: 30px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.gmap3 {
    margin: 20px auto;
    border: 1px dashed #C0C0C0;
    width: 100%;
    height: 350px;
}

.cluster {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Arial, Helvetica';
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.cluster-1 {
    background-image: url(images/m1.png);
    line-height: 53px;
    width: 53px;
    height: 52px;
}

.cluster-2 {
    background-image: url(images/m2.png);
    line-height: 53px;
    width: 56px;
    height: 55px;
}

.cluster-3 {
    background-image: url(images/m3.png);
    line-height: 66px;
    width: 66px;
    height: 65px;
}

/*------------------------------ blog section -------------------------------*/

.blog-sidebar-box {
    margin-bottom: 30px;
    background-color: #fff;
    border: solid #27bdbe 2px;
}

.blog-sidebar-box-title {
    padding: 10px 20px;
    background-color: #27bdbe;
    color: #fff;
    margin: 0;

}

.blog-sidebar-box-body {
    padding: 10px 20px;
}

.blog-sidebar-box-body ul {
    padding-right: 0px;
}

.article-item,
.article-item .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*------------------------------ Footer section -------------------------------*/

footer {
    color: #fff;
    /*border-top: 2px solid #d9a25b;*/
    /*background: url(../images/sky.jpg) no-repeat;*/
    background-color: #27bdbe;
    /*height: 633px;*/
    /*opacity: 1;*/

}

.ion-social-whatsapp {
    margin-left: 12px;
    font-size: 2.3rem !important;
    margin-right: 13px;
}

@media (max-width: 768px) {
    .our-feature {
        text-align: center;
    }
    footer {
        background-image: none;
    }
    .our-partner a {
        padding-left: 5px;
        padding-bottom: 20px;
    }
    .logo {
        text-align: center
    }
    .logo img {
        width: 150px;
        height: 82px;
    }
}

footer .col-md-3,
footer .col-md-6 {
    /*padding: 20px 0;*/
}

footer h3 {
    color: #fff;
}

footer a,
footer p {
    color: #fff;
}

footer .input-lg {
    padding: 0;
}

footer p {
    padding-top: 20px;
}

footer ul {
    padding-left: 0px;
}

footer li {
    padding-left: 1em;
    text-indent: -1em;
}

footer .nav-url li:before {
    padding-right: 5px;
    content: "• ";
    color: #d9a25b;
}

.social-network li i {
    font-size: 1.9rem;
}

.social-network li,
.contact-us li {
    margin-bottom: 10px;
}

.our-partner a {
    display: inline-block;
    padding-left: 50px;
    padding-bottom: 20px;
}

.pattern-bg {
    /*height: 100%;*/
    content: '';
    /*background: transparent url(../images/pattern.png) repeat top left;     */
}

.copy-right .col-md-6 {
    padding-top: 10px;
}

.copy-right hr {
    border-color: #fff;
    margin-bottom: 0px;
}

.copy-right li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}
.page-details img,.article-item img{
    display: block!important;
    max-width: 100%!important;
    height: auto!important;
    margin: 20px auto;
  }
/*------------------------------ Footer section -------------------------------*/

@font-face {
    font-family: 'IconFontFace';
    src: url(../fonts/Icon.eot?) format("eot"), url(../fonts/Icon.woff) format("woff"), url(../fonts/Icon.ttf) format("truetype")
}

[class^='fa-icon-']:before,
[class*='fa-icon-']:before {
    font-family: IconFontFace;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-icon-credit-card:before {
    content: '\e800';
}

.fa-icon-credit-card22:before {
    content: '\e801';
}

.fa-icon-elevator:before {
    content: '\e802';
}

.fa-icon-google-plus:before {
    content: '\e803';
}

.fa-icon-search:before {
    content: '\e804';
}

.fa-icon-pin:before {
    content: '\e805';
}

.fa-icon-to-left:before {
    content: '\e806';
}

.fa-icon-phone:before {
    content: '\e807';
}

.fa-icon-picture:before {
    content: '\e808';
}

.fa-icon-to-left-2:before {
    content: '\e809';
}

.fa-icon-user:before {
    content: '\e80a';
}

.fa-icon-smartphone:before {
    content: '\e80b';
}

.fa-icon-instagram:before {
    content: '\e80c';
}

.fa-icon-linkedin:before {
    content: '\e80d';
}

.fa-icon-facebook:before {
    content: '\e80e';
}

.fa-icon-user-2:before {
    content: '\e80f';
}

.fa-icon-sun:before {
    content: '\e810';
}

.fa-icon-tag:before {
    content: '\e811';
}

.fa-icon-telegram:before {
    content: '\e812';
}

.fa-icon-telephone:before {
    content: '\e813';
}

.fa-icon-airplane:before {
    content: '\e814';
}

.fa-icon-alert:before {
    content: '\e815';
}

.fa-icon-power:before {
    content: '\e816';
}

.fa-icon-cloud:before {
    content: '\e817';
}

.fa-icon-to-down:before {
    content: '\e818';
}

.fa-icon-close:before {
    content: '\e819';
}

.fa-icon-to-down-2:before {
    content: '\e81a';
}

.fa-icon-tower:before {
    content: '\e81b';
}

.fa-icon-to-right:before {
    content: '\e81c';
}

.fa-icon-to-down-3:before {
    content: '\e81d';
}

.fa-icon-to-down-4:before {
    content: '\e81e';
}

.fa-icon-family:before {
    content: '\e81f';
}

.fa-icon-mail:before {
    content: '\e820';
}

.fa-icon-logo:before {
    content: '\e821';
}

.fa-icon-check:before {
    content: '\e822';
}

.fa-icon-accept:before {
    content: '\e823';
}

.fa-icon-error:before {
    content: '\e824';
}

.fa-icon-hotel:before {
    content: '\e825';
}

.fa-icon-discard:before {
    content: '\e826';
}

.fa-icon-wc:before {
    content: '\e827';
}

.fa-icon-close-2:before {
    content: '\e828';
}

.fa-icon-add-tag:before {
    content: '\e829';
}

.fa-icon-add-tool:before {
    content: '\e82a';
}

.fa-icon-air-conditioner:before {
    content: '\e82b';
}

.fa-icon-bathtub:before {
    content: '\e82c';
}

.fa-icon-big-bed:before {
    content: '\e82d';
}

.fa-icon-browser:before {
    content: '\e82e';
}

.fa-icon-cancel-button:before {
    content: '\e82f';
}

.fa-icon-chat-2:before {
    content: '\e830';
}

.fa-icon-chat:before {
    content: '\e831';
}

.fa-icon-check-in:before {
    content: '\e832';
}

.fa-icon-bars:before {
    content: '\e833';
}

.fa-icon-coins:before {
    content: '\e834';
}

.fa-icon-cooker:before {
    content: '\e835';
}

.fa-icon-curve-arrows:before {
    content: '\e836';
}

/*.fa-icon-spin5:before { content: '\e838';
}
.fa-icon-spin6:before { content: '\e839';
}*/

.fa-icon-direction129:before {
    content: '\e83a';
}

.fa-icon-distance:before {
    content: '\e83c';
}

.fa-icon-document:before {
    content: '\e83d';
}

.fa-icon-doorknob:before {
    content: '\e83e';
}

.fa-icon-doorknob-1:before {
    content: '\e83f';
}

.fa-icon-doorknob-2:before {
    content: '\e840';
}

.fa-icon-eating-breakfast:before {
    content: '\e841';
}

.fa-icon-star:before {
    content: '\e842';
}

.fa-icon-elevator-arrows:before {
    content: '\e843';
}

.fa-icon-email:before {
    content: '\e844';
}

.fa-icon-english-receptionist:before {
    content: '\e845';
}

.fa-icon-five-stars-outlines:before {
    content: '\e847';
}

.fa-icon-google-docs:before {
    content: '\e848';
}

.fa-icon-help-operator:before {
    content: '\e849';
}

.fa-icon-hotel-receptionist:before {
    content: '\e84a';
}

.fa-icon-hotel-reception-outline:before {
    content: '\e84b';
}

.fa-icon-hot-kettle:before {
    content: '\e84c';
}

.fa-icon-ice-cream-with-topping:before {
    content: '\e84d';
}

.fa-icon-invoice:before {
    content: '\e84e';
}

.fa-icon-jacuzzi:before {
    content: '\e84f';
}

.fa-icon-location-pin:before {
    content: '\e850';
}

.fa-icon-log-in:before {
    content: '\e851';
}

.fa-icon-log-out:before {
    content: '\e852';
}

.fa-icon-loss:before {
    content: '\e853';
}

.fa-icon-luggage:before {
    content: '\e854';
}

.fa-icon-male-user:before {
    content: '\e855';
}

.fa-icon-man:before {
    content: '\e856';
}

.fa-icon-online-shop:before {
    content: '\e857';
}

.fa-icon-padlock:before {
    content: '\e858';
}

.fa-icon-pencil:before {
    content: '\e859';
}

.fa-icon-plate:before {
    content: '\e85a';
}

.fa-icon-play-button:before {
    content: '\e85b';
}

.fa-icon-profits:before {
    content: '\e85c';
}

.fa-icon-rack:before {
    content: '\e85d';
}

.fa-icon-reception-bell:before {
    content: '\e85e';
}

.fa-icon-refresh:before {
    content: '\e85f';
}

.fa-icon-refrigerator-outline:before {
    content: '\e860';
}

.fa-icon-return:before {
    content: '\e861';
}

.fa-icon-safe-box:before {
    content: '\e862';
}

.fa-icon-shopping-bag:before {
    content: '\e863';
}

.fa-icon-shopping-cart:before {
    content: '\e864';
}

.fa-icon-shower-with-water:before {
    content: '\e865';
}

.fa-icon-shuffle:before {
    content: '\e866';
}

.fa-icon-smiling:before {
    content: '\e867';
}

.fa-icon-soccer:before {
    content: '\e868';
}

.fa-icon-swimming-pool:before {
    content: '\e869';
}

.fa-icon-television:before {
    content: '\e86a';
}

.fa-icon-toilet-sign:before {
    content: '\e86b';
}

.fa-icon-trees:before {
    content: '\e86c';
}

.fa-icon-verified:before {
    content: '\e86d';
}

.fa-icon-waiting-for-flight:before {
    content: '\e86e';
}

.fa-icon-washing:before {
    content: '\e86f';
}

.fa-icon-wifi:before {
    content: '\e870';
}

.fa-icon-correct-signal:before {
    content: '\e871';
}

.fa-icon-direction306:before {
    content: '\e872';
}

.fa-icon-food-delivery:before {
    content: '\e873';
}

.fa-icon-guest:before {
    content: '\e874';
}

.fa-icon-icon:before {
    content: '\e875';
}

.fa-icon-icon2:before {
    content: '\e876';
}

.fa-icon-print:before {
    content: '\e877';
}

.fa-icon-tourist:before {
    content: '\e878';
}

.fa-icon-like:before {
    content: '\e846';
}

.fa-icon-favorite:before {
    content: '\e837';
}

.fa-icon-no-pic:before {
    content: '\e838';
}

.fa-icon-share:before {
    content: '\e83b';
}

.fa-icon-dislike:before {
    content: '\e879';
}

.fa-icon-spinner:before {
    content: '\e880';
}

.fa-icon-plug:before {
    content: '\e839';
}

.fa-icon-park:before {
    content: '\e87a';
}

.fa-icon-sport-sallon:before {
    content: '\e87b';
}

.fa-icon-newspaper:before {
    content: '\e87c';
}

.fa-icon-restaurant:before {
    content: '\e87d';
}

.fa-icon-pray:before {
    content: '\e87e';
}

.fa-icon-return-1:before {
    content: '\e87f';
}

.fa-icon-printer:before {
    content: '\e881';
}

.fa-icon-shopping-center:before {
    content: '\e882';
}

.fa-icon-pay-bar:before {
    content: '\e883';
}

.fa-icon-smoking:before {
    content: '\e884';
}

.fa-icon-tennis:before {
    content: '\e885';
}

.fa-icon-taxi:before {
    content: '\e886';
}

.fa-icon-polish:before {
    content: '\e887';
}

.fa-icon-toilet-paper:before {
    content: '\e888';
}

.fa-icon-photocopy:before {
    content: '\e889';
}

.fa-icon-abajor:before {
    content: '\e88a';
}

.fa-icon-armchair:before {
    content: '\e88b';
}

.fa-icon-powerswitch:before {
    content: '\e88c';
}

.fa-icon-baggage:before {
    content: '\e88d';
}

.fa-icon-slipper:before {
    content: '\e88e';
}

.fa-icon-balcony:before {
    content: '\e88f';
}

.fa-icon-bell:before {
    content: '\e890';
}

.fa-icon-bus:before {
    content: '\e891';
}

.fa-icon-coffeeshop:before {
    content: '\e892';
}

.fa-icon-coat-hanger:before {
    content: '\e893';
}

.fa-icon-teapot:before {
    content: '\e894';
}

.fa-icon-closet:before {
    content: '\e895';
}

.fa-icon-drawers:before {
    content: '\e896';
}

.fa-icon-water:before {
    content: '\e897';
}

.fa-icon-ceremony:before {
    content: '\e898';
}

.fa-icon-room-service:before {
    content: '\e899';
}

.fa-icon-fire-fighter:before {
    content: '\e89a';
}

.fa-icon-exchange:before {
    content: '\e89b';
}

.fa-icon-game:before {
    content: '\e89c';
}

.fa-icon-desk:before {
    content: '\e89d';
}

.fa-icon-fax-machine:before {
    content: '\e89e';
}

.fa-icon-lobby:before {
    content: '\e89f';
}

.fa-icon-emergency-exit:before {
    content: '\e8a0';
}

.fa-icon-heating-cooling:before {
    content: '\e8a1';
}

.fa-icon-library:before {
    content: '\e8a2';
}

.fa-icon-minibus:before {
    content: '\e8a3';
}

.fa-icon-midday-trip:before {
    content: '\e8a4';
}

.fa-icon-coffenet:before {
    content: '\e8a5';
}

.fa-icon-fire-capsule:before {
    content: '\e8a6';
}

.fa-icon-fire-alarm:before {
    content: '\e8a7';
}

.fa-icon-free-bar:before {
    content: '\e8a8';
}

.fa-icon-menu:before {
    content: '\e8a9';
}

.fa-icon-medical:before {
    content: '\e8aa';
}

.fa-icon-weightlifting:before {
    content: '\e8ab';
}

.fa-icon-door-lock:before {
    content: '\e8ac';
}

.fa-icon-parking:before {
    content: '\e8ad';
}

.fa-icon-sauna:before {
    content: '\e8ae';
}

.fa-icon-massage:before {
    content: '\e8af';
}

.fa-icon-billiard:before {
    content: '\e8b0';
}

.fa-icon-house:before {
    content: '\e8b1';
}

.fa-icon-joystick:before {
    content: '\e8b2';
}

.fa-icon-game-room:before {
    content: '\e8b3';
}

.fa-icon-atm:before {
    content: '\e8b4';
}

.fa-icon-baby-sitter:before {
    content: '\e8b5';
}

.fa-icon-barber:before {
    content: '\e8b6';
}

.fa-icon-disabled:before {
    content: '\e8b7';
}

.fa-icon-shrine:before {
    content: '\e8b8';
}

.fa-icon-ticket:before {
    content: '\e8b9';
}

.fa-icon-tour:before {
    content: '\e8ba';
}

.fa-icon-visa:before {
    content: '\e8bb';
}

.fa-icon-wakeup:before {
    content: '\e8bc';
}

.fa-icon-swipe-right:before {
    content: '\e8bd';
}

.fa-icon-add-document:before {
    content: '\e8be';
}

.fa-icon-waiting-for-flight-1:before {
    content: '\e8bf';
}

.fa-icon-social-google:before {
    content: '\e8c0';
}

.fa-icon-social-facebook:before {
    content: '\e8c1';
}

.fa-icon-social-aparat:before {
    content: '\e8c8';
}

.fa-icon-social-telegram:before {
    content: '\e90e';
}

.fa-icon-social-instagram:before {
    content: '\e90f';
}

.fa-icon-do-not-disturb:before {
    content: '\e8c5';
}

.fa-icon-info-circled:before {
    content: '\e8c6';
}

.fa-icon-comment-outline:before {
    content: '\e8c7';
}

.fa-icon-eye:before {
    content: '\e8c9';
}

.fa-icon-email-black:before {
    content: '\e8c2';
}

.fa-icon-filter:before {
    content: '\e8ca';
}

.fa-icon-home:before {
    content: '\e8cb';
}
.why-text{
    height: 150px;
    overflow: hidden;
}
.responsive-table li {
  border-radius: 3px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.responsive-table .table-header {
    background-color: #183e69;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.03em;
}
.responsive-table .table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.responsive-table .col-1 {
  flex-basis: 10%;
}
.responsive-table .col-2 {
  flex-basis: 40%;
}
.responsive-table .col-3 {
  flex-basis: 25%;
}
.responsive-table .col-4 {
  flex-basis: 25%;
}
@media all and (max-width: 767px) {
  .responsive-table .table-header {
    display: none;
  }
  .responsive-table li {
    display: block;
  }
  .responsive-table .col {
    flex-basis: 100%;
  }
  .responsive-table .col {
    display: flex;
    padding: 10px 0;
  }
  .responsive-table .col:before {
    color: #6C7A89;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
  }
    .hotel-details .hotel-book-btn {
         width: 100%; 
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .flag-img {
    display: inline;
    margin-top: 15px!important;
    width: 23%;
    /*float: right;*/
}
}
.flag-img{
    margin-top: 7px;
}
.third-submenu{
display:none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
  
.city-item {
    padding: 15px;
    height: 65px;
    overflow: hidden;
}