div.ccm-block-express-form.framedit div.form-group {
    margin-bottom: 10px;
}

div.ccm-block-express-form.framedit span.text-muted {
    opacity: .50;
	
}
div.ccm-block-express-form.framedit { text-align: left; }

div.ccm-block-express-form.framedit div.form-group label.control-label {
    font-weight: bold;
    display: inline-block;
	padding-left: 5px; 
}

div.ecRecaptcha div { margin: 0 auto; }

.ccm-block-express-form.framedit .form-label { text-align: left; width: 95%; font-size: 14px; margin: 5px auto;  }
.ccm-block-express-form.framedit fieldset { border: 0; padding: 0; }

.ccm-block-express-form.framedit input, .ccm-block-express-form.framedit select,
.ccm-block-express-form.framedit textarea, .form-actions button[type="submit"] { 
border: 1px #bbb solid; background: none; -moz-border-radius: 3px; border-radius: 3px; background:rgba(0,0,0,0.1); }
.ccm-block-express-form.framedit input::placeholder,
.ccm-block-express-form.framedit textarea::placeholder { color: #111; text-align: left; }

.ccm-block-express-form.framedit .checkboxList {
	    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.ccm-block-express-form.framedit, .form-actions input[type="submit"] { max-width: 750px; margin: 0 auto; }

.ccm-block-express-form.framedit fieldset { text-align: center; }
.ccm-block-express-form.framedit fieldset p { padding: 1%; text-align: left; }
.ccm-block-express-form.framedit .mb-3 { position: relative; text-align: left; }

.ccm-block-express-form.framedit .form-group { position: relative; text-align: left; }
.ccm-block-express-form.framedit .form-group input,
.ccm-block-express-form.framedit .form-group select,
.ccm-block-express-form.framedit .form-group textarea,
.ccm-block-express-form.framedit .form-actions button[type="submit"] { width: -webkit-fill-available; padding: 15px 3%; }

.ccm-block-express-form.framedit .form-group input[type="checkbox"],
.ccm-block-express-form.framedit .form-group input[type="radio"] { width: auto; float: left; }

.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { margin: 2px 0; display: inline-flex; font-size: 13px; }
.ccm-block-express-form.framedit .form-group .checkbox { margin-left: 25px; padding-left: 10px;   }
.ccm-block-express-form.framedit .form-group .checkbox label { }
.ccm-block-express-form.framedit .form-group .checkbox input { margin-left: -20px; margin-top: 0; }

.ccm-block-express-form.framedit .form-group select { width: 96%; }
.ccm-block-express-form.framedit .form-actions button[type="submit"] { margin: 0 !important; width: auto; max-width: 300px; }
.ccm-block-express-form.framedit .form-group select option { color: #333; }

.ccm-block-express-form.framedit .form-group .text-muted.small {
font-size: 10px; position: relative;display: inline-block;position: absolute; right: 0; top: 8px; }
.form-actions { text-align: left; }
.form-actions button[type="submit"] { cursor: pointer; transition: all 0.15s ease-in-out; }
 
 
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(1),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(2),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(3),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(4)/*,
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(5)*/ { width: 48%; display: inline-block; margin: 1%; margin-left: 0; vertical-align: top; }
.ccm-block-express-form.framedit .form-group .mb-3,
.ccm-block-express-form.framedit .form-group .mb-3:last-child { width: 98%; display: inline-block; margin: 1%; margin-left: 0; }
 
.ccm-block-express-form.framedit {
    padding: 15px 0;
    margin: 5px auto;
    -moz-border-radius: 8px;
    border-radius: 8px; }
	
	
@media screen and (min-width: 200px)
{
.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { width: 40%; }
	
}
@media screen and (min-width: 850px)
{
.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { width: 28%; }
	
}


div.arealayout.vertical .ccm-layout-column { 
float: none !important; 
display: inline-block; 
vertical-align: middle; 
}

 

/*
.countit { margin: 35px auto; counter-reset: section; }

.countit .ccm-layout-column { padding-left: 50px; }
.countit .ccm-layout-column:before,
.countit .ccm-layout-column:after { position: absolute; left: 0px; }

.countit .ccm-layout-column:before {
border: 1px solid #b88014;
padding: 7px 14px 10px 14px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 18px;
font-weight: bold;
width: 10px;
height: 20px;
display: inline-block;
text-align: center;

counter-increment: section;
content: counters(section,""); }

.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { bottom: 0; }

.countit .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

.countit .ccm-layout-column:nth-child(odd):after { top: 38px;  }
.countit .ccm-layout-column:nth-child(even):after { bottom: 38px; }

@media screen and (max-width: 1000px)
{
.countit .ccm-layout-column { margin: 45px auto; width: -webkit-fill-available !important; }
.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { top: 0; }	
.countit .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.countit .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }

}
*/




.countit { margin: 15px auto; counter-reset: section; }


.countit .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.countit .ccm-layout-column { 
background: #f0f0f0; border: 0 #fff solid; padding: 20px 25px; color:#000 !important;
border-radius:15px; box-shadow: rgba(0,0,0,0.15) 3px 3px 3px;
    flex-basis: 46% !important;
    flex-grow: 1;
    width: auto;    box-sizing: border-box;
    margin: 2% 1%;}
.whitetxt .countit .ccm-layout-column { background: #fff; }

.countit .ccm-layout-column-inner { margin: 0 !important; }

.countit .ccm-layout-column:before/*,
.countit .ccm-layout-column:after*/ { position: relative; left: 0px;top: -35px; }

.whitetxt .countit ul li.listyle:before { color: #000 !important; }
.whitetxt .countit p { color:#000 !important; }

.countit .ccm-layout-column:before {
    padding: 0;
    border: 0;
    font-size: 2.25rem;
    margin: 0 0 -25px -15px;
    display: inline-flex;
    text-align: center; 
    counter-increment: section;
    content: counters(section, "") /*"."*/;
    background: #f26224;
    color: #fff;
    font-family: "sweet-square-pro", sans-serif;
	font-weight: 900;font-style: normal;
    z-index: auto;
    min-width: 80px;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-left: 0; 
}

/*.whitetxt .countit .ccm-layout-column,
.whitetxt .countit .ccm-layout-column:before { border: 1px #fff solid;  }*/

.whitetxt .countit , .whitetxt .countit  a, .whitetxt .countit  h1, 
.whitetxt .countit  h2, .whitetxt .countit  h3, .whitetxt .countit  h4, 
.whitetxt .countit  h5, .whitetxt .countit  h6 { color: #000 !important; }

/*.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { bottom: 0; }

.countit .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

.countit .ccm-layout-column:nth-child(odd):after { top: 38px;  }
.countit .ccm-layout-column:nth-child(even):after { bottom: 38px; }*/

@media screen and (max-width: 1000px)
{
.countit .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.countit .ccm-layout-column { margin: 45px auto; width: -webkit-fill-available !important; }
/*.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { top: 0; }*/	
/*.countit .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.countit .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }*/

}
@media screen and (max-width: 850px)
{
.countit .halfhalf-layout .half-half { width: 50% !important;     box-sizing: border-box; }
}
@media screen and (min-width: 1000px)
{
.countit .halfhalf-layout .half-half { width: 40% !important;     box-sizing: border-box; }
	.countit .thirds-layout .thirds { margin: 15px 1%; flex: 1; }
.countit .thirds-layout .thirds:nth-child(2) { margin-left: 1%; margin-right: 1%; }
}

