﻿
.header-wrapper-flight {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #115c9f;
    align-items: center;
}

.first-div {
    width: 50%;
    text-align: center;
}

.sec-div {
    background: #115c9f;
    padding: 20px 20px 0px;
    width: 50%;
}

.heading-top h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff !important;
    line-height: 36px;
}

.heading-top {
    margin-top: 30px;
    margin-bottom: 10px;
}

.hero-call {
    box-sizing: border-box;
    margin: 30px;
}

a.hero-call-acr {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 800;
    color:#000;
}

.icn-1-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px;
}
.page-cover h1{padding:0px 0px 15px 0;}
.scd-icn-box img{width:50px !important}
.icn-box {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.ic-img img {
    width: 50px;
}
/*silder*/
.slider {
    position: relative;
    background: none;
    height: 170px !important;
    margin-bottom: 15px;
    background: #243c67!important;
}

.form-bg {
    top: 0% !important;
}

.mob-bck {
    display: block;
}

@media(max-width:991px) {
    .mob-bck {
        display: block !important;
    }
    .page-cover.flight-index-img {
        height: auto !important;
    }
    .page-cover h1 {
        padding: 5px 0px 20px 0;
    }
    .scd-icn-box img {
        width: 100% !important;
        max-width: 35px;
    }
    .header-wrapper-flight {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        width: 100%;
        background: #115c9f;
        align-items: center;
    }

    .sec-div {
        background: #115c9f;
        padding: 0px 20px;
        width: 100%;
        text-align: center;
    }

    .first-div {
        width: 100%;
        text-align: center;
    }

    .sec-div img {
        width: 100%;
        max-width: 400px;
    }

    .ic-img img {
        width: 35px;
    }

    .slider {
        position: relative;
        background: none;
        height: 500px !important;
        margin-bottom: 15px;
        background: #243c67;
    }

   /* .heading-top {
        margin-top: -30px!important;
    }*/
}

.text-black {
    color: #fff;
    font-weight: 600;
}

.top-last {
    color: #fff;
    margin: 20px;
    font-size: 14px;
}

@media(max-width:1199px) and (min-width:991px) {
    .form-bg .date {
        margin-top: 0.3%;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .form-bg {
        top: 6%;
        /* width: 530px; */
        z-index: 99;
        position: absolute;
        background: #103e65;
        padding: 20px 20px 15px 20px;
        border-radius: 15px;
    }
}

@media(max-width:768px) {
    .icn-box {
        color: #fff!important;
        font-size: 12px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .first-div {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .sec-div img {
        width: 100%;
        max-width: 280px;
    }

    .heading-top h1 {
        font-size: 28px;
        font-weight: 700;
        color: #fff !important;
        line-height: 26px;
    }
}

@media(max-width:551px) {
    .sec-div img {
        width: 100%;
        max-width: 250px;
    }
}
.disp-strip-btm {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0%;
}

.disp-strip-btm .mob-numbers {
    background-color: #243c67;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    padding: 0px 10px;
    gap: 20px;
}

.mob-numbers {
    background-color: #034053;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    padding: 10px 10px;
    gap: 20px;
}

.ring {
    border: solid 3px #010101;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    background: url('../../images/mailer-template/call.png') center center no-repeat;
    text-align: center;
    display: inline-block;
    background-size: 30px;
}

@keyframes trin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Apply the animation to the .ring class */
.ring {
    display: inline-block;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.num-p {
    margin-top: 8px !important;
    margin-bottom: 8px;
}

.num {
    color: #010101;
    font-size: 35px;
    font-weight: bold;
}

#more {
    display: none;
}

@media (min-width: 769px) {
    .disp-strip-btm {
        display: none !important;
    }
}
@media(max-width:350px){
    .num {
        color: #010101;
        font-size: 32px;
        font-weight: bold;
    }
    a.hero-call-acr {
        background: #fff;
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 21px;
        font-weight: 800;
        /*color: #fff;*/
    }
    .icn-1-wrapper{
        gap:5px!important
    }
}

.clr-gldn {
    color: #f3cd14;
}

.call-box{width:80%;}