.section-con {
    margin: auto;
    padding-bottom: 56px;
        position: relative;
    z-index: 2;
}
.section-con .value-model{
	margin: auto;
	position: relative;
	border: 1px dashed #006AB6;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
    width: 391px;
	max-width: 100%;
	height:391px;
	max-height: 100%;
	padding: 45px;
}

.section-con .cycle-value{
    padding: 20px;
	position: relative;
    width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	text-align: center;
}
.section-con .cycle-value .main-center .icons{
    margin-bottom: 16px;
}
.section-con .cycle-value .main-center h3{
	margin-bottom: 0;
	font-family: Effra;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	color: #20C1EB;
	text-transform: uppercase;
}
.section-con .cycle-value-bg .item-showcase{
	position:absolute;
	text-align: center;
	 max-width: 230px;

}
.section-con .cycle-value-bg .item-showcase > div{
   text-align: center;
   position: relative;
}
.section-con .cycle-value-bg .item-showcase .text{
	font-family: Effra;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	color: #20C1EB;
}
.section-con .cycle-value-bg .item-showcase.show-tooltip .text{
   color: #006AB6;
}
.section-con .cycle-value-bg .item-showcase.show-tooltip text{
	color: #006AB6;
}
.section-con .cycle-value-bg .item-showcase.show-tooltip .icons i,
.section-con .cycle-value-bg .item-showcase.show-tooltip .icons svg path{
	color: #006AB6;
	fill: #006AB6;
}
.section-con .cycle-value-bg .item-showcase .icons{
	margin-bottom: 5px;
}
.section-con .cycle-value-bg .item-showcase > div:after{
    content: '';
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image:url('images/ins.png');
    background-color: #20C1EB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 50%;
    position: absolute;
    transition: .2s ease;
}
.section-con .cycle-value-bg .item-showcase-1{
   top: -28px;
   right: calc(100% - 70px);
   right: -moz-calc(100% - 70px);
   right: -webkit-calc(100% - 70px);
}

.section-con .cycle-value-bg .item-showcase-5{
	right: calc(100% - 42px);
	right: -moz-calc(100% - 42px);
	right: -webkit-calc(100% - 42px);
}
.section-con .cycle-value-bg .item-showcase-3,
.section-con .cycle-value-bg .item-showcase-5{
    top: calc(100% - 190px);
	top: -moz-calc(100% - 190px);
	top: -webkit-calc(100% - 190px);
}
.section-con .cycle-value-bg .item-showcase-5 > div,
.section-con .cycle-value-bg .item-showcase-1 > div{
	padding-right: 56px;
}
.section-con .cycle-value-bg  .item-showcase-5 > div:after,
.section-con .cycle-value-bg .item-showcase-1 > div:after{
	right: 0;
	top: 71px;
}
.section-con .cycle-value-bg .item-showcase-3 > div,
.section-con .cycle-value-bg .item-showcase-2  > div{
	padding-left: 56px;
}

.section-con .cycle-value-bg .item-showcase-2{
	top: -28px;
	left: calc(100% - 70px);
	left: -moz-calc(100% - 70px);
	left: -webkit-calc(100% - 70px);
}
.section-con .cycle-value-bg .item-showcase-3 > div:after,
.section-con .cycle-value-bg .item-showcase-2 > div:after{
	left: 0;
	top: 71px;
}
.section-con .cycle-value-bg .item-showcase-3{
    left: calc(100% - 42px);
	left: -moz-calc(100% - 42px);
	left: -webkit-calc(100% - 42px);
}

.section-con .item-showcase-4{
	 top: calc(100% - 20px);
	top: -moz-calc(100% - 20px);
	top: -webkit-calc(100% - 20px);
	left: 50%;
	transform: translateX(-50%);
}
.section-con .cycle-value-bg .item-showcase-4 > div{
	padding-top: 46px;
}
.section-con .cycle-value-bg .item-showcase-4 > div:after{
	top: 0;
	left: 50%;
	    margin-left: -20px;
}

.section-con .cycle-value-bg .icons{
	max-height: 75px;
	min-height: 72px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}



.section-con .cycle-value-bg .tooltip-bottom{
	position: absolute;
	top: 100%;
	width: 176px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 14px;
    z-index: 9;
    visibility: hidden;
}
.section-con .cycle-value-bg .item-showcase.show-tooltip .tooltip-bottom{
  visibility: visible;
}
.section-con .cycle-value-bg .item-showcase.show-tooltip > div:after{
	transform: rotate(45deg);
	background-color:#006AB6;
}
.section-con .cycle-value-bg .tooltip-bottom p{
	padding: 17px 31px 19px;
	border-radius: ;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	background: #FFFFFF;
	position: relative;
    font-family: SVN-Effra;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	color: #535353;
	border: 1px solid #EDF4F8;
	text-align: left;
}
.section-con .cycle-value-bg .tooltip-bottom p:after{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	z-index: 1;
	border-color: transparent transparent #fff transparent;
}
.section-con .cycle-value-bg .tooltip-bottom p:before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -12px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent #EDF4F8 transparent;
}
.section-con .cycle-value-bg .fp-scrollable{
   position: relative;
   cursor: pointer;
}

.hello-slider-custom .swiper-slide{
	position: relative;
	line-height: 0;
	text-align: center;
}

.hello-slider-custom .content-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    color: #fff;
    line-height: 1.5;
    transition: all .5s ease;
}
.hello-slider-custom .content-inner__title{
	width: 100%;
	position: absolute;
	bottom: 100%;
	padding: 0 15px;
	font-size: 1.125em;
	text-transform: uppercase;
	color: #fff;
    font-size: 20px;
    font-family: 'Effra';
}

.hello-slider-custom .content-inner__desc{
   position: relative;
   padding: 0 15px;
       font-size: 14px;
}
.hello-slider-custom .content-inner__desc a{
	display: block;
    color: #fff;
    font-style: italic;
}

.hello-slider-custom .swiper-slide:hover .content-inner {
    bottom: 0;
    background: rgba(12,32,58,.7);
    transition: all .5s ease-in-out;
}
.hello-slider-custom .swiper-slide:hover .content-inner-main {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hello-slider-custom .swiper-slide:hover .content-inner__title {
    position: relative;
    max-height: 50px;
    overflow: hidden;
}

.hello-slider-custom .swiper-slide:hover .content-inner__desc {
    padding-top: 35px;
}

.hello-slider-custom .swiper-slide:hover .content-inner__desc:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hello-slider-custom{
	padding-left: 72px;
	position: relative;
    padding-right: 72px;
}
.hello-slider-timeline-showcase .button-custom,
.hello-slider-custom .button-custom{
   position:absolute;
   top: 50%;
   transform: translateY(-50%);
   background-color: #006ab6;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   z-index: 9;
   color: #fff;
   cursor: pointer;
}
.hello-slider-timeline-showcase .button-prev-custom,
.hello-slider-custom .button-prev-custom{
   left: 0;
}
.hello-slider-timeline-showcase .button-next-custom,
.hello-slider-custom .button-next-custom{
   right: 0;
}
.hello-slider-timeline-showcase .button-custom.swiper-button-disabled,
.hello-slider-custom .button-custom.swiper-button-disabled{
   background-color: #D7D7D7;
}

.hello-slider-custom .swiper-pagination-bullets{
	text-align: center;
	margin-top: 20px;
		display: flex;
    justify-content: center;
	align-items: center;
}
.hello-slider-custom .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	display: flex;
    justify-content: center;
	align-items: center;
	margin: 0 6px;
	background-color: transparent;
	position: relative;
}
.hello-slider-custom .swiper-pagination-bullet:before{
	content: '';
	width: 5px;
	height: 5px;
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(50%);*/
	border-radius: 50%;
	background-color:#C4C4C4;
}
.hello-slider-custom .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    width: 10px;
	height: 10px;
	background-color:#006ab6;

}

.hello-slider-timeline-showcase .timeline-grid-item{
	position: relative;
}
.hello-slider-timeline-showcase .line-holder{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: var( --e-global-color-primary );


}

.hello-slider-timeline-showcase .timeline-e-item-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.hello-slider-timeline-showcase .timeline-reverse .timeline-e-item-inner{
	flex-direction: column;
}
.hello-slider-timeline-showcase .timeline-obverse .timeline-e-item-inner{
	flex-direction: column-reverse;
}
.hello-slider-timeline-showcase .timeline-reverse .timeline-top-holder,
.hello-slider-timeline-showcase .timeline-obverse .content-holder{
   padding-bottom: 20px;
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
}

.hello-slider-timeline-showcase .timeline-obverse .timeline-top-holder,
.hello-slider-timeline-showcase .timeline-reverse .content-holder{
   padding-top: 20px;
}
.hello-slider-timeline-showcase .item-inner{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #006AB6;
}
.timeline-e-point{
	display: block;
	width: 100%;
	height: 100%;
	background: #20C1EB;
    border-radius:50%;
    border: 8px solid #fff;

}
.hello-slider-timeline-showcase .content-holder,
.hello-slider-timeline-showcase .timeline-top-holder{
	width: 100%;

}
.hello-slider-timeline-showcase .timeline-top-holder img{
	width: 100%;
}

.hello-slider-timeline-showcase .timeline-e-line{
	position: relative;

}
.hello-slider-timeline-showcase .timeline-e-line span{
	position: absolute;
    bottom: -50%;
    transform: translateY(46%);
    right: -1px;
}
.hello-slider-timeline-showcase{
	position: relative;

}
.hello-slider-timeline-showcase .custom-pagination{
   width: 200px;
   margin: auto;
   max-width: 100%;
   border-color: #E5E5E5;
   border-top-width: 1px;
   border-style:solid;
}

.hello-slider-timeline-showcase .swiper-scrollbar-drag {
    border-radius: 4px;
    height: 6px;
    background: #20C1EB;
    top: -3px;
}
.menu-menu-cart-container .menu{
	padding-left: 10px;
}
.menu-menu-cart-container .menu li{
   display: none;
}
.menu-menu-cart-container .menu li a{
	display: inline-block;
	position: relative;
}
.menu-menu-cart-container .menu li:last-child{
	display: inline-block;
}

.menu-menu-cart-container .menu .dashicons-cart{
    font-size: 28px;
    width: auto;
    color: #006AB6;

    height: auto;
    margin-top: 3px !important;
}
.menu-menu-cart-container .menu .dashicons-cart:before {
    content: "\f02e";
     font-size: 28px;
     font-weight: 400;
     font-family: "FontAwesome";
}
.menu-menu-cart-container .menu #total-items-count{
    position: absolute;
    right: -12px;
    top: 0;
    width: 16px;
    text-align: center;
    height: 16px;
    background-color: red;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 50%;
}

.menu-menu-cart-container  #menu-menu-cart-1 .dashicons-cart{
    color: #fff;
}
@media (max-width: 1024px){
   .menu-menu-cart-container .menu .dashicons-cart{
   	  margin-top: -3px !important;
   }
   .menu-menu-cart-container .menu #total-items-count{
   	top: -6px;
   }
}
@media (max-width: 767px){
	.hello-slider-custom .content-inner__title{
		font-size: 15px;
	}
    .hiddens-phone{
	    display: none !important;
	}
	.section-con .value-model {
	    width: 281px;
	    height: 281px;
	    padding: 32px;
	}
	.section-con .cycle-value-bg .item-showcase-1,
	.section-con .cycle-value-bg .item-showcase-2{
		top:auto;
		bottom: calc(100% - 77px);
	    bottom: -moz-calc(100% - 77px);
	    bottom: -webkit-calc(100% - 77px);
	}
	.section-con .cycle-value-bg .item-showcase .text{
		font-size: 16px;
		line-height: 19px;
	}
	.section-con .cycle-value-bg .item-showcase-3 > div:after,
	.section-con .cycle-value-bg .item-showcase-2 > div:after {
	    left: 50%;
	    margin-left: -20px;
	}
	.section-con .cycle-value-bg .item-showcase-2 {
	    left: calc(50% + 39px);
	    left: -moz-calc(50% + 39px);
	    left: -webkit-calc(50% + 39px);
	}
	.section-con .cycle-value-bg .item-showcase-1 .fp-scrollable,
	.section-con .cycle-value-bg .item-showcase-2 .fp-scrollable{
         flex-direction: column-reverse;
         display: flex;
             padding-bottom: 40px;
	}
	.section-con .cycle-value-bg .item-showcase-1 > div:after,
	.section-con .cycle-value-bg .item-showcase-2 > div:after{
        top:auto;
        bottom: 0;
	}
	.section-con .cycle-value-bg .item-showcase-1 .text,
	.section-con .cycle-value-bg .item-showcase-2 .text{
		padding-bottom: 10px;
	}
	.section-con .cycle-value-bg .item-showcase-5 > div:after,
	.section-con .cycle-value-bg .item-showcase-1 > div:after{
	    right: auto;
	    left: 50%;
	    margin-left: -20px;
	}
	.section-con .cycle-value-bg .item-showcase .icons svg {
	    max-height: 56px;
	}
	.section-con .cycle-value-bg .item-showcase-1 {
	    right: calc(50% + 39px);
	    right: -moz-calc(50% + 39px);
	    right: -webkit-calc(50% + 39px);
	}
	.section-con .cycle-value-bg .item-showcase-5 > div,
	.section-con .cycle-value-bg .item-showcase-3 > div{
       padding-top: 42px;
	}
	.section-con .cycle-value-bg .item-showcase-5 > div:after,
	.section-con .cycle-value-bg .item-showcase-3 > div:after{
        top: 0;
	}
	.section-con .cycle-value-bg .item-showcase-3,
	.section-con .cycle-value-bg .item-showcase-5 {
	    top: calc(100% - 85px);
	    top: -moz-calc(100% - 85px);
	    top: -webkit-calc(100% - 85px);
	}
	.section-con .cycle-value-bg .item-showcase-3 {
	    left: calc(50% + 48px);
	    left: -moz-calc(50% + 48px);
	    left: -webkit-calc(50% + 48px);
	}
	.section-con .cycle-value-bg .item-showcase-5 {
	    right: calc(50% + 48px);
	    right: -moz-calc(50% + 48px);
	    right: -webkit-calc(50% + 48px);
	}
	.section-con .cycle-value .main-center h3{
		font-size: 26px;
	}
	.section-con .cycle-value .main-center .icons svg{
            max-height: 55px;
	}
	.section-con .cycle-value .main-center .icons{
		margin-bottom: 10px;
	}
	.section-con .cycle-value-bg .item-showcase-3 .tooltip-bottom,
	.section-con .cycle-value-bg .item-showcase-2 .tooltip-bottom {
	    transform: translateX(-60%);
	}
	.section-con .cycle-value-bg .item-showcase-5 .tooltip-bottom,
	.section-con .cycle-value-bg .item-showcase-1 .tooltip-bottom{
        transform: translateX(-40%);
	}
	.section-con .cycle-value-bg .item-showcase-5 .tooltip-bottom p:after,
	.section-con .cycle-value-bg .item-showcase-1 .tooltip-bottom p:after,
	.section-con .cycle-value-bg .item-showcase-5 .tooltip-bottom p:before,
	.section-con .cycle-value-bg .item-showcase-1 .tooltip-bottom p:before{
       left: 40%;
	}
	.section-con .cycle-value-bg .item-showcase-2 .tooltip-bottom p:after,
	.section-con .cycle-value-bg .item-showcase-3 .tooltip-bottom p:after,
	.section-con .cycle-value-bg .item-showcase-2 .tooltip-bottom p:before,
	.section-con .cycle-value-bg .item-showcase-3 .tooltip-bottom p:before{
        left: 58%;
	}
}


@media (min-width: 767px) and (max-width: 1025px){
  .hiddens-tablet{
    display: none !important;
  }
}

@media (min-width: 1025px){
  .hiddens-desktop{
    display: none !important;
  }
}