.call-mydocter-form {
    background-color: #f2f7f8;
    border: 3px solid #056a9c;
    border-radius: 8px;
    padding: 20px 0;
    margin: 50px 0px;
}
.call-my-doctor a{
	color:#000;
}
.col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.call-mydocter-form .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    font-size: 16px !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.call-my-doctor .page-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #056a9c;
    margin-top: 30px;
}
.call-my-doctor .btn-lg {
    font-size: 21px !important;
}
.call-my-doctor span.red {
    color: #bf1212;
}
.actions-button {
    width: 200px !important;
    margin: auto !important;
    font-size: 21px;
}
.actions-button button:hover {
    opacity: 0.7;
}
.button-color {
    background-color: #e37222;
    color: #FFFFFF !important;
    border-radius: 3px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.btn-primary {
    background-color: #056a9c !important;
    border: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
@media (min-width: 576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 766px) {
    .mar-top {
        margin-top: 20px;
    }
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 97%;
    box-sizing: border-box;
}
.sample-checkque-img {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.col-md-12 .mb-4 {
    width: 100%;
    text-align: left;
    float: left;
}
#call-my-docter .flex-property {
    display: flex;
}
#call-my-docter .two-cloumn-layout {
    width: 47%;    
}
#call-my-docter .padding-5-per {
    padding-right: 5%;
    padding-left: 2%;
}
#call-my-docter .padding-top {
    padding-top: 21px;
}
#call-my-docter label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 15px;
    font-weight: 600;
}