/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2022 | 22:43:08 */
/* Mobile */

.wpcf7 label {
    padding: 0 0 10px 0;
     font-size: 16px ;
     color: #18265d!important;
       font-family: 'Galano Grotesque Light',sans-serif;
     font-weight: 600;
 
    }

.wpcf7-text, .wpcf7-captchar {
background-color: rgba(230,231,233,0.64) !important;
border: none !important;

-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 21px;
color: #18265d!important;
padding: 16px !important;
width: 80% !important;  
margin-top: 10px !important; 
margin-bottom: 10px !important;  
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.wpcf7-textarea {
    background-color: rgba(230,231,233,0.64) !important;
    border: none !important;
    width:90% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #182E71!important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px ;  
    
    }
    
    .wpcf7-textarea.size2 {
    background-color: rgba(230,231,233,0.64) !important;
    border: none !important;
    width: 80% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #182E71!important;
    padding: 16px !important;
    margin-top: 15px ;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px !important; ; 
    }
    
    
    .wpcf7-select {
        font-size:14px;
        border: 0px solid;
        background-color: rgba(230,231,233,0.27) !important;
    color: #182E71!important ;
      padding-top: 16px !important;
      max-width: 80% !important;
      
    }
    
    /* File Upload Button CF7 CSS Styles */
    /* File Upload Button CF7 CSS Styles */
    
    
    .codedropz-upload-handler  { 
      width: 80% ;
      background: rgba(230,231,233,0.64)!important; 
       color:#182E71 ;
      
    }
    .codedropz-upload-handler a { 
       color:#ff0101 ;
      
    }


    .ctheaderm  #hc {
        display:block;
      background:rgb(197,225,212); 
      text-align: center;
      font-size: 20px;
      width : 80% ; 
      padding:20px ; 
      color:#182E71 ;
      font-weight: 600;
    }