@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
:root {
  --bs-secondry-color: #95c122;
}

body {
  color: var(--bs-black);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}
body.open .navigation-menu__labels {
  translate: 0 0;
  visibility: visible;
}

a,
a:hover {
  color: var(--sr-body-color);
  text-decoration: none;
}

ul li,
p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767.98px) {
  ul li,
  p {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: var(--bs-white);
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: var(--bs-black);
}

::placeholder {
  color: var(--bs-black) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--bs-black) !important;
}

::-ms-input-placeholder {
  color: var(--bs-black) !important;
}

.text-color {
  color: #007a75 !important;
}

.bg-color {
  background-color: #007a75 !important;
}

.bg-light {
  background-color: #fffae4 !important;
}

.bg-dark {
  background-color: var(--bs-dark) !important;
}

.bg-gradient {
  background-image: linear-gradient(90deg, #0f7956, #007a75) !important;
  background-color: #007a75;
}

.bg-gradient2 {
  background: radial-gradient(circle at 50% 48%, #0f7956 30%, #007a75 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007a75;
}

.validation {
  color: var(--bs-danger);
  font-size: 14px;
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.list-icon-check {
  padding-left: 0;
  list-style: none;
}
.list-icon-check li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  padding-left: 10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon-check li {
    align-items: start;
    padding-left: 10px;
  }
}
.list-icon-check li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--bs-black);
  position: relative;
  top: 0px;
  left: -10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon-check li::before {
    font-size: 14px;
  }
}

.list-icon {
  padding-left: 0;
  list-style: none;
}
.list-icon li {
  display: flex;
  align-items: start;
  margin-bottom: 0.25rem;
  padding-left: 10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon li {
    align-items: start;
    padding-left: 10px;
  }
}
.list-icon li::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--bs-black);
  position: relative;
  top: 0px;
  left: -10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon li::before {
    font-size: 14px;
  }
}

.mobile-call-btn {
  display: none;
  padding: 10px 10px 8px;
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 15px;
  background: #ffc107;
  border-radius: 5%;
  width: auto;
  text-align: center;
  line-height: 1.1;
  transition: all 0.3s ease;
  animation: dropdownSlideIn 0.5s ease-in;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.mobile-call-btn.show {
  display: block;
}
.mobile-call-btn a {
  background: transparent;
  color: var(--bs-black);
  font-weight: bold;
}
.mobile-call-btn a i {
  font-size: 2rem;
  color: #007a75;
}

@keyframes dropdownSlideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes dropdownSlideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #8b0101;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  transition: 0.5s all;
}
header.sticky .header_wrapper {
  padding: 10px 0;
}
header.sticky .header_wrapper .logo img {
  width: 150px;
  transition: 0.5s all;
}
header.sticky .header_wrapper .info a {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
header.sticky .header_wrapper .info a i {
  background-color: #8b0101;
  color: #fff;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
  transition: 0.5s all;
}
@media only screen and (max-width: 767.98px) {
  header {
    display: none;
  }
}
header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  header .header_wrapper {
    text-align: center;
    justify-content: space-between;
  }
}
header .header_wrapper .logo {
  border-radius: 50%;
  padding: 5px;
}
header .header_wrapper .logo img {
  max-width: 220px;
  transition: 0.5s all;
}
@media only screen and (max-width: 767.98px) {
  header .header_wrapper .logo img {
    width: 150px;
  }
}
header .header_wrapper .menu_top {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  header .header_wrapper .menu_top {
    display: none;
  }
}
header .header_wrapper .menu_top ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header .header_wrapper .menu_top ul li {
  list-style: none;
}
header .header_wrapper .menu_top ul li:first-child a {
  margin-left: 0;
}
header .header_wrapper .menu_top ul li:last-child a {
  margin-right: 0;
}
header .header_wrapper .menu_top ul li a {
  font-weight: 600;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
  margin: auto 10px;
  border-radius: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: normal;
}
header .header_wrapper .menu_top ul li a i {
  background-color: #8b0101;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  width: 25px;
  height: 25px;
}
header .header_wrapper .menu_top ul li a span {
  padding: 0 10px;
}
header .header_wrapper .info {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  header .header_wrapper .info {
    margin: auto;
  }
}
header .header_wrapper .info a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #8b0101;
  border: 2px solid #8b0101;
  padding: 3px;
  padding-right: 20px;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.5s all;
}
header .header_wrapper .info a:hover {
  background-color: #ffc107;
  border: 2px solid #ffc107;
  color: #000;
}
@media only screen and (max-width: 767.98px) {
  header .header_wrapper .info a {
    font-size: 12px;
    padding: 2px;
    padding-right: 10px;
    letter-spacing: 0;
  }
}
header .header_wrapper .info a i {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #8b0101;
  margin-right: 10px;
  border-radius: 50%;
}
@media only screen and (max-width: 767.98px) {
  header .header_wrapper .info a i {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
}

.hero_section {
  position: relative;
  padding: 200px 0 140px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/main_bg.jpg);
  background-size: cover;
  color: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  z-index: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section {
    padding: 180px 0 50px;
    background-size: cover;
  }
}
.hero_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: -1;
}
.hero_section .content {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .content {
    z-index: 2;
    margin-bottom: 35px;
  }
}
.hero_section .content h1 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
}
.hero_section .content h1 strong {
  color: #ffc107;
  text-shadow: none;
  font-weight: 700;
  letter-spacing: 10px;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  font-size: 125px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .content h1 strong {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero_section .content h1 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
  }
}
.hero_section .content h1 span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #ffc107;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .content h1 span {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.hero_section .content .thanks_title {
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
}
.hero_section .content .card_holder {
  display: flex;
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .content .card_holder {
    display: block;
    margin-bottom: 40px;
  }
}
.hero_section .content .card_holder .reviews_box {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .content .card_holder .reviews_box {
    margin-bottom: 15px;
  }
}
.hero_section .content .card_holder .reviews_box .profile_display {
  display: flex;
  margin-right: 15px;
}
.hero_section .content .card_holder .reviews_box .profile_display img {
  width: 50px;
  margin-left: -20px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.hero_section .content .card_holder .reviews_box .content_rw img {
  width: 100px;
  margin-bottom: 5px;
}
.hero_section .content .card_holder .reviews_box .content_rw span {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.hero_section .content .card_holder .clients {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .content .card_holder .clients {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 0;
    padding-top: 20px;
  }
}
.hero_section .content .card_holder .clients .number {
  font-size: 40px;
  font-weight: 700;
  color: #ffc107;
  margin-right: 10px;
}
.hero_section .content .card_holder .clients .text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero_section .appoinment_form {
  position: relative;
  background-color: #fff;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .appoinment_form {
    margin-bottom: 40px;
  }
}
.hero_section .appoinment_form::after {
  position: absolute;
  content: "";
  background-color: #ffc107;
  width: 200px;
  height: 250px;
  left: -10px;
  border-radius: 30px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .appoinment_form::after {
    left: -10px;
    top: -10px;
  }
}
.hero_section .appoinment_form::before {
  position: absolute;
  content: "";
  background-color: #ffc107;
  width: 200px;
  height: 250px;
  right: -10px;
  border-radius: 30px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .appoinment_form::before {
    right: -10px;
    bottom: -10px;
  }
}
.hero_section .appoinment_form .profile_pic {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .appoinment_form .profile_pic {
    display: block;
    width: 225px;
    left: 0;
    top: -160px;
    right: 0;
    margin: auto;
    position: absolute;
  }
}
.hero_section .appoinment_form .form-group {
  margin-bottom: 20px;
}
.hero_section .appoinment_form .form-group ::placeholder {
  color: #000;
}
.hero_section .appoinment_form .form-group .form-select,
.hero_section .appoinment_form .form-group .form-control {
  box-shadow: rgba(9, 30, 66, 0.15) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 0;
  border: none;
  height: auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
}
.hero_section .appoinment_form .form-group textarea {
  resize: none;
}
.hero_section .appoinment_form .form-group .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.hero_section .appoinment_form .form-group .submit-btn #btnSubmit {
  border: none;
  background-color: #8b0101;
  padding: 10px 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  width: auto;
  outline: 2px solid #8b0101;
  outline-offset: 3px;
}
.hero_section .appoinment_form .ribbon-wrapper {
  position: relative;
  z-index: 998;
  left: -25px;
  right: -25px;
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-front {
  height: 50px;
  width: 120%;
  position: relative;
  left: -10px;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #8b0101;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .appoinment_form .ribbon-wrapper .ribbon-front {
    font-size: 18px;
    width: 121.7%;
  }
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-front,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-back-left,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-back-right {
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-topleft,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-topright,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomleft,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomright {
  position: absolute;
  z-index: 1;
  border-style: solid;
  height: 0px;
  width: 0px;
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomleft,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomright {
  top: 50px;
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-topleft,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomleft {
  left: -10px;
  border-color: transparent #8b0101 transparent transparent;
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-topleft {
  top: -5px;
  border-width: 5px 10px 0 0;
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomleft {
  border-width: 0 10px 0px 0;
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-topright,
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomright {
  left: 114%;
  border-color: transparent transparent transparent #8b0101;
}
@media only screen and (max-width: 767.98px) {
  .hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-topright,
  .hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomright {
    left: 115.7%;
  }
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-topright {
  top: 0px;
  border-width: 0px 0 0 10px;
}
.hero_section .appoinment_form .ribbon-wrapper .ribbon-edge-bottomright {
  border-width: 0 0 5px 10px;
}
@-webkit-keyframes flow {
  0% {
    left: -20px;
    opacity: 0;
  }
  50% {
    left: 150px;
    opacity: 0.3;
  }
  100% {
    left: 350px;
    opacity: 0;
  }
}
@keyframes flow {
  0% {
    left: -20px;
    opacity: 0;
  }
  50% {
    left: 150px;
    opacity: 0.3;
  }
  100% {
    left: 350px;
    opacity: 0;
  }
}
.hero_section .appoinment_form .ribbon-wrapper .glow {
  width: 40px;
  height: 100%;
  z-index: 999;
  position: absolute;
  -webkit-animation: flow 2s linear infinite;
  -moz-animation: flow 2s linear infinite;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  border-left: 1px solid #fff;
}

.testimonials {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 767.98px) {
  .testimonials {
    padding: 30px 0;
    padding-bottom: 0;
  }
}
.testimonials .title {
  font-size: 45px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials .title {
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
}
.testimonials .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #000;
  z-index: 1;
}
.testimonials .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  right: 0;
  margin: auto;
  width: 200px;
  max-width: 255px;
  background-color: #000;
}
.testimonials .video_wrapper {
  position: relative;
  border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media only screen and (max-width: 767.98px) {
  .testimonials .video_wrapper {
    margin-bottom: 20px;
  }
}
.testimonials .video_wrapper a {
  display: block;
  position: relative;
}
.testimonials .video_wrapper a .pattern {
  position: relative;
}
.testimonials .video_wrapper a .pattern::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.testimonials .video_wrapper a .pattern .icon {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #8b0101;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  text-align: center;
}
.testimonials .video_wrapper a .pattern .icon i {
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
}
.testimonials .video_wrapper p {
  position: relative;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  background-color: #fff;
}
.testimonials .reports_slider .item {
  border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 7px;
}

.media_partners {
  position: relative;
  margin-top: -60px;
}
.media_partners .partners {
  margin: 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
}
.media_partners .partners img {
  width: 100%;
}

.benifits {
  position: relative;
  padding: 70px 0;
}
@media only screen and (max-width: 767.98px) {
  .benifits {
    padding: 30px 0;
  }
}
.benifits .title {
  font-size: 45px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .benifits .title {
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
}
.benifits .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #000;
  z-index: 1;
}
.benifits .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  right: 0;
  margin: auto;
  width: 200px;
  max-width: 255px;
  background-color: #000;
}
.benifits .box_container {
  color: #ffc107;
  background: linear-gradient(to bottom, #ffc107 36%, #fff 36%);
  text-align: right;
  padding: 15px 20px 25px;
  border-radius: 15px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.benifits .box_container::after {
  content: "";
  background: #ffc107;
  width: calc(100% - 100px);
  height: 8px;
  transform: translateX(-50%);
  position: absolute;
  bottom: -8px;
  left: 50%;
  border-radius: 10px;
}
.benifits .box_container .service-icon {
  color: #8b0101;
  background: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 85px;
  width: 85px;
  height: 85px;
  margin: 0 auto 40px;
  border-radius: 50% 50% 0 50%;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
.benifits .box_container .service-icon span {
  display: block;
  transform: rotate(-45deg);
}
.benifits .box_container .main_title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 5px;
  color: #8b0101;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767.98px) {
  .benifits .box_container .main_title {
    font-size: 22px;
  }
}
.benifits .box_container .description {
  color: #888;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
.benifits .display {
  position: relative;
}
.benifits .display img {
  animation: bounce2 2s ease infinite;
}

.treatment {
  position: relative;
  padding: 70px 0;
}
.treatment .title {
  font-size: 45px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .treatment .title {
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
}
.treatment .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #000;
  z-index: 1;
}
.treatment .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 200px;
  max-width: 255px;
  background-color: #000;
}
.treatment .content {
  padding: 20px;
  border-radius: 25px;
  background-color: #8b0101;
  position: relative;
  margin-left: -20px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .treatment .content {
    margin-left: 0;
    padding-left: 20px;
  }
}
.treatment .display {
  position: relative;
  z-index: 2;
  border-radius: 25px;
  overflow: hidden;
  margin-right: -20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
@media only screen and (max-width: 767.98px) {
  .treatment .display {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.psoriasis_types {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 767.98px) {
  .psoriasis_types {
    padding: 30px 0;
  }
}
.psoriasis_types .title {
  font-size: 45px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .psoriasis_types .title {
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
}
.psoriasis_types .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #000;
  z-index: 1;
}
.psoriasis_types .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 200px;
  max-width: 255px;
  background-color: #000;
}
.psoriasis_types ol {
  list-style: none;
  counter-reset: list;
  padding: 0;
}
.psoriasis_types ol li {
  --stop: calc(100% / var(--length) * var(--i));
  --l: 62%;
  --l2: 88%;
  --h: calc((var(--i) - 1) * (180 / var(--length)));
  --c1: hsl(var(--h), 71%, var(--l));
  --c2: hsl(var(--h), 71%, var(--l2));
  position: relative;
  counter-increment: list;
  margin: 2rem 0;
  padding: 2rem 1rem 1rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: white;
}
.psoriasis_types ol li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}
.psoriasis_types ol li img {
  float: right;
}
.psoriasis_types ol li h3 {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
  color: rgb(70, 70, 70);
}
@media only screen and (max-width: 767.98px) {
  .psoriasis_types ol li h3 {
    font-size: 17px;
  }
}
.psoriasis_types ol li h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  content: counter(list);
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--c1);
  color: white;
}
@media only screen and (max-width: 767.98px) {
  .psoriasis_types ol li h3::before {
    margin-right: 0.5rem;
  }
}

.expert {
  position: relative;
  padding: 70px;
}
@media only screen and (max-width: 767.98px) {
  .expert {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.expert .expert-message {
  position: relative;
  border-right: 20px solid #ffc107;
  border-bottom: 20px solid #ffc107;
  padding: 30px;
  padding-left: 0;
}
.expert .expert-message::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 20px;
  background-color: #ffc107;
  top: -20px;
  right: -20px;
}
.expert .expert-message .expeert-profile {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.expert .expert-message .expert-info {
  margin-top: 20px;
  text-align: right;
  border-right: 5px solid #ffc107;
  padding-right: 15px;
}
.expert .expert-message .expert-info h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 600;
}
.expert .expert-message .expert-info span {
  font-style: italic;
}
.expert .expert-message .expert-details {
  position: relative;
  padding-top: 0;
}
.expert .expert-message .expert-details h4.main-title {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .expert .expert-message .expert-details h4.main-title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.expert .expert-message .expert-details h4.main-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #000;
  z-index: 1;
}
.expert .expert-message .expert-details h4.main-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 200px;
  max-width: 255px;
  background-color: #000;
}

footer {
  background-color: #8b0101;
  padding: 100px 0 0;
  color: #fff;
  text-align: center;
}
footer .footer_logo {
  max-width: 200px;
}
footer .copyright {
  background-color: #fffae4;
  margin-top: 50px;
  color: #000;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media only screen and (max-width: 767.98px) {
  footer .col-lg-4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
  }
}

#whatsup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 0;
  text-align: center;
  z-index: 99;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mobile-call-btn {
  display: none;
  padding: 10px 10px 8px;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  background: #ffc107;
  border-radius: 5%;
  width: 65px;
  text-align: center;
  line-height: 1.1;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}/*# sourceMappingURL=style.css.map */