/* Functions */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
/* Colors */
body {
  line-height: 1.2;
  --gutter-x: 16px;
  --gutter-x2: -16px;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  color: #424242;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
#mobile-footer-cta-buttons {
    padding-bottom: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

#mobile-footer-cta-buttons:before {
    content: " ";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:var(--first-color);
}

#mobile-footer-cta-buttons .row {
    --gutter-x: 4px;
    --gutter-x2: -4px;
}

#mobile-footer-cta-buttons .button-x {
    height: 52px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 20px;
    color: #fff;
}

#mobile-footer-cta-buttons .button-x.button-call {
    background: var(--first-color);
}

#mobile-footer-cta-buttons .button-x.button-whatsapp {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #58D164;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
}

#mobile-footer-cta-buttons .button-x svg {
    color: #fff;
}

#mobile-footer-cta-buttons .button-x span.text {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--custom-first-font);
}
a.mobile-hamburger-menu {
  z-index: 999999;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #000;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: black;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: black;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #262262;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  background: #f26c07;
  
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
header {
  padding: 25px 0;
  background-color: #F9F9FA;
}
header .header-logo {
  width: 160px;
  height: auto;
}
.iti {
  width: max-content;
  margin-right: 5px;
}
.iti .form-in {
  padding-right: 6px !important;
  padding-left: 52px !important;
}
#success {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  width: 94%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all, 0.4s;
}
#success.acik {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
.gen-button {
  background-color: #0D87D4;
  min-width: 180px;
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: max-content;
}
.gen-button svg {
  width: 20px;
  height: 20px;
  margin-right: 40px;
}
.gen-button:hover {
  background-color: #98E6F6;
}
main {
  overflow-x: clip;
}
#mega-banner {
  background-color: #F9F9FA;
  padding: 25px 0 50px;
  margin-bottom: 150px;
}
#mega-banner .banner-form-area {
    position:relative;
    z-index:3;
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: 2px solid #f26900;
  overflow: hidden;
}
#mega-banner .banner-form-area .form-title-area {
  width: 100%;
  text-align: center;
  padding: 15px;
  background: linear-gradient(268deg, #1F231F 0%, #FAFAFA 0%, #f26900 0%, #e39458 85%, #d3b9a6 100%);
}
#mega-banner .banner-form-area .form-title-area .form-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
#mega-banner .banner-form-area .form-area {
  padding: 30px 20px;
  background-color: #fff;
}
#mega-banner .banner-form-area .form-area .contact_form .radio-buttons .radio {
  margin-bottom: 10px;
  width: 100%;
}
#mega-banner .banner-form-area .form-area .contact_form .radio-buttons .radio input {
  font-size: 16px;
  color: #424242;
}
#mega-banner .banner-form-area .form-area .contact_form .radio-buttons .radio label {
  font-size: 16px;
  color: #424242;
}
#mega-banner .banner-form-area .form-area .contact_form .input-area {
  width: 100%;
  margin-bottom: 20px;
}
#mega-banner .banner-form-area .form-area .contact_form .input-area .form-in {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #f26900;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
#mega-banner .banner-form-area .form-area .contact_form .input-area .form-in::placeholder {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #424242;
}
#mega-banner .banner-form-area .form-area .contact_form .form-button {
  padding: 0 10px;
  font-size: 18px;
  height: 52px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-size: 300% 100%;
  width: 100%;
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#mega-banner .banner-form-area .form-area .contact_form .form-button span {
  position: relative;
  z-index: 2;
}
#mega-banner .banner-form-area .form-area .contact_form .form-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 800%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 0;
  background: linear-gradient(73deg, #d3b9a6 0%, #e39458 40%, #f26900 100%);
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#mega-banner .banner-form-area .form-area .contact_form .form-button:hover::before {
  transform: translate3d(-50%, -50%, 0) rotate(-180deg);
}
#mega-banner .banner-image {
  margin-bottom: -100px;
}
#about-us {
  margin-bottom: 80px;
}
#about-us .about-content-area .about-text-area {
  margin-bottom: 20px;
}
#about-us .about-content-area .about-text-area .about-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#about-us .about-content-area .about-text-area .about-text {
  font-size: 16px;
  font-weight: 500;
}
#about-us .about-content-area .about-icon-boxes .col-mb {
  margin-bottom: 20px;
}
#about-us .about-content-area .about-icon-boxes .icon-box .icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-right: 10px;
}
#about-us .about-content-area .about-icon-boxes .icon-box .box-text {
  font-size: 16px;
}

#about-us .about-bottom{
  padding:50px 0;
}

#about-us .about-bottom .about-bottom-text{
  font-size: 16px;
  font-weight: 500;
  text-align:center;
}

#process-area {
  --gutter-x: 70px;
  --gutter-x2: -70px;
  margin-bottom: 100px;
}
#process-area .box-col {
  position: relative;
}
#process-area .box-col:nth-child(even) {
  margin-top: 120px;
}
#process-area .box-col:nth-child(even) .process-box .box-dots {
  top: 0%;
}
#process-area .box-col .process-box {
  position: relative;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  border-radius: 48px;
  background: linear-gradient(25deg, #d3b9a6 0%, #f26900 100%);
  padding: 20px 15px 40px 25px;
}
#process-area .box-col .process-box .box-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}
#process-area .box-col .process-box .box-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#process-area .box-col .process-box .box-text {
  font-size: 16px;
  color: #fff;
}
#process-area .box-col .process-box .box-dots {
  position: absolute;
  left: 100%;
  width: 120px;
  height: auto;
  margin-left: 10px;
  top: 50%;
}
#services-area {
  background-color: #F9F9FA;
  padding: 80px 0 200px;
}
#services-area .section-title-area {
  margin-bottom: 40px;
}
#services-area .section-title-area .section-title {
  font-size: 24px;
  font-weight: bold;
}
#services-area .tab-system .tab-navs {
  margin-bottom: 80px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
#services-area .tab-system .tab-navs .nav-item {
  cursor: pointer;
  position: relative;
  list-style: none;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
#services-area .tab-system .tab-navs .nav-item .item-inner {
  padding: 5px 20px;
  position: relative;
  z-index: 3;
}
#services-area .tab-system .tab-navs .nav-item .item-inner .item-icon {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  object-fit: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services-area .tab-system .tab-navs .nav-item .item-inner .item-text {
  font-size: 16px;
  color: #7A7A7A;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services-area .tab-system .tab-navs .nav-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background: linear-gradient(81deg, #f26900 0%, #d3b9a6 100%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services-area .tab-system .tab-navs .nav-item.active-item::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#services-area .tab-system .tab-navs .nav-item.active-item .item-inner .item-icon {
  filter: brightness(0) invert(1);
}
#services-area .tab-system .tab-navs .nav-item.active-item .item-inner .item-text {
  color: #fff;
}
#services-area .tab-system .tab-elements {
  height: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services-area .tab-system .tab-elements .tab-element {
  display: none;
  --gutter-x: 30px;
  --gutter-x2: -30px;
}
#services-area .tab-system .tab-elements .tab-element .element-content .content-image {
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  -ms-border-radius: 72px;
  border-radius: 72px;
}
#services-area .tab-system .tab-elements .tab-element .element-content .content-text {
  font-size: 16px;
  font-weight: 500;
}
#services-area .tab-system .tab-elements .tab-element .element-content .content-text a {
  color: #0D87D4;
}
#services-area .tab-system .tab-elements .tab-element.active-tab {
  overflow: visible;
  height: max-content;
  display: block;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}

#materials-area{
  padding: 0 0 180px;
}

#materials-area .materials-container{
  margin-top: 50px;
}

#materials-area .materials-container .materials .materials-text{
  margin-top: 25px;
}

#materials-area .materials-container .materials .materials-text .materials-item{
  font-size: 16px;
  font-weight: 500;
  list-style-type: disclosure-closed;
}

#materials-area .materials .materials-title{
  font-size: 24px;
  font-weight: bold;
}

#call-form-area {
  transform: translateY(-100px);
}
#call-form-area .area-outer {
  position: relative;
}
#call-form-area .area-outer::before {
  content: '';
  position: absolute;
  right: -10%;
  top: 0;
  background: linear-gradient(65deg, #d3b9a6 0%, #f26900 100%);
  width: 130vw;
  height: 100%;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  -ms-border-radius: 95px;
  border-radius: 95px;
}
#call-form-area .area-outer .area-inner {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
#call-form-area .area-outer .area-inner .form-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .radio-buttons .radio {
  margin-bottom: 10px;
  width: 100%;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .radio-buttons .radio input {
  font-size: 16px;
  color: #424242;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .radio-buttons .radio label {
  font-size: 16px;
  color: #424242;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .input-area {
  width: 100%;
  margin: 0 15px;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .input-area .form-in {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
  border: none;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .input-area .form-in::placeholder {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #424242;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .form-button {
  padding: 15px;
  background-color: #053F70;
  display: block;
  width: max-content;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
}
#call-form-area .area-outer .area-inner .form-area .contact_form .form-button img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

#tab-check-up{
  padding:60px 0;
}

#tab-check-up .section-title-area{
  margin-bottom: 25px;
}

#tab-check-up .section-title-area .section-title {
  font-size: 24px;
  font-weight: bold;
}

#tab-check-up .check-tab-title-container{
  gap:38px;
}

#tab-check-up .check-tab-title-container .check-tab-title{
  color:#F06E0C;
  border: 2px solid #F06E0C;
  border-radius: 13px;
  padding:10px;
  cursor:pointer;
}

#tab-check-up .check-active-tab {
  background-color: #F06E0C!important;
  color:#fff!important;
  overflow: visible;
  height: max-content;
  display: block;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}

#tab-check-up .check-tab-content{
  margin-top: 30px;
}

#tab-check-up .check-tab-content .check-up-test-left-box{
  background-color: #F06E0C;
  padding:40px 25px;
  border-radius:30px;
}

#tab-check-up .check-tab-content .about-bottom {
  padding: 0 0 30px;
}

#tab-check-up .check-tab-content .about-bottom .about-bottom-text{
  font-size: 16px;
  font-weight: 500;
  text-align:center;
}

#tab-check-up .check-tab-content .check-up-test-left-box .check-up-test-left-box-title{
  color:#fff;
  font-size: 21px;
}

#tab-check-up .check-tab-content .check-up-test-left-box .check-up-test-left-box-materials{
  margin-top: 20px;
  padding-left: 10px;
  padding: 0 30px;
}

#tab-check-up .check-tab-content .check-up-test-left-box .check-up-test-left-box-materials .check-up-test-left-box-features{
  color:#fff;
  font-size: 14px;
  font-weight: 300;
  list-style-type: disc;
  margin-bottom: 5px;
}

.check-right-container{
  max-height:max-content;
}

.check-right{
  margin-bottom:25px ;
}

.check-up-test-right-box-title {
  color:#fff;
  font-size: 21px;
  text-align:center;
}

.check-right-img img{
  max-width: 100%;
}

.tab-contact{
  margin-top: 30px;
}

.tab-contact-text{
  padding: 5px 0;
  color:#F06E0F;
  font-weight: 700;
  font-size: 28px;
}
#faq-area {
  margin-bottom: 100px;
}
#faq-area .faq-content-area .faq-title-area {
  margin-bottom: 40px;
}
#faq-area .faq-content-area .faq-title-area .faq-title {
  font-size: 24px;
  font-weight: bold;
}
#faq-area .faq-content-area .faq-list .faq-item {
  cursor: pointer;
  background-color: #F9F9FA;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
  padding: 20px 40px;
  margin-bottom: 20px;
}
#faq-area .faq-content-area .faq-list .faq-item .item-top {
  position: relative;
}
#faq-area .faq-content-area .faq-list .faq-item .item-top:before {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 15px;
  background: #424242;
}
#faq-area .faq-content-area .faq-list .faq-item .item-top:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  background: #424242;
}
#faq-area .faq-content-area .faq-list .faq-item .item-top .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 25px;
}
#faq-area .faq-content-area .faq-list .faq-item .item-bottom {
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#faq-area .faq-content-area .faq-list .faq-item .item-bottom .item-text {
  font-size: 16px;
  font-weight: 500;
}
#faq-area .faq-content-area .faq-list .faq-item.active .item-top:before {
  transform: rotate(0deg);
}
#faq-area .faq-content-area .faq-list .faq-item.active .item-bottom {
  height: max-content;
  padding: 30px 0 0;
}
#faq-area .faq-social-area .video-box {
  position: relative;
  margin-bottom: 20px;
}
#faq-area .faq-social-area .video-box .video-image {
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  -ms-border-radius: 72px;
  border-radius: 72px;
}
#faq-area .faq-social-area .video-box .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#faq-area .faq-social-area .video-box:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
}
#faq-area .faq-social-area .social-list li {
  margin: 5px;
}
#faq-area .faq-social-area .social-list li a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #424242;
}
#faq-area .faq-social-area .social-list li a img {
  height: 22px;
  width: auto;
}
#comments-area {
  margin-bottom: 60px;
}
#comments-area .section-title-area {
  margin-bottom: 40px;
}
#comments-area .section-title-area .section-title {
  font-size: 24px;
  font-weight: bold;
}
#comments-area .comment-box {
  padding: 30px 35px 25px 30px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
  background-color: #F9F9FA;
}
#comments-area .comment-box .box-top {
  margin-bottom: 15px;
}
#comments-area .comment-box .box-top .box-owner {
  font-size: 18px;
  font-weight: 600;
}
#comments-area .comment-box .box-top .box-date {
  font-size: 14px;
  font-weight: 500;
}
#comments-area .comment-box .box-middle .box-text {
  font-size: 16px;
  font-weight: 500;
}
#comments-area .comment-box .box-bottom {
  gap: 10px;
  margin-top: 20px;
}
#comments-area .comment-box .box-bottom .stars {
  height: 15px;
  width: auto;
}
#comments-area .comment-box .box-bottom .google {
  height: 25px;
  width: auto;
}
#comments-area .comment-box .box-bottom .trustpilot {
  height: 30px;
  width: auto;
}
footer {
  background: linear-gradient(65deg, #e39458 0%, #f26900 100%);
}
footer .footer-top {
  padding: 60px 0;
}
footer .footer-top .footer-logo {
  margin-bottom: 30px;
}
footer .footer-top .footer-logo img {
  width: 240px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
footer .footer-top .footer-contacts .footer-contact {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
footer .footer-top .footer-contacts .footer-contact img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  object-fit: contain;
}
footer .footer-top .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-top .footer-socials li {
  margin: 5px;
}
footer .footer-top .footer-socials li a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-socials li a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
footer .footer-top .footer-socials li a:hover {
  scale: 1.1;
}
footer .footer-top .footer-map {
  overflow: hidden;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}
footer .footer-top .footer-map iframe {
  width: 500%;
  margin-left: -200%;
  height: 200px;
}
footer .footer-bottom {
  border-top: 1px solid #fff;
  padding: 15px 0;
}
footer .footer-bottom .copy-right {
  font-size: 14px;
  color: #fff;
}
footer .footer-bottom img {
  width: 160px;
  height: auto;
}
