/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/

.city-page-banner .image-item{
	position:relative;
}

.city-page-banner .image-item a.city-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff6c00;
    color: #fff;
    padding: 4px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.image-item img {
    width: 100%;
    height: 60% !important;
    border-radius: 4px;
}
.faq, .article-related {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #061357;
    margin-top: 35px;
    margin-bottom: 25px;
}
div#no-results {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: red;
}
button.pum-close.popmake-close {
    font-size: 30px !important;
    background: #fff ! IMPORTANT;
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
    right: 20px !important;
    top: 20px !important;
}
.footer_menu_wraper .awb-menu.collapse-enabled a{
    min-height: auto;
    background: #f2f3f5 !important;
    padding:0 !important;
}
.awb-menu.collapse-enabled .awb-menu__main-li{border-bottom: 0px !important;}

.customclass{
	height: 257px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.customclass img{
	vertical-align: top;
    box-shadow: none !important;
    object-fit: contain;
    max-width: 197px;
    max-height: 197px;
}

.awb-imageframe-caption-container h3{
	color:#091155 !important;
	font-weight:600 !important;
	font-size:16px !important;
	font-family:"Open Sans", sans-serif !important;
}

.awb-imageframe-caption-text{display:none;}

.awb-imageframe-caption-container{
	padding:16px;
	text-align:left !important;
}

.customclass2{
	padding-left:16px;
	padding-right:16px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}

.custombtn:hover{
	background:#DA069C !important;
	color:#ffff !important;
}

#sp-wp-carousel-free-id-18128.sp-wpcp-18128 .wpcp-single-item{border:0px !important;}
#sp-wp-carousel-free-id-18128 .wpcp-swiper-dots{display:none !important;}

@media (max-width: 992px) {

    .footer_menu_wraper .awb-menu.collapse-enabled a{
        min-height: auto;
        background: #f2f3f5 !important;
        padding:5px 0 !important;
    }
    .awb-menu.collapse-enabled .awb-menu__main-li{border-bottom: 0px !important;}
}

@media (max-width: 750px) {
    .container {
        width:100% !important;
    }
    
    .city-page-banner .image-grid {
        padding: 16px 0;
    }
    
    .city-page-banner {
        width: 100%;
    }
}

@media (max-width:640px) {
    .awb-menu__m-toggle_no-text{
        display: none !important;
    }
    .footer_menu_wraper .support_footer_menu{
        width: 50% !important;
    }
    .footer_menu_wraper .useful_footer_menu{
        width: 50% !important;
    }

    .footer_menu_wraper .top-blog_footer_menu{
        display: none !important;
    }

    .footer_menu_wraper .get-app-box{
        text-align: center;
    }

    .currently_footer_menu .fusion-row .fusion-flex-column{
        width: 50%;
    }
    .airports_footer_menu .fusion-row .fusion-flex-column{
        width: 50%;
    }
    .footer-copyright{
        text-align: center;
    }
    .footer-copyright .fusion-text{
        text-align: center;
    }    
    .footer-copyright .fusion-text p{
        margin:0px;
    }
    .footer-copyright .fusion-text p:last-child{
        margin-bottom: 20px;
    }
}

.fusion-contact-info-email-address a {
  color: #ff6c00 !important;
}


.newsletter-form-model {
    max-width: 800px; 
	margin: 50px auto;
	justify-items: center;
}
.newslatter-desc{text-align: center;}
.newsletter-form-model .wpcf7-form-control-wrap .wpcf7-form-control{border-color: #e1e1e1; }

.newsletter-form-inner {
    display: flex;
	gap: 10px;
    align-items: center;
}

.newsletter-form-inner p {
    margin: 0;
    padding: 0;
}

.newslatter-text{
	line-height: 0;
}