
body {
    font-family:Tahoma, Verdana, Geneva, Tahoma, sans-serif;
    color:#404040;
    
  }

.general {
  position: relative;
    width: 95%;
    min-height: 450px;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 0px;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px #c1c1c1;
}
.question_title {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px;
    font-size: 14.5px;
    background-color: #6E889B;
    color: white;
    padding: 4px;
    padding-left: 15px;
    border-bottom: solid 5px #e4e4e4;
    border-radius: 3px 3px 0px 0px;
    display: none;
}
.question_np {
  position: relative;
  top: 0;
  left: 0;
  margin: 0px;
  font-size: 14.5px;
  background-color: #6E889B;
  color: white;
  padding: 4px;
  padding-left: 15px;
  border-bottom: solid 5px #e4e4e4;
  border-radius: 3px 3px 0px 0px;
 
}
.img-sml {
  width: 20px;
}

.d-np-1 {
  display: grid;
  place-items: center;
  height:30px;
}
.question_question {
    margin: 10px;
    margin-top: 2px;
    padding: 5px;
    font-size: 24px;
    margin-bottom: 5px;
}
.question_option {
    margin: 8px;
    margin-bottom: 4px;
    margin-left: 15px;
    font-size: 16px;
}
.q_text {
  width: 99%;
  padding: 5px;
  text-align: center;
}
.q_text textarea {
  width: 95%;
  box-shadow: 1px 1px 1px #e1e1e1;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
  margin-top: 0px;
}

.line {
    margin-top: 5px;
    margin-bottom: 20px;
}
.lado {
    display:flex; 
    display: inline-block;
    vertical-align: top;
}
.div-2 {
    width: 49%;
    padding: 10px;
    border: none;
    font-family:DM Sans, Tahoma;
}
.youtube-video-container4 {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 85%;
    margin: auto;
    padding-top: 0px;
    min-height: 360px;
    border: solid 2px #c1c1c1;
    display: none;
  }
  
  .youtube-video-container4 iframe {
    position: absolute;
    top: 10;
    left: 0;
    width: 100%;
    height: 100%;
   
  }
  .youtube-video-container4b {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding-top: 0px;
    min-height: 350px;
    border: solid 2px #c1c1c1;
  }
  
  .youtube-video-container4b iframe {
    position: absolute;
    top: 10;
    left: 0;
    width: 100%;
    height: 100%;
   
  }

  .youtube-video-container5 {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    min-height: 220px;
    border: solid 2px #c1c1c1;
  }
  
  .youtube-video-container5 iframe {
    position: absolute;
    top: 10;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube-video-container4 {
    min-height: 200px;
  }
  .div-60 {
    width: 64%;
    padding: 10px;
  }
  .div-40 {
    width: 34%;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
    min-height: 450px;
    background-color: white;

  }
  .title_video {
    background-color: #DBDBDB;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 15px;
    display: none;
    border-bottom: solid 4px #B7B7B7;
  }
  .title_video2 {
    background-color: #DBDBDB;
    margin-bottom: 0px;
    font-size: 15px;
    padding: 15px;
    border-bottom: solid 4px #B7B7B7;
  }
  .top_inter {
    width: 100%;
    margin-bottom: 10px;
    background-color: #e5e5e5;
    border-bottom: solid 2px #d1d1d1;
    padding: 0px;
  }
  .top_inter img {
    height: 25px;
    opacity: 0.7;
    margin: 7px;
    margin-top: 9px;
  }
  .d-eval {
    background-color: #537C57;
    color: white;
    font-size: 14px;
    padding:0px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 9px;
  }
  .d-eval img {
    width: 22px;
    height: 22px;
    margin: 0px;
    margin-bottom: 4px;
  }
  .d-link {
    font-size: 14px;
    padding-top: 9px;
    margin-right: 5px;
    margin-bottom: 5px;
  }



  .checkbox input {
    height: 0;
    width: 0;
    display: none;
  }
  .checkbox {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 18px;
    font-size: 22px;
    user-select: none;
  }
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    background-color: #dedbdb;
    box-shadow: 1px 1px 1px #d1d1d1;
  } 
  .checkbox .checkmark:after {
    top: -12px;
    width: 10px;
    height: 20px;
    left: 0px;
    color: blue;
    font-size: 30px;
  }
  .checkbox input:checked ~ .checkmark:after {
    display: block;
   } 
   .checkmark:after {
    content:'✓';
    position: absolute;
    display: none;
   } 
   .my-label {
    font-size: 18px;

   }
   .question_buttons {
    margin-bottom: 10px;
    margin-top: -5px;
   }
   .question_buttons button {
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #c1c1c1;
    font-size: 17px;
   }
   .d-return {
    margin: 5px;
    margin-bottom: 0px;
    margin-top: -10px;
    padding: 5px;
    background-color: #FF6A00;
    font-size: 15px;
    color: white;
    font-style: italic;
   }

   .new-title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e1e1e1;
  }
  .new-title img {
    width: 27px;
    margin-top: -7px;
  }
  .new-item-1 {
    width: 100%;
    text-align: left;
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .new-item-2 {
    width: 95%;
    text-align: left;
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  .new-start {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .flag-inter {
    margin-bottom: 0px;
    margin-top: -10px;
  }
  .end-title {
    width: 100%;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e1e1e1;
  }
  .end-second {
    width: 97%;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin: 10px;
    margin-top: 20px;
  }
  .d0-10 {
    margin:5px;
    font-size: 24px;
    font-weight: 600;
  }
  .my-range {
    margin: 10px;
    margin-bottom: -2px;
    width: 70%;
  }
  .al-mid {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d-resume {
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #BADBBC;
    border: solid 1px #b1b1b1;
    box-shadow: 1px 1px 2px #b1b1b1;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .d-resume a {
    text-decoration: none;
    color: #515151;
    font-size: 18px;
    font-weight: 700;
  }
  .d-resume:hover {
    background-color: #AFCEB2;
  }
  .d-resume img {
    width: 70px;
    margin-bottom: 10px;
  }
  .d-link2 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
  .invite-test {
    margin:15px;
    position: absolute;
    width: 140px;
    min-width: 140px;
    min-height: 100px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #717171;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 0px;
    background-image: url("/img/images/free_trial3.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .invite-test:hover {
    border:solid 1px;
  }
  .invite-test img {
    width: 90px;
    position: absolute;
    top: -5px;
    right: -8px;
  }
  .invite-test div {
    position: absolute;
    left: 0;
    top: -110px;
    text-align: center;
    color: #c1c1c1;
    width: 100%;
    font-size: 11px;
    margin: auto;
    margin-top: 65px;
  }
  .c-declare {
    color: #007F33;
    padding-left: 2px;
    padding-right: 10px;
    font-weight: 400px;
    text-align: left;
  }
  


  

/*----------------------------------------------*/
@media only screen and (max-width: 1000px) {
    
    .so-desktop {display: none;}



    .img-sml {
      width: 20px;
    }
    .end-title {
      font-size: 22px;
    }
    .end-second {
      width: 90%;
      font-size: 18px;
    }
    .youtube-video-container4b {
      min-height: 250px;
    }
    .q_text textarea {
      margin-top: -20px;
    }
    .new-title {
      font-size: 22px;
    }
    .new-item-1 {
      font-size: 18px;
    }
    .new-item-2 {
      width: 85%;
      font-size: 16px;
    }
    .top_inter {
        text-align: center;
    }
    .d-eval {
        padding-top: 4px;
    }
    .top_inter img {
        margin-top: 11px;
        margin-right: 10px;
        height: 30px;
    }
    .d-link {
        margin-left: 5px;
        font-size: 12px;
    }
    .question_question {
        font-size: 18px;
    }
    .question_option {
        font-size: 17px;
    }
    .div-60 {
        width: 99%;
        margin: auto;
      }
      .div-40 {
        padding: 0px;
        width: 90%;
        margin: 20px;
        background-color: white;
        text-align: center;
      }
    .div-2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .general {
        width: 95%;
        min-height: 350px;
    }
    .invite-test {
      margin:15px;
      position: absolute;
      width: 100px;
      min-width: 100px;
      min-height: 80px;
    }
    .invite-test img {
      width: 70px;
      position: absolute;
      top: -5px;
      right: -7px;
    }
   


    



}


/*----------------------------------------------*/
@media only screen and (min-width: 1000px) {
    
    .so-mobile {display: none;}
  
    
    
    
}