/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Roboto+Condensed:ital,wght@0,300;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;display=swap');

:root {
  --w: #fff;
  --b: #000;
  --text: #2d2d2d;
  --blue_dark: #0089cf;
  --blue_light: #c9edff;
  --blue_low: #dbf3ff;
  --blue_gradient: linear-gradient(180deg, #0089cf, rgba(0, 138, 207, 0.4));
  --blue_gradient2: linear-gradient(45deg, #0089cf, rgba(0, 138, 207, 0.4), #0089cf);
  --pink_dark: #fe2e77;
  --pink_light: #ffe2f2;
  --pink_low: #fef4f9;
  --pink_gradient: linear-gradient(180deg, #fe2e77, #fe2e7760);
  --pink_gradient2: linear-gradient(45deg, #fe2e77, #fe2e7760, #fe2e77);
  --orange: #fbb040;
  --dim_w: #f5f5f5;
  --border: #d9d9d9;
  --vw: 0.056916667vw;
  --trans: 0.5s ease;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  height:100%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  font-family: 'Open Sans', sans-serif;
  position: relative;
  color: #111111;
}

body.hide {
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6
 {
  margin: 0;
  padding: 0;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  font-weight:700;
}
h1.product-title {
    font-weight: 800;
}
a,
p,
span,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.normal-font h3{
    font-weight: 700!important;
}


a {
  text-decoration: none;
  line-height: 1;
  color: var(--b);
}

img {
  max-width: 100%;
  display: block;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.banner_1 {
  text-align: left;
}

.banner_1 h3 {
  max-width: 60%!important;
  font-size: 3vw!important;
  background: -webkit-linear-gradient(left, #fe2e77 , #fec8de)!important;
   background: -o-linear-gradient(right, #fe2e77, #fec8de)!important;
   background: -moz-linear-gradient(right, #fe2e77, #fec8de)!important;
   background: linear-gradient(to right, #fe2e77 , #fec8de)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
  display: inline-block;
}
.banner_1 h4 {
  max-width: 60%;
  font-size: 1.8vw!important;
  background: -webkit-linear-gradient(left, #fe2e77 , #0089cf)!important;
   background: -o-linear-gradient(right, #fe2e77, #0089cf)!important;
   background: -moz-linear-gradient(right,#fe2e77, #0089cf)!important;
   background: linear-gradient(to right, #fe2e77 , #0089cf)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
  display: inline-block;
  text-transform: none!important;
  line-height: 1.5;
}

.caps {
  /*text-transform: uppercase;*/
}

.capital {
  text-transform: uppercase;
}


.list-style {}



.flex, .header_box .header_item_box .header_item .header_menu ul li.dropdown ul li, .header_box .header_item_box .header_item .header_logo a, .title, .btn_holder, .banner_slider .owl-stage .owl-item .banner_slider_item .banner_box, .owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next, .display_item_box .display_item a .diplay_item_img, .display_item_box .display_item a .display_item_text, .about_box .about_us_img_box .about_img .play_btn_box, .about_box .about_text_box .about_title .link a, .social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .social_item_img, .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .item_number, .footer_box .footer_logo_box .footer_text_box .title_box .description span, .single_page_box .single_page_img_box .single_img, .single_page_box .single_page_img_box .single_img a, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img a, .contact_us_item .contact_form_box .contact_form .contact_form_item .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.start, .header_box .header_item_box .header_item .header_menu ul li.dropdown ul li, .header_box .header_item_box .header_item .header_logo a.start, .title, .btn_holder, .banner_slider .owl-stage .owl-item .banner_slider_item .banner_box, .owl-theme .owl-nav .start.owl-prev,
.owl-theme .owl-nav .start.owl-next, .display_item_box .display_item a .start.diplay_item_img, .display_item_box .display_item a .start.display_item_text, .about_box .about_us_img_box .about_img .start.play_btn_box, .about_box .about_text_box .about_title .link a.start, .social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .start.social_item_img, .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .start.item_number, .footer_box .footer_logo_box .footer_text_box .title_box .description span, .single_page_box .single_page_img_box .start.single_img, .single_page_box .single_page_img_box .single_img a.start, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .start.archive_post_slider_item_img, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img a.start, .contact_us_item .contact_form_box .contact_form .contact_form_item .start.form_group {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.center, .header_box .header_item_box .header_item .header_menu ul li.dropdown ul li.center, .header_box .header_item_box .header_item .header_menu ul li.dropdown ul .display_item_box .display_item a li.diplay_item_img, .display_item_box .display_item a .header_box .header_item_box .header_item .header_menu ul li.dropdown ul li.diplay_item_img, .header_box .header_item_box .header_item .header_menu ul li.dropdown ul .display_item_box .display_item a li.display_item_text, .display_item_box .display_item a .header_box .header_item_box .header_item .header_menu ul li.dropdown ul li.display_item_text, .header_box .header_item_box .header_item .header_menu ul li.dropdown ul .about_box .about_us_img_box .about_img li.play_btn_box, .about_box .about_us_img_box .about_img .header_box .header_item_box .header_item .header_menu ul li.dropdown ul li.play_btn_box, .header_box .header_item_box .header_item .header_logo a, .center.title, .center.btn_holder, .banner_slider .owl-stage .owl-item .banner_slider_item .center.banner_box, .banner_slider .owl-stage .owl-item .banner_slider_item .display_item_box .display_item a .banner_box.diplay_item_img, .display_item_box .display_item a .banner_slider .owl-stage .owl-item .banner_slider_item .banner_box.diplay_item_img, .banner_slider .owl-stage .owl-item .banner_slider_item .display_item_box .display_item a .banner_box.display_item_text, .display_item_box .display_item a .banner_slider .owl-stage .owl-item .banner_slider_item .banner_box.display_item_text, .banner_slider .owl-stage .owl-item .banner_slider_item .about_box .about_us_img_box .about_img .banner_box.play_btn_box, .about_box .about_us_img_box .about_img .banner_slider .owl-stage .owl-item .banner_slider_item .banner_box.play_btn_box, .owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next, .display_item_box .display_item a .diplay_item_img, .display_item_box .display_item a .display_item_text, .about_box .about_us_img_box .about_img .play_btn_box, .about_box .about_text_box .about_title .link a.center, .about_box .about_text_box .about_title .link .display_item_box .display_item a a.diplay_item_img, .display_item_box .display_item a .about_box .about_text_box .about_title .link a.diplay_item_img, .about_box .about_text_box .about_title .link .display_item_box .display_item a a.display_item_text, .display_item_box .display_item a .about_box .about_text_box .about_title .link a.display_item_text, .about_box .about_text_box .about_title .link .about_us_img_box .about_img a.play_btn_box, .about_box .about_us_img_box .about_img .about_text_box .about_title .link a.play_btn_box, .social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .social_item_img, .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .item_number, .footer_box .footer_logo_box .footer_text_box .title_box .description span.center, .footer_box .footer_logo_box .footer_text_box .title_box .description .display_item_box .display_item a span.diplay_item_img, .display_item_box .display_item a .footer_box .footer_logo_box .footer_text_box .title_box .description span.diplay_item_img, .footer_box .footer_logo_box .footer_text_box .title_box .description .display_item_box .display_item a span.display_item_text, .display_item_box .display_item a .footer_box .footer_logo_box .footer_text_box .title_box .description span.display_item_text, .footer_box .footer_logo_box .footer_text_box .title_box .description .about_box .about_us_img_box .about_img span.play_btn_box, .about_box .about_us_img_box .about_img .footer_box .footer_logo_box .footer_text_box .title_box .description span.play_btn_box, .single_page_box .single_page_img_box .single_img, .single_page_box .single_page_img_box .single_img a, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img a, .contact_us_item .contact_form_box .contact_form .contact_form_item .form_group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.flex.end, .header_box .header_item_box .header_item .header_menu ul li.dropdown ul li.end, .header_box .header_item_box .header_item .header_logo a.end, .end.title, .end.btn_holder, .banner_slider .owl-stage .owl-item .banner_slider_item .end.banner_box, .owl-theme .owl-nav .end.owl-prev,
.owl-theme .owl-nav .end.owl-next, .display_item_box .display_item a .end.diplay_item_img, .display_item_box .display_item a .end.display_item_text, .about_box .about_us_img_box .about_img .end.play_btn_box, .about_box .about_text_box .about_title .link a.end, .social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .end.social_item_img, .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .end.item_number, .footer_box .footer_logo_box .footer_text_box .title_box .description span.end, .single_page_box .single_page_img_box .end.single_img, .single_page_box .single_page_img_box .single_img a.end, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .end.archive_post_slider_item_img, .archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img a.end, .contact_us_item .contact_form_box .contact_form .contact_form_item .end.form_group {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

.owl-theme .owl-dots {
  position: relative!important;
  bottom: 100px!important
}

.aboutslider.owl-theme .owl-dots {
  position: relative!important;
  bottom: 50px!important
}

.banner_slider{
  overflow: hidden;
}



/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1;
  }  
  100% {
    opacity : 0;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

/*

.banner_slider.owl-carousel .owl-item .banner_slider_item{
  transition: 0.5s linear;
  transform: scale(0.5)!important;
}
.banner_slider.owl-carousel .owl-item.left .banner_slider_item,.banner_slider.owl-carousel .owl-item.right .banner_slider_item{
  transform: scale(0.5)!important;
}

.banner_slider.owl-carousel .owl-item.active.center .banner_slider_item{
 transform: scale(1)!important;
}
*/

.line_hover {
  position: relative;
  z-index: 1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.line_hover::before {
  position: absolute;
  content: "";
  bottom: calc(var(--vw) * -4);
  left: 0;
  width: 0;
  height: auto;
  border-bottom: calc(Var(--vw) * 2) solid var(--text);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  z-index: -1;
}

.line_hover:hover::before {
  width: 100%;
}

.line_hover.white::before {
  border-color: var(--w);
}

.line_hover.low::before {
  bottom: calc(var(--vw) * -2);
  opacity: 0.75;
}

.line_hover.pink::before {
  border-color: var(--pink_dark);
}

.product_description {}
.product_description ul{}
.product_description ul li{
  padding: 6px 0px 6px 30px;
  background: url('../img/checked.png') left center no-repeat;
}
.product_description ul li a{}

.title,
.font_two {

}

.overvisi {
  overflow: visible !important;
}

.header_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: var(--w);
  -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
}

.header_container {
  width: 95%;
  margin: auto;
}

.header_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr 1fr;
      grid-template-columns: 1fr 5fr 1fr;
}

.header_box .header_menu_bar .menu_bar_box {
  cursor: pointer;
  display: block;
  z-index: 9999;
}

.header_box .header_menu_bar .menu_bar_box .menu_bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: calc(var(--vw) * 3);
}

.header_box .header_menu_bar .menu_bar_box .menu_bar span {
  background: var(--text);
  border-radius: calc(var(--vw) * 100);
  display: block;
  height: calc(var(--vw) * 5);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}

.header_box .header_menu_bar .menu_bar_box .menu_bar span.one {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  width: calc(var(--vw) * 12);
}

.header_box .header_menu_bar .menu_bar_box .menu_bar span.two, .header_box .header_menu_bar .menu_bar_box .menu_bar span.three {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  width: calc(var(--vw) * 20);
}

.header_box .header_menu_bar .menu_bar_box .menu_bar span.four {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
  width: calc(var(--vw) * 30);
}

.header_box .header_menu_bar .menu_bar_box .menu_bar.active span.one, .header_box .header_menu_bar .menu_bar_box .menu_bar.active span.four {
  opacity: 0;
}

.header_box .header_menu_bar .menu_bar_box .menu_bar.active span.two, .header_box .header_menu_bar .menu_bar_box .menu_bar.active span.three {
  width: calc(var(--vw) * 30);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.9;
}

.header_box .header_menu_bar .menu_bar_box .menu_bar.active span.three {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_box .header_item_box .header_item .header_menu ul li {
  display: block;
  
}

.header_box .header_item_box .header_item .header_menu ul li:first-child a {
  margin-left: 0;
}

.header_box .header_item_box .header_item .header_menu ul li a {
  display: block;
  margin-left: calc(var(--vw) * 40);
  font-size: calc(var(--vw) * 14);
  font-weight: 500;
  padding: calc(var(--vw) * 8) calc(var(--vw) * 12);
  background: transparent;
  border-radius: calc(var(--vw) * 5);
  text-transform: uppercase;
}

.header_box .header_item_box .header_item .header_menu ul li a:hover {
  background: var(--pink_light);
  color: var(--pink_dark);
}

.header_box .header_item_box .header_item .header_menu ul li.dropdown {
  position: relative;
  z-index: 1;
  margin-right: calc(Var(--vw) * 10);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  
}

.header_box .header_item_box .header_item .header_menu ul li.dropdown a.menu {
  position: relative;
  padding-right: calc(var(--vw) * 30);
}

.header_box .header_item_box .header_item .header_menu ul li.dropdown a.menu::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% - calc(var(--vw) * 20));
  width: calc(var(--vw) * 12);
  height: calc(var(--vw) * 12);
  -webkit-mask: url(../img/dropdown.svg) center center no-repeat;
  background: var(--text);
  -webkit-mask-size: contain;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.header_box .header_item_box .header_item .header_menu ul li.dropdown ul {
  opacity: 0;
  visibility: hidden;
  display:none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: calc(var(--vw) * 200);
  background: var(--w);
  border-radius: calc(var(--vw) * 7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 25) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 25) rgba(0, 0, 0, 0.1);
  padding: calc(var(--vw) * 10) 0;
  z-index: -1;
  -webkit-transform: translate(calc(var(--vw) * -30), calc(var(--vw) * -30));
          transform: translate(calc(var(--vw) * -30), calc(var(--vw) * -30));
}

.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a {
  margin: 0;
  padding: calc(var(--vw) * 10) calc(var(--vw) * 20);
  border-radius: 0;
  width: 100%;
  text-align: left;
  position :relative;
  z-index: 1;
  font-weight: 400;
  text-transform: none;
}
.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a:hover{
  background: transparent;
}
.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a::before,.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a::after{
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  height: 100%;
  background: var(--pink_light);
  z-index: -1;
  transition:var(--trans) ;
}
.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a::before{
  left: 0;
}
.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a::after{
  right: 0;
}
.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a:hover::after,.header_box .header_item_box .header_item .header_menu ul li.dropdown ul li a:hover::before{
  width: 51%;
}

.header_box .header_item_box .header_item .header_menu ul li.active a.menu::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: var(--w);
}

.header_box .header_item_box .header_item .header_menu ul li.active a.menu {
  background: var(--pink_light);
  color: var(--pink_dark);
}

.header_box .header_item_box .header_item .header_menu ul li.active ul {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header_box .header_item_box .header_item .header_logo {
  margin: calc(var(--vw) * 10) calc(var(--vw) * 50) calc(var(--vw) * -40);
  background: var(--w);
  border-radius: 100%;
  overflow: hidden;
}

.header_box .header_item_box .header_item .header_logo a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 18);
  width: calc(var(--vw) * 80);
  height: calc(var(--vw) * 80);
  overflow: hidden;
  box-sizing: border-box;
  background: var(--w);
  position: relative;
  z-index: 1;
}

.header_box .header_item_box .header_item .header_logo a:hover {
  background: var(--pink_light);
}

.upindexed {
  z-index: 99999;
}

.header_box .header_social_icon_box .header_social_icon ul li {
  display: block;
}

.header_box .header_social_icon_box .header_social_icon ul li:last-child {
  margin-right: 0;
}

.header_box .header_social_icon_box .header_social_icon ul li a {
  display: block;
  width: calc(var(--vw) * 35);
  height: calc(var(--vw) * 35);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 8);
  border: var(--vw) solid var(--text);
  margin-right: calc(var(--vw) * 12);
  background: var(--w);
  position: relative;
  z-index: 1;
}

.header_box .header_social_icon_box .header_social_icon ul li a img {
  -webkit-filter: brightness(0) opacity(0.95);
          filter: brightness(0) opacity(0.95);
}

.header_box .header_social_icon_box .header_social_icon ul li a:hover {
  background: var(--text);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header_box .header_social_icon_box .header_social_icon ul li a:hover img {
  -webkit-filter: brightness(0) opacity(1) invert(1);
          filter: brightness(0) opacity(1) invert(1);
}

.header_box .header_three_dot {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.header_box .header_three_dot .header_three_dot_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
  grid-gap: calc(var(--vw) * 3);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.header_box .header_three_dot .header_three_dot_item span {
  border-radius: 100%;
  display: block;
  width: calc(Var(--vw) * 8);
  height: calc(Var(--vw) * 8);
  background: var(--text);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}

.header_box .header_three_dot .header_three_dot_item span.one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}

.header_box .header_three_dot .header_three_dot_item span.two {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
}

.header_box .header_three_dot .header_three_dot_item span.three {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
}

.header_box .header_three_dot.active .header_three_dot_item {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header_box .header_three_dot.active .dot_social_icon {
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}

.header_box .header_three_dot .dot_social_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.header_box .header_three_dot .dot_social_icon ul li {
  display: block;
}

.header_box .header_three_dot .dot_social_icon ul li:last-child {
  margin-right: 0;
}

.header_box .header_three_dot .dot_social_icon ul li a {
  display: block;
  width: calc(var(--vw) * 30);
  height: calc(var(--vw) * 30);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 7);
  border: var(--vw) solid var(--text);
  margin-right: calc(var(--vw) * 10);
  background: var(--w);
  position: relative;
  z-index: 1;
}

.header_box .header_three_dot .dot_social_icon ul li a img {
  -webkit-filter: brightness(0) opacity(0.95);
          filter: brightness(0) opacity(0.95);
}

.header_box .header_three_dot .dot_social_icon ul li a:hover {
  background: var(--text);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header_box .header_three_dot .dot_social_icon ul li a:hover img {
  -webkit-filter: brightness(0) opacity(1) invert(1);
          filter: brightness(0) opacity(1) invert(1);
}

.mobile_menu_box {
  background: var(--w);
  width: 25%;
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.1);
  padding-top: calc(var(--vw) * 60);
}

.mobile_menu_box .mobile_menu_holder {
  padding: calc(var(--vw) * 30) 0;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(Var(--vw) * 50);
  padding-bottom: calc(var(--vw) * 600);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 30);
}

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li {
  display: -ms-grid;
  display: grid;
  place-items: flex-start;
  position: relative;
  z-index: 2;
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li:last-child a {
  margin-bottom: 0;
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li a {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  grid-gap: calc(Var(--vw) * 10);
  font-size: calc(var(--vw) * 15);
  margin-bottom: calc(var(--vw) * 10);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(var(--vw) * 12) calc(Var(--vw) * 10);
  border-radius: calc(Var(--vw) * 5);
  background: transparent;
  border: calc(Var(--vw) * 2) solid var(--pink_low);
  color: var(--b);
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li a:hover {
  background: var(--pink_light);
  color: var(--b);
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li a:hover span {
  background: var(--b) !important;
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li.dropdown ul {
  opacity: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.05s;
  transition: 0.05s;
  position: relative;
  z-index: 1;
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li.dropdown ul li a {
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  color: var(--b);
  margin-bottom: calc(var(--vw) * 10);
  border-color: var(--blue_low);
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li.dropdown ul li a:hover {
  background: var(--blue_low);
  color: var(--b);
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li.dropdown a span {
  width: calc(var(--vw) * 15);
  height: calc(var(--vw) * 15);
  display: block;
  background: var(--b);
  -webkit-mask: url(../img/dropdown.svg) center center no-repeat;
  -webkit-mask-size: contain;
} */

/* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li.active ul {
  -webkit-transition: var(--trans);
  transition: var(--trans);
  opacity: 1;
  height: auto;
} */

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_social_icon ul li {
  display: block;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_social_icon ul li:last-child {
  margin-right: 0;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_social_icon ul li a {
  display: block;
  width: calc(var(--vw) * 35);
  height: calc(var(--vw) * 35);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 8);
  border: var(--vw) solid var(--text);
  margin-right: calc(var(--vw) * 12);
  background: var(--w);
  position: relative;
  z-index: 1;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_social_icon ul li a img {
  -webkit-filter: brightness(0) opacity(0.95);
          filter: brightness(0) opacity(0.95);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_social_icon ul li a:hover {
  background: var(--text);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_social_icon ul li a:hover img {
  -webkit-filter: brightness(0) opacity(1) invert(1);
          filter: brightness(0) opacity(1) invert(1);
}

.container {
  width: 70%;
  margin: auto;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

h5 {
  font-size: calc(var(--vw) * 18);
}

.title_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 20);
}

.title_box.center, .display_item_box .display_item a .title_box.diplay_item_img, .display_item_box .display_item a .title_box.display_item_text, .about_box .about_us_img_box .about_img .title_box.play_btn_box {
  place-items: center;
  text-align: center;
}

.title {
  line-height: 1.3;
}

.title.nowrap {
  white-space: nowrap;
}

.title.center, .display_item_box .display_item a .title.diplay_item_img, .display_item_box .display_item a .title.display_item_text, .about_box .about_us_img_box .about_img .title.play_btn_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.title img {
  margin-left: calc(var(--vw) * 10);
  max-width: calc(var(--vw) * 175);
}

.title.center, .display_item_box .display_item a .title.diplay_item_img, .display_item_box .display_item a .title.display_item_text, .about_box .about_us_img_box .about_img .title.play_btn_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.col_white {
  color: var(--w);
}

.col_black {
  color: var(--text);
}

.col_pink {
  color: var(--pink_dark);
}

.submitbtn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(var(--vw) * 7);
  font-size: calc(Var(--vw) * 16);
  color: var(--w);
  padding: calc(var(--vw) * 13) calc(var(--vw) * 34);
  line-height: 1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  outline: none;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: var(--trans);
  background: #fe2e77;
  border: none;
}

.btn_holder.center, .display_item_box .display_item a .btn_holder.diplay_item_img, .display_item_box .display_item a .btn_holder.display_item_text, .about_box .about_us_img_box .about_img .btn_holder.play_btn_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_holder.end {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_holder a,
.btn_holder .btn {
  margin-right: calc(var(--vw) * 40);
}

.btn_holder a:last-child,
.btn_holder .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(var(--vw) * 4);
  font-size: calc(Var(--vw) * 14);
  color: var(--w);
  padding: calc(var(--vw) * 13) calc(var(--vw) * 25);
  line-height: 1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  outline: none;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: var(--trans);
}

.btn::before, .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  z-index: -1;
  border-radius: inherit;
  outline: none;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.15);
}

.btn::before {
  width: 0%;
  height: 0;
  z-index: -2;
}

.btn.btn_blue {
  background: transparent;
  color: var(--w);
}

.btn.btn_blue::after {
  background: var(--blue_gradient);
}

.btn.btn_blue::before {
  background: var(--blue_gradient2);
  background-size: 250%;
}

input.btn.btn_pink {
  background: var(--pink_gradient);
  color: var(--w);
  border: none;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

input.btn.btn_pink:hover {
  background: var(--pink_gradient2);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.btn.btn_pink {
  background: transparent;
  color: var(--w);
}

.btn.btn_pink::after {
  background: var(--pink_gradient);
}

.btn.btn_pink::before {
  background: var(--pink_gradient2);
  background-size: 250%;
}

.btn:hover::before {
  width: 100%;
  height: 100%;
  -webkit-animation: btn_animate 6s ease-in-out infinite;
          animation: btn_animate 6s ease-in-out infinite;
}

.btn:hover::after {
  width: 0;
  height: 0;
}

.btn:hover.btn_white {
  color: var(--w);
}

@-webkit-keyframes btn_animate {
  0%,
  100% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
}

@keyframes btn_animate {
  0%,
  100% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
}

.caps {
  /*text-transform: uppercase;*/
}

.line_below {
  position: relative;
  z-index: 1;
  padding-bottom: calc(var(--vw) * 5);
}

.line_below.black .line {
  background: var(--text);
}

.line_below .line {
  -webkit-transition: var(--trans);
  transition: var(--trans);
  position: absolute;
  bottom: 0;
  left: calc(var(--vw) * 45);
  width: calc(var(--vw) * 4);
  height: calc(var(--vw) * 4);
  border-radius: calc(var(--vw) * 30);
  background: var(--w);
}

.line_below .line::before, .line_below .line::after {
  position: absolute;
  content: "";
  top: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(var(--vw) * 30);
  height: calc(var(--vw) * 2);
  border-radius: inherit;
  background: inherit;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.line_below .line::before {
  right: calc(100% + calc(var(--vw) * 5));
}

.line_below .line:after {
  left: calc(100% + calc(var(--vw) * 5));
}

.line_below.single .line::after {
  width: 0;
}

.line_below.center .line, .display_item_box .display_item a .line_below.diplay_item_img .line, .display_item_box .display_item a .line_below.display_item_text .line, .about_box .about_us_img_box .about_img .line_below.play_btn_box .line {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line_below.orange .line {
  background: var(--blue_dark);
}

.description {
  font-size: calc(var(--vw) * 14);
}

.description p,
.description ul,
.description ol,
.description img {
  margin-top: calc(Var(--vw) * 20);
}

.description p:first-child,
.description ul:first-child,
.description ol:first-child,
.description img:first-child {
  margin-top: 0;
}

.description ul li,
.description ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
          padding-top: 5px;
          padding-bottom: 5px;
}

.description img {
  width: auto;
  height: auto;
}

.banner_section {
  position: relative;
}

.banner_slider.owl-theme .owl-nav .owl-next,
.banner_slider.owl-theme .owl-nav .owl-prev {
  top: 50%;
  background: var(--w);
}

/* .banner_slider.owl-theme .owl-nav .owl-next .arrow,
.banner_slider.owl-theme .owl-nav .owl-prev .arrow {
  background: var(--pink_dark);
} */

.banner_slider.owl-theme .owl-nav .owl-next:hover,
.banner_slider.owl-theme .owl-nav .owl-prev:hover {
  background: var(--pink_dark);
}

/* .banner_slider.owl-theme .owl-nav .owl-next:hover .arrow,
.banner_slider.owl-theme .owl-nav .owl-prev:hover .arrow {
  background: var(--w);
} */

.banner_slider.owl-theme .owl-nav .owl-prev {
  left: calc(var(--vw) * 40);
}

.banner_slider.owl-theme .owl-nav .owl-next {
  right: calc(var(--vw) * 40);
}

.banner_slider .owl-stage .owl-item .banner_slider_item {
  overflow: hidden;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box {
  height: 95vh;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box {
  width: 100%;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box .title_box .title {
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translateX(calc(var(--vw) * -200));
          transform: translateX(calc(var(--vw) * -200));
  opacity: 0;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box .title_box .description {
  font-size: calc(var(--vw) * 16);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateX(calc(var(--vw) * -250));
          transform: translateX(calc(var(--vw) * -250));
  opacity: 0;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box .title_box .btn_holder {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateX(calc(var(--vw) * -300));
          transform: translateX(calc(var(--vw) * -300));
  opacity: 0;
}


/*ABOUT BANNER*/

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box_about {
height: 50vh;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box_about .banner_text_box {
  width: 100%;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box_about .banner_text_box .title_box .title {
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translateX(calc(var(--vw) * -200));
          transform: translateX(calc(var(--vw) * -200));
  opacity: 0;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box_about .banner_text_box .title_box .description {
  font-size: calc(var(--vw) * 16);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateX(calc(var(--vw) * -250));
          transform: translateX(calc(var(--vw) * -250));
  opacity: 0;
}

.banner_slider .owl-stage .owl-item .banner_slider_item .banner_box_about .banner_text_box .title_box .btn_holder {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateX(calc(var(--vw) * -300));
          transform: translateX(calc(var(--vw) * -300));
  opacity: 0;
}
/*ABOUT BANNER*/

.banner_slider .owl-stage .owl-item.active .banner_slider_item .banner_box .banner_text_box .title_box .title,
.banner_slider .owl-stage .owl-item.active .banner_slider_item .banner_box .banner_text_box .title_box .description,
.banner_slider .owl-stage .owl-item.active .banner_slider_item .banner_box .banner_text_box .title_box .btn_holder {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.grid_box, .product_slider_box .product_slider .product_item_box .product_item {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 50);
}

.grid_box.center, .product_slider_box .product_slider .product_item_box .center.product_item, .product_slider_box .product_slider .product_item_box .display_item_box .display_item a .product_item.diplay_item_img, .display_item_box .display_item a .product_slider_box .product_slider .product_item_box .product_item.diplay_item_img, .product_slider_box .product_slider .product_item_box .display_item_box .display_item a .product_item.display_item_text, .display_item_box .display_item a .product_slider_box .product_slider .product_item_box .product_item.display_item_text, .product_slider_box .product_slider .product_item_box .about_box .about_us_img_box .about_img .product_item.play_btn_box, .about_box .about_us_img_box .about_img .product_slider_box .product_slider .product_item_box .product_item.play_btn_box, .display_item_box .display_item a .grid_box.diplay_item_img, .display_item_box .display_item a .grid_box.display_item_text, .about_box .about_us_img_box .about_img .grid_box.play_btn_box {
  place-items: center;
  text-align: center;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  width: calc(var(--vw) * 50);
  height: calc(var(--vw) * 50);
  border-radius: 100%;
  background: var(--b);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
  margin: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav .owl-prev .arrow,
.owl-theme .owl-nav .owl-next .arrow {
  background:  url('../img/rarrow.png') center center no-repeat!important;
  width: calc(var(--vw) * 20);
  height: calc(var(--vw) * 20);
  margin: calc(var(--vw) * 0)!important;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  display: block;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 137, 207, 0.4);
}

/* .owl-theme .owl-nav .owl-prev:hover .arrow,
.owl-theme .owl-nav .owl-next:hover .arrow {
  background: var(--w);
} */

.owl-theme .owl-nav .owl-prev {
  left: calc(var(--vw) * -80);
}

.owl-theme .owl-nav .owl-prev .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: calc(var(--vw) * 0);
}

.owl-theme .owl-nav .owl-next {
  right: calc(var(--vw) * -80);
}

.product_section {
  padding: calc(Var(--vw) * 50) 0;
  background: var(--blue_dark);
  position: relative;
}

.css_wave {
  position: absolute;
  top: calc(var(--vw) * -78);
  width: 100%;
  z-index: 5;
}

.css_wave .waves {
  position: relative;
  width: 100%;
  height: calc(var(--vw) * 80);
  min-height: calc(var(--vw) * 60);
  max-height: calc(var(--vw) * 100);
}

.css_wave.rev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: calc(100% - calc(var(--vw) * 10));
  z-index: -1;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

.product_box {
  margin-bottom: calc(var(--vw) * -50);
}

.product_slider_box {
  max-width: 100%;
  min-width: 100%;
}

.product_slider_box .product_slider {
  -webkit-filter: drop-shadow(0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.3));
}

.product_slider_box .product_slider.owl-theme .owl-nav .owl-next,
.product_slider_box .product_slider.owl-theme .owl-nav .owl-prev {
  background: var(--w);
}

/* .product_slider_box .product_slider.owl-theme .owl-nav .owl-next .arrow,
.product_slider_box .product_slider.owl-theme .owl-nav .owl-prev .arrow {
  background: var(--blue_dark);
} */

.product_slider_box .product_slider.owl-theme .owl-nav .owl-next:hover,
.product_slider_box .product_slider.owl-theme .owl-nav .owl-prev:hover {
  background: var(--blue_dark);
}

/* .product_slider_box .product_slider.owl-theme .owl-nav .owl-next:hover .arrow,
.product_slider_box .product_slider.owl-theme .owl-nav .owl-prev:hover .arrow {
  background: var(--w);
} */

.product_slider_box .product_slider .product_item_box {
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.product_slider_box .product_slider .product_item_box .product_item {
  background: var(--w);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(var(--vw) * 15);
  padding: calc(var(--vw) * 25);
  grid-gap: calc(var(--vw) * 20);
  cursor: pointer;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  position: relative;
  z-index: 2;
}

.product_slider_box .product_slider .product_item_box .product_item:hover {
  background: var(--pink_light);
}

.product_slider_box .product_slider .product_item_box .product_item .product_item_img img {
  width: auto;
  height: auto;
}

.product_slider_box .product_slider .product_item_box .product_item .product_item_text span {
  font-weight: 600;
  font-size: calc(var(--vw) * 18);
}
.product_item_text a {
  color: #8e8c8c;
}

.product_slider_box .product_slider .product_item_box .product_btn {
  position: relative;
  z-index: 1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  margin-top: calc(var(--vw) * 10);
  top: calc(var(--vw) * -80);
}

.product_slider_box .product_slider .product_item_box:hover .product_btn {
  top: calc(var(--vw) * -15);
}

.down_waves {
  height: calc(var(--vw) * 90);
  width: 100%;
  background-color: var(--blue_dark);
  -webkit-mask: url(../img/bottom-wave.svg) no-repeat center;
  mask: url(../img/bottom-wave.svg) no-repeat center;
  -webkit-mask-size: cover;
  position: relative;
  z-index: -1;
}

.top_waves {
  height: calc(var(--vw) * 90);
  width: 100%;
  background-color: var(--blue_dark);
  -webkit-mask: url(../img/top-wave.svg) no-repeat center;
  mask: url(../img/top-wave.svg) no-repeat center;
  -webkit-mask-size: cover;
  position: relative;
  z-index: -1;
}

.d-none {
  display: none;
}

.mt-200 {
  margin-top: calc(var(--vw) * 60);
}

.mt-10 {
  margin-top: calc(var(--vw) * 10);
}
.mt-20 {
  margin-top: calc(var(--vw) * 20);
}
.mt-40 {
  margin-top: calc(var(--vw) * 40);
}
.mt-80 {
  margin-top: calc(var(--vw) * 80);
}
.pb-20 {
  padding-bottom: 20px;
}

.display_section {
  position: relative;
}

.display_section .bg_waves {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.display_section .bg_waves .wave_box {
  height: calc(var(--vw) * 120);
}

.display_section .bg_waves .top_waves,
.display_section .bg_waves .wave_box,
.display_section .bg_waves .down_waves {
  background: #fe2e7760;
}

.display_section .bg_waves .top_waves {
  background: var(--pink_light);
}
.display_section .bg_waves .down_waves {
  background:var(--pink_light);
}

.display_section .bg_waves .wave_box {
  background:var(--pink_light);
}

.display_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 45);
  padding-bottom: calc(var(--vw) * 5);
}

.display_item_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: calc(Var(--vw) * 40);
}

.display_item_box .display_item a {
  display: -ms-grid;
  display: grid;
  background: var(--w);
  grid-gap: calc(Var(--vw) * 5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-radius: calc(var(--vw) * 15);*/
  border: var(--vw) solid var(--blue_dark);

}

.display_item_box .display_item a .diplay_item_img img {
  width: auto;
  padding: calc(var(--vw) * 30);
  box-sizing: border-box;
  /*height: calc(Var(--vw) * 280);*/
}

.display_item_box .display_item a .display_item_text {
  text-align: center;
  background: var(--blue_dark);
  padding: 1vw;
}

.display_item_box .display_item a .display_item_text span {
  font-size: calc(var(--vw) * 14);
  color: var(--w);
}

.display_item_box .display_item a:hover {
  background: #fff7fa;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.display_item_box .display_item a:hover .display_item_text span {
  color: var(--w);
}
.display_item_box .display_item a:hover {
  color: var(--w);
  border: var(--vw) solid var(--pink_dark);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
.display_item_box .display_item a:hover .display_item_text{
  background: var(--pink_dark);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

/*BOX 2*/
.display_item_box_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: calc(Var(--vw) * 40);
}

.display_item_box_2 .display_item a {
  display: -ms-grid;
  display: grid;
  background: var(--w);
  grid-gap: calc(Var(--vw) * 5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-radius: calc(var(--vw) * 15);*/
  border: var(--vw) solid var(--blue_dark);
  /*padding: calc(var(--vw) * 30);*/
}

.display_item_box_2 .diplay_item_img {
  margin: auto;
}

.display_item_box_2 .display_item a .diplay_item_img img {
  width: auto;
  height: auto;
}

.display_item_box_2 .display_item a .display_item_text {
  text-align: center;
}

.display_item_box_2 .display_item a .display_item_text span {
  font-size: calc(var(--vw) * 18);
  font-weight: 600;
}

.display_item_box_2 .display_item a:hover {
  background: #fff7fa;
}

.display_item_box_2 .display_item a:hover .display_item_text span {
  color: var(--w);
}
/*BOX 2*/

/*BOX 1*/
.display_item_box_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: calc(Var(--vw) * 40);
}

.display_item_box_1 .display_item a {
  display: -ms-grid;
  display: grid;
  background: var(--w);
  grid-gap: calc(Var(--vw) * 30);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
/*  border-radius: calc(var(--vw) * 15);*/
  border: var(--vw) solid var(--blue_dark);
/*  padding: calc(var(--vw) * 30);*/
}

.display_item_box_1 .diplay_item_img {
  margin: auto;
}

.display_item_box_1 .display_item a .diplay_item_img img {
  width: auto;
  height: calc(Var(--vw) * 280);
}

.display_item_box_1 .display_item a .display_item_text {
  text-align: center;
}

.display_item_box_1 .display_item a .display_item_text span {
  font-size: calc(var(--vw) * 18);
  font-weight: 600;
}

.display_item_box_1 .display_item a:hover {
  background: #fff7fa;
}

.display_item_box_1 .display_item a:hover .display_item_text span {
  color: var(--w);
}
/*BOX 1*/

.about_section {
  padding: calc(var(--vw) * 75) 0;
  position: relative;
  z-index: 2;
}

.effect_main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.effect_main.circle {
  overflow: hidden;
}

.effect_main .effect_item_box {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.effect_main .effect_item_box .effect_item {
  position: absolute;
  z-index: 0;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.effect_main .effect_item_box .effect_item .effect_img {
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  position: relative;
  z-index: 1;
  opacity: 0.1;
}

.effect_main .effect_item_box .effect_item.one {
  top: -10% !important;
  left: 5% !important;
  width: calc(Var(--vw) * 75);
  height: calc(Var(--vw) * 75);
  -webkit-animation: effect 4s linear infinite;
          animation: effect 4s linear infinite;
}

.effect_main .effect_item_box .effect_item.one .effect_img {
  -webkit-mask: url(../img/flower1.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.two {
  top: 5% !important;
  left: 90% !important;
  width: calc(Var(--vw) * 95);
  height: calc(Var(--vw) * 95);
  -webkit-animation: effect2 5s linear infinite;
          animation: effect2 5s linear infinite;
}

.effect_main .effect_item_box .effect_item.two .effect_img {
  -webkit-mask: url(../img/flower2.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.three {
  top: 11% !important;
  left: 45% !important;
  width: calc(Var(--vw) * 60);
  height: calc(Var(--vw) * 60);
  -webkit-animation: effect3 4s linear infinite;
          animation: effect3 4s linear infinite;
}

.effect_main .effect_item_box .effect_item.three .effect_img {
  -webkit-mask: url(../img/flower3.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.four {
  top: 70% !important;
  left: -3% !important;
  width: calc(Var(--vw) * 125);
  height: calc(Var(--vw) * 125);
  -webkit-animation: effect4 5s linear infinite;
          animation: effect4 5s linear infinite;
}

.effect_main .effect_item_box .effect_item.four .effect_img {
  -webkit-mask: url(../img/flower4.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.five {
  top: 85% !important;
  left: 85% !important;
  width: calc(Var(--vw) * 60);
  height: calc(Var(--vw) * 60);
  -webkit-animation: effect5 4s linear infinite;
          animation: effect5 4s linear infinite;
}

.effect_main .effect_item_box .effect_item.five .effect_img {
  -webkit-mask: url(../img/flower5.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.six {
  top: 70% !important;
  left: 40% !important;
  width: calc(Var(--vw) * 80);
  height: calc(Var(--vw) * 80);
  -webkit-animation: effect6 6s linear infinite;
          animation: effect6 6s linear infinite;
}

.effect_main .effect_item_box .effect_item.six .effect_img {
  -webkit-mask: url(../img/flower6.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.seven {
  top: 100% !important;
  left: 20% !important;
  width: calc(Var(--vw) * 45);
  height: calc(Var(--vw) * 45);
  -webkit-animation: effect7 4.5s linear infinite;
          animation: effect7 4.5s linear infinite;
}

.effect_main .effect_item_box .effect_item.seven .effect_img {
  -webkit-mask: url(../img/flower7.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.eight {
  top: 35% !important;
  left: 70% !important;
  width: calc(Var(--vw) * 125);
  height: calc(Var(--vw) * 125);
  -webkit-animation: effect8 5s linear infinite;
          animation: effect8 5s linear infinite;
}

.effect_main .effect_item_box .effect_item.eight .effect_img {
  -webkit-mask: url(../img/flower8.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.nine {
  top: 35% !important;
  left: 70% !important;
  width: calc(Var(--vw) * 125);
  height: calc(Var(--vw) * 125);
  -webkit-animation: effect1 5s linear infinite;
          animation: effect1 5s linear infinite;
}

.effect_main .effect_item_box .effect_item.nine .effect_img {
  -webkit-mask: url(../img/flower9.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_item.ten {
  top: 35% !important;
  left: 70% !important;
  width: calc(Var(--vw) * 125);
  height: calc(Var(--vw) * 125);
  -webkit-animation: effect3 5s linear infinite;
          animation: effect3 5s linear infinite;
}

.effect_main .effect_item_box .effect_item.ten .effect_img {
  -webkit-mask: url(../img/flower10.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.effect_main .effect_item_box .effect_circle {
  position: absolute;
  z-index: 0;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  border-radius: 100%;
}

.effect_main .effect_item_box .effect_circle.one {
  width: calc(var(--vw) * 125);
  height: calc(var(--vw) * 125);
  background: #fff1f5;
  left: 5%;
  top: 5%;
  -webkit-animation: effect 4s linear infinite;
          animation: effect 4s linear infinite;
}

.effect_main .effect_item_box .effect_circle.two {
  width: calc(var(--vw) * 60);
  height: calc(var(--vw) * 60);
  background: #ffd1e2;
  top: 5%;
  left: 12%;
  z-index: -1;
  -webkit-animation: effect5 5s linear infinite;
          animation: effect5 5s linear infinite;
}

.effect_main .effect_item_box .effect_circle.three {
  width: calc(var(--vw) * 175);
  height: calc(var(--vw) * 175);
  background: #ffebef;
  top: 4%;
  left: 93%;
  -webkit-animation: effect8 4s linear infinite;
          animation: effect8 4s linear infinite;
}

.effect_main .effect_item_box .effect_circle.four {
  width: calc(var(--vw) * 160);
  height: calc(var(--vw) * 160);
  background: #ffdbe1;
  top: 17%;
  left: 92%;
  -webkit-animation: effect4 3s linear infinite;
          animation: effect4 3s linear infinite;
}

.effect_main .effect_item_box .effect_circle.five {
  width: calc(var(--vw) * 100);
  height: calc(var(--vw) * 100);
  background: #ffe6ea;
  top: 16%;
  left: 87%;
  z-index: -1;
  -webkit-animation: effect8 2s linear infinite;
          animation: effect8 2s linear infinite;
}

.predictor_section .effect_item_box .effect_item .effect_img {
  background: var(--pink_dark);
}

.predictor_section .effect_item_box .effect_item.six {
  top: 15% !important;
  left: 5% !important;
  width: calc(Var(--vw) * 80);
  height: calc(Var(--vw) * 80);
  -webkit-animation: effect6 6s linear infinite;
          animation: effect6 6s linear infinite;
}

.predictor_section .effect_item_box .effect_item.six .effect_img {
  -webkit-mask: url(../img/flower6.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.predictor_section .effect_item_box .effect_item.seven {
  top: 50% !important;
  left: 40% !important;
  width: calc(Var(--vw) * 50);
  height: calc(Var(--vw) * 50);
  -webkit-animation: effect7 4.5s linear infinite;
          animation: effect7 4.5s linear infinite;
}

.predictor_section .effect_item_box .effect_item.seven .effect_img {
  -webkit-mask: url(../img/flower7.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.predictor_section .effect_item_box .effect_item.eight {
  top: 14% !important;
  left: 89% !important;
  width: calc(Var(--vw) * 125);
  height: calc(Var(--vw) * 125);
  -webkit-animation: effect8 5s linear infinite;
          animation: effect8 5s linear infinite;
}

.predictor_section .effect_item_box .effect_item.eight .effect_img {
  -webkit-mask: url(../img/flower8.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.predictor_section .effect_item_box .effect_item.nine {
  top: 60% !important;
  left: 85% !important;
  width: calc(Var(--vw) * 125);
  height: calc(Var(--vw) * 125);
  -webkit-animation: effect 5s linear infinite;
          animation: effect 5s linear infinite;
}

.predictor_section .effect_item_box .effect_item.nine .effect_img {
  -webkit-mask: url(../img/flower9.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.predictor_section .effect_item_box .effect_item.ten {
  top: 75% !important;
  left: calc(var(--vw) * -60) !important;
  width: calc(Var(--vw) * 125);
  height: calc(Var(--vw) * 125);
  -webkit-animation: effect3 5s linear infinite;
          animation: effect3 5s linear infinite;
}

.predictor_section .effect_item_box .effect_item.ten .effect_img {
  -webkit-mask: url(../img/flower10.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.predictor_section .effect_item_box .effect_item.eleven {
  top: 90% !important;
  left: 80% !important;
  width: calc(Var(--vw) * 175);
  height: calc(Var(--vw) * 175);
  -webkit-animation: effect 5s linear infinite;
          animation: effect 5s linear infinite;
}

.predictor_section .effect_item_box .effect_item.eleven .effect_img {
  -webkit-mask: url(../img/flower2.svg) no-repeat center;
  -webkit-mask-size: contain;
}

.about_box_2_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 2fr;
      grid-template-columns: 4fr 2fr;
  grid-gap: calc(var(--vw) * 40);
}

.asking_div {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe2e77+0,0089cf+100 */
background: #fe2e77; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fe2e77 0%, #0089cf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fe2e77 0%,#0089cf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fe2e77 0%,#0089cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2e77', endColorstr='#0089cf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  color: var(--w);
  padding: 1.2vw;
  line-height: 1.1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  -webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.2);
          border: 2px solid #000;
}

.asking_div:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0089cf+0,fe2e77+100 */
background: #0089cf; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0089cf 0%, #fe2e77 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #0089cf 0%,#fe2e77 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #0089cf 0%,#fe2e77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089cf', endColorstr='#fe2e77',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-transition: var(--trans);
  transition: var(--trans);
}
.asking_div:hover span{
  color: var(--pink_dark);
}

.asking_div h3{
  color: var(--w);
  line-height: 1.1;
}
.asking_div h4{
  padding: 10px 0px;
  color: var(--w);
  line-height: 1.1;
}
.asking_div p{
  color: var(--w);
  line-height: 1.1;
  font-size: 0.7vw;
}
.asking_div span {
  display: inline-block;
  background: var(--w);
  color: var(--b);
  padding: 0.8vw 1.2vw;
  margin-top: 2vw;
  border-radius: 4px;
}

.about_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 5fr;
      grid-template-columns: 5fr 5fr;
  grid-gap: calc(var(--vw) * 40);
}

.about_box .about_us_img_box .about_img {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 10);
  background: var(--w);
  -webkit-box-shadow: 0 0 calc(Var(--vw) * 30) rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 calc(Var(--vw) * 30) rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.about_box .about_us_img_box .about_img .play_btn_box {
  position: absolute;
  width: calc(var(--vw) * 60);
  height: calc(var(--vw) * 60);
  border-radius: 100%;
  background: var(--orange);
  bottom: calc(var(--vw) * 20);
  right: calc(var(--vw) * 20);
  cursor: pointer;
}

.about_box .about_us_img_box .about_img .play_btn_box::before, .about_box .about_us_img_box .about_img .play_btn_box::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: var(--trans);
  transition: var(--trans);
  z-index: 0;
  border-radius: 100%;
}

.about_box .about_us_img_box .about_img .play_btn_box::before {
  width: 100%;
  height: 100%;
  background: var(--orange);
}

.about_box .about_us_img_box .about_img .play_btn_box:after {
  background: var(--w);
  width: 70%;
  height: 70%;
  z-index: 0;
}

.about_box .about_us_img_box .about_img .play_btn_box:hover::before {
  -webkit-animation: play 1s linear infinite;
          animation: play 1s linear infinite;
}

.about_box .about_us_img_box .about_img .play_btn_box .play_btn {
  background-color: var(--orange);
  -webkit-mask: url(../img/play.svg) no-repeat center;
  mask: url(../img/play.svg) no-repeat center;
  width: calc(var(--vw) * 20);
  height: calc(var(--vw) * 20);
  position: relative;
  z-index: 1;
  margin-left: calc(Var(--vw) * 5);
}

.about_box .about_us_img_box .about_img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about_box .about_text_box .about_title .tag {
  display: inline-block;
  background: var(--blue_dark);
  color: var(--w);
  line-height: 1;
  padding: calc(Var(--vw) * 5);
  margin-bottom: calc(var(--vw) * 10);
}

.about_box .about_text_box .about_title .description {
  margin-top: calc(var(--vw) * 15);
}

.about_box .about_text_box .about_title .link {
  margin-top: calc(var(--vw) * 10);
}

.about_box .about_text_box .about_title .link a img {
  height: calc(var(--vw) * 25);
  width: auto;
}

@-webkit-keyframes play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes effect {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(1.3);
            transform: rotate(90deg) scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(1.3);
            transform: rotate(90deg) scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes effect2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(0.9);
            transform: rotate(90deg) scale(0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(0.9);
            transform: rotate(90deg) scale(0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes effect3 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(1.5);
            transform: rotate(90deg) scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect3 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(90deg) scale(1.5);
            transform: rotate(90deg) scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes effect4 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(120deg) scale(0.85);
            transform: rotate(120deg) scale(0.85);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect4 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(120deg) scale(0.85);
            transform: rotate(120deg) scale(0.85);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes effect5 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-50deg) scale(1.5);
            transform: rotate(-50deg) scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(-180deg) scale(1);
            transform: rotate(-180deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect5 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-50deg) scale(1.5);
            transform: rotate(-50deg) scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(-180deg) scale(1);
            transform: rotate(-180deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes effect6 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-105deg) scale(1.3);
            transform: rotate(-105deg) scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect6 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-105deg) scale(1.3);
            transform: rotate(-105deg) scale(1.3);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes effect7 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(30deg) scale(1.5);
            transform: rotate(30deg) scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect7 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(30deg) scale(1.5);
            transform: rotate(30deg) scale(1.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes effect8 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

@keyframes effect8 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    opacity: 1;
  }
}

.social_updates_section {
  padding: calc(var(--vw) * 75) 0;
  padding-bottom: 0px;
}

.social_update_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 50);
  position: relative;
}

.social_update_box_cover {
  position: absolute;
  bottom: 0px;
  width: 99.90%;
  padding-top: 5px;
  height: 30px;
  background: rgba(0,0,0,0.5);
  z-index: 999999;
  right: 1px;
  text-align: center;
}
.social_update_box_cover:hover {
  background: rgba(0,0,0,0.8);
}
.social_update_box_cover a{
  color: var(--w);
}
.social_update_box_cover a:hover {
  color: var(--w);
}

.social_update_box .social_update_items_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 50);
}

.social_update_box .social_update_items_box .social_item_tab ul li {
  display: block;
}

.social_update_box .social_update_items_box .social_item_tab ul li span {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  grid-gap: calc(var(--vw) * 15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: calc(var(--vw) * 14);
}

.social_update_box .social_update_items_box .social_item_tab ul li span img {
  width: calc(var(--vw) * 30);
  height: calc(var(--vw) * 30);
}

.social_update_box .social_update_items_box .social_update_item_holder {
  -webkit-transition: var(--trans);
  transition: var(--trans);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

.social_update_box .social_update_items_box .social_update_item_holder .social_update_item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  border: var(--vw) solid var(--text);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 5);
  position: relative;
}

.social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: calc(var(--vw) * 5);
}

.social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .social_item_img {
  height: calc(var(--vw) * 250);
  background: var(--pink_dark);
  overflow: hidden;
}

.social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .social_item_img a {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 calc(Var(--vw) * 10) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(Var(--vw) * 10) rgba(0, 0, 0, 0.1);
}

.social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .social_item_img:hover a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

.predictor_section {
  margin-top: calc(var(--vw) * 75);
}

.predictor_box {
  padding-bottom: calc(var(--vw) * 50);
}

.predictor_box .predictor_box_holder {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.predictor_box .predictor_box_holder .predictor_item_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  grid-gap: calc(var(--vw) * 40);
}

.predictor_box .predictor_box_holder .predictor_item_box .predictor_img_box .predictor_img {
  height: calc(var(--vw) * 500);
  margin-top: calc(var(--vw) * -225);
  position: relative;
  z-index: 1;
}

.predictor_box .predictor_box_holder .predictor_calculator_box {
  margin-bottom: calc(var(--vw) * -260);
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: calc(var(--vw) * 30);
  place-items: center;
  text-align: center;
  background: var(--w);
  border-radius: calc(Var(--vw) * 20);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.1);
  padding: 0 calc(var(--vw) * 30);
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item {
  padding: calc(var(--vw) * 75) 0;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 15);
  place-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .item_number {
  position: absolute;
  width: calc(var(--vw) * 60);
  height: calc(var(--vw) * 60);
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(calc(calc(var(--vw) * -60) / 2));
          transform: translateX(-50%) translateY(calc(calc(var(--vw) * -60) / 2));
  top: 0;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .item_number span {
  color: var(--w);
  font-size: calc(var(--vw) * 42);
  font-weight: 600;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .item_number::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: inherit;
  -webkit-transition: var(--trans);
  transition: var(--trans);
  -webkit-animation: play 1.5s ease-out infinite;
          animation: play 1.5s ease-out infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  border-radius: inherit;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .title {
  font-weight: 600;
  font-size: calc(var(--vw) * 14);
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box {
  position: relative;
  z-index: 1;
  border-radius: calc(var(--vw) * 30);
  overflow: hidden;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .form_control {
  line-height: 1;
  width: calc(var(--vw) * 160);
  color: var(--w);
  border-radius: calc(var(--vw) * 30);
  padding: calc(var(--vw) * 7) calc(var(--vw) * 40);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-align: center;
  resize: none;
  font-size: calc(var(--vw) * 14);
  background: transparent;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .icon_box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(var(--vw) * 35);
  height: calc(var(--vw) * 35);
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 10);
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .icon_box.right {
  right: 0;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .icon_box.left {
  left: 0;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .icon_box .icon {
  background: var(--w);
  width: 100%;
  height: 100%;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .icon_box .icon.calender {
  -webkit-mask: url(../img/calendar.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .icon_box .icon.plus {
  -webkit-mask: url(../img/plus.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .feild_box .input_box .icon_box .icon.minus {
  -webkit-mask: url(../img/minus.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  border-top: calc(var(--vw) * 3) solid transparent;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item:last-child::before {
  width: 0;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item:last-child .item_number::before {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item:first-child .item_number::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.predictor_box .predictor_box_holder .predictor_calculator_box .predictor_btn {
  position: relative;
  z-index: 0;
  margin-top: calc(var(--vw) * -5);
  -webkit-transform: translateY(calc(Var(--vw) * -50));
          transform: translateY(calc(Var(--vw) * -50));
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.predictor_box .predictor_box_holder .predictor_calculator_box:hover .predictor_btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer_section {
  position: relative;
  margin-top: calc(var(--vw) * 180);
}

.footer_item_section {
  background: var(--blue_dark);
  padding: calc(Var(--vw) * 25) 0;
}

.footer_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 8fr;
      grid-template-columns: 5fr 8fr;
  grid-gap: calc(var(--vw) * 30);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_box .footer_logo_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  grid-gap: calc(var(--vw) * 30);
}

.footer_box .footer_logo_box .footer_text_box .title_box .title span {
  font-weight: 600;
  font-size: calc(var(--vw) * 16);
}

.footer_box .footer_logo_box .footer_text_box .title_box .description {
  font-size: calc(var(--vw) * 14);
  color: var(--w);
}

.footer_box .footer_logo_box .footer_text_box .title_box .description p {
  opacity: 0.75;
}

.footer_box .footer_logo_box .footer_text_box .title_box .description a {
  display: block;
  color: var(--w);
  opacity: 0.75;
  margin-top: calc(Var(--vw) * 5);
}

.footer_box .footer_logo_box .footer_text_box .title_box .description a:first-child {
  margin-top: 0;
}

.footer_box .footer_logo_box .footer_text_box .title_box .description a:hover {
  opacity: 1;
}

.footer_box .footer_logo_box .footer_text_box .title_box .description span {
  margin-top: calc(Var(--vw) * 5);
}

.footer_box .footer_logo_box .footer_text_box .title_box .description span:first-child {
  margin-top: 0;
}

.footer_box .footer_logo_box .footer_text_box .title_box .description span a {
  margin-top: 0;
}

.footer_box .footer_logo_box .footer_text_box .title_box .description span b {
  padding: 0 calc(var(--vw) * 5);
}

.footer_box .footer_item_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: calc(var(--vw) * 10);
  margin-top: calc(Var(--vw) * 30);
}

.footer_box .footer_item_box .footer_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_box .footer_item_box .footer_item ul li:last-child a {
  margin-bottom: 0;
}

.footer_box .footer_item_box .footer_item ul li a {
  display: block;
  font-size: calc(Var(--vw) * 14);
  margin-bottom: calc(Var(--vw) * 12);
  color: var(--w);
  opacity: 1;
}

.footer_box .footer_item_box .footer_item ul li a:hover {
  opacity: 0.75;
}

.copyright_section {
  background: #0c63a1;
  padding: calc(var(--vw) * 15);
  overflow: hidden;
}

.copyright_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: calc(Var(--vw) * 30);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          text-align: center;
          align-items: center;
}

.copyright_text {}
.copyright_text a{
  color: #fff;
}

.copyright_box .copyright_text span {
  font-size: calc(Var(--vw) * 14);
  color: rgba(255, 255, 255, 0.75);
}

.copyright_box .footer_social_icon ul li {
  display: block;
}

.copyright_box .footer_social_icon ul li:last-child a {
  margin-right: 0;
}

.copyright_box .footer_social_icon ul li a {
  display: block;
  width: calc(var(--vw) * 25);
  height: calc(var(--vw) * 25);
  background: var(--w);
  border-radius: 100%;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 20) rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 calc(var(--vw) * 20) rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(Var(--vw) * 4);
  margin-right: calc(Var(--vw) * 13);
}

.copyright_box .footer_social_icon ul li a span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue_dark);
}

.copyright_box .footer_social_icon ul li a span.facebook {
  -webkit-mask: url(../img/facebook.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.copyright_box .footer_social_icon ul li a span.twitter {
  -webkit-mask: url(../img/twitter.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.copyright_box .footer_social_icon ul li a span.instagram {
  -webkit-mask: url(../img/instagram.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.copyright_box .footer_social_icon ul li a:hover {
  background: var(--blue_dark);
}

.copyright_box .footer_social_icon ul li a:hover span {
  background: var(--w);
}

.mob_hide {
  display: block !important;
}

.mob_visi {
  display: none !important;
}


.product_banner {
  height: calc(var(--vw) * 600);
  position: relative;
}

.product_banner .css_wave {
  top: calc(100% - calc(var(--vw) * 80));
}

.product_description_section {
  position: relative;
}

.product_description_section .down_waves {
  background: var(--blue_dark);
}

.product_description_section .product_description_bg {
  background: var(--blue_dark);
}

.product_description_box {
  padding: calc(var(--vw) * 50) 0;
}

.product_description_box .title_box {
  width: 60%;
  margin: auto;
}

.mt_wave {
  margin-top: calc(Var(--vw) * -90);
}

.archive_section {
  padding: calc(var(--vw) * 40) 0 0;
  min-height: 45vh;
}

.archive_box .display_title_box .title_box .description {
  width: 60%;
  margin: auto;
}

.about_us_section {
  position: relative;
    padding-top: calc(var(--vw) * 140);
    padding-bottom: calc(var(--vw) * 90);
}

.about_top_margin {
  padding-top: 90px;
}

.about_us_section.two {
  margin-top: calc(var(--vw) * 75);
}

.about_us_section.rev .about_us_box {
  direction: rtl;
  text-align: left;
}

.about_us_section.rev .about_us_box .about_us_text .title_box .title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about_us_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: calc(var(--vw) * 60);
}
.about_us_box_full {

}

.about_us_box .about_us_img_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 30);
}

.blog_section {
  position: relative;
  margin-top: calc(var(--vw) * 200);
}

.blog_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 50);
  min-width: 100%;
  max-width: 100%;
}

.blog_item_box {
  min-width: 100%;
  max-width: 100%;
}

.blog_item_box .blog_item_slider {
  -webkit-filter: drop-shadow(0 0 calc(var(--vw) * 20) rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 calc(var(--vw) * 20) rgba(0, 0, 0, 0.15));
  padding-bottom: calc(var(--vw) * 0);
}



.blog_item_box .blog_item_slider.owl-theme .owl-dots {
  margin-top: calc(Var(--vw) * 150);
}

.blog_item_box .blog_item_slider.owl-theme .owl-dots .owl-dot {
  margin: 0;
  margin-right: calc(var(--vw) * 10);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.blog_item_box .blog_item_slider.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.blog_item_box .blog_item_slider.owl-theme .owl-dots .owl-dot span {
  width: calc(var(--vw) * 12);
  height: calc(var(--vw) * 12);
  margin: 0 !important;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}

.blog_item_box .blog_item_slider.owl-theme .owl-dots .owl-dot:hover span, .blog_item_box .blog_item_slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--pink_dark);
}

.blog_item_box .blog_item_slider.owl-theme .owl-dots .owl-dot.active span {
  width: calc(var(--vw) * 25);
}

.blog_item {
  background: var(--w);
  border-radius: calc(var(--vw) * 20);
  overflow: hidden;
  display: grid;
    grid-template-rows: auto 1fr;
}

.blog_item .blog_img_box .blog_img {
  height: 12vw;
  background: #fff;
  overflow: hidden;
}

.blog_item .blog_img_box .blog_img:hover a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.75;
}

.blog_item .blog_img_box .blog_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog_item .blog_text_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 15) calc(var(--vw) * 15);
}
.blog_item .blog_text_box .title_box {
  grid-template-rows: auto 1fr!important;
  height: 100%;
}
.blog_item .blog_text_box .title_box .btn_holder{
  align-items: flex-end!important;
}
.blog_item .blog_text_box .title_box .youlike {
display: grid;
grid-auto-rows: min-content;
grid-gap: 0.6vw;
}
.blog_item .blog_text_box .title_box .title {
  font-size: calc(Var(--vw) * 13);
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  align-items: flex-start!important;
}

.blog_item .blog_text_box .title_box .title a {
  color: var(--text);
  line-height: 1.5;
    overflow: hidden;
}

.blog_item .blog_text_box .title_box .title a:hover {
  color: var(--pink_dark);
}

.blog_item .blog_text_box .title_box .description {
  color: #9b9b9b;
  overflow: hidden;
  line-height: 1.7;
}

.blog_item .blog_text_box .title_box .btn_holder a {
  font-weight: 600;
  color: var(--pink_dark);
  font-size: calc(var(--vw) * 14);
}

.pagelink_section {
  background: #e7fbfe;
  padding: calc(Var(--vw) * 10) 0;
}

.pagelink_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
  grid-gap: calc(var(--vw) * 30);
}

.pagelink_box .pagelink_text_box .pagelink_text {
  font-size: calc(var(--vw) * 14);
  line-height: 1;
}

.pagelink_box .pagelink_text_box .pagelink_text span {
  margin: 0 calc(Var(--vw) * 8);
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li {
  display: block;
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li:last-child a {
  margin-right: 0;
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li a {
  display: block;
  width: calc(var(--vw) * 30);
  height: calc(var(--vw) * 30);
  border-radius: 100%;
  background: var(--w);
  -webkit-box-shadow: 0 0 calc(var(--vw) * 20) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 20) rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 7);
  margin-right: calc(var(--vw) * 8);
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li a span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue_dark);
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li a span.facebook {
  -webkit-mask: url(../img/facebook.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li a span.twitter {
  -webkit-mask: url(../img/twitter.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li a span.instagram {
  -webkit-mask: url(../img/instagram.svg) center center no-repeat;
  -webkit-mask-size: contain;
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li a:hover {
  background: var(--blue_dark);
}

.pagelink_box .pagelink_icon_box .pagelink_icon ul li a:hover span {
  background: var(--w);
}

.signle_page_section {
  padding: calc(var(--vw) * 50) 0 0;
}

.single_page_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 5fr;
      grid-template-columns: 4fr 5fr;
  grid-gap: calc(Var(--vw) * 60);
  margin-top: 5vh;
}

.single_page_box .single_page_img_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(Var(--vw) * 55);
}

.blog_thumbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: calc(var(--vw) * 25);
}

.blog_thumbs .single_img {
  border-radius: calc(var(--vw) * 15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20vh;
  overflow: hidden;
  /*border: var(--vw) solid var(--w);*/
}

.blog_thumbs .single_img a {
  padding: calc(var(--vw) * 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  /*background: var(--pink_low);*/
  border-radius: 18px;
}

.blog_thumbs .single_img a:hover {
  transform: scale(1.05);
  /*border: 1px solid var(--pink_dark);*/
}

.single_page_box .single_page_img_box .single_small_img_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: calc(var(--vw) * 25);
}

.single_page_box .single_page_img_box .single_img {
  border-radius: calc(var(--vw) * 15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*height: calc(var(--vw) * 430);*/
  /*border: var(--vw) solid var(--w);*/
}

.single_page_box .single_page_img_box .single_img a {
  padding: calc(var(--vw) * 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  /*background: var(--pink_low);*/
  border-radius: 18px;
}

.single_page_box .single_page_img_box .single_img a:hover {
  transform: scale(1.05);
  /*border: 1px solid var(--pink_dark);*/
}

.single_page_box .single_page_img_box .single_img.small {
  height: calc(var(--vw) * 115);
}

.single_page_box .single_page_img_box .single_img.small a {
  padding: calc(var(--vw) * 15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_page_box .single_page_img_box .single_img.small a:hover {
  transform: scale(1.1);
  /*border: 1px solid var(--pink_dark);*/
}

.single_page_box .single_page_description_box .btn_holder .img_box {
  width: calc(Var(--vw) * 50);
  height: calc(Var(--vw) * 50);
  margin-right: calc(var(--vw) * 10);
}


.single_page_box .single_page_tag_box {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  background: var(--w);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: calc(var(--vw) * 20);
  -webkit-box-shadow: 0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 30) rgba(0, 0, 0, 0.1);
  padding: calc(Var(--vw) * 30);
  position: relative;
  z-index: 1;
  text-align: center;
}

.single_page_box .single_page_tag_box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: calc(var(--vw) * 100);
  height: calc(var(--vw) * 100);
  background: inherit;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
  z-index: -2;
}

.single_page_box .single_page_tag_box:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: inherit;
  z-index: -1;
}

.box_products_item {}

.box_products_item img{
  padding: 0px 35px;
    margin-top: 5px;
    border-radius: 10px;
    background: var(--pink_low);

}

.box_products_item img:hover {
  transform: scale(1.05);
}

.single_page_box .single_page_tag_box .single_page_tag {
  -webkit-transition: var(--trans);
  transition: var(--trans);
  display: inline-block;
  margin: calc(Var(--vw) * 10);
}

.single_page_box .single_page_tag_box .single_page_tag a {
  display: inline-block;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 15) calc(var(--vw) * 25);
  border-radius: calc(var(--vw) * 7);
  border: var(--vw) solid var(--pink_dark);
  color: var(--text);
  font-size: calc(Var(--vw) * 14);
  font-weight: 600;
  cursor: pointer;
  background: var(--w);
  line-height: 1;
  -webkit-transition: var(--trans);
  transition: var(--trans);
}
.single_page_box .single_page_tag_box .single_page_tag a:hover {
  transform: scale(1.08);
}

.single_page_box .single_page_tag_box .single_page_tag.active:hover a {
  color: var(--w);
}

.single_page_box .single_page_tag_box .single_page_tag.active a {
  background: var(--pink_dark);
  color: var(--w);
}

.single_page_box .single_page_tag_box .single_page_tag:hover a {
  color: var(--pink_dark);
}

.flower_line {
  height: 1px;
  position: relative;
}
.flower_inner {
  position: absolute;
  height: 11px;
  width: 100%;
  bottom: 0px;
  background: url('../img/flower.png') repeat-x;
}
.page_banner {
  position: relative;
  height: auto;
  margin-top: 50px;
}

.page_banner .css_wave {
  top: calc(100% + calc(Var(--vw) * -80));
}

.page_banner .page_banner_img .page_banner_text {
  height: 100%;
}

.page_banner .page_banner_img .page_banner_text .title span {
  font-weight: 600;
  font-size: calc(Var(--vw) * 36);
}

.archive_item_box .archive_item_tab ul li {
  display: block;
  margin-right: calc(var(--vw) * 25);
}

.archive_item_box .archive_item_tab ul li:last-child {
  margin-right: 0;
}

.archive_item_box .archive_item_tab ul li a {
  display: block;
  padding: calc(var(--vw) * 15) calc(var(--vw) * 30);
  font-weight: 600;
  background: #d9d9d9;
  border-radius: calc(var(--vw) * 50);
  min-width: calc(var(--vw) * 80);
}

.archive_item_box .archive_item_tab ul li a:hover {
  background: #fe2e773f;
}

.archive_item_box .archive_item_tab ul li a.active {
  background: var(--blue_dark);
  color: var(--w);
}

.archive_item_box .archive_items_holder .archive_item {
  -webkit-transition: var(--trans);
  transition: var(--trans);
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  position: relative;
  opacity: 1;
  display: block;
}

.archive_item_box .archive_items_holder .archive_item.hide {
  opacity: 0;
  display: none;
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  border: var(--vw) solid var(--pink_dark);
  border-radius: calc(var(--vw) * 15);
  margin-top: calc(var(--vw) * 30);
  border: 1px solid var(--pink_dark);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item:first-child {
  margin-top: 0;
}



.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_detail_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 30) calc(var(--vw) * 30);
  background: var(--pink_light);
  border-radius: calc(Var(--vw) * 15) 0 0 calc(var(--vw) * 15);
  display: flex;
  align-items: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffe8f3+63 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,232,243,1) 63%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,232,243,1) 63%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,232,243,1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe8f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_detail_box .archive_post_detail .title_box .title a {
  line-height: 1.3;
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_detail_box .archive_post_detail .title_box .title a:hover h5 {
  color: var(--pink_dark);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 30) calc(var(--vw) * 30) 0;
  min-width: 100%;
  max-width: 100%;
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider {
  height: 100%;
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider.owl-theme .owl-nav .owl-prev,
.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider.owl-theme .owl-nav .owl-next {
  background: var(--w);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider.owl-theme .owl-nav .owl-prev:hover,
.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider.owl-theme .owl-nav .owl-next:hover {
  background: var(--blue_dark);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider.owl-theme .owl-nav .owl-prev {
  left: calc(var(--vw) * -55);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider.owl-theme .owl-nav .owl-next {
  right: calc(var(--vw) * -55);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img {
  height: calc(var(--vw) * 200);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img a {
  width: 100%;
  height: 100%;
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_img_box .archive_post_slider_item_img a img {
  height: 100%;
  width: auto !important;
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_text_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 20);
  background: var(--w);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_text_box .archive_post_slider_item_text .title a span {
  font-size: calc(Var(--vw) * 18);
  font-weight: 600;
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_slider_box .archive_post_slider .archive_post_slider_item .archive_post_slider_item_text_box .archive_post_slider_item_text .title a:hover span {
  color: var(--pink_dark);
}

.gap60 {
  grid-gap: calc(var(--vw) * 60);
}

.blog_archive_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: calc(var(--vw) * 30);
  -webkit-filter: drop-shadow(0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.15));
}

.blog_description_box {
  background: rgba(255, 255, 255, 0.5);
  border: var(--vw) solid var(--dim_w);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 50) calc(Var(--vw) * 125);
  margin-top: 60px;
}

.blog_description_box .blog_box .blog_description .description img {
  width: 100%;
  height: auto;
}

.blog_description_box .blog_box .blog_share {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 10);
}

.blog_description_box .blog_box .blog_share .blog_share_title .title span {
  font-weight: 600;
}

.blog_description_box .blog_box .blog_share .blog_share_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(var(--vw) * 25);
}

.blog_description_box .blog_box .blog_share .blog_share_item ul li:last-child {
  margin-right: 0;
}

.blog_description {}
.blog_description table{
  margin-top: 15px;
}
.blog_description td{
  padding: 5px;
}
.blog_description a {
  color: var(--blue_dark);
}
.blog_description a:hover {
  color: var(--pink_dark);
}

.contact_us_section {
  padding: calc(var(--vw) * 30) 0 0;
}

.contact_us_item .contact_form_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: calc(var(--vw) * 50);
}

#e_error,#c_error {
  font-size: 0.7vw;
  color: var(--pink_dark);
}

.contact_us_item .contact_form_box .contact_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--vw) * 50);
  border: var(--vw) solid var(--border);
  
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(var(--vw) * 15);
}
.contact_us_item .contact_form_box .contact_form:hover {
  -webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
}
.contact_us_item .contact_form_box .contact_form .contact_form_title .title h5 {
  color: var(--b);
}

.contact_us_item .contact_form_box .contact_form:hover .contact_form_title .title h5 {
  color: var(--pink_dark);
}

.contact_us_item .contact_form_box .contact_form .contact_form_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: calc(var(--vw) * 10);
}

.contact_us_item .contact_form_box .contact_form .contact_form_item .form_group {
  width: 100%;
}

.contact_us_item .contact_form_box .contact_form .contact_form_item .form_group.col2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}

.contact_us_item .contact_form_box .contact_form .contact_form_item .form_group.btn_holder {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-top: calc(var(--vw) * 15);
}

.contact_us_item .contact_form_box .contact_form .contact_form_item .form_group .form_control {
  outline: none;
  border: var(--vw) solid var(--b);
  padding: calc(var(--vw) * 10) calc(Var(--vw) * 15);
  font-size: calc(var(--vw) * 14);
  font-weight: 400;
  resize: none;
  width: 100%;
  color: var(--b);
  -webkit-transition: var(--trans);
  transition: var(--trans);
}


.contact_us_item .contact_form_box .contact_form .contact_form_item .form_group .form_control:focus {
  border-color: var(--b);
}

.contact_map_box .contact_map {
  height: calc(var(--vw) * 400);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.05);
}

.contact_us_item .contact_map_box .contact_map {
  height: calc(var(--vw) * 400);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.05);
}

.contact_map_box .contact_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_us_item .contact_map_box .contact_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_us_item .contact_item_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.contact_us_item .contact_item_box .contact_item_box_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 25px;
  border: var(--vw) solid var(--border);
}

.contact_us_item .contact_item_box .contact_item_description {
  font-size: 14px;
}
.contact_us_item .contact_item_box .contact_item_description .title_box .title {
  display: block;
}

.contact_us_item .contact_item_box .contact_item_description .title_box .title span {
  margin-bottom: calc(var(--vw) * 10);
}

.contact_us_item .contact_item_box .contact_item_description .title_box .descritpion ul.column_2 li {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: calc(var(--vw) * 5);
}

.contact_us_item .contact_item_box .contact_item_description .title_box .descritpion ul.column_2 li:last-child {
  margin-bottom: 0;
}

.contact_us_item .contact_item_box .contact_item_description .title_box .descritpion ul.column_2 li a {
  text-align: right;
  color: #222;
}

.contact_us_item .contact_item_box .contact_item_description .title_box .descritpion ul.column_2 li a:hover {
  color: var(--text);
}

.contact_us_item .contact_item_box .contact_item_description .title_box .descritpion ul li {
  display: -ms-grid;
  display: grid;
  color: #222;
}

.col-3{
  grid-column: 1/span 3;
}



/*ASK*/
.question_box {
  display: grid;
  grid-template-columns: 1fr 9fr;
  padding-bottom: 4vw;
  text-align: left;
}

.qnumber span {
  display: inline-block;
  width: 35px;
  padding: 15px;
  font-size: 25px;
  border-radius: 50%;
  background: #0089cf;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
.question {
  font-size: 1.5vw;
  padding-top: 1vw;
  font-weight: 700;
  color: #fe2e77;
}
.answers {
  display: block;
  padding-top: 25px;
}
.answer {
  display: inline-block;
  padding: 10px 20px;
  background: #f0f0f0;
  margin-right: 20px;
  margin-bottom: 20px;
}

.answer_active {
  cursor: pointer;
  background: #fe2e77;
  color: #fff;
}

.answer:hover {
  cursor: pointer;
  background: #fe2e77;
  color: #fff;
}
.answer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.choice_pad {
  text-align: center;
    font-size: 0.7vw;
    background: #fff;
    padding: 20px;
}

.choice_pad img {
  margin: auto;
}

.choice_pad h5 {
  font-size: 0.8vw;
}

.suggest_error {
  background: #fbb040;
  padding: 30px;
}

.resultinner {
  padding: 50px;
  background: #fff1f5;
}


.question_2, .question_3, .question_result_bottom, .question_result_bottom_again {
  display: none;
}
/*ASK*/



.single_page_inner {
  position: relative;
  padding-bottom: 100px;
}
.single_page_inner::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 120vh solid var(--pink_light);
  border-right: 50vw solid transparent;
  z-index: -1;
  top: -70px;
}

.news_heading_height {
  height: 55vh;
}


h1.gradiant{
  background: -webkit-linear-gradient(left, #fe2e77 , #0089cf)!important;
  background: -o-linear-gradient(right, #fe2e77, #0089cf)!important;
  background: -moz-linear-gradient(right,#fe2e77, #0089cf)!important;
  background: linear-gradient(to right, #fe2e77 , #0089cf)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
  display: inline-block;
  text-transform: none!important;
  line-height: 1.5;
  }
h2.gradiant, h3.gradiant, h4.gradiant, h5.gradiant, h6.gradiant{
  background: -webkit-linear-gradient(left, #fe2e77 , #0089cf)!important;
  background: -o-linear-gradient(right, #fe2e77, #0089cf)!important;
  background: -moz-linear-gradient(right,#fe2e77, #0089cf)!important;
  background: linear-gradient(to right, #fe2e77 , #0089cf)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
  display: inline-block;
  text-transform: none!important;
  line-height: 1.5;
  }
h2.gradiant_2{
  background: -webkit-linear-gradient(left, #ffe2f2 , #ffe2f2)!important;
  background: -o-linear-gradient(right, #ffe2f2, #ffe2f2)!important;
  background: -moz-linear-gradient(right,#ffe2f2, #ffe2f2)!important;
  background: linear-gradient(to right, #ffe2f2 , #ffe2f2)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
  display: inline-block;
  text-transform: none!important;
  line-height: 1.5;
  }

  .single_page_description_box {

  }

  .single_page_description_box h2{

  }


  .compnay_emails {
    width: 40vw;
    margin: auto;
  }
  .compnay_emails h5 {
    text-align: center;
    margin-bottom: 25px;
  }
  .compnay_emails li{
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom:5px;
    margin-bottom: 5px;
    font-size: calc(Var(--vw) * 14);
  }
  .compnay_emails li a {
    float: right;
    color: var(--pink_dark);
    
    font-weight: 400;
  }
  .compnay_emails li a:hover {
    color: var(--blue_dark);
  }

  .video-responsive{
    margin-top: 30px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.blog_inner_grid {
  display: grid;
  grid-template-columns: 3fr 6fr;
  grid-gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom:1px solid #ccc;
}

.gbg {
text-align: center;
padding: 8% 0px 8% 0px;
background: #2a8fd3; /* Old browsers */
background: -moz-linear-gradient(top,  #2a8fd3 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2a8fd3 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2a8fd3 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8fd3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.footer_box_contact {
  position: fixed;
  left: 10px;
  bottom:25px;
  z-index: 99999;
  display: flex;
  padding: 10px 20px;
  background: var(--pink_dark);
  color: var(--w);
  border-radius: 23px;
}
.footer_box_contact:hover {
  background: var(--blue_dark);
}
.footer_box_contact_icon {
  display: inline-block;
}
.footer_box_contact_icon img{
  width: 20px;
  height: 20px;
  padding-right:5px;
}
.footer_box_contact_text {
  display: inline-block;
  font-size: 18px;
  color: var(--w);
}

.footer_address_grid {
  display: grid;
    grid-template-columns: 1vw auto;
    padding-bottom: 0.5vh;
    grid-gap: 0.6vw;
}
.footer_address_grid img{
  max-width: 100%;
  height: auto;
  padding-top: 0;
}

.batch_holder {}
.batch_holder img{
  width: 3vw;
  height: auto;
}

.batch_holder h4{
  font-size: 0.9vw;
}

ul.pagination {
  display:flex;
}
ul.pagination li{
  list-style: none;
    display: inline-block;
    margin-right: 5px;
    background: var(--blue_dark);
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.9;
}

ul.pagination li.active {
  background: var(--pink_dark);
}

ul.pagination li a{
  color: var(--w);
}
ul.pagination li:hover{
  background: var(--pink_dark);
}
ul.pagination li img{
  width: 15px;
    height: auto;
    text-align: center;
    margin-top: 9px;
    margin-left: 9px;
}

.non_mobile {

}

.only_mobile {
display: none;
}




.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: calc(Var(--vw) * 10);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianheader,
.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .directlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianheader a,
.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .directlink a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  padding: calc(var(--vw) * 12) calc(Var(--vw) * 10);
  border-radius: calc(Var(--vw) * 5);
  background: transparent;
  border: calc(Var(--vw) * 2) solid var(--pink_light);
  color: var(--b);
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  font-size: calc(var(--vw) * 15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianheader a span {
  display: none;
  width: calc(var(--vw) * 10);
  height: calc(var(--vw) * 10);
  -webkit-mask: url(../img/arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  background: var(--b);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianheader a:hover,
.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .directlink a:hover {
  background: var(--pink_light);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianheader.ui-state-active a span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody {
  display: none;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(var(--vw) * 10);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li:last-child {
  margin-bottom: 0;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  padding: calc(var(--vw) * 8) calc(Var(--vw) * 10);
  border-radius: calc(Var(--vw) * 5);
  background: transparent;
  border: calc(Var(--vw) * 2) solid var(--blue_low);
  color: var(--b);
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  font-size: calc(var(--vw) * 12);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li a span {
  display: none;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li a:hover {
  background: var(--blue_low);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set.dropdown .accordianheader a span {
  display: block;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set.dropdown .accordianbody {
  display: block;
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set.dropdown .accordianbody.ui-accordion-content-active {
  margin-top: calc(var(--vw) * 10);
}



.grid_3_child {
  text-align: center;
}
.grid_3_child img {
  width: 1.2vw;
  margin: auto;
  margin-bottom: 20px;
}

.grid_3_child {
  font-size: 1vw;
}
.grid_3_child img {
  width: 2.5vw;
}


.grid_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.2vw;
  font-weight: 300;
}
.grid_3_child {
  text-align: center;
}
.grid_3_child img {
  width: 3.5vw;
  margin: auto;
  margin-bottom: 20px;
}
.grid_3_child h4{
  font-size: 1.5vw;
  color: var(--b);
  margin-bottom: 20px;
}
.grid_3_child {

}

.img_small_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.grid_8 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1vw;
  margin-bottom: 1vw;
}
.box_link {
  text-align: center;
  font-size: 0.7vw;
  padding: 0.8vw;
  border: 1px solid #fff;
  background: var(--w);
  transition: var(--trans);
}
.box_link img{
  max-width: 100%;
  margin: auto;
}

.box_link:hover {
  background: var(--pink_low);
  border: 1px solid var(--pink_dark);
  transform: scale(1.2);
  transition: var(--trans);
}
.box_link:hover a{
  color: var(--pink_dark);
}

.dark_section {
  background: var(--blue_light);
  padding: 3vh 0px 3vh;
  color: var(--b);
  margin-top: 3vw;
}

.footer_item ul li{
  position: relative;
}
.footer_item ul li::before {
  content: '\00BB';
  position: absolute;
  top: 0;
  line-height: 0.5;
  left: -1.5vw;
  color: var(--blue_light);
  font-size: calc(Var(--vw) * 22);
}

/*POPUP MENU*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: transparent;
  margin: 2% auto 2%; /* 15% from the top and centered */
  padding: 5px 5px 18px 5px;
  border: 1px solid transparent;
  max-width: 550px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.6;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pop_img {
  margin: auto;
}
.pop_img img{
  max-width: 100%;
  height: auto;
}

.pop_txt {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.9vw; 
}
/*POPUP MENU*/

.front_quiz_title {
  font-size: 2vw; 
  color: #fff; 
  font-weight: 700; 
  padding-bottom: 1.2vw;
}

.footer_logo {}
.footer_logo img{
  margin:auto;
}


.related_post_item {
  min-width: 100%;
  max-width: 100%;
}

.blog_item_slider.owl-carousel .owl-stage {
  display: flex;
}
.blog_item_slider.owl-carousel .owl-stage .owl-item{
  display: flex;
  height: auto!important;
}

.two_products {
  width: 60%;
  margin: auto;
}


/*8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
@media (max-width: 1800px) {
  :root {
    --vw: 0.072916667vw;
  }
  .container {
    width: 80%;
  }
  .display_item.active .display_box .display_image_box .display_image {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
h1 {
  font-size: 35px;
}

h2 {
  font-size: calc(var(--vw) * 25);
}

h3 {
  font-size: calc(var(--vw) * 20);
}

h5 {
  font-size: calc(var(--vw) * 18);
}
}



/*8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
@media (max-width: 1024px){
  :root {
    --vw: 0.072916667vw;
  }
  .container {
    width: 80%;
  }

  .banner_slider .owl-stage .owl-item .banner_slider_item .banner_box {
    height: 40vh;
}

.page_banner {
  height: auto;
}

.display_box {
  padding-bottom: 0;
}

.about_us_section {
  position: relative;
  padding-top: calc(var(--vw) * 120);
  padding-bottom: calc(var(--vw) * 50);
}

.blog_description_box .blog_box .blog_description .description img {
  max-width: 100%;
  height: auto;
}


}
/*8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

@media (max-width: 992px) {
  :root {
    --vw: 0.102916667vw;
  }
  .btn_holder a,
  .btn_holder .btn {
    margin-right: 0;
  }
  .btn_holder.mt-20 {
    margin-top: 0;
  }
  .two_products {
    width: 80%;
    margin: auto;
  }
  body {
    font-size: calc(Var(--vw) * 16);
  }
  h1 {
    font-size: calc(var(--vw) * 25);
  }
  
  h2 {
    font-size: calc(var(--vw) * 25);
  }
  
  h3 {
    font-size: calc(var(--vw) * 20);
  }
  
  h5 {
    font-size: calc(var(--vw) * 18);
  }

  
  .header_box {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .header_menu {
    display: none;
  }
  .header_three_dot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .mobile_menu_box {
    width: 50%;
  }
  /* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li a {
    font-size: calc(var(--vw) * 22);
  } */
  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_social_icon ul li a {
    width: calc(var(--vw) * 50);
    height: calc(var(--vw) * 50);
    padding: calc(var(--vw) * 12);
  }
  .mobile_menu_box .mobile_menu_holder {
    grid-gap: calc(Var(--vw) * 75);
  }
  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box {
    grid-gap: calc(var(--vw) * 50);
  }
  .header_social_icon_box {
    display: none !important;
  }
  .header_menu_bar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .header_item_box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .banner_slider.mob_visi .owl-stage .owl-item .banner_slider_item .banner_box {
    height: calc(var(--vw) * 400);
  }
  .banner_slider.mob_visi .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box {
    width: 60%;
    margin: calc(var(--vw) * 30) auto 0;
  }
  .banner_slider.mob_visi .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box .title_box {
    place-items: center;
    text-align: center;
  }
  .banner_slider.mob_visi .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box .title_box .title {
    display: -ms-grid;
    display: grid;
    grid-gap: calc(var(--vw) * 15);
    place-items: center;
    text-align: center;
  }

  .product_slider_box .product_slider.owl-theme .owl-nav .owl-prev,
  .product_slider_box .product_slider.owl-theme .owl-nav .owl-next {
    width: calc(var(--vw) * 50);
    height: calc(var(--vw) * 50);
    top: 45%;
  }
  .product_slider_box .product_slider.owl-theme .owl-nav .owl-next {
    right: 0%;
  }
  .product_slider_box .product_slider.owl-theme .owl-nav .owl-prev {
    left: 0%;
  }
  .product_slider_box .product_slider .product_item_box .product_btn {
    top: calc(var(--vw) * -15);
  }
  .btn_holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nowrap {
    white-space: normal !important;
  }
  .line_below.single .line {
    left: 50%;
  }
  .line_below.single .line:after {
    width: calc(var(--vw) * 40);
  }
  .about_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    place-items: center;
    text-align: center;
  }
  .predictor_box .predictor_box_holder .predictor_item_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    place-items: center;
    text-align: center;
  }
  .predictor_box .predictor_box_holder .predictor_item_box .predictor_text_box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .predictor_box .predictor_box_holder .predictor_item_box .predictor_text_box .title_box {
    place-items: center;
    text-align: center;
  }
  .predictor_box .predictor_box_holder .predictor_item_box .predictor_img_box {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .effect_main .effect_item_box .effect_item.two {
    left: 80% !important;
  }
  .about_box .about_text_box .about_title .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: calc(var(--vw) * 50) calc(var(--vw) * 30);
    grid-gap: calc(Var(--vw) * 50);
  }
  .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item::before {
    top: 80%;
    left: 0%;
    -webkit-transform: translateX(calc(calc(var(--vw) * -62) / 2));
            transform: translateX(calc(calc(var(--vw) * -62) / 2));
    width: auto;
    height: 100%;
    border-left: calc(var(--vw) * 3) solid transparent;
    border-top: none;
  }
  .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item:last-child::before {
    height: 0;
  }
  .effect_main .effect_item_box .effect_item.three {
    top: 30% !important;
    left: 5% !important;
  }
  .predictor_section .effect_item_box .effect_item.eight {
    top: 15% !important;
    left: 70% !important;
  }
  .predictor_section .effect_item_box .effect_item.six {
    top: 7% !important;
    left: 10% !important;
    width: calc(Var(--vw) * 100);
    height: calc(Var(--vw) * 100);
  }
  .predictor_section .effect_item_box .effect_item.seven {
    top: 30% !important;
    left: 10% !important;
    width: calc(Var(--vw) * 60);
    height: calc(Var(--vw) * 60);
  }
  .predictor_section .effect_item_box .effect_item.nine {
    top: 45% !important;
    left: 70% !important;
  }
  .predictor_section .effect_item_box .effect_item.ten {
    top: 85% !important;
    left: -5% !important;
  }
  .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item .item_number {
    left: 0;
    -webkit-transform: translatey(-50%) translatex(-100%);
            transform: translatey(-50%) translatex(-100%);
    top: 50%;
  }
  .predictor_box .predictor_box_holder .predictor_item_box .predictor_img_box {
    width: 100%;
  }
  .predictor_box .predictor_box_holder .predictor_item_box .predictor_img_box .predictor_img {
    height: calc(var(--vw) * 600);
    margin-top: calc(var(--vw) * 0);
  }
  .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_calculator .predictor_calculator_item {
    padding: 0;
  }
  .predictor_box .predictor_box_holder .predictor_calculator_box .predictor_btn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .predictor_section .effect_item_box .effect_item.eleven {
    top: 24% !important;
    left: 40% !important;
    width: calc(Var(--vw) * 150);
    height: calc(Var(--vw) * 150);
  }
  .title_box {
    place-items: center;
    text-align: center;
  }

  .footer_text_box .title_box {
    place-items: start;
    text-align: left;
  }

  .top_waves,
  .down_waves {
    height: calc(var(--vw) * 75);
  }
  .predictor_section {
    margin-top: calc(var(--vw) * 0);
  }
  .css_wave {
    top: calc(var(--vw) * -80);
  }
  .banner_slider.owl-theme .owl-nav .owl-prev {
    left: calc(var(--vw) * 20);
  }
  .banner_slider.owl-theme .owl-nav .owl-next {
    right: calc(var(--vw) * 20);
  }
  .social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .social_item_img {
    height: calc(var(--vw) * 175);
  }
  .about_us_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer_box .footer_item_box {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .copyright_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    place-items: center;
    text-align: center;
    grid-gap: calc(var(--vw) * 20);
  }
  .blog_box .blog_item_box .blog_item .blog_img_box .blog_img {
  }
  .product_description_box .title_box {
    width: 80%;
  }

  .footer_section {
    margin-top: calc(var(--vw) * 110);
  }
  .single_page_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .single_page_box .single_page_description_box .title_box {
    text-align: left;
    place-items: flex-start;
  }
  .single_page_box .single_page_description_box .title_box .title .line_below.single .line {
    left: 0;
  }
  .single_page_box .single_page_description_box .title_box .title .line_below.single .line::before {
    width: 0;
  }


  .single_page_box .single_page_img_box .single_img.small {
    height: calc(var(--vw) * 135);
  }
  .single_page_box .single_page_tag_box .single_page_tag {
    margin: calc(Var(--vw) * 7);
  }
  .single_page_box .single_page_tag_box .single_page_tag a {
    padding: calc(var(--vw) * 8) calc(var(--vw) * 12);
    font-size: calc(Var(--vw) * 12);
  }
  .single_page_box .single_page_tag_box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .pagelink_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: calc(var(--vw) * 10);
    place-items: center;
  }
  .pagelink_section {
    padding: calc(Var(--vw) * 20) 0;
  }
  .product_banner {
    height: calc(var(--vw) * 450);
  }
  .page_banner {
    //height: calc(Var(--vw) * 300);
    height: auto;
    margin-top: 45px;
  }
  .display_item_box {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: calc(Var(--vw) * 30);
  }
  .display_item_box .display_item a {
    grid-gap: calc(Var(--vw) * 10);
    padding: calc(var(--vw) * 0);
  }
  .archive_box .display_title_box .title_box .description {
    width: 85%;
  }
  .archive_item_box .archive_items_holder .archive_item .archive_post_item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about_us_section {
    margin-top: calc(var(--vw) * 125);
  }
  .blog_archive_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 70%;
    margin: auto;
  }
  .blog_description_box {
    padding: calc(var(--vw) * 50);
  }
  .blog_box,
  .related_post_item {
    min-width: 100%;
    max-width: 100%;
  }
  .contact_us_item.gap60 {
    grid-gap: calc(var(--vw) * 40);
  }
  .contact_us_item .contact_form_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact_us_item .contact_map_box .contact_map {
    height: calc(var(--vw) * 300);
  }
  .contact_us_item .contact_item_box .contact_item_description .title_box .descritpion ul.column_2 li {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    place-items: center;
    margin-bottom: calc(var(--vw) * 15);
  }
  .contact_us_item .contact_item_box .contact_item_description .title_box .descritpion ul.column_2 li:last-child {
    margin-bottom: 0;
  }
  .contact_us_item .contact_item_box {
    width: 100%;
  }

  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianheader a,
  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .directlink a,
  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li a {
    font-size: calc(var(--vw) * 22);
  }


  .grid_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    font-weight: 300;
  }
  .grid_3_child {
    text-align: center;
  }
  .grid_3_child img {
    width: 5vw;
    margin: auto;
    margin-bottom: 20px;
  }
  .grid_3_child h4{
    font-size: 1.9vw;
    color: var(--b);
  }
  .grid_3_child {
    font-size: 1.4vw;
  }



  .product_slider_box .product_slider .product_item_box .product_item .product_item_img img {
    width: auto;
    height: auto;
}

.product_slider_box .product_slider .product_item_box .product_item .product_item_text span {
  font-weight: 600;
  font-size: calc(var(--vw) * 12);
}


.about_box_2_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr;
  grid-template-columns: 4fr;
  grid-gap: calc(var(--vw) * 40);
}

.contact_item_description .mobile_left {
  text-align: left;
}
.contact_item_description .description {
  text-align: left;
}
.contact_item_description .title_box {
  place-items: start;
}

.footer_address_grid {
  display: grid;
  grid-template-columns: 1.7vw auto;
  padding-bottom: 0.8vh;
  grid-gap: 0.9vw;
}

.compnay_emails {
  width: 70vw;
  margin: auto;
}

.question {
  font-size: 3vw;
}

.blog_text_box .title_box {
  text-align: left!important;
  place-items: start;
}




}

/*8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

@media (max-width: 567px) {
  :root {
    --vw: 0.202916667vw;
  }
  
  
  .mob_hide {
    display: none !important;
  }
  .mob_visi {
    display: block !important;
  }
  
  
  
  .container {
    width: 90%;
  }

  .two_products {
    width: 100%;
    margin: auto;
  }

  .non_mobile {
    display: none; 
  }

  .only_mobile {
    display: block;
  }

  .grid_3_a {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }
  .grid_4_a {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }


  .pop_txt {
    font-size: 3vw; 
  }

  h1 {
    font-size: calc(var(--vw) * 30);
}

  .mt-200 {
    margin-top: calc(var(--vw) * 40);
}
.display_item_box .display_item a {
  height: 100%;
}
.social_updates_section {
  padding: calc(var(--vw) * 10) 0;
}
.social_update_box {
  grid-gap: calc(var(--vw) * 15);
}
.social_update_box .social_update_items_box {
  grid-gap: calc(var(--vw) * 10);
}
.display_box {
  padding-bottom: 20px;
}

.signle_page_section {
  padding: calc(var(--vw) * 5) 0 16px 0;
}

  .btn {
    font-size: calc(Var(--vw) * 18);
  }

  .grid_3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    font-weight: 300;
}
.grid_3_child h4 {
  font-size: 16px;
}
.grid_3_child img {
  margin: auto;
  margin-bottom: 5px;
  width: 10%;
}
.dark_section {
  background: var(--blue_dark);
  padding: 20px 0px;
  margin-top: 20px;
  color: var(--w);
  margin-bottom: 25px;
}

  .grid_8 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin-bottom: 0px;
  }
  .box_link {
    padding: 5px;
  }
  .box_link span{
    display: none;
  }

  .about_us_section {
    margin-top: calc(var(--vw) * 80);
}

  .img_small_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .banner_slider.mob_visi .owl-stage .owl-item .banner_slider_item .banner_box .banner_text_box {
    width: 100%;
  }

  .single_page_box .single_page_tag_box {
    padding: calc(Var(--vw) * 20);
    min-height: 92px;
  }

  .pagelink_box .pagelink_text_box .pagelink_text {
    font-size: calc(var(--vw) * 10);
    line-height: 1;
  }

  .css_wave .waves {
    position: relative;
    width: 100%;
    height: calc(var(--vw) * 60);
    min-height: calc(var(--vw) * 18);
    max-height: calc(var(--vw) * 27);
  }
  .effect_main .effect_item_box .effect_item.one {
    top: -10% !important;
    left: 3% !important;
  }
  .effect_main .effect_item_box .effect_item.two {
    left: 65% !important;
    top: 0% !important;
  }
  .effect_main .effect_item_box .effect_item.three {
    top: 38% !important;
    left: 3% !important;
  }
  .effect_main .effect_item_box .effect_item.four {
    top: 70% !important;
    left: -14% !important;
  }
  .effect_main .effect_item_box .effect_item.five {
    top: 90% !important;
    left: 60% !important;
  }
  .effect_main .effect_item_box .effect_item.eight {
    top: 31% !important;
    left: 65% !important;
  }
  .about_section {
    padding: calc(var(--vw) * 50) 0 calc(var(--vw) * 50);
  }
  .predictor_section .effect_item_box .effect_item.nine {
    top: 34% !important;
    left: -15% !important;
  }
  .predictor_section .effect_item_box .effect_item.eight {
    top: 97% !important;
    left: 65% !important;
  }
  .predictor_section .effect_item_box .effect_item.ten {
    top: 70% !important;
    left: -5% !important;
  }
  .predictor_section .effect_item_box .effect_item.six {
    top: 18% !important;
    left: 68% !important;
  }
  .predictor_section .effect_item_box .effect_item.seven {
    top: 43% !important;
    left: 78% !important;
  }
  .predictor_box .predictor_box_holder .predictor_item_box .predictor_img_box .predictor_img {
    height: calc(var(--vw) * 450);
  }
  .mobile_menu_box {
    width: 100%;
    padding-top: calc(var(--vw) * 100);
  }
  .mobile_menu_box .mobile_menu_holder {
    grid-gap: calc(Var(--vw) * 60);
    place-items: center;
    text-align: center;
  }
  /* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    text-align: center;
    width: 100%;
    place-items: center;
  } */
  .predictor_section .effect_item_box .effect_item.eleven {
    top: 28% !important;
    left: 31% !important;
  }
  /* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list ul li a {
    font-size: calc(var(--vw) * 26);
  } */
  .mobile_menu_logo_box {
    display: none;
  }
  .css_wave {
    top: calc(var(--vw) * -20);
  }
  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box {
    width: 100%;
    place-items: center;
  }
  /* .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list {
    width: 100%;
  } */
  .banner_slider.owl-theme .owl-nav .owl-prev {
    left: calc(var(--vw) * 10);
    top: 50%;
  }
  .banner_slider.owl-theme .owl-nav .owl-next {
    right: calc(var(--vw) * 10);
    top: 50%;
  }
  .social_update_item {
    padding: calc(var(--vw) * 10);
  }
  .social_update_box .social_update_items_box .social_update_item_holder .social_update_item .social_items .social_item_img {
    height: calc(var(--vw) * 125);
  }
  .product_slider_box .product_slider .product_item_box .product_item .product_item_img img {
    height: calc(var(--vw) * 250);
  }
  .footer_box .footer_logo_box {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    grid-gap: calc(var(--vw) * 10);
    place-items: center;
    text-align: center;
  }
  .footer_box .footer_logo_box .footer_logo a img {
    max-width: 90%;
    margin: auto;
  }
  .footer_box .footer_logo_box .footer_text_box .title_box .description span,
  .footer_box .footer_item_box .footer_item ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .footer_box .footer_item_box {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start;
    text-align: left;
  }
  .product_banner .css_wave {
    top: calc(100% - calc(var(--vw) * 60));
  }
  .footer_section {
    margin-top: calc(var(--vw) * 90);
  }
  .single_page_box .single_page_img_box .single_img {
    height: auto;
    border-radius: calc(var(--vw) * 15);
    border: none;
  }
  .single_page_box .single_page_img_box .single_img.small {
    height: calc(var(--vw) * 100);
  }
  .single_page_box .single_page_tag_box .single_page_tag {
    margin: calc(Var(--vw) * 5);
  }
  .single_page_box .single_page_tag_box .single_page_tag a {
    padding: calc(var(--vw) * 8) calc(var(--vw) * 11);
    font-size: calc(Var(--vw) * 13);
  }
  .page_banner .css_wave {
    top: calc(100% - calc(var(--vw) * 20));
  }
  .display_item_box {
    grid-gap: calc(Var(--vw) * 15);
  }
  .display_item_box .display_item a .diplay_item_img img {
    height: calc(Var(--vw) * 150);
    padding: calc(var(--vw) * 5);
  }



  .single_page_inner::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 80vh solid var(--pink_light);
    border-right: 90vw solid transparent;
    z-index: -1;
    top: -70px;
}
  .archive_box .display_title_box .title_box .description {
    width: 95%;
  }
  .blog_archive_box {
    width: 100%;
  }
  .blog_item .blog_img_box .blog_img {
    height: 45vw;
  }
  .contact_us_item .contact_map_box .contact_map {
    height: calc(var(--vw) * 200);
  }
  .contact_us_item .contact_form_box .contact_form {
    place-items: center;
    text-align: center;
  }
  .contact_us_item .contact_form_box .contact_form .contact_form_item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 100%;
  }
  .contact_us_item .contact_form_box .contact_form .contact_form_item .form_group.col2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }


  .banner_1 {
    text-align: left;
    padding-top: 30px;
  }
  
  .banner_1 h3 {
    max-width: 100%!important;
    font-size: 4vw!important;
    background: -webkit-linear-gradient(left, #fe2e77 , #fec8de)!important;
     background: -o-linear-gradient(right, #fe2e77, #fec8de)!important;
     background: -moz-linear-gradient(right, #fe2e77, #fec8de)!important;
     background: linear-gradient(to right, #fe2e77 , #fec8de)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    display: inline-block;
  }
  .banner_1 h4 {
    max-width: 100%;
    font-size: 4vw!important;
    background: -webkit-linear-gradient(left, #fe2e77 , #0089cf)!important;
     background: -o-linear-gradient(right, #fe2e77, #0089cf)!important;
     background: -moz-linear-gradient(right,#fe2e77, #0089cf)!important;
     background: linear-gradient(to right, #fe2e77 , #0089cf)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    display: inline-block;
  }


  .question {
    font-size: 4vw;
  }

  .qnumber span {
    width: 15px;
    padding: 15px;
    font-size: 11px;
    border-radius: 50%;
    margin-right: 10px;
}

.answer {
  display: inline-block;
  padding: 8px 10px;
  background: #f0f0f0;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 70%!important;
}
.answer_active {
  cursor: pointer;
  background: #fe2e77;
  color: #fff;
}
.question_box .btn_holder {
  text-align: left;
}

.resultinner {
  padding: 30px;
  background: #fff1f5;
}

.answer_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.footer_box .footer_item_box {
  margin-top: calc(Var(--vw) * 10);
}

.copyright_box .copyright_text span {
  font-size: calc(Var(--vw) * 13);
}

.archive_section {
  padding: calc(var(--vw) * 30) 0 0;
}

.blog_description_box {
  padding: calc(var(--vw) * 20);
}

.about_box_2_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: calc(var(--vw) * 40);
}


.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_detail_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(var(--vw) * 15) calc(var(--vw) * 30);
  background: var(--pink_light);
  border-radius: calc(Var(--vw) * 15) calc(var(--vw) * 15) 0 0;

}


.footer_text_box .title_box {
  text-align: left;
  place-items: start;
}

.footer_box .footer_item_box .footer_item ul li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-align: left;
}

.banner_slider.owl-theme .owl-dots {
  position: relative!important;
  bottom: 50px!important;
}
.product_section {
  padding: calc(Var(--vw) * 20) 0 calc(Var(--vw) * 50);
}

.about_us_section {
  position: relative;
  padding-top: calc(var(--vw) * 20);
  padding-bottom: calc(var(--vw) * 40);
}

.predictor_box .predictor_box_holder .predictor_calculator_box {
  padding-left: 30px;
  padding-right: 10px;
}
.copyright_section {
  padding-bottom: 90px;
}
.pagelink_icon_box {
  display: none;
}

.banner_section {
  background: var(--blue_dark);
  margin-top: 32px;
}

.contact_us_item .contact_item_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  text-align: left;
}
.mobile_left {
  text-align: left;
  place-items: start;
}

.title img {
  margin-left: calc(var(--vw) * 0);
  max-width: calc(var(--vw) * 175);
}

.compnay_emails {
  width: 80vw;
  margin: auto;
}

.display_title_box {
  padding-top: 30px;
}

.gap60 {
  grid-gap: calc(var(--vw) * 20);
}

#e_error, #c_error {
  font-size: 3.5vw;
  color: var(--pink_dark);
}

.footer_box_contact {
  padding: 11px 7px;
}

.gbg {
     padding: 80px 0px 50px 0px; 
    }
  .blog_list_img_mobile {}
  .blog_list_img_mobile img{
    margin-top: 40%
  }

  .choice_pad h5 {
    font-size: 3.5vw;
}
  .choice_pad h6 {
    font-size: 3.5vw;
}

.news_heading_height {
  height: 20vh;
}

.about_top_margin {
  padding-top: 15px;
}

.about_us_box {
  grid-gap: calc(var(--vw) * 5);
}

.archive_item_box .archive_items_holder .archive_item .archive_post_item .archive_post_detail_box {
  justify-content: center;
}

.footer_item ul li::before {
  top: 0;
  left: -3.5vw;
  font-size: calc(Var(--vw) * 22);
}

.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianheader a,
.mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .directlink a,
  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li a {
    font-size: calc(var(--vw) * 26);
  }
  .mobile_menu_list {
    width: 100%;
  }
  .mobile_menu_list .accordin_box {
    width: 100%;
  }
  .mobile_menu_list .accordin_box .faq_set {
    width: 100%;
  }

  .mobile_menu_box .mobile_menu_holder .mobile_menu_item_box .mobile_menu_list .accordin_box .faq_set .accordianbody ul li a {
    font-size: calc(var(--vw) * 20);
}

.footer_address_grid {
  display: grid;
  grid-template-columns: 3.5vw auto;
  padding-bottom: 0.7vh;
  grid-gap: 2vw;
}

.product_slider_box .product_slider .product_item_box .product_item .product_item_text span {
  font-size: calc(var(--vw) * 30);
}

.grid_3 {
  grid-template-columns: 1fr;
  grid-gap: 4vw;
  font-weight: 300;
}

.grid_3_child img {
  margin: auto;
  margin-bottom: 5px;
  width: 10vw;
}

.grid_3_child h4 {
  font-size: 4vw;
}
.grid_3_child {
  font-size: 3vw;
}

.asking_div {
  padding: 5vw;
text-align: center;
}

.front_quiz_title {
  font-size: 6vw;
}

.asking_div h3 {
  font-size: 4vw;
  font-weight: 300;
}

.asking_div span {
  padding: 3vw 5vw;
  margin-top: 5vw;
}

.batch_holder h4 {
  font-size: 4vw;
}
.batch_holder img {
  width: 10vw;
  height: auto;
}

}


/*8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
8888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

/*# sourceMappingURL=style.css.map */


