.b_title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.press-release .title {
  color: #006388;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  margin: 0 0 5px;
}

@media only screen and (max-width: 600px) {
  .img_btn img {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px;
  }

  .img_btn .btn {
    bottom: 2.5%;
    left: 22%;
    font-size: 16px;
  }
}

.tab-pane .chartTitle a {
  background: #8cc641;
  color: #fff;
  padding: 3px 6px;
  text-decoration: none;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 5px;
}

.tab-pane .chartTitle a:hover {
  box-shadow: 4px 2px 10px #928d8d;
}

.tab-pane .chartTitle a::after {
  display: none;
}

.healthcare h1 {
  color: #006388;
}

.adress-box .email_id a,
.tab-pane a {
  color: #03c;
  text-decoration: underline;
  font-weight: 400;
}

a.chartTitleLink i.link,
a.readmoreblockp i.link {
  padding-left: 0;
  margin-left: 0;
}

.graph-box a::after {
  display: none;
}

.about-new p {
  font-size: 14px;
  margin-bottom: 10px;
}

.about-new .card-header .btn {
  white-space: normal;
  text-align: left;
}

.healthcare h3 {
  font-size: 15px;
  font-weight: 700;
  color: #046489;
  padding: 10px 0;
}

.tab-box h2 {
  font-weight: 700;
}

#summary table {
  margin-bottom: 5px;
}

#summary table ul li ul li ul li {
  list-style-type: square;
  margin-top: 5px;
}

#summary table ul li ul li {
  list-style-type: circle;
  margin-top: 5px;
}

.page-heading .slogan {
  width: 30%;
}

#audio-player:focus {
  outline-width: 0;
}

.audio-player {
  margin-top: 4px;
  text-align: right;
}

.audio-player #music-msg,
.audio-player img {
  cursor: pointer;
}

.audio-player-text {
  color: #006388;
  font-weight: 800;
  font-size: 15px;
}

.audio-player-file {
  height: 20px;
  width: 54%;
  margin-bottom: -7px;
}

.buy-btn:focus,
.buy-btn:hover {
  background-color: #fff !important;
  color: #046489;
  border-color: #046489;
}

.buy-btn {
  color: #fff;
  border-color: #046489;
  border: 2px solid #046489;
  background-color: #046489 !important;
}

.fb {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("{{ asset('accets/frontend/img/fb.svg') }}");
  background-size: cover;
}

.tw {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("{{ asset('accets/frontend/img/tw.svg') }}");
  background-size: cover;
}

.gm {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("{{ asset('accets/frontend/img/gmail.svg') }}");
  background-size: cover;
}

.linkdin {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("{{ asset('accets/frontend/img/in.svg') }}");
  background-size: cover;
}

.code {
  display: inline-block;
  width: 33px !important;
  height: 33px !important;
  background-image: url("{{ asset('accets/frontend/img/coppy_code.png') }}");
  background-size: cover;
  border-radius: 5px;
}

.share {
  color: #006388 !important;
  cursor: pointer;
}

.social {
  width: 110px;
  text-align: right;
}

.social ul li {
  display: inline;
  margin: 0 0 0 4px;
}

@media (max-width: 700px) {
  .inquery-form-button li a.fill-color-blue {
    top: 0 !important;
  }
}

@media (max-width: 991px) {
  .page-heading .slogan {
    display: none !important;
  }

  .page-heading ul li span.sub-page-title {
    font-size: 0.8rem;
    line-height: 1.4rem !important;
  }

  .page-heading-img {
    width: 30px;
  }

  .first_list {
    font-size: 14px;
  }
}

.graph-box .row .subtitle {
  min-height: 70px;
}

.graph-box .rows {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.graph-box .top-pad {
  padding-top: 20px;
}

#up-down {
  padding-top: 20px;
}

#arrow-up {
  margin-left: -40px;
  bottom: -25px;
  position: relative;
}

#arrow-down {
  margin-left: 40px;
  margin-top: -25px;
  position: relative;
}

.w3 {
  position: relative;
  width: 30%;
}

.w7 {
  position: relative;
  width: 70%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 5px;
}

.arrow-up {
  bottom: 0 !important;
  transform: scale(1);
  transition: 0.25s all ease;
}

.arrow-down {
  margin-top: 0 !important;
  transform: scale(1);
  transition: 0.25s all ease;
}

.arrow_up {
  position: inherit;
  -webkit-animation-name: arrow_up;
  -webkit-animation-duration: 2s;
  animation-name: arrow_up;
  animation-duration: 2s;
}

@-webkit-keyframes arrow_up {
  from {
    position: inherit;
    bottom: 0;
  }

  to {
    position: inherit;
    bottom: 25px;
  }
}

@keyframes arrow_up {
  from {
    position: inherit;
    bottom: 0;
  }

  to {
    position: inherit;
    bottom: 25px;
  }
}

.arrow_down {
  position: inherit;
  -webkit-animation-name: arrow_down;
  -webkit-animation-duration: 2s;
  animation-name: arrow_down;
  animation-duration: 2s;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  width: 80%;
}

.graph-box1 {
  background: #000;
  padding: 0;
  position: relative;
  margin: 0 10px;
}

.graph-box1-img {
  opacity: 0.4;
  width: 100%;
  border-radius: 4px;
}

.modal-dialog {
  max-width: 850px;
}

@-webkit-keyframes arrow_down {
  from {
    position: inherit;
    top: 0;
  }

  to {
    position: inherit;
    top: 25px;
  }
}

@keyframes arrow_down {
  from {
    position: inherit;
    top: 0;
  }

  to {
    position: inherit;
    top: 25px;
  }
}

.reportData th {
  background: #458da8;
  border: 1px solid #006389;
  padding-top: 2px;
  padding-bottom: 2px;
}

.reportData th p {
  color: #fff !important;
  font-weight: 300;
}

.share {
  color: #006388 !important;
}

.social {
  width: 110px;
  text-align: right;
}

.social ul li {
  display: inline;
  margin: 0 0 0 4px;
}

.mttpz {
  float: left;
}

.press-release a .related-reports {
  color: #19191a;
}

.press-release a:hover .related-reports {
  color: #006388;
}

.press-release ul {
  padding-left: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.press-release li:before {
  padding-right: 5px;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  border: 0;
  color: #333;
  list-style-type: none;
  font-size: 10px;
  display: inline;
}

.press-release li a {
  color: #212529;
  size: 17px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.press-release li a:hover {
  color: #006388;
}

.left-box2 h3 {
  font-size: 19px;
  color: #006388;
  font-weight: 700;
  margin: 1rem 0;
}

.tab-pane a.post_tag::after {
  display: none;
}

.tab-box .nav-tabs .nav-link {
  color: #2b2b2b;
}

.tab-box .nav-tabs .nav-link.active {
  color: #fff;
}

.covid_body {
  padding: 5px 10px 10px;
  text-align: center;
}

.covid_body h2 {
  margin-top: 5px;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0;
}

.covid_block a.covid_btn {
  color: #212529;
  line-height: 1.2;
  background-color: #8cc641;
  border-color: #8cc641;
  text-decoration: none;
  font-weight: 700;
}

.covid_block a.covid_btn:hover {
  background-color: #8cc641;
  border-color: #8cc641;
  font-weight: 700;
}

.covid_block a.covid_btn:active {
  background-color: #8cc641 !important;
  border-color: #8cc641 !important;
  font-weight: 700;
}

.covid_block a.covid_btn::after {
  display: none;
}

.none {
  display: none;
}

.view {
  display: block;
}

.blue-color {
  padding-right: 8px;
}

.mapplic-element {
  padding-top: 0;
}

.modal-content {
  background-color: #fff0;
  border: none;
}

.modal#msg_alert .modal-dialog {
  max-width: 500px;
}

.modal#msg_alert button {
  cursor: pointer;
}

.modal#msg_alert .modal-content {
  background: 0 0;
  border: none;
}

.info-sample-button {
  text-align: left;
  padding: 3px 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  width: 36px;
  margin-left: -7px;
  display: inline-block;
  margin-right: 8px;
}

.info-sample-button i {
  width: 35px;
  height: 35px;
}

#txtra-ifram-share {
  overflow: hidden;
  width: 100%;
}

.close_model {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding: 2px 10px;
  cursor: pointer;
}

@media (max-width: 480px) {
  div#modal-info-grph-data {
    padding-right: 8px;
  }

  div#share-info-graph-list {
    padding: 8px;
  }

  .modal-open .modal {
    margin-right: 6px;
  }

  .graph-box1 {
    margin: 0;
  }
}

.exButton {
  height: 45px;
  margin-top: -7px;
  padding: 0.75rem 0.5rem !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Medium screens */
@media (max-width: 768px) {
  .exButton {
    height: 40px;
    /* Adjust height */
    padding: 0.5rem 0.75rem !important;
    /* Adjust padding */
  }
}

/* Small screens */
@media (max-width: 480px) {
  .exButton {
    height: 35px;
    /* Adjust height */
    padding: 0.3rem 0.5rem !important;
    /* Adjust padding */
  }
}

button.exButton:hover {
  background-color: #023747 !important;
  color: white !important;
}

.blue {
  color: #2a6285;
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
}

.info-icon {
  float: right;
  height: 14px;
  margin-top: 5px;
  margin-right: 25px;
}

.p-right {
  padding-right: 12px;
}

.p-left {
  padding-left: 0;
}

marquee {
  background: #006388;
  font-weight: 500;
  color: white;
  padding: 5px;
}

#result {
  border: 1px solid green;
  width: 300px;
  margin: 0 0 35px 0;
  padding: 10px 20px;
  font-weight: bold;
}

#change-image {
  font-size: 0.8em;
}

.notification.msgerror p {
  font-size: 22px !important;
  color: red;
}

.notification.msgsuccess p {
  font-size: 22px !important;
  color: green;
}
.color {
  color: #ff0000;
}

#ran {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-box {
  box-shadow: 0 0 10px #ccc;
  padding: 20px 40px;
  margin-top: 20px;
  border-radius: 4px;
  background: #f8f8f8;
}

.healthcare h2 {
  color: #006388;
}

.social-icon p {
  font-size: 50px;
}

.insights a,
.adress-box .email_id a {
  color: #03c;
  text-decoration: underline;
}

.b_title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.mb10 {
  margin-bottom: -10px;
}

@media (max-width: 991px) {
  .page-heading .slogan {
    display: none !important;
  }
}

.page-heading .slogan {
  width: 30%;
}

.healthcare h1 {
  color: #006388;
  font-size: 18px;
}

.rqst_tab {
  margin-right: 0px !important;
  background: #fb641b !important;
  color: white !important;
}

@media (min-width: 992px) {
  .rqst_btn {
    display: none;
  }
}

.keyplayers {
  width: auto;
  height: 20px;
  position: absolute;
  padding: 0 10px;
  top: -12px;
  left: 25%;
  background: none !important;
  background-color: #fff !important;
}

.slick-slide {
  border-right: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.5em;
}

.basicSlider {
  padding: 5px 0 5px 0;
}

.basicSlider .MS-content .item {
  width: 14%;
  padding: 0 10px 0 8px;
}

@media (max-width: 991px) {
  .basicSlider .MS-content .item {
    width: 27%;
  }
}

@media (max-width: 767px) {
  .basicSlider .MS-content .item {
    width: 35%;
    border-right: 1px solid #e6e6e6;
  }

  .keyplayers {
    left: 2% !important;
  }
}

@media (max-width: 500px) {
  .keyplayers {
    left: 12% !important;
    text-align: center;
  }

  .basicSlider {
    padding: 9px 0px 4px 0;
  }

  .basicSlider .MS-content .item {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .keyplayers {
    left: 2% !important;
    right: 2% !important;
  }

  .p-right {
    padding-right: 15px;
  }

  .p-left {
    padding-left: 15px;
  }
}

.marquee {
  background: #006388;
  font-weight: 500;
  color: white !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  text-align: center;
  margin-bottom: 5px !important;
}

#cookieConsent {
  display: none !important;
}

.icon-tw {
  font-size: 20px;
  color: #fff;
  background: #1b99c1;
  border-radius: 2px;
}

/*  CSS For Enquiry Form */

/* Css for Enquiry form */

.healthcare h2 {
  color: #006388;
  text-align: center;
}

.healthcare .form-control {
  border-radius: 0px 4px 4px 0px !important;
}

.intl-tel-input .tel {
  padding-left: 59px !important;
}

.disp_secur_code {
  border-radius: 4px 4px 4px 4px !important;
}

.selected-dial-code {
  display: none;
}

.request_submit {
  background: none !important;
  border: none !important;
  cursor: pointer;
}

button {
  border-radius: unset !important;
  /* border: none !important; */
  border: none !important;
  /* background: none !important; */
  outline: none !important;
}

.form-check-label {
  color: #000;
  font-style: italic;
  font-size: 12.5px;
  margin-top: 10px;
  padding-left: unset !important;
}

#phone {
  border-radius: 4px 4px 4px 4px !important;
}

.security_placeholder {
  display: inline-block;
  width: 64.5%;
  clear: both;
}

.request_form {
  padding: 20px 41px 5px 41px;
  border-radius: 15px;
  background: #e0f3fe;
  border: 1px solid #2596be;
}

.input-group-text {
  background-color: unset;
  border: 1px solid #5691ab !important;
}

.form-control {
  border: 1px solid #5691ab !important;
}

.intl-tel-input .selected-flag {
  padding: 0 5px 0 6px;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: unset;
  border-right: 1px solid #5691ab !important;
}

#captcha_code {
  border: 1px solid #5691ab;
  border-radius: 8px;
}

.security_code {
  color: #000;
  font-weight: 600;
  padding-right: 6px;
  font-style: italic;
}

.captcha-div {
  max-width: 45%;
}

.captcha-code {
  flex: 0 0 55%;
  max-width: 55%;
}

.request_img {
  box-shadow: -5px 4px 1px #b6b5b5;
  border-radius: 9px;
}

.request_img:hover {
  box-shadow: -5px 7px 7px #636363;
  transition: transform 0.5s ease 0s, filter 0.5s ease-in 0s;
  transform: scale(1.08);
}

.captcha-code1 {
  padding-left: 0px;
}

input::placeholder {
  color: #a6a6a6 !important;
  font-size: 14px;
  font-style: italic;
}

.input_icon {
  width: 24px;
}

.security_label {
  display: contents;
}

.refreshCaptcha {
  width: 7%;
  cursor: pointer;
}

.iti-flag {
  width: 20px !important;
}

.download_pdf {
  height: 35px;
  padding-left: 2px;
}

@media (max-width: 991px) {
  /*.security_placeholder{
            display: unset;
            width: unset;
        }*/

  .request_submit {
    margin-left: unset;
  }

  .refreshCaptcha {
    width: 7%;
  }
}

@media only screen and (max-width: 768px) {
  .intl-tel-input .tel {
    padding-left: 50px !important;
  }

  .request_submit {
    margin-left: unset;
  }

  .refreshCaptcha {
    width: 30px;
  }

  .security_label {
    display: block;
    text-align: center;
  }

  .input-group-text {
    padding: 0.275rem 0.55rem;
  }

  .input_icon {
    width: 18px;
  }

  .iti-flag {
    width: 13px !important;
  }

  .intl-tel-input .selected-flag {
    padding: 0 4px 0 8px;
  }

  input::placeholder {
    font-size: 10px;
  }

  .request_form {
    padding: 20px 20px 5px 20px;
  }
}

@media (max-width: 475px) and (min-device-width: 375px) {
  .request_form {
    padding: 20px 20px 5px 20px;
  }
}

@media (max-width: 768px) and (min-device-width: 425px) {
  .request_form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) and (min-device-width: 991px) {
  .security_placeholder {
    width: 48%;
  }

  input::placeholder {
    font-size: 10px;
  }
}

@media (max-width: 991px) and (min-device-width: 768px) {
  .request_form {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .security_placeholder {
    width: 49%;
  }

  input::placeholder {
    font-size: 12px;
  }
}

@media (min-device-width: 1567px) {
  .security_placeholder {
    width: 52%;
  }
}

@media (max-width: 768px) and (min-device-width: 462px) {
  .security_label {
    display: inline-block;
  }

  .security_placeholder {
    width: 57.2%;
  }
}

@media (max-width: 462px) {
  .request-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }

  .security_placeholder {
    display: unset;
    width: unset;
  }

  .request_submit {
    margin-left: unset;
  }

  .refreshCaptcha {
    width: 31px;
  }

  .disp_secur_code {
    margin-top: 10px;
  }

  .security_label {
    display: block;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .download_pdf {
    height: 25px;
  }
}

@media (max-width: 1200px) {
  .searchbar1 {
    display: none;
  }
}

.catcha_error_psme {
  margin-bottom: 0.2rem;
  color: red;
}

input,
textarea::placeholder {
  color: #a6a6a6 !important;
  font-size: 14px;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea.form-control {
  height: auto;
  margin-bottom: 0px !important;
}

.book-img img {
  width: 83% !important;
  height: auto !important;
}

/* Submit Button */
.request_submit {
  cursor: pointer;
  width: 30%;
  border: 1px solid #2596be !important;
  color: #fff;
  font-size: 20px;
  filter: drop-shadow(-5px 4px 1px rgba(0, 0, 0, 0.3));
  font-weight: 600;
  padding: 10px 25px;
  background-image: linear-gradient(#028aca, #028aca, #0d3656) !important;
  border-radius: 8px !important;
}

.request_submit:focus,
.request_submit:hover {
  text-decoration: none;
  box-shadow: 4px 2px 10px #928d8d;
}

.thank-you-heading {
  font-size: 40px !important;
  padding: 15px;
  font-weight: 600 !important;
}

.container .thankyou {
  /* background-color: #e0f3fe;
        border: 2px solid #88c5de; */
  padding: 10px;
  border-radius: 10px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.container .thankyou img {
  width: 12%;
}

.container .thankyou h4 {
  color: #156f92;
}

.top-image {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

p.thank-you-text {
  font-size: 13px;
  text-align: center;
  margin: 0;
  padding: 0;
}

h4.reptitle {
  font-size: 35px;
  color: #0098c0 !important;
  font-weight: 500;
  margin: 10px 0;
  text-align: center;
}

p.subtitle {
  font-size: 16px;
  text-align: center;
  color: #000;
  padding: 0;
  margin-top: 10px;
}

p.reptitle-1 {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin: 5px 0px;
  padding: 0;
}

p.reptitle-1 span {
  color: #000;
  font-weight: 600;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1.5px solid #2a84a5;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked::after {
  transform: translate(-50%, -70%) scale(1.3);
}

.checkboxes-container {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00577d;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.submit-btn {
  text-align: center;
}

.request_submit {
  cursor: pointer;
  width: 20%;
  border: 1px solid #2596be !important;
  color: #fff;
  font-size: 20px;
  filter: drop-shadow(-5px 4px 1px rgba(0, 0, 0, 0.3));
  font-weight: 600;
  padding: 5px 25px;
  background-image: linear-gradient(#028aca, #028aca, #0d3656) !important;
  border-radius: 8px !important;
  margin-bottom: 5px;
}

.request_submit:focus,
.request_submit:hover {
  text-decoration: none;
  box-shadow: 4px 2px 10px #928d8d;
}

p.text-bottom {
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
}

.hidden-input {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s 0s;
}

.custom-input1 {
  width: 178px;
  padding: 5px;
  font-size: 13px;
  border: 1.5px solid #2a84a5;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease-in-out;
}

.dropdown-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  margin: 5px auto;
  flex-wrap: wrap;
}

.custom-input {
  position: relative;
  width: 100%;
  padding: 5px;
  font-size: 21px;
  color: #2a84a5;
  border: 1.5px solid #2a84a5;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.custom-input i {
  position: absolute;
  left: 15px;
}

.custom-input input {
  width: 100%;
  padding-left: 40px;
  border: none;
  background: transparent;
  font-size: 14px;
  outline: none;
  color: #333;
}

.premium-box {
  background-color: #f5fcff;
  border: 1px solid #00577d;
  border-radius: 15px;
}

.premium-head h4 {
  font-size: 20px;
  color: white !important;
  font-weight: 600;
}

.premium-head {
  background-color: #00577d;
  padding: 5px 10px;
  border-radius: 12px 12px 0 0;
}

.premium-content {
  padding: 10px 30px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .checkboxes-container {
    gap: 20px;
  }

  .request_submit {
    font-size: 14px;
    padding: 5px 15px;
  }

  label {
    font-size: 12px;
  }

  h4.reptitle {
    font-size: 30px;
  }

  .premium-head h4 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .checkboxes-container {
    gap: 20px;
  }

  .request_submit {
    font-size: 14px;
    padding: 5px 15px;
  }

  label {
    font-size: 12px;
  }

  h4.reptitle {
    font-size: 30px;
  }

  .premium-head h4 {
    font-size: 16px;
  }
}

/* Media queries for mobile responsiveness */
@media (max-width: 768px) {
  .container .thankyou {
    width: 95%;
    padding: 8px;
  }

  h4.reptitle {
    font-size: 24px;
  }

  p.thank-you-text {
    font-size: 12px;
  }

  .checkboxes-container {
    gap: 20px;
  }

  p.reptitle-1 {
    font-size: 12px;
  }

  .submit-btn {
    width: 100%;
  }

  .custom-input {
    font-size: 18px;
  }

  .dropdown-container {
    flex-direction: column;
    gap: 10px;
  }

  .custom-input1 {
    width: 100%;
    font-size: 14px;
  }

  .request_submit {
    font-size: 14px;
    padding: 5px 10px;
  }

  label {
    font-size: 12px;
  }

  .premium-head h4 {
    font-size: 16px;
  }

  .request_submit {
    width: 100%;
    padding: 5px 10px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .container .thankyou {
    width: 100%;
    padding: 6px;
  }

  h4.reptitle {
    font-size: 22px;
  }

  p.thank-you-text {
    font-size: 12px;
  }

  .request_submit {
    font-size: 16px;
    padding: 8px 20px;
  }

  .custom-input {
    font-size: 16px;
  }

  .checkboxes-container {
    gap: 15px;
    flex-direction: column;
  }

  label {
    font-size: 12px;
  }

  /* Reorder datetime input to the last position */
  .checkboxes-container {
    flex-direction: column;
  }

  .column:last-child .dropdown-container {
    order: 1;
    /* Move datetime picker to last column in mobile */
  }
}

#bookDate {
  margin-top: 25px;
  /* Adds a small gap above the datetime input */
}

@media (max-width: 500px) {
  .book-img img {
    width: 30% !important;
    height: auto;
  }

  .label-box label {
    text-align: center;
  }
  .container .thankyou h4 {
    color: #156f92;
    font-size: 25px !important;
  }
}
