  ul.nav.navbar-nav.navbar-right {
      display: none;
    }

    .navbar-inverse .navbar-toggle {
      display: none !important;
    }

    li a.stu-login {
      display: none !important;
    }

    .footer-area {
      background-color: #151515;
      padding-top: 15px;
      padding-bottom: 15px;

    }

    .footer-area p {
      color: #fff;
      margin-bottom: 0;

    }

    .mt-2{
margin-top: 12px;
    }

    label.control-label {
      font-weight: 600;
      text-align: left !important;
      margin-bottom: 5px !important;
      font-size: 15px !important;
      padding-top: 0px !important;
      padding-right: 10px;
    }

    form .redio {
      text-align: center;
    }

    .chek {
      display: block;
      display: inline-block;
      position: relative;
      padding-left: 22px;
      margin-right: 4px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 13px;
    }

    /* Hide the browser's default radio button */
    .chek input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }

    /* Create a custom radio button */
    .chek .checkmark {
      position: absolute;
      top: 3px;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: #eee;
      border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .chek:hover input~.checkmark {
      background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .chek input:checked~.checkmark {
      background-color: #e85526;
      border-radius: 50%;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .chek input:checked~.checkmark:after {
      display: block;
    }

    /* Style the indicator (dot/circle) */
    .chek .checkmark:after {
      top: 6px;
      left: 6px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: white;
    }

    .redu {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    /* Hide the browser's default checkbox */
    .redu input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
      border-radius: 0px;
    }

    /* On mouse-over, add a grey background color */
    .redu:hover input~.checkmark {
      background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .redu input:checked~.checkmark {
      background-color: #f15a22;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    .redu input:checked~.checkmark:after {
      display: block;
    }

    /* Style the checkmark/indicator */
    .redu .checkmark:after {
      left: 10px;
      top: 7px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }



    @media only screen and (min-width: 768px) and (max-width : 991px) {
      ul.d-flex.flex-wrap.justify-content-space-between li {
        width: 50%;
      }
    }

    @media only screen and (min-width: 992px) and (max-width : 1199px) {
      .service-item-2 {
        min-height: 280px;
      }
      .table>tbody>tr>td{
        text-align: left;
      }
    }