@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap');
.main-wrapper{
    background-image: url("https://i.ibb.co/kB9qqDt/background.jpg");
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.form-header-main{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.form-header-main{
    width: 100%;
}
.form-main{
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    margin:10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}
.form label{
    display: block;
    padding: 10px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form label .input{
    display: block;
    width: 100%;
    resize: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 7px 0px;
    font-weight: bold !important;
    line-height: normal;
    color: #333;
    background-color: white !important;
}
.form-label{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 550;
    font-size: 17px;
    color:#333;
}
.required-icon{
    color:#F44336;
}

.form .col2.center {
    max-width: 250px;
    margin: auto;
    grid-gap: 0px;
}
.form .col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.new_radio {
    margin-bottom: 10px;
}

.new_radio input[type=radio] {
    display: none;
}

.new_radio input[type=radio]:checked + span {
    background: url(https://sangraha.net/s90/images/tick2.png) no-repeat center;
    background-size: 20px;
    border-color: #FB8C00;
    background-color: #FB8C00;

}
.new_radio span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 2px solid #9c9c9c;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.grid-two{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.submit_btn{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.submit_btn a{
    text-decoration: none;
    background-color: #4CAF50;
    color:#fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    padding:7px 20px;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
}
.submit_btn a:hover{
    background-color: #414141;
}
.loading_btn{
    background:url('https://sangraha.net/s90/images/loading_white.gif') no-repeat center;
    background-color: #757575;
    background-size: 25px;
    height: 34px !important;
    width: 110px;
    font-size: 0px !important;
}
.notification_msg{
    text-align: center;
    position: fixed;
    z-index: 99;
    transform: translateY(50%);
    left:0;
      right: 0;

}
.notification_msg p{
    margin: 0px;
    /* padding: 20px 20px; */
    display: inline-block;
    vertical-align: bottom;
    padding: 10px 10px;

}
.notification_msg img{
    width: 50px;
    display: inline-block;
    float: left !important;
}
.notification_msg i{
    position: relative;
    top: -5px;
    right: -5px;
    float: right;
}
.notification_msg i:hover{
    cursor: pointer;
}
.notification_msg .error_msg{
    background-color:#F44336;
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-align:center;
    box-shadow: 0px 5px 10px #919191;
    border-radius: 5px;
    padding: 15px;
   
}
.notification_msg .success_msg{
    
    background-color:#4CAF50;
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-align:center;
    box-shadow: 0px 5px 10px #919191;
    border-radius: 5px;
    padding: 15px;
}

@media (max-width: 767px) {

    .grid-two{
        grid-template-columns: 1fr;
    }
    .form-header-main img{
        width: 100%;
    }
}
 @media (max-width: 450px){
    .grid-two{
        grid-template-columns: 1fr;
    }
    
    .form-main{
        padding: 10px 5px;
    }
    .form-header-main img{
        width: 100%;
    }
    .evivek_form_main .col-md-8 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .evivek_form_main ..col-sm-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .notification_msg .error_msg{
        font-size: 14px;
    }
    .notification_msg img{
        width: 30px;
    }
}