        
        body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        } 
        .content{
        text-align: center;
        padding: 15px 0;
        }
        .content h2{
        font-size: 30px;
        color: #fff;
        font-family: 'AvenirNext-Regular',sans-serif;
        font-weight: bold;
        }
        .headerlogo{
        width: 240px;
        }
        .contentimg{
        width: 95%;
        max-width: 1170px;
        }
        .bottomtest{
        color: #fff;
        font-size: 24px;
        line-height: 40px;
        font-family: 'AvenirNext-Regular',sans-serif;
        max-width: 1170px;
        margin: 20px auto 30px;
        }
        
        
        .feat_box:hover img{
        -moz-transform: scale(1.2);
        
        }
        .feat_box:hover{
        box-shadow: 0px 0px 11px 5px #66B6F0;
        }
        .formcontent{
        max-width: 900px;
        margin: 0 auto;
        }
        .group {
        position: relative;
        width: 70%;
        margin: 30px auto;
        }
        .group input {
        font: 16px/20px'AvenirNext-Regular',sans-serif;
        letter-spacing: 0.3px;
        padding: 15px 10px 15px 20px;
        display: block;
        width: 100%;
        background-color: #fff;
        border-bottom: 2px solid #e4e4e4 !important;
        color: #000000;
        border: none;
        border-radius: 3px;
        }
        .group input:focus {
        outline: 0;
/*        border: 1px solid #5ac8fa;*/
/*        box-shadow: 0px 0px 2px #5ac8fa;*/
        }
        .group textarea {
        font: 16px/20px'AvenirNext-Regular',sans-serif;
        padding: 15px 10px 15px 20px;
        display: block;
        width: 100%;
        background-color: #fff;
        border: 2px solid #e4e4e4 !important;
        color: #212121;
        resize: none;
        border-radius:3px;
        height:100px;
        }
        .group textarea:focus {
        outline: 0;
        border: 1px solid #6f6f6f;
        box-shadow: 0px 0px 2px #6f6f6f;
        }
        .group label {
        color: #646466;
        font: 16px/20px'AvenirNext-Regular',sans-serif;
        position: absolute;
        pointer-events: none;
        left: 15px;
        top: 15px;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all;
        }
        .group input:focus~label,
        .group input:valid~label {
        top: -8px;
        font: 14px/20px'AvenirNext-Regular',sans-serif;
        color: #053e83 !important;
        z-index: 1;
        background-color: #fff;
        padding: 0 10px;
        }
        
        
        .group textarea:focus ~ .input-label,
        .group textarea:valid ~ .input-label,
        .group textarea.form-file ~ .input-label,
        .group textarea.has-value ~ .input-label {
        top: -8px;
        font: 14px/20px 'AvenirNext-Regular',sans-serif;
        color: #053e83; /*5ac8fa*/
        z-index: 1;
        background-color: #fff;
        padding: 0 10px;
        }
        
        
        
        
        
        .group .bar {
        position: relative;
        display: block;
        width: 300px
        }
        
        .group .bar:before,
        .group .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #5264ae;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all
        }
        .group .bar:before {
        left: 50%;
        }
        .group .bar:after {
        right: 50%;
        }
        .group input:focus~.group .bar:before,
        .group input:focus~.group .bar:after {
        width: 50%;
        }
        .group .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: .5;
        }
        .group input:focus~.group .highlight {
        -webkit-animation: inputHighlighter .3s ease;
        -moz-animation: inputHighlighter .3s ease;
        animation: inputHighlighter .3s ease
        }
        @-webkit-keyframes inputHighlighter {
        from {
        background: #5264ae;
        }
        to {
        width: 0;
        background: transparent;
        }
        }
        @-moz-keyframes inputHighlighter {
        from {
        background: #5264ae;
        }
        to {
        width: 0;
        background: transparent;
        }
        }
        @keyframes inputHighlighter {
        from {
        background: #5264ae
        }
        to {
        width: 0;
        background: transparent
        }
        }
        .sendbtn{
        color: #fff;
        background-color: #053e83;
        border: none;
        padding: 10px 15px;
        letter-spacing: 1px;
        border-radius: 4px;
        font:18px/20px'AvenirNext-Bold',sans-serif;
        margin: 0px auto;
        width: 10%;
        outline: none;
        }
        
        .formcontrol{
        padding:0px;
        margin:20px 0px;
        }
        input[type="checkbox"][id^="cb"] {
        display: none
        }
        
        /*======conduct style=======*/
        #contact_sec{
        position:relative;
        padding:100px 0 20px 0;
        text-align:center;
        }
        .testactives{
        border-bottom: 3px solid #5AC8FA;
        }
        .flower_foot{
        padding: 0px 0 20px 0px;
        text-align: center;
        }
        .reg_form {
        color: #212121;
        text-align: center;
        font: 24px/24px 'AvenirNext-Bold',sans-serif;
        letter-spacing: 0.4px;
        margin: 10px auto;
        }
        .req_text{
        font: 16px/30px 'AvenirNext-Regular',sans-serif;
        color: #000;
        opacity: 0.6;
        }
        
        .sender{
        text-align: center;
        /*border-bottom: 2px dashed #a4a1a1;*/
        padding: 20px 0px;
        }
        .row{
        margin: 0 auto;
        }
        @media only screen and (max-width: 600px){
        .content h2{
        font-size: 24px;
        }
        .bottomtest{
        font-size: 18px;
        line-height: 30px;
        }
        .group{
        width: 100%;
        }
        .sendbtn{
        width: 90%;
        }
        .nonpad{
        padding: 0;
        }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
