/* Global Style */
@font-face {
  font-family: 'sohne';
  src: url(../fonts/Söhne-Leicht.otf);
}
@font-face {
  font-family: 'sohne-bold';
  src: url(../fonts/Söhne-Kräftig.otf);
}

@font-face {
  font-family: 'sans';
  src: url(../fonts/OpenSans-Regular.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'sohne';
}



html[dir="rtl"] .image-result-home-page{
  max-width: 80% !important;
}
button, .btn,
button:focus, .btn:focus,
input, .input,
textarea, .textarea,
select, .select {
  box-shadow: none;
  outline: none;
}
.scroll-active{
  background: white;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover{
  color: blanchedalmond;
}

.my-float{
  margin-top:16px;
}

.btn i{
  margin-left: 5px;
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6{
  color: #242D3C;
}
.sec-header .title{
  font-family: 'sohne-bold';
  font-size: 2.2rem;
}

body {
  color: #7C818A;
  overflow-x: hidden;
}

.container{
  position: relative;
}

.without-back{
  background: none !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1055;
  
}
.sticky .navbar{
  background: white !important;
}
.sticky + .page-main {
  padding-top: 140px;
}
.bg-w{
  background: white;
}
.nav-bg{
  background: radial-gradient(44.53% 75.53% at 50.73% 55.47%, rgba(226, 231, 246, 0.48) 0%, rgba(226, 231, 246, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(31.95% 173.84% at 69.7% 60.59%, rgba(227, 90, 128, 0.0962) 0%, rgba(227, 90, 128, 0) 100%);
}
/* Style Page Header (navbar) */
.page-header .navbar{
  padding: .8rem 1rem;
}

.page-header .navbar .navbar-brand img{
  max-width: 140px;
  height: auto;
}

.page-header .navbar-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-top: 0.7rem;
}

.page-header .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}

.navbar-nav .nav-item {
  margin: 0 1rem;
  position: relative;
}

.navbar-nav .nav-item:not(:first-child):before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: none;
  border-radius: 1rem;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -10%);
}

.navbar-nav .nav-item .nav-link{
  color: #323232;
  font-weight: 400;
  transition: .3s ease;
  font-size: 26px;
  font-family: 'sohne-bold';
  text-align: center;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active{
  color: #E35A80;
}

.page-header .navbar-menu .btns{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-menu .btns .search-btn{
  color: #E35A80;
  font-size: 1.2rem;
  padding-right: 30px;
}

 .lang,
 .lang a{
  font-size: 0.9rem;
  color: #7C818A;
  text-decoration: none;
}
.lang a.lang-btn.active{
  color: #242D3C;
  border-bottom: 1px solid #242D3C;
}
.navbar-menu .btns .lang,
.navbar-menu .btns .lang a{
  color: #7C818A;
  text-decoration: none; 
}
.side-bar .show .btns{
  display: none;
}
.navbar-menu .btns .lang{
  padding: 0 30px;
}
#open-cart{
  padding-right: 30px;
}
.navbar-menu .btns .lang a.lang-btn.active{
  color: #242D3C;
  border-bottom: 1px solid #242D3C;
}

.navbar-menu .btns .login-btn{
  color: #242D3C;
  padding: .4rem 20px;
  padding-left: 40px;
}
.navbar-menu .btns .signup-btn{
  padding: 11px 26px;
  color: #FFF;
  font-weight: lighter;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
}

.navbar-menu .btns .btn-wallet{
  border: none;
  background: rgba(250, 250, 252, 1);
  padding: .3rem 1rem;
  color: #242121;
  font-weight: lighter;
  border-radius: 2rem;
  text-wrap: nowrap;
}

.navbar-menu .dropdown-toggle::after{
  display: none;
  border: 0;
  content: "\EA4E";
  margin-top: -6px;
  font-family: remixicon!important;
  transform: translateY(7px);
}
.navbar-nav .dropdown-menu {
  position: unset !important;
  transform: none !important;
  top: 0px;
  background: transparent !important;
  border-radius: 1.4rem;
  border: none;
  padding: 1rem .5rem;
  min-width: 165px;
  top: 125%;
}
.navbar-nav .dropdown-item{
  padding: .5rem 1rem;
  text-align: left;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-nav .dropdown-item i{
  margin-right: .5rem;
  color: #E35A80;
  display:none;
}
.navbar-nav .dropdown-item:hover{
  background-color: #FAFAFC;
}
.navbar-nav .dropdown-item:active{
  color: unset;
}

.banner-content .call_us_mobile {
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
    gap: 10px;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
    border-radius: 1.5rem;
    padding: 0.7rem 1.5rem;
    color: #FFF;
    min-width: 115px;
    height: 48px;
}

.banner-content .call_us_mobile .icon {
  margin-right: 10px;
}

.banner-content .whats_up_reservation, .whats_up_reservation_header{
  background: transparent;
  border: 1px solid #7C818A;
  color: #1C2129;
  align-items: center;
  gap: 0;
}

.whats_up_reservation_header{
  border-radius: 1.5rem;
  font-size: 14px;
  font-weight: 300;
  gap: 10px;
}

.book-btns{
  display: flex;
  justify-content: flex-start;
  text-wrap: nowrap;
  gap: 10px;
}

.gap-3{
 gap: 1.5rem;
}
.tabby-tamara-section-wrapper{
  gap: 5rem;
}
.tabby-tamara-section {
  display: inline-flex;
  align-items: center;
  border: 1px solid #DADADA;
  border-radius: 50px;
  padding: 15px 30px;
  gap: 15px;
  max-width: 100%;
  width: max-content;
}

.tabby-tamara-section .buy-now-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #1C2129;
  white-space: nowrap;
}

.tabby-tamara-section .payment-options {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.tabby-tamara-section .payment-logo {
  width: auto;
  height: 20px;
  object-fit: contain;
}

.whats_up_reservation_header .text-long {
  display: inline;
}
.whats_up_reservation_header .text-short {
  display: none;
}

/*.tabby-tamara-section{
  border: 1px solid #DADADA;
  padding: 15px 30px;
  justify-content: center;
  border-radius: 25px;
}*/

.self-book{
    color: white;
    box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
    border-radius: 1.5rem;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
    border: 1px solid #ea7293;
    min-width: 173px;
    height: 48px;
}
.self-book:hover{
  background: transparent;
  color:#ea7293;
}
.self-book .icon{
    margin-left: 12px;
    font-size: 21px;
}

/* Modals */
.page-header .modal-content{
  border-radius: 1rem;
  padding: 2rem 1rem;
  max-width: 450px;
}
.page-header .modal-header{
  border-color: transparent;
  padding: 1rem 1rem 0;
  margin-bottom: 3rem;
  align-items: center;
}

.auth-modal .modal-header img{
  max-width: 110px;
}
.auth-modal .modal-header .close-btn{
  position: absolute;
  top: 0;
  right: -2rem;
  text-shadow: none;
  font-size: 1.3rem;
  color: rgb(0, 0, 0);
  opacity: 1;
  font-weight: lighter;
}
.auth-modal .modal-header .close-btn:hover{
  opacity: 1;
}
.auth-modal .change-btn{
  color: #242D3C;
  border: 2px solid #DADADA;
  border-radius: 2rem;
  padding: 0.3rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.change-btn span{
  margin-bottom: 0.2rem;
}

.auth-modal .subtitle{
  text-transform: uppercase;
  font-size: .9rem;
  color: #7C818A;
  margin-bottom: .5rem;
}
.auth-modal .title{
  color: #242D3C;
  font-size: 2rem;
  font-family: 'sohne-bold';
  margin-bottom: 0.8rem;
}
.login-modal .form-group .form-control{
  padding: .6rem 1rem .6rem 4rem;
  height: auto;
}
.auth-modal .form-group{
  position: relative;
}
.no-pre{
  color: #242D3C;
}
.auth-modal .form-group .no-pre{
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #242D3C;
  transform: translateY(-45%);
}
.auth-modal .btn.send-btn{
  display: inline-block;
  width: 100%;
}
.login-modal .btn.send-btn{
  padding: .6rem 1rem;
}
.auth-modal .modal-body{
  margin-bottom: 1.5rem;
}
.verification-modal .change-btn{
  border-color: transparent;
  font-size: 1.5rem;
}
.verification-modal .form-inputs{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.verification-modal .form-inputs .ver-number{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #DADADA;
  text-align: center;
}
.verification-modal .form-inputs .ver-number:focus{
  border-color: #E35A80;
}
.verification-modal .form-inputs .ver-number:not(:last-child){
  margin-right: 1rem;
}
.verification-modal .form-note{
  margin-bottom: 1.5rem;
}
.verification-modal .form-note .resend-btn{
  border-bottom: 1px dashed #E35A80;
  color: #E35A80;
  text-decoration: none;
}
.contact-btn-provider .icon{
  margin-left: 12px;
  margin-bottom: 3px;
}
.signup-modal .twice{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.signup-modal .f-twice .form-group:first-child{
  width: 40%;
}
.signup-modal .f-twice .form-group:last-child{
  width: 58%;
}
.signup-modal .s-twice .form-group:first-child{
  width: 58%;
}
.signup-modal .s-twice .form-group:last-child{
  width: 40%;
}

/* Style Page Main */

/* Banner Section */
.banner-sec{
  background: radial-gradient(44.53% 104.53% at 34.73% 55.47%, rgba(226, 231, 246, 0.48) 0%, rgba(226, 231, 246, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(31.95% 173.84% at 69.7% 60.59%, rgba(227, 90, 128, 0.0962) 0%, rgba(227, 90, 128, 0) 100%);
  padding: 1rem 0;
}
.banner-sec .clm{
  display: flex;
  align-items: center;
}
.banner-sec .left{
  display: flex;
  align-items: baseline;
  margin-top: 24px;
}
.banner-content .banner-title{
  font-family: 'sohne-bold';
  max-width: 520px;
  font-size: 3.15rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.banner-content .banner-text{
  font-family: 'sohne-bold';
  max-width: 440px;
}
.banner-content .banner-text-desc{
  max-width: 488px;
  margin-bottom: 1rem;
}

.banner-content .cta-btn{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  padding: .7rem 1.5rem;
  color: #FFF;
  min-width: 173px;
  height: 48px;
}
.banner-content .cta-btn .icon {
  margin-left: .7rem;
  padding-bottom: 4px;
}

.banner-sec .banner-img{
  text-align: left;
}
.banner-sec .banner-img img{
  max-width: 100%;
  height: auto;
}

.service-card{
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  border-radius: 25px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}
.service-card img{
  max-width: 130px;
}

.service-card{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card-contain{
  margin-top: -93px !important;
  justify-content: center;
  max-width: 1075px;
  margin: auto;
  gap: 30px;
}
.service-card p{
  font-family: 'sohne-bold';
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #1C2129;
  margin-top: 12px;
}
.service-card:hover{
  text-decoration: none;
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}
/* Style Product Section */
.product-sec{
  padding: 1rem 0;
}
.product-sec .clm{
  display: flex;
  align-items: center;
}
.product-sec .banner-img{
  text-align: left;
}
.product-sec .banner-img img{
  max-width: 100%;
  height: auto;
}
.product-sec{
  padding: 6rem 0;
  position: relative;
}
.product-sec .sec-title{
  font-family: 'sohne-bold';
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.product-sec .btn.demo-btn{
  margin-top: 2.5rem;
  color: #fff;
  padding: .6rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
}
.product-sec .btn.demo-btn .icon{
  margin-left: .5rem;
  padding-bottom: 4px;
}
.product-sec .float-img{
  max-width: 420px;
}
/* End  Style Product Section */

/* Style Partners Section */
.partners-sec{
  padding: 1rem 0;
}
.partners-sec .sec-title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 1rem;
}
.partners-sec .sec-title::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  top: 0;
  left: 0;
  border-radius: 1rem;
}

.sec-title .content{
  padding: .5rem 0;
}
.sec-title .content .num{
  font-family: 'sohne-bold';
  font-size: 1.5rem;
  margin-bottom: 0;
}
.sec-title .content .desc{
  margin-bottom: 0;
}

.sec-title .icon{
  font-size: 1.7rem;
  color: #242D3C;
  margin-left: 2rem;
}

.partners-sec .partner-logo img{
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all .5s;
  cursor: pointer;
}

.splide__slide.is-active img{
  filter: grayscale(0%);
}
.partners-sec .partner-logo:hover img{
  filter: grayscale(0%);
}

/* Style Categories Section */
.categories-sec{
  padding: 5rem 0 6rem;
}

.sec-heading{
  margin-bottom: 3rem;
  text-align: center;
}
.sec-heading .sec-text{
  font-size: .85rem;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sec-heading .sec-title{
  font-family: 'sohne-bold';
  font-size: 2.2rem;
  margin-bottom: 0;
}

.categories-sec .single-box{
  border-radius: 1.5rem;
  padding: 50px 30px;
  height: 100%;
  margin: 0 0.1rem;
  transition: all .7s;
}
.categories-sec .single-box:hover{
  box-shadow: 0px 4px 73px 0px #0000000D;
}
.categories-sec .single-box .box-icon{
  margin-bottom: 1.2rem;
}
.categories-sec .single-box .box-icon img{
  max-width: 50px;
  height: auto;
}
.categories-sec .single-box .box-title{
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1.2rem;
}
.categories-sec .single-box .box-text{
  color: #7C818A;
  font-size: .9rem;
  min-height: 100px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.categories-sec .single-box .appointment{
  min-height: 80px;
}
.categories-sec .single-box .btn{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  height: 50px;
  color: #FFF;
  min-width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.categories-sec .single-box .btn span {
  font-size: 1.7rem;
}

/* Style Results Section */
.results-sec{
  padding: 0 0 3rem;
}
.results-sec .clm{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.results-sec .sec-image img{
  max-width: 100%;
  height: auto;
  transform: scale(1.1) translateX(-3rem);
}
.results-sec .sec-content{
  max-width: 488px;
}
.sec-content .tag{
  color: #7C818A;
  font-size: .9rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sec-content .sec-title{
  font-family: 'sohne-bold';
  font-size: 2.2rem;
  color: #242D3C;
  margin-bottom: 1.5rem;
}
.sec-content .subtitle{
  color: #242D3C;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.sec-content .sec-dsec{
  color: #7C818A;
  font-size: 1rem;
  margin-bottom: 3rem;
}
.results-sec .btn{
  color: #242D3C;
  border: 1px solid #7C818A;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.results-sec .btn .icon{
  margin-left: .7rem;
}

/* Style Tests Section */
.tests-sec{
  padding: 2rem 0 3rem;
}
.tests-sec .sec-heading{
  margin-bottom: 2rem;
}
.tests-sec .sec-tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.sec-tabs .tab-btn{
  border-radius: 2rem;
  padding: .3rem 1.2rem;
  color: #242D3C;
  margin-right: 1rem;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: .9rem;
  transition: all .5s;
}
.tab-btn.active{
  border-color: #E35A80;
  color: #E35A80;
}

.tests-sec .single-box a{
  color: #7C818A;
}
.tests-sec .single-box .box-footer a{
  color:white;
}
.tests-sec .single-box .box-footer .cta-circle{
    width: 50px;
    height: 50px;
    border-radius: 40px;
    padding: 0px;
    text-align: center;
}
.test-sec .single-box .box-footer .cta-circle .icon{
  margin: 0;
  font-size: 26px;
}
.ai-loader{
  display:    block;
  position:   fixed;
  z-index: 1000000000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 ) url('/images/prealoder.gif') 50% 50% no-repeat;
}
.tests-sec .single-box a:hover{
  text-decoration: none;
}
.tests-sec .single-box{
  border: 1px solid #DADADA;
  border-radius: .8rem;
  padding: 1rem;
  margin: 0 .5rem;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: all .5s;
  min-height: 464px;
}
.tests-sec .single-box:hover{
  border-color: transparent;
  box-shadow: 0 4px 73px 0 rgba(0, 0, 0, 0.05);
}
.tests-sec .single-box img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: .7rem;
}
.tests-sec .single-box .box-content{
  margin: 1rem 0.5rem;
}
.box-content .box-tag{
  color: #7C818A;
  font-size: .9rem;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.box-content .box-title{
  min-height: 46px;
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
}
.box-content .box-desc{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tests-sec .box-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0.5rem;
}
.companies .box-footer .price{
  font-size: 1rem;
  font-family: 'sohne-bold';
  color: #242D3C;
  margin-bottom: 20px;
}
.box-footer .price{
  font-size: 1rem;
  font-family: 'sohne-bold';
  color: #242D3C;
  margin: 0;
  font-weight: bold;
}
.box-footer .btn{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  border-radius: 2rem;
  padding: .4rem 1.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.box-footer .btn .icon{
  margin-right: .5rem;
  padding-bottom: 5px;
}
.tests-sec .sec-boxes .all{
  text-align: center;
  margin-top: 2rem;
}
.sec-boxes .all .cta-btn{
  color: #242D3C;
  border: 1px solid #7C818A;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.sec-boxes .all .cta-btn .icon{
  margin-left: .7rem;
}

/* Style Testimonials Section */
.testimonials-sec{
  padding: 6rem 0;
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}
.testimonials-sec .splide__arrow{
  transform: translateY(0);
  position: static;
  background-color: transparent;
  font-size: 30px;
  margin: 0 .3rem;
  border-radius: 0;
}
.testimonials-sec .splide__arrows{
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-sec .splide__slide{
  padding: 3.5rem 1rem;
}
.testimonials-sec .single-testi{
  background-color: #FFF;
  border-radius: 1.3rem;
  padding: 2.5rem 2rem;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 384px;
}
.testimonials-sec .single-testi .desc{
  flex: 1;
  color: #919195;
  margin: 0;
}
.testimonials-sec .testi-footer{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
}
.testimonials-sec .container{
  padding-bottom: 40px;
}
#testimonials .splide__track{
  padding-bottom: 40px;
}
.testi-footer .testi-image img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1.1rem;
}
.testi-info .name{
  font-family: 'sohne-bold';
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* Style App Section */
.app-sec{
  padding: 2rem 0 3rem;
}
.app-sec .clm{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.app-sec .sec-image img{
  width: 100%;
}
.app-sec .app-btn{
  border: 1px solid #7C818A;
  padding: .5rem 1.5rem;
  min-width: 180px;
  border-radius: 2rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.app-btn img{
  max-width: 28px;
  height: auto;
  margin-right: .7rem;
}
.app-btn *{
  margin-bottom: 0;
  text-align: left;
}
.app-btn .btn-subtitle{
  font-size: .7rem;
  text-transform: uppercase;
}
.app-btn .btn-title{
  font-family: 'sohne-bold';
}
.app-btn.apple{
  color: #242D3C;
  margin-right: .5rem;
}
.app-btn.google{
  color: #7C818A;
}

/* Style CTA Section */
.cta-sec{
  padding: 5rem 0;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  overflow: hidden;
}
.cta-sec .container{
  height: 100%;
  z-index: 10;
}
.cta-sec .clm .cta-btn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-sec .content .sec-title{
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.cta-sec .content .sec-desc{
  margin-bottom: 0;
}
.cta-sec .cta-btn .cta-btn{
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cta-sec .cta-btn .icon{
  margin-left: .7rem;
  padding-bottom: 3px;
}
.cta-sec .floating-img{
  position: absolute;
  top: 50%;
  left: 0;
  width: 240px;
  height: auto;
  transform: translateY(-50%);
  z-index: -1;
}

/* Style Page Footer */
.page-footer{
  padding: 5rem 0 3rem;
  background: #FAFAFC;
}
.page-footer .f-clm{
  max-width: 80%;
}
.f-clm .logo{
  margin-bottom: 2rem;
}
.social-links{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.social-links .title{
  margin-right: 1rem;
  font-family: 'sohne-bold';
}
.social-links .link{
  color: #242D3C;
  font-size: 1.5rem;
  margin: 0 .5rem;
  text-decoration: none;
}
.page-footer .clm-title{
  font-family: 'sohne-bold';
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.footer-links li{
  list-style: none;
  margin-bottom: .7rem;
}
.footer-links li a{
  color: #7C818A;
  font-size: 1rem;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  width: 100%;
}
.footer-links li a:hover{
  padding-left: .3rem;
}

/* Styling Page Title Sections */
.breadcrumbs-sec{
  padding: 2rem 0;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.breadcrumbs-sec .page-title{
  font-size: 2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1rem;
}
.breadcrumbs-sec .icon{
  color: #242D3C;
  font-size: 1.3rem;
}

/* Styling Contacts Page */

.details-sec .single-detail{
  margin-bottom: 2.5rem;
}
.details-sec .single-detail .box-title{
  color: #E35A80;
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1rem;
}
.details-sec .single-detail .box-desc{
  font-size: .9rem;
  margin-bottom: .5rem;
}
.details-sec .single-detail .box-desc .desc-title{
  font-family: 'sohne-bold';
}
.details-sec .map{
    max-width: 50%;
    width: 50%;
    height: 673px;
    background: url(/img/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
.details-sec .right{
  max-width: 50%;
  width:50%;
  padding-left: 80px;
}
.single-detail .box-desc .desc-title{
  color: #242D3C;
}

.form-sec{
  padding: 5rem 0;
  background-color: #FAFAFC;
}
.form-sec .sec-desc{
  max-width: 383px;
}
.form-sec .subtitle{
  text-transform: uppercase;
  font-size: .9rem;
  margin-bottom: 0;
  color: #7C818A;
}
.form-sec .sec-title *{
  font-size: 2.2rem;
  font-family: 'sohne-bold';
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.sec-title .pink{
  color: #E35A80;
}
.form .twice{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contacts .form .form-group{
  margin-bottom: 1.2rem;
}
.contacts .sec-form .send-contact-btn .icon{
  margin-left: 0.7rem;
  padding-bottom: 4px;
}
.form .twice .form-group{
  width: 49%;
}
.form .twice .form-group:first-child{
  margin-right: 2%;
}
.form-group .form-control{
  border: 1px solid #DADADA;
  border-radius: 2rem;
  font-size: 1rem;
  width: 100%;
  background-color: transparent;
  padding: .1rem 1rem;
}
.form-group textarea.form-control{
  max-width: 100%;
  height: 130px;
  resize: none;
  border-radius: 1rem;
}
.form .send-btn{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  border-radius: 2rem;
  padding: .4rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.form .send-btn .icon{
  margin-left: .7rem;
  padding-bottom: 3px;
}
.form-group .note{
  max-width: 180px;
  font-size: .7rem;
  margin-bottom: 0;
}
.form-group.notes{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.send-btn-empty{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  border-radius: 2rem;
  padding: .4rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* Styling FAQs Page */
.faqs-sec{
  padding: 5rem 0;
}
.faqs-sec .sec-form .form{
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  border-radius: 1.3rem;
  padding: 2.8rem 1.5rem 2rem;
}
.faqs-sec .sec-form .form-group{
  margin-bottom: 1rem;
}
.sec-form .form .title{
  font-size: 1.4rem;
  font-family: 'sohne-bold';
  margin-bottom: 1rem;
}
.sec-form .form input,
.sec-form .form textarea{
  padding: .6rem 1rem;
}
.sec-questions{
  margin-left: 3rem;
}
.q-sec .sec-title{
  font-size: 1.4rem;
  font-family: 'sohne-bold';
  margin-bottom: 2rem;
}
.faqs-sec .common-sec{
  padding: 1.5rem 0;
}
.accordion .card{
  margin-bottom: 1.2rem;
  border: 1px solid #DADADA;
  border-radius: 1.5rem;
}
.accordion>.card:not(:last-of-type){
  border-bottom: 1px solid #DADADA;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.accordion .card .card-header{
  padding: .4rem 1rem;
  background-color: transparent;
  border-color: transparent;
  position: relative;
}
.accordion .card .card-header::after{
  content: '';
  width: calc(100% - 4rem);
  height: 1px;
  background-color: #DADADA;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.accordion .card-body {
  padding: 1.25rem 2.50rem;
}
.card .card-header h2{
  line-height: normal;
  font-size: 1rem;
}
.card .card-header .btn{
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #242D3C;
  text-decoration: none;
}
.card-header .btn .icon{
  color: #E35A80;
  font-size: 1.2rem;
  transform: rotate(180deg);
  transition: all .5s;
}
.card-header .btn.collapsed .icon{
  transform: rotate(0deg);
}

/* Styling Partner Section */
.step-sec{
  padding: 2rem 0;
}
.step-sec.first-step{
  padding: 4rem 0 0;
}
.step-sec .step-content{
  widows: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.step-content .name{
  font-size: .9rem;
  text-transform: uppercase;
  color: #7C818A;
  margin-bottom: .5rem;
}
.step-content .group{
  margin-bottom: 3rem;
}
.step-content .group .group-title{
  font-family: 'sohne-bold';
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.inputs.radios label {
  border: 1px solid #DADADA;
  border-radius: 2rem;
  padding: .5rem 2.5rem;
  color:#242D3C;
}
.inputs.radios label:not(:last-of-type){
  margin-right: .5rem;
}
.inputs.radios input[type="radio"] {
  display: none;
}
.inputs.radios label:hover {
  border-color: #E35A80;
}
.inputs.radios input[type="radio"]:checked + label {
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  border-color: transparent;
}
.step-content .group input::placeholder{
  color: #7C818A;
}
.step-content .group .row{
  margin-bottom: 2rem;
}

.cta-contact-sec{
  text-align: center;
  padding: 5rem 0;
  background: url(../img/stars-bg.png), linear-gradient(#FAFAFC, #FAFAFC);
}
.cta-contact-sec .sec-title{
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}
.cta-contact-sec .subtitle{
  color: #000;
}
.cta-contact-sec .subtitle .link{
  margin-left: .5rem;
  font-size: 1.4rem;
  color: #E35A80;
  font-weight: bold;
  text-decoration: underline;
}

.partners-sec .splide__arrow{
  transform: translateY(0);
  position: static;
  background-color: transparent;
  font-size: 1.3rem;
  margin: 0 .3rem;
  border-radius: 0;
}
.partners-sec .splide__arrows{
  display: flex;
  justify-content: space-between;

}
.partners-sec .splide__slide{
  padding: 1.5rem 1rem;
}

.partners-sec .splide__arrow:focus{
  outline: none;
}
/* Styling Search Section */
.search-sec{
  padding: 4rem 0;
  border-bottom: 1px solid #DADADA;
}
.search-sec .form-group{
  position: relative;
  margin-bottom: 0;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.search-sec .search-btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #E35A80;
  padding: .5rem 1rem;
  font-size: 1.1rem;
}

.companies-sec{
  padding: 3rem 0;
}
.companies-sec .sec-tabs{
  margin-bottom: 7rem;
}

.companies-sec .cta-btn .icon{
  margin-left: 0.7rem;
  padding-bottom: 4px;
}

.sec-tabs .btn{
  padding: .3rem 1.2rem;
  color: #7C818A;
  border: 1px solid transparent;
  border-radius: 2rem;
  transition: all .5s;
}
.sec-tabs .btn.active{
  border-color: #E35A80;
  color: #E35A80;
}

.companies .single-box{
  margin: 0 1rem;
  margin-bottom: 5rem;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  padding: 5.5rem 1rem 2rem;
  text-align: center;
  position: relative;
}
.companies .single-box .box-image{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #DADADA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companies .single-box .box-image img{
  width: 100%;
}
.companies .single-box .company-name{
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 0.7rem;
}
.single-box .company-rate{
  color: #FFC107;
  margin-bottom: 1.2rem;
}
.single-box .location .icon{
  font-size: 1.1rem;
  color: #E35A80;
  margin-right: .3rem;
}
.single-box .location{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #575757;
}
.single-box .location .value{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.companies .single-box .more-btn{
  border-color: transparent;
}
.single-box .more-btn .icon{
  margin-left: .5rem;
}
.companies .btns{
  text-align: center;
  padding: 1rem;
}
.companies .btn{
  padding: .5rem 1.5rem;
  border: 1px solid #242D3C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #242D3C;
  border-radius: 2rem;
}
.companies .box-footer .btn{
  direction: ltr;
}
.companies .icon {
  transform: none !important;
}
.cta-solutions-sec{
  padding: 6rem 0;
  background: linear-gradient(#fafafc28, #fafafc28), url(../img/map-back.png);
  text-align: center;
  background-position: center;
  background-size: cover;
}
.cta-solutions-sec .sec-content{
  max-width: 620px;
  margin: 0 auto;
}
.cta-solutions-sec .sec-content img{
  margin-bottom: 1rem;
  max-width: 100px;
}
.cta-solutions-sec .subtitle{
  margin-bottom: 0;
  font-size: .9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cta-solutions-sec .sec-title{
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.sec-content .send-btn{
  padding: .5rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 2rem;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  margin-top: 2rem;
}
.sec-content .send-btn .icon{
  margin-left: .5rem;
}

/* Styling Service Provider Page */
.provider-sec{
  padding: 6rem 0;
  background-color: #FAFAFC;
}
.provider-sec .provider-info{
  max-width: 800px;
  margin: 0 auto;
}
.provider-info .provider-img{
  text-align: center;
}
.provider-img img{
  background-color: #FFF;
  padding: .5rem;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: scale-down;
  border: 1px solid #DADADA;
}
.provider-info .subtitle{
  margin-bottom: 0;
  font-size: .9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C818A;
}
.provider-info .title{
  font-size: 2.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1.2rem;
}
.provider-info .location .icon{
  font-size: 1.1rem;
  color: #E35A80;
  margin-right: .3rem;
}
.provider-info .location{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.provider-info .desc{
  color: #7C818A;
}
.tests-sec .sec-header{
  text-align: center;
  margin: 2rem 0;
}
.sec-header .subtitle{
  margin-bottom: 0;
  font-size: .9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C818A;
}
.sec-header .sec-title{
  font-size: 2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1.2rem;
}
.tests-sec .sec-form{
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.sec-form .form-group{
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.sec-form .search-btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #E35A80;
  padding: .5rem 1rem;
  font-size: 1.1rem;
}
.tests .subtitle{
  margin-bottom: 1.5rem;
  font-size: .9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C818A;
  padding: 0 .5rem;
}
.sec-footer{
  padding: 2rem .5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-footer .pagination{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pagination .btn{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}
.pagination .btn.active{
  border-color: #E35A80;
}
.pagination .btn.next-btn{
  font-size: 1.3rem;
}

.pagination .page-item{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}
.pagination .page-item.active{
  border-color: #E35A80;
}
.pagination .page-item.next-btn{
  font-size: 1.3rem;
}
.sec-footer .btns .btn{
  padding: .5rem 1.5rem;
  border: 1px solid #242D3C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #242D3C;
  border-radius: 2rem;
}

/* Styling Tests Page */
#artificial-intelligence{
  padding: 5rem 0;
  border-bottom: 1px solid #DADADA;
  background: #FAFAFC;
}
.filter-sec{
  padding: 5rem 0;
  border-bottom: 1px solid #DADADA;
}
.filter-sec .sec-form{
  max-width: 800px;
  margin: 0 auto;
}
.tests-sec .tests-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0 .5rem;
  flex-wrap: wrap;
}
.tests-header .subtitle{
  margin-bottom: 0;
  font-size: .9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C818A;
}
.tests-header .btns .select,
.tests-header .btns .btn{
  padding: .5rem 1rem;
  border: 1px solid #242D3C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #242D3C;
  border-radius: 2rem;
}
.tests-header .btns .btn{
  margin-bottom: .4rem;
  margin-left: .5rem;
}
.tests-header .btns .btn .icon{
  margin-right: .5rem;
}


/* Styling Single Test Page */
.test-sec{
  padding: 4rem 0;
}
.test-sec .test-img img{
  width: 95%;
  height: auto;
  max-height: 200px;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
}
.test-sec .test-content{
  max-width: 485px;
}
.test-sec .test-content .steps{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  text-transform: uppercase;
  color: #7C818A;
  margin-bottom: 1.2rem;
  text-wrap: nowrap;
}

.test-content .steps i{
  margin: .2rem .3rem 0;
}
.test-content .steps .step{
  color: #7C818A;
}
.test-content .title{
  font-family: 'sohne-bold';
  font-size: 2.1rem;
  margin-bottom: 1.2rem;
}
.test-content .notes{
  margin-bottom: 1.9rem;
}
.test-content .note{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #242D3C;
  margin-bottom: 0;
  margin-top: 0.1rem;
}
.note i{
  font-size: 1.2rem;
  margin-right: .4rem;
}
.note.done i{
  color: #4BAE4F;
}
.test-content .test-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.test-info .price{
  margin-bottom: 0;
  font-size: 1.1rem;
  font-family: 'sohne-bold';
}
.test-info .btn{
  padding: 6px 20px;
  color: #FFF !important;
  font-weight: lighter;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%) !important;
  box-shadow: 0px 8px 34px rgb(0 0 0 / 5%);
  border-radius: 2rem;
}
.test-info .btn .icon{
  margin-right: .5rem;
}
.test-form{
  max-width: 570px;
  padding: 2rem 0;
}

.recently-sec{
  padding: 8rem 0 5rem;
  background-color: #FAFAFC;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}
.recently-sec .sec-header{
  text-align: center;
  margin-bottom: 2rem;
}

.recently-sec .single-box:hover{
  box-shadow: none;
  border-color: #DADADA;
}
.recently-sec .splide__arrows{
  text-align: center;
}
.recently-sec .splide__arrow{
  display: inline-block;
  background: transparent;
  font-size: 1.2rem;
  position: static;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translateY(0);
}

/* Styling Offers Page */
.tests-sec.offers-sec{
  padding: 5rem 0;
}

/* Styling Not Found Page */
.notfound-sec{
  padding: 5rem 0;
  text-align: center;
  background-color: #FAFAFC;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.notfound-sec .sec-title{
  font-size: 14rem;
  font-family: 'sohne';
  margin-bottom: 1rem;
}
.notfound-sec .sec-subtitle{
  font-size: 2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1rem;
}
.notfound-sec .floating-image{
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: -1;
  opacity: .3;
  max-width: 700px;
}
.notfound-sec .go-home-btn .icon{
  margin-left: 0.7rem;
  padding-bottom: 4px;
}

/* Styling Apply Position Page */
.breadcrumbs-sec.without-border{
  border-color: transparent;
}
.apply-sec{
  padding: 5rem 0;
  background-color: #FAFAFC;
}

.apply-sec .sec-header{
  text-align: center;
  margin-bottom: 5rem;
}
.apply-sec .title{
  font-size: 2.5rem;
  font-family: 'sohne-bold';
  margin-bottom: 1rem;
}
.apply-sec .job-info{
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-info .separator{
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #E35A80;
  margin: 0 .5rem;
  border-radius: 50%;
}

.sec-form .form{
  max-width: 800px;
  margin: 0 auto;
}
.sec-form .form-part{
  margin-bottom: 3.5rem;
}
.form-part .part-title{
  font-size: 1.4rem;
  font-family: 'sohne-bold';
  padding: 0 .2rem;
  margin-bottom: 1.5rem;
}
.form-part .twice{
  margin-bottom: 1rem;
}
.form-part .form-group{
  max-width: 100%;
}
.form-part .file{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.file .file-label{
  padding: .5rem 2.5rem;
  border: 1px dashed #E35A80;
  border-radius: 2rem;
  margin-right: 2rem;
  margin-bottom: 0;
  font-size: .9rem;
}
.file .upload-note{
  font-size: .9rem;
  color: #7C818A;
  margin-bottom: 0;
}

/* Styling Results Page */
.results-sec{
  padding: 5rem 0;
}
.results-sec.page{
  border-bottom: 1px solid #DADADA;
}

.results-sec .results-list {
  max-width: 800px;
  margin: 0 auto;
}

.results-list .single-result{
  margin-bottom: 3.5rem;
}
.single-result .result-date{
  font-size: 1.4rem;
  font-family: 'sohne-bold';
  margin-bottom: 1.5rem;
}
.single-result .result-box{
  background-color: #FAFAFC;
  padding: 2rem;
  border-radius: 1.3rem;
}
.result-box .res-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.result-box .name{
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 0;
}
.result-box .edit-btn{
  border-color: transparent;
  color: #E35A80;
  font-size: 1.3rem;
  font-weight: lighter;
  padding-right: 0;
}
.result-box .user{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.result-box .user-image{
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #242D3C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin-right: 1rem;
}
.result-box .username{
  font-size: 1rem;
  margin-bottom: 0;
}
.result-box .tag{
  padding: .3rem 1.3rem;
  border-radius: 2rem;
  background-color: rgba(75, 174, 78, 0.1);
  margin-bottom: 0;
  color: #022C3C;
  text-transform: uppercase;
}
.result-box .date{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.result-box .date i{
  font-size: 1.2rem;
}
.result-box .date span{
  display: inline-block;
  margin-left: .7rem;
  font-size: 1.05rem;
}
.result-box .date span.value{
  color: #022C3C;
}
.result-box .since{
  margin-bottom: 0;
}


/* Styling Home Visits Page */
.visits-sec{
  padding: 2rem 0 5rem;
}
.visits-sec .clm{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.visits-sec .banner-content{
  max-width: 550px;
}
.visits-sec .subtitle{
  margin-bottom: 0;
  font-size: .9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C818A;
}
.visits-sec .title{
  font-size: 2.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1.2rem;
}

.visits-sec .sec-img img{
  width: 100%;
}

/* Overlay */
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 45, 60, 0.2);
  backdrop-filter: blur(3px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.overlay.show{
  opacity: 1;
  visibility: visible;
}

.overlay.normal{
  background-color: rgba(36, 45, 60, 0.2);
  backdrop-filter: blur(3px);
}
.overlay.dark{
  background-color: rgba(36, 45, 60, 0.2);
  backdrop-filter: blur(3px);
}
.overlay.light{
  background: rgba(236, 236, 236, 0.75);
  backdrop-filter: blur(3px);
}

/* Style Card Component */
.card-side{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  background-color: #FAFAFC;
  z-index: 9999;
  border-radius: 1.3rem 0 0 1.3rem;
  display: flex;
  flex-direction: column;
  transform: translateX(110%);
  transition: transform .5s;
}
.card-side.show{
  transform: translateX(0);
}
.side-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.side-header .title{
  font-size: 1.7rem;
  font-family: 'sohne-bold';
  margin-bottom: 0;
}
.side-header .close-btn{
  border-color: transparent;
  font-size: 1.2rem;
  font-weight: lighter;
}

.card-side .card-list{
  flex: 1;
  overflow-y: auto;
}
/* Style Card Component */
.side-bar{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  background-color: #FAFAFC;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(110%);
  transition: transform .5s;
}
.side-bar.show{
  transform: translateX(0);
}
#close-side{
    position: absolute;
    width: 44.41px;
    height: 0px;
    right: 12px;
    font-size: 26px;
    top: 22px;
}
/* Custome Card List Scroll */
.card-list::-webkit-scrollbar {
  width: 0.2rem;
}
.card-list::-webkit-scrollbar-track {
  background-color: #FAFAFC;
}
.card-list::-webkit-scrollbar-thumb {
  background-color: #E35A80;
  border-radius: 1rem;
}

.lab-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.4rem 2rem;
  background-color: #FFF;
}
.lab-info .lab-image{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #DADADA;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 1rem;
}
.lab-info .lab-image img{
  width: 70%;
  height: 70%;
  object-fit: scale-down;
}
.lab-info .lab-name{
  font-size: 1.4rem;
  font-family: 'sohne-bold';
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-package{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
}
.single-package .left-side{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.single-package .package-image img{
  width: 100px;
  height: 100px;
  border-radius: 1rem;
  object-fit: cover;
}
.single-package .package-name{
  margin-left: 1rem;
}
.package-name .tag{
  font-size: .9rem;
  color: #7C818A;
  margin-bottom: .3rem;
  text-transform: uppercase;
}
.package-name .title{
  font-size: 0.9rem;
  padding-right: 10px;
  font-family: 'sohne-bold';
  margin-bottom: 0;
}
.single-package .right-side{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single-package span.price{
  width: 4vw;
  font-size: 0.9rem;
  font-family: 'sohne-bold';
  color: #242D3C;
}
.single-package .delete-btn i{
  font-size: 1.2rem;
}

.side-footer{
  padding: 2rem;
  border-top: 1px solid #DADADA;
}
.side-footer .side-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #242D3C;
  font-size: .9rem;
}
.side-footer .side-row:not(:last-child){
  margin-bottom: 1rem;
}
.side-footer .side-row.total span{
  font-size: 1.1rem;
  font-family: 'sohne-bold';
  margin-bottom: 0;
}
.side-footer .btns{
  text-align: center;
  padding: 1rem;
}
.side-footer .send-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  width: 100%;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  border-radius: 2rem;
}
.side-footer .send-btn .icon{
  margin-left: .5rem;
}

.meetus-sec{
  padding: 4rem 0;
}
.meetus-sec .sec-header{
  max-width: 570px;
  margin-bottom: 1.5rem;
}
.meetus-sec .title{
  font-size: 2.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 1.2rem;
}
.meetus-sec .desc{
  font-size: .94rem;
}

.ai-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/images/ai2.png'), radial-gradient(47.47% 47.47% at 50% 50%, rgba(227, 90, 128, 0.0552) 0%, rgba(227, 90, 128, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 0%;
    background-position-y: 50%;
    color: #FFF;
    background-color: #FAFAFC;
    height: 398px;
}
.ai-sec .content h3{
  font-family: 'sohne-bold';
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #1C2129;
  margin-bottom: 14px;
}
.ai-sec .content p{
  color: #7c818a;
  margin-bottom: 20px;
}
.app-sec .content h3{
  font-family: 'sohne-bold';
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #1C2129;
  margin-bottom: 14px;
}
.certified-sec{
  padding: 2rem 0;
}
.certified-sec .banner-title{
  font-family: 'sohne-bold';
  max-width: 520px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.certified-sec img{
  max-width: 100%;
}
.number bdi{
  font-family: 'sohne-bold';
}
.step-title-ai-account{
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C818A;
}
.title-ai-patient{
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  font-family: 'sohne-bold';
}
.step-title-ai-patient{
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
  font-family: 'sohne-bold';
}
.service-sec{
  padding: 7rem 0;
}
.service-sec .sec-header{
  max-width: 570px;
  margin-bottom: 1.5rem;
}
.service-sec .title{
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.service-sec .desc{
  font-size: .94rem;
}
.service-sec .single-blog .blog-content:hover{
  cursor: pointer;
  border-color: white;
  box-shadow: 0 0 11px rgba(33,33,33,.2); 

}
.service-sec .p-card{
  padding-left: 0px;
}
.service-sec .single-blog {
  width: 48%;
  margin-right: 16px;
}
.service-sec .single-blog a{
  color: black;
  text-decoration: none;
}
.service-sec .box-content .box-title{
  display: block;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.service-sec .box-content .box-text{
  font-size: 14px;
  color: #7C818A !important;
}
.service-sec .box-content{
  text-align: center;
}
.service-sec .single-blog .home-blog-content{
  border-radius: 25px;
  padding: 5px 13px;
  align-items: center;
  min-height: 270px;
  display: flex;
  justify-content: center;
}
.service-sec .single-blog .home-blog-content .preef{
  color: #E35A80;
}
.service-sec .single-blog .home-blog-content .desc{
  -webkit-box-orient: inherit;
}

.new-service-sec .genetic{
  background: #FAFAFC;
  border-radius: 25px;
  /*padding: 90px 70px;*/
  padding: 20px 70px;
}
.new-service-sec .contain-genetic{
  margin:auto;
  max-width: 700px;
  margin-bottom:40px
}
.new-service-sec .single-blog .min {
  min-height:360px
}
.new-service-sec .single-blog {
  background: white;
  border-radius: 25px;
  margin-bottom: 1.8rem;
}
.new-service-sec .single-blog .home-blog-content .preefs img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.7rem;
}
.new-service-sec .single-blog .home-blog-content{
  border: none;
  padding: 20px;
}
.new-service-sec .single-blog .blog-content .desc{
  font-size: 16px;
  -webkit-box-orient: inherit;
}
.new-service-sec{
  background: #FAFAFC;
}
.connect-sec .kiosk{
  order: 1;
}
.connect-sec .kiosk .image-div img {
  width: 33% !important;
}
.clip-background{
  position: relative;
}
.clip-background::before{
  content: '';
  position: absolute;
  top: 6%;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FAFAFC;
  overflow: visible;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}

.why-sec{
  padding: 3rem 0;
}
.why-sec img{
  width: 100%;
  height: auto;
}
.why-sec .sec-content{
  padding-top: 8rem;
  max-width: 488px;
}
.why-sec .sec-header{
  margin-bottom: 1.5rem;
}
.why-sec .stats{
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.stats .single-stat{
  margin-right: 2rem;
}
.single-stat .value{
  margin-bottom: 0.5rem;
  font-family: 'sohne-bold';
  font-size: 1.5rem;
  color: #E35A80;
}
.single-stat .name{
  font-size: .95rem;
  margin-bottom: 0;
}

.adv-sec{
  padding: 0 0 3rem;
  background-color: #FAFAFC;
}
.adv-sec .sec-header{
  margin-bottom: 3rem;
}
.adv-sec .single-adv{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.single-adv .box-icon img{
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin: 0 .7rem;
}
.single-adv .box-title{
  font-size: 1.2rem;
  font-family: 'sohne-bold';
}

.members-sec{
  padding: 3rem 0 4rem;
  background-color: #FAFAFC;
}
.members-sec .sec-header{
  margin-bottom: 3rem;
  text-align: center;
}
.members-sec .single-memb{
  text-align: center;
  padding: 1rem 1rem;
}
.members-sec .single-memb img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.members-sec .single-memb .mem-pic{
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 1.5rem;
  z-index: 1;
}
.single-memb .mem-info .mem-name{
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 0.3rem;
}
.members-sec .splide__arrow--next{
  right: -2rem;
  background-color: transparent;
  font-size: 1.5rem;
}
.members-sec .splide__arrow--prev{
  background-color: transparent;
  left: -2rem;
  font-size: 1.5rem;
}

.members-sec .splide__slide .mem-pic::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #DADADA;
  border-radius: 50%;
  z-index: -1;
}
.members-sec .splide__slide:nth-child(odd) .mem-pic::before{
  transform: translate(-5px, -5px);
}
.members-sec .splide__slide:nth-child(even) .mem-pic::before{
  transform: translate(5px, 5px);
}

.careers-sec{
  padding: 6rem 0;
  overflow: hidden;
}
.careers-sec .clm{
  display: flex;
  align-items: center;
}
.careers-sec .subtitle{
  font-size: .9rem;
}
.careers-sec .title{
  max-width: 427px;
  margin-bottom: 1.5rem;
}
.careers-sec .desc{
  max-width: 490px;
}
.careers-sec .sec-image{
  position: relative;
  z-index: 1;
}
.careers-sec .sec-image img.main-img{
  display: inline-block;
  width: 430px;
  height: 430px;
  object-fit: cover;
  border-radius: 50%;
}
.careers-sec .sec-image img.back{
  position: absolute;
  max-width: 390px;
  top: -4rem;
  right: -8rem;
  z-index: -1;
}


/* Style Careers Page */
.choice-sec .row{
  max-width: 100%;
}
.choice-sec .clm{
  display: flex;
  align-items: center;
}
.choice-sec .sec-content{
  padding-left: 4rem;
}
.choice-sec .desc{
  max-width: 488px;
}

.join-sec{
  background-color: #FAFAFC;
  padding: 5rem 0;
}
.join-sec .sec-header{
  margin-bottom: 3rem;
}
.join-sec .req-box{
  position: relative;
  z-index: 1;
}
.join-sec .clm:nth-child(1) .req-box{
  margin-top: 3rem;
}
.join-sec .clm:nth-child(2) .req-box{
  margin-top: 6rem;
}
.join-sec .clm:nth-child(3) .req-box{
  margin-top: 9rem;
}
.req-box .num{
  font-size: 8rem;
  font-family: 'sohne-bold';
  color: #E35A80;
  opacity: .05;
  position: absolute;
  top: -5rem;
  right: 2rem;
}
.req-box .req-title{
  font-size: 1.5rem;
  font-family: 'sohne-bold';
  margin-bottom: 1rem;
}

.positions-sec{
  padding: 5rem 0;
}
.positions-sec .sec-header{
  margin-bottom: 3rem;
}
.positions-sec .single-position{
  padding: 2.5rem 2rem;
  border-radius: 1.3rem;
  box-shadow: 0 4px 73px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.6rem;
}
.positions-sec a:hover{
  text-decoration: none;
}
.single-position .top-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-position .location{
  font-size: .9rem;
  color: #576163;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.single-position .type{
  background: #FAFAFC;
  border-radius: 2rem;
  padding: .25rem 1rem;
  font-size: .8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #022C3C;
}
.single-position .title{
  font-family: 'sohne-bold';
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.single-position .pos-link{
  display: inline-flex;
  align-items: center;
  border: 1px solid #7C818A;
  border-radius: 37px;
  padding: .4rem .8rem;
  color: #242D3C;
}
.single-position .pos-link .icon{
  margin-left: .5rem;
  padding-bottom: 5px;
}

/* Style Checkout Pages */
.checkout-sec{
  padding: 5rem 0;
  border-bottom: 1px solid #DADADA;
}

.order-summary{
  background-color: #FAFAFC;
  padding: 1.5rem 0 1rem;
  border-radius: 1.3rem;
}
.order-summary .header{
  padding: 1rem 2rem;
}
.order-summary .header .title{
  font-size: 1.5rem;
  font-family: 'sohne-bold';
  margin-bottom: 0;
}
.order-summary .promo-code{
  padding: 2rem 2rem 1rem;
  border-top: 1px solid rgb(218, 218, 218)
}

.checkout-sec .steps{
  padding-right: 6rem;
}
.steps .stepper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}
.stepper .step{
  text-align: center;
}
.stepper .step:not(:first-child)::before{
  content: '';
  position: absolute;
  top: 1.15rem;
  left: 0;
  width: 45%;
  height: 1.5px;
  background-color: #DADADA;
  z-index: -1;
}
.stepper .step:nth-child(2)::before{
  transform: translateX(20%);
}
#artificial-intelligence .stepper .step:not(:first-child)::before{
  content: '';
    position: absolute;
    top: 1.15rem;
    left: 57px;
    width: 40%;
    height: 1.5px;
    background-color: rgba(218, 218, 218, 1);
    z-index: 0;
}
#artificial-intelligence.stepper .step:nth-child(2)::before{
  transform: translateX(3%);
}
.stepper .step:nth-child(3)::before{
  transform: translateX(115%);
}
.stepper .step .step-num{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #DADADA;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto .4rem;
}
.stepper .step .step-title{
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: .8rem;
}
.stepper .step.active .step-num{
  color: #fff;
  border-color: transparent;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
}
.stepper .step.active .step-title{
  color: #E35A80;
}
.stepper .step.active::before{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);;
}
.step-content .step-title{
  font-size: 2.2rem;
  font-family: 'sohne-bold';
  margin-bottom: 2rem;
}

/* Customize Datepicker */
.step-content .calendar{
  padding: 2.5rem 1rem 0;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  margin-bottom: 3rem;
}
#datepicker #Datepickk .d-table {
  display: flex !important;
}
#Datepickk .d-table input+label.next, #Datepickk .d-table input+label.prev {
  color: rgb(145, 145, 145);
  color: transparent;
  pointer-events: none;
}
#Datepickk .d-table input+label.next::before, #Datepickk .d-table input+label.prev::before {
  background: none;
}
#Datepickk .d-table input+label{
  font-size: .9rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#Datepickk .d-table input+label::before {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: scaleX(1) translate(-50% , -50%);
}
#Datepickk .d-table input+label.selected::before, #Datepickk .d-table input+label:hover::before {
  color: #E35A80;
}
#Datepickk .d-tables:not(.locked) input:not(:checked)+label:not(.hidden):hover {
  background: none;
  color: #E35A80;
}
#Datepickk input:checked+label:not(.hidden)::before {
  transform: scaleX(1) translate(-50% , -50%);
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%) !important;
}
#Datepickk .d-header{
  background-color: transparent;
  color: #0A1811;
}
#Datepickk .d-header p{
  text-transform: capitalize;
  font-size: 1rem;
  font-family: 'sohne-bold';
  font-weight: bold;
  pointer-events: none;
}
#Datepickk .d-year{
  margin-left: 0;
}
#Datepickk .d-year:before {
  content: ' 20';
}
#Datepickk .d-week{
  background-color: transparent;
  color: #7C818A;
  font-size: .9rem;
}
#Datepickk .d-header i{
  font-style: normal;
  width: unset;
  height: unset;
  font-size: 1.5rem;
}
#Datepickk .d-header i:hover{
  background-color: transparent;
}
#Datepickk .d-header i:after, #Datepickk .d-header i:before{
  display: none;
}

.step-content .times .note #date-selected{
  font-family: 'sohne-bold';
  color: #E35A80;
  text-transform: capitalize;
}

.patient-modal label {
  color: #e35a80;
  margin-bottom: 5px;
}

.patient-modal input, .patient-modal select {
  border-bottom: 1px solid #ddd;
  padding: 0 5px;
}

 .patient-modal input,  .patient-modal select {
  border-bottom: 1px solid #ddd;
  padding: 0 5px;
}

.patient-modal .modal-title {
  margin-bottom: 25px;
  color: #e35a80;
  font-size: 25px;
}

.patient-modal .icon {
  color: #A5A5A5;
}

.side-footer .checkout-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  width: 100%;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  border-radius: 2rem;
}
.card-side .icon{
  padding-bottom: 3px;
  margin-left: 6px;
}

.patient-modal .btn-div .add-btn {
  width: 40%;
  border-radius: 25px;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
}

.patient-modal .erorr-icon {
  right: auto;
  left: 5px;
}

.times input[type="radio"] {
  display: none;
}
.times label {
  border: 1px solid #DADADA;
  border-radius: 2rem;
  padding: 0.6rem 2.5rem;
  color: #242D3C;
  min-width: 140px;
  margin-bottom: 1rem;
}
.times input[type="radio"]:checked + label {
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  border-color: transparent;
}

.step-content .step-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.step-footer .cart-btn .icon{
  margin-right: .7rem;
}
#artificial-intelligence .step-footer .cart-btn .icon{
  font-size: 20px;
  margin-left: 4px;
  margin-bottom: 6px;
}
.step-footer .continue-btn{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.step-footer .continue-btn .icon {
  margin-left: 0.7rem;
}

.step-main .lab-info{
  padding: 1rem 0;
  margin-bottom: 1.2rem;
}
.step-main .lab-image{
  width: 100px;
  height: 100px;
}

.orders{
  margin-bottom: 3rem;
}
.orders .single-order{
  padding: 1.8rem;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  border-radius: 1.4rem;
  margin-bottom: 2rem;
}
.single-order .order-header{
  border-bottom: 1px solid #DADADA;
}
.order-header .tag{
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .05rem;
}
.order-header .title{
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  margin-bottom: .7rem;
}

.single-patient{
  display: flex;
  justify-self: flex-start;
  align-items: center;
  padding: .5rem 0;
  border-bottom: 1px solid #DADADA;
}
.single-patient .patient-pic{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #242D3C;
  color: #FFF;
  margin-right: .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col .patient-pic{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #242D3C;
  color: #FFF;
  margin-right: .4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-patient .patient-name{
  font-size: 1.1rem;
  margin-bottom: 0;
  flex: 1;
}
.single-patient .edit-btn{
  font-size: 1.3rem;
  color: #E35A80;
  cursor: pointer;
  padding-right: 0;
  font-weight: lighter;
}
.single-order .add-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 0;
}
.single-order .add-btn .icon{
  width: 24px;
  height: 24px;
  margin-right: .5rem;
  border-radius: 50%;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  font-size: .9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.step-main .payment label{
  margin-right: .5rem;
  color: #242D3C;
}
.step-main .payment input[type="radio"] {
  accent-color: #292f38;
  margin-right: .1rem;
}
.step-main .form .twice .form-group{
  width: 47%;
}
.step-main .form{
  margin-bottom: 3rem;
}
.step-main .twice .form-group{
  width: 47%
}

.right-side .order-info{
  padding: 2.5rem 2.5rem;
  background-color: #FAFAFC;
  border-radius: 1.4rem;
  margin-bottom: 2rem;
}
.single-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-info .title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: .6rem;
}
.single-info .title .icon{
  margin-right: 0.4rem;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}
.order-info .value{
  margin-bottom: 0;
  flex: 1;
  color: #242D3C;
}
.order-info .edit-btn{
  font-size: 1.3rem;
  color: #E35A80;
  cursor: pointer;
  font-weight: lighter;
}
.orders .single-info{
  padding: .5rem 0;
}

/* Style Blog Page */
.blogs-sec{
  padding: 4rem 0;
}
.blogs-sec .boxes{
  columns: 300px 3;
}
.single-blog{
  border-radius: 1.4rem;
  margin-bottom: 2.5rem ;
}
.single-blog .blog-image img{
  width: 100%;
  height: auto;
  max-height: 261px;
  object-fit: cover;
  border-radius: 1.4rem 1.4rem 0 0;
}
.single-blog .blog-content{
  padding: 1.5rem;
  border-radius: 0 0 1.4rem 1.4rem;
  overflow: hidden;
  border: 1px solid #DADADA;
  border-top: none;
}
.blog-content .preefs{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8rem;
}
.single-blog .home-blog-content{
  border-radius: 0 1.4rem 1.4rem 0;
  border: 1px solid #DADADA;
}
.home-blog-image{
  width:100%;
}
.single-blog .blog-image .home-blog-image{
  height: 100%;
  border-radius: 1.4rem 0rem 0rem 1.4rem;
}
.home-blog .more-btn {
  padding: 0.1rem 1.5rem;
  border: 1px solid #242D3C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #242D3C;
  border-radius: 2rem;
}
.home-blog .icon{
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 24px;
}
.preefs .preef{
  font-size: .9rem;
  position: relative;
}
.preefs .preef:not(:last-child){
  margin-right: 1.3rem;
}
.preefs .preef:not(:last-child)::after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  border-radius: 50%;
  top: 50%;
  transform: translate(150%, -50%);
  position: absolute;
}
.blog-content .title a{
  display: block;
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  color:#242D3C;
  margin-bottom: 1rem;
  text-decoration: none;
}
.blog-content .desc{
  font-size: .9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-footer .more-btn{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}
.blog-footer .more-btn .icon{
  margin-left: .5rem;
}
.blog-footer .comments{
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-footer .comments .icon{
  margin-right: .2rem;
  font-size: 1.2rem;
}
.blog-tags{
  margin-top: 1rem;
}
.blog-tags .tag{
  display: inline-block;
  font-size: .9rem;
  padding: .2rem .8rem;
  border-radius: 2rem;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  margin-right: .3rem;
  margin-bottom: .4rem;
}
.single-blog.just-content .blog-content{
  border: 1px solid #DADADA;
  border-radius: 1.4rem;
}
.single-blog.just-content.top-blogs .title{
  font-size: 1.5rem;
  font-family: 'sohne-bold';
  margin-bottom: 1.5rem;
}
.top-blogs .single-list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.top-blogs .single-list:not(:last-child){
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-blogs .single-list .num{
  font-size: 2.7rem;
  font-family: 'sohne-bold';
  color: #DADADA;
  margin-right: 1rem;
  transform: translateY(-.6rem);
}
.top-blogs .single-list:first-child .num{
  background: -webkit-linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-blogs .single-list .list-title{
  font-size: 1rem;
  font-family: 'sohne-bold';
  margin-bottom: .1rem;
}
.top-blogs .single-list .author{
  font-size: .9rem;
  color: #242D3C;
}
.single-blog.just-content .blog-content .desc{
  display: block;
  overflow: visible;
}
.single-blog.just-image{
  position: relative;
}
.single-blog.just-image .blog-image img{
  width: 100%;
  height: auto;
  min-height: 360px;
  max-height: 390px;
  object-fit: cover;
  border-radius: 1.4rem;
}
.single-blog.just-image .blog-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  background-color: linear-gradient(360deg, #022C3C 0%, rgba(2, 44, 60, 0) 100%);
}
.single-blog.just-image .blog-content .title a{
  color: #FFF;
  font-size: 1rem;
  margin-bottom: 0;
}
.single-blog.just-image .preefs{
  margin-bottom: .3rem;
  color: #FFF;
}
.blogs-sec .btns{
  text-align: center;
  margin-top: 2rem;
}
.blogs-sec .btns .more-btn{
  padding: 0.5rem 1.5rem;
  border: 1px solid #242D3C;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #242D3C;
  border-radius: 2rem;
}

/* Thanks Page */
.breadcrumbs-sec .sec-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #4BAE4F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 1.3rem;
}
.breadcrumbs-sec .sec-icon i{
  color: #4BAE4F;
  font-size: 2.5rem;
}
.thanks-sec{
  padding: 2rem 0 3rem
}
.order-summary .qr-code{
  padding: 2rem;
  text-align: center;
}
.qr-code img{
  width: 100%;
  max-width: 230px;
}
.order-summary .download-btns{
  text-align: right;
  border-top: 1px solid #DADADA;
  padding: 1rem 0;
}
.order-summary .download-btn{
  color: #7C818A;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
  font-size: .9rem;
}
.order-summary .download-btn i{
  color: #E35A80;
  font-size: 1.2rem;
  margin-left: .5rem;
}

.form.comment-form{
  padding: 3rem 2.5rem;
  border: 1px solid #DADADA;
  border-radius: 1.3rem;
}
.form .form-title .subtitle{
  font-size: .9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C818A;
}
.form .form-title .title{
  color: #242D3C;
  font-family: 'sohne-bold';
  font-size: 1.5rem;
}
.form.comment-form .rate{
  padding: .7rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: rotateY(180deg);
}
.form.comment-form .rate input[type="radio"]{
  display: none;
}
.form.comment-form .rate label{
  font-family: 'remixicon' !important;
  color: #FFC107;
  transition: all 0.5s;
  font-size: 1.4rem;
  margin-right: .2rem;
  cursor: pointer;
  position: relative;
}
.form.comment-form .rate label::before{
  content: "\f18b";
  position: relative;
}
.form.comment-form .rate label::after{
  content: "\f186";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
}
.form.comment-form .rate label:hover::after,
.form.comment-form .rate label:hover ~ label::after,
.form.comment-form input:checked ~ label::after{
  opacity: 1;
}

.comment-form .comment{
  width: 100%;
  height: 150px;
  border-radius: 1.4rem;
  border: 1px solid #DADADA;
  resize: none;
  padding: 1.2rem 1.8rem;
}

/* Start Pricing Section */
.pricing-sec{
  padding: 4rem 0;
}

.pricing-sec .sec-header .desc{
  width: 49%;
  margin: auto;
}
.pricing-sec .pricings .price .ryal{
  margin-left: 6px;
  order: 1;
}
.pricing-sec .pricings .price .num{
  order: 0;
}

/* Start Common Question Section */
.common-sec {
  padding: 3rem 0;
}
.common-sec .sec-header .title{
  margin-bottom: 2rem;
}
.common-sec .sec-header .desc{
  max-width: 280px;
  margin-bottom: 2.5rem;
}
.common-sec .sec-header .more-btn{
  border: 1px solid #7C818A;
  border-radius: 1.5rem;
  min-width: 190px;
  padding: .6rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.common-sec .sec-header .more-btn .icon{
  margin-left: .5rem;
}

.common-sec .questions{
  margin-left: 2rem;
}

/* Start Banner Section (Products Page) */
.banner-sec{
  padding: 40px 0 0 0;
  position: relative;
}
.banner-sec .sec-title{
  font-family: 'sohne-bold';
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.banner-sec .btn.demo-btn{
  margin-top: 2.5rem;
  color: #fff;
  padding: .6rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
}
.banner-sec .btn.demo-btn .icon{
  margin-left: .5rem;
}
.banner-sec .float-img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 420px;
}
.banner-sec .float-img.left{
  left: 0;
}
.banner-sec .float-img.right{
  right: 0;
}

/* Start Connect Section */
.connect-sec{
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.connect-sec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  width: 3000px;
  height: 3000px;
  background: linear-gradient(180.63deg, #FAFAFC 0.54%, rgba(250, 250, 252, 0) 99.47%);;
}

.connect-sec .sec-header{
  max-width: 695px;
  margin: 0 auto 2rem;
}
.connect-sec .row{
  padding: 3rem 0;
  align-items: center;
}
.connect-sec .row .image-div img{
  width: 90%;
  max-width: 500px;
}

.products .content .num{
  font-size: .9rem;
  color: #E35A80;
  margin-bottom: 0.2rem;
}
.products .content .title{
  font-family: 'sohne-bold';
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.products .content .desc{
  margin-bottom: 1.3rem;
  max-width: 489px;
}
.products .content .features p{
  display: flex;
  align-items: center;
}
.products .content .features i{
  font-size: .9rem;
  color: #242D3C;
  margin-right: .6rem;
}

.method-side .methods .single-method.selected {
  border-color: #e35a80;
  background-color: #fffcfd;
}

.method-side .methods .single-method {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px;
  border: 2px solid transparent;
  background-color: #F3F3F3;
  border-radius: 20px;
  margin-bottom: 25px;
}

.method-side .methods .single-method .mark-div {
  display: inline-block;
  padding: 0 20px 0 10px;
  cursor: pointer;
}

.single-method.selected .mark-div .circle-out {
  border-color: #e35a80;
}
.single-method .mark-div .circle-out {
  width: 21px;
  height: 21px;
  border: 2px solid #C7C7CC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-method.selected .circle-out .inside-circle {
  display: inline-block;
}

.single-method .mark-div .circle-out .inside-circle {
  background-color: #e35a80;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: none;
}

.single-method.selected .circle-out .inside-circle {
  display: inline-block;
}

.method-side .methods .single-method .info>* {
  margin: 0;
  color: black;
}

 .complete-purchase-btn {
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
 .complete-purchase-btn:hover{
   color: #fff !important;
 }

.contain-div .accordions-all .card:not(:last-child) {
  border-bottom: 0.5px solid #707070;
}
.contain-div .accordions-all .card {
  padding: 11px 0;
}

.contain-div .accordions-all .card, .contain-div .accordions-all .card > * {
  border: none;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.contain-div .btn-open {
  outline: none;
  border: none;
  text-align: left;
  background: none;
  display: flex;
  justify-content: space-between;
}
.contain-div .btn-open .main-accordion {
  flex: 1;
  height: 28px;
}
.contain-div .card .arrow-icon {
  display: inline-block;
  padding: 0 7px;
  color: #e35a80;
}

.contain-div .card .card-header .num {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #E3E3E3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}


.contain-div .card .card-header .acc-name {
  padding: 0 8px;
  color: #7C818A;
  font-size: 15px;
}

.contain-div .accordions-all .card, .contain-div .accordions-all .card > * {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
}

.form .send-contact-btn {
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  border-radius: 2rem;
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.radio-member{
  height: 80px;
  width: 80%;
  border: 1px solid #DADADA;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  display: inline-flex;
  cursor: pointer;
  /*display: inline-block;*/
  align-items: center;
  padding: 0.5rem 1.5rem;
  /*width: 50%;*/
  /*background: #E3E3E3;*/
  background: #FAFAFC;
  color: #FFF;
  /*border-radius: 2rem;*/
}
#artificial-intelligence  .stepper .step:nth-child(2)::before{
  transform: translateX(2%);
}
#artificial-intelligence .radio-member:hover{
  background: white;
    border: 1px solid rgb(227, 90, 128);
}
#artificial-intelligence .radio-member span{
  font-family: 'sohne-bold';
}
#artificial-intelligence .radio-member{
  padding: 0;
  height: 105px;
  width: 100%;
  border: 1px solid #DADADA;
  box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  background: #f5f5f7;
  color: #FFF;
}

.radio-member > label{
  margin: 0 !important;
}

.save-member-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  width: 30%;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #FFF;
  border-radius: 2rem;
}

.save-member-btn.disabled{
  pointer-events: none;
  background: grey;
}
.far-bg{
  background: url(../img/far-bg.jpeg) no-repeat center center;
    background-size: 100% 100%;

}
.far-im{
  border-radius: 25px;
  max-width: 487px;
}
/*.radio-member-input{
  accent-color: #e35a80;
  margin: 5px;
  width: 2.15em;
  height: 2.15em;
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-height: 1.5rem;
  padding-left: 1.5rem;

}*/

.input-radio-btn-red{
  text-align: end;
  left: 1.5rem;
  bottom: 1vw;
}
.input-radio-btn-red i {
  color: #E35A80;
  font-size: 24px;
}

/*.radio-member-input::before {
  content: "";
  border: solid 3px #E35A80;
  width: 2.15rem;
  height: 2.15rem;
  position: absolute;
  border-radius: 50%;
}*/

.pricing-sec .pricings{
  margin-top: 3.5rem;
  text-align: center;
}
.pricings .row .single-column{
  padding: 0 1rem;
}
.pricings .row .single-column.active{
  background-color: #FAFAFC;
  border-radius: 1.3rem;
}
.pricings .row .clm:first-child .single-column{
  text-align: left;
  margin-top: 242.8px;
  padding: 0 .5rem;
}
.pricings .row .clm:first-child .single-column p{
  justify-content: flex-start;
}
.pricings .top-clm{
  padding: 2rem 0;
}
.pricings .top-clm .pricing-title{
  font-size: 1.5rem;
  font-family: 'sohne-bold';
  color: #E35A80;
  margin-bottom: 1.2rem;
}
.pricings .top-clm .price{
  font-family: 'sohne-bold';
  font-size: 1.5rem;
  color: #242D3C;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricings .top-clm .get-started-btn{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  border-radius: 2rem;
  padding: .4rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.pricings .top-clm .get-started-btn .icon{
  margin-left: .5rem;
  padding-bottom: 4px;
}

.pricings .bottom-clm{
  padding: 2rem 0;
}
.pricings .bottom-clm p.feature{
  font-size: .9rem;
}

.pricings .bottom-clm h4, .pricings .bottom-clm p{
  padding: 1.1rem 0;
  margin-bottom: 0;
}
.pricings .bottom-clm h4{
  font-size: 1.2rem;
  font-family: 'sohne-bold';
  color: #E35A80;
  margin-bottom: 0;
}
.pricings .bottom-clm h4.empty{
  opacity: 0;
  visibility: hidden;
}
.pricings .bottom-clm p{
  text-transform: uppercase;
  color: #242D3C;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricings .bottom-clm p.check{
  font-size: 1.3rem;
  color: #4BAE4F;
}
.pricings .bottom-clm p.text{
  color: #7C818A;
  font-size: 1.1rem;
  font-family: 'sohne-bold';
  text-transform: none;
}

.modal{
  z-index: 20000;
}

.get-started-btn{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  color: #fff;
  border-radius: 2rem;
  padding: .4rem 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

#add-patient-new-member{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  width: 80%;
  border-color: #E35A80;
  color: #1C2129;
  border-radius: 2rem;
}

#add-member-to-list:hover{
  color: white;
}
.get-started-btn .icon{
  margin-left: 0.7rem;
  padding-bottom: 4px;
}

.products .content .num{
  color: #7C818A;
}
.other-prd-sec{
  position: relative;
}
.other-prd-sec .row{
  padding: 6rem 0 12rem;

}
.other-prd-sec .container .row > div{
  position: static;
}
.other-prd-sec .image-div img{
  max-width: 550px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact-btn-provider{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  padding: .7rem 1.5rem;
  color: #FFF;
  min-width: 173px;
  height: 48px;
}

.other-prd-sec .image-div::before{
  content: '';
  width: 800px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #FAFAFC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.other-prd-sec:nth-child(even) .container,
.other-prd-sec:nth-child(even) .container .row > div{
  position: static;
}

.other-prd-sec:nth-child(even) .image-div img{
  right: 0;
  left: auto;
}
.other-prd-sec:nth-child(even) .image-div::before{
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}

.other-prd-sec:last-child .row{
  padding-bottom: 15rem;
}
.ai-sec .btn-blazma{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  box-shadow: 0px 8px 34px rgb(0 0 0 / 5%);
  border-radius: 1.5rem;
  padding: 0.7rem 1.5rem;
  color: #FFF;
  border-radius: 25px;
  padding: 0.7rem 1.5rem;
  color: #FFF;
  min-width: 173px;
  height: 48px;
}
.ai-sec  .btn-blazma .icon{
  margin-left: 0.7rem;
  margin-right: 0;
  transform: none;
}
.ai-btn-start .icon{
  margin-right: 0.7rem;
  margin-left: 0;
  transform: rotate(180deg) translateY(-0.12rem);
}
#artificial-intelligence  .btn-blazma{
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  box-shadow: 0px 8px 34px rgb(0 0 0 / 5%);
  border-radius: 1.5rem;
  padding: 0.7rem 1.5rem;
  color: #FFF;
  border-radius: 25px;
  padding: 0.7rem 1.5rem;
  color: #FFF;
  min-width: 173px;
  height: 48px;
}
.btn-blazma .icon{
  margin-left: 6px;
  padding-bottom: 6px;
  font-size: 19px;
}
.company-rate-sec{
  text-align: left;
}
#artificial-intelligence .btn-outline-blazma:hover{
  background: white;
  border:2px solid #FBB2C6;
}
#artificial-intelligence .btn-outline-blazma{
  padding: 0.4rem 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: black;
  border-color: #FBB2C6;
  border-radius: 2rem;
  margin-top: 2rem;
}
.btn-outline-blazma:hover{
  color: black;
}

.btn-blazma:hover{
  color: #FFF;
}

.contact-phone{
  color: #7C818A;
}

.order-summary .promo-code .form-group{
  position: relative;
}
.promo-code .form-control{
  padding: .9rem 2.5rem;
}
.promo-code .btn-blazma{
  position: absolute;
  top: 50%;
  right: 88% !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #FFF;
  padding: 0;
  background-color: #e35a80;
  font-size: .9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  /*transform: translateY(-148%);*/
}
.promo-code .btn-blazma i{
  margin: 0;
}

/* Patient Modals */
.modal-dialog-centered{
  justify-content: center;
}

.splide__list{
  height: inherit !important;
}
.promo-offer{
  position: relative;
  gap: 10px;
  width: 100%;
  height: 40px;
  top: 0px;
  background: linear-gradient(0deg, #CCD6F0, #CCD6F0), #FAFAFC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-offer p{
font-family: 'sohne-bold';
font-size: 14px;
line-height: 150%;
text-transform: uppercase;
color: #1C2129;
flex: none;
order: 0;
flex-grow: 0;
margin: 0;
}
.call-us-btn{
    border: 1px solid #ea7293;
    padding: 9px 24px;
    border-radius: 2rem;
}
.call-us-btn .word{
  margin-right: 10px;
  font-size: 16px;
  line-height: 160%;
  color: #18100E;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.call-us-btn .number{
  font-family: 'sohne-bold';
  font-size: 20px;
  line-height: 140%;
  background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.list-group {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}

.list-item {
  flex: 1;
  padding: 0 20px;
  text-align: center;
}

.list-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.list-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-item p {
  font-size: 16px;
  width: 280px;
  hyphens: auto;
}

.why-blazma-title {
  text-align: center;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
}

.service-section .row {
  margin-bottom: 3rem;
}
.our-service-image {
  width: 12.5rem;
  height: 12.5rem;
}
.step-number {
  color: #E35A80;
  font-size: 7.75rem;
  line-height: 11.375rem;
  letter-spacing: 0.175rem;
}
.step-content {
  align-self: center;
}
.step-content h4 {
  color: #000;
  font-size: 2rem;
  white-space: nowrap;
  font-weight: bold;
  line-height: 3.15rem;
}
.step-content p {
  color: #7C818A;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem;
}
.step-number-container{
  margin-left: 16.666667%;
}

.service-section h6{
  color: #7C818A;
  font-family: Söhne;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 1.4875rem */
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
}

html[dir="rtl"] .step-number-container{
  margin-right: 16.666667%;
  margin-left: 0;
}

@media (max-width: 768px) {
  .list-item {
    flex-basis: 100%;
    padding: 0;
  }

  .test-sec .test-content .steps{
    text-wrap: inherit;
    font-size: 0.8rem;
    flex-wrap: wrap;
  }
  .list-group {
    flex-flow: wrap;
  }
  .list-item p{
    width: 90%;
    margin: 1rem auto;
  }
  .step-number-container{
    margin: 0 auto;
  }
  .service-section{
    text-align: center;
  }
  .service-section .row:nth-child(4),
  .service-section .row:last-child {
    flex-flow: column-reverse;
  }
  .service-section .row{
    margin-bottom: 0;
  }
  html[dir="rtl"] .step-number-container{
    margin-right: 0;
    margin-left: 0;
  }
  .step-content h4{
    white-space: normal;
    margin-top: 1rem;
  }
}

.blog-section {
  position: relative;
  margin: 0 auto;
  padding: 20px;
}

.last-news {
  font-size: 38px;
  line-height: 52px;
  color: #1C2129;
  font-weight: bold;
  margin-bottom: 3rem;
}

.blog-label {
  font-size: 14px;
  line-height: 24px;
  color: #7C818A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.post {
  margin-bottom: 30px;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
}

.post-image {
  width: 100%;
  object-fit: cover;
  display: block;
}


.post-info {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 20px;
}

.date, .by {
  font-size: 14px;
  line-height: 22px;
  color: #7C818A;
}

.dot {
  width: 8px;
  height: 8px;
  background: #E35A80;
  border-radius: 50%;
  position: relative;
  bottom: 2px;
}

.post-title {
  font-size: 22px;
  line-height: 30px;
  color: #1C2129;
  margin: 20px 0;
  font-weight: bold;
}

.post-description {
  font-size: 14px;
  line-height: 22px;
  color: #7C818A;
  margin-bottom: 25px;
}

.know-more {
  display: flex;
  align-items: baseline;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #7C818A;
}

.know-more:hover{
  text-decoration: none;
  color: #7C818A;
}

.arrow {
  width: 24px;
  height: 8px;
  position: relative;
  bottom: 0.1rem;
  content: url(/img/home-page/post-arrow.png);
}
html[dir="rtl"]{
  .arrow{
    rotate: 180deg;
    bottom: 0;
  }
}

.comment-count {
  display: flex;
  align-items: center;
  align-self: baseline;
  gap: 7px;
}

.icon-comment {
  width: 18px;
  height: 18px;
  content: url(/img/home-page/post-comment.png);
}

.right-side-posts > div.row {
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-left: none;
}
html[dir="rtl"] {
  .right-side-posts > div.row{
    border-left: 1px solid #E0E0E0;
  }
}

.first-blog-post {
  border-top: none;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}
.know-more.p,.comment-number{
  color: #1C2129;
}
@media (max-width: 768px) {
  .right-side-image {
    min-height: 200px;
  }
  .right-side-posts > div.row{
   border-left: 1px solid #E0E0E0;
    border-top: none;
  }
}

.star-rating {
  display: flex;
  margin-bottom: 1rem;
}

.star-rating .fa-star {
  color: #FFC107;
  font-size: 14px;
}

.home-visit-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: inherit;
  position: relative;
  padding: 1rem;
  background: url(/img/home-visit/main-left.png);
  min-height: 28rem;
  background-size: cover;
  background-position: center;
}

.home-visit-title-main {
  font-weight: 700;
  font-size: 50px;
  line-height: 130%;
  color: #1C2129;
  position: relative;
  max-width: 60%;
  margin-bottom: 1rem;
}

.home-visit-desc-main {
  font-size: 16px;
  line-height: 130%;
  color: #1C2129;
  position: relative;
  max-width: 60%;
  margin-bottom: 2rem;
  font-family: 'sans' !important;
}

.home-visit-content .book-btns {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 12%;
  left: 33%;
  transform: translateX(-50%);
}

.home-visit-content .call_us_mobile, .test-info .whats_up_reservation_header {
  /*background: linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  gap: 10px;
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  padding: 0.7rem 1.5rem;
  color: #FFF;
  min-width: 115px;
  height: 48px;*/
  background: transparent !important;
  border: 1px solid #7C818A;
  color: #1C2129 !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 8px 34px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  text-wrap: nowrap;
  font-weight: 500;
}

.tabby-tamara-homevisit-wrapper{
  gap: 20px;
  align-items: center;
  width: 60%;
}

.home-visit-content .tabby-tamara-section{
  padding: 0.7rem 1.5rem;
}

.home-visit-type-card{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  white-space: nowrap;
  border-radius: 25px;
  padding: 5px;
}
.home-visit-type-card:hover {
  text-decoration: none;
}
.home-visit-type-card img{
  max-width: 100px;
}
.home-visit-type-card p {
  font-family: 'sohne-bold';
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #1C2129;
  margin-top: 12px;
}

.home-visit-type-card.active{
  border: 1px solid #E35A80;
}
.home-visit-type-card.active p{
  color: #E35A80;
}

@media (max-width: 912px) {
  .home-visit-title-main {
    font-size: 30px;
    line-height: 39px;
    max-width: 90%;
  }

  .home-visit-desc-main {
    padding: 0.5rem;
    max-width: 100%;
  }
  .home-visit-content{
    text-align: center;
    justify-content: start;
    min-height: 22rem;
  }

  html[dir="rtl"] .home-visit-content{
    min-height: 18rem;
  }
  .home-visit-content .book-btns{
    left: 50%;
    white-space: nowrap;
  }
  .homevisit-sec{
    overflow-x: hidden;
  }
  .home-visit-type-card{
    max-width: 80%;
    padding: 5px;
  }
  .home-visit-search-form{
    max-width: 80% !important;
  }
  .test-content .title{
    font-size: 1.5rem;
  }
}

.home-visit-item-footer .price{
  display: flex;
  color: #E35A80;
  font-weight: 300;
  gap: 10px;
}

#home-visit-city-dropdown button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 6px;
}

#home-visit-city-dropdown .logo {
  height: 24px;
  margin-right: auto;
}
#home-visit-city-dropdown .caret {
  margin-left: auto;
}

@media (max-width: 389px) {
  .package_tests_count {
    display: none;
    color: #7C818A;
  }
}

.home-section-v2, .our-service-sec{
  padding-top: 120px;
  padding-bottom: 120px;
}

.our-app-sec{
  background: radial-gradient(77.01% 1311.2% at 100% 13.67%, rgba(226, 231, 246, 0.48) 0%, rgba(226, 231, 246, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
  linear-gradient(0deg, #FAFAFC, #FAFAFC);
}

.blog-btn-view-all{
  border: 1px solid #7C818A;
  border-radius: 25px;
  width: 144px;
  height: 48px
}
.spinner-border-sm{
  border-width: 2px;
}
.top-blogs .list-info:hover{
  text-decoration: none;
  background: -webkit-linear-gradient(140.37deg, #FBB2C6 -59.16%, #E35A80 49.95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.verification_number{
  padding: .4rem 1rem .4rem 1rem;
  height: auto;
  border: 1px solid #DADADA;
  border-radius: 2rem;
  font-size: 1rem;
  width: 100%;
  background-color: transparent;
}

.banner-content .call_us_mobile:hover, .whats_up_reservation_header:hover{
  background: transparent !important;
  color:#ea7293 !important;
  border: 1px solid #ea7293 !important;
}

@media screen and (max-width: 600px) {
  .home-section-v2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}