section p {
    text-align: justify;
  }

  .strip {
    background: #f3b3c6;
    color: black;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
  }

 
  .baner-region h3 {
    border-radius: 10px;
    clear: both;
    color: #ffce10;
    margin-top: 0px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}



  .form-box {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 12px;
    border-radius: 0px;
  }

  .form-box h4 {
    color: #515151;
    font-size: 19px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
  }

  .form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    height: 55px;
    margin-bottom: 0px;
    padding-left: 15px;
    letter-spacing: 1.2px;
  }

  a.btn.btn-warning {font-size: 14px;min-width: 270px;}

  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  button.close {
    background: #ff692e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #fff !important;
    margin-top: -4px !important;
    margin-right: 0px;
    position: relative;
    z-index: 999;
    position: absolute;
    right: 12px;
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
  }



  #myBtn {
    padding: 11px;
    font-size: 18px;
    font-weight: bold;
    background: #f15a22;
    color: #fff;
    border-color: #f15a22;
    width: 100%;
    border: inherit;
    line-height: 21px;
    border-radius: 3px;
  }

  .quizcontest {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
    margin-top: 20px;
  }

  .morelinks .headingfold {
    margin-bottom: 0;
  }

  .quizcontest .headingfold {
    display: block;
    padding: 10px 15px;
    background-color: #f15a22;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
  }

  .quizcontest .headingfold h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .7px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/ALL/2020/upsc/106960_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
    color: #fff;
  }

  .morelinks ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
  }

  .morelinks ul li a {
    display: block;
    position: relative;
    color: #333;
    font-size: 15px;
    padding: 6px 0px 6px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 21px;
  }

  .form-btn {
    display: none;
  }

  
.r-articals { margin: 10px auto;}


.mentor-descrip {
box-shadow: 0 5px 6px -6px #7c7c7c;
background: #b3afaf21;
border-radius: 20px;
padding: 0 20px 10px;
text-align: left;
min-height: 317px;
}
.mentor-descrip p {
  line-height: 20px;
}
.mentor-descrip a {
color: #e85728;
text-decoration: underline;
}


.mentor-descrip h5 {
font-size: 17px;
font-weight: 300;
margin-top: 20px;
}
.mentor-descrip h4 {
color: #000000;
font-size: 20px;
margin-bottom: 10px;
margin-top: 20px;
}

.imag {
position: relative;
margin: 0 -20px;
}
.imag img {
border-radius: 20px 20px 0 0;
}
.imag span {
position: absolute;
bottom: 0;
left: 0;
background: #3e4c8d;
padding: 2px 20px;
color: #fff;
border-radius: 0 20px 0 0;
}


  @media only screen and (max-width: 767px) {

    .r-articals .slick-arrow {
      position: absolute;
      z-index: 9;
      border: 0;
      background-repeat: no-repeat;
      font-size: 0;
      top: 50%;
      width: 30px !important;
      height: 30px !important;
      padding: 0;
      cursor: pointer;
      background-color: #e85222!important;
      background-size: 13px;
      background-position: center;
      border-radius: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
    .r-articals .slick-prev {
      background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
      left: 0!important;
    }
    .r-articals .slick-next {
      right: 0px;
      background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
    }
    
    .strip {
      font-size: 10px;
    }

    .form-btn {
      display: block !important;
    }

    .quizcontest {
      display: none;
    }

    #myBtn {
      display: none;
      margin-bottom: 20px;
      text-align: center;
    }

    .ms li {  
      text-align: justify;
   
  }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
      white-space: inherit;
    }

    .table-responsive>.table>tbody>tr>td  {
      white-space: inherit;
      vertical-align: middle;
      text-align: center;
  }



  }

