@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Montserrat", sans-serif;
}
.main_wrapper {
    background-image: url(../images/main_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-top: 15px #09563C solid;
}
.main_wrapper .logo_wrap {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
.main_wrapper h1 {
    font-size: 30px;
    line-height: 25px;
    color: #000;
    text-align: center;
    padding-top: 30px;
    text-transform: capitalize;
    font-weight: bold;
}
.img_block {
    width: 100%;
}
.main_wrapper .info_wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px #CAD98D solid;
    padding: 7px 54px;
}
.main_wrapper .info_wrapper .info_box {
    width: 47%;
    line-height: 40px;
}
.main_wrapper .info_wrapper .info_box p {
    margin: 0;
}


.toggle {
      position: relative;
      width: 60px;
      height: 30px;
    }

    .toggle input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0; left: 0;
      right: 0; bottom: 0;
      background-color: #ccc;
      transition: .4s;
      border-radius: 30px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 24px;
      width: 24px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: .4s;
      border-radius: 50%;
    }

    input:checked + .slider {
      background-color: #09563C;
    }

    input:checked + .slider:before {
      transform: translateX(30px);
    }

    .slider::after {
      content: 'No';
      position: absolute;
      right: 10px;
      color: white;
      font-size: 12px;
      top: 7px;
    }

    input:checked + .slider::after {
      content: 'Yes';
      left: 10px;
      right: auto;
    }
.main_wrapper .table thead.thead-dark th {
    background-color: #09563C;
    border: 0;
}
.ratings_box table {
    max-width: 620px;
    margin: 0 auto;
}
.main_wrapper h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.main_wrapper .table thead.thead-dark th{
    text-align: center;
}
.main_wrapper .table thead.thead-dark th:nth-child(1) {
    border-top-left-radius: 10px;
}
.main_wrapper .table thead.thead-dark th:nth-child(2) {
    border-top-right-radius: 10px;
}
.rating_list {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.rating_list li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}
.rating_list i {
    color: #CCCCCC;
}
.rating_list i:hover {
    color: #4B8D11;
}
.ratings_box tbody {
    background-color: #FFF;
    border: 1px #BACC7B solid;
}
.rating_popup .modal-body .col {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.ratings_box tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}
.ratings_box th, .ratings_box td {
    border-top: 0;
}
.ratings_box tbody th {
    text-decoration: underline;
    cursor: pointer;
    padding-left: 40px;
}

.rating_popup h5 {
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.therapy_popup p {
    font-size: 18px;
    color: rgb(0 0 0 / 80%);
    padding-bottom: 10px;
}
.therapy_popup p strong {
    padding-right: 20px;
}
.therapy_modal .modal-content, .rating_popup .modal-content {
    border-radius: 10px;
}
.therapy_modal .modal-footer button.btn.btn-primary.popup_submit, .rating_popup .modal-footer button.btn.btn-primary.popup_submit, .onload_page .modal-footer button.btn.btn-primary.popup_submit {
    width: 100%;
    background-color: #09563C;
    border: 0;
    max-width: 200px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 600;
}
.therapy_modal .modal-footer, .rating_popup .modal-footer {
    border-top: 0;
}
.therapy_modal .modal-footer, .rating_popup .modal-footer {
    justify-content: center;
}
.therapy_modal  .modal-body, .rating_popup  .modal-body {
    padding: 27px 20px;
}
.therapy_modal .modal-footer button.btn.btn-secondary, .rating_popup .modal-footer button.btn.btn-secondary {
    width: 100%;
    background-color: transparent;
    color: #09563C;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.therapy_modal .modal-footer button.btn.btn-secondary:focus, .rating_popup .modal-footer button.btn.btn-secondary:focus {
    border: 0;
    box-shadow: none;
}
.onload_page .modal-content {
    border-radius: 10px;
    max-width: 290px;
    margin: 0 auto;
}
.onload_page .modal-content {
    border-radius: 10px;
}
.onload_page .modal-content h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.onload_page .modal-content .popup_submit {
    background-color: #09563C;
    border: 0;
    width: 100%;
    border-radius: 10px;
    min-height: 40px;
    line-height: 40px;
}
.onload_page .modal-content .hindi_btn {
    width: 100%;
    background-color: transparent;
    color: #09563C;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    border: 1px #09563C solid;
    margin-top: 16px;
    border-radius: 10px;
    text-decoration: none;
    min-height: 40px;
    line-height: 40px;
}

/* New CSS */
.rating_head {
    display: flex;
    justify-content: space-around;
    background-color: #09563C;
    border-top-left-radius: 10px;
    color: #FFF;
    padding: 20px;
    border-top-right-radius: 10px;
}
.rating_head .head1 {
    font-size: 18px;
    font-weight: 600;
}
.ratings_box {
    max-width: 620px;
    margin: 0 auto;
    position: relative;
}
.rating_content li {
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    line-height: 60px;
    padding: 0 60px;
}
.rating_content li:nth-child(even){
    background-color: #F5F5F5;
}
.rating_content ul {
    margin: 0;
    padding: 0;
}
.rating_content li .rating_list li {
    display: inline-block;
    background-color: transparent;
    padding: 0;
}
.rating_content .therpy_head {
    text-decoration: underline;
    font-size: 16px;
    color: hsl(0deg 0% 0% / 80%);
    font-weight: 600;
    cursor: pointer;
}
.rating_content li:nth-child(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rating_content li:nth-child(6) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.rating_content {
    margin-top: -10px;
    border: 1px #CAD98D solid;
    border-radius: 13px;
}
.ratings_box:before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #BACB7B;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main_wrapper .submit_btn {
    background-color: #09563C;
    border: 0;
    max-width: 290px;
    display: block;
    margin: 30px auto;
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}
.main_footer {
    background-color: #09563C;
    padding: 20px 0;
}
.main_footer ul {
    margin: 0;
    padding: 0;
}
.main_footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}
.main_footer .footer_inner {
    display: flex;
    justify-content: space-between;
}
.main_footer .footer_inner .footer_call a {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}



.rating_list input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}

.rating_list label {
  position: relative;
  color: #C8C8C8;
}

.rating_list label:before {
  margin: 5px;
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.5em;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rating_list input:checked ~ label:before {
  color: #4B8D11;
}

.rating_list label:hover ~ label:before {
  color: #4B8D11;
}

.rating_list label:hover:before {
  color: #4B8D11;
}
.onload_page {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .rating_content li {
    padding: 0 20px;
}
.ratings_box:before{
    display:none;
}
.main_wrapper .info_wrapper {
    padding: 7px 15px;
}
.main_wrapper .info_wrapper .info_box {
    width: 100%;
}
.main_wrapper h1 {
    font-size: 25px;

}
.rating_popup  .modal-body {
    padding: 27px 5px;
}
.rating_popup .modal-body .col {
    font-size: 13px;
}
}