
/* book an appointment page css start here */
@media screen and (min-width: 600px)  {
    .new-book-an-appointment {background-color: transparent; background-image: url("../img/bannerbook-an-appointment.png");background-size: cover;width: 100%; background-repeat: no-repeat;min-height: 100%;padding: 140px 0;}
    .new-book-an-appointment h1 {font-size: 54px;font-weight: bolder;font-family: 'gothammedium';text-transform: uppercase;color: #007DC6;}
    .new-book-an-appointment p {margin: 20px;font-size: 18px;font-weight: 600;color: #5a5555;line-height: 25px;}
    .new-book-an-appointment .pull-left {padding: 0 !important;}
    .new-book-an-appointment h1 span{color: #1A2352;}
    .new-book-an-appointment .filterbox .btn-search {right: auto;top: 15px;left: 6px;font-size: 18px;}
    button#searchButtonHospital {padding: 0;top: 15px;}
    button#searchButtonHospital img {height: 17px;width: 16px;}
    button#searchButtonHospital {padding: 0;font-size: 18px;top: 13px;}
    input#doctorsearch {padding: 10px 10px 10px 43px;min-height: 55px;background-color: transparent;border: none;font-size: 16px;}
    .new-book-an-appointment hr:not([size]) {height: 26px;width: 2px;    margin-left: 47%;}
    .new-book-an-appointment .p-2.col-lg-1.col-sm-1.text-center {padding: 0 !important;    height: 55px;}
    input#hospital {padding: 10px 10px 10px 35px;min-height: 55px;background-color: transparent;border: none;font-size: 16px;}
    .new-book-an-appointment input#hospital::placeholder{font-size: 16px ;color: #007DC6;}
    .new-book-an-appointment input#doctorsearch::placeholder{font-size: 16px !important; color: #007DC6;}
    .d-flex.justify-content-center.mobileFilter.col-lg-10 {padding: 0;background-color: #fff;border: 2px solid #017dc7;border-radius: 44px;margin: 0px 0;}
    .new-book-an-appointment #book-button {background-color: #017dc7;border: none;color: #fff;min-height: 55px;padding:15px 20px 0;position: relative;right: -2px;}
    .new-book-an-appointment i.fa{color: #FF6F0F;font-size: 20px;font-weight: 500 !important;}
    }
    @media screen and (min-width: 768px) and (max-width: 920px) {
    .new-book-an-appointment p br{display: none;}
    .new-book-an-appointment .p-2.col-lg-1.col-sm-1.text-center {display: none;}
    section.InnerSlider {display: none;}
    .new-book-an-appointment h1 br{display: none;}
    .new-book-an-appointment{padding: 80px 0;margin-top: 120px;}
    }
    @media screen and (min-width: 920px) and (max-width: 1024px) {
    .d-flex.justify-content-center.mobileFilter.col-lg-10.col-sm-12 {width: 85%;}
    .new-book-an-appointment .p-2.col-lg-1.col-sm-1.text-center {display: none;}
    section.InnerSlider {display: none;}
    .new-book-an-appointment{padding: 80px 0;margin-top: 120px;}
    }
    @media screen and (min-width: 280px) and (max-width: 600px) {
        section.InnerSlider{display: none;}
        .new-book-an-appointment h1 br{display: none;}
        .new-book-an-appointment p br{display: none;}
        .new-book-an-appointment {height: 100%;background-color: transparent;background-image: url("../img/bannerbook-an-appointment.png");background-size: cover;width: 100%; background-repeat: no-repeat;min-height: 100%;padding: 30px 0;margin-top: 105px;}
        .new-book-an-appointment h1 {font-size: 30px;line-height: 33px;font-weight: bolder;font-family: 'gothammedium';text-transform: uppercase;color: #007DC6;}
        .new-book-an-appointment p {margin: 20px 5px;font-size: 15px;font-weight: 500;color: #000;line-height: 22px;}
        /* .new-book-an-appointment .pull-left {padding: 0 !important;} */
        .new-book-an-appointment h1 span{color: #1A2352;}
        .new-book-an-appointment .filterbox .btn-search {right: auto;top: 12px;left: 13px;font-size: 18px;}
        button#searchButtonHospital {padding: 0;top: 0px;left: 17px;}
        button#searchButtonHospital img {height: 17px;width: 16px;}
        button#searchButtonHospital {padding: 0;font-size: 18px;}
        input#doctorsearch {padding: 10px 10px 10px 45px;min-height: 50px;background-color: #fff;border: none;font-size: 18px;}
        input#hospital {padding: 10px 10px 10px 45px;min-height: 50px;background-color: #fff;border: none;}
        .new-book-an-appointment input#hospital::placeholder{font-size: 18px ;color: #007DC6;}
        .new-book-an-appointment input#doctorsearch::placeholder{font-size: 18px !important; color: #007DC6;}
        .d-flex.justify-content-center.mobileFilter.col-lg-8 {padding:0 5px;background-color: transparent;border: none;border-radius: 44px;margin: 0px 0;}
        .new-book-an-appointment #book-button {width: 80%;margin-left: 10%;background-color: #017dc7;border: none;color: #fff;min-height: 50px;padding: 13px 0 0;position: relative;right: auto;}
        .new-book-an-appointment i.fa{color: #FF6F0F;font-size: 17px;font-weight: 500 !important;}
        }
    /* book an appointment page css end here */