 .column-third, .column-full, .column-half {
    float: left;
    position: relative;
  width: 100%;
    text-align: left;
    color: #3E4D65;
}  

.column-half { width: 48%;}
.lastcols { margin-left:4%}
.column-third {width: 32%;}
.colspace{margin-left:2%}

label {font-weight:bold;font-size:16px;}

input[type=text]:focus,  input[type=email]:focus, textarea:focus  { border:2px solid  #2B392B !Important;background:#F4F4F4;outline:none !Important;}

input[type=text],  input[type=email], textarea,select {
    height: 55px;
    background: #F4F4F4;
   border-radius: 0px 33px 33px 33px;
    border:2px solid  #2B392B; margin-top:5px;
    color: #2B392B;box-shadow:none;font-family:"itc-avant-garde-gothic-pro"
} 

textarea {height:120px}
.cnforms div.column-half{margin-bottom:0px}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
      
    background-image: url(/wp-content/uploads/2024/10/selarrows.svg);
    background-repeat: no-repeat;
    background-position:top 20px right 20px;
}
.cd-upload-btn:before {display:inline-block;vertical-align:middle;content:url(/wp-content/uploads/2024/10/uploads.svg);margin-right:12px}
@media only screen and (max-width: 767px) {
.column-half { width: 100%;}
.lastcols { margin-left:0%}
}

.contacttop:after {
    background: #F4F4F4;
    bottom: 0px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: -1;
}



