
/*================================================
Page Banner Style CSS
=================================================*/
.page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://www.explorecheapflights.com/public/media/images/contact-us.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    &::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #000000;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.7;
        z-index: -1;
    }
    .page-banner-content {
        text-align: center;
        margin-top: 100px;
        h2 {
            font-size: 45px;
            color: #fefafa;
            margin: 0 0 20px 0;
        }
        p {
            font-size: 16px;
            color: #ffffff;
            margin: 0;
            font-weight: 500;
            a {
                color: #ffffff;
                &:hover {
                    color: #c3a165;
                    transition: .5s;
                    text-decoration: none;
                }
            }
        }
    }
}

  
/*================================================
Contact-info Section CSS
=================================================*/
.contact-info-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f6f6;
}
.contact-box {
    text-align: center;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    transition: .6s;
    border-radius: 5px;
    background-color: #322375;
    margin: 5px 0;
    h4 {
        font-size: 20px;
    color: #ffffff;
    margin: 20px 0 15px 0;
    transition: .6s;
    font-weight: 600;
    }
    p {
        font-size: 19px;
    font-weight: 400;
    margin: 0 0 0 0;
    color: #fff;
    }
    a {
        color: #ffffff;
    transition: .6s;
    font-size: 18px;
    text-decoration: auto;
        
        &:
    hover {
            text-decoration: none;
    color: #c3a165;
        }
    ;
    font-weight: 400;
    line-height: 1.9;
    }
    .icon {
    width: 72px;
    height: 72px;
    line-height: 75px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fa752b;
    i {
            color: #322375;
            &::
    before {
                font-size: 40px;
    line-height: normal;
            }
        ;
    font-size: 28px;
        }
    }
    .icon::
    before{
        width: 72px;
    height: 72px;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fa752b;
    }
    &:
    hover {
        background-color: #fa752b;
    i {
            color: #ffffff;
        }
    h4 {
            color: #ffffff;
        }
    a {
            color: #fff;
        }
    a:hover{
            color: #000000;
        }
        .icon {
    width: 72px;
    height: 72px;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    background: #322375;
        }
    }
;
    height: 100%;
}

/*================================================
Contact Section CSS
=================================================*/
.contact-section {
    padding-bottom: 100px;
    background: #f7f6f6;
}
.map-area {
    iframe {
        width: 100%;
        height: 525px;
        border: none;
    }
}
.contactForm {
    .form-group {
        margin-bottom: 15px;

        .form-control {
            height: 60px;
            color: #464646 !important;
            border: 1px solid #f2eeee;
            background-color: #ffffff;
            border-radius: 0;
            padding: 0;
            font-size: 14px;
            padding: 10px 20px;
            &:focus {
                background-color: #fff;
                border-color: #c3a165;
                outline: 0;
                box-shadow: none;
            }
        }
        textarea.form-control {
            border: 1px solid #f2eeee;
            border-radius: 0;
            height: 260px;
        }
    }

    .send-btn {
        text-align: center;
        .send-btn-one {
            display: inline-block;
            padding: 14px 40px;
            font-size: 15px;
            font-weight: 500;
            background-color: #fa752b;
            border: 1px solid #fa752b;
            color: #ffffff;
            transition: .6s;
            &:hover {
                background-color: #ffffff;
                color: #fa752b;
                border-color: #fa752b;
            }
        }
        label {
            margin-bottom: 0 ;
        }
        .comment-form-cookies-consent {
            font-size: 14px;
            color: #777777;
            font-weight: 400;
            margin: 0 0 30px 0;
        }
        input[type=checkbox], input[type=radio] {
            position: relative;
            top: 2px;
        }
    }
}
