@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Maven+Pro:wght@500&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');
p,
h2,
h3,
h4,
h5,
span,
.btn,
a,
li{
     margin: 0px;
    padding: 0px;
}
html,
body{
    scroll-behavior: smooth !important;
    overflow-x: hidden;
}
 a {
    text-decoration: none !important;
}
/*Header*/
.site-navigation nav ul li a:hover{
	color: #3d75e6;
}
a.loginn {
    padding: 12px 18px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
    background-color: transparent;
    color: #3d75e6;
	text-transform: capitalize;
}
a.loginn:hover {
	background-color: #3d75e6 !important;
	color: white !important;
	border: 1px solid  #3d75e6 !important;
}
a.contact {
    padding: .66rem 2.2rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
	text-transform: capitalize;
	background-color: transparent;
    border-radius: 50px;
    transition: all 0.35s ease-in-out;

}
a.contact:hover {
    border: 1px solid #3d75e6;
    background-color: blue;
    color: #fff;
   
}
.site-btn ul {
    margin-bottom: 0;
}
header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.header-wrapper {
    padding: 1rem 0;
}
.site-navigation nav ul li {
    margin: 0 4px;
}
.site-navigation nav ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #161515;
    padding: 0 15px;
    transition: all 0.35s ease-in-out;
}
header.sticky .header-wrapper {
    padding: 0.75rem 0;
}
.responsive-header {
    display: none;
}
.responsive-header {
    display: none;
}
.res-header-bar {
    padding: 15px;
}
.res-btns > a {
    background-color: #fff;
    color: #0575e6;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0;
}
.close-menu {
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    background-color: #0575e6;
}
.close-menu:hover {
    background-color: #033333;
    color: #fff;
}
.responsive-menu-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    height: 100%;
    padding: 20px 15px;
    transition: all 0.35s ease-in-out;
}
.responsive-menu-wrapper ul {
    margin: 35px 0 20px;
}
.responsive-menu-wrapper ul li {
    margin: 4px 0;
}
.responsive-menu-wrapper ul li a:hover {
    color: #333;
}
.responsive-menu-wrapper.active {
    left: 0;
}
@media (max-width: 980px) {
    .responsive-header {
        display: block;
    }
}
@media (max-width: 425px) {
    .res-btns > a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .res-header-bar img {
        width: 130px;
    }
}

.hea-der nav ul {
	list-style: none;
}

.hamburger,
.crosss {
	display: none;
}

/* header move on scroll */
.slideUp {
  transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideDown {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideUp,
.slideDown{
    transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
h2.mb-3.mt-n3{
	width: 61%;
    margin: auto;
	font-size: 2.5rem;
}
p.book-features-detail{
	width: 50%;
    margin: auto;
    text-align: center;
}
ul.d-lg-flex.align-items-center.mb-0 {
    margin-right: 40px;
}
.site-bran svg{
	height: 55px;
	  width: 192px;
  }
  section#Client {
    margin-top: 50px;
}
.page-item p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding-top: 10px;
}

.purchase-btns{
    margin-top: 64px;
  }
  .lifelne2-purchaseref-wrap {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: normal;
    position: fixed;
    right: -116px;
    z-index: 999;
    transition: all 0.35s;
  }
  .lifelne2-purchaseref-wrap:hover {
    right: 1px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  i.fa-solid.fa-cart-shopping{
    margin-right: 14px;
    }

    
    .lifelne2-purchaseref-wrap  {
        animation:
        bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1)
      }


      @keyframes bounce {
        from {
          transform: translateY(0px);
        }
        to {
          transform: translateY(-10px);
        }
      }
.parent{
text-align: center;
}
.larg-image img{
    width: 50%;
    margin-bottom: 60px;
    position: absolute;
    top: 579px;
    left: 335px;
}
.skin-care img{
    width: 27%;
    position: absolute;
    top: 417px;
}
.position-absolute.w-100.header-2 {
    position: absolute;
    padding: 25px;
}
.parent {
    padding-top: 250px;
}
.unique img{
    position: absolute;
    top: 359px;
    left: 1046px;
    width: 21%;
}
.tool-kit {
    text-align: center;
    padding: 65px;
    margin-top: 25px;
}
.tool-kit span{
    color:#0877e2 ;
    font-size: 15px;

}
.tool-kit h2{
    font-size: 40px;
    width: 80%;
    margin: auto;
    font-weight: 700;
}
.powerful-features{
    text-align: center;
}
.vogal {
    border: 1px solid #fdefef;
    padding: 46px;
    margin-top: 21px;
    transition: all 0.35s ease-in-out;
}
.vogal h3{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.vogal p{
    width: 100%;
    margin: auto;
    font-size: 13px;

}
.drop:hover {
    background-color: #dbf1ff;
    transition: .3s;
    cursor: pointer;
}
.parent h1{
color: #0877e2;
font-size: 100px;
font-weight: 700;
}
.wp-dm {
    color: #232121;
    font-weight: 500;
    font-size: 100px;
}
.parent p{
    font-size: 20px;
    width: 47%;
    margin: auto;
    padding-bottom: 25px;
}
.images-demo img{
    width: 100%;
    
}
.images-demo{
    margin-top: 10px;
}
.demos h2 {
    text-align: center;
    font-size: 60px;
    padding: 20px;
    margin-top: 80px;
    color: #000000;
    font-weight: 700;
}
.images-demo :hover {
    background-color: #0877e2;
    padding: 6px;
    padding-top: 10px;
    cursor: pointer;
}
.layouts img{
    width: 100%;
}
.layouts{
    margin-top: 25px;
}
.inner-page-heading {
    text-align: center;
    padding: 50px;
    margin-top: 100px;
}
.inner-page-heading span{
    font-size: 15px;
    color: #0877e2;
}
.inner-page-heading h2{
    font-size: 40px;
    font-weight: 700;
}
.customer-support{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.dk-3 {
    background-color: #dbf1ff;
}
.wp-2 {
    margin-top: 30px;
}
.customer-support h2{
    font-size: 17px;
    font-weight: 600;
}
.customer-support p{
    font-size: 13px;
}
.customer-support img{
    padding: 20px;
}
.intuitive img {
    width: 100%;
    height: auto;
}
.page-builder {
    padding-top: 185px;
}
.intuitive {
    margin-top: 90px;
}
.page-builder h2{
    font-size: 35px;
    font-weight: 700;
    width: 96%;
    line-height: 50px;
}
.page-builder span{
    color: #66b2dc;
}
.health-care{
    text-align: center;
    color: #ffffff;
}
.health-care h2{
    font-size: 40px;
    width: 90%;
  margin: auto;
    font-weight: 700;
    margin-top: 5px;
    line-height: 55px;
}
.health-care button{
    background-color: #ffffff;
    border-radius: 50px;
    width: 22%;
    padding: 15px;
    border: 1px solid #fff;
}
.health-care p{
    margin-bottom: 15px;
    line-height: 30px;

}
.health-care a button:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.Away{
    background-color: #0093e6;
    padding-bottom: 85px;
    padding-top: 50px;
}
.gk-2{
    background-color: #0093e6;
    border-radius: 50px;
    padding : 20px ;
    border : none ;
    color : #fff ;
    width : 195px ;
    margin : 10px ;
    font-size: 15px;
}
button.gk-2:hover {
    background: transparent;
    color: #0877e2;
    border: 1px solid #0877e2;
    transition: 0.5s ease-in-out;
}
.Purchase{
    display: flex;
    margin: auto;
    width: 38%;
}

.btn-1 {
    margin-right: 20px;
}
.featured-area-fesh{
    background-image: url('../images/medicallist-featured-area-fesh.jpg');
}
.documented{
    background-image: url('https://webinane.s3.amazonaws.com/webinanecom/images.jpg');
    height: 965px;
    position: relative;
    top: -61px;
}
.btn-1{
    display: flex;
}
.sec-heading2 {
    max-width: 60%;
    margin: 0 auto;
}
.demo-item .demo-img {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    border: 10px solid #fff;
    margin-bottom: 25px;
}

.demo-item a.preview-btn {
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 1.667em;
    text-transform: uppercase;
    position: absolute;
    bottom: -73px;
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 2;
    font-family: unbounded;
}
.dictate .theme-bg {
    background-color: #0877e2;
}
.gap {
    padding-top: 100px;
}
.sec-heading2.text-center h2 {
    font-size: 40px;
    width: 90%;
    font-weight: 700;
}

.demo-item {
	margin-bottom: 70px;
}
.demo-item .demo-img img {
	max-width: 100%;
	height: auto;
}
.demo-item > a {
	color: #1a1a1a;
	font-size: 16px;
	display: inline-block;
}
.demo-item:hover a.preview-btn{
	bottom: 0;
    transition: all .3s linear;
}
div#Customer {
    max-width: 1318px !important;
}
.page-builder p {
    line-height: 30px;
}
.sec-heading2 span {
    color: #0877e2;
    font-size: 15px;
}

.purchase-btns{
    margin-top: 64px;
  }
  .lifelne2-purchaseref-wrap {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: normal;
    position: fixed;
    right: -174px;
    z-index: 999;
    transition: all 0.35s;
  }
  .lifelne2-purchaseref-wrap:hover {
    right: 1px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  i.fa-solid.fa-cart-shopping{
    margin-right: 14px;
    }

    
    .lifelne2-purchaseref-wrap  {
        animation:
        bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1)
      }


      @keyframes bounce {
        from {
          transform: translateY(0px);
        }
        to {
          transform: translateY(-10px);
        }
      }

      .qmt-social-chat.qmt-social-wtsapp {
        position: fixed;
        right: -137px;
        top: 70%;
        z-index: 999999999;
        animation: bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1);
        transition: .4s ease-in-out;
    }
    .qmt-social-chat.qmt-social-wtsapp:hover{
        right: 1px;
        animation: none;
    }
    .qmt-social-chat.qmt-social-wtsapp img{
        width: 34px;
    }
    .qmt-social-chat.qmt-social-wtsapp span{
        font-size: 15px;
        text-decoration: underline;
        color: white;
        font-weight: 600;
    }
    a.qmt-wtsapp {
    padding: 16px 14px 20px 14px;
        box-shadow: 0px 0px 8px 0px #00000038;
        background-color: #68d743;
        border-radius: 4px;
    }
    footer {
        background-color: #000000;
    }
    .footer-area p {
        color: #dcdcdc;
        font-size: 1rem;
    }
    
    .mslide{
		background-color: white;
		padding-bottom: 30px;
		margin-left: 23px;
		border-radius: 10px 10px 0px 0px;
	}
	.main-slidder{
		margin-top: 60px;
	}
	::marker {
		font-size: 25px;
		color: gainsboro;
	}
	.mslide h6{
		font-weight: 700;
		font-size: 20px;
		padding-left: 30px;
	}
	.buttons {
		text-align: end;
		margin-right: 5px;
		margin-top: -10px;
		margin-bottom: 20px;
	}
	.buttons a{
		font-weight: 500;
		background-color: #0575e8;
		color: white;
		text-decoration: none;
		padding: 10px;
	
	}
	.rating span {
		font-size: 20px;
		color: #fff600;
		line-height: 25px;
	}
	.rating{
		margin-bottom: 7px;
		margin-left: 30px;
	}
	.mslide ul{
		padding-left: 55px;
	}
	.sliderone{
		background-color: #0093e6;
		padding-top: 40px;
		padding-bottom: 40px;
        margin-top: 100px;
	}
	.sliderheading h2{
		font-size: 40px;
		font-weight: bold;
		padding-bottom: 50px;
		padding-top: 50px;
		color: white;
		text-align: center !important;
	}
	.mslide h6 a{
		color: #000;
		list-style: none;
        font-size: 15px;
	  }
	  .mslide h6 a:hover{
		color: brown;
		text-decoration: none;
	  }
	  .buttons a:hover{
		background-color: white;
		border: 1px solid blue;
		color: blue;
	}
    .mslide ul li {
        font-size: 14px;
        font-family: sans-serif;
    }
    
