/*
Header Style
*/

:root {	
		--color-blue: #04A6BC;
		--color-blue-lighter: #D8F1F4;
		--color-blue-lightest: #D8F1F4;

		--color-purple: #854D9C;
		--color-purple-lighter: #F3E9F7;
		--color-purple-lightest: #F3E9F7;	

		--color-pink: #EC519A;
		--color-pink-lighter: #FCEDF4;
		--color-pink-lightest: #FCEDF4;

		--color-red: #EC1C40;
		--color-red-lighter: #FBEEF0;
		--color-red-lightest: #FBEEF0;

		--color-blue1: #243E90;
		--color-blue1-lighter: #EAEFFD;
		--color-blue1-lightest: #EAEFFD;

		--color-green: #676B39;
		--color-green-lighter: #F0F2D9;
		--color-green-lightest: #F0F2D9;
		
		--open-sans-font:'Open Sans', sans-serif;
		--montserrat-font:'Montserrat', sans-serif;

  	--theme-color: var(--color-blue);
  	--theme-color-lighter: var(--color-blue-lighter); 
  	--theme-color-lightest: var(--color-blue-lightest);
	
}

body,html{
	-webkit-font-smoothing: antialiased;
}
body{
	overflow-x: hidden;
	font-family:var(--open-sans-font);
	font-weight: 600;
	
}
body.theme-color-red{
	--theme-color: var(--color-red);
	--theme-color-lighter: var(--color-red-lighter); 
	--theme-color-lightest: var(--color-red-lightest);
}
body.theme-color-purple{
	--theme-color: var(--color-purple);
	--theme-color-lighter: var(--color-purple-lighter); 
	--theme-color-lightest: var(--color-purple-lightest);
}
body.theme-color-pink{
	--theme-color: var(--color-pink);
	--theme-color-lighter: var(--color-pink-lighter); 
	--theme-color-lightest: var(--color-pink-lightest);
}
body.theme-color-blue1{
	--theme-color: var(--color-blue1);
	--theme-color-lighter: var(--color-blue1-lighter); 
	--theme-color-lightest: var(--color-blue1-lightest);
}
body.theme-color-green{
	--theme-color: var(--color-green);
	--theme-color-lighter: var(--color-green-lighter); 
	--theme-color-lightest: var(--color-green-lightest);
}

a{
	text-decoration: none;
}
*:focus{
	outline: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
p{
	font-size:20px;
	line-height:30px;
}
ul{
	padding-left:0px;
	margin-left:0px;
}

.default-gap{
	padding-top:70px;
	padding-bottom:50px;
}
.text-center{
	text-align:center;
}
.full-container{
	max-width: 1920px;
    padding-right: 85px;
    padding-left: 85px;
    margin-left: auto;
    margin-right: auto;
}
.site-header{
	position: absolute;
	left: 0;	
	width: 100%;
	z-index: 999;
}
body.home{
	background-color: #F5F5F5;
}
.main-navigation{
	position: relative;
	padding:32px 32px 0 32px;
}
.main-navigation .menu-toggle{
	background: transparent;
	cursor: pointer;
	border: none;
	color: var(--theme-color);
	font-size: 35px;
	line-height: 1;
	padding: 0;
}

.main-navigation .menu-close{
	position: absolute;
	background: transparent;
	cursor: pointer;
	border: none;
	color: var(--theme-color);	
	line-height: 1;
	font-size: 18px;
	padding: 0;
	right: 10px;
	top: 10px;
}
.main-navigation .main-navigation-wrapper{
	position: absolute;
	left: -200px;
	top: 0;
	width: 200px;
	z-index: 999;
	background-color: var(--theme-color-lighter);	
	-webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.main-navigation.toggled .main-navigation-wrapper{
	left: 0;	
}

#primary-menu{
	padding: 26px 0 26px 26px;
	margin: 0;
	list-style-type: none;
}
#primary-menu li{
	position: relative;
	display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#primary-menu li.focus span i {
    transform: rotate(180deg);
    transition: all ease 0.4s;
}
#primary-menu li:last-child {
    margin-bottom: 0;
}
#primary-menu a{
	color: #000000;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	text-decoration: none;	
	display: inline-block;
text-transform: uppercase;	
}
#primary-menu .sub-menu{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: var(--theme-color-lighter);
}
#primary-menu .menu-item-has-children span{
	margin-left: auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: var(--theme-color);  
}
#primary-menu li.focus .sub-menu{
	display: block;
	padding: 10px 0;
}

#primary-menu .sub-menu li{	
	padding: 5px 0 5px 0	;
	margin-bottom: 0;
}
#primary-menu li.focus.color-pop .sub-menu li {
    padding-bottom: 0;
    padding-top: 0;
}
#primary-menu .sub-menu li a{
	display: block;
	width: 120px;
	padding: 0 15px;
	font-size: 12px;
    font-weight: 500;
	line-height: 1.2;
	color:var(--theme-color);
	font-family:var(--montserrat-font);
}
#primary-menu li.theme-color-selector a{	
	width: 104px;
	padding: 0;	
}
#primary-menu li.theme-color-selector span{
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;	
	margin: 5px 15px 5px 15px;
	cursor: pointer;
	box-shadow: 2px 2px 10px #00000029;
	border: 1px solid #EBEBEB;
}
#primary-menu li.theme-color-selector span:nth-child(5),#primary-menu li.theme-color-selector span:nth-child(6){
	margin-bottom:0px;
}
#primary-menu li.theme-color-selector span[data-color="red"]{
  background-color: var(--color-red);
}
#primary-menu li.theme-color-selector span[data-color="purple"]{	
  background-color: var(--color-purple);
}
#primary-menu li.theme-color-selector span[data-color="pink"]{	
  background-color: var(--color-pink);
}
#primary-menu li.theme-color-selector span[data-color="blue"]{	
  background-color: var(--color-blue);
}
#primary-menu li.theme-color-selector span[data-color="blue1"]{	
  background-color: var(--color-blue1);
}
#primary-menu li.theme-color-selector span[data-color="green"]{	
  background-color: var(--color-green);
}
.menu-toggle svg {
    width: 35px;
}
/*
Home Hero Section
*/
.hero-section{
	position: relative;
}
.main-hero-bg-wrap svg {
    width: 100%;
}
.hero-mobile{
	display:none;
}
svg{
	max-width: 100%;
	height: auto;
}
.hero-content-wrap{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 70px;
}
.hero-content{
	margin-top: 80px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.hero-content p{
	font-size:  30px;
	line-height:  1.6;
	font-weight: 600;
	font-family:var(--montserrat-font);
}
.hero-content p span{
	color: var(--theme-color);
}

.btn {
    display: inline-block;
    border-radius: 8px;
    padding: 13px 30px 17px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.36;
	letter-spacing: 0.25px;
    min-width: 303px;
    text-align: center;
}
.btn-small{
	display: inline-block;
	border-radius: 8px;
	padding:  16px 42px;	
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.25px;
	line-height: 1.36;
	letter-spacing:0.45px;
	border-radius:27px;
}
.btn.btn-theme,.btn-small.btn-theme{
	color: #FFF;
	background-color: var(--theme-color);
}
/*
How it works
*/
.default-gap.default-page .entry-header{
	text-align: center;
}
.default-gap.default-page .entry-header h1.entry-title{
	margin-top:0;
	font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 40px;
    margin-top: 0;
}
.default-gap.default-page .entry-content p{
	margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    color: #707070;
}
.section-title{
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.2;
	margin: 30px auto 30px auto;
	max-width: 425px;
	font-weight: 800;
}

.hiw-tabs-wrap{
	background-color: #ffffff;
	padding-bottom: 70px;
	padding-top: 40px;
}

.container{
	max-width: 1410px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
}
.hiw-section.mi-section .section-title {
    margin-top: 16px;
    margin-bottom: 20px;
}
.tab-wrapper{
  
}
.tab li, .tabs li{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.tabs li:hover{
  
}
.tab li.active{
  display: flex;
}
.tab li:last-child.active {
    display: none !important;
}
.tab,.tabs{  
  padding: 0;
  margin: 0;
}
.tab li{
  display: none;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tab li .tab-content{
	width: 31%;
	padding-top: 95px
}
.tab li .tab-content h3{
	font-size: 27px;
	line-height: 1.2;
	margin-bottom: 17px;
	font-family:var(--montserrat-font);
	margin-top: 0;
}
.tab li .tab-content p {
    font-weight: 400;
	font-size: 16px;
}
.tab li .tab-image{
	width: 69%;
	padding: 0 30px;
}
.how-works .tab li .tab-image{
	min-height:520px;
}
.medical-emergency .tab li .tab-image{
	width: 63%;
}
.medical-emergency .tab li .tab-content{
	width: 37%;
}
.medical-emergency .tab li .tab-image{
	min-height:460px;
}
.medical-emergency.tab-wrapper .tabs li{
	width: 205px
}
.video-btn-wrap{
	display: flex;
}
.video-btn-wrap a{
	display: flex;
	margin-right: 15px;
	align-items: center;
}
.video-btn-wrap a span{
	margin-left: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.tab-wrapper .tabs{
	display: flex;
	justify-content: center;
}
.tab-wrapper .tabs li{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	width: 185px;
}
.tab-wrapper .tabs li span {
    margin-top: 5px;
    display: block;
}
.tab-wrapper .tabs li .tab-icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #B2B2B2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
	position:relative;
	margin: 0 auto;
	background: #fff;
}
.tab-wrapper .tabs li:before, .tab-wrapper .tabs li:after{
	border-radius:5px;
	position: absolute;
    content: '';
    top: 30%;
    transform: translateY(-50%);
    height: 4px;
    width: 40%;
}
.tab-wrapper .tabs li:before {    
    background-color: #707070;
    left: 81%;
}
.tab-wrapper .tabs li.active:after {
    background-color: var(--theme-color);
    left: -19%;
}
.tab-wrapper .tabs li:first-child {
    margin-left: 0;
}
.tab-wrapper .tabs li:first-child:after {
	display: none;
}
.tab-wrapper .tabs li:last-child {
    margin-right: 0;
}

.tab-wrapper .tabs li:last-child:before {
    display: none;
}

.tab-wrapper .tabs li.active:before {
    background-color: var(--theme-color);
}
.tab-wrapper .tabs li.active .tab-icon:after, .tab-wrapper .tabs li.active .tab-icon:before{
	background-color: var(--theme-color);
	z-index: 9;
}
.tab-wrapper .tabs li.active .tab-icon{
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.tab-wrapper .tabs li .tab-icon svg {
    width: 30px;
}
.tab-wrapper .tabs li.active .tab-icon svg path {
    fill: #fff;
	stroke: #fff !important;
}
.hiw-section{
	position: relative;
}
.tab-wrapper .tab-nav{
	position: absolute;
	top: 55%;
	width: 100%;
	left: 0;	
}
.tab-wrapper .tab-nav .tab-prev{
	left: 30px;
	top: 0;
	position: absolute;
	cursor: pointer;
	width: 60px;
	text-align: center;
	height: 90px;
	line-height: 8;
}
.tab-wrapper .tab-nav .tab-next{
	right: 30px;
	top: 0;
	position: absolute;
	cursor: pointer;
	width: 60px;
	text-align: center;
	height: 90px;
	line-height: 8;
}
.wwd-sec-wrap{
	background-color: #ffffff;
	padding-top: 100px;
	padding-left: 153px
}
.wwd-section .section-title {
    max-width: 100%;
}
.list-icon {
    display: flex;
}
.list-wrap-inner {
    display: flex;
	flex-wrap: wrap;
}
.list-with-icon {
	width: 54%;
}

.calc-btn {
    width: 44%;
	padding:0 50px;
	align-self: center;
}
.list-icon .btn-wrap{
	text-align: right;
}
.list-icon .list-wrap {
    width: 60%;
    align-self: center;
    position: relative;
    z-index: 2;
}
.wwd-sec-wrap .full-container{
	overflow: hidden;
}
.list-icon .what-lose-image {
    width: 40%;
    padding-left: 30px;
    position: relative;
    align-self: flex-end;
}
.list-icon .what-lose-image:before{
	content: '';
	position: absolute;
	width: 790px;
	height: 790px;
	left:-10px;
	top: 0px;
	background-color: var(--theme-color-lighter);
	border-radius: 50%;
	z-index: 1;
}
.list-icon .what-lose-image svg {
    z-index: 2;
    position: relative;
	margin-top: -220px;
	margin-left:20px;
}
.list-with-icon ul{
	padding-left:0px;
	margin-left: 0;
}
.list-with-icon ul li{
	list-style:none;
	display: flex;
	align-items: center;
	margin-bottom:30px;
}
.list-with-icon ul li h3{
	margin:0px;
	padding-left:15px;
	width: 83%;
	font-size:24px;
	line-height:30px;
	font-family:var(--open-sans-font);
}
.list-with-icon ul li .icon {
    width: 17%;
}
.list-icon .app-store-wrap {
    justify-content: center;
    margin-top: 0;
}
.app-store-wrap img {
  width: 180px;
  display: block;
}
.what-lose-image img{
	display:block;
}
.list-icon .app-store-wrap a {
    margin-right:20px;
}
.secu-sec-wrap{
	background-color: #ffffff;
	padding:90px 0 50px 0;
}
.logo-wrap {
    display: flex;
    justify-content: center;
}

.logo-wrap .logo-icon {
    padding: 0 10px;
    width: 30%;
    text-align: center;
}
.security-para {
    width: 80%;
    margin: 60px auto 0px auto;
}
.security-para p{
	font-size:20px;
	line-height:27px;
	margin-bottom:0px;
}


/*
Footer Style
*/
.site-footer{
	padding-top: 50px;
	padding-bottom: 50px;
}
.container-big{
	max-width: 1620px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}
.site-footer .container-big{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.site-footer .col-3{
	display:  flex;
	flex-wrap: wrap;
	flex: 0 0 260px;
  justify-content: center;
}
.social-wrap{
	display: flex;
}
.social-wrap a{
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #6B6B6B;
	text-align: center;
	line-height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.social-wrap a svg{
	max-height: 30px;
}
.social-wrap a + a{
	margin-left: 12px;
}
.app-store-wrap{
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.col-2 {
    flex: 0 0 850px;    
}
.benefit-section {
    padding: 160px 0;
}
.color-text{
	color: var(--theme-color);
}
.benefit-inner {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 0px auto;
}
.benefit-icon {
    padding-right: 50px;
	width: 20%;
}

.benefit-content h1, .benefit-content h1.d-sec {
    font-size: 50px;
    line-height: 48px;
	font-weight: 600;
	margin: 0;	
}
.benefit-content {
    width: 75%;
}
.benefit-content p{
	margin-bottom:0px;
}
.big-heading {
    font-size: 60px;
    line-height: 80px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 30px 0 150px 0;
}
.next-btn {
    text-align: center;
}



#footer-menu{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	height: 150px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	flex-direction: column;
}
#footer-menu li{
    width: 25%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 5px;
}
#footer-menu li a{
	font-size: 18px;
	font-weight: 700;	
	color: #000;
	text-transform: uppercase;
}
.footer-email{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

/*
Color pop-up style
*/
.choose-color-popup{
	position: fixed;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 655px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 26px;
	z-index: 999;
	transform: translate(-50%,-50%);
	display:none;
}
.choose-color-popup.open{
	display:block;
}
.popup-wrap {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.popup-color-selector .active-color span{
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: var(--color-blue);
}
.popup-color-selector span{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 25px 20px 0;
	cursor: pointer;
	box-shadow: 2px 2px 10px #00000029;
	border: 1px solid #EBEBEB;
}
.popup-color-selector span[data-color="red"] {
	background-color: var(--color-red);
}
.popup-color-selector span[data-color="purple"] {
	background-color: var(--color-purple);
}
.popup-color-selector span[data-color="pink"]{	
  background-color: var(--color-pink);
}
.popup-color-selector span[data-color="blue1"]{	
  background-color: var(--color-blue1);
}
.popup-color-selector span[data-color="green"]{	
  background-color: var(--color-green);
}

/*
	PRICING PLANS
*/
.page-template-pricing-plans .btn.btn-theme {
    min-width: 266px;
    padding: 13px;
    font-family: "Open Sans", sans-serif;
}
.inner-heading h1 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 800;
	margin-bottom: 40px;
	margin-top: 0;
}

.pricing-plans-inner {
    display: flex;
}
.pricing-plans-inner ul{
	margin-left:0;
	padding-left:0;
	
}
.pricing-plans-inner ul li{
	list-style:none;
	font-family:var(--montserrat-font);
}
.leftsidebar {
	width: 350px;
	margin-right: 60px;
}
.freemium {
    padding: 27px 30px 60px 30px;
    background: #F5F5F5;
}

.freemium h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 50px;
}

.freemium h3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--theme-color);
	font-weight: 600;
}
.freemium ul {
    margin-bottom: 0;
    margin-top: 40px;
}
.freemium li {
    font-size: 16px;
    line-height: 1.3;
    color: var(--theme-color);
    font-weight: 600;
}
.freemium p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
	font-family:var(--montserrat-font);
}
.dottlist li {
    position: relative;
    padding-left: 15px;
}
.dottlist li:after {
    position: absolute;
    content: '.';
    top: -20px;
    left: 0;
    font-size: 35px;
}
.image-with-btn {
    padding: 20px;
}
.image-with-btn .video-btn-wrap{
	justify-content: center;
	margin-top: 20px;
}
.rightpriceplan {
    width: calc(100% - 410px);
    background-color: var(--theme-color-lighter);
    padding: 25px 75px 45px 20px;
	font-family:var(--montserrat-font);
}
.rightpriceplan h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 50px;
	color:#221F1F;
}
.innerlisting {
    margin-bottom: 30px;
}
.innerlisting:last-child {
    margin-bottom: 0px;
}
.innerlisting h3 {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.01;
}

.innerlisting ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
	margin-bottom: 11px;
	font-weight: 500;
}
.innerlisting ul li:last-child {
    margin-bottom: 0;
}
.tooltip {
    margin-top: 3px;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
}
span.tooltip-text {
    visibility: hidden;
    position: absolute;
    width: 273px;
    background-color: #fff;
	font-size: 12px;
    line-height: 1.2;
    bottom: 18px;
    margin-left: -10px;
    color: #fff;
    text-align: left;
    padding: 14px 17px;
	border:solid 1px #BBBBBB;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
	color: var(--theme-color);
	font-weight: 500;	
}
span.tooltip:hover + .tooltip-text {
    opacity: 1;
    visibility: visible;
}
.discount-product {
    display: flex;
}
.leftsec {
    width: 44%;
	padding-right: 30px
}
.rightsec {
    width: 56%;
}
.right-price {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:45px;	
}
.list-content {
    width:57%;
	padding-right: 35px;
}
.price-section {
    width: 43%;
	align-self: flex-end;
	text-align: center;
}
.price-text{
	margin-bottom:30px;
}
.price-text span {
    display: block;
    font-style: italic;
    font-size: 41px;
    line-height: 1;
	margin-bottom: 20px;
    font-weight: 700;
	color: var(--theme-color);
}
.price-text span:nth-child(2) {
    font-size: 71px;
    font-weight: 700;
}
.price-text span:nth-child(3){
	font-size:31px;
	line-height:1;
}
.price-section .btn.btn-theme {
	min-width: 266px;
	padding: 13px;
	
}

.bottom-content p {
    font-size: 18px;
    line-height: 1.45;
	margin-top: 0;
}
.bottom-content ul {
    margin-bottom: 0;
}
.bottom-content ul li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--theme-color);
	margin-bottom: 15px
}
.bottom-content ul li:last-child{
	margin-bottom:0px;
}
p.note {
	text-align: right;
	font-family:var(--montserrat-font);
	margin-top: 0px;
	font-size:14px;
	line-height:1.15;
	margin-bottom:0;
	margin-top: 2px
}
.about-us-section .inner-heading h2{
	margin-bottom:76px;
}
.aboutus-wrapper {
    display: flex;
	flex-wrap:wrap;
}
.about-left {
    width: 678px;
    margin-right: 55px;
}
.about-right {
    width: calc(100% - 733px);
}
.boxtexttitle ul {
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	grid-column-gap: 74px;
	grid-row-gap: 42px;
	justify-items: center;
	margin-bottom: 44px;
}
.boxtexttitle ul li {
    text-align: center;
	list-style:none;
}
.boxtexttitle ul li h3 {
    margin: 0px 0 24px 0px;
    background: var(--theme-color);
    border-radius: 8px;
    color: #fff;
    min-width: 236px;
    font-size: 24px;
    line-height: 1.4;
    display: inline-block;
    padding: 5px 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.boxtexttitle ul li p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
	color: #707070;
}

.about-right .boxtexttitle ul {
    grid-template-columns: repeat(1, 1fr);
}
.about-right .boxtexttitle ul li {
    max-width: 425px;
}
.about-image {
    margin-top: -90px;
}
.blog-listing .blog-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.category-text {
    text-align: center;
}
.category-text a {
    padding: 10px 20px;
    font-size: 27px;
    line-height: 1.23;
    color: #000;
    margin-right: 80px;
	display: inline-block;
	font-family:var(--montserrat-font);
	font-weight: 400;
}
.blog-wrap {
    margin-top: 120px;
}
.category-text a:last-child {
    margin-right: 0;
}
.recentpost {
    margin-top: 25px;
}
.recentpost-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.recentpost-box {
    position: relative;
	overflow: hidden;
	display: flex;
	height:100%;
}
.category-wrapper {
    display: flex;
	width:100%;
	border:solid 1px #63747c;
}
.post-image {
    display: flex;
	width:100%;
}
.post-image img {
    display: block;
	width: 100%;
	object-fit: cover;
	height:100%;
}
.recentpost-box .post-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px 20px 14px 20px;
    background: rgba(0,0,0,0.3);
    text-align: center;
	min-height: 140px;
}
.recentpost-box .post-content h3.blog-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 21px;
    font-size: 27px;
    line-height: 1.225;
    font-weight: 700;
}
.recentpost-box .post-content h3.blog-title a{
	color: inherit;
}
.cat-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-title a {
	display: block;
	background: var(--theme-color);
	padding: 9px 12px;
	min-width: 108px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 0.9;
	margin: 0 5.5px 11px 5.5px;
	text-align:center;
}
.blod-list-container {
    padding-top: 140px;
}
.blog-inner {
	display: flex;
	flex-wrap: wrap;
}
.blog-left {
    width: calc(100% - 533px);
    margin-right: 80px;
}
.blog-right {
    width: 440px;
	margin-top: 93px;
}
.recentpost-list-box {
    margin-bottom: 80px;
}
.recentpost-list-box:last-child{
	margin-bottom:0px;
}
.recentpost-list-box h3.blog-title {
    margin-top: 0;
    margin-bottom: 34px;
    font-size: 27px;
    line-height: 1.23;
}
.list-post-content{
    text-align: center;
}
.cat-list-title a{
	display: inline-block;
	padding: 0 10px;
	margin-right: 48px;
	color: var(--theme-color);
	font-weight: 700;
	line-height: 1.21;
}
.cat-list-title a:last-child {
    margin-right: 0;
}
.cat-date{
    margin: 34px 0;
}
.cat-date {
    font-size: 16px;
    line-height: 1.2;
    color: var(--theme-color);
}
.recentpost-list-box p {
    margin-top: 34px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2.25;
    font-weight: 400;
    color: #707070;
}
.continue-reading {
    margin-top: 63px;
    text-align: center;
}
.archive .blog-inner .blog-left {
  width: 100%;
  margin-right: 0;
}
.archive .blog-inner .blog-left .category-wrapper {
  display: block;
  border:0px;
}
.slidebar-list {
    border: solid 1px #ddd;
    padding: 29px 37px 25px 30px;
    margin-bottom: 32px;
}

.slidebar-list h4 {
    margin-top: 0;
    margin-bottom: 33px;
    font-size: 20px;
    line-height: 1.35;
	color:var(--theme-color);
	text-align: center;
}

.slidebar-list p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #707070;
    line-height: 2;
    font-weight: 400;
}
.slidebar-about {
    margin-bottom: 49px;
}
.slidebar-list .slidebar-about h4 {
    margin-bottom: 70px;
}
.subscribe-main {
    padding-bottom: 14px;
}
.slidebar-subscribe {
    padding-left: 62px;
    padding-right: 62px;
}
.slidebar-list .slidebar-subscribe h4 {
    margin-bottom: 26px;
}

.slidebar-form .subscribe-submit {
    margin-top: 37px;
}
.social-wrap.social-follow{
	justify-content:center;
}

.slidebar-list .slidebar-subscribe h4 {
    margin-bottom: 26px;
}
.slidebar-form .form-field {
    margin-bottom: 16px;
}
.slidebar-form input[type="text"], .slidebar-form input[type="email"] {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #999999;
    height: 38px;
	padding:10px 17px;
	font-size: 12px;
    font-family:var(--montserrat-font);
    font-weight: 600;
    color: #999999;
    line-height: 1.17;
	box-shadow: none;
}
.subscribe-submit{
	text-align:center;
	margin-top: 37px;
}

.slidebar-form input.btn.btn-theme {
    min-width: 108px;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1;
    border: 0px;
}
.follow-main {
    padding-bottom: 43px;
}
.slidebar-tryout .app-store-wrap {
    justify-content: center;
	margin: 0;
}

.slidebar-tryout .app-store-wrap a {
    margin: 0 10px;
}

.blog-detail .entry-content p {
    margin-top: 34px;
    font-size: 20px;
    line-height: 2.25;
    font-weight: 400;
    color: #707070;
	margin-bottom:20px;
}
.blog-detail .entry-content p:last-child{
	margin-bottom:0px;
}
#secondary.widget-area, footer.entry-footer, nav.navigation.post-navigation, #comments.comments-area{
	display:none;
}
.blog-detail footer.entry-footer {
    margin: 20px 0;
}
.comments-area p.form-submit input[type="submit"] {
    background: var(--theme-color);
    color: #fff;
    border: 0px;
    display: inline-block;
    border-radius: 8px;
    padding: 13px 30px 17px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.36;
    letter-spacing: 0.25px;
    min-width: 303px;
    text-align: center;
}
.blog-detail h1.entry-title{
	margin-top: 0;
    margin-bottom: 34px;
    font-size: 27px;
    line-height: 1.23;
	text-align: center;
}
.blog-detail .cat-list-title {
    text-align: center;
}
.blog-detail .entry-header .entry-meta {
    margin-bottom: 34px;
    margin-top: 34px;
	text-align: center;
}
.entry-meta a{
	color:var(--theme-color);
}
.blog-detail .post-thumbnail img {
    width: 100%;
}
.product-page-section .full-container{
	padding-right: 190px;
    padding-left: 190px
}
.product-page-section .inner-heading h2 {
    margin-bottom: 134px;
}
.product-page-inner {
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 79px;
}
.information-table.measurement-table {
    margin-bottom: 10px;
}
.product-page-inner h3{
	color:var(--theme-color);
	margin-top:0;
	margin-bottom:51px;
	line-height: 1.23;
	font-size:16px;
	letter-spacing:0.4px;
}
.emergency-card {
    width: 31%;
}
.emergency-card h3 {
    margin-bottom: 70px;
}
.information-section {
    padding: 0 75px;
    width: 49%;
}
.information-table {
    box-shadow: 0px 0px 2px #0000001A;
    border: 1px solid #999999;
    border-radius: 5px;
	overflow: hidden;
}
.information-table table {
    border-collapse: collapse;
    text-align: center;
	margin-bottom:0px;
	
}

.information-table table tr th {
    border-bottom: solid 1px #ddd;
}

.information-table table tr th {
    border-bottom: solid 1px #707070;
    padding: 12px 20px;
	font-size: 10px;
    letter-spacing: 0.25px;
    line-height: 2.3;
	background: #F2F2F2;
	font-weight: 600;
}

.information-table table tr td {
    padding: 15px 20px 20px 20px;
	font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 1;
	font-weight: 600;
}
.last-video-icon {
    margin-top: 80px;
    width: 20%;
}
.appandvideo {
    margin-top: 40px;
}
.appandvideo .app-store-wrap a {
    margin-right: 10px;
}
.appandvideo .app-store-wrap {
    justify-content: normal;
}
.last-video-icon .video-btn-wrap {
    display: block;
}

.last-video-icon .video-btn-wrap a {
    margin-bottom: 25px;
}

.last-video-icon .video-btn-wrap a:last-child {
    margin-bottom: 0;
}
.last-video-icon .video-btn-wrap a svg {
    width: 45px;
    height: 45px;
}
.product-page-wrapper .bottom-content p{
	font-weight:400;
	line-height: 1.7;
}
.my-account-section .full-container {
    padding-left: 195px;
    padding-right: 195px;
}
.my-account-section .inner-heading h2{
	margin-bottom:179px;
}
.myaccount-inner {
    display: flex;
    flex-wrap: wrap;
}
.profile-section {
    width: 310px;
    margin-right: 140px;
}
.account-section {
    width: calc(100% - 450px);
	margin-top: 45px
}
.logout-button {
    margin-top: 158px;
    margin-left: 0px;
	text-align:center;

}
.profile-avtar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.avtar-img {
    padding-right: 26px;
    width: 39%;
}
.avtar-img img{
	display:block;
}

.profile-avtar p {
    width: 100%;
}
.profile-section h3 {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 800;
	margin-top: 0;
	color:var(--theme-color);
	
}
.profile-avtar h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 43px;
    width: 61%;
    word-break: break-all;
    font-weight: 800;
	color:var(--theme-color);
}
.profile-membership {
    text-align: center;
    margin-top: 120px;
}
.profile-section p {
    margin: 0;
    font-size: 24px;
    line-height: 2.5;
    font-family:var(--montserrat-font);
    color: #161615;
}
.account-list {
    text-align: center;
}
.account-icon {
    min-height: 60px;
}
.account-text {
    font-size: 24px;
    line-height: 2.5;
    font-family:var(--montserrat-font);
}
.account-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 140px;
	grid-row-gap: 122px;
}
.m-sec{
	display:none;
}
.home-app-store-wrap{
	position: absolute;
	z-index: 1;
	right: 80px;
	bottom: 0;
	display: block;
	text-align: right;
	width: auto;
}
.home-app-store-wrap .app-store-wrap {
  display: block;
}
.list-icon .home-app-store-wrap .app-store-wrap a{
	display: block;
	margin-right:0px;
	margin-bottom:10px;
}
.list-icon .home-app-store-wrap .app-store-wrap a img{
	display:block;
	width:140px;
}
.mobile-calc-btn {
	display:none;
	position: relative;
	z-index: 9;
}
footer .app-store-wrap a {
  margin-left: 10px;
  display: block;
}
.error-404{
	text-align:center;
}
.error-inner {
  max-width: 600px;
  margin: 110px auto 0px auto;
}
.error-404 h1{
	font-size:3.13rem;
	font-weight: 600;
	margin:0 0 20px 0;
	position:relative;
}
.error-404 p {
  font-size: 24px;
}
.error-404 h1 span{
	position:absolute;
	left: -110px;
	top: -110px;
}
.error-inner a{
	color: var(--theme-color);
}
/*
	Media Css
*/

@media screen and (min-width:1366px){
    .how-works .tab li .tab-content h3 {
		padding-right: 130px;
	}
	.list-with-icon ul li h3{
		padding-right: 10px;
		padding-left:63px;
	}
	
	
}

@media screen and (max-width:1600px){
	.full-container{
		padding-right: 25px;
		padding-left: 25px
	}
	.btn, .comments-area p.form-submit input[type="submit"]{
		font-size: 16px;
		min-width: 220px;
		padding: 13px 15px 13px
	}
	
	.leftsidebar{
		width: 300px;
		margin-right: 30px;
	}
	.rightpriceplan {
		width: calc(100% - 330px);
		padding-right: 20px;
	}
	.list-content{
		width: 62%;
	}
	.price-section{
		width: 38%;
	}
	.price-text span{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.price-text span:nth-child(2){
		font-size: 40px;
	}
	.price-text span:nth-child(3){
		font-size: 23px;
	}
	.price-section .btn.btn-theme{
		min-width: 190px;
		padding: 10px;
		font-size: 22px;
	}
	.blod-list-container{
		padding-top: 80px;
	}
	.blog-left {
		width: calc(100% - 460px);
		margin-right: 30px;
	}
	
	.blog-right {
		width: 380px;
	}
	.slidebar-subscribe {
		padding-left: 30px;
		padding-right: 30px;
	}
	.list-icon .what-lose-image svg{
		margin-top: -200px;
	}
	.recentpost-box .post-content h3.blog-title{
		font-size: 17px;
	}
	.cat-title a{
		min-width: 78px;
		font-size: 12px;
		margin: 3px;
	}
	.my-account-section .full-container{
		padding-left: 95px;
		padding-right: 95px;
	}
	.account-wrap{
		grid-column-gap: 55px;
	}
	.account-text{
		line-height: 1.5;
	}
	.hero-section {
		min-height: 810px;
		background: #fff;
	}
	.main-hero-bg-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.home-app-store-wrap{
		right:40px;
		bottom:-10px;
	}
	
}
@media screen and (max-width:1450px){
	.tab-wrapper .tab-nav .tab-prev {
	    left: 0px;
	    width: 40px;
	}
	.tab-wrapper .tab-nav .tab-next {
	    right: 0px;
	    width: 40px;
	}
	.tab-wrapper .tab-nav svg {
	    width: 15px;
	}
	.list-icon .what-lose-image:before {
		left: -80px;
	}
	.list-icon .what-lose-image svg{
		margin-top: -170px;
	}
}
@media screen and (max-width:1366px){
	.hero-content{
		margin-top: 40px
	}
	.btn-wrap {
		margin-top: 40px;
	}
	.hero-section {
		min-height: 750px;
		background: #fff;
	}
	.main-hero-bg-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.wwd-sec-wrap{
		padding-left: 50px
	}	
	.home-app-store-wrap{
		right:10px;
		bottom:-15px;
	}
	.about-image{
		margin-top:0px;
	}
}
@media screen and (max-width:1360px){
	.site-footer .col-1 {
		margin-right: 20px;
	}
	.site-footer .col-1 svg {
		width: 150px;
	}
	.site-footer .col-3{
		flex: 0 0 235px;
	}
	.leftsec{
		width: 50%;
		padding-right: 50px;
	}
	.rightsec{
		width: 50%;
	}
	.list-content{
		width:100%;
		padding-right: 0px;
	}
	.price-section{
		text-align:left;
	}
	.price-section{
		width:100%;
		align-self: auto;
		margin-top: 30px;
	}
	.boxtexttitle ul li h3{
		font-size: 20px;
		padding: 5px 10px;
	}
	.boxtexttitle ul li p{
		font-size:16px;
	}
	.category-text a{
		font-size: 18px;
		margin-right: 30px;
	}
	.recentpost-box .post-content h3.blog-title{
		font-size: 20px;
	}
	.cat-title a{
		font-size: 12px;
	}
	.blog-wrap{
		margin-top: 70px
	}
	.product-page-inner h3{
		margin-bottom: 20px;
	}
	.emergency-card h3{
		margin-bottom: 20px;
	}
	.emergency-card {
		width: 50%;
		order: 1;
	}
	.information-section {
		padding: 0;
		width: 100%;
		order: 3;
		margin-top: 40px
	}
	.last-video-icon {
		width: 40%;
		order: 2;
		margin-top: 40px;
	}
	.appandvideo .app-store-wrap {
		margin-top: 0;
	}
	.account-text {
		font-size: 20px;
		line-height: 1.5;
	}
	.my-account-section .full-container{
		padding-left: 60px;
		padding-right: 60px;
	}
	
	
}
@media screen and (max-width:1200px){
	.about-left {
		width: 100%;
		margin-right: 0;
	}
	.about-right{
		width: 100%;
	}
	.list-with-icon ul li h3{
		font-size:18px;
	}
}
@media screen and (max-width:1024px){
	.container-big{
		max-width: unset;
	}
	.inner-heading h2{
		font-size: 25px;
	}
	.btn, .comments-area p.form-submit input[type="submit"]{
		min-width: 200px;
	}
	.col-2 {
		flex: 100%;
	}
	.site-footer .col-3{
		flex: 100%;
		justify-content: left;
	}
	.wwd-sec-wrap{
		padding-top: 60px;
		padding-left: 20px;
	}
	.btn, .comments-area p.form-submit input[type="submit"]{
		padding: 10px 15px;
		font-size: 17px;
		line-height: 23px;
		letter-spacing: 0.17px;
	}
	.list-wrap-inner{
		display: block;
	}
	.btn-wrap{
		margin-top:0px;
	}
	.list-with-icon {
		width: 100%;
	}
	.calc-btn{
		padding-left:0;
		margin-bottom: 20px;
		width:100%;
	}
	.calc-btn{
		display:none;
	}
	.mobile-calc-btn, .mobile-calc-btn .calc-btn{
		display:block;
		width: 100%;
		z-index: 1;
		position: relative;
		padding-right: 0;
		margin-top: 10px;
	}
	.list-icon .app-store-wrap a {
		padding: 0px;
		display: inline-block;
		margin-right:10px;
	}
	.benefit-icon{
		margin-bottom:30px;
	}
	.list-icon .list-wrap{
		padding-bottom:30px;
	}
	#footer-menu{
		height: auto;
		flex-direction: unset;
	}
	#footer-menu li{
		width: 33%;
	}
	.app-store-wrap{
		display:block;
	}
	.app-store-wrap{
		display:inline-block;
		vertical-align:middle;
		margin-bottom:0px;
		margin-top: 25px
	}
	.slidebar-tryout .app-store-wrap{
		display:flex;
	}
	.benefit-inner {
		width: 100%;
	}
	.discount-product{
		flex-wrap: wrap;
	}
	.leftsec{
		width:100%;
		padding-right:0px;
	}
	.rightsec{
		width:100%;
	}
	span.tooltip-text{
		left: auto;
		right: 0;
	}
	.about-left {
		width: 100%;
		margin-right: 0;
		margin-bottom:30px;
	}
	.about-right {
		width: 100%;
	}
	.boxtexttitle ul{
		grid-column-gap: 35px;
	}
	.recentpost-box .post-content{
		height:100%;
	}
	.blog-left {
		width: calc(100% - 410px);
		margin-right: 30px;
	}
	.blog-right {
		width: 330px;
	}
	.product-page-section .inner-heading h2{
		margin-bottom: 60px;
	}
	.product-page-inner{
		margin-bottom: 40px;
	}
	.my-account-section .full-container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.profile-section{
		
	}
	.avtar-img{
		width:120px;
	}
	.profile-section p{
		font-size: 18px;
	}
	.profile-section h3{
		font-size: 22px;
	}
	.profile-avtar h3{
		font-size: 25px;
	}
	.profile-membership{
		margin-top: 20px;
		text-align:left;
	}
	.account-wrap{
		grid-row-gap: 80px;
	}
	.my-account-section .inner-heading h2 {
		margin-bottom: 60px;
	}
	.account-wrap {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 50px;
	}
	.account-section{
		width: calc(100% - 350px);
	}
	.profile-section{
		margin-right: 40px;
	}
	.btn.btn-theme, .btn-small.btn-theme{
		font-size: 15px;
		min-width: 180px;
	}
	.list-icon .what-lose-image svg{
		margin-left:0px;
	}
	.list-icon .what-lose-image{
		padding-left:0px;
	}
	.list-icon .what-lose-image:before {    
	    width: 100%;
		bottom: -240px;
		top: auto;
	    height: 650px;
	}
	.home-app-store-wrap{
		bottom: 0;
		display: flex;
		position: relative;
		justify-content: flex-end;
		align-self: end;
		text-align: right;
		margin-top: -60px;
		right: 0;
	}
	.home-app-store-wrap .app-store-wrap{
		width: auto;
	}
	.home-app-store-wrap .app-store-wrap a img{
		width:100px;
	}
	.list-icon .mobile-calc-btn .calc-btn .btn-wrap {
	  text-align: center;
	}
	.error-inner{
		max-width: 430px;
		margin-top:50px;
	}
	.error-404 h1{
		font-size:2.13rem;
	}
	.error-404 h1 span{
		left: -20px;
		top: -40px;
		width: 50px;
	}
}

@media screen and (max-width:991px){
	.hero-content-wrap{
		top: 100px;
	}
	.wwd-sec-wrap {
		padding-top: 60px;
		padding-left: 20px;
	}
	.hero-section {
		position: relative;
		min-height: 100vh;
		background: #fff;
		padding-bottom:30px;	
	}
	.list-wrap{
		padding-right:20px;
	}
	
	.list-with-icon ul li .icon {
		width: 50px;
	}
	.list-with-icon ul li h3{
		font-size: 18px;
		line-height: 22px;
	}
	.medical-emergency .tab li .tab-image, .medical-emergency .tab li .tab-content{
		width:100%;
	}
	
	.wwd-section .section-title{
		padding-left:20px;
		padding-right:20px;
	}
	.benefit-section {
		padding: 100px 0;
	}
	.benefit-content h3 {
		font-size: 30px;
		line-height: 38px;
	}
	.big-heading {
		font-size: 35px;
		line-height: 40px;
		margin-bottom:50px;
	}
	.blog-left {
		width: 100%;
		margin-right: 0;
	}
	.blog-right {
		width: 100%;
	}
	.blog-wrap {
		margin-top: 30px;
	}
	.category-text a{
		font-size: 16px;
		margin-right: 10px
	}
	.recentpost {
		margin-top: 10px;
	}
	
	.recentpost-box .post-content{
		height:auto;
	}
	.blog-right{
		margin-top:50px;
	}
	.tab li .tab-content, .tab li .tab-image{
		width:100%;
	}
	.tab li .tab-content{
		order: 1;
	}
	.how-works .tab li .tab-image, .medical-emergency .tab li .tab-image{
		min-height:auto;
	}
	.tab li .tab-content {
		padding-top: 10px;
		margin-bottom: 40px;
	}
	
	
}
@media screen and (min-width:768px) and (max-width:991px){
    .tab-wrapper .tabs li .tab-icon{
		width: 40px;
		height: 40px;
	}
	.tab-wrapper .tabs li .tab-icon svg{
		width:20px;
	}
	.tab li .tab-content{
		width:100%;
		padding-top:0px;
	}
	.tab li .tab-image {
		width: 100%;
	}
	.recentpost-box .post-content h3.blog-title {
		font-size: 14px;
	}
	.recentpost-box .post-content{
		padding: 15px 10px 10px 10px;
	}
	.cat-title a{
		font-size: 12px;
		min-width:auto;
		padding: 9px 10px;
		margin: 0 3px 5px 3px;
	}
	
}


@media screen and (max-width:768px){
	.main-navigation{
		padding: 32px 20px 0 20px;
	}
	.benefit-icon{
		padding-right:0px;
		width: 100%;
	}
	.benefit-content {
		width: 100%;
	}
	.pricing-plans-inner{
		flex-wrap:wrap;
		margin-right:0px;
	}
	.leftsidebar{
		width: 100%;
		margin-right:0px;
	}
	.rightpriceplan{
		width: 100%;
	}
	.account-text{
		font-size: 16px;
	}
	.logout-button {
		margin-top: 50px;
		margin-left: 0px;
	}
	.tab-wrapper .tab-nav{
		top:25%;
	}
}
@media screen and (max-width:767px){
	.section-title{
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px
	}
	.list-icon{
		display: block;
	}
	.wwd-sec-wrap .list-wrap {
		margin-bottom: 40px;
	}
	
	.section-title{
		font-size: 30px;
	}
	.tab li .tab-content h3{
		font-size: 23px;
	}
	.tab-wrapper .tabs li span{
		font-size: 15px;
	}
	.list-icon .list-wrap{
		width: 100%;
		justify-content: left;
		padding-right: 0;
	}
	.list-icon .btn-wrap{
		text-align:left;
	}
	.list-icon .what-lose-image{
		width:100%;
	}
	.security-para{
		width: 100%;
		margin-top: 10px;
	}
	.tab-wrapper .tabs li .tab-icon{
		width: 40px;
		height: 40px;
		position:relative;
		z-index: 1;
	}
	.hiw-section.mi-section .tab-wrapper .tabs{
		margin-top:40px;
	}
	.list-icon .what-lose-image svg{
		margin-top: -150px;
		margin-left: 20px;
	}
	.list-with-icon ul li h3{
		font-size: 18px;
		width:100%;
		padding-left: 24px;
	}
	.list-with-icon ul li h3 br {
	  display: none;
	}
	.list-with-icon ul li{
		margin-bottom: 10px;
	}
	.choose-color-popup{
		max-width: 90%;
		padding:10px
	}
	.choose-color-popup p{
		font-size: 12px;
		line-height: 20px;
	}
	.popup-color-selector span{
		margin:5px 7px;
		width: 34px;
		height: 34px;
	}
	.popup-color-selector .active-color span{
		width: 40px;
		height: 40px;
		margin: 0;
	}
	.pricing-plans-inner{
		flex-wrap:wrap;
	}
	.leftsidebar{
		width: 100%;
		margin-right: 0px
	}
	.image-with-btn{
		text-align: center;
	}
	.rightpriceplan{
		width:100%;
	}
	.emergency-card{
		width: 100%;
		order: 1;
	}
	.information-section{
		width: 100%;
		order: 2;
	}
	.last-video-icon{
		width: 100%;
		order: 3;
	}
	.video-btn-wrap a span{
		font-size: 15px;
	}
	.profile-section {
		width: 100%;
		margin-right: 0;
	}
	.account-section{
		width: 100%;
	}
	.account-text{
		font-size: 15px;
	}
	.account-wrap {
		grid-column-gap: 20px;
		grid-row-gap: 60px;
	}
	.account-wrap{
		grid-template-columns: repeat(4, 1fr);
	}
	.recentpost-box {
		display: block;
	}
	.recentpost-inner{
		grid-template-columns: repeat(1, 1fr);
	}
	span.tooltip {	    
	    position: relative;
	    top: 3px;
	}
	.wwd-sec-wrap{
		padding-left:0px;
	}
	.list-icon .what-lose-image{
		padding-left:0px;
	}
	.post-image{
		display:block;
	}
}
@media screen and (min-width:568px) and (max-width:767px){
	.tab-wrapper .tab-nav{
		top:25%
	}
	.tab-wrapper .tabs {
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.tab-wrapper .tabs li{
		width:auto;
	}
	.tab-wrapper .tabs li:before {
	  background-color: #707070;
	  left: 100%;
	  width: 70px;
	  right: auto;
	}
	.tab-wrapper .tabs li.active:after {
		left: -100%;
		width: 70px;
	}
	.tab-wrapper .tabs li span{
		font-size:12px;
	}
	.medical-emergency .tab-wrapper .tabs li{
		width: 80px;
	}
	.medical-emergency .tab-wrapper .tabs li:before{
		left: 70%;
		width: 90px;
		top:20px;
	}
	.medical-emergency .tab-wrapper .tabs li.active:after {
	  left: -70%;
	  width: 90px;
	  top:20px;
	}
}
@media screen and (max-width:567px){
    .menu-toggle svg{
		width:24px;
	}
	p{
		font-size: 16px;
		line-height: 24px;
	}
	.hero-section {
		min-height: 730px;

	}
	.main-hero-bg-wrap {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.hero-mobile{
		display:block;
	}
	.hero-desktop{
		display:none;
	}
	.main-logo-wrap svg {
		width: 117px;
	}
	.hero-content-wrap{
		padding-left:20px;
		padding-right:20px;
		top: 35px;
	}
	.hero-content{
		margin-top: 30px;
		/*max-width: 330px;*/
	}
	.hero-content p{
		font-size: 16px;
		margin-bottom: 30px;
	}
	
	.section-title {
		font-size: 20px;
		margin: 23px auto 22px auto;
		max-width: 300px;
	}
	.security-para p{
		font-size: 16px;
	}
	
	.hiw-tabs-wrap .container{
		padding:0 15px;
	}
	.tab-wrapper{
		position:relative;
	}
	.tab li{
		margin-bottom:0px;
	}
	.tab li .tab-content{
		margin-bottom:0px;
	}
	.video-btn-wrap{
		margin-top:40px;
	}
	.how-works .tab-wrapper{
		
	}
	
	.how-works .tab-wrapper .tab li .tab-content{
		padding-top:0;
	}
	.how-works .tab li .tab-image, .medical-emergency .tab li .tab-image {
		min-height: 200px;
		padding-bottom: 60px;
	}
	.how-works .tab-wrapper .tabs{
		display: flex;
		justify-content: space-between;
		align-content: center;
		margin: 0 auto;
		position: absolute;
		width: 100%;
		top: 230px;
	}
	.how-works .tab-wrapper .tabs li {
		margin: 0 auto;
		padding: 0 5px;
		position: relative;
		width: 49px;
	}
	.how-works .tab-wrapper .tabs li .tab-icon{
		margin: 0px auto;
		width: 25px;
		height: 25px;
		padding: 6px;
	}
	.tab-wrapper .tabs li span{
		text-align:center;
		font-size: 9px;
		word-wrap: normal;
	}
	.tab-wrapper .tabs li:before, .tab-wrapper .tabs li:after{
		width: 55%;
	}
	.how-works .tab-wrapper .tabs li:before{
		left: 42px;
		width: 14px;
		height: 1px;
	}
	.how-works .tab-wrapper .tabs li.active:after{
		left: -7px;
		height: 1px;
		width: 14px;
	}	
	.medical-emergency .tab-wrapper .tabs{
		margin: 0 auto;
		width: 100%;
	}
	.medical-emergency .tab-wrapper .tabs li{
		width: 62px;
		margin: 0px auto;
		padding: 0 5px;
	}
	
	.medical-emergency .tab-wrapper .tabs li:before{
		top: 18%;
		left: 50px;
		width: 14px;
		height: 1px;
	}
	.medical-emergency .tab-wrapper .tabs li .tab-icon{
		margin:0px auto;
		width: 25px;
		height: 25px;
		padding: 6px;
	}
	
	.medical-emergency .tab-wrapper .tabs li.active:after{
		left: -7px;
		width: 14px;
		height: 1px;
		top: 18%;
	}
	.benefit-icon, .benefit-content{
		width:100%;
		margin-top: 30px;
		margin-bottom: 0;
	}
	#footer-menu li{
		margin-bottom: 0;
	}
	#footer-menu li a{
		font-size:10px;
		font-weight:800;
	}
	#footer-menu li{
		width: 33%;
	}
	#footer-menu li:last-child{
		width:100%;
	}
	.site-footer .col-1 svg{
		width: 120px;
	}
	.site-footer .col-3{
		margin-top: 20px;
	}
	.inner-heading h2{
		font-size:20px;
	}
	.boxtexttitle ul{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 30px;		
		margin-bottom: 30px;
	}
	.about-left{
		margin-bottom:0px;
	}
	.category-text{
		margin-bottom:30px;
	}
	.category-text a {
	  margin-right: 6px;
	  min-width: 109px;
	  padding: 5px;
	}
	.recentpost-box .post-content h3.blog-title{
		font-size: 12px;
		margin-bottom: 6px;
	}
	.recentpost-box .post-content .cat-title a {
    	font-size: 10px;
    	min-width: 50px;
    	margin: 2px;
    	padding: 7px;
	}
	
	.recentpost-box .post-content {
	    padding: 10px 7px 7px;
	}
	.blod-list-container {
		padding-top: 60px;
	}
	.recentpost-list-box h3.blog-title {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.cat-date {
		margin: 20px 0;
	}
	.recentpost-list-box p{
		font-size: 18px;
		line-height: 1.5;
	}
	.continue-reading {
		margin-top: 35px;
	}
	.cat-list-title a{
		margin: 10px 5px;
	}
	.profile-avtar{
		text-align:center;
		justify-content: center;
	}
	.avtar-img{
		padding-right:10px;
		width:50px;
	}
	.avtar-img img{
		display:inline-block;
	}
	.profile-avtar h3{
		text-align:left;
		font-size:20px;
		width:auto;
	}
	.profile-section p{
		font-size:16px;
		line-height: 1.2;
	}
	.profile-section h3{
		font-size:20px;
		margin-bottom:0px;
	}
	.profile-section .profile-membership h3{
		margin-bottom:15px;
	}
	.profile-membership{
		text-align: center;
		margin-top:40px;
	}
	.logout-button{
		text-align:center;
	}
	.tab li .tab-image{
		margin-top:25px;
	}
	.account-wrap{
		grid-template-columns: repeat(2, 1fr);
	}
	.wwd-sec-wrap {		
		padding-left: 0px;
		padding-top:40px;
	}
	.tab-wrapper .tab-nav {	    
	    top: 90px;
	}
	.hiw-section.mi-section .tab-nav {
	  top: 130px;
	}
	.blog-detail .entry-content p{
		font-size: 18px;
		line-height: 1.5;
	}
	.video-btn-wrap{
		justify-content: center;
		margin-top:20px;
	}
	.video-btn-wrap a svg {
	  width: 28px;
	}
	.video-btn-wrap a span {
	  font-size: 12px;
	}
	.m-sec{
		display:block;
	}
	.d-sec{
		display:none;
	}
	.list-icon .what-lose-image:before{
		left: -50%;
		top: 0;
	}
	.tab-wrapper {
	  position: relative;
	}
	.tab li .tab-content p{
		font-size:14px;
		padding: 0 40px;
	}
	.medical-emergency .tab-wrapper{
		
	}
	.medical-emergency .tab li .tab-image{
		min-height: 260px;
		padding-bottom: 60px;
	}
	.medical-emergency .tab li:first-child .tab-image{
		min-height: 240px;
	}
	.hiw-section.mi-section .tab-wrapper .tabs {
	  margin-top: 0;
	  position: absolute;
	  top:260px;
	}
	
	.hiw-tabs-wrap{
		padding-top:24px;
		padding-bottom:24px;
	}
	.tab-wrapper .tab li h3 {
		text-align: center;
		margin: 0 auto;
		width: 70%;
		font-size: 16px;
	}
	.tab-wrapper .tab-nav .tab-prev{
		left: -10px;
		line-height: 6;
		height: 90px;
		padding: 10px 10px;
	}
	.tab-wrapper .tab-nav .tab-next{
		line-height: 6;
		height: 90px;
		padding: 10px 10px;
		right:-10px;
	}
	.list-with-icon ul li h3{
		font-size:16px;
		line-height:1.3;
	}
	.wwd-section .section-title{
		max-width: 260px;
	}
	.calc-btn{
		margin-top:80px;
	}
	.list-icon .btn-wrap{
		text-align:center;
	}
	.app-store-wrap{
		display:none;
	}
	.list-icon .what-lose-image:before {
	  top: 0px;
	  width: 650px;
      height: 650px;
	}
	.mobile-app-store-wrap .app-store-wrap {
		display: block;
		position: relative;
		z-index: 1;
		float: right;
		width: auto;
		margin-bottom: 30px;
	}
	.list-icon .what-lose-image{
		text-align:center;
		padding-bottom: 40px;
		padding-left:0px;
	}
	.how-works .tab-wrapper .tab li:first-child .tab-image {
		padding-bottom: 30px;
	}
	.list-icon .what-lose-image svg{
		width: 380px;
		margin-top:-120px;
		margin-left:0px;
	}
	.mobile-app-store-wrap {
	  margin-top: -10px;
	}
	.mobile-app-store-wrap .app-store-wrap a{
		margin-right:0px;
		display: block;
		margin-bottom: 10px;
	}
	.logo-wrap{
	   flex-wrap:wrap;
   }
   .logo-wrap .logo-icon{
	   width:50%;
   }
   .logo-wrap .logo-icon:nth-child(2) img{
	   width:70px;
   }
   .security-para {
		max-width: 80%;
	}
	.security-para p{
		font-size:14px;
	}
	.site-footer  .col-1{
		order:1;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.site-footer  .col-2{
		order:3;
	}
	.site-footer  .col-3{
		order:2;
		margin-top:0;
	}
	.site-footer .social-wrap{
		justify-content: center;
		width: 100%;
		margin:30px 0;
	}
	.footer-email{
		display:none;
	}
	.social-wrap a{
		width: 30px;
		height: 30px;
	}
	.social-wrap a svg {
	  max-height: 20px;
	}
	.list-icon .list-wrap{
		margin-bottom:0px;
	}
	.secu-sec-wrap{
		padding-top:40px;
	}
	
	.pricing-plans-section .full-container {
	  padding: 0;
	}
	.freemium{
		padding:30px;
	}
	.freemium h2{
		margin-bottom:20px;
	}
	.innerlisting{
		margin-bottom:30px;
	}
	.innerlisting h3{
		font-size:14px;
	}
	.innerlisting ul li{
		font-size:14px;
	}
	.freemium .video-btn-wrap a{
		justify-content: center;
		margin-right:0px;
	}
	.rightpriceplan.mobilepriceplan {
	  padding: 0;
	}
	.rightpriceplan.mobilepriceplan h2 {
	  padding: 30px 30px 0px 30px;
	  margin-bottom:0px;
	}
	.rightpriceplan.mobilepriceplan .leftsec {
	  padding:30px 30px 0px 30px;
	  margin-bottom:0px;
	}
	.rightpriceplan.mobilepriceplan .right-price {
	  padding: 0 30px;
	}
	.rightpriceplan.mobilepriceplan .bottom-content p {
	  padding: 30px 57px;
	  text-align: center;
	  background: #F5F5F5;
	  font-size: 18px;
	  margin-bottom: 0;
	}
	.rightpriceplan.mobilepriceplan .bottom-content ul {
	  padding: 30px 60px;
	}
	.rightpriceplan.mobilepriceplan .bottom-content ul li {
	  line-height: 1.3;
	  font-size: 16px;
	}
	.pricing-plans-inner .video-btn-wrap a svg{
		width:40px;
	}
	.pricing-plans-inner .video-btn-wrap a span{
		font-size:18px;
	}	
	.rightpriceplan.mobilepriceplan .price-section {
	  text-align: center;
	  margin-top: 0;
	  padding-bottom: 30px;
	}
	.about-us-section .inner-heading h2{
		margin-bottom:30px;
	}
	
	.rightpriceplan.mobilepriceplan .price-section .price-text {
	  padding: 30px;
	  background: #fff;
	}
	.price-section .btn.btn-theme{
		font-size:17px;
	}
	.bottom-image {
	  background: #fff;
	  padding: 30px;
	}
	p.note {
	  text-align: center;
	  padding: 0 60px;
	}
	.benefit-icon{
		/*text-align:center;*/
	}
	.big-heading{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.btn-small{
		padding: 10px 30px;
		font-size:17px;
	}
	.information-table table tr th,.information-table table tr td{
		padding: 5px;
		font-size:8px;
	}
	.bottom-content p{
		font-size:14px;
	}
	.appandvideo .app-store-wrap{
		display:block;
	}
	.product-page-inner .last-video-icon{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.product-page-inner .appandvideo{
		margin-top:0px;
	}
	.last-video-icon .video-btn-wrap{
		margin-top:0px;
	}
	.product-page-inner .appandvideo .app-store-wrap a{
		margin:10px 0;
		display: block;
	}
	.last-video-icon .video-btn-wrap a svg{
		width:27px;
		height:27px;
	}
	.product-page-wrapper .bottom-content p{
		font-size: 14px;
		color:#707070;
	}
	.slidebar-list{
		padding:20px;
	}
	.slidebar-list .slidebar-about h4{
		margin-bottom:10px;
	}
	.slidebar-list p{
		font-size:14px;
	}
	.slidebar-subscribe{
		padding:0px;
	}
	.slidebar-form .subscribe-submit{
		margin-top:15px;
	}
	.list-icon .home-app-store-wrap .app-store-wrap a img{
		width: 110px;
	}
	/*new css*/
	.inner-heading h2{
	    text-align:left !important;
	}
}
@media screen and (max-width:480px){
   
   .how-works .tab-wrapper .tabs{
		
   }
   .medical-emergency .tab-wrapper .tabs li{
	   width:70px;
   }
   .wwd-section .section-title{
	   max-width: 230px;
   }
   .hiw-section.mi-section .tab-wrapper .tabs{
	   top: 240px;
   }
   .error-inner{
	   max-width: 330px;
   }
   .error-404 h1{
	   font-size: 1.5rem;
   }
   .error-404 p{
	   font-size:18px;
   }
}
@media screen and (max-width:375px){
	.error-404 h1 span{
		width: 40px;
	}
	.how-works .tab-wrapper .tabs li:before {
	  left: 40px;
	  width: 13px;
	}
	.how-works .tab-wrapper .tabs li.active:after {
	  left: -6px;
	  width: 13px;
	}
	
}



