

.loader_cert {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 62px;
    text-align: center;
    left: 0%;
    margin-left: 0;
    margin-top: 0;
    z-index: 200;
    overflow: inherit;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 1%;
    padding-top: 60px;
     display: none; 
}


.active-step span {
    border-bottom: 2px solid #000;
    padding: 10px 0px;
}

.no-pad {
    
    padding:0px!important
}
.row.details .col h4 {
    padding: 40px 0px 0px 0px;
    margin-bottom: -10px;
}

.row.details {
    margin: 0px 0px 30px 0px;
}



.rates-cert-yellow select {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

 
.rates-cert-yellow .form-group  {
     text-align: left;
}
  
.rates-cert-yellow .form-group span {
    text-transform: uppercase;
  
    font-size: 11px;
}

.rates-submit-btn {
    background: #000;
    color: #fff;
}
.rates-cert-yellow .form-control:disabled, .form-control[readonly] {
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
}
.rates-cert-yellow input[type="text"]:disabled {
    background: rgba(0, 0, 0, 0.15);
}

.rates-cert-yellow input[type=text], 
.rates-cert-yellow input[type=password], 
.rates-cert-yellow input[type=tel], 
.rates-cert-yellow input[type=email], 
.rates-cert-yellow input.text, 
.rates-cert-yellow input.title, 
.rates-cert-yellow  textarea, 
.rates-cert-yellow select {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 2px;
    color: #111;
    width: 100%;

}


.rates-black-btn {

    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center!important;
    color: #fff;
    text-transform: uppercase;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.0)!important;
border-radius:0px;
    height: 45px;
    padding: 10px 15px!important;
    background: #000;
    border: 1px solid rgba(112,112,112,0);
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top: 25px;
}

.rates-black-btn:hover {
	
     color:#000;
    text-decoration:none;
	cursor:pointer;
	background: #fff;
}



.form-control:focus {
    color: #111;
    background-color: transparent;
    border-color: #111;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0, 123, 255, 0.2);
}

.rates-black-btn:focus {
    outline: 0px dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}
button:focus {
    outline: 0px dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}

.cert-block {
    border: 1px solid;
    max-width: 285px;
    padding: 20px 10px;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-right: 2%;
    min-width: 230px;
}

#step1, #step2 {
    line-height: 40px;
    padding:0px;
}



#loadMore {
    width: auto;
    /* text-align: center; */
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 0;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: -35px;
}


#loadMore:hover {
background-color:#fff;
}



.form-check {
    margin: 10px 0px;
    padding: 0px;
}
div#certificatesLoaded {
    padding: 0px 20px;
}


#certificatesLoaded label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#certificatesLoaded input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

#certificatesLoaded input[type=checkbox].css-checkbox + label.css-label {
	padding-left:40px;
	height:20px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

#certificatesLoaded input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}



/*specific classes related to Checkbox skins*/


.lite-cyan-check{background-image:url("lite-cyan-check.png");}




#certificatesLoaded input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

#certificatesLoaded input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
#certificatesLoaded input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

#certificatesLoaded input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
#certificatesLoaded input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

#certificatesLoaded input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

#rates-certificate-step1 .row {
    padding-left:20px;
    padding-right:20px;
}

#rates-certificate-step2 .row {
    padding-left:20px;
    padding-right:20px;
}


@media screen and (max-width: 980px) {
    .cert-block {
        max-width: 100%;
    }
}

#loadMore {

    min-width: 120px;
}