* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  line-height: 1.5;
  /* letter-spacing: 0.2px; */
  overflow-x: hidden;
  background: #ffffff;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  color: #a42c53;
  margin-bottom: 20px;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h2 span {
  color: #a42a53;
}

h2 a {
  color: #a42a53;
}

h2 a:hover {
  color: #a42a53;
  text-decoration: none;
}

h3 sub {
  font-size: 42%;
}

sup {
  font-size: 75%;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: 27px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  outline: none;
  outline: 0;
  color: #a42a53;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #a42a53;
  transition: all 0.5s ease;
}

.text_decoration:hover {
  text-decoration: none;
}

.text_caps {
  text-transform: capitalize;
}

strong {
  font-weight: 700;
}

img {
  width: auto;
  max-width: 100%;
  border: none;
  line-height: 0.5em;
}

.form-control {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.desk_view {
  display: block;
}

.mobile_view {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1240px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .desk_view {
    display: none;
  }

  .mobile_view {
    display: block;
  }
}

.accent_color {
  color: #fb6a19;
}

.ajax_spinner {
  display: none;
}

.ajax_loader_out {
  float: left;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2000;
}

.ajax_loader_in {
  float: left;
  width: 100%;
  height: 100%;
}

.ajax_loader_in .ajax_loader_center {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -35px;
  width: 50px;
  height: 50px;
}

.ajax_loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3db2bc;
  border-bottom: 6px solid #3db2bc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*.login-card-body .input-group .form-control, 
.register-card-body .input-group .form-control {
     border-right-width: 1px; 
}

select:not(:last-child), 
.input-group>.form-control:not(:last-child) {
     border-top-right-radius: .25rem; 
     border-bottom-right-radius: .25rem; 
}*/

.monetary_symbol {
  color: #bd2130;
}

.form-group label {
  width: 100%;
  float: left;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
  font-size: 14px;
}

.form-control {
  height: 42px;
  font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:focus {
  outline: none;
  outline: 0;
  outline-width: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input.error,
select.error,
textarea.error {
  /*border-color: #EE001C;*/
  border-color: #bd2130 !important;
  background-image: none !important;
  box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]).error {
  border-color: #bd2130;
}

input.valid,
select.valid,
textarea.valid {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

select.form-control:not([size]):not([multiple]).valid {
  background-color: transparent;
}

.has-danger .select2-container--default .select2-selection--single {
  border-color: #bd2130 !important;
}

textarea.form-control {
  height: 80px;
  resize: none;
}

.form-error {
  font-size: 13px;
}

.btn {
  font-size: 15px;
  padding: 7px 16px;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none !important;
}

.alert_wrapper {
  width: 100%;
  float: left;
  padding: 0 20px;
}

.alert_wrapper .alert {
  margin-top: 10px;
}

.common_modal .modal-dialog {
  max-width: 440;
}

.common_modal .modal-body {
  position: relative;
  padding: 30px 30px 30px 30px;
}

.common_modal .form_modal_container {
  float: left;
  width: 100%;
}

.common_modal .button_container {
  padding-top: 10px;
}

.common_modal .button_container .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.modal_alert_wrapper {
  float: left;
  width: 100%;
}

.modal_alert_wrapper .alert {
  margin-top: 10px;
  display: none;
}

.form_modal_container .modal_caption {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #131313;
  margin-bottom: 5px;
}

.form_modal_container .modal_text {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #131313;
  margin-bottom: 15px;
}

.form_modal_container .btn_blue {
  float: left;
  width: 100%;
}

.form_modal_container .icon_modal_close {
  float: left;
  width: 20px;
  height: 20px;
  background: url('../img/icon_modal_close.svg');
  background-size: 15px 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.confirm_modal.modal {
  z-index: 1060;
}

.confirm_modal .modal-dialog {
  min-width: 500px;
}

.confirm_modal .modal_footer_new {
  width: 100%;
  float: left;
  border-top: none;
  padding: 5px 25px 25px 25px;
}

.confirm_modal .modal_footer_new .btn {
  min-width: 110px;
}

.confirm_modal .modal_footer_new .btn-primary {
  margin-right: 20px;
}

.confirm_modal .modal-body {
  padding: 25px;
  padding-bottom: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .common_modal .modal-body {
    padding: 20px;
  }
}

.disabled-select {
  background-color: rgba(233, 236, 239, 0.4);
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/**
* Owl-Carousel
* ----------------------------------------------------------------------------
*/
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -30px;
  background-color: #dfdddd !important;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  outline: 0;
}
.owl-nav .owl-prev {
  margin-left: -20px;
}
.owl-nav .owl-next {
  margin-right: -20px;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #515151;
  font-size: 25px;
  padding-left: 3px;
}
.owl-nav .owl-prev i {
  padding-right: 3px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #a42a53 !important;
}
.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
  color: #ffffff;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav .disabled {
  cursor: not-allowed !important;
}
.owl-nav-top-right .owl-next,
.owl-nav-bottom-center .owl-next {
  background-color: #a42a53 !important;
}
.owl-nav-top-right .owl-next i,
.owl-nav-bottom-center .owl-next i {
  color: #fff !important;
}
.owl-nav-top-right .owl-next:after,
.owl-nav-bottom-center .owl-next:after {
  border-bottom-color: #a42a53 !important;
}
.owl-dots {
  position: absolute;
  bottom: 15px;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  display: block;
  background-color: #a7a9ac;
  border: 2.5px solid #a7a9ac;
}
.owl-dots .owl-dot.active span {
  background-color: #a42a53;
  border-color: #a42a53;
}
.color-light .owl-dots .owl-dot span {
  background-color: #ffffff;
}
.color-light .owl-dots .owl-dot.active span {
  background-color: #fb6a19;
}
@media (max-width: 1380px) {
  .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
  }
  .owl-nav .owl-prev {
    left: 0;
  }
  .owl-nav .owl-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .owl-dots {
    bottom: 6px;
  }
  .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
  }
}

.d-none-mobile {
  display: block;
}

.d-block-mobile {
  display: none;
}

@media (max-width: 990px) {
  .d-none-mobile {
    display: none;
  }

  .d-block-mobile {
    display: block;
  }
}

.heading_style {
  margin-bottom: 25px;
}

.heading_style h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  position: relative;
}

.heading_style h2::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #fb6a19;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 100;
}

.header_main {
  width: 100%;
  float: left;
  background-color: #a42c53;
  transition: all 0.5s ease;
  padding: 20px 0;
}

.brand {
  width: 220px;
  float: left;
  padding: 0 0;
}

.brand img {
  width: 100%;
}

.brand_wings {
  width: 140px;
}

.location_select {
  width: 165px;
  height: 42px;
  float: left;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  background-image: url("../img/arrow_down_white.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 20px auto;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.location_select:focus,
.location_select:visited {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.location_select option {
  color: #000;
}

.location_select:focus {
  box-shadow: none;
}

.call_txt {
  float: left;
  font-size: 14px;
  color: #fff;
}

.call_txt:hover {
  color: #fff;
}

.call_txt .icon_phone {
  width: 25px;
  height: 25px;
  float: none;
  background-color: #fbd4d2;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.call_txt .icon_phone img {
  width: 13px;
  /* max-width: 100%; */
}

.padding_top {
  padding-top: 10px;
}

.btn_action {
  height: 42px;
  float: left;
  background-color: #fbd4d2;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #a42a53;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.btn_action:hover,
.btn_action:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fbd4d2;
  text-decoration: none;
  transition: all 0.5s ease;
}

.menu_bar {
  width: 25px;
  float: left;
  cursor: pointer;
  margin-left: 20px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  bottom: auto;
  display: block;
  transition: all 0.5s ease;
}

@media (min-width: 991px) and (max-width: 1240px) {
  .brand {
    margin-right: 30px;
  }

  .btn_action {
    font-size: 13px;
    padding: 10px 20px;
  }

  .padding_top {
    padding-top: 13px;
  }
}

@media (max-width: 990px) {
  .header_main {
    padding: 10px 0;
  }

  .brand {
    width: 135px;
    padding: 7px 0;
  }

  .location_select {
    width: 140px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #fff;
    margin-left: 0px;
  }

  .padding_top {
    padding-top: 22px;
  }
}

@media (max-width: 479px) {
  .location_select {
    font-size: 12px;
    background-image: url("../img/arrow_down_white.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 7px);
    background-size: 15px auto;
    padding-right: 20px;
  }

  .location_select:focus,
  .location_select:visited {
    border-width: 1px;
  }
}

@media (max-width: 990px) {
  .header_main .nav-collapse {
    width: 100%;
    float: left;
    background-color: #a42c53;
    position: absolute;
    top: 57px;
    left: 0;
  }

  .header_main .nav-collapse ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header_main .nav-collapse ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
  }

  .header_main .nav-collapse ul li a {
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
  }
}

/* Book An appointment  */
#modal_book_appointment h3 {
  color: #a42c53;
  font-size: 22px;
}

#modal_book_appointment .top_right_img,
#modal_book_appointment .top_left_img,
#modal_book_appointment .bottom_left_img,
#modal_book_appointment .bottom_right_img {
  display: none;
}

.form_book_appointment {
  position: relative;
  z-index: 10;
}

.form_book_appointment .form-group {
  position: relative;
}

.form_book_appointment .icon {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 9px;
  left: 10px;
}

.form_book_appointment .icon img {
  width: 25px;
}

.form_book_appointment .icon_small {
  width: 30px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 10px;
}

.form_book_appointment .icon_small img {
  width: 20px;
}

.form_book_appointment .msg_error {
  display: none;
  font-size: 14px;
  animation-name: blink;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: Infinite;
}
@keyframes blink {
  0% {
    color: #bd2130;
  }
  50% {
    color: #ffffff;
  }
  100% {
    color: #bd2130;
  }
}

.form_book_appointment .form-control {
  height: 40px;
  font-size: 14px;
  border-radius: 7px;
  padding: 10px 13px 10px 45px;
  border-color: rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
}

.form_book_appointment select.form-control {
  padding-left: 13px;
}

.form_book_appointment .btn_action {
  display: inline-block;
  float: none;
  background-color: #3f9dbc;
  border-color: #3f9dbc;
  color: #fff;
}

@media (max-width: 767px) {
  #modal_book_appointment h3 {
    font-size: 20px;
  }
  .form_book_appointment .form-group {
    margin-bottom: 10px;
  }
  .form_book_appointment .form-control {
    font-size: 13px;
    padding: 8px 13px 8px 45px;
  }

  .form_book_appointment .btn_action {
    height: 40px;
    padding: 7px 20px;
  }
}

#modal_select_location h3 {
  color: #333;
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

#modal_select_location .location_select {
  width: 100%;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #333;
  border-radius: 7px;
  background-image: url("../img/arrow_down_red.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 20px auto;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  margin: 0;
}

.btn_primary {
  height: 50px;
  float: none;
  display: inline-block;
  background-color: #a42a53;
  border: 2px solid transparent;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0 30px;
}

.btn_primary i {
  margin-left: 6px;
}

.btn_primary:hover,
.btn_primary:focus {
  background-color: transparent;
  border-color: #a42a53;
  outline: none;
  text-decoration: none;
}

.btn_secondary {
  height: 40px;
  float: none;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #a42a53;
  font-size: 13px;
  color: #a42a53;
  font-weight: 500;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 20px;
}

.btn_secondary i {
  margin-left: 6px;
}

.btn_secondary:hover,
.btn_secondary:focus {
  background-color: #a42a53;
  color: #fff;
  border-color: #a42a53;
  outline: none;
  text-decoration: none;
}

@media (max-width: 579px) {
  .btn_primary {
    height: auto;
    line-height: 1.5;
    padding: 12px 30px;
  }
}

#modal_confirm h3 {
  color: #333;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

#modal_confirm .btn-primary {
}

/* Home Page styles*/
.home_banner {
  width: 100%;
  float: left;
  background-color: #dedddc;
  padding: 50px 0 0 0;
}

.home_banner .banner_in {
  width: 100%;
  float: left;
  position: relative;
}

.home_banner .banner_info {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* float: left; */
  position: relative;
  z-index: 10;
}

.home_banner .banner_info h1 {
  font-size: 40px;
  font-weight: 500;
  color: #a42c53;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.home_banner .banner_info h3 {
  font-size: 20px;
  font-weight: 400;
  color: #010000;
  margin-bottom: 80px;
}

.home_banner .banner_info p {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.home_banner .price_info {
  width: fit-content;
  font-size: 24px;
  color: #fff;
  background-color: #21aaa3;
  border-radius: 6px;
  font-weight: 600;
  padding: 2px 10px 0 10px;
  margin-bottom: 48px;
}

.box_free_out {
  width: 100%;
  float: left;
}

.box_free {
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 17px;
  border: 1px solid #a42c53;
  border-radius: 14px;
  text-align: center;
  color: #000;
  font-weight: 500;
  padding: 5px 10px 7px 0;
}

.box_free .txt_free {
  width: 90%;
  float: left;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  background-image: url("../img/bg-free-rippon-bar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% 70px;
  padding: 0 5px;
  margin: -38px 5% 5px 5%;
}

.box_free span {
  color: #a42c53;
}

.home_banner .banner_info .btn_action {
  width: auto;
  height: 40px;
  float: none;
  background-color: #3f9dbc;
  color: #fff;
  border-color: #3f9dbc;
  border-radius: 7px;
  padding: 8px 20px;
}

.home_banner .banner_info .btn_action:hover,
.home_banner .banner_info .btn_action:focus,
.home_banner .banner_info .btn_action:active,
.home_banner .banner_info .btn_action:visited {
  background-color: #3f9dbc;
  color: #fff;
}

.home_banner img {
  max-width: 310px;
}

.home_banner .form_book_appointment_home {
  width: 100%;
  max-width: 350px;
  float: none;
  display: inline-block;
  text-align: left;
  background-color: #ffffff;
  border: 2px solid #fff;
  border-radius: 9px;
  box-shadow: #c1c1c1 0 2px 5px;
  padding: 35px 25px;
}

.home_banner .form_book_appointment_home h4 {
  font-size: 18px;
  color: #a42c53;
  text-transform: uppercase;
}

.policy_text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px !important;
  color: #999;
  font-weight: 400 !important;
  margin-top: 15px;
}

.policy_text .custom_checkbox {
  width: 17px;
  height: 17px;
  float: none;
  display: inline-block;
  background-color: #a42c53;
  border: 1px solid #a42c53;
  margin-right: 7px;
  position: relative;
}

.policy_text .custom_checkbox:after {
  left: 5px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}

.policy_text a {
  color: #999;
  margin-left: 5px;
}

.policy_text a:hover {
  color: #a42c53;
}

/* .home_banner .form_book_appointment_home .form-control {
  height: 40px;
  font-size: 14px;
  color: #6a6a6a;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  padding: 8px 10px;
} */

@media (min-width: 1240px) {
  .home_banner .owl-dots {
    bottom: 45px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .home_banner .banner_info h1 {
    font-size: 36px;
  }

  .home_banner .banner_info h3 {
    font-size: 18px;
    margin-bottom: 80px;
  }

  .home_banner .banner_info p {
    font-size: 14px;
  }

  .home_banner .price_info {
    font-size: 22px;
  }

  .box_free {
    font-size: 12px;
    padding: 5px 10px 5px 0;
  }

  .box_free .txt_free {
    padding: 6px 7px;
    margin-right: 2px;
  }

  .home_banner img {
    max-width: 290px;
  }

  .home_banner .form_book_appointment_home h4 {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .home_banner {
    padding: 20px 0 0 0;
  }

  .home_banner img {
    max-width: 230px;
  }

  .home_banner .banner_info h1 {
    font-size: 23px;
  }

  .home_banner .col-md-8 {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
  }

  .home_banner .col-md-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
  }

  .home_banner .price_info {
    float: none;
    display: inline-block;
  }

  .home_banner .banner_info h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .home_banner .banner_info p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .box_free_out {
    text-align: center;
  }

  .box_free {
    font-size: 12px;
    float: none;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .home_banner {
    padding: 20px 0 0 0;
  }

  .home_banner img {
    max-width: 230px;
  }

  .home_banner .banner_info h1 {
    font-size: 23px;
  }

  .home_banner .col-md-8 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .home_banner .col-md-6.mt-5 {
    margin-top: 0 !important;
  }

  .home_banner .price_info {
    float: none;
    display: inline-block;
  }

  .home_banner .banner_info h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .home_banner .banner_info p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .box_free_out {
    text-align: center;
    margin-top: 30px;
  }

  .box_free {
    font-size: 16px;
    float: none;
    display: inline-block;
  }
}

.section_5_col {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 40px 0 45px 0;
}

.section_5_col h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.section_5_col article {
  width: 20%;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 -2px;
}

.section_5_col aside {
  width: 100%;
  max-width: 190px;
  height: 190px;
  float: none;
  display: inline-block;
  text-align: center;
  border: 1px solid #3f9dbc;
  border-radius: 10px;
  padding: 15px 30px;
}

.section_5_col figure {
  width: 100%;
  height: 90px;
  text-align: center;
  line-height: 90px;
  margin-bottom: 13px;
}

.section_5_col img {
  width: auto;
  max-width: 60px;
  max-height: 90px;
}

.section_5_col p {
  font-size: 15px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .section_5_col {
    padding-bottom: 10px;
  }
  .section_5_col article {
    width: 25%;
    margin: 0 -2px 30px -2px;
  }
}

@media (max-width: 1024px) {
  .section_5_col article {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .section_5_col {
    padding: 40px 0 10px 0;
  }

  .section_5_col h2 {
    margin-bottom: 20px;
  }

  .section_5_col article {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .section_5_col aside {
    max-width: 160px;
    height: 160px;
    padding: 15px 20px;
  }

  .section_5_col figure {
    height: 70px;
    line-height: 70px;
  }

  .section_5_col img {
    max-width: 60px;
    max-height: 70px;
  }
}

@media (max-width: 579px) {
  .section_5_col article {
    width: 50%;
  }

  .section_5_col aside {
    max-width: 150px;
    height: 150px;
    padding: 10px 20px;
  }

  .section_5_col figure {
    height: 70px;
    line-height: 70px;
  }

  .section_5_col img {
    max-width: 60px;
    max-height: 70px;
  }
}

.section_info {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #a42c53;
  padding: 100px 0 70px 0;
}

.section_info .container {
  max-width: 1100px;
}

.section_info .article_out {
  width: 100%;
  border: 1px solid #f8b6ba;
  border-radius: 20px;
}

.section_info .article_in {
  width: 100%;
  margin: -75px 0 -50px 0;
}

.section_info .txt_mid {
  width: 100%;
  max-width: 775px;
  background-color: #a42c53;
  margin: 25px auto 0 auto;
}

.section_info h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 13px;
}

.section_info p {
  color: #fff;
}

.section_info article {
  width: 180px;
  height: 180px;
  float: none;
  display: inline-block;
  border: 8px solid #a42c53;
  border-radius: 50%;
}

.section_info article aside {
  width: 100%;
  height: 100%;
  float: none;
  display: inline-grid;
  align-content: center;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #a42c53;
  box-shadow: #fff 0 0 0 2px;
  padding: 0 30px;
}

.section_info article .icon {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}

.section_info article .icon img {
  width: auto;
  max-width: 35px;
}

.section_info article h3 {
  font-size: 24px;
  color: #3f9dbc;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section_info article p {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 990px) {
  .section_info article h3 {
    font-size: 22px;
  }

  .section_info h2 {
    font-size: 22px;
  }

  .section_info .txt_mid {
    max-width: 720px;
    padding: 0 20px;
  }

  .section_info .txt_mid p {
    font-size: 13px;
  }

  .section_info article p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section_info {
    padding: 40px 0 15px 0;
  }

  .section_info .container {
    max-width: 100%;
  }

  .section_info .article_out {
    width: 100%;
    border: none;
    border-radius: 0;
  }

  .section_info .article_in {
    width: 100%;
    margin: 0;
  }

  .section_info .article_in .col-md-4 {
    width: 33.33%;
  }

  .section_info .txt_mid {
    width: 100%;
    padding: 0 15px;
    margin: 25px auto 0 auto;
  }

  .section_info h2 {
    font-size: 20px;
  }

  .section_info article {
    width: 150px;
    height: 150px;
    border: 4px solid #a42c53;
  }

  .section_info article aside {
    border: 3px solid #a42c53;
    box-shadow: #fff 0 0 0 2px;
    padding: 0 30px;
  }

  .section_info article .icon {
    margin-bottom: 5px;
  }

  .section_info article .icon img {
    max-width: 30px;
  }

  .section_info article h3 {
    font-size: 18px;
  }

  .section_info article p {
    font-size: 13px;
  }
}

@media (max-width: 579px) {
  .section_info .article_in .col-md-4 {
    width: 50%;
  }
}

.head_txt {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.head_txt h2 {
  font-weight: 500;
  margin-bottom: 12px;
}

.head_txt p {
  font-size: 17px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .head_txt p {
    font-size: 15px;
    line-height: 1.4em;
  }
}

.section_doctors {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  padding: 40px 0 0px 0;
}

.section_doctors h2 {
  font-weight: 700;
}

.section_doctors article {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #dfdddd;
  border-radius: 15px;
  text-align: center;
  padding: 0 10px 40px 10px;
}

.section_doctors .owl-item {
  transform: scale(0.9);
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}

/*.section_doctors .owl-item.center {*/
/*  transform: scale(1.03);*/
/*}*/

.section_doctors article figure {
  width: 100%;
  text-align: center;
  margin-top: -30px;
}

.section_doctors article figure img {
  width: auto;
  max-width: 140px;
  float: none;
  display: inline-block !important;
  border: 2px solid #94d6da;
  border-radius: 50%;
}

.section_doctors article h3 {
  font-size: 17px;
  color: #3f9dbc;
  font-weight: 700;
  margin-bottom: 3px;
}

.section_doctors article p {
  width: 100%;
  min-height: 90px;
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.section_doctors article p span {
  color: #a32b53;
}

.section_doctors article .btn_book {
  width: 100%;
  max-width: 200px;
  height: 35px;
  float: none;
  background-color: #a32b53;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 20px;
}

.section_doctors article .btn_book:hover,
.section_doctors article .btn_book:focus,
.section_doctors article .btn_book:visited {
  background-color: #a32b53;
}

.section_doctors .article_item {
  width: 33.33%;
  float: none;
  display: inline-block;
  padding: 0 20px;
  margin: 50px -3px 30px -3px;
  vertical-align: top;
}

.section_doctors .article_item.non_active {
  /*transform: scale(0.9);*/
}

.section_doctors .article_item.active {
  /*transform: scale(1.03);*/
}

.section_doctors .owl-dots {
  bottom: -8px;
}

.section_doctors .owl-carousel .owl-nav .owl-prev,
.section_doctors .owl-carousel:hover .owl-nav .owl-prev {
  left: -30px;
}

.section_doctors .owl-carousel .owl-nav .owl-next,
.section_doctors .owl-carousel:hover .owl-nav .owl-next {
  right: -30px;
}

.doctors_hide_owl_nav .owl-dots {
  display: none;
}

@media (max-width: 767px) {
  .section_doctors {
    padding: 40px 0 0 0;
  }

  .section_doctors .container {
    max-width: 320px;
    margin-bottom: 35px !important;
  }

  .section_doctors h2 {
    font-size: 20px;
  }

  .section_doctors .owl-item {
    transform: scale(1);
  }

  .section_doctors .owl-item.center {
    transform: scale(1);
  }
}

@media (max-width: 479px) {
  .section_doctors .container {
    max-width: 300px;
  }

  .section_doctors .owl-carousel .owl-nav .owl-prev,
  .section_doctors .owl-carousel:hover .owl-nav .owl-prev {
    left: -14px;
  }

  .section_doctors .owl-carousel .owl-nav .owl-next,
  .section_doctors .owl-carousel:hover .owl-nav .owl-next {
    right: -14px;
  }
}

.section_services {
  width: 100%;
  background-color: #feeada;
  background-image: url("../img/banner_services.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top left;
  padding: 40px 0 50px 0;
  overflow-x: hidden;
}

.section_services h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}

.section_services ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.section_services ul li {
  width: 100%;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 7px 0 7px 27px;
  margin: 0 0 15px 0;
  position: relative;
}

.section_services ul li:nth-last-child(even) {
  background-color: #fbd4d2;
}

.section_services ul li::before {
  width: 21px;
  height: 100%;
  background-image: url("../img/arrow_right.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px auto;
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
}

.section_services aside {
  width: 115px;
  float: none;
  display: inline-block;
  border: 3px solid #fff;
  text-align: center;
  padding: 5px 0;
  margin-right: 50px;
}

.section_services aside .txt_number {
  font-size: 40px;
  color: #3f9dbc;
  font-weight: 700;
}

.section_services aside p {
  font-size: 17px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 990px) {
  /* .section_services .col-md-6 img {
    visibility: hidden;
  } */

  .section_services ul li {
    font-size: 14px;
    padding: 7px 0 7px 20px;
  }
}

@media (max-width: 767px) {
  .section_services {
    width: 100%;
    background-color: #feeada;
    background-image: none;
    padding: 0 0 0 0;
  }

  .section_services .container {
    padding: 0;
  }

  .section_services article {
    width: 100%;
    background-image: linear-gradient(
      to bottom,
      rgba(254, 234, 218, 0.1),
      #feeada 25%
    );
    padding: 100px 20px 0 20px;
    margin-top: -150px;
  }

  .section_services h3 {
    font-size: 20px;
    text-align: center;
  }

  .section_services ul {
    margin: 0 0 35px 0;
  }

  .section_services ul li {
    font-size: 13px;
    padding: 7px 10px 7px 20px;
    margin: 0 0 13px 0;
  }

  .section_services ul li::before {
    width: 16px;
    background-image: url("../img/arrow_right.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    left: -4px;
  }
}

.section_4_cols {
  width: 100%;
  display: inline-block;
  padding: 45px 0 45px 0;
}

.section_4_cols .head_txt p {
  font-size: 16px;
  line-height: 1.6em;
}

.section_4_cols figure {
  width: 100%;
  height: 245px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.section_4_cols figure img {
  width: auto;
  max-width: 90px;
}

.section_4_cols h4 {
  font-size: 20px;
  font-weight: 600;
}

.section_4_cols p span {
  font-size: 15px;
}

.section_4_cols p {
  font-size: 14px;
  line-height: 1.4em;
}

@media (max-width: 990px) {
  .section_4_cols .head_txt p {
    font-size: 14px;
    line-height: 1.4em;
  }

  .section_4_cols figure {
    height: 175px;
    margin-bottom: 15px;
  }

  .section_4_cols figure img {
    max-width: 60px;
  }

  .section_4_cols h4 {
    font-size: 13px;
  }

  .section_4_cols p {
    font-size: 12px;
    line-height: 1.2em;
  }

  .section_4_cols p span {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .section_4_cols .head_txt p {
    font-size: 15px;
    line-height: 1.5em;
  }

  .section_4_cols .col-md-3 {
    width: 50%;
    background: url("../img/divider-02.png") no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
  }

  .section_4_cols .col-md-3:nth-child(3),
  .section_4_cols .col-md-3:last-child {
    background: none;
  }

  .section_4_cols .border_left::before {
    width: 3px;
    height: 100%;
    content: "";
    background: url("../img/divider-03.png") no-repeat left center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section_4_cols figure {
    width: 100%;
    height: 245px;
    margin-bottom: 15px;
  }

  .section_4_cols figure img {
    max-width: 90px;
  }

  .section_4_cols h4 {
    font-size: 16px;
  }

  .section_4_cols p span {
    font-size: 14px;
  }

  .section_4_cols p {
    font-size: 13px;
  }

  .section_4_cols .owl-dots {
    bottom: -20px;
  }

  .section_4_cols .owl-nav .owl-prev {
    left: 30px !important;
  }

  .section_4_cols .owl-nav .owl-next {
    right: 30px !important;
  }
}

@media (max-width: 479px) {
  .section_4_cols .col-md-3 {
    width: 100%;
    background: url("../img/divider-02.png") no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .section_4_cols .col-md-3:nth-child(3) {
    background: url("../img/divider-02.png") no-repeat bottom center;
  }

  .section_4_cols .col-md-3:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .section_4_cols .border_left::before {
    display: none;
  }

  .section_4_cols figure {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .section_4_cols figure img {
    max-width: 90px;
  }
}

.section_call_us {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #a42c53;
  border-top: 1px solid #fff;
  padding: 10px 0;
}

.section_call_us .divider {
  float: none;
  display: inline-block;
  margin: 0 15px;
}

.section_call_us .call_txt {
  float: none;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 15px;
  color: #a42c53;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 15px;
}

.section_call_us .icon_phone {
  background-color: transparent;
  padding: 0;
}

.section_call_us .call_txt .icon_phone img {
  width: 13px;
}

.section_call_us .btn_action {
  float: none;
  /* display: inline-block; */
  background-color: #ffffff;
  color: #a42c53;
  font-weight: 500;
}

.section_2_col {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a42c53;
  padding: 30px 0 0 0;
}

.section_2_col figure {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.section_2_col figure img {
  width: auto;
  max-width: 320px;
}

.section_2_col h2 {
  color: #fff;
}

.section_2_col p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.section_2_col ul {
  width: 100%;
  padding: 0;
  margin: 0 0 110px 0;
  list-style: none;
}

.section_2_col ul li {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  padding: 0 0 0 16px;
  margin: 0;
  list-style: none;
  position: relative;
}

.section_2_col ul li:before {
  width: 6px;
  height: 6px;
  float: left;
  background-color: #3f9dbc;
  border-radius: 6px;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}

.section_2_col .call_txt {
  float: none;
  display: inline-block;
  text-decoration: none;
}

.section_2_col .call_txt:hover {
  text-decoration: none;
}

.section_2_col .btn_action {
  float: none;
  /* display: inline-block; */
  font-weight: 500;
  background-color: #fff;
  text-transform: capitalize;
  padding: 9px 15px;
}

.section_2_col .btn_action:hover,
.section_2_col .btn_action:focus,
.section_2_col .btn_action:visited {
  color: #a42c53;
}

@media (max-width: 990px) {
  .section_2_col {
    padding: 40px 0 0 0;
  }

  .section_2_col figure img {
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  .section_2_col {
    padding: 35px 0 0 0;
  }

  .section_2_col figure img {
    max-width: 280px;
  }

  .section_2_col ul {
    margin: 0 0 30px 0;
  }
}

.section_row_testi {
  width: 100%;
  float: left;
  background-color: #dedddb;
  padding: 45px 0;
}

.section_row_testi .head_text {
  text-align: center;
  max-width: 1000px;
  float: none;
  margin: 0 auto 20px auto;
}

.section_row_testi .google_rating_div {
  width: 100%;
  background: url("../img/bg_google_rating.png") repeat-y top center;
  box-shadow: 0px 15px 10px -15px #999;
  padding: 20px 30px;
  margin-bottom: 40px;
}

.section_row_testi .google_rating_div .g_icon {
  width: 70px;
}

.section_row_testi .google_rating_div .rating_numb {
  font-size: 50px;
  color: #ff4b26;
  font-weight: 600;
  margin: 0 15px;
}

.section_row_testi .google_rating_div .rating_icon {
  font-size: 14px;
  position: relative;
}

.section_row_testi .google_rating_div .empty_stars {
  color: #dedee0;
}

.section_row_testi .google_rating_div .filled_stars {
  position: absolute;
  top: 0;
  left: 0;
  color: #fdc206;
  overflow: hidden;
  white-space: nowrap;
}

.section_row_testi .google_rating_div .filled_stars i {
  color: #fdc206;
}

.section_row_testi .google_rating_div .rating_count {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.section_row_testi article {
  width: 100%;
  background-color: #fff;
  border-radius: 14px;
  text-align: left;
  padding: 25px;
}

.section_row_testi article figure {
  width: 120px;
  float: none;
  margin: 0;
}

.section_row_testi article figure img {
  width: 100%;
  max-width: 100%;
  height: 100px;
  border-radius: 50%;
}

.section_row_testi article figure .img_placeholder {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 10px;
}

.section_row_testi article aside {
  width: 100%;
  padding: 0 40px 0 15px;
}

.section_row_testi article h3 {
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.section_row_testi article .day_txt {
  font-size: 12px;
  color: #515151;
}

.section_row_testi article p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.section_row_testi article .rating_div {
  width: 100%;
  margin-bottom: 3px;
}

.section_row_testi article .rating_txt {
  font-size: 14px;
  color: #ef6f01;
}

.section_row_testi article .rating_icon {
  font-size: 13px;
  margin-top: 1px;
  position: relative;
}

.section_row_testi article .empty_stars {
  color: #a19fa0;
}

.section_row_testi article .filled_stars {
  position: absolute;
  top: 0;
  left: 0;
  color: #ef6f01;
  overflow: hidden;
  white-space: nowrap;
}

.section_row_testi article .filled_stars i {
  color: #ef6f01;
}

.section_row_testi article .thumbs_like {
  font-size: 13px;
  color: #a19fa0;
}

.section_row_testi article .thumbs_like i {
  font-size: 14px;
}

.section_row_testi .review_txt {
  width: 100%;
  height: 160px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.section_row_testi .review_txt::-webkit-scrollbar {
  width: 11px;
}
.section_row_testi .review_txt::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 4px;
}
.section_row_testi .review_txt::-webkit-scrollbar-thumb {
  background-color: #a42c53;
  border-radius: 6px;
  border: 3px solid #a42c53;
}

.section_row_testi .owl-dots {
  position: relative;
  bottom: -20px;
}

.section_row_testi .owl-nav {
  display: none;
}

.testi_hide_owl_nav .owl-dots {
  display: none;
}

.testi_hide_owl_nav .owl-nav {
  display: block;
}

@media (max-width: 959px) {
  .section_row_testi {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .section_row_testi {
    padding: 40px 0;
  }

  .section_row_testi .google_rating_div {
    width: 100%;
    max-width: 300px;
    /* display: inline-block !important; */
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px #999;
    /* text-align: center; */
    padding: 20px 10px;
    margin: 10px auto 40px auto;
  }

  .section_row_testi .google_rating_div .g_icon {
    width: 70px;
  }

  .section_row_testi .google_rating_div .g_icon img {
    width: auto;
    max-width: 70px;
  }

  .section_row_testi .google_rating_div .rating_numb {
    font-size: 40px;
    margin: 0 10px;
  }

  .section_row_testi .google_rating_div .filled_stars {
    /* left: 5px; */
  }

  .section_row_testi article {
    padding: 25px 17px;
  }

  .section_row_testi article figure {
    width: 80px;
  }

  .section_row_testi article figure img {
    height: 80px;
  }

  .section_row_testi article aside {
    padding: 0 30px 0 15px;
  }

  .section_row_testi article h3 {
    font-size: 13px;
  }

  .section_row_testi .col-md-12 {
    width: 100%;
    max-width: 500px;
  }

  .section_row_testi .owl-nav {
    display: block;
  }

  .section_row_testi .owl-carousel .owl-nav .owl-prev,
  .section_row_testi .owl-carousel:hover .owl-nav .owl-prev {
    left: -30px;
  }

  .section_row_testi .owl-carousel .owl-nav .owl-next,
  .section_row_testi .owl-carousel:hover .owl-nav .owl-next {
    right: -30px;
  }

  .section_row_testi .owl-dots {
    display: none;
  }
}

@media (max-width: 579px) {
  .section_row_testi .col-md-12 {
    width: 100%;
    max-width: 300px;
  }

  .section_row_testi .owl-carousel .owl-nav .owl-prev,
  .section_row_testi .owl-carousel:hover .owl-nav .owl-prev {
    left: -20px;
  }

  .section_row_testi .owl-carousel .owl-nav .owl-next,
  .section_row_testi .owl-carousel:hover .owl-nav .owl-next {
    right: -20px;
  }
}

.section_question_ans {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #fff;
  padding: 45px 0 0 0;
}

.section_question_ans .head_text {
  text-align: center;
  margin-bottom: 10px;
}

.section_question_ans article {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.section_question_ans article .quest_title {
  width: 100%;
  float: left;
  background-image: url("../img/arrow_down_red.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  border: 1px solid #a1a0a0;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.section_question_ans article .quest_title.active {
  background-color: #a32b53;
  background-image: url("../img/arrow_down_white.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  color: #ffffff;
}

.section_question_ans article .quest_option {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  display: none;
  padding: 10px 20px 20px 10px;
}

@media (max-width: 990px) {
  .section_question_ans article .quest_title {
    background-size: 20px auto;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 30px 10px 10px;
  }

  .section_question_ans article .quest_title.active {
    background-size: 20px auto;
  }
}

.section_call_action {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #515151;
  padding: 30px 0 30px 0;
}

.section_call_action h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.section_call_action h2 a {
  color: #fff;
}

.section_call_action p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.section_call_action .call_txt {
  background-color: #ffffff;
  border-radius: 8px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 10px;
}

.section_call_action .call_txt .icon_phone {
  background-color: transparent;
}

@media (max-width: 990px) {
  .section_call_action {
    padding: 30px 0;
    margin-bottom: 45px;
  }

  .section_call_action .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section_call_action h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.scrollToTop {
  width: 45px;
  height: 45px;
  text-align: center;
  background: #333333;
  border-radius: 1px;
  color: #444;
  text-decoration: none;
  border-radius: 50%;
  position: fixed;
  bottom: 45px;
  right: 35px;
  display: none;
  z-index: 100;
}

.scrollToTop:before {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 24px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f106";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  transition: all 0.5s ease;
}

.scrollToTop:hover {
  background: #a42a53;
  text-decoration: none;
}

@media (max-width: 767px) {
  .scrollToTop {
    width: 35px;
    height: 35px;
    bottom: 30px;
    right: 25px;
  }

  .scrollToTop:before {
    font-size: 20px;
    line-height: 32px;
  }
}

.main_footer {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #a42a53;
}

.footer_bar {
  width: 100%;
  float: none;
  display: inline-block;
  padding: 10px 0;
}

.footer_bar p {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

.footer_bar p a {
  color: #666;
}

@media (max-width: 767px) {
  .main_footer {
    padding-bottom: 60px;
  }
}

.footer_bar_mobile {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #a42a53;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 100;
  padding: 10px 0 5px 0;
}

.footer_bar_mobile ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_bar_mobile ul li {
  float: none;
  display: inline-block;
  line-height: 16px;
  padding: 0;
  margin: 0 -2px;
  position: relative;
}

.footer_bar_mobile ul li::after {
  width: 2px;
  height: 90%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
}

.footer_bar_mobile ul li:last-child::after {
  display: none;
}

.footer_bar_mobile ul li span {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 2px 0;
  margin: 0;
}

.footer_bar_mobile ul li i {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.footer_bar_mobile ul li i.fa-mobile {
  font-size: 19px;
}

.footer_bar_mobile ul li i.fa-whatsapp {
  font-size: 16px;
}

.footer_bar_mobile ul li a {
  color: #fff;
}

@media (max-width: 990px) {
  .footer_bar_mobile {
    display: block;
  }
}

.error_page_container {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  padding: 50px 0 0 0;
}

.error_page_container h2 {
  font-size: 40px;
  color: #a42a53;
  font-weight: 600;
}

.banner_thank {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.banner_thank img {
  width: 100%;
  max-width: 100%;
}

.banner_thank .banner_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_thank .banner_box {
  width: 230px;
  height: 300px;
  margin: 90px auto 0 auto;
}

.banner_thank .banner_box h3 {
  font-size: 26px;
  color: #2368b3;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner_thank .banner_box h3 span {
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 990px) {
  .banner_thank .banner_box {
    width: 230px;
    height: 180px;
    margin: 60px auto 0 auto;
  }

  .banner_thank .banner_box h3 {
    font-size: 16px;
  }

  .banner_thank .banner_box h3 span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .banner_thank .banner_box {
    width: 230px;
    height: 180px;
    margin: -27% auto 0 auto;
  }

  .banner_thank .banner_box h3 {
    font-size: 20px;
  }

  .banner_thank .banner_box h3 span {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .banner_thank .banner_box {
    margin: -80px auto 0 auto;
  }
}

@media (max-width: 400px) {
  .banner_thank .banner_box {
    width: 230px;
    height: 160px;
    margin: -70px auto 0 auto;
  }

  .banner_thank .banner_box h3 {
    font-size: 18px;
  }

  .banner_thank .banner_box h3 span {
    font-size: 26px;
  }
}

.yes_no_radio input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.yes_no_radio label {
  color: rgba(164, 44, 83, 0.5);
  float: left;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 5px 15px;
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  background-color: #fbd4d2;
  border: solid 1px #fbd4d2;
  border-right-color: rgba(164, 44, 83, 0.5);
  text-transform: capitalize;
}

.yes_no_radio label:nth-child(2) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.yes_no_radio label:last-child {
  border: solid 1px #fbd4d2;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.yes_no_radio input[type="radio"]:checked + label {
  color: #fff;
  background: #3f9dbc;
  border-color: #3f9dbc;
  border-right: solid 1px #3f9dbc;
}

.yes_no_radio label + input[type="radio"] + label {
  border-left: solid 1px #fbd4d2;
}

.yes_no_radio.radio-group {
  float: left;
  width: 100%;
  overflow: hidden;
}

.hindi_show {
  display: none;
}

.whatapp_call_action {
  width: 40px;
  float: left;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}

.whatapp_call_action a {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #25d366;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatapp_call_action a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .whatapp_call_action {
    display: block;
  }
}

@media (max-width: 399px) {
  .whatapp_call_action {
    width: 30px;
  }

  .whatapp_call_action a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

#locationModal .modal-header .close {
    display: none;
}

#locationModal .modal-header {
    justify-content:center;
}
