/** Shopify CDN: Minification failed

Line 776:18 Expected ":"

**/
img{
  max-width:100%;
  width:100%
}
span, a{
  display:inline-block
}
.flex{
  display:flex;
  flex-wrap:wrap;
}
.flex.align_center{
  align-items:center;
}
a{
  text-decoration:none;
}


.page_title h1{
  text-align:center;
  margin-bottom:0;
  font-size:36px;
  font-weight:500;
  margin:0;
}
.section_title{
  text-align:center;
  position:relative;
  z-index:2
}
.section_title h2{
  margin:0 0 15px 0;
  font-size:24px;
  font-weight:500;
}
.section_title .section_disc{
  max-width:625px;
  width:100%;
  margin:0 auto;
  font-size:18px;
  line-height:1.4;
  font-family: 'Source Sans Pro', sans-serif;
}
.section_title .section_disc p{
  margin:0;
}

.section_img{
  text-align:center;
}
.section_img img{
  max-width:650px;
  width:100%;
  margin:0 auto;
}

/*meet up  */

.main_meet_up{
  margin-top:35px;
}

.main_icon_section{
  display:flex;
  flex-wrap:wrap;
  margin:0 -25px;
}
.cust_width{
  max-width:970px;
  width:100%;
  margin:0 auto;
  padding: 50px 0 0;
}
.singal_icon_section{
  width:33.33%;
  text-align:center;
  padding:0 25px;
  margin-bottom:50px;
}
.singal_icon_img .icon{
  background-color: #fff;
  box-shadow: 2px 2px 7px hsl(0deg 0% 75% / 50%);
  width: 136px;
  height: 136px;
  border-radius: 50%;
  overflow: hidden;
  margin:0 auto;
  position:relative;
}
.singal_icon_img{
  margin-bottom:20px;
}
.singal_icon_img .icon span{
  display:inline-block;
}
.singal_icon_img .icon span svg{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50% , -50%)
}
.singal_icon_text span{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
  color:#005377;
  font-weight:400;
}


/* cliical  */

.section_disc.second_width{
  max-width:800px;
}
.main_clinical{
  margin-top:70px;
}
.clinical_btn{
  text-align:center;
  padding-top:45px;
}
.clinical_btn .site-main-button{
  margin:0;
}
.clinical_btn a{
    min-width: 205px;
    padding: 15px 10px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight:500;
    box-shadow: 2px 2px 7px hsl(0deg 0% 75% / 50%);
}

.clinical_icon{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  padding-top:70px;
}
.clinical_icon .singal_icon{
  margin:0 14px;
}
.clinical_icon .singal_icon svg{
  height:82px;
  width:82px;
}


/* video */

.video-section h2.title{
  font-size:24px;
  font-weight:500;
  text-align:center;
  margin-bottom:45px;
}
/* .about-us .video-section .video-section__media{
  max-width:948px;
  width:100%;
  margin:0 auto;
  padding-bottom:43.2%!important;
  border:none;
  box-shadow: 2px 2px 7px hsla(0,0%,74.5%,.5)!important;
} */
.video-section__media,
.video-section__poster
{
  border-radius:10px;
}

.video-section .deferred-media__poster-button{
  height:98px;
  width:98px;
  background:#ff6890;
  border:none;
  transition: all .2s linear;
}
.video-section .deferred-media__poster-button svg{
  width: 4rem;
  height: 4rem;
}
.video-section .deferred-media__poster-button svg path{
  fill:white;
}

.video-section .video-section__media:hover span.deferred-media__poster-button{
  transform: translate(-50%, -50%) scale(1.2);
}
.video-section .title.h0{
  font-size:36px;
}
.video-section .title.h1{
  font-size:24px;
}
.video-section .title.h2{
  font-size:18px;
}


/* number */

.main_number{
  margin-top:110px;
}
.section_title h2.number_title{
  margin-bottom:70px;
}
.number .singal_number{
  width:20%;
  text-align:center;
}
.number_text h3{
  font-size:48px;
  font-weight:500;
  margin:0;
}
.number_text p{
  font-size:24px;
  font-weight:500;
  margin:0;
}
.number_icon{
  margin-top:15px;
  line-height:0;
}
.main_number{
  padding-bottom:50px;
}


/* get your image */

.get_your{
  text-align:center;
  position:relative;
}
.get_your_img{
  line-height:0;
}
.get_your_img img{
  max-width:975px;
  width:100%;
  margin:0 auto
}
.main_get_your .section_title h2{
  margin-bottom:25px;
}
.secondary_btn{
  min-width: 205px;
  padding: 15px 10px;
  color: #fff;
  background-color: #00ccd2;
  box-shadow: 2px 2px 7px hsl(0deg 0% 75% / 50%);
  vertical-align: middle;
  text-align: center;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  border-radius: 50px;
  line-height: 1.2;
  border: 1px solid transparent;
  transition: all .1s linear;
}
.secondary_btn:hover{
  background-color: transparent;
  border-color: #00ccd2;
  color:#004262;
}
.get_your_btn{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.main_get_your{
  padding-top:50px;
}
 .main_get_your .secondary_btn {
    background-color: #ff6890;
}
 .main_get_your .secondary_btn:hover{
  border-color: transparent;
  color:#fff;
}

 .main_get_your .secondary_btn:not(:disabled):hover:after {
    left: 120%;
    transition: all .95s cubic-bezier(.19,1,.22,1);
}

 .main_get_your .secondary_btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 0ms cubic-bezier(.19,1,.22,1);
    width: 50px;
    z-index: 1;
}

/* background image */

.background_image_mobile{
  display:none;
}
.main_page{
  position:relative;
  z-index:1
}
.page_background{
  position:absolute;
  top:0;
  left:0;
  z-index:-1
}
.page_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    right: 0;
}
.page_background img{
  margin-left: 50%;
  transform: translate(-50%);
  width:auto;
  max-width:none;
}

.about-us header.header{
/*   padding:4.5px 0 */
padding-top:4.5px;
   padding-top:4.5px;
}

.about-us
{
  position:relative;
}
/* .main_background{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
} */
.background_image_left{
  position: absolute;
  top: 25%;
  left:0;
  z-index:-1;
  overflow: hidden;
}
.background_image_left img{
  position:relative;
  left:-120px;
}
.background_image_right{
  position: absolute;
  right: 0;
  top: 43%;
  overflow: hidden;
}
.background_image_right img{
  position: relative;
  right: -160px;
}

.background_image_bottom_left{
  position: absolute;
  left: 0;
  top: 59%;
  z-index:0;
  overflow: hidden;
}
.background_image_bottom_left img{
  position: relative;
  left:-120px;
}


.background_image_bottom_right{
  position: absolute;
  right: 0;
  top: 73%;
  z-index:-1;
  overflow: hidden;
}
.background_image_bottom_right img{
  position: relative;
  right:-160px;
}

.background_image_left,
.background_image_right,
.background_image_bottom_left,
.background_image_bottom_right{
  max-width:30%;
}


/*  */

.mobile_btn{
  display:none
}
/* .background_image_desktop img{
  max-width: fit-content;
} */

/*  */


/* ===================================================================== faq Page================================================================================  */


.main_search{
  margin-bottom:100px;
      position: relative;
    z-index: 2;
}
.main_search .section_title h2{
  margin-bottom:40px;
}

.main_search .search_form{
  max-width: 720px;
  margin: 0 auto 10px;
  position:relative;
}
.search_form input.input_control:focus{
  outline:none;
  box-shadow:none;
}
.search_form input.input_control::placeholder{
  color: #004262;
}
.search_form input.input_control{
  border: 1px solid #00ccd2;
  width: 100%;
  border-radius: 50px;
  padding: 13px 230px 13px 60px;
  font-family: 'Bauhaus';
  font-size: 18px;
  font-weight: 500;
  color: #004262;
}
.secondary_btn{
  cursor:pointer;
}
.search_form button.search_btn{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px 15px;
  min-width: auto;
  width: 205px;
  color: #fff;
  font-family: 'Bauhaus';
}
.search_form button.search_btn:hover{
  color:#004262
}
.instruction_text{
  text-align:center;
}
.instruction_text p{
  font-family: Source Sans Pro,sans-serif;
  font-size:14px;
}

/* faq */

.main_faq{
  max-width: 805px;
  margin: 0 auto;
  padding:0;
  padding-bottom:70px;
}
.main_faqs{
  margin-bottom:75px;
}
.main_faq .section_title h2{
  margin-bottom:40px;
}
.singal_faq{
  border: 1px solid #bddfe8;
  border-radius: 10px;
  background-color: #fbfbfc;
  margin-top:20px;
}
.faq_title{
  font-size: 18px;
  padding: 15px 60px 15px 60px;
  cursor: pointer;
  position:relative;
}
.faq_title h3{
  font-family: Source Sans Pro,sans-serif;
    font-weight: 600;
}

.faq_ans{
  border-radius: 0 0 10px 10px;
  background: #e2f2f7;
  font-size: 18px;
  padding: 15px 90px 15px 60px;
  display:none;
}
.faq_ans p{
  font-family: Source Sans Pro,sans-serif;
  font-size:18px
}
svg.faq_arrow.active{
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
svg.faq_arrow{
  transition:.33s;
  position:absolute;
  top:50%;
  right:60px;
  transform:translateY(-50%)
}

.query_section .section_title h2,
.query_section .section_title .section_disc
{
  margin-bottom:20px;
}

/* faq */

/* bg */
.faqs #MainContent{
  position:relative
}
.faq_bg_mobile_img{
  display:none;
}
.main_faq_bg{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.faq_bg_mobile_img,
.faq_bg_desktop_img
{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main_background .faq_bg_desktop_img img,
.main_background .faq_bg_mobile_img img
{
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
/* .main_background .faq_bg_mobile_img img{
  width:100%;
} */

.faq_arrow.mobile{
  display:none;
}

.faq_bg_desktop_img img,
.faq_bg_mobile_img img
{
  max-width:none;
}



/* ===================================================================== faq Page================================================================================  */


/* ===================================================================== blog Page================================================================================  */

.blog-articles{
  display:flex;
  flex-wrap:wrap;
  margin:0 -15px
}
.blog-articles .blog-articles__article.article{
  width: calc(33.33% - 30px);
  margin:0 15px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 7px hsl(0deg 0% 75% / 50%);
}
.blog-articles .card-wrapper {
    padding: 25px 25px 15px 25px;
}
.article-card__image--medium .ratio:before {
    padding-bottom: 28rem;
}
.card--media .card__inner .card__content{
  padding:0!important;
}
.article-card__image-wrapper{
  border-radius:10px!important;
}
.card__inner
{
  border-radius:10px!important;
}
.card__information{
  padding:0!important;
  padding-top:25px!important
}
.card__content .card__heading{
  margin-bottom:10px!important
}
.card__content .card__heading a{
  font-size:18px;
  font-weight:500;
}
.article-card__info{
  padding:0!important;
}
.article-card__excerpt{
  margin:0!important;
}
.article-card__info{
  margin-bottom:10px
}
.card__information .article-card__info span{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:14px;
  font-weight:500;
  text-transform:capitalize
}
.card__information p.article-card__excerpt{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
  font-weight:500;
  line-height:1.4
}
.card__content{
  display:block!important
}
.article_a{
  margin-top:15px
}
.article_a a{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
  text-transform:capitalize;
  color: #00ccd2;
  font-weight:600
}
.card__information{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card__information .article-card__excerpt{
  height:100%;
}

.page-article #MainContent{
  position:relative;
}
.page-article #MainContent::before{
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  z-index:-1;
  background: radial-gradient(105.09% 74.95% at -33.08% -4.86%,#e84993 15%,hsla(0,0%,100%,0) 100%);
}


.main-article,
.article-template__content
{
  margin-top:0!important;
  margin-bottom:0!important;
}
.main-article{
  margin-bottom:30px!important;
}
.main-article a.back{
  margin-right:15px;
}
.article-template{
  padding:50px 0 110px 0;
}
.main-article h1.article-template__title{
  font-weight: 500;
  font-size: 36px;
}
.main-article h1.article-template__title{
  margin-bottom:0px;
}
.main-article h1.article-template__title a svg{
  margin-right:10px;
}

.article_img .b-r-10{
  border-radius:10px;
}
.article_img{
  margin-bottom:70px;
}

.article-template__content p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
  margin-bottom:7px;
  line-height:1.3
}
.article-template__content p a,
.article-template__content p a:hover
{
  color: #337ab7;
  display: inline;
}
.article-template__content h3{
  margin:30px 0 8px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
      font-weight: 700;
}

  .main-article .flex{
    flex-wrap: nowrap;
  }
  .main-article .flex.align_center {
    align-items: start;
  }
  a.back{
    line-height:60px;
  }

.blog_bg_img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 90%;
  overflow: hidden;
  line-height:0;
}
.blog_bg_img img{
  position: relative;
  right: -180px;on
}

.blog_show_more{
  margin-top:30px;
}
.blog_show_more a{
    min-width: 260px;
    padding: 19px 10px;
    color: #fff;
    border-color: #ff6890;
    background-color: #ff6890;
    box-shadow: 2px 2px 7px hsl(0deg 0% 75% / 50%);
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all .1s linear;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    border: 1px solid transparent;
    border-radius: 50px;
    line-height: 1.2;
    font-family: Bauhaus;
    cursor: pointer;
}

.main-blog{
    position:relative;
    z-index:1;
}
.blog-articles .blog-articles__article{
  display:none;
}


/* ===================================================================== start Affiliates Page================================================================================  */

.affiliates .section_title h2{
  margin-bottom:40px;
}
.affiliates .section_title .section_disc{
  max-width:680px;
}
.affiliates .section_title{
  margin-bottom:7px
}
.affiliates .section_img img{
  max-width:497px;
  width:100%;
}
.affiliates .section_img{
  margin:30px;
}
.section_bottom_text{
  text-align:center;
  padding-bottom:95px;
}
.section_bottom_text p{
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom:30px;
  font-size:18px;
}
.section_bottom_text .site-main-button{
    min-width: 205px;
    padding: 15px 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

/* ===================================================================== end Affiliates Page================================================================================  */

/* ===================================================================== start Professionals  Page================================================================================  */

.professionals #MainContent{
  position:relative;
}
.main_text_desc{
  text-align:center;
  margin-bottom:110px;
}
.professionals .main_text_desc{
  margin-bottom:85px;
}
.main_text_desc h1.title{
  font-size:24px;
  font-weight:500;
  margin:0 0 15px 0;
  text-transform:uppercase;
}
.main_text_desc p.desc{
  font-size:24px;
  font-weight:500;
  font-family: Source Sans Pro,sans-serif;
  max-width:590px;
  width:100%;
  margin:0 auto
}

.singal_prototype{
  padding:30px;
  background: linear-gradient(91.72deg,#dcfcff 25.91%,hsla(0,0%,100%,0) 142.28%);
}
.singal_prototype:not(:first-child){
  margin-top:50px;
}
.singal_prototype .title_disc{
  margin-bottom:25px;
}
.singal_prototype .title_disc h1{
  font-size:24px;
  margin-bottom:15px;
}
.singal_prototype .title_disc p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:14px;
}

.prototype_text p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
  margin-bottom:20px;
}
.prototype_text h3{
  margin-bottom:25px;
  font-size:18px;
}

.professionals .background_image_right{
  z-index:-1
}
.professionals .background_image_left{
  top:23.5%
}
.professionals .background_image_right{
  top:45%
}

/* ===================================================================== end Professionals  Page================================================================================  */

/* ===================================================================== start Distributors  Page================================================================================  */

.distributors .main_text_desc p{
  max-width:100%;
  font-size:18px;
  margin:0 auto
}
.main_text_desc .big_desc{
  max-width:800px;
  width:100%;
  margin:0 auto
}
.main_text_desc .big_desc p{
  font-size:18px;
  font-family: Source Sans Pro,sans-serif;
  margin-bottom:7px;
}

.main_discussion_form{
  max-width:800px;
  margin:0 auto;
  text-align:center;
  padding-bottom:100px;
}
.form_title h2{
  margin-bottom:50px;
}
.discussion_form form.cust_form{
  border: 1px solid #bddfe8;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.discussion_form form.cust_form .form_decoration{
  position:absolute;
  top: 0;
  right: 0;
  margin: -58px -48px 0 0;
}
form.cust_form .form_details{
  text-align:left;
  max-width:530px;
  width:100%;
  margin:0 auto;
}
.form_inner_title{
  margin-bottom:20px;
}
form.cust_form .form_details .singal_row label{
  font-family: Source Sans Pro,sans-serif;
  font-size:18px;
  font-weight:600;
  width:100%;
}
form.cust_form .form_details .singal_row label.text_label{
  font-weight:500;
  font-size:16px;
  padding-left:20px;
}
form.cust_form .form_details .singal_row textarea{
  margin-top:10px;
}
form.cust_form .form_details .singal_row input,
form.cust_form .form_details .singal_row textarea
{
  border: 1px solid #bddfe8;
  border-radius: 10px;
  width: 100%;
  padding: 12px 15px;
  transition: all .2s linear;
}
form.cust_form .form_details .singal_row textarea{
  resize: none;
  display: block;
}
form.cust_form .form_details .singal_row input:focus,
form.cust_form .form_details .singal_row textarea:focus
{
  outline:none;
  box-shadow:none;
}
form.cust_form .form_details .singal_row input:focus,
form.cust_form .form_details .singal_row input:hover,
form.cust_form .form_details .singal_row textarea:focus,
form.cust_form .form_details .singal_row textarea:hover
{
    border-color: #00ccd2;
}
form.cust_form .form_details .singal_row+.singal_row{
  margin-top:15px
}

.singal_row input.check_input{
  width:auto!important;
  cursor:pointer;
  position:reletive;
  -webkit-appearance: none;
}
.singal_row label.check_label{
  cursor:pointer;
}
.singal_row input.check_input:before{
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #004262;
}
.singal_row input.check_input:after{
  background-color:#004262;
  position: absolute;
  width: 19px;
  height: 19px;
  content: "";
  opacity:0;
}
.singal_row input.check_input{
  border:none!important;
  margin-right: 15px;
    margin-left: -10px;
}

.singal_row input.check_input:checked:after{
 opacity:1;
}


.form_details .send_btn{
  text-align:right;
  padding-top:35px;
}
.form_details .send_btn .send_input.secondary_btn{
  min-width: 165px;
  padding: 10px;
  font-family: Bauhaus;
}
.form_details .send_btn .send_input.secondary_btn:hover{
  box-shadow:none;
}

/* theme contact */

.main_theme_contact{
  max-width:800px;
  padding:0;
}
.main_theme_form{
  border: 1px solid #bddfe8;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    background-color: #fff;
}
.main_theme_form .contact__fields,
.main_theme_form .field
{
  display:block
}
.main_theme_form .field .field__label , .main_theme_form .field .text_label{
  position:unset;
  font-family: Source Sans Pro,sans-serif;
  font-weight:600;
  opacity:1;
  color:#004262!important;
  font-size:18px;
  letter-spacing:0;
}
.main_theme_form .field input.field__input{
  height:40px;

}
.main_theme_form .field input.field__input,
.main_theme_form .field textarea.field__input
{
    border: 1px solid #bddfe8;
    border-radius: 10px;
    width: 100%;
    padding: 12px 15px;
    transition: all .2s linear;
  font-size: 16px;
    font-weight: 500;
    font-family: Bauhaus;
}
.main_theme_form .field textarea.field__input{
  height:174.73px;
}
.main_theme_form .field:after{
  display:none;
}
.main_theme_form .field input.field__input:hover,
.main_theme_form .field textarea.field__input:hover{
  border-color: #00ccd2;
}
.main_theme_form .field input.field__input:focus,
.main_theme_form .field textarea.field__input:focus{
  border-color: #00ccd2;
  outline:none;
  box-shadow:none;
}
.theme_form_inner{
  text-align: left;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}
.theme_form_inner .singal_row input.check_input {
    margin-right: 30px;
    margin-bottom: 15px;
  margin-left:5px;
}
.theme_form_inner_title{
  margin-bottom:20px;
}
.main_theme_form .field .text_label{
  font-size:16px;
  font-weight:500;
  padding-left:20px;
}
.singal_row label.check_label{
  font-family: Source Sans Pro,sans-serif;
  font-size:14px;
  font-weight:500;
  color:#004262!important
}
.contact .field {
    margin-bottom: 15px!important;
}
.theme_form_inner button:before,
.theme_form_inner button:after{
  display:none
}
.theme_form_inner .send_btn{
  text-align:right!important
}
.theme_form_inner .send_btn .secondary_btn{
  min-width:165px;
  padding:10px;
  min-height:auto;
  letter-spacing:0;
}
.contact__button {
    margin-top: 35px!important;
}
.theme_form_decoration{
    position: absolute;
    top: 0;
    right: 0;
    margin: -58px -48px 0 0;
}
.contact h2.title{
  text-align:center
}
.contact h2.title{
  font-size:24px;
  text-transform:uppercase;
  margin-bottom:50px;
  font-weight:500;
  letter-spacing:normal;
}

.form__message h2.form-status{
  font-weight:600;
}
.form-status-list a.link{
  font-family: Source Sans Pro,sans-serif;
  color:#004262;
  text-decoration:none;
}
.contact__field-error .form__message{
  font-family: Source Sans Pro,sans-serif;
  font-weight:600;
  color:#004262!important;
}


/* theme contact */




/* ===================================================================== end Distributors  Page================================================================================  */

/* ===================================================================== start Privacy Policy  Page================================================================================  */

.cust_container{
  max-width:815px;
  width:100%;
  margin:0 auto;
  padding:0 15px;
  position: relative;
  z-index: 1;
}
.privacy-policy .page-width .rte > p{
  margin-bottom:20px;
  font-family: Source Sans Pro,sans-serif;
  font-size:18px;
}
.privacy-policy .page-width .rte > p> strong{
    font-weight:600!important;
}
.privacy-policy .page-width .rte > h3{
  margin-top:24px;
  font-size:24px;
}
.privacy-policy .page-width .rte{
  padding-bottom:70px;
}


.contact-us #MainContent{
  position:relative
}
.contact_bg_img{
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: translateY(50%);
  max-width: 45%;
}
.contact_bg_img img{
  position: relative;
    margin: 0 0 0 -45px;
}
.send_btn .cust_btn{
  min-width: 165px;
  padding: 10px;
  color: #fff;
  border-color: #ff6890;
  background-color: #ff6890;
  box-shadow: 2px 2px 7px hsl(0deg 0% 75% / 50%);
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  border: 1px solid transparent;
  border-radius: 50px;
  line-height: 1.2;
  font-family: Bauhaus;
  cursor:pointer
}

/* ===================================================================== end Privacy Policy  Page================================================================================  */


/* ===================================================================== start contact us page  Page================================================================================  */

.contact-us .main_text_desc h1.title{
  text-transform:none;
}
.contact-us .main_text_desc{
  margin-bottom:50px;
}
.main_text_desc{
  position:relative;
  z-index:1;
}
.main_theme_form_inner{
  max-width:500px;
}
.send_btn .cust_btn{
  min-height:auto;
}
.main_theme_contact {
  padding-left:15px;
  padding-right:15px;
}
/* .zi--2{
  position:relative;
  z-index:-2
} */

/* ===================================================================== end contact us page  Page================================================================================  */


/* ===================================================================== start return policy  Page================================================================================  */

.rte h4{
  font-size:18px;
  color:#000000;
  text-align:center;
  margin:24px 0;
}
.rte h4 strong{
  font-weight:600;
}

.main_3rd_party{
  text-align:center;
  margin-bottom:25px;
  margin-top:70px;
}
.main_3rd_party h2{
  max-width:800px;
  width:100%;
  margin:0 auto;
  margin-bottom:10px;
}
.secondary_btn.party_3rd{
  min-width:260px;
  padding: 19px 10px;
}
.main_3rd_party p{
      color: #00ccd2;
}
.page-width .rte > p{
  margin-bottom:20px;
  font-family: Source Sans Pro,sans-serif;
  font-size:18px;
}

/* ===================================================================== end return policy  Page================================================================================  */


/* ===================================================================== start press Page================================================================================  */

.main_cust_news{
  max-width:1160px;
  width:90%;
  margin:0 auto;
  padding:75px 15px;
}
.singal_cust_news{
  display:flex;
}
.singal_cust_news .news_image{
  width:25%;
}
.singal_cust_news .news_text{
  width:75%;
}
.news_image{
  margin-right:30px;
}
.news_image img{
  height:190px;
/*   object-fit:cover */
}

hr.border_bottom{
  margin-top: 20px!important;
  margin-bottom: 30px!important;
  border: 0;
  border-top: 1px solid #eee;
  border-width: 3px;
}
.news_text h2{
  margin-bottom:10px;
}
.news_text span{
  font-size:16px;
  font-weight:500;
  margin-bottom:15px;
}
.news_text p{
  font-family: Source Sans Pro,sans-serif;
  font-size:16px;
  font-weight:500;
}
.news_text p a{
  color: #337ab7;
}
.news_text p em{
  margin-top:20px;
  display:block;
  letter-spacing:1px;
}

.news_title_mobile,
.news_text_mobile
{
  display:none;
}

/* ===================================================================== end press Page================================================================================  */



/* ===================================================================== Start reviwes Page================================================================================  */

.article_content_wrap a.link_read:hover{
    text-decoration:underline;
  }
.more_article a.site-main-button{
  min-width: 260px;
  padding: 19px 10px;
  color: #fff;
  border-color: #ff6890;
  background-color: #ff6890;
  box-shadow: 2px 2px 7px hsl(0deg 0% 75% / 50%);
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  border: 1px solid transparent;
  border-radius: 50px;
  line-height: 1.2;
  font-family: Bauhaus;
  cursor:pointer;
}
.pt-0{
  padding-top:0!important;
}


.py-20{
  padding:20px 0;
}
.py-20 h1{
  color:#bbbbbb;
}

.custom_article_section .cus_article.cust_article_none{
  display:none;
}
.custom_article_section .cus_article.cust_article_none.active{
  display:block
}

.reviews .custom_article_section{
  padding-top:0;
  padding-bottom:50px;
}
.reviews .custom_article_section .section_title h2 {
    font-size: 36px;
    margin-bottom: 50px;
    font-size:24px;
}


/* ===================================================================== end press Page================================================================================  */


/* changes */

.footer{
  position:relative;
}
.locale-selectors__content .locale-selectors__selector{
  max-width:392px!important;
  width:100%!important;
}

/* changes */


/* ==================================================================account login=================================================================================== */


/* .register form h2.form__message,
.login form h2.form__message
{
  font-size: 32px;
  font-weight: 400;
  color: #ff0000ad;
}
.content-for-layout .field input{
  border: 1px solid #BDDFE8;
  border-radius: 10px;
  width: 100%;
  padding: 8px 15px;
  transition: all 0.2s linear;
  margin:0;
  height:39px;
}
.content-for-layout .field input:focus{
  outline:none;
  box-shadow:none;
  padding: 8px 15px;
  border-radius: 10px;
  margin:0;
}
.content-for-layout .field{
  display:block;
  text-align:left;
  margin-top:0;
  padding:3px;
  margin-bottom:6px;
}
.content-for-layout .field label{
  position: unset;
  font-weight: 500;
  line-height: 2;
  color: #004262;
  letter-spacing: 0;
}

.content-for-layout .customer button{
  margin:20px 0 0 0;
}

.content-for-layout button::before,
.content-for-layout button::after
{
  display:none;
}
.content-for-layout button{
  margin:0;
  display:block;
  background: #FF6890;
  border:none;
  font-size:16px;
  font-weight:500;
  letter-spacing:0;
  border-radius:32px;
  line-height:16px;
  min-width:112px;
  min-height:36px;
  height:100%;
}
.content-for-layout button:hover{
  color: #515151;
}
.register ul,
.login ul
{
  font-weight:500;
  color: #ff0000ad;
}
span.form__message{
  font-weight:500;
  color: #ff0000ad;
} 
.customer .field input:not(:placeholder-shown){
  padding:8px 15px!important;
  margin:0!important;
}
*/

/* ==================================================================account login=================================================================================== */



@media screen and (min-width: 1400px) {
  .video-section .video-section__media{
    max-width:948px;
    width:100%;
    margin:0 auto;
    padding-bottom:43.2%!important;
    border:none;
    box-shadow: 2px 2px 7px hsla(0,0%,74.5%,.5)!important;
  }
}
  


@media screen and (max-width: 1399px) {
  .secondary_btn{
    padding:14px 10px;
  }

/*   faq page */

  .search_form input.input_control{
    font-size:16px;
  }
  
/*   faq page */
  
}

@media screen and (max-width: 1270px) {
  /* blog */

.article-card__image--medium .ratio:before {
    padding-bottom: 20rem!important;
}
  .blog-articles .card-wrapper {
    padding: 20px 20px 15px;
}
.blog-articles .blog-articles__article.article {
    width: calc(33.33% - 14px);
    margin: 0 7px 14px;
}
.blog-articles{
  margin: 0 -7px;
}
  
/* blog */

/*   reviews */

.custom_article_section .article_content_wrap{
      padding: 15px 20px 50px;
}
  
/*   reviews */

  
}

@media screen and (max-width: 1199px) {

  
}

@media screen and (max-width: 991px) {
  /*  who  */
    .background_image_mobile{
      display:block;
    }
    .background_image_desktop{
      display:none;
    }
    .page_title h1{
      font-size:33px;
    }
    .page_title{
      padding-top: 25px!important;
      padding-bottom: 39px!important;
    }
    .section_img img{
      max-width:100%;
    }
  /*  who  */

  /*  meet  */
    .cust_width{
      max-width:720px
    }
    .main_icon_section{
      margin:0
    }
  /*   meet */

  /*   video */
    .video-section .deferred-media__poster-button{
      height:58px;
      width:58px;
    }
  .video-section .deferred-media__poster-button svg {
      width: 2.5rem;
      height: 2.5rem;
    }
  /*   vide */

  /*   number */

    .main_number {
      margin-top: 75px;
    }
    .section_title h2.number_title {
      margin-bottom: 45px;
    }
    .number .singal_number{
      width:33.33%;
          margin: 0 auto 20px;
    }
    .flex.number{
      justify-content: center;
      max-width:720px;
      width:100%;
      margin:0 auto;
    }
  
  /*   number */

  /*  get your  */

  .get_your_btn{
    display:none;
  }
  .mobile_btn{
    display:block;
    text-align:center;
  }
  
  /*  get your  */

  /*   background */

    .background_image_left img,
    .background_image_bottom_left img
    {
        position: relative;
        left: -60px;
        z-index:-1
    }
    .background_image_left{
      top:24%;
    }

  .background_image_right img,
  .background_image_bottom_right img
  {
    right: -60px;
  }
  .background_image_right{
    top:40%;
  }
  .background_image_bottom_left{
    top:57%;
  }
  .background_image_bottom_right{
    top:71.6%;
  }
  
  /*   background */

/*   fgq page */

  .main_search .section_title h2 {
    margin-bottom: 30px;
  }
  .search_form input.input_control{
    padding: 10px 100px 10px 30px;
  }
  .search_form button.search_btn{
    width:95px;
  }
  .main_faq .section_title h2 {
    margin-bottom: 30px;
  }
  .main_faq{
    max-width:720px;
  }
  .faq_title{
    padding: 7px 30px 7px 25px;
  }
    .singal_faq{
    margin-top:15px;
  }
  .faq_arrow.mobile{
    display:block;
  }
  .faq_arrow{
    display:none;
  }
  svg.faq_arrow{
    right:30px;
  }

  .faq_bg_desktop_img{
    display:none;
  }
  .faq_bg_mobile_img{
    display:block
  }
  .faq_bg_mobile_img{
    z-index:-1
  }
  .main_search{
    margin-bottom:45px
  }


/*   fgq page */

/*   blog page */

.blog-articles .blog-articles__article.article{
    width: calc(50% - 14px);
}

/*   -- */
  .main-article h1.article-template__title{
    font-size:33px;
  }
  .article-template{
    padding-bottom:280px;
  }
  .article-template__hero-medium{
    height:47.8rem!important
  }

  a.back{
    line-height:60px;
  }

  .blog_bg_img img{
    right:-15%;
  }
  
/*   blog page */

/*  Distributors page  */

.discussion_form form.cust_form{
  width: calc(100% - 10px);
    margin: 0 auto;
}
  .main_discussion_form{
  max-width:720px;
}
  .form_decoration img{
    max-width:32px;
  }
  .discussion_form form.cust_form .form_decoration{
        margin: -28px -21px 0 0;
  }
  
/*  Distributors page  */

/*   privacy policy */

.cust_container{
  max-width:750px;
}
  
/*  privacy policy  */

  /*  press page  */

.news_text h2{
  font-size:18px;
}
  
/*  press page  */

/*   form */

.main_theme_form{
    max-width:710px;
  margin:0 auto;
}
  .theme_form_decoration{
      margin: -28px -21px 0 0;
  }
.theme_form_decoration img{
  max-width:32px!important;
}
  
/*   form */



  
  
}

@media screen and (max-width: 990px) {
  .background_image_left {
    top: 22%;
  }
  .background_image_bottom_right{
    top:72.2%
  }
  /*   reviews page */

  .cust_article_none{
    display:block!important;
  }
  .article_content_wrap a.link_read{
    left:25px;
  }
    
  /*   reviews page */
}

@media screen and (max-width: 767px) {
  /*  who  */
    .page_title h1 {
      font-size: 24px;
    }
    .page_title {
      padding-bottom: 52px!important;
    }
    .section_title h2{
      font-size:18px;
      margin-bottom:7px;
    }
    .section_title .section_disc p{
      font-size:14px;
      letter-spacing: 0;
    }
    .section_title .section_disc{
      font-size: 14px;
      padding: 0 15px;
      margin: 0 auto 30px;
    }
  /*  who  */

    /*   meet */
    .singal_icon_img .icon{
      height:98px;
      width:98px;
    }
    .singal_icon_text span{
      font-size:14px;
    }
     .singal_icon_img {
      margin-bottom: 15px;
    }
    .main_meet_up .section_title .section_disc{
      margin-bottom:10px
    }
    .singal_icon_img .icon span svg{
      width:40px;
    }
    .singal_icon_2 .icon svg{
      width:62px!important;
    }
    .singal_icon_3 .icon svg{
      width:52px!important;
    }
    .cust_width {
      max-width: 100%;
    }
    .main_icon_section{
      padding:0 20px;
    }
  /*   meet */

    /*   proof */
    .main_clinical .section_title .section_disc{
      margin-bottom:0;
    }
    .clinical_icon .singal_icon svg{
      height:60px;
      width:60px;
    }
    .clinical_icon .singal_icon {
      margin: 0px 5px;
    }
  /*   proof */

  /*   video */

  .video-section .deferred-media__poster-button {
    height: 35px;
    width: 35px;
  }
  .video-section .deferred-media__poster-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .video-section h2.title.h1{
    margin-bottom:25px;
    font-size:18px;
  }
  .video_wrapper .video_link{
    max-width:718px
  }
  
  /*   video */

  /*   number */

  .section_title h2.number_title {
     margin-bottom: 25px;
  }
  .number_text h3{
    font-size:24px;
  }
  .number_text p{
    font-size:14px;
  }
  .number_icon svg{
    width:95px;
    height:auto;
  }
  .main_number {
    padding-bottom: 0px;
  }
  .number .singal_number {
    width: 20%;
  }
    
  /*   number */

  /*   get you */

  .main_get_your .section_title h2 {
    margin-bottom: 15px;
  }
  
  /*   get you */

  .background_image_left, .background_image_right, .background_image_bottom_left, .background_image_bottom_right{
    max-width:120px;
  }
  .background_image_left img,
  .background_image_bottom_left img
    {
        left: -26px;
    }
    .background_image_left{
      top:22.5%;
    }

  .background_image_right img,
  .background_image_bottom_right img
  {
    right: -45px;
  }
  .background_image_right {
    top: 27.5%;
  }
  .background_image_bottom_left {
    top: 68%;
    z-index:-1
  }
  .background_image_bottom_right{
    top:72%
  }

/*   faq page */

  .search_form input.input_control {
    font-size: 14px;
  }
  .search_form button.search_btn{
    font-size:14px;
  }
  .instruction_text{
    max-width:240px;
    width:100%;
    margin:0 auto;
  }
  .main_faq {
    max-width: 100%;
    padding: 0 15px 70px;
  }
  .faq_title h3{
    font-size:14px;
  }
  .faq_ans{
    padding: 10px 50px 10px 25px;
  }
  .faq_ans p{
    font-size:14px;
  }

  .main_faqs {
    margin-bottom: 30px;
  }
  .main_faq {
    padding: 0 15px 40px;
  }
  .main_faq .section_title h2 {
    margin-bottom: 30px;
    padding-left:15px;
    padding-right:15px;
  }
  .query_section .section_title .section_disc p{
    font-size:18px;
  }
  .query_section .secondary_btn{
    padding: 10px 15px;
  }


  
/*   faq page */


/*   blog page */

.blog-articles .blog-articles__article.article{
    width: calc(100% - 14px);
}
.main-blog.page-width {
    max-width: 767px;
}
  .card__content .card__heading a{
    font-size:16px;
  }
  .card__information p.article-card__excerpt{
    font-size:14px;
  }
  .article_a a{
    font-size:14px;
  }
  a.back{
    line-height:38px;
  }

/*    */

  .page-article #MainContent:before{
    display:none;
  }
  .main-article h1.article-template__title {
    font-size: 18px;
  }
  .flex.align_center{
    align-items:start
  }
  .page-article .page-width{
    max-width:100%;
  }
  .article-template__hero-medium {
    height: 24.6rem!important;
  }
  .article_img .article_hero{
    margin:0 -15px;
  }
  .article_img .b-r-10 {
    border-radius: 0px;
  }
  .article_img {
    margin-bottom: 30px;
  }
  .article-template__content p{
    font-size:14px;
  }
  
/*    */
  
/*   blog page */

/*   affilate page */

.affiliates .section_title h2 {
    margin-bottom: 25px;
}
  .section_bottom_text p{
    font-size:14px;
  }
  .section_bottom_text {
    padding-bottom: 75px;
  }
  
/*   affilate page */

/*   professional page */

  .main_text_desc h1.title{
    font-size:18px;
  }
  .main_text_desc p.desc{
    font-size:14px;
    padding:0 15px;
  }
  .main_text_desc {
    margin-bottom: 60px;
  }

  .singal_prototype .title_disc h1 {
    font-size: 18px;
  }
  .singal_prototype .title_disc p{
    font-size:12px;
  }
  .prototype_text p,
  .prototype_text h3
  {
    font-size:14px;
  }
  .prototype_text h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
  }
  .singal_prototype:not(:first-child) {
    margin-top: 30px;
  }
  
/*   professional page */

/*   Distributors page */

  .distributors .page-width {
    max-width: 100%;
  }
  .main_text_desc{
    padding:0;
  }
  .professionals .main_text_desc {
    margin-bottom: 60px;
  }
  .main_text_desc .big_desc p{
    font-size:14px;
  }
  .main_discussion_form {
    max-width: 100%;
    padding: 0 15px 100px 15px;
  }
  .form_title h2{
    margin-bottom:20px;
    font-size:18px;
  }
  .discussion_form form.cust_form{
    padding:25px 20px;
  }
  .form_inner_title {
    margin-bottom: 10px;
  }
  .form_inner_title p{
    font-size:14px;
    font-family: Source Sans Pro;
    font-weight:600
  }
  form.cust_form .form_details .singal_row label{
    font-size:14px;
  }
  form.cust_form .form_details .singal_row label.text_label{
    font-size:14px;
  }
  .form_details .send_btn{
    text-align:center;
  }

  .form_details .send_btn .send_input.secondary_btn{
    width: 100%;
    max-width: 200px;
  }
  .form_details .send_btn{
    padding-top:20px;
  }
  
/*  Distributors page  */

/*   privacy-policy */

  .cust_container{
    max-width:100%
  }
  .privacy-policy .page-width .rte > p{
    font-size:14px;
  }
  .privacy-policy .page-width .rte > h3{
    font-size:18px;
  }
  .privacy-policy .page-width .rte {
    padding-bottom: 30px;
  }
  
/*   privacy-policy */

/*   contact us form */

.contact-us .main_discussion_form{
  padding-bottom:180px;
}
  .contact_bg_img{
    right: 25px;
    left: 25px;
    margin: 0 auto;
    max-width: 100%;
    text-align:center;
  }
  .contact_bg_img img{
    margin: 0 auto;
    max-width: 323px;
  }
  .send_btn .cust_btn{
    width: 100%;
    max-width: 200px;
  }

  .contact-us .main_theme_contact{
    padding-bottom:180px;
  }
  
/*   contact us form */

/*   return */

.rte h4{
  font-size:14px;
}
  .main_3rd_party h2{
    font-size:18px;
  }
  .secondary_btn.party_3rd{
    min-width:165px;
    padding:10px;
  }
  
/*   return */


/*  press page  */

.news_dekstop{
  display:none;
}
  .news_title_mobile,
  .news_text_mobile
  {
    display:block
  }
  .news_image img {
    height: 60px;
    object-fit: unset;
  }
  .news_image {
    margin-right: 0px;
  }
  .news_text_mobile{
    width:100%!important;
  }
  .singal_cust_news {
    display: flex;
    flex-wrap:wrap;
  }
  .news_text span{
    font-size:14px;
  }
  .news_text p{
    font-size:14px;
  }
  .news_title_mobile{
    padding-left:15px;
  }
  .news_text p{
    white-space: break-spaces;
    margin: 0 -8px;
  }
  
/*  press page  */


/*   reviews */

.reviews .custom_article_section .section_title h2{
  font-size:18px!important;
  margin-bottom:20px!important;
}
  
/*   reviews */

/*   form */

.theme_form_inner_title {
    margin-bottom: 10px;
}
  .theme_form_inner_title p{
    font-size:14px;
    font-family: Source Sans Pro;
  }
  .main_theme_form .field .field__label{
    font-size:14px;
  }
  .theme_form_inner .send_btn {
    text-align: center!important;
  }
  .contact h2.title{
    font-size:18px;
    margin-bottom:20px
  }
  .custom_form .btn_wrapper {
    padding: 35px 0 0;
  }
  .main_theme_form{
    padding:25px 20px 25px 20px;
  }
  .main_theme_form{
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  .distributors .page-width{
    padding-left:15px;
    padding-right:15px;
    font-weight:600
  }
  .theme_form_inner .send_btn .secondary_btn{
    max-width:200px;
    width:100%;
  }
  
/*   form */

/*   changes */

  .clinical_btn a.site-main-button{
    font-size:16px;
  }
  .main_video_Section .video-section{
    padding-top:100px;
  }
  .main_get_your {
    padding-top: 35px;
  }
  .page-width .rte > p {
    font-size: 14px;
  }
  .main_3rd_party{
    margin-top:30px;
  }
  .main_cust_news{
    padding-top:55px;
    padding-bottom:50px;
  }
  hr.border_bottom{
    margin-bottom:20px!important
  }
  
}

@media screen and (max-width: 700px) {
  .singal_icon_section{
    width:100%;
  }
  .main_icon_section{
    flex-direction: column-reverse;
  }
  .background_image_left {
    top: 25%;
  }
  .background_image_right {
    top: 36.5%;
  }
  .about-us .background_image_right {
    top: 37.5%;
  }
  .number .singal_number {
    width: 20%;
  }
  .background_image_bottom_left {
    z-index: 0;
  }
  .background_image_bottom_right {
    top: 75.5%;
  }
  .about-us .background_image_bottom_right {
    top: 77.5%;
  }
}

@media screen and (max-width: 600px) {
  .number .singal_number {
    width: 33.33%;
  }
  .background_image_bottom_left {
    top: 67%;
  }
  .about-us .background_image_bottom_left {
    top: 66%;
  }
}


@media screen and (max-width: 575px) {
  .background_image_right,
  .about-us .background_image_right
  {
    top: 33%;
  }
  .background_image_bottom_left {
    z-index: -1;
  }
  .background_image_bottom_right,
  .about-us .background_image_bottom_right
  {
    top: 75.5%;
  }
  .faq_title {
    padding: 7px 60px 7px 25px;
  }
  .affiliates .section_title .section_disc{
    padding:0 5px;
  }
  .affiliates .section_img img{
    max-width:475px;
  }

  .women_to_women_Section .page-width{
    padding:0 10px;
  }
  .women_reviews .womens_reviews_inner{
    padding:0 15px 0 10px;
  }

  .field .singal_row{
    display:flex;
  }
  .theme_form_inner .singal_row input.check_input{
    margin-top:5px;
  }
  .singal_row label.check_label{
    line-height:normal
  }
}

@media screen and (max-width: 500px) {
  .blog_bg_img{
    max-width:none;
  }
  .blog_bg_img img{
    right: 0;
    max-width: 480px;
    width:auto;
  }
}

@media screen and (max-width: 475px) {
  .number .singal_number {
    width: 50%;
    margin: 0 auto 20px;
  }
  .background_image_bottom_left
  {
    top: 65.5%;
  }
  .about-us .background_image_bottom_left{
    top:64.5%;
  }
}
@media screen and (max-width: 350px) {
  .background_image_bottom_left,
  .about-us .background_image_bottom_left
  {
    top: 64.5%;
  }
  .background_image_bottom_right
  {
    top: 74%;
  }
  .about-us .background_image_bottom_right{
    top:75%;
  }
}


/* ================= account page ==============   */



.accout_left {
    height: calc(100vh - 100px);
    width: 20%;
    float: left;
  background: #fbfbfb;
}

.acoount_right {
    min-height: calc(100vh - 100px);
    float: left !important;
    width: 80% !important;
}

.accout_left  ul{
   list-style:none;
  padding-left: 0;
}
.accout_left  ul li {
    display: block;
    margin: 5px 0px;
    border-bottom: 1px solid #e0e0e0;
}
.accout_left  ul li {
    padding: 0 0 0 40px;
    margin: 0 17px 0 0;
    border-bottom: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.accout_left  ul li.active{
      background: #C6E8F2;
    font-size: 18px;
}
.accout_left  ul li a {
  text-decoration: none !important;
  
    line-height: 24px;
    display: block;
    font-style: normal;
    font-weight: 500;

    text-transform: capitalize;
    box-shadow: none;
    position: relative;
    font-size: 18px;
 
    color: #13305A !important;
    padding: 12px 5px;
    white-space: nowrap;
}


.line-0{
      line-height: 0;
}
span.account_svg {
  margin-right: 25px;
    width: 26px;
    vertical-align: bottom;
    height: 25px;
}


.my_acc_leaf img {
    width: auto;
}
.my_acc_leaf {
    position: absolute;
    bottom: 0;
    line-height: 0;
    z-index: -1;
}

h1.customer__title {
    font-size: 32px;
    line-height: 44px;
}

.account_cus_text p a , .account_cus_text p a:hover , .accout_not_text a , .accout_not_text a:hover{
      color: #FF6890;
    text-decoration: underline;
    font-size: 16px;
}
.accout_left  ul li.acc_sm_li:hover {
    background-color: #f3f3f3 !important;
}
.accout_left ul li.active a{     font-weight: 600;}
@media (max-width: 1440px){
  .accout_left {  width: 30%;}
  .acoount_right {  width: 70% !important;}
}
@media (max-width: 991px){
  .accout_left { width: 100%;  height: 100%;}
  .acoount_right {  width: 100% !important ; min-height: auto;}
  .my_acc_leaf{ display:none}
  .account { padding: 20px !important;}

}

@media(max-width:520px){
  .accout_left ul { padding: 0px 10px;}
}



