.bgblack {
    border-bottom: 4px solid #1e96e0;
    background: #fff;
}

.contact-bg {
    background-image: url('../../images/contact-banner.jpg');
    height: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.bbg-contant {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bbg-contant>p>a {
    font-size: 2rem;
    color: #fb607f;
    font-weight: 600;
}

.bbg-contant>p>span {
    font-size: 1.85rem;
    color: #fff;
    font-weight: 300;
}

.contenthere {
    display: inline-block;
    width: 100%;
    padding: 2rem 0;
}

.groupform>label {
    display: block;
    margin-bottom: 0.2rem;
}

.groupform>input {
    height: 2.5rem;
    width: 100%;
    border: 1px solid #777;
    border-radius: 0.4rem;
    padding: 0 0.6rem;
    font-size: 1rem;
}

.groupform>textarea {

    width: 100%;
    border: 1px solid #777;
    border-radius: 0.4rem;
}

.groupbox {
    display: flex;
}

.mdright {
    margin-right: 0.8rem;

}

.groupform {
    width: 100%;
    margin-bottom: 0.6rem;
}

.resendbtn {
    padding: 0.6rem 3rem;
    font-size: 1.2rem;
    background: #fb607f;
    border: 1px solid #fb607f;
    border-radius: 0.4rem;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.contactformmain {
    display: flex;
}

.contactformarea {
    width: 100%;
    width: 100%;
    margin-right: 2rem;
    border-right: 1px dashed;
    padding-right: 1.5rem;
    flex: 2;
}

.contactinfornation {
    width: 100%;
    flex: 1;
}

.contactinfornation>p {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contactinfornation>ul>li>svg {
    margin-right: 1rem;
    /* background: #fb607f; */
    /* width: 30px; */
    /* height: 30px; */
    border-radius: 50%;
    padding: 12px 0;
    font-size: 1.5rem;
}

.contactinfornation>ul>li {
    display: flex;
    /* align-content: center; */
    align-items: center;
    margin-bottom: 0.2rem;
}

.numhovcolo {
    font-weight: 700;
    font-size: 1.2rem;
}

.numhovcolo:hover {
    color: #fb607f;
}

.mailhovcolo:hover {
    color: #fb607f;
}

.contactformbox {
    max-width: 90%;
    width: 100%;
    margin: 2rem auto;
    padding: 2rem;
    box-shadow: 0px 0px 19px #cccccc80;
    border-radius: 0.4rem;
    border: 0.1rem solid #00000014;
}

.headformcontact {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .contactformbox {
        max-width: 100%;
    }
}


@media screen and (max-width: 767px) and (min-width: 280px) {
    .contact-bg {
        height: 7rem;
    }

    .bbg-contant>p>a {
        font-size: 1.2rem;
    }

    .bbg-contant>p>span {
        font-size: 1rem;
    }

    #menu-bar {
        transition: all .2s linear;
      
    }

    .contactformbox {
        max-width: 100%;
        padding: 1rem;
        margin: 2rem auto 0;
    }

    .contactformmain {
        display: flex;
        flex-direction: column;
    }
    .contactformarea {
      
        margin-bottom: 1rem;
        border-bottom: 1px dashed;
        padding-bottom: 1rem;
        margin-right: 0;
    border-right: none;
    padding-right: 0;
       
    }
    .flightratehead>h3>span {
        display: contents!important;
    }


}

@media screen and (max-width: 579px) and (min-width: 280px) {
    .groupbox {
        display: flex;
        flex-direction: column;
    }

}