@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@font-face {
    font-family: 'questrial-regular';
    src: url('../fonts/questrial-regular.eot');
    src: local('☺'), url('../fonts/questrial-regular.woff') format('woff'), url('../fonts/questrial-regular.ttf') format('truetype'), url('fonts/questrial-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Header Styling*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 12px 10px;
    width: 100%;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    border-left: 0;
    height: 41px;
}

.navbar-toggle span:nth-child(1) {
    width: 80% !important;
}

.navbar-toggle span:nth-child(2) {
    width: 60% !important;
}

.navbar-toggle span:nth-child(3) {
    width: 70% !important;
}

.navbar-toggle span {
    background: #a3a3a3;
    float: left;
}

.navbar-toggle span.:first-child {
    width: 100%;
}

.navbar-toggle span:last-child {
    width: 80%;
}

.design-header {
    display: inline-block;
    width: 100%;
    height: 77px;
    padding: 0px 15px;
}

.custom-navbar {
    border-color: transparent;
    background-color: transparent;
    margin-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    min-height: 83px;
}

.custom-navbar .navbar-brand {
    padding: 15px 0px;
    margin-right: 45px;
}

.custom-nav li a {
    padding: 35px 12px 25px 12px;
    color: #444444 !important;
    font-size: 15px;
    margin-right: 23px;
}

.custom-navbar .navbar-nav>.active>a,
.custom-navbar .navbar-nav>.active>a:focus,
.custom-navbar .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #1777B8 !important;
    border-bottom: 3px solid #FBB629;
}

.custom-nav>li>a:focus,
.custom-nav>li>a:hover {
    background-color: transparent;
    color: #1777B8 !important;
}

.let-chat {
    display: flex !important;
    align-items: center;
    margin-right: 20px;
}

.let-chat span {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.let-chat a {
    padding: 10px 15px 0px 15px !important;
}

.let-chat p {
    color: #a2a2a2;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: .2px;
}

.heade-right select::-ms-expand {
    display: none;
}

.heade-right select {
    -moz-appearance: window;
    border-radius: 0px !important;
    padding: 10px 10px 10px 10px;
    border: 1px solid #e9e9e9 !important;
    float: left;
    height: 40px !important;
    box-shadow: none !important;
    appearance: none !important;
    color: #757474;
    background-color: white;
    background-image: url(../images/dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-position: 89% 50% !important;
    -webkit-appearance: none;
    appearance: none;
    width: 50% !important;
}

.signin-div select {
    width: 100%;
}

.signin-div {
    display: flex;
    align-items: center;
    float: none;
    width: 100%;
    position: relative;
}

.signin-div::before {
    position: absolute;
    background: url(../images/login.png) no-repeat;
    content: "";
    width: 16px;
    height: 14px;
    left: 8px;
}

_:-ms-lang(x),
.signin-div::before {
    top: 14px !important;
}

.signin-div img {
    position: absolute;
    left: 6px;
    color: #0077cc;
}

.lang {
    border-right: 0px !important;
}

.sign {
    border-top: 0px !important;
    padding: 13px 10px 10px 30px !important;
    height: 43px !important;
}

.header-right-main {
    width: 11%;
    float: right;
    padding-right: 0;
}

.header-left {
    width: 89%;
    float: left;
}


/*Header Styling*/

.let-chat img {
    transform: translatey(0px);
    animation: floattop 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes floattop {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-7px);
    }
    100% {
        transform: translatey(0px);
    }
}


/*kashan*/


/*Section5 Styling end*/

.explore-div {
    font-family: 'questrial-regular';
    display: flex;
    align-items: center;
    /*    padding: 10px 0px;
    margin-bottom: 30px;*/
    padding: 0px 0px;
    margin-bottom: 10px;
}

.explore-div h2 {
    padding-right: 25px;
    border-right: 1px solid #b2b2b2;
    line-height: 26px;
    font-size: 35px;
    font-weight: inherit !important;
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    color: #333;
}

.explore-div h5 {
    margin-top: 20px;
    font-size: 18px;
    padding-left: 25px;
    line-height: 26px;
    color: #333;
}

.explore-listing {
    padding-left: 0px;
    list-style: none;
}

.explore-listing li {
    color: #07c;
    font-size: 14px;
}

.menucollapsed h6 {
    margin-bottom: 0;
    font-family: questrial-regular;
    color: #333;
    font-size: 14px;
}

.explore-main,
.bottomcollapsed.active {
    height: auto !important;
}

.explore-main {
    padding: 10px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.bottomcollapsed {
    height: 230px;
    overflow: hidden;
    width: 100%;
    clear: both;
    padding-bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.dropdownbtn {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.bottomcollapsed.active {
    /* height:auto;*/
    height: 500px;
    /* overflow: auto;*/
    padding-bottom: 50px;
}

.explore-div {
    display: flex;
    align-items: center;
}

.explore-div h2 {
    padding-right: 25px;
    border-right: 1px solid #b2b2b2;
    line-height: 26px;
    font-size: 30px;
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    color: #333;
    font-family: 'questrial-regular';
}

.explore-div h5 {
    margin-top: 20px;
    padding-left: 25px;
    line-height: 26px;
    font-family: 'questrial-regular';
}

.explore-listing {
    padding-left: 0px;
    list-style: none;
}

.explore-listing li a {
    font-family: 'questrial-regular';
}

.explore-collapse {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.explore-main .nav-tabs>li a {
    text-align: center;
    padding: 5px 15px;
}

.explore-main .nav-tabs .active a {
    background-color: #07c;
    color: #fff;
}

h6.active .mobiledropdown:before {
    content: "-";
}

.explore-main .tab-content {
    padding: 15px 0px;
}

.explore-main .nav-tabs a {
    color: black;
}

.explore-main .nav-tabs {
    border-bottom: 2px solid #07c;
}

.dropdownbtn {
    display: inline-block;
    width: 4em;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5em solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    background-color: white;
}

.iconrotate .dropdownbtn {
    transform: rotate(180deg);
    display: flex;
    /* width: 100%; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.iconrotate.explore-collapse {
    height: auto;
    display: flex;
    justify-content: center;
}

.bottom:after {
    content: '';
    display: inline-block;
    font-size: 12px;
    width: 1.1em;
    height: 1.1em;
    border-top: 0.2em solid #07c;
    border-right: 0.2em solid #07c;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

footer {
    float: left;
    padding: 30px 0px;
    background-color: #0077cc;
    width: 100%;
    height: 45vh;
    color: white;
}

.footer-div h5 {
    color: white;
}

.help-list,
.legal-list {
    list-style: none;
    padding-left: 0px;
    display: inline-flex;
    width: 100%;
}

.help-list li a,
.legal-list li a {
    color: white;
    font-size: 13px;
    padding: 0px 15px;
    border-right: 1px solid #fff;
}

.help-list {
    margin-bottom: 30px;
    margin-top: 15px;
}

.help-list li:first-child a,
.legal-list li:first-child a {
    padding-left: 0px;
}

.help-list li:last-child a,
.legal-list li:last-child a {
    border-right: 0px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-social {
    margin-top: 30px;
}

.footer-social a {
    width: 8%;
    color: white;
}

.companydesign {
    color: #7dc3f5;
}

.footer-app img {
    box-shadow: 0px 21px 47px 0px #33333385;
    margin-right: 15px;
    border-radius: 5px;
}

.footer-payment .master-card {
    max-width: 80px;
}

.footer-payment .visa-card {
    max-width: 100px;
}

.footer-payment .companydesign {
    color: #7dc3f5;
    margin: 0;
}


/*Section6 styling end*/


/*Utilities Classes*/

.no-padd {
    padding: 0px;
}


/*Utilities classes End*/


/*Responsiveness*/

@media (min-width: 769px) {
    .container {
        padding: 0px;
    }
    .custom-nav {
        float: none;
    }
    .explore-listing li {
        float: left;
        width: 25%;
    }
    .explore-main .nav-tabs>li {
        min-width: 105px;
    }
}

@media (max-width: 1100px) {
    .custom-nav li a {
        margin-right: 12px;
    }
    .custom-navbar .navbar-brand {
        margin-right: 15px;
    }
    .header-right-main {
        width: 13%;
    }
    .header-left {
        width: 87%;
    }
}

@media (max-width: 992px) {
    .bottomcollapsed.active {
        height: auto;
    }
    .footer-app img:first-child {
        margin-bottom: 7px;
    }
    .footer-social {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .design-header {
        height: 114px;
        padding: 0px;
    }
    .option-div .lang,
    .option-div .currency {
        width: 50%;
    }
    .custom-navbar .navbar-brand {
        padding: 15px;
    }
    .option-div,
    .signin-div {
        height: 37px;
        width: auto;
        float: left;
    }
    #myNavbar {
        width: 100%;
    }
    .header-right-main {
        width: 100%;
        display: block;
        clear: both;
    }
    .header-left {
        width: 100%;
        display: block;
        clear: both;
    }
    .option-div,
    .signin-div {
        width: 50%;
    }
    .custom-nav {
        float: none;
        /* display: inline-block;*/
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .custom-nav li a {
        font-size: 13px;
        margin-right: 10px;
    }
    .signin-div .sign {
        width: 100%;
    }
    .navbar-header {
        width: 0%;
        float: right;
        height: 0px;
    }
}

@media (max-width: 768px) {
    footer,
    .explore-main {
        height: 100%;
    }
    .footer-social h5 {
        padding-right: 25px;
    }
    .custom-navbar .navbar-brand {
        margin-right: 20px;
    }
    .lang {
        border-width: 0px 0px 1px 0px !important;
    }
    .currency {
        border-width: 0px 0px 1px 1px !important;
    }
}

@media (max-width: 767px) {
    .design-header {
        height: auto;
        padding: 0px;
    }
    .option-div .lang,
    .option-div .currency {
        width: 50%;
    }
    /* .custom-nav{
    display: block;
   }*/
    .option-div,
    .signin-div {
        height: 37px;
        width: auto;
        float: left;
    }
    _:-ms-lang(x),
    .signin-div::before {
        top: 12px !important;
    }
    .header-right-main {
        width: 100%;
    }
    .custom-navbar .navbar-brand {
        margin-right: 0px;
    }
    #myNavbar {
        width: 100%;
    }
    .header-right-main {
        display: block;
        clear: both;
    }
    .header-left {
        width: 100%;
        display: block;
        clear: both;
    }
    .option-div,
    .signin-div {
        width: 43%;
    }
    .signin-div .sign {
        width: 100%;
    }
    .navbar-header {
        width: 14%;
        float: right;
        height: 39px;
    }
    .custom-navbar {
        padding: 10px 15px;
    }
    .custom-navbar .navbar-brand {
        width: 40%;
    }
    .let-chat {
        width: 60%;
        justify-content: flex-end;
        margin-top: 14px;
        margin-right: 0px;
    }
    .let-chat a {
        order: 2;
        padding: 10px 0px 0px 8px !important;
    }
    .let-chat span {
        text-align: right;
    }
    .heade-right select {
        padding: 10px 10px;
    }
    .booking-main {
        margin-bottom: 10px;
    }
    .desk-img {
        display: none;
    }
    .explore-div {
        display: block;
        text-align: center;
        border-bottom: 0px;
        margin-bottom: 15px;
    }
    .explore-main {
        padding: 16px 0px 10px 0px;
    }
    .explore-div h2 {
        border-right: 0px;
        padding-right: 0px;
    }
    .explore-div h5 {
        padding-left: 0px;
    }
    footer .container {
        padding: 0px;
    }
    .footerlogo-div {
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .help-div,
    .legal-div,
    .footer-app,
    .footer-social {
        display: inline-flex;
        align-items: center;
        padding: 20px 20px;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .footer-app img {
        width: 80px;
    }
    .footer-social {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .copyrights {
        margin-bottom: 0px;
    }
    .footer-social a {
        width: 12%;
    }
    .footer-app a {
        margin-left: 15px;
    }
    .help-list,
    .legal-list {
        margin: 0px 0px 0px 22px;
    }
    .help-list li a,
    .legal-list li a {
        font-size: 11px;
    }
    .menucollapsed,
    .menucollapsed ul {
        display: block;
        width: 100%;
    }
    .bottomcollapsed {
        height: auto;
        padding: 0px 20px;
        padding-right: 0px;
    }
    .explore-div h5 {
        font-size: 23px;
    }
    .explore-collapse {
        display: none;
    }
    .menucollapsed ul {
        height: 0;
        opacity: 0;
        margin-bottom: 0;
    }
    .menucollapsed h6 {
        margin-bottom: 0;
        border-bottom: 1px solid #0076ce;
    }
    .mobiledropdown {
        float: right;
    }
    .bottomcollapsed .col-md-2 {
        padding: 0px;
    }
    span.mobiledropdown {
        font-size: 14px;
    }
    .mobiledropdown:before {
        content: "+";
    }
    .explore-listing.active {
        height: auto;
        opacity: 1;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    /*kashan*/
    .option-div,
    .signin-div {
        height: 37px;
        float: left;
    }
    .header-right-main {
        width: 100%;
    }
    #myNavbar {
        width: 100%;
    }
    .header-right-main {
        display: block;
        clear: both;
    }
    .header-left {
        width: 100%;
        display: block;
        clear: both;
    }
}

@media (max-width: 375px) {
    .explore-div h5 {
        font-size: 20px;
    }
}

.btm-shadow {
    position: absolute;
    bottom: -246px;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    height: 162px;
    display: flex;
    justify-content: center;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 1) 100%);
}


/*Responsiveness End*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .column-15 {
        width: 100% !important;
        float: left;
    }
    .column-25 {
        width: 100% !important;
        float: left;
    }
    .form-mobile {
        height: 400px;
    }
    .bottomcollapsed.active {
        height: auto !important;
    }
}

.column-15 {
    width: 15%;
    float: left;
}

.column-25 {
    width: 25%;
    float: left;
}

.bottomcollapsed.active {
    height: 62vh;
}

.error-help-block {
    font-family: 'questrial-regular' !important;
    color: #a94442 !important;
    font-size: 11.5px !important;
}