body{
    height:100%;
}

#review_panel::-webkit-scrollbar {
    width: 12px !important;               /* width of the entire scrollbar */
  }
  
  #review_panel::-webkit-scrollbar-track {
    background: white !important;        /* color of the tracking area */
  }
  
  #review_panel::-webkit-scrollbar-thumb {
    background-color: black !important;    /* color of the scroll thumb */
    border-radius: 20px !important;       /* roundness of the scroll thumb */
    border: 3px solid white !important;  /* creates padding around scroll thumb */
  }

  #question_form::-webkit-scrollbar {
    width: 12px !important;               /* width of the entire scrollbar */
  }
  
  #question_form::-webkit-scrollbar-track {
    background: white !important;        /* color of the tracking area */
  }
  
  #question_form::-webkit-scrollbar-thumb {
    background-color: black !important;    /* color of the scroll thumb */
    border-radius: 20px !important;       /* roundness of the scroll thumb */
    border: 3px solid white !important;  /* creates padding around scroll thumb */
  }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.jumbotron
{
    background-image: url("../img/cover.jpg");
    background-size: cover;    
    border-radius:0px;
}


.Drawline {
    width: 2px;
    height: 100%;
    background-color: black;
}

.checkbox {
    width: 30px;
    height: 30px;
}

.LineThrough {
    text-decoration-line: line-through;
}

#review_panel thead>tr{
    height : 100px;
}

.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left: -30px;
    position: relative;
}

.abcicon {
    float: left;
    width: 5%;
}

.checkboxlabel {
    float: left;
    width: 95%;
}

.card-banner
{
    background-color:rgba(0, 0, 0, 0.5) !important;
    color:white;
}

.box{
    padding:20px 20px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 20px;
    margin:30px 0px;
    box-shadow: #bbbbbb 2px 2px 6px 0px;
    min-height:285px;
}
.text{
    margin:20px 0px;
}

.fa{
     color:#4183D7;
}
@media (max-width: 385.98px) { 
    #first_image
    {
        max-width:75px;
        width:100% !important;
        height:auto !important;
    }
    #second_image
    {
        max-width:75px;
        width:100% !important;
        height:auto !important;
    }

    #first_image_div
    {
        padding:0px !important;
    }

    #second_image_div
    {
        padding:0px !important;
    }
 }
