html { font-size: 10px; }
body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; background: #F5F5F5; font-size: 15px; color: #434343; overflow-x: hidden; }ul, ol, p, form, input, textarea, select, pre, em, sub, sup, canvas, section, article, aside, img, a, li, iframe, table, nav, header, footer, body, menu, button { margin: 0; padding: 0; vertical-align: middle; box-sizing: border-box; -webkit-box-sizing: border-box; list-style: none; text-decoration: none; outline: none; border: 0; border-spacing: 0; border-collapse: collapse; font-family: 'Roboto', sans-serif; }
*, after, before { box-sizing: border-box; -webkit-box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }  
a { text-decoration: none !important; color: #434343; display: inline-block; font-family: 'Roboto', sans-serif; }  
a:hover { color: #3D85C6; }
b, strong { font-family: 'Roboto', sans-serif; font-weight: 700; }
a:focus { background: none; }
u { text-decoration: underline; }
i, em { font-style: italic; }  
img { max-width: 100%; }
.clear { clear: both; }
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], select, textarea { appearance: none; -webkit-appearance: none; -moz-appearance: none; }  
select::-ms-expand { display: none; }  
input[type="button"], input[type="submit"], input[type="reset"] { cursor: pointer; }
p { color: #7A7474; font-size: 13px; font-weight: 300; line-height: 1.4; }  

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

.full-section{ display: flex; align-items: center; min-height: 100vh; justify-content: center; padding: 50px 0; }
.Contact-us-box{ background: #fff; border-radius:10px; box-shadow: 0 1px 3px rgb(0 0 0 / 15%); -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%); padding: 25px; max-width: 650px; width: 100%; min-width: 650px; margin: 0 auto; text-align: center;}
.full-section h4{ font-size: 4rem; color: #3D85C6; font-weight: 500; text-align: center; margin: 30px 0 35px;}
.Contact-us-box h3{font-size: 3.3rem; color: #000; font-weight: 500; margin-bottom: 30px; }

.form-control{ height: 50px; padding: 0 15px; font-size: 16px; color: #000; font-weight: 400; border-radius: 6px; box-shadow: none!important; border-color: #ccc; }
.form-control:focus{ border-color: #000;}
.form-group label{ display: block; text-align: left; font-size: 16px; color:#404040; margin-bottom: 10px; font-weight: 500;}
.form-group{ margin-bottom: 30px;}
textarea.form-control{ height: 120px; padding: 15px; resize: none;}

.btn { border-radius: 5px; font-size: 16px; font-weight: 600; padding: 10.5px 20px; border: 1px solid; box-shadow: none; min-width: 170px; text-shadow: none; box-shadow: none; letter-spacing: 1px; text-transform: uppercase; font-family: 'Roboto', sans-serif; }
.btn-primaryx{ background:#3D85C6; border-color: #3D85C6; color: #fff;}
.btn-primaryx:hover{ background: transparent; color: #3D85C6}

.clearvm-logo img{ width:90px;}


@media (max-width: 767px) {
    .Contact-us-box{ width: 100%; min-width: 100%; max-width: 100%; padding: 15px;}
    html{ font-size: 7.5px;}
    .clearvm-logo img{ width: 70px;}
}