#bg {
    cursor: none !important;
}


@media (max-width: 450px){
    .cursor {
        display: none !important;
    }
}

@media (max-width: 950px){
    .active_nav_2:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
}

.nav_head1 {
    /* background-image: linear-gradient(to bottom ,rgb(248, 163, 215), lightblue); */
    background: rgb(218 246 255);
}

.booking_contact {
    background: #Cccc;
    /* min-height: 80vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    /*padding-top: 50px;*/
}

@media (max-width: 1350px) {
    .booking_contact {
        padding-bottom: 0px;
    }
}

.form1_contact {
    position: relative;
    display: block;
    height: 35px;
    width: 330px;
    border-radius: 35px;
    background: white;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .28);
    overflow: hidden;
}

.form1_contact input {
    font-size: 12px;
    line-height: 37px;
    padding: 0;
    border: none;
    outline: none;
    font-weight: 300;
    background: #eee;
    letter-spacing: 0.02em;
    cursor: none;
}
.form1_contact input:not([type=submit]) {
    width: 100%;
    display: block;
    padding: 0 122px 0 18px;
}
.form1_contact input:not([type=email]) {
    position: absolute;
    height: 27px;
    line-height: 25px;
    top: 4px;
    right: 6px;
    border-radius: 25px;
    padding: 0 16px;
    background-image: linear-gradient(to right, #ac8cc2, #aacff1);  
    color: white;
    cursor: none;
    transition: 0.5s;
    background-size: 300% 100%;
}
.form1_contact input:not([type=email]):hover {
    background-position: 90% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; 
}

.form1_contact input:not([type=email]).color-7 {
    background-image: linear-gradient(to right, #b886d6, #338fe0, #6362c0, #d46868);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(75, 85, 92, 0.15) 0px 2px 6px 2px;
}
.form1_contact input:focus {
    
}

.booking_main_head {
    text-align:center; 
    font-size:60px; 
    color: darkslategrey;
    margin-bottom: 15px;
}

.cont_wrapper {
    background-image: url('booking_background/book_back.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: top;
    padding-top: 265px;
}

@media (max-width: 790px) {
    .service_gap {
        gap:10px;
}

}

@media (max-width: 768px) {
    /* .container {
        padding-top: 100px;
    } */

    .content-inner-2 {
        padding-top: 96px;
    }

    .cont_wrapper {
        background-size: 350px;
        padding-top: 215px;
    }

}

@media (max-width: 500px) {
    .cont_wrapper {
        background-size: 300px;
    }

    .cont_wrapper {
        background-size: 350px;
        padding-top: 190px;
    }

    .booking_main_head {
        font-size: 50px;
    }
}