/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
[hidden] {
  display: inherit !important;
}

body {
 font-family: 'Roboto', sans-serif;
  color: #444444;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.services{margin-top: 100px;}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*Add Embeded Youtube video Css */
.video-container {
  width:100%;
}
.youtube-video {
  width:100%;
  display:inline-block;
}
.youtube {
  background-color: #000;
  margin-bottom: 0px;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  cursor: pointer;
  
  border-image-slice: 1;
}
.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}
.youtube .play_button {
  width: 65px;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 50%;
}
.youtube .play_button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #000; margin-left: 3px;
}
.youtube img, .youtube .play_button {
  cursor: pointer;
}
.youtube img, .youtube iframe, .youtube .play_button, .youtube .play_button:before {
  position: absolute;
}
.youtube .play_button, .youtube .play_button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* End Embeded video section */
.hero-section{background-color:#fedd16}
.hero_img{position:relative; background:url(https://www.covieasy.com/wp-content/themes/covieasy/assets/img/hero_banner2.png) no-repeat; background-size:contain; height:620px;    background-position: bottom;}
.btn_area{position:absolute;bottom:12%}
.hero-section-m{margin-top: 70px;    margin-bottom: -7px;}

.hero-slider .hero-banner{background-repeat: no-repeat;  height: 70vh;background-position:center center;

    background-size: cover;}
.about-section-home img{width:100%; height:100%;}
    .inner-banner{height: 60vh !important;}
    .hero-slider-m .hero-banner{background-size: cover;   min-height: 278px;background-repeat: no-repeat;}
.slick-prev, .slick-next {
    
    position: absolute;
    top: 50%;
    display: block;
   line-height: 25px;
    font-size: 0;
    border: 0px solid #000;
   z-index: 999;
   background: transparent;
  }
 .slick-prev {
  background-image: url(https://www.covieasy.com/wp-content/themes/covieasy/assets/img/arrow-left.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat; 
    left: 25px;
 }
 .slick-next{
  background-image: url(https://www.covieasy.com/wp-content/themes/covieasy/assets/img/arrow-right.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat; 
    right: 25px;
 }
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media screen and (max-width: 1440px) {
	.iconbox i img{width:90px;}
	
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.hero_img{background-size:86%;}
	.cust-btnbanner{margin-left:5rem;}
}
/*Add Fixed Social */
  #fixed-social {
    position: fixed;
    width: 50px;
	  top:25%;right:0;
    z-index: 99;
    transition: all 0.3s linear; padding: 0; margin-left: 0; margin-right: 0;
    /*box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)*/
}

 ul#fixed-social {
       margin-bottom: 0rem; list-style: none;
}

#fixed-social li {
    height: 45px;
    position: relative
}

#fixed-social li a {
    color: #fff !important;
    background: #20a6a6;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    margin-left: 0;
    transition: all .3s linear;
    text-decoration: none !important
}

#fixed-social li a i {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 20px
}

ul#fixed-social li a span {
    display: none;
    font-weight: 500;
    letter-spacing: 1px;
    /*text-transform: uppercase*/
}

ul#fixed-social li a:hover {
    z-index: 1;
    width: 140px;
    /*border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)*/
}

ul#fixed-social li:hover a span {
        margin-left: -80%;
    display: block;
    font-size: 18px;
    color: #fff;
    background: #20a6a6;
    padding-left: 10px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0 10px;
  background: #fff;
/*  background-image:url(https://www.covieasy.com/wp-content/themes/covieasy/assets/img/nav-bg.jpg); background-position:bottom; background-repeat:repeat-x;
*/}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  text-transform: uppercase;
  margin-left: auto;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  border-right:1px solid #8d8f90;
  padding:0 15px;
}
.navbar li:last-child {
border-right:0px;
padding-right:0px;
}
.navbar li a{
  font-size:14px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #000;
  font-weight:bold;
}

.navbar .getstarted, .navbar .getstarted:focus {
  background: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3498db;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3498db;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  margin-top: 70px;
  background-image: url(https://www.covieasy.com/wp-content/themes/covieasy/assets/img/hero.jpg);
  background-repeat: no-repeat; background-size: cover;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: black;
}
#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 34px;
}
#hero .btn-get-started {
 font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #3498db;
  border: 2px solid #3498db;
}
#hero .btn-get-started:hover {
  background: #3498db;
  color: #fff;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.hero-mb{margin-top:100px;}
.app-mb{margin-top:0;}
#app {
  width: 100%;
  height: 90vh;
  background-image: url(https://www.covieasy.com/wp-content/themes/covieasy/assets/img/app.jpg);
  background-repeat: no-repeat; background-size: cover;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: inherit;
  }
}
@media (max-width: 991px) {
 
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
    background: none;
  height: 30vh;
  }
    #app {
    margin-top: 0px;
  background-image: url(https://www.covieasy.com/wp-content/themes/covieasy/assets/img/app-mobile.jpg) !important;
  background-repeat: no-repeat; background-size: cover;
    height: 50vh;
  }
   #app img {max-width:70%;
       height: auto;}
 
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
  overflow: hidden;
}
.sec-p-60 {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f1f2f2;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #613187;
  letter-spacing: 4px;
}
/*.section-title h2::before, .section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}
.section-title h2::before {
  margin: 0 15px 10px 0;
}
.section-title h2::after {
  margin: 0 0 10px 15px;
}*/
.section-title p {
  margin: 15px 0 0 0;
}
.section-title1 {
  text-align: center;
}
.section-title1 h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  color: #613187;    letter-spacing: 4px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}
.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}
.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}
.counts .content {
  padding: 0;
}
.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}
.counts .content p {
  margin-bottom: 0;
}
.counts .content .count-box {
  padding: 10px 0;
  width: 100%;
}
.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
  line-height: 0;
  
}

.count-text{padding: 0 20px;}
.count-text-rt{padding: 0 30px; text-align:right;}
.count-text ul{padding:20px 0 0 20px;}
.count-text ul li{padding-bottom:10px; line-height:30px;}
.counts .content .count-box i img{width: 50px;}
.counts .content .count-box span {
  font-size: 22px;    text-transform: capitalize;
  line-height: 30px;
  display: block;
  font-weight: 500;
  color: #222222;
  margin-left: 50px;
}
.counts .content .count-box p {
  padding: 0;
  margin: 0 0 0 50px;
  font-family: Roboto;
  font-size: 14px;
  color: #484848;
}
.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: Roboto;
  transition: ease-in-out 0.3s;
}
.counts .content .count-box a:hover {
  color: #6f6f6f;
}
@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}
@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  /*box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);*/
  transition: all 0.3s ease-in-out;
 /* border-radius: 8px;*/
  z-index: 1;
  border:1px solid #fafafa;
  cursor: auto;
  border-radius: 15px;
}
.services .icon-box a{color: inherit;}
.services .icon-box.bg1{background:#fff5b0 ;}
.services .icon-box.bg2{background:#ffefef ;}
.services .icon-box.bg3{background:#fff3ab ;}
.services .icon-box.bg4{background:#feeeef ;}
.services .icon-box::before {
  content: "";
  position: absolute;
 /* background: #e1f0fa;
  right: -60px;
  top: -40px;
*/  width: 100px;
  height: 100px;
/*  border-radius: 50px;
*/  transition: all 0.3s;
  z-index: -1;
}
.services .icon-box:hover::before {
  background: #009f99;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}
.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
  text-align:center;
  border-bottom:1px solid #3d3a3a;
  min-height:110px;
  
}
.services .icon-box:hover .title a, .services .icon-box:hover .description .services .title:hover {
 color:#fff;
  
}
.services .description, .services .price {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-align:center;
  padding-bottom: 10px;
  font-weight:500;
}
.services h5{font-size: 28px;}
.pricing{font-size: 22px !important; font-weight: 600; text-align: center;}
.services .price span{font-size: 12px;}
.services .icon-box:hover .title a, .services .icon-box:hover .title, .services .icon-box:hover .description,.services .icon-box:hover h6,.services .icon-box:hover h5, .services .icon-box:hover p {
  color: #fff;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}
.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}
.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.more-services .card-title a {
  color: #222222;
}
.more-services .card-text {
  color: #5e5e5e;
}
.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}
.more-services .read-more a:hover {
  text-decoration: underline;
}
.more-services .card:hover .card-body {
  background: #3498db;
}
.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box1 {
  align-items: center;
  padding: 30px 10px;
  background: #eaebeb;
  transition: ease-in-out 0.3s;
  text-align:center;
}
.features .icon-box2 {
  align-items: center;
  padding: 30px 10px;
  background: #58595b;
  transition: ease-in-out 0.3s;
  text-align:center;
}
.features .icon-box3 {
  align-items: center;
  padding: 30px 10px;
  background: #eaebeb;
  transition: ease-in-out 0.3s;
  text-align:center;
}
.features .icon-box1 h3, .icon-box3 h3 {
  color: #000;
  font-size:20px;
  padding:10px 0 0;
  transition: ease-in-out 0.3s;
}
.features .icon-box2 h3 {
  color: #fff;
    font-size:20px;
  padding:10px 0 0;
  transition: ease-in-out 0.3s;
}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a:hover {
  color: #3498db;
}
.features .icon-box:hover {
  background: #eef7fc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}
  .desktop-hide{display: none;}
   .hero-section-m{display: none;}
   .hero-section{display: block;}
   @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .hero-slider-m .hero-banner{min-height: 575px;} 
	   .mt-top-banner{width:186px !important;}
  .features .icon-box1,.features .icon-box2, .features .icon-box3{    min-height: 167px;}
  .woocommerce .col2-set{width:100% !important}
    #order_review{width:100% !important;}
    #order_review_heading{float: left !important;}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
 .hero-slider-m .hero-banner{min-height: 575px;}
 .features .icon-box1,.features .icon-box2, .features .icon-box3{    min-height: 167px;}
	.mt-top-banner{width:186px !important;}
}
   @media (max-width: 1024px) {
.hero-section-m{display: block;}
   .hero-section{display: none;}
   .woocommerce-breadcrumb {
    padding: 10px 10px !important;
}
   }
@media (max-width: 767px) {
	#customer_login .col-1{width:100% !important;}
  .mobilenav{order: 1!important;padding-left: 15px;}
  .buzz_cart ul li.usericon, .buzz_cart ul li.buzz_cart_dropdown{display: table-cell !important;}
  .faq .faq-item h4{    margin: 0 0 10px 0 !important;}
	.woocommerce-form-login .form-row-first, .woocommerce-form-login .form-row-last{width:100% !important}
.bottom-fixed-box{    width: 24.1% !important;;}
  .icon-box .submit-btn {
    position: relative;
    left: 0;
    /* top: 90%; */
    transform: none;
    /* z-index: 9999999; */
    /* margin-bottom: 30px; */
}
.modal-content {
  background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0px !important;
    width: 100% !important;
    border-radius: 0;
    border: 1px solid #3e3939;
}

  .desktop-hide{display: block;padding: 0;}
.d-flex-none{display:inline-block !important;}
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team .member .social a i {
  line-height: 0;
}
.team .member .social a:hover {
  color: #3498db;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
 font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
 font-family: 'Roboto', sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}
.pricing .recommended {
  border-color: #3498db;
}
.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}
.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
}
.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}
.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
 font-family: 'Roboto', sans-serif;
}
.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 111111; /* Sit on top */
/*  padding-top: 100px; *//* Location of the box */
  left: 0;
/*  top: 10px;*/
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: transparent;
    margin: auto;
    padding: 20px;
    border: 0px !important;
    width: 500px;
    border-radius: 0;
    border: 1px solid #3e3939;
}

/* The Close Button */
.close, .close1, .close2, .close3 {
color: #fff !important;
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    font-weight: bold;
    width: 100%;
    /* display: table-header-group; */
    right: 0px;
    position: absolute;
    top: 0px;
    background: #000;
  border:#000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.close:hover,.close1:hover,.close2:hover,.close3:hover,
.close:focus,.close1:focus ,.close2:focus, .close3:focus{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.form-covid input{
    padding: 6px 10px;
    background: #e7f6f5;
    border: 0;
    border-radius: 0; color: #000;
}
.submit-btn{background: #00a79d !important; color: #fff !important; border-radius: 50px !important;padding: 6px 20px !important; font-size: 14px;}
#bname_error, #bemail_error, #bcity_error,#baddress_error,#btest_type_error, #bphone_error, #captcha_error {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #f00;
}
.form-covid select {
    padding: 10px 10px !important;
    background: #e7f6f5 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.form-covid select  { color: #000000 !important;font-size: 12px !important; }
.form-infomation{color: #fff;}
.form-infomation{background: #009f99; border-radius: 15px; display: inline-block; width: 100%; padding: 25px;}
.form-infomation span{
    font-size: 12px!important;
    font-weight:400;
    color: #000 !important;
}
.form-infomation {
    background: #613187;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-top: 0px;
}
.pure-material-textfield-outlined {
    --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

/* Input, Textarea */
.pure-material-textfield-outlined > input, .pure-material-textfield-outlined > select,
.pure-material-textfield-outlined > textarea {
    box-sizing: border-box;
    margin: 0;
  
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-top-color: transparent;
    border-radius: 4px;
    
    width: 100%;
    height: inherit;

    
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.pure-material-textfield-outlined > input + span,.pure-material-textfield-outlined > select + span,
.pure-material-textfield-outlined > textarea + span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 15px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > select + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > select + span::before,
.pure-material-textfield-outlined > textarea + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > select + span::after,
.pure-material-textfield-outlined > textarea + span::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > select,
.pure-material-textfield-outlined:hover > textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > select + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > select + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > select:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > select:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 48px;
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > select:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
    border-top-color: transparent;
}

/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > select:focus,
.pure-material-textfield-outlined > textarea:focus {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > select:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
    color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > select:focus + span::before,
.pure-material-textfield-outlined > select:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > select:disabled,
.pure-material-textfield-outlined > select:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > select:disabled + span::before,
.pure-material-textfield-outlined > select:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > select:disabled:placeholder-shown,
.pure-material-textfield-outlined > select:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > select:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > select:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input,
        .pure-material-textfield-outlined > input + span,
         .pure-material-textfield-outlined > select,
        .pure-material-textfield-outlined > select + span,
        .pure-material-textfield-outlined > textarea,
        .pure-material-textfield-outlined > textarea + span,
        .pure-material-textfield-outlined > input + span::before,
        .pure-material-textfield-outlined > input + span::after,
         .pure-material-textfield-outlined > select + span::before,
        .pure-material-textfield-outlined > select + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}
.pure-material-textfield-outlined{width: 100%;}
.pure-material-textfield-outlined span{line-height: 57px;}
.contact .contact-about h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
}
.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
 font-family: 'Roboto', sans-serif;
  color: #fff;
}
.contact .social-links {
  padding-bottom: 20px;
}
.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}
.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}
.contact .info {
  color: #444444;
}
.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}
.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #3498db;
}
.contact .php-email-form button[type=submit] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2383c4;
}
.contact .box ul {
    padding: 0;
    list-style: none;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.contact .box ul a{
    color: #fff;
}
.contact .box ul a:hover{
    color: #20a6a6;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 60px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}
.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3b164b;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #ffffff;
  font-size: 10px;
  text-align:justify;
}
#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}
#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: #3498db;
}
.sub-title { 
text-align:center;
padding-bottom:0px;
color:#00a79d;
}
.sub-title h3{ 
color:#00a79d;
font-size:14px;
text-transform:uppercase;
letter-spacing:6px;
}
.sub-title::after {
    content: "";
    width: 60%;
    height: 1px;
    background: #00a79d;
    display: inline-block;
  margin-bottom: 8px
  }
  
.sub-title-white { 
text-align:center;
padding-bottom:0px;
color:#FFFFFF;
}
.sub-title-white h2{ 
color:#FFFFFF;
}
.title-white h2 {color:#FFFFFF;    letter-spacing: 4px;
text-align:center;
}
.sub-title-white h3{ 
color:#FFFFFF;
font-size:14px;
text-transform:uppercase;
letter-spacing:6px;
}
.line-white
{ border-bottom:1px solid #000;
max-width:400px;
margin-bottom:15px;
text-align:center;

}
.sub-title-white::after {
    content: "";
    width: 60%;
    height: 1px;
    background: #fff;
    display: inline-block;
  margin-bottom: 8px
  }
.section-title-white p{color:#FFFFFF;
text-align:center;
font-size:14px;
padding-top:20px;
} 

.symptoms-bg { background:#613187;}
.footer-bg { background:#5e2a79;}
.credits {text-align:right; color:#8d8f90; font-size:12px;}
.credits a {  color:#000000;}
.bg-img {padding:0px;}
.bg-img img{width:100%; }
.mobilebtn {
  width: 100%;
  float: left;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 000;
  background: #20a6a6;
  border-top: 1px solid #cecece
}
.fa-phone {
  color: #fff
}

.fa-envelope {
  font-size: 21px;
  color: #fff
}
.fa-whatsapp{color: #fff}
.border-left1 {
  border-right: 1px solid #fff
}

.mobilebtn a span {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 16px
}

.mobilebtn a:hover {
  text-decoration: none
}
.mobilebtn {
    display: block;
    box-shadow: 0 0 12px #cacaca;
}
 
.bottom-fixed-box {
  display: inline-block;
  padding: 10px 0;
  width: 24.5%;
  font-size: 24px;
  text-align: center
}
.form-infomation {
    color: #fff;
}

.easy-steps {margin:5px;}

.easy-steps h3 {/*background-color:#fff1a2; */
color:#414042;
text-align:center;
padding:10px 0;

font-size:22px;
margin-top:8px;}

.ftr-link a{
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  line-height:30px;
  
  }
  
  .ftr-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}
.p-l-90 {padding-left:90px;}
.p-t-50 {padding-top:50px;}
.p-b-30 {padding-bottom:30px;}
.blk {color:#535353;}

/** CONTACT 1 STARTED **/
.contact-1 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    outline: 0;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-1 .form-control:focus {
    color: #495057;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #eee;
}

.contact-1 .form-group {
    margin-bottom: 30px;
}

.contact-1 textarea {
    min-height: 200px;
}

.contact-1 .contact-info .media {
    margin-bottom: 30px;
  
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-1 .contact-info .media i {
    width: 55px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    border: 1px dashed #535353;
    text-align: center;
    margin-right: 20px;
}

.contact-1 .contact-info h3 {
    margin-bottom: 35px;
    font-weight: 600;
}

.contact-1 .contact-info .media h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.contact-1 .contact-info .media p {
    margin-bottom: 5px;
    font-size: 14px;
}

.contact-1 .contact-info .media p a {
    color: #535353;
}

.contact-1 .contact-info .media.mrg-btn-0 {
    margin-bottom: 0;
}

.contact-1 h2 {
    padding-bottom: 0px;
    color: #00a79d;
  text-align: center;
    padding-bottom: 0px;
    color: #00a79d;
}
ol.d {list-style-type: upper-alpha;}

.bannerimg{position: absolute;top: 35%;transform: translateY(-50%) !important;}
.bannerimg img{width: auto;}
.mt-top-banner{bottom: 10%;position: absolute;right: -5px;width: 123px;}
.mt-top-banner a {
    background: #00a79d !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 6px 20px !important;
    font-size: 24px;
    /* float: left; */
   
    margin-bottom: 5px; display: inline-block;
}
.playstore{
    margin-top: 20px;}
.playstore a{display: inline-block;}
.playstore img{width: auto;}
.playstore-footer{ margin: 20px 0;}
.playstore-footer a{display: inline-block;}
.playstore-footer img{width: auto;}
    @media only screen and (min-width: 1900px) and (max-width: 3500px) {
  .cart-btn a{font-size: 24px !important; padding: 10px 35px !important;margin-left:5px;}
		.hero_img{height:720px;}
}
.woocommerce-shipping-destination,.woocommerce-shipping-calculator{display:none;}
.buzz_cart ul li.usericon ,.buzz_cart ul li.buzz_cart_dropdown{ display: inline-block; padding-left: 15px; }
.buzz_cart ul li.usericon a{ font-size: 20px;color: #818d9a;}
.about-section-home img{ animation: zoominoutsinglefeatured 5s infinite ;}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}