/* 
Theme Name:		 nulifeckp
Theme URI:		 http://childtheme-generator.com/
Description:	 nulifeckp is a child theme of Bizberg, created by ChildTheme-Generator.com
Author:			 Priyanka Behera
Author URI:		 http://childtheme-generator.com/
Template:		 bizberg
Version:		 1.0.0
Text Domain:	 nulifeckp
*/


/*
    Add your custom styles here
*/

.nl-doctor-card{
    display: flex;
    justify-content: space-evenly;
    gap: 25px;
}

.nl-doctor-left {
    width: 40%;
}

input#booking_submit, input#service_booking_submit  {
    padding: 17px 36px;
    font-size: 14px;
    background: #f37737;
    color: #fff;
    font-weight: 800;
    border: 0px;
}

a#nulife_custom_menu {
    border: 0px;
    padding: 8px 16px;
    color: #fff;
}

.nulifeckp_doctor_img img {
    width: 100%;
    height: 500px;
}   

ul#responsive-menu>li.menu-item>a {
    padding: 8px 16px;
    margin-left: 5px;
    border: 0px;
}

/* body { font-family: Arial; font-size: 10pt; } */
.error { color: Red; }


#booking_process_next{
    background-color: #f37737;
    color: #fff;
    padding:  10px 20px;
}

.nulifeckp_hide{
    display: none;
}

.info_doctor_fees{
    font-size: 20px;
}

.doctor_scanner_div img{
    width: 200px;
}

#service_process_next{
    background-color: #f37737;
    color: #fff;
    padding:  10px 20px;
}

.entry-button {
    margin-top: 20px;
}

.upi_id{
    font-size: 20px;
    padding-top: 7px;
    color:#000000;
}

@media screen and (max-width:480px) {
    .nl-doctor-card {
        flex-direction: column-reverse;
    }

    .nl-doctor-left {
        width: 100%;
        margin-top: 10px;
    }

    .entry-button {
        margin-top: 10px;
    }
}