
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body{
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
.bg-grey{
    background-color: #F6F6F6;
}


/* MARGIN */

/* PADDING */

.logo{
    width: 120px;
    height: 51px;
}


  

textarea:focus {
    outline: none;
    border-color: black;
  }
  
  .expandable-textarea {
    display: grid;
    height: 140px;
  }
  
  .expandable-textarea textarea,
  .expandable-textarea::after {
    grid-area: 1 / 1 / 2 / 2;
  
    /* Custom styling goes here */
    font: inherit;
    font-size: 14px;
    padding: 0.5rem;
    border-radius: 8px;
    border: 1px solid #c0c0c0;
  }
  .label{
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #01B3AD;
  }
  
  .expandable-textarea textarea {
    resize: none;
    overflow: hidden;
  }
  
  .expandable-textarea::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
  }


.btn-register{
    background-color: #01B3AD;
    border: 1px solid #707070;
    color: #ffff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    padding: 15px 87px;
    margin-top: 0px;
}
.btn:hover {
    color: #ffff!important;
    background-color: #01bcb6!important;
}
.title{
    font-size: 40px;
    font-weight: 700;
    color: #01B3AD;
    /* text-transform: uppercase; */
}

input {
    outline: none;
    height: 50px;
    box-shadow: 0 0 0 4px rgba(#79bd8f, 0.3);
    width: 100%;
    border-radius: 5px;
    padding: 1em;
    line-height: 1.2;
    border: 1px solid #ebebeb;
   
}
input:hover,
input:focus {
  box-shadow: 0 0 0 4px rgba(#79bd8f, 0.5);
}



.form_webinar{
    padding: 36px 34px ;
    background-color: #EDEDED;
    /* opacity: 10%; */
}

ul{
    margin: 0;
}
.form-group{
    padding-bottom: 39px;
    color: #4B4B4B;
}
input.form-control{
    padding: 15px 10px;
    
}
.form-check .form-check-input {
    width: 30px;
    height: 30px;
}

.form-check-label{
    color: #4B4B4B;
    opacity: 65%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.form_webinar p{
    color: #4B4B4B;
    opacity: 65%;
    font-size: 13px;
    line-height: 20px;
}





@media(max-width:1499px){
  .title{
    font-size: 35px;
  }
}

@media(max-width:1366px){
    .title{
        font-size: 32px;
      }
}



@media(max-width:1199px){
    .title{
        font-size: 28px;
      }
   
    .btn-register {
        padding: 10px 43px;
        margin-top: 20px;
    }
    .form-check .form-check-input {
        width: 25px;
        height: 25px;
    }
    .form-check-label {
        font-size: 13px;
        line-height: 18px;
    }
    .mb-28 {
        margin-bottom: 11px;
    }
    .mt-25 {
        margin-top: 19px;
    }
    .form-group {
        padding-bottom: 37px;
    }
   
    
}
@media(max-width:991px){
    .title{
        font-size: 26px;
      }
    .btn-register {
        line-height: 23px;
        padding: 9px 38px;
        margin-top: 19px;
    }
    .form-check .form-check-input {
        width: 15px;
        height: 15px;
    }
    .form_webinar {
        padding: 36px 20px;
        background-color: #EDEDED;
        /* opacity: 10%; */
    }
    .form-group {
        padding-bottom: 32px;
    }
    
    
   
}



@media(max-width:767.97px){
    .logo{
        width: 90px;
        height: 41px;
    }
    .title{
        font-size: 22px;
      }
      .ms-5 {
        margin-left: 20px!important;
      }
      .ps-5{
        padding-left: 20px!important;
      }
      .me-5{
        margin-right: 0px!important;
      }
      .pe-5{
        padding-right: 0px!important;
      }
   
    .btn-register {
        margin-bottom: 30px;
    }
   
    .ps-4 {
        padding-left: 0rem !important;
    }
    .btn-register {
        margin-bottom: 9px;
    }

    .mt-5{
        margin-top: 1rem!important;
    }

    .btn-register {
        margin-bottom: 25px;
    }


}

@media(max-width:576px){
    .title{
        font-size: 19px;
      }
    .ps-4 {
        padding-left: 1rem !important;
    }

  
}


@media(max-width:376px){
    .title{
        font-size: 16px;
      }
}




