#book .col-lg-6{
    padding: 0 !important;
    margin-bottom: 50px;
}
.bookLeft{
    background-color: var(--accent);
    min-height: 70vh;
    /* display: flex;
    align-items: center; */
    border-radius: 0 1rem 1rem 0;
    padding-top: 200px;
    height: 100%;
    background-image: url(/desktop/frontend/images/icons/bookConsultationvector.svg);
    background-size: 105%;
    background-repeat: no-repeat;
}
.bookForm input:not(.btnStatic), #country_code, .bookForm select{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
    padding: 1rem;
}
#country_code{
    width: 50%;
    margin-right: 10px;
    background:none;
}
#purpose{
    background:none;
}
.bookForm input:focus, #country_code:focus, .bookForm select:focus{
    outline: none;
    border-bottom: 2px solid var(--accent);
}
.bookForm #date,#time{
    display: inline-block;
    width: 48%;
}
.bookRight{
    padding: 8rem 12rem;
    height: 100%;
}
@media (max-width: 1500px){
    .bookLeft,.bookRight{
        padding: 3rem 7rem;
    }
}
@media (max-width:1300px){
    .bookLeft,.bookRight{
        padding: 2rem 4rem;
    }
}

@media (max-width:991px){
    .bookLeft{
        min-height: fit-content;
        border-radius: 0;
    }
    main{
        --FMultiplier : 0.7;
    }
}

@media (max-width:768px){
    .bookLeft,.bookRight{
        padding: 2rem 1.5rem;
    }
}
