* {
  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: 1380px;
  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: 1380px;
  }
}

@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;
  padding: 0;
  margin: 0;
}

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

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

.brand img {
  width: 100%;
}

.brand_wings {
  width: 140px;
}

.btn_action {
  height: auto;
  min-height: auto;
  background-color: #a53758;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s ease;
}

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

.btn_action img {
  width: 14px;
  margin-right: 7px;
}

.navbar-toggler {
  width: 35px;
  height: 35px;
  background-color: #a53758;
  padding: 3px 7px;
  display: none;
}

.navbar-toggler span {
  width: 100%;
  height: 2px;
  float: left;
  background-color: #fff;
  margin: 2px 0;
}

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

.navbar-nav {
  width: 100%;
  height: auto;
  float: none;
  background: #e3dfdf;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: -7px;
  padding: 0;
  position: relative;
  z-index: 10;
}

.navbar-nav.collapse:not(.show) {
  display: inline-block;
}

.navbar-nav ul {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}

.navbar-nav ul li {
  height: 40px;
  float: left;
  padding: 0 3px;
  position: relative;
}

.navbar-nav ul li img {
  width: 30px;
  margin-right: 8px;
}

.navbar-nav ul li img.sml {
  width: 20px;
}

.navbar-nav ul li a {
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #000000;
  position: relative;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.navbar-nav ul li a.active,
.navbar-nav ul li a:hover,
.navbar-nav ul li a:focus {
  color: #a32c53;
  text-decoration: none;
  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: 990px) {
  .navbar-toggler {
    display: block;
  }

  .btn_action {
    font-size: 12px;
    padding: 6px 15px;
  }

  .btn_action img {
    width: 13px;
  }

  .navbar-nav {
    width: 100%;
    float: left;
    border-radius: 0;
    position: absolute;
    top: 57px;
    left: 0;
    margin: 0;
  }

  .navbar-nav.collapse:not(.show) {
    display: none;
  }

  .navbar-nav ul {
    width: 100%;
    float: left;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }

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

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

.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;
}

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

.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 .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*/
.banner_home {
  width: 100%;
  float: left;
  background: #6d6e6d url(../img/bg-overlay.png) bottom center repeat-x;
  padding: 15px 0;
  margin-bottom: 30px;
}

.banner_home h2 {
  /* background-image: linear-gradient(transparent, #000); */
  position: relative;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0;
  /* margin: -65px 0 0 0; */
}

.banner_home .col-md-4-in {
  width: 100%;
  max-width: 340px;
  margin: auto;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .banner_home {
    width: 100%;
    float: left;
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #6d6e6d;
    padding: 10px 0 30px 0;
    margin-bottom: 0;
  }

  .banner_home figure {
    width: 100%;
    max-width: 100%;
  }

  .banner_home h2 {
    font-size: 28px;
    color: #fff;
  }

  .banner_home .text_logo {
    width: 100%;
  }

  .banner_home .text_logo img {
    width: 200px;
  }

  .banner_home .container {
    width: 100%;
    max-width: 480px;
  }
}

.section_col {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}

.section_col h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}

.section_col p {
  font-size: 14px;
  color: #333;
}

.tag-box-out {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.tag-box {
  width: 100%;
  border-radius: 8px;
  background-color: #a32c53;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  margin-bottom: 17px;
}

.tag-box aside {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.tag-box aside img {
  width: auto;
  max-width: 20px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .section_col {
    background-color: #e6e7e8;
    padding: 30px 0;
    margin-bottom: 0;
  }

  .section_col p {
    text-align: justify;
  }

  .tag-box-out {
    display: none;
  }
}

.section_boxes {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #fbd4d2;
  display: table;
}

.section_boxes .row {
  margin-top: -50px;
  margin-bottom: -100px;
}

.section_boxes .col-md-4 {
  display: table-cell;
  margin-bottom: 55px;
}

.section_boxes article {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  text-align: justify;
  padding: 25px 40px 10px 40px;
  position: relative;
}

.section_boxes article:after {
  width: 100%;
  height: 4px;
  background-image: url("../img/icon-top-curve.png");
  background-repeat: repeat-x;
  background-position: top left;
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
}

.section_boxes article:before {
  width: 100%;
  height: 4px;
  background-image: url("../img/icon-bottom-curve.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
}

.section_boxes article figure {
  width: 67px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}

.section_boxes article h3 {
  font-size: 20px;
  font-weight: 600;
  color: #a32c53;
  margin: 0 0 5px 0;
  padding: 0;
}

.section_boxes article p {
  font-size: 14px;
  color: #000000;
  padding: 0;
  margin: 0 0 5px 0;
}

.section_boxes article .read_more {
  color: #a32c53;
  text-align: right;
  cursor: pointer;
}

.section_boxes article .read_more:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .section_boxes {
    width: 100%;
    float: none;
    display: inline-block;
    background-color: #e6e7e8;
    display: table;
  }

  .section_boxes .row {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section_boxes .col-md-4 {
    display: table-cell;
    margin-bottom: 35px;
  }

  .section_boxes article {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
    text-align: justify;
    padding: 15px 15px 15px 120px;
    position: relative;
    display: flex;
  }

  .section_boxes article:after {
    display: none;
  }

  .section_boxes article:before {
    display: none;
  }

  .section_boxes article figure {
    width: 100px;
    height: 100%;
    background-color: #6d6e6d;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section_boxes article figure img {
    width: 50px;
  }

  .section_boxes article h3 {
    font-size: 20px;
    font-weight: 600;
    color: #a32c53;
    margin: 0 0 5px 0;
    padding: 0;
  }

  .section_boxes article p {
    font-size: 14px;
    color: #000000;
    padding: 0;
    margin: 0 0 5px 0;
  }

  .section_boxes article .read_more {
    color: #a32c53;
    text-align: right;
  }
}

.footer_main {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #e3dfdf;
  padding: 35px 0;
  margin-top: 100px;
}

.footer_btm {
  width: 100%;
  padding-bottom: 50px;
}

.footer_btm p {
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
}

.footer_btm p span {
  font-weight: 500;
}

.footer_btm .btn_action {
  align-items: center;
}

.footer_btm2 {
  width: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_btm2 p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer_btm2 p a {
  color: #000000;
}

.footer_btm2 p a:hover {
  color: #a32c53;
}

.footer_btm2 .social_icon ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer_btm2 .social_icon ul li {
  display: flex;
  font-size: 13px;
  margin-left: 10px;
}

.footer_btm2 .social_icon ul li a {
  width: 30px;
}

@media (max-width: 767px) {
  .footer_main {
    text-align: center;
    background-color: #a32c53;
    padding: 35px 0 0 0;
    margin-top: 0;
  }

  .footer_main .btn_action {
    background-color: #fff;
    color: #a32c53;
  }

  .footer_btm {
    padding-bottom: 20px;
  }

  .footer_btm p {
    color: #fff;
    padding-bottom: 10px;
  }

  .footer_btm .mobile-center {
    justify-content: center;
  }

  .footer_btm2 {
    color: #fff;
    display: inline-block;
  }

  .footer_btm2 p {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .footer_btm2 p a {
    color: #fff;
  }

  .footer_btm2 p a:hover {
    color: #fff;
  }

  .footer_btm2 .social_icon {
    width: 100%;
  }

  .footer_btm2 .social_icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .footer_btm2 .social_icon ul li {
    display: flex;
    font-size: 13px;
    margin-left: 10px;
  }

  .footer_btm2 .social_icon ul li a {
    width: 30px;
  }
}
