.ghps-section{
    /*
    background-image: url("background.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    background :#F6F6F6;
}


/*/////////////////RAdio Button Group////////////*/


/*/////////////////2/////////////////////////*/
.radio-toolbar_2 {
    /*margin: 10px;*/
}

.radio-toolbar_2 input[type="radio"] {
    /*    opacity: 0;
        position: fixed;
        width: 0;*/
    opacity: 0;
    /* position: fixed; */
    width: 1px;
    height: 1px !important;
}

.radio-toolbar_2 label {
    color: #000000;
    width: 100%;
    height: 100%;
    /*text-align: center;*/
    display: inline-block;
    background-color: #b0570a87;
    padding: 10px 0px;
    font-size: 18px;
    margin-bottom: 0px !important;
    /*font-size: 20px;*/
}

.radio-toolbar_2 .check_label_c:hover {
    background-color: #d56c21;
    cursor: pointer;
    color: white;
}

.radio-toolbar_2 input[type="radio"]:focus + label {
    /*border: 2px dashed red;*/
}

.radio-toolbar_2 input[type="radio"]:checked + label {
    background-color: #9b4b12;
    border-color: #9b4b12;
}
.radio-toolbar_2 .form-group{
    /*height: 80%;*/
}
.left-radio-btn{
    border-radius: 4px 4px 4px 101px;
}
.right-radio-btn{
    border-radius: 4px 4px 101px 4px;
}

.end-feild-left{
    border-radius: 0px 0px 0px 20px !important;
}
.end-feild-right{
    border-radius: 0px 0px 20px 0px !important;

}
.first-feild{
    border-radius: 20px 20px 0px 0px !important;
}
.end-feild-1{
    border-radius: 0px 0px  20px 20px !important;
}
/*/////////////////RAdio Button Group////////////*/
.ghps-section input, .ghps-section input:focus, .pm_address, .pm_address:focus, .ghps-section select, .ghps-section select:focus,.ghps-section .input-group-text{
    /*color: #000000;*/
    /*background: #b0570a87;*/
}
.ghps-section input{
    /* padding: 4.5px 12px 3.68px 12px; */
    line-height: 1.5rem !important;
}

.ghps-section input:-webkit-autofill,
.ghps-section input:-webkit-autofill:hover, 
.ghps-section input:-webkit-autofill:focus,
.ghps-section textarea:-webkit-autofill,
.ghps-section textarea:-webkit-autofill:hover,
.ghps-section textarea:-webkit-autofill:focus,
.ghps-section select:-webkit-autofill,
.ghps-section select:-webkit-autofill:hover,
.ghps-section select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
}

.ghps-section textarea { 
    resize: vertical;

} 
.ghps-section ::placeholder {
    color: #000000 !important;
    opacity: 0.6;
}

.ghps-section :-ms-input-placeholder { 
    color: #000000 !important;
    opacity: 0.6;
}

.ghps-section ::-ms-input-placeholder { 
    color: #000000 !important;
    opacity: 0.6;
}
#country_code_lab_00{
    height: unset !important;
}
/*select2*/
.select2{
    width: 100% !important;
}
.select2 .select2-selection{
    /*    background: rgb(52,41,85);
        background: linear-gradient(90deg, rgba(52,41,85,1) 0%, rgba(53,116,174,1) 50%, rgba(52,41,85,1) 100%) !important;*/
        /*
    background: #b0570a87;
    background-color: #b0570a87 !important;
    */
    color: #000000;
    font-size: 18px !important;
    padding: 0.8% 1% !important;
    height: 65% !important;
    /* height: 100% !important; */
    border-radius: 0px !important;
}
.select2 .select2-selection__rendered{

    color: #000000 !important;
}
@media (max-width: 991px) {
    .select2 .select2-selection{
        padding: 1.8% 1% !important;
    }
}
/*select2*/

/*

.ghps-section input,.ghps-section textarea{
    background-color: #715089;
    color: #000000;
    border-radius: 0px;
    font-weight: bold;
}
.ghps-section select{
    background-color: #715089 !important;
    color: #000000 !important;
    border-radius: 0px;
}
.ghps-section .form-control[readonly]{
    background: #715089;
    color: #000000;
    opacity: 0.8;
}


*/
.text-template{
    color: #2c2c2c;
}
/* .ghps-section .register-btn{
    border: 2px solid #bd2024;
    text-align: center;
    font-size: 1rem;
    background: transparent;
    padding: 2% 9%;
    color: #2c2c2c;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    transition: 1s;
}
.ghps-section .register-btn:hover{
    color: #fff !important;
    background: #bd2024;
    transform: scale(1.05);
    margin-bottom: 5px;
} */
.disease-sec {
    border-bottom: 3px solid red;
    margin-bottom: 11px;
}