.common_padding {
  padding: 100px 0;
}

.banner_section {
  background-image: url(../images/hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 408px;
}

.banner_section_inner p {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 10px 27px;
  border-radius: 30px;
}

.banner_section_inner h1 {
  margin-top: 30px;
  color: #ffffff;
  font-size: 56px;
  line-height: 64px;
  font-family: "Nohemi-Bold";
  font-weight: bold;
}

.instaa {
  margin: 0px 15px 0 0px;
}

.span_one {
  display: block;
}

.span_two {
  color: #f1681b;
}

.banner_section_inner h2 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 30px;
}

.book_your_ride_inner {
  background-color: #ffffff;
  padding: 25px 36px 50px 36px;
  border-radius: 5px;
  margin-top: -320px;
}

.book_your_ride_inner h2 {
  color: #000000;
  font-size: 26px;
  line-height: 32px;
}

.book_your_ride_inner_form {
  margin-top: 24px;
}

.datetime-picker-wrapper {
  position: relative;
  width: 100%;
}

.datetime-picker-wrapper input {
  height: 39px;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 40px;
  border: 1px solid #ddd;
  font-size: 1rem;
  background: #fff;
  cursor: pointer;
}

.datetime-picker-wrapper .date-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #f26522;
  pointer-events: none;
}

.form-control[readonly] {
  background-color: #ffffff !important;
}

.datatime_picker_button {
  display: grid;
  grid-template-columns: 1fr 136px;
  grid-gap: 24px;
}

.button_from_submit {
  background-color: #f1681b;
  border-radius: 4px;
  width: 136px;
  color: #ffffff !important;
}

.every_destination {
  background-color: #111111;
}

.common_sub_heading h2 {
  color: #ffffff;
  font-size: 40px;
  font-family: "Nohemi-Medium";
  font-weight: 600;
}

.common_sub_heading h2 span {
  color: #f1681b;
}

.slider_one {
  margin-top: 40px;
}

.slider_one_text {
  margin-top: 20px;
}

.slider_one_text h5 {
  color: #ffffff;
  font-size: 24px;
}

.slider_one_text p {
  font-size: 16px;
  margin-top: 16px;
  color: #a1a1a1;
  height: 112px;
}

.manali_popup {
  margin-top: 35px;
}

.custom_modal_button {
  color: #f1681b !important;
  font-size: 16px;
}

.custom_modal_button i {
  margin-left: 13px;
  position: relative;
  top: 2px;
}

.slider_item_one {
  margin: 0 12px;
}

.custom_modal_button:focus {
  box-shadow: none;
}

.custom_modal_header {
  border-bottom: none;
  padding: 0;
}

.custom_modal_body_inner_text {
  padding: 36px 30px;
}

.custom_modal_body {
  padding: 0;
}

.btn_close_block {
  position: absolute;
  top: 15px;
  right: 17px;
  z-index: 9999;
  color: #fff;
  background: transparent url("../images/cross.webp");
  background-repeat: no-repeat;
  opacity: 1 !important;
}

.custom_modal_content {
  border-radius: 30px;
}

.custom_modal_body_inner_text h3 {
  color: #0084ff;
  font-size: 28px;
  font-family: "Nohemi-Medium";
}

.custom_modal_body_inner_text p {
  margin-top: 24px;
  color: #5f5f5f;
  font-size: 16px;
}

.custom_modal_body_inner_text p span {
  color: #f1681b;
  font-size: 16px;
}

.custom_modal_body_inner_text h4 {
  margin-top: 24px;
  color: #000000;
  font-size: 20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.custom_nav_right {
  margin-left: 16px;
}

.built_for_you_inner {
  padding-bottom: 10px;
}

.bfui_block {
  margin-top: 30px;
}

.built_for_you,
.let_stay_connected,
.perfect_ride,
.contact_information,
.tour_package,
.making_every_journey_smooth,
.uncover_hidden {
  background-color: #111111;
}

.bfui_block p {
  margin-top: 16px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.let_stay_connected_right h2,
.tour_package_inner h2,
.making_every_journey_smooth_right h2,
.uncover_hidden_inner h2,
.ready_to_travel_inner h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  font-family: "Nohemi-Medium";
  font-weight: 600;
}

.lscr_one,
.lscr_two,
.making_every_journey_smooth_right span,
.rtt_span_two {
  color: #f1681b;
}

.lscr_two,
.making_every_journey_smooth_right span,
.rtt_span_one {
  display: block;
}

.let_stay_connected_right {
  padding-left: 30px;
}

.let_stay_connected_right ul {
  margin-top: 35px;
}

.let_stay_connected_right ul li {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 37px;
  position: relative;
}

.let_stay_connected_right ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: url("../images/how-is-siya-pointer.webp");
  overflow: auto;
}

.let_stay_connected_right ul li:last-child {
  margin-bottom: 0;
}

.footer_logo {
  display: inline-block;
}

.new_footer_one p {
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  margin-top: 16px;
}

.social_media {
  margin-top: 24px;
}

.social_media h6 {
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.social_media ul {
  display: flex;
}

.social_media ul li a i {
  color: #f1681b !important;
  font-size: 22px;
}

.insta {
  margin: 0 15px;
}

.new_footer_two p,
.new_footer_last p {
  color: #111111;
  font-size: 16px;
  margin-bottom: 12px;
}

.new_footer_two ul li {
  color: #111111;
  font-size: 16px;
  margin-bottom: 12px;
}

.new_footer_two ul li:last-child {
  margin-bottom: 0;
}

.new_footer_two ul li a {
  color: #111111 !important;
}

.new_footer_last ul li a {
  color: #111111 !important;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px;
  display: inline-block;
}

.new_footer_last ul li a img {
  margin-right: 5px;
}

.new_footer {
  padding: 70px 0 35px 0;
}

.new_footer_inner {
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 40px;
}

.new_footer_inner_two {
  padding-top: 40px;
}

.new_footer_inner_two_inner p {
  color: #111111;
  font-size: 16px;
}

.perfect_ride_slider {
  margin-top: 30px;
}

.slider_two_block h5 {
  color: #ffffff;
  font-size: 20px;
  margin-top: 20px;
}

.slider_two_block {
  margin: 0 12px;
}

.contact_information_right {
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
}

.contact_information_right_form h5 {
  color: #111111;
  font-size: 24px;
  font-family: "Nohemi-SemiBold";
  font-weight: 600;
}

.contact_information_right_form p {
  color: #6d6d6d;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.contact_information_left {
  height: 100%;
  display: flex;
  align-items: center;
}

.contact_information_left_inner {
  width: 100%;
}

.cili_ul,
.new_social_block {
  margin-top: 30px;
}

.cili_ul li a {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  display: inline-block;
}

.cili_ul li:last-child a {
  margin-bottom: 0;
}

.cili_ul li a img {
  margin-right: 5px;
}

.new_social_block {
  display: flex;
}

.tour_package_block {
  margin-top: 30px;
}

.tour_package_block p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 18px;
}

.making_every_journey_smooth_right p {
  color: #bababa;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}

.slider_three {
  margin-top: 30px;
}

.ready_to_travel {
  background-image: url(../images/cta.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 123px 0;
}

.ready_to_travel_button {
  margin-top: 30px;
}

.book_now_button_holder {
  width: 267px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #f37b37 !important;
  font-size: 16px;
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.tour_package {
  padding-bottom: 100px;
}

.custom_control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.custom_control::placeholder {
  color: #212529;
  opacity: 1;
}

.custom_destop_padding {
  padding: 0;
}

.sub-text-content {
  display: none;
}

.showmore-btn {
  background-color: transparent;
  border: 1px solid #D06303 !important;
  color: #D06303;
  transition: .4s ease;
  padding: 10px 20px;
  border-radius: 10px;
}

.showmore-btn:hover {
  background-color: #D06303;
  color: #fff !important;
}

.showmore-btn:focus {
  box-shadow: none;
}

.showmore-btn::after {
  font-family: FontAwesome;
  margin-left: 8px;
  transition: .3s ease;
}

.downCaret::after {
  content: "\f0d7";
  /* down arrow */
}

.upCaret::after {
  content: "\f0d8";
  /* up arrow */
}

/*-----Sightseeing-And-Activities-----*/
.sightseeing_activities_banner h1 {
  margin-top: 0;
}

.banner_section_as {
  background-image: url(../images/hero-sightseeing.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 148px 0;
}

.cstm_aaci_txt {
  padding: 0 192px;
}

.common_sub_heading_state h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-family: "Nohemi-Medium";
  font-weight: 600;
  margin-bottom: 30px;
}


.sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 18px;
}

.list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-style li {
  color: #8D8D8D;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 22px;
  padding-left: 15px;
  position: relative;
}

.list-style li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #888;
}

.attraction_activities_h2 h2 {
  color: #FFFFFF;
  font-family: 'Nohemi-Medium';
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.aah2_one,
.aah2_two {
  color: #F1681B;
}

.aah2_two {
  display: block;
}

/*-----Sightseeing-And-Activities-----*/

/*-----Location-----*/
.banner_section_lc {
  background-image: url(../images/our-travel-locations.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  display: flex;
  align-items: center;
}

.cstm_dtop_txt h1 {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-family: "Nohemi-Medium";
  font-weight: 600;
}

.cstm_dtop_txt p {
  padding: 0 175px 0 0px;
}

.cstm_bacr_txt {
  padding: 0 278px;
}

.state_name_cstm h2 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  margin-top: 50px;
}

.state_name_cstm p {
  font-size: 18px;
  line-height: 26px;
  color: #8D8D8D;
  padding: 0 217px 0 272px;
  text-align: center;
  margin-bottom: 30px;
}

.cstm_hp_txt h2 {
  margin-top: 0 !important;
}

.common_padding_g {
  padding: 100px 0 40px 0;
}

.place-card p {
  padding: 0 !important;
}

.image-card {
  text-align: center;
}

.place-title {
  font-size: 24px;
  font-family: "Nohemi-Medium";
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}

.cstm_state_details p {
  height: 100px;
}

.cstm_state_name_txt h2 {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}

.common_paddingg {
  padding: 40px 0;
}

.dsktp_pad {
  padding: 40px 0 100px 0 !important;
}

.privacy_banner {
  background: url(../images/privacy-policy-bg-desktop.webp);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

.privacy_banner_inner h1 {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-family: "Nohemi";
  letter-spacing: 1px;

}

.content_backgnd_clr {
  background-color: #111111;
}

.common_padding_for_all_sec {
  padding: 60px 0;
}

.privacy_body_block_section h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Nohemi";
}

.privacy_body_block_section span {
  color: #D06303;
}

.privacy_body_block_section p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.pp_margin {
  margin-top: 25px;
}

.pbbs_top {
  margin-top: 50px;
}

.privacy_body_block_section h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Nohemi";
  color: #ffffff;
}

.privacy_body_block_section a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.uicp_txt {
  padding-left: 20px;
}

.uicp_txt li {
  list-style: disc;
}

.uicp_txt li {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;

}

.payment_policy {
  background: url(../images/payment-policy-bg-desktop.webp);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

.refund_banner {
  background: url(../images/refund-policy-bg-desktop.webp);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}
.tac_banner {
  background: url(../images/terms-and-conditions-hero-bg.webp);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}



/*-----Location-----*/
@media (min-width: 576px) {
  .new_modal_dialog {
    max-width: 760px;
  }
}

@media only screen and (min-width: 1400px) {}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

/* for tab view start */
@media (min-width: 768px) and (max-width: 991px) {
  .best_tourist_h2 {
    margin-top: 40px;
  }

  .banner_section_inner h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .let_stay_connected_right {
    margin-top: 40px;
    padding-left: 60px;
  }

  .let_stay_connected_right h2,
  .making_every_journey_smooth_right h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .lscr_two_different,
  .making_every_journey_smooth_right span {
    display: unset;
    margin-left: 5px;
  }

  .contact_information_right {
    margin-top: 30px;
  }

  .making_every_journey_smooth_left {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .ready_to_travel {
    background-position: center;
  }

  .custom_destop_padding {
    padding: 0 12px;
  }

  .new_footer_two,
  .new_footer_last {
    margin-top: 30px;
  }

  .book_your_ride_inner {
    padding: 25px 15px;
  }

  .tab_common_padding {
    padding: 0;
  }

  .datatime_picker_button {
    grid-template-columns: 77% 136px;
  }

  .sightseeing_activities_banner h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner_section_as {
    padding: 123px 0;
  }

}

/* for tab view end */
@media only screen and (max-width: 767px) {
  .banner_section_as {
    padding: 52px 0 105px 0;
    background-image: url(../images/sightseeing-mb.webp);
    background-position: right;
  }

  .custom_destop_padding {
    padding: 0 12px;
  }

  .common_padding {
    padding: 70px 0;
  }

  .tour_package {
    padding-bottom: 70px;
  }

  .privacy_banner {
    background: url(../images/privacy-policy-bg-mb.webp);
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    object-fit: cover;
  }

  .payment_policy {
    background: url(../images/payment-policy-bg-mb.webp);
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    object-fit: cover;
  }

  .common_padding_for_all_sec {
    padding: 60px 0;
  }

  .banner_section {
    background-image: url(../images/hero-mb.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 510px;
  }

  .banner_section_inner h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .span_one {
    display: unset;
    margin-right: 5px;
  }

  .banner_section_inner h2 {
    line-height: 34px;
  }

  .datatime_picker_button {
    grid-template-columns: 1fr;
  }

  .button_from_submit {
    width: 100%;
  }

  .book_your_ride_inner {
    padding: 20px 16px;
    margin-top: -439px;
  }

  .book_your_ride {
    background-color: #111111;
  }

  .common_sub_heading h2,
  .let_stay_connected_right h2,
  .tour_package_inner h2,
  .making_every_journey_smooth_right h2,
  .uncover_hidden_inner h2,
  .ready_to_travel_inner h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .common_sub_heading h2 span {
    display: block;
  }

  .slider_one_text p {
    height: 77px;
  }

  .common_sub_heading9 span {
    display: unset !important;
  }

  .owl-dots {
    display: none;
  }

  .let_stay_connected_right {
    padding-left: 0;
  }

  .let_stay_connected_left,
  .making_every_journey_smooth_right {
    margin-top: 40px;
  }

  .contact_information_right {
    margin-top: 40px;
  }

  .making_every_journey_smooth_right span {
    display: unset;
    margin-left: 5px;
  }

  .lscr_two99 {
    display: unset;
    margin-left: 5px;
  }

  .ready_to_travel {
    background-image: url(../images/cta-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 420px 0;
    background-position: bottom;
  }

  .rtt_span_one {
    display: unset;
  }

  .new_footer {
    padding: 30px 0;
  }

  .new_footer_two,
  .new_footer_last {
    margin-top: 30px;
  }

  .new_footer_inner_two {
    padding-top: 30px;
  }

  .new_footer_inner {
    padding-bottom: 30px;
  }

  /*-----Location-----*/
  .banner_section_lc {
    background-image: url(../images/our-travel-locations-m.webp);
    height: 364px;
  }

  .cstm_dtop_txt p {
    padding: 0 36px 0 0px;
  }

  .cstm_dtop_txt h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .cstm_bacr_txt {
    padding: 0;
  }

  .cstm_bacr_txt span {
    display: inline !important;
  }

  .cstm_bacr_txt h2 {
    text-align: start !important;
  }

  .state_name_cstm h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 16px;
  }

  .state_name_cstm p {
    padding: 0;
  }

  .state_name_cstm p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .common_padding_g {
    padding: 70px 0 40px 0;
  }

  .mb_bt_txt h2 {
    text-align: center !important;
  }

  .place-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .mb_cstm_pad {
    padding: 0 0 40px 0;
  }

  .mb_cstm_padd {
    padding: 0 0 0 0 !important;
  }

  .img_hp {
    text-align: center;
  }

  /*-----Location-----*/
  .sightseeing_activities_banner h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .sightseeing_activities_banner h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .attraction_activities_h2 h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .aah2_two {
    display: unset;
    margin-left: 5px;
  }

  .common_sub_heading_state h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .common_sub_heading_state {
    margin-top: 40px;
  }

  .sub-title {
    font-size: 20px;
    line-height: 30px;
  }

  .list-style li {
    font-size: 16px;
  }
  .refund_banner {
  background: url(../images/refund-policy-bg-mb.webp);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}
.tac_banner {
  background: url(../images/terms-and-condition-bg-mb.webp);
  background-repeat: no-repeat;
  height: 300px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}
}

@media (min-width: 320px) and (max-width: 410px) {
  .banner_section_lc {
    height: 308px;
  }

}



@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 522px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}

@media (min-width: 441px) and (max-width: 520px) {
  .banner_section_inner h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .book_your_ride_inner {
    margin-top: -320px;
  }
}

@media only screen and (max-width: 400px) {
  .slider_one_text p {
    height: 100px;
  }
}

@media only screen and (max-width: 380px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 340px) {}


/*----location----*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cstm_bacr_txt {
    padding: 0;
  }

  .state_name_cstm p {
    padding: 0;
  }

  .common_padding_g {
    padding: 80px 0 40px 0;
  }

  .state_name_cstm h2 {
    padding-top: 40px !important;
    margin-bottom: 16px;
  }

  .state_name_cstm h2 {
    margin-top: 0 !important;
  }

  .state_name_cstm p {
    margin-bottom: 30px;
  }

  .cstm_state_details p {
    height: auto;
  }

  .img_hp img {
    width: 100%;
  }

  .common_paddingg {
    padding: 0;
  }

  .tab_pl {
    margin-top: 40px;
  }

  .dsktp_pad {
    padding: 0px 0 100px 0 !important;
  }

  .cstm_dtop_txt p {
    padding: 0;
  }

  .privacy_banner {
    height: 300px;
    background: url(../images/privacy-policy-bg-tab.webp);
  }

  .payment_policy {
    background: url(../images/payment-policy-bg-tab.webp);
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    object-fit: cover;
  }
    .refund_banner {
  background: url(../images/refund-policy-bg-mb.webp);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

    .tac_banner {
  background: url(../images/terms-and-conditions-bg-tab.webp);
  background-repeat: no-repeat;
  height: 300px;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1130px) {
  .tab_pl {
    margin-top: 0px;
  }

  .cstm_state_details p {
    height: 140px;
  }

  .cstm_bacr_txt {
    padding: 0;
  }

  .state_name_cstm p {
    padding: 0;
  }

}

/*----location----*/