.main_form {
    /*padding: 70px 50px;*/
    padding: 20px 20px;
    border: #efefef solid 2px;
    margin: 0 50px;
    background-color: #efefef;
    /*background: transparent;*/
    border-radius: 5px;
    
    opacity: 0.9;
}

.main_form .contactus {
    border: #111 solid 1px;
    padding: 0px 15px;
    
    width: 100%;
    height: 50px;
    background: transparent;
    color: #111;
    font-size: 16px;
    font-weight: normal;
}

.main_form .textarea {
    border: #111 solid 2px;
    padding: 0px 15px;
    margin-bottom: 25px;
    width: 100%;
    background: transparent;
    color: #111;
    font-size: 18px;
    font-weight: normal;
    padding-top: 56px;
    height: 151px;
}
/*
.main_form .send_btn {
    font-size: 12px;
    transition: ease-in all 0.5s;
    background-color: #8DCDF7;
    text-transform: uppercase;
    color: #111;
    padding: 15px 0px;
    max-width: 226px;
    width: 100%;
    display: block;
    margin-top: 30px !important;
    margin: 0 auto;
    border-radius: 40px;
    font-weight: 500;
}
*/

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 12px;
    color: #090807;
    line-height: 55px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    border-bottom: #48ca95 solid 1px;
    max-width: 315px;
    margin: auto;
}

.form-control {
    font-family: system-ui, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;

    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
  }








































@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    .namedigital {
        width: 10px;
        height: 10px;
   }
  }
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .namedigital {
        width: 200px;
        height: 100px;
   }
   
  }




/* media queries  */

@media (max-width:1200px){
    
    html{
        font-size: 55%;
    }

}

@media (max-width:991px){
    
    section{
        padding:0 3%;
        padding-top: 7.5rem;
        padding-bottom: 2rem;
    }

}



@media (max-width:768px){

    .namedigital {
        width: 60px;
        height: 40px;
        left: 40%; top: 70%;
   }
   

}

@media (max-width:450px){
    
    html{
        font-size: 55%;
    }
    

   

}
