.popup  h2 {

    display: inline-grid;

    color: #373737 !important;

    font-size: 24px;

    font-weight: bold;

	padding:4px 10px 12px 10px;

}



.popup h2::after {



    content: "";

    height: 4px;

    height: .25rem;

    margin-top: .25rem;

    border-radius: 4rem;

    background: #63599e;



}



.popup label {

    display: inline-block;

    margin-bottom:0rem;

}

.popup .patient-forbox {

    font-size: 16px;

    background: #f5f5f5;

    border: 1px solid #ddd;

    border-radius: 10px;

    margin-top:0px !important;

    margin-bottom: 20px;

    padding: 10px;

    width: 100%;

    margin: 0px auto;

}

.popup .feedback-box {

    font-size: 16px;

    background: #fff;

    border: 1px solid #ddd;

    border-radius: 10px;

    margin-top: 2px !important;

    margin-bottom: 20px;

    padding: 10px;

    width: 100%;

    margin: 0px auto;

        margin-top: 0px;

}

.popup .form-group {

    width: 100%;

    margin-bottom: 5px;

    padding-bottom: 5px;

}

.popup .modal-content{padding:0 5px 5px 5px;}

.popup input, .book-dr select, .book-dr textarea {

    width: 100%;

    height: 35px;

    border: 1px solid #cccccc;

    background-color: #ffffff;

    border-radius: 5px;

    outline: 0;

    padding: 0px 5px;

}





.popup .box-now1 {

    padding-left: 5px;

    width: 100% !important;

    height: 92px;

    padding-top: 10px;

    border: 1px solid #ddd;

    border-radius: 6px;

    margin:0px 0 7px 0;

}



.popup  .book-an { background-color: #63599e; color: #fff;text-align:center;border: 2px solid #63599e; border-radius: 5px;margin-top: 10px;padding:8px 15px;display: inline-block;text-decoration: none;font-size: 18px; width: 100%;}

.popup  .book-an:hover { background-color: #fff;color: #63599e; border: 2px solid #63599e;box-shadow: 5px 1px 30px rgba(0,0,0,0.2);}







.popup .form-group1{width: 47%;float: left;height: 50px;margin: 6px 10px;}

.popup .form-control{height:37px;}	

.modal-content {

    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);

    box-shadow: 0 0px 0px rgba(0,0,0,0.5);

}



.popup .form-control {

    display: block;

	 margin-top:5px;

    width: 100%;

    height: 33px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857;

    color: #555555;

    background-color: #f2f2f2;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);

    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;



    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;

    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;

}

/* Outer */

.popup {

    width:100%;

    height:100%;

    display:none;

    position:fixed;

    top:0px;

    left:0px;

    background:rgba(0,0,0,0.75);

	z-index: 999999;

	

}

 

/* Inner */

.popup-inner {

    max-width:600px;

    width:90%;

    padding:0px;

    position:absolute;

    top:50%;

    left:50%;

    -webkit-transform:translate(-50%, -50%);

    transform:translate(-50%, -50%);

    box-shadow:0px 2px 6px rgba(0,0,0,1);

    border-radius:3px;

    background:#f5f5f5;

}

.popup-inner1 {

    max-width:600px;

    width:90%;

    padding:8px;

    position:absolute;



    top:50%;

    left:50%;

    -webkit-transform:translate(-50%, -50%);

    transform:translate(-50%, -50%);

    box-shadow:0px 2px 6px rgba(0,0,0,1);

    border-radius:3px;

    background:#f5f5f5;

}

 

/* Close Button */

.popup-close {

    width:30px;

    height:30px;

    padding-top:4px;

    display:inline-block;

    position:absolute;

    top:0;

    right:0;

    transition:ease 0.25s all;

    -webkit-transform:translate(50%, -50%);

    transform:translate(50%, -50%);

    border-radius:1000px;

    background:#2a2828;

    font-family:Arial, Sans-Serif;

    font-size:20px;

    text-align:center;

    line-height:100%;

    color:#fff;

}

 

.popup-close:hover {

    -webkit-transform:translate(50%, -50%) rotate(180deg);

    transform:translate(50%, -50%) rotate(180deg);

    background:c51a13;

    text-decoration:none;

	 color:#fff;

}

@media screen and (max-width:880px) {

.form-group1{width:90%;float: left;height: 50px; margin: 6px 10px;}

.popup-inner {

    max-width:80%;

    width:80%;

	height:200px;

	margin:4% 2%;

}

.popup-inner {

    max-width:80%;

    width:80%;

	height:200px;

	margin:4% 2%;

}



.popup-inner {

    padding:0px;

}

.text-yh{margin-right:15px;}

.popup-close{top:14px; right:14px;}

}