.footer-header-s{
    color:#fff;
}
.footerlist a{
    color:#fff;
    font-size:12px;
}
.footerlist a:hover{
    text-decoration:underline;
}
.form-footer{
    width: 100%;
    padding: 7px 13px;
    background: #262626;
    border: none;
    outline: none;
    font-size: 12px;
    color:#fff;
}
.footer-submits{
    margin:0px auto;
    background:#0a8414;
    color:#fff;
    outline:none;
    padding:4px 60px;
    border:none;
}
.airlines-header{
    color:#302f2f;
    font-weight:600;
}
.airlines-list li {
    background:#f1f1f1; 
    margin:10px 0px;
    padding:2px 10px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 3px 0px rgba(0,0,0,0.3);
    color:#222020;
    font-weight:700;
    border-radius:4px;
}
.airlines-list li:hover{
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
.airlines-list li a{
    color:#222020;
    width:100%;
}
.airlines-list li a:hover{
    color:#075587;
}
.table-airlines{
    width:100%;
}
.price-table{
   color:#f7a608;
   float:right;
}
.date-airline{
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #a9a1a1;
}
.banner{
    width:100%;
}
.airlines-header-sec{
    color:#000000;
}
/*aboutus*/
.about-heading{
    font-size: 69px;
    color: #fff;
    font-weight: 800;
}
.about-heading-row{
    color:#075587;
    font-size:50px;
    font-weight:600;
}
.about-row-bg{
    background-image:url(../images/about-paper.jpg);
}

/*Modal Pop up one */
        .pop-up-image{
            width: 100px;
            height: 100px;
            position: absolute;
            top: -45px;
            left: 247px;
        }
        .myheader{
            width:100%;
        }
        .available-icon{
            width: 10px;
            height: 10px;
            position: absolute;
            left: 242px;
            top: 32px;
            z-index: 1;
            border-radius: 50%;
            background-color: #4caf50;
        }
        .myclose{
            margin: 0;
            padding: 0;
            position: absolute;
            top: -11px;
            right: -11px;
            border: 1px solid #fff;
            outline: none;
            color: #fff;
            background: #14527a;
            font-weight: 700;
            font-size: 21px;
            width: 25px;
            border-radius: 50%;
            height: 26px;
        }
        .btn-span{
            position: absolute;
            top: -5px;
            right: 4px;
        }
        .mymodal-title{
            text-align:center;
            margin-top: 27px;
        }
        .mymodal-body{
            padding:15px 47px;
            text-align:center;
        }
        .mymodal-body h5{
            color: #14527a;
            font-size: 28px;
        }
        .mymodal-body p{
            margin: 0;
        }
        .mymodal-body a{
            text-decoration: none;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    background: #075587;
    padding: 5px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
			
        }
		.mymodal-body  .div-text{
			width:75%;
			text-align:center;
		}
		.mymodal-body i{
			width: 40px;
			height: 40px;
			background: #f7f7f7;
			border-radius: 50%;
			color: #ff5722;
			padding: 8px 3px;
		}
        .mymodal-body-bg{
            background-color:#14527a;
            padding:15px 47px;
        }
        .mymodal-body-bg h5{
            font-size: 25px;
            color: #fff;
            font-weight: 700;
            margin: 0;
        }
        .mymodal-body-bg p{
            color: #fff;
            margin: 0;
            font-weight: 400;
        }
        .phone-deal{
            margin: 0;
            color: #fff;
            font-weight: 500;
        }
        .promo-deals{
            margin: 13px auto;
            text-align: center;
        }
        .save-up-to{
            color: #fff;
            margin: 0;
            font-weight: 400;
            border: 1px solid #ff5722;
            border-bottom:none;
        }
        .promo-number{
            border: 1px solid #ff5722;
            border-top: none;
            background: #ff5722;
            font-size:22px;
        }
        .mymodal-footer{
            padding:0px 47px 15px;
        }
        .routes{
            text-align:left;
        }
        .form-p{
            border: 1px solid #b7b4b4;
            outline: none;
            padding: 5px 15px;
            width: 100%;
        }
        .submit-p{
            background-image: linear-gradient(45deg, #ff9800, #ff5722);
            border: 1px solid #ff9800;
            outline: none;
            padding: 5px 8px;
            color:#fff;
        }
        .TandC{
            padding:15px 0;
            font-size:12px;
            color:#2c2b2b;
            text-decoration:none;
        }
        @media only screen and (max-width: 767px) {
                .pright{
                    padding-right: 15px!important;
                    margin-bottom: 5px;
                }
                .ppleft{
                        padding-left: 15px!important;
                }
                .form-p {
                    border: 1px solid #b7b4b4;
                }
                .submit-p {
                    border: 1px solid #ff9800;
                }
				.pop-up-image{
            
            top: -45px;
            left: 200px;
        }
        
        .available-icon{
            
            left: 192px;
            top: 32px;
        }
        }
        @media only screen and (max-width: 525px) {
               .pop-up-image {
                    left: 156px;
                 }
               .available-icon {
                    left: 149px;
                }
               .mymodal-body h5 {
                    font-size: 25px;
                }
        }
        @media only screen and (max-width: 468px) {
                .available-icon {
                    left: 149px;
                }
                .mymodal-body h5 {
                    font-size: 23px;
                }
				.pop-up-image{
            
            top: -45px;
            left: 155px;
        }
       
        
        }
        @media only screen and (max-width: 414px) {
                .pop-up-image {
                    left: 148px;
                }
            .available-icon {
                left: 127px;
            }
            .mymodal-body h5 {
                font-size: 19px;
            }
        }
        @media only screen and (max-width: 390px) {
            .pop-up-image {
                left: 134px;
            }
            .available-icon {
                left: 121px;
            }
            .mymodal-body h5 {
                font-size: 19px;
            }
        }
        @media only screen and (max-width: 375px) {
            .mymodal-body h5 {
                font-size: 18px;
            }
            .available-icon {
                left: 115px;
            }
            .pop-up-image {
                left: 127px;
            }
        }
        @media only screen and (max-width: 360px) {
            .mymodal-body h5 {
                font-size: 16px;
            }
            .available-icon {
                left: 103px;
            }
            .pop-up-image {
                left: 116px;
            }
        }
         @media only screen and (max-width: 315px) {
            .mymodal-body h5 {
                font-size: 13px;
            }
            .available-icon {
                left: 80px;
            }
            .pop-up-image {
                left: 90px;
            }
            .mymodal-body a {
                font-size: 23px;
            }
        }
        @media only screen and (max-width: 280px) {
            .mymodal-body h5 {
                font-size: 10px;
            }
            .available-icon {
                left: 66px;
            }
            .pop-up-image {
                left: 66px;
            }
            .mymodal-body a {
                font-size: 19px;
            }
        }
/*Modal Pop up one ends */
/*Modal Pop up two  */
.mymodall{
            background:#383737;
            border: 3px dashed #fff
        }
        .myclosebtn{
            width: 25px;
            height: 25px;
            position: absolute;
            right: -11px;
            border-radius: 50%;
            top: -11px;
            background: #000000;
            color: #fff;
            border: 2px solid #fff;
        }
        .myclosesign{
            position: absolute;
            right: 5px;
            top: -3px;
        }
        .inner-modall{
            padding:25px;
        }
        .inner-modall h1{
            color: #fff;
            font-weight: 800;
            font-size: 44px;
            text-align:center;
        }
        .inner-modall h5{
            color: #fff;
            font-weight:700;
            text-align:center;
        }
        .inner-modall p{
             color: #fff;
             margin: 0;
        }
        .inner-modall a{
            color: #ff9800;
            font-weight: 700;
            font-size: 19px;
        }
        .call-to{
            margin:0;
            color:#fff;
            font-size: 23px;
            font-weight: 200;
        }
        .dates-ex{
            font-size:12px;
        }
        .timing-r{
            background: #000000;
            padding: 3px;
            text-align: center;
            margin-top: 5px;
        }
        .left-offer{
            border-right:1px solid #fff;
        }
        .footer-txt-p{
            background: #000000;
            padding: 10px;
            margin-top: 5px;
        }
        .footer-header{
            font-size:15px;
            margin:0;
            text-align:left!important;
        }
        .Ratal-offer,.price-offer{
            font-size: 38px;
        }
        .price-offer{
            color:#ff9800!important;
        }
        .Ratal-offer{
            text-decoration:line-through;
        }
        @media only screen and (max-width: 767px) {
             .inner-modall h1 {
                font-size: 32px;
            }
            .inner-modall h5 {
                font-size: 15px;
            }
            .inner-modall p {
                font-size: 10px;
            }
            .inner-modall a {
                font-size: 13px;
            }
        }
        
        @media only screen and (max-width: 414px) {
             .inner-modall h1 {
                font-size: 32px;
            }
            .inner-modall h5 {
                font-size: 15px;
            }
            .inner-modall p {
                font-size: 10px;
            }
            .inner-modall a {
                font-size: 13px;
            }
        }
        @media only screen and (max-width: 390px) {
            .inner-modall h1 {
                font-size: 30px;
            }
            .inner-modall h5 {
                font-size: 15px;
            }
            .inner-modall p {
                font-size: 10px;
            }
            .inner-modall a {
                font-size: 13px;
            }
        }
        @media only screen and (max-width: 375px) {
            .inner-modall h1 {
                font-size: 30px;
            }
            .inner-modall h5 {
                font-size: 14px;
            }
            .inner-modall p {
                font-size: 10px;
            }
            .inner-modall a {
                font-size: 13px;
            }
        }
        @media only screen and (max-width: 360px) {
            .inner-modall h1 {
                font-size: 28px;
            }
            .inner-modall h5 {
                font-size: 14px;
            }
            .inner-modall p {
                font-size: 10px;
            }
            .inner-modall a {
                font-size: 12px;
            }
        }
         @media only screen and (max-width: 315px) {
        }
        @media only screen and (max-width: 280px) {
            .inner-modall h1 {
                font-size: 20px;
            }
            .inner-modall h5 {
                font-size: 10px;
            }
            .inner-modall p {
                font-size: 10px;
            }
            .inner-modall a {
                font-size: 12px;
            }
        }
/*Modal pop up second ends */