/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.nice-select {
	width: 100%;
}

.nice-select .list {
	width: 100%;
}

.searchFlight .item {
	margin: 5px 0px;
}

.searchFlight form input,
.searchFlight form .nice-select {
	border: 1px solid #ccc;
}

.searchFlight .custom-search-input {
	padding: 10px;
}

.searchFlight .custom-search-input .form-group {
	margin: 0px 5px;
}

.custom-search-input i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 1px;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 45px;
    z-index: 9;
    color: #ffc107;
}

ul#footer-selector li {
    margin-left: 10px;
}

.hero_single.version_2 form {
    position: absolute;
    bottom: 10px;
    margin: 0px auto;
    width: 80%;
    left: 10%;
}

.mm-slideout {
    background: #fff;
}

.main-menu>ul>li span>a {
    color: #000;
}

ul#top_menu li a.login:before, ul#top_menu li a.wishlist_bt_top:before, ul#top_menu li a.cart-menu-btn:before {
    color: #000;
}

.callBtn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99999999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.callBtn img {
    width: 50px;
    margin: 0px auto;
}

@keyframes callBtn-move {
    0% {height: 0px;}
    100% {height: 10px;}
}

.callBtn::before {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: transparent;
    margin-left: 24px;
    margin-bottom: -3px;
    animation: callBtn-move 1s ease-in-out infinite alternate;
}

.ui-tabs .ui-tabs-nav{
    background: none;
    border: none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
    background: none;
    border: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor img {
    width: 50px;
    height: 50px;
}

.ui-tabs .ui-tabs-panel {
    border-width: 0;
    padding: 0px;
    background: none;
    border-radius: 0px;
}

.tabSearch form {
    position: relative !important;
    width: 100% !important;
    left: 0px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003e80;
    background: #003e80;
}

.tabSearch .custom-search-input {
    margin-top: 10px;
}

#tabs {
    position: relative;
    top: 30%;
    background-color: #003e807a;
}

.hero_single.version_2 {
    height: 700px;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
        background: #2679d2d6;
}


@media screen and (max-width: 768px) {

    .hero_single.version_2 .wrapper h3 {
        position: relative;
        top: -100px;
    }

    .hero_single.version_2 .wrapper p {
        position: relative;
        top: -90px;
    }

    .hero_single.version_2 .wrapper h3 {
        top: 200px;
    }

    #tabs {
        top: 10px;
    }

    .hero_single.version_2 .wrapper h3 {
        top: 0px;
        margin-top: 25px;
        margin-bottom: 10px;
        display: none;
    }

    .hero_single.version_2 .wrapper p {
        display: none;
    }

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        background-color: #000;
    }

}