.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    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;
    font-family: 'Montserrat', sans-serif;
}

/*---*/

.btn-msg,
.btn-msg:hover,
.btn-msg:active,
.btn-msg:visited,
.btn-msg:focus {
    background-color: #25D366;
    border-color: #25D366;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}
.btn-msg:hover{
    background-color: #128C7E;
    border-color: #128C7E;
}
.btn-reg,
.btn-reg:hover,
.btn-reg:active,
.btn-reg:visited,
.btn-reg:focus {
    background-color: red;
    border-color: red;
    color: white;
    font-weight: 600;
    font-size: 18px;
    border-radius:50px;
    transition-duration:0.4s;
}
.btn-reg:hover{
    background-color: #020d66;
    border-color: #020d66;
    transition-duration:0.4s;
}

.error_strings{
    font-size: 12px;
    color:#ffe182;
    font-weight: 300;
    text-align: left;
    padding-top: 10px;
}
.nineimg{
    width:150px;
}
.top5{padding-top: 5px;}
.top10{padding-top: 10px;}
.top20{padding-top: 20px;}
.top30{padding-top: 30px;}
.top40{padding-top: 40px;}
.top50{padding-top: 50px;}
.col-12 {padding:0px;}
.regform {color: #fff;}
.form-control {font-weight: 600;}

#fixedregbtn {
    z-index: 99;
    height:60px;
    width:180px;
    position:fixed;
    top:15px;
    right: 15px;
}

/*---*/
/*---Custom cta---*/
.but_yellow {
    background-color: #ffdc00;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 150px;
    text-align: center;
    font-size: 16px;
    color: #4a7a7a;
    text-decoration: none;
	font-weight:700;
	margin-top:15px;
}

.but_yellow:hover {text-decoration:none;background-color:#ffffff;color:#4a7a7a;}



form .error-message{
    display: none;
    color: red;
}

form .form-group.error .error-message{
    display: block;
}

input.form-control {
    padding: 25px;
}

.form-group {
    margin-bottom: 20px;
	position: relative;
	min-height: 50px;
}

select[name="mobile_no_country_code"].form-control {
    position: absolute;
    left: 0;
    width: 205px;
    height: 100%;
    border-radius: 0px !important;
    background-color: #eaeaea;
	text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 20px;
	height: 52px;
}


input[name="mobile_no"].form-control {
    padding-left: 225px;
}


/*---Custom for niceselect---*/
.nice-select.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 16px 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757c;
    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;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.nice-select:after {
    height: 10px !important;
    margin-top: -7px !important;
    width: 10px !important;
}

ul.list {
    width: 100%;
}

input#registrationSubmitButton {
    padding: 10px 40px !important;
    -webkit-appearance: none;
}


/*---rnw section---*/
.rnw-step-box {display:block;text-align:center;color:#ffffff;}
.rnw-step {background-color: #ffe182;border-radius: 30px;padding: 5px 20px;color: #4b7d66;width:100%;max-width:130px;margin: auto;font-weight: 900;font-size: 18px;margin-bottom:10px;}
.rnw-step-box img {max-width: 90px;margin: auto;margin-bottom: 10px;}



@media only screen and (max-width:767px) {
	.m-max-300 {max-width:300px !important;}
	.rnw-step {width: 100%;font-size: 15px;padding: 5px 10px;}
	select[name="mobile_no_country_code"].form-control {width: 120px;font-size: 10px;padding: 0px;text-align: center;display: block;margin: auto;}
	input[name="mobile_no"].form-control {padding-left: 135px;}
	.resh5 {font-size: 1.3rem !important;line-height:1.3em !important;margin-bottom:15px;}
}

.form-control{
    font-size: 0.8rem;
}

.nice-select.form-control{
    margin-bottom: 8px;
    font-size: 0.8rem;
}

#referFormContainer,
#registrationFormContainer,
#referFormContainer a,
#registrationFormContainer a{
    color: black;
}

#referFormContainer a:hover,
#registrationFormContainer a:hover{
    color: #9f723c;
}

#referFormContainer .form-check-label,
#registrationFormContainer .form-check-label,
.error-message{
    font-size: 14px;
}

.error-message{
    margin-top: 8px;
    font-size: 14px;
}

#referFormContainer .text-left,
#registrationFormContainer .text-left{
    text-align: left;
    color:black;
    font-family: 'Montserrat', sans-serif;
}

.form-check-input {
    position: absolute;
    /*margin-top: .3rem;*/
    margin-top: 0;
    margin-left: -1.25rem;
}