@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

body {
  background: #F6F6F6;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-up {
  top: -142px;
  position: fixed;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.nav-down {
  top: 0px;
}

.whiteHeader {
  top: -49px;
  -webkit-box-shadow: 0px 0 20px -1px #0000001a;
          box-shadow: 0px 0 20px -1px #0000001a;
}

header {
  width: 100%;
  z-index: 9999;
  top: 0;
  position: fixed;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .top-sec {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  background: #1EB8A1;
  background: -webkit-gradient(linear, left top, right top, from(#1EB8A1), to(#007FBC));
  background: linear-gradient(to right, #1EB8A1 0%, #007FBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$primary-color', GradientType=1);
}

header .top-sec .top-link p {
  margin: 0;
}

header .top-sec .top-link p a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 12px 0px;
  margin-right: 10px;
}

header .top-sec .top-link p a i {
  margin-right: 7px;
}

header .top-sec .top-media {
  float: right;
  border-left: 1px solid #FFF;
}

header .top-sec .top-media a {
  display: block;
  float: left;
  border-right: 1px solid #FFF;
  width: 39px;
  text-align: center;
  height: 46px;
  line-height: 43px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFF;
}

header .top-sec .top-media a:hover {
  background: #FFF;
  color: #007FBC;
}

header .menu {
  width: 100%;
  background: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .menu .navbar-brand {
  padding: 6px 7px 7px 0px;
  white-space: inherit;
}

header .menu .navbar-brand img {
  width: 160px;
}

header .menu .donate a {
  background: #007FBC !important;
  border-radius: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #FFF !important;
}

header .menu .donate a:hover {
  color: #FFF !important;
  background: #1EB8A1 !important;
}

header .navbar {
  padding: 0;
}

.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
}

.dropdown:hover {
  overflow: inherit;
}

.dropdown {
  overflow: hidden;
}

.dropdown-menu {
  top: 65px;
  opacity: 0;
  display: block !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background: none;
  color: #373737;
}

.dropdown-menu {
  border-radius: 7px !important;
}

.dropdown-menu li {
  border-bottom: 1px solid #CCC;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu > li > a {
  padding: 6px 20px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navbar-brand {
  padding: 6px 48px 6px 15px;
  height: auto;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar {
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
  background: none;
}

.navbar-nav {
  float: right;
  padding: 26px 0px 23px 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-weight: 500;
  color: #373737;
  padding: 9px 15px;
  font-size: 14px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #007FBC;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #007FBC;
}

footer {
  width: 100%;
  background-image: url(../images/f-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

footer::after {
  width: 100%;
  height: 100%;
  background: #007FBC;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

footer .main-footer {
  width: 100%;
  padding: 30px 0px;
  position: relative;
  z-index: 2;
}

footer .main-footer .footer-widget {
  width: 100%;
}

footer .main-footer .footer-widget h3 {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 9px;
}

footer .main-footer .footer-widget h3::before {
  width: 39%;
  height: 3px;
  background: #FFF;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}

footer .main-footer .footer-widget h3::after {
  width: 4px;
  height: 3px;
  background: #FFF;
  position: absolute;
  content: '';
  left: 41%;
  bottom: 0;
}

footer .main-footer .footer-widget .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .main-footer .footer-widget .footer-menu li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  background: url(../images/arrow-right.svg) no-repeat left center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .main-footer .footer-widget .footer-menu li:hover {
  padding-left: 18px;
}

footer .main-footer .footer-widget .footer-menu li:hover a {
  color: #000;
}

footer .main-footer .footer-widget .footer-menu li a {
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .main-footer .footer-widget .f-address {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .main-footer .footer-widget .f-address li {
  margin-bottom: 15px;
}

footer .main-footer .footer-widget .f-address li a {
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  position: relative;
  padding-left: 22px;
  display: inline-block;
}

footer .main-footer .footer-widget .f-address li a i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
}

footer .copyright {
  width: 100%;
  border-top: 1px solid #56cae2;
  position: relative;
  z-index: 2;
  padding: 17px 0px;
}

footer .copyright .copyright-txt p {
  color: #FFF;
  margin: 0;
  font-size: 15px;
}

footer .copyright .powered p {
  text-align: right;
  color: #FFF;
  margin: 0;
  font-size: 15px;
}

footer .copyright .powered p a {
  color: #FFF;
  text-decoration: none;
}

.banner-section {
  width: 100%;
  position: relative;
  margin-top: 135px;
}

.banner-section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #007FBC;
  border-radius: 50%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #007FBC;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 18px;
}

.carousel-item {
  padding: 120px 0px;
  background-position: center;
  background-size: cover;
}

.carousel-inner .carousel-item {
  transition: -webkit-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.banner-column {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 50s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9;
  min-height: 325px;
}

.banner-column h3 {
  color: #303030;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 52px;
}

.banner-column h3 span {
  color: #007FBC;
}

.banner-column p {
  font-size: 16px;
  text-align: left;
  color: #303030;
  line-height: 23px;
  margin-bottom: 15px;
}

.banner-column a {
  border: 1px solid #007FBC;
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  color: #373737;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 25px;
}

.banner-column a:hover {
  background: #007FBC;
  color: #FFF;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner-column .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.popup-sec {
  width: 100%;
  position: relative;
}

.popup-sec .pop-img {
  width: 100%;
  margin-bottom: 10px;
}

.popup-sec .pop-img img {
  width: 100%;
}

.popup-sec .close {
  position: absolute;
  right: -32px;
  top: -30px;
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  color: #FFF;
}

.popup-sec h4 {
  font-size: 20px;
}

.featured-sec {
  width: 100%;
  position: relative;
  padding: 70px 0px;
  background: #FFF;
}

.featured-sec .pattern-layer {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 190px;
  height: 383px;
}

.featured-sec .featured-txt {
  margin-bottom: 40px;
}

.featured-sec .featured-txt p {
  font-size: 16px;
  color: #1b1b1b;
}

.featured-sec .featured-bow {
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 13px;
  background: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.featured-sec .featured-bow a {
  text-decoration: none;
  color: #1b1b1b;
}

.featured-sec .featured-bow:hover {
  background: #1EB8A1;
}

.featured-sec .featured-bow:hover .featured-icon {
  border: 2px solid #FFF;
}

.featured-sec .featured-bow:hover h3,
.featured-sec .featured-bow:hover p {
  color: #FFF;
}

.featured-sec .featured-bow h3 {
  font-size: 23px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.featured-sec .featured-bow p {
  font-size: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.featured-sec .featured-bow .featured-icon {
  width: 80px;
  height: 80px;
  background: #1EB8A1;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  margin-top: -56px;
  margin-bottom: 17px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid #1EB8A1;
}

.solution-section {
  width: 100%;
  padding: 30px 0px;
  position: relative;
  overflow: hidden;
}

.solution-section .pattern-layer {
  position: absolute;
  content: '';
  right: 0px;
  top: 140px;
  right: 0px;
  bottom: 0px;
  width: 221px;
  height: 500px;
}

.solution-section .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-section .left-sec {
  position: relative;
  width: 42%;
}

.solution-section .left-sec .solution-img {
  background: url(../images/solution.png) no-repeat;
  padding: 79px;
  margin-left: -200px;
  position: relative;
}

.solution-section .right-sec {
  position: relative;
  width: 58%;
}

.solution-section .right-sec .inner-column {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding-left: 40px;
  padding-right: 15px;
  padding-top: 100px;
}

.solution-section .right-sec .inner-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-section .right-sec .inner-column ul li {
  width: 100%;
  position: relative;
  padding-left: 80px;
  margin-bottom: 25px;
}

.solution-section .right-sec .inner-column ul li .icon-sec {
  position: absolute;
  left: 0;
  top: 0;
}

.solution-section .right-sec .inner-column ul li h4 {
  font-size: 24px;
  font-weight: 500;
}

.solution-section .right-sec .inner-column ul li p {
  font-size: 15px;
  line-height: 24px;
}

.n-q {
  width: 100%;
  background: #FFF;
  padding: 20px 0px;
}

.n-q .n-q-content {
  width: 100%;
  border: 2px solid #f5d136;
  border-radius: 6px;
  padding: 15px;
}

.n-q .n-q-content h4 {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.oneman-sec {
  width: 100%;
  position: relative;
}

.oneman-sec::before {
  width: 100%;
  height: 100%;
  content: '';
  background: #007FBC;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.oneman-sec .oneman-txt {
  width: 100%;
  padding: 240px 0px;
}

.oneman-sec .oneman-txt h3 {
  font-size: 27px;
  color: #FFF;
  font-weight: 700;
}

.oneman-sec .oneman-txt p {
  font-size: 16px;
  color: #FFF;
}

.oneman-sec .sec-one1 {
  width: 100%;
  height: 100%;
  padding: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.oneman-sec .sec-one1 img {
  width: 100%;
}

.nutrition-sec {
  width: 100%;
  background: #FFF;
}

.nutrition-sec .nutrition-img {
  width: 100%;
  padding: 30px 0px;
}

.nutrition-sec .nutrition-img img {
  width: 100%;
}

.nutrition-sec .nutrition-txt {
  width: 100%;
  padding: 155px 75px 75px 75px;
}

.nutrition-sec .nutrition-txt h3 {
  font-size: 27px;
  font-weight: 700;
}

.nutrition-sec .nutrition-txt p {
  font-size: 16px;
}

.nutrition-sec .nutrition-points {
  width: 100%;
  padding: 40px 0px;
}

.nutrition-sec .nutrition-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nutrition-sec .nutrition-points ul li {
  width: 100%;
}

.nutrition-sec .nutrition-points ul li .txt-point {
  width: 178px;
  height: 178px;
  background: #FFF;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nutrition-sec .nutrition-points ul li .txt-point p {
  margin: 0;
}

.nutrition-sec .nutrition-points ul li:nth-child(1) .txt-point {
  border: 13px solid #B7B34A;
}

.nutrition-sec .nutrition-points ul li:nth-child(2) .txt-point {
  border: 13px solid #79B74A;
}

.nutrition-sec .nutrition-points ul li:nth-child(3) .txt-point {
  border: 13px solid #4A92B7;
}

.nutrition-sec .nutrition-points ul li:nth-child(4) .txt-point {
  border: 13px solid #4AB7AC;
}

.nutrition-sec .nutrition-points ul li:nth-child(5) .txt-point {
  border: 13px solid #4A76B7;
}

.nutrition-sec .nutrition-points ul li:nth-child(6) .txt-point {
  border: 13px solid #9065C9;
}

.health {
  width: 100%;
  background: #FFF;
}

.health .health-txt {
  width: 100%;
  padding: 108px 0px;
}

.health .health-txt h3 {
  font-size: 27px;
  font-weight: 700;
}

.health .health-txt p {
  font-size: 16px;
}

.health .health-img {
  width: 100%;
  padding-top: 20px;
}

.health .health-img img {
  width: 100%;
}

.nutrigenetics-sec {
  width: 100%;
  background: #4ab7ac;
}

.nutrigenetics-sec .health-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.nutrigenetics-sec .health-img img {
  width: 100%;
}

.nutrigenetics-sec .nutrigenetic {
  width: 100%;
  padding: 220px 0px;
}

.nutrigenetics-sec .nutrigenetic h4 {
  font-size: 27px;
  font-weight: 700;
}

.nutrigenetics-sec .nutrigenetic p {
  font-size: 16px;
  margin: 0;
}

.benefits-sec {
  width: 100%;
  padding: 30px 0px;
}

.benefits-sec h5 {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  color: #FFF;
}

.benefits-sec p {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  margin: 0;
}

.benefits-sec #benefit {
  padding-top: 40px;
}

.benefits-sec .owl-controls {
  display: none !important;
}

.benefits-sec .sec-benefit {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
}

.benefits-sec .sec-benefit .benefit-img {
  width: 100%;
}

.benefits-sec .sec-benefit .benefit-img img {
  width: 100%;
}

.benefits-sec .sec-benefit .benefit-txt {
  width: 100%;
  min-height: 120px;
  padding: 15px;
}

.benefits-sec .sec-benefit .benefit-txt h3 {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 5px;
}

.benefits-sec .sec-benefit .benefit-txt p {
  font-size: 14px;
  color: #212529;
  margin: 0;
  text-align: left;
}

.benefits-sec .sec-benefit .benefit-link {
  width: 100%;
  padding: 0px 15px 15px 15px;
}

.benefits-sec .sec-benefit .benefit-link a {
  border: 1px solid #4A76B7;
  border-radius: 25px;
  padding: 8px 15px;
  display: inline-block;
  color: #212529;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.benefits-sec .sec-benefit .benefit-link a:hover {
  background: #4A76B7;
  color: #FFF;
}

.medicine-sec {
  width: 100%;
  padding: 30px 0px;
  position: relative;
}

.medicine-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}

.medicine-sec .m-txt {
  width: 100%;
  padding: 15px;
  border: 2px solid #1EB8A1;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  background: #1eb8a138;
  text-align: center;
}

.medicine-sec .m-txt p {
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
}

.shop-sec {
  width: 100%;
  padding: 180px 0px;
}

.shop-sec .shop-area {
  width: 100%;
  text-align: center;
}

.shop-sec .shop-area h5 {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}

.shop-sec .shop-area a {
  background: #FFF;
  display: inline-block;
  padding: 9px 18px;
  font-size: 16px;
  color: #212529;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.shop-sec .shop-area a:hover {
  background: #212529;
  color: #FFF;
}

.test-flow {
  width: 100%;
  padding: 40px 0px;
  background: #1EB8A1;
  background: -webkit-gradient(linear, left top, right top, from(#1EB8A1), to(#007FBC));
  background: linear-gradient(to right, #1EB8A1 0%, #007FBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$primary-color', GradientType=1);
}

.test-flow h5 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 3px;
}

.test-flow p {
  font-size: 16px;
  text-align: center;
}

.test-flow .col-lg-3 {
  margin-top: 15px;
}

.test-flow .cmn-sec {
  width: 100%;
  height: 100%;
  background: #55bfbb57;
  border: 1px solid #FFF;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  margin-top: 16px;
}

.test-flow .cmn-sec .flow-img {
  width: 100%;
  min-height: 77px;
}

.test-flow .cmn-sec p {
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.test-flow .chart-sec {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.test-flow .chart-sec img {
  width: 100%;
}

.test-flow .video-area {
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.test-flow .video-area video,
.test-flow .video-area img,
.test-flow .video-area iframe {
  width: 100%;
}

.test-flow .video-area .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}

.test-flow .video-area .overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}

.test-flow .video-area .overlay span {
  position: absolute;
  z-index: 9;
  width: 61px;
  height: 61px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -20px;
}

.test-flow .video-area .overlay span img {
  width: 100%;
}

.section8 {
  width: 100%;
  padding: 30px 0px;
  background: #FCE0C7 url(../images/curve1.svg) no-repeat left top;
  position: relative;
  overflow: hidden;
}

.section8 .section-txt {
  width: 100%;
  padding: 140px 0px;
}

.section8 .section-txt p {
  font-size: 16px;
}

.section8 .veg-img {
  width: 100%;
}

.section8 .veg-img img {
  width: 100%;
}

.sec-one {
  position: absolute;
  left: 30%;
  top: -10px;
  width: 134px;
  height: 134px;
}

.sec-two {
  position: absolute;
  left: 52%;
  bottom: -10px;
  width: 96px;
  height: 96px;
}

.expert-sec {
  width: 100%;
  padding: 40px 0px;
  background: #FFF;
}

.expert-sec h5 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}

.expert-sec .owl-controls {
  display: none !important;
}

.expert-sec .panel-sec {
  width: 100%;
}

.expert-sec .panel-sec .panel-pic {
  width: 150px;
  height: 150px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50px;
  overflow: hidden;
}

.expert-sec .panel-sec h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.expert-sec .panel-sec p {
  text-align: center;
  font-size: 16px;
  padding: 0 14px;
}

.clients {
  width: 100%;
  padding: 40px 0px;
  background: #007FBC;
}

.clients .client-logo {
  width: 100%;
  background: #FFF;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients .owl-controls {
  display: none !important;
}

.video-sec {
  width: 100%;
  padding: 40px 0px;
}

.video-sec .video-area {
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.video-sec .video-area video,
.video-sec .video-area img,
.video-sec .video-area iframe {
  width: 100%;
}

.video-sec .video-area .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}

.video-sec .video-area .overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}

.video-sec .video-area .overlay span {
  position: absolute;
  z-index: 9;
  width: 61px;
  height: 61px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -20px;
}

.video-sec .video-area .overlay span img {
  width: 100%;
}

.login .modal-dialog {
  width: 350px;
  float: initial;
}

.modal {
  z-index: 99999;
}

.modal-backdrop {
  z-index: 9999;
}

.login .modal-title {
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.login .close {
  position: absolute;
  right: 20px;
  top: 22px;
}

.login .modal-header {
  position: relative;
}

.login .form-control {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 9px;
  font-weight: 400;
  font-size: 14px;
}

.login .loginBox p {
  text-align: right;
}

.login .loginBox a {
  background: none;
  padding: 0 !important;
  font-weight: 400;
  color: #303030;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.login .loginBox a:hover {
  color: #007FBC;
}

.login .btn-login {
  width: 100%;
  color: #FFF;
  font-weight: 400;
  padding: 12px 15px;
  background: #007FBC;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: none;
}

.login .btn-login:hover {
  background: #1EB8A1;
}

.login-footer {
  width: 100%;
}

.login-footer span {
  width: 100%;
  text-align: center;
  display: block;
}

.login-footer span a {
  color: #007FBC;
  text-decoration: none;
}

.login-footer span a:hover {
  color: #1EB8A1;
}

.login .btn-register {
  width: 100%;
  color: #FFF;
  font-weight: 400;
  padding: 12px 15px;
  background: #007FBC;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: none;
}

.login .btn-register:hover {
  background: #1EB8A1;
}

.login .register-footer {
  width: 100%;
  text-align: center;
}

.login .register-footer span {
  width: 100%;
  text-align: center;
}

.login .register-footer a {
  color: #007FBC;
  text-decoration: none;
}

.login .register-footer a:hover {
  color: #1EB8A1;
}

.inner-banner {
  width: 100%;
  background-image: url(../images/inner-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  position: relative;
  margin-top: 135px;
}

.inner-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #82c55b;
  background: -webkit-gradient(linear, left top, right top, from(#82c55b), to(#007fbc));
  background: linear-gradient(to right, #82c55b 0%, #007fbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c55b', endColorstr='#007fbc', GradientType=1);
  opacity: 0.8;
}

.inner-banner h2 {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 99;
  font-weight: 700;
}

.inner-banner p {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 99;
  font-weight: 500;
  margin: 0px;
}

.inner-banner p a {
  color: #373737;
  padding-right: 10px;
  text-decoration: none;
  font-weight: 500;
}

.inner-banner p img {
  margin-right: 5px;
}

.about-sec {
  width: 100%;
  padding: 40px 0px;
  background: #FFF;
}

.about-sec h4 {
  font-size: 18px;
  color: #007FBC;
  font-weight: 500;
  margin: 0;
}

.about-sec h4 span {
  position: relative;
  padding: 0 20px;
}

.about-sec h4 span::before {
  content: '';
  position: absolute;
  background: url(../images/left.svg) no-repeat;
  left: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.about-sec h4 span::after {
  content: '';
  position: absolute;
  background: url(../images/right.svg) no-repeat;
  right: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.about-sec h5 {
  font-size: 50px;
  font-weight: 700;
}

.about-sec p {
  font-size: 16px;
}

.about-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-sec ul li {
  width: 100%;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.about-sec ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../images/circle-right.svg) no-repeat;
  background-size: 16px;
}

.aboutImg {
  width: 100%;
  position: relative;
}

.aboutImg img {
  width: 100%;
  border-radius: 10px;
}

.directors-board {
  width: 100%;
  padding: 40px 0px;
  background: #ecf9f5;
}

.directors-board h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

.directors-board h6 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.directors-board .inner-box {
  width: 100%;
  float: left;
  background: #FFF;
  padding: 40px 30px 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
}

.directors-board .inner-box::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px/-1);
  left: calc(2px/-1);
  background: -webkit-gradient(linear, left top, right top, from(#007FBC), to(#007FBC)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #007FBC), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #007FBC), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, from(#007FBC), to(#007FBC)), -webkit-gradient(linear, right top, left top, from(#007FBC), to(#007FBC));
  background: linear-gradient(to right, #007FBC 0%, #007FBC 100%), linear-gradient(to top, #007FBC 50%, transparent 50%), linear-gradient(to top, #007FBC 50%, transparent 50%), linear-gradient(to right, #007FBC 0%, #007FBC 100%), linear-gradient(to left, #007FBC 0%, #007FBC 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0) rotate(0deg);
          transform: scaleX(0) rotate(0deg);
  -webkit-transition-delay: 0.6s, 0.3s, 0s;
          transition-delay: 0.6s, 0.3s, 0s;
}

.directors-board .inner-box:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  -webkit-transform: scaleX(1) rotate(0deg);
          transform: scaleX(1) rotate(0deg);
  -webkit-transition-delay: 0s, 0.3s, 0.6s;
          transition-delay: 0s, 0.3s, 0.6s;
}

.directors-board .inner-box .board-pic {
  position: relative;
  float: left;
  margin-right: 15px;
}

.directors-board .inner-box h4 {
  font-size: 20px;
  font-weight: 700;
}

.directors-board .inner-box p {
  font-size: 16px;
  margin-bottom: 1px;
}

.contact-sec {
  width: 100%;
  padding: 40px 0px;
  background: #ecf9f5;
}

.contact-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border-radius: 6px;
}

.contact-sec ul li {
  width: 100%;
  padding: 25px;
  border-right: 1px solid #CCC;
}

.contact-sec ul li:last-child {
  border-right: none;
}

.contact-sec ul li .c-icon {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-sec ul li .c-icon img {
  width: 50px;
}

.contact-sec ul li h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.contact-sec ul li h6 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.contact-sec ul li p {
  text-align: center;
  font-size: 16px;
}

.contact-sec ul li .c-link {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 7px 0px;
}

.contact-sec ul li .c-link p {
  margin: 0;
}

.contact-sec ul li .c-link a {
  text-decoration: none;
  font-size: 16px;
  color: #212529;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-sec ul li .c-link a i {
  margin-right: 10px;
}

.contact-sec ul li .c-link a:hover {
  color: #007FBC;
}

.contact-form {
  width: 100%;
  padding: 40px 0px;
  background: #FFF;
}

.contact-form h5 {
  font-size: 18px;
  color: #007FBC;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.contact-form h5 span {
  position: relative;
  padding: 0 20px;
}

.contact-form h5 span::before {
  content: '';
  position: absolute;
  background: url(../images/left.svg) no-repeat;
  left: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.contact-form h5 span::after {
  content: '';
  position: absolute;
  background: url(../images/right.svg) no-repeat;
  right: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.contact-form h6 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.contact-form input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid #e0e3e7;
  padding: 0 20px;
  font-size: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-form input:focus {
  border: 1px solid #007FBC;
}

.contact-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border: 1px solid #e0e3e7;
  padding: 20px;
  font-size: 16px;
  resize: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-form textarea:focus {
  border: 1px solid #007FBC;
}

.contact-form button {
  width: 167px;
  height: 60px;
  background: #007FBC;
  border: none;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.contact-form button:hover {
  background: #1EB8A1;
}

.news-sec {
  width: 100%;
  padding: 40px 0px;
  background-image: url(../images/pattern-bg2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.news-sec .col-lg-6 {
  margin-bottom: 15px;
}

.news-sec .news-box {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 6px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.news-sec .news-box .box-date {
  width: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #007FBC;
  padding: 10px;
  border-radius: 6px;
  margin-right: 20px;
}

.news-sec .news-box .box-date h5 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 2px;
}

.news-sec .news-box .box-date h6 {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}

.news-sec .news-box .box-content {
  width: 100%;
}

.news-sec .news-box .box-content p {
  font-size: 16px;
  margin: 0;
}

.blog-sec {
  width: 100%;
  padding: 40px 0px;
}

.blog-sec .blog-box {
  width: 100%;
  float: left;
  background: #FFF;
  padding: 20px;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
}

.blog-sec .blog-box .blog-img {
  width: 100%;
}

.blog-sec .blog-box .blog-img img {
  width: 100%;
}

.blog-sec .blog-box .blog-date {
  width: 100%;
  float: left;
  padding: 10px 0px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

.blog-sec .blog-box .blog-date .blog-cmn {
  width: auto;
  float: left;
  font-size: 14px;
  padding-right: 15px;
}

.blog-sec .blog-box .blog-date .blog-cmn i {
  color: #007FBC;
}

.blog-sec .blog-box h5 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
}

.blog-sec .blog-box p {
  font-size: 16px;
}

.blog-sec .blog-box a {
  padding: 10px 18px;
  border: 1px solid #007FBC;
  color: #212529;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sec .blog-box a:hover {
  background: #007FBC;
  color: #FFF;
}

.blog-sec .blog-box blockquote {
  padding: 10px 20px 10px 50px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: none;
  font-style: italic;
  position: relative;
}

.blog-sec .blog-box blockquote::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "\f10d ";
  font-family: fontawesome;
  font-size: 34px;
}

.blog-sec .blog-right {
  width: 100%;
  float: left;
  background: #FFF;
  padding: 30px 20px 14px 20px;
  border: 1px solid #f5f5f5;
  margin-bottom: 15px;
}

.blog-sec .blog-right .blog-search {
  width: 100%;
  float: left;
  border: 1px solid #e7e7e7;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}

.blog-sec .blog-right .blog-search input {
  float: left;
  width: 100%;
  height: 41px;
  margin-bottom: 0;
  border: none;
  padding: 10px 10px 10px 10px;
}

.blog-sec .blog-right .blog-search span {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}

.blog-sec .blog-right .blog-search button {
  height: 41px;
}

.blog-sec .blog-right .blog-search button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  outline: 0;
}

.blog-sec .blog-right .post-category {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.blog-sec .blog-right .post-category h6 {
  font-size: 18px;
  margin-bottom: 26px;
}

.blog-sec .blog-right .post-category h6 span {
  position: relative;
  padding-bottom: 7px;
}

.blog-sec .blog-right .post-category h6 span::before {
  width: 60px;
  height: 2px;
  background: #007FBC;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog-sec .blog-right .post-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sec .blog-right .post-category ul li {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sec .blog-right .post-category ul li:hover {
  background: #eee;
}

.blog-sec .blog-right .post-category ul li a {
  padding: 12px 0px;
  display: block;
  font-size: 14px;
  color: #212529;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.blog-sec .blog-right .post-category ul li a::before {
  color: #007FBC;
  content: "\25A0";
  display: inline-block;
  padding-left: 5px;
  padding-right: 15px;
  margin-right: 0;
}

.blog-sec .blog-right .recent-post {
  width: 100%;
  float: left;
}

.blog-sec .blog-right .recent-post h6 {
  font-size: 18px;
  margin-bottom: 26px;
}

.blog-sec .blog-right .recent-post h6 span {
  position: relative;
  padding-bottom: 7px;
}

.blog-sec .blog-right .recent-post h6 span::before {
  width: 60px;
  height: 2px;
  background: #007FBC;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog-sec .blog-right .recent-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sec .blog-right .recent-post ul li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.blog-sec .blog-right .recent-post ul li span {
  color: #007FBC;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-sec .blog-right .recent-post ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #212529;
  margin-bottom: 5px;
  display: block;
}

.blog-sec .blog-right .recent-post ul li a img {
  width: 100%;
}

.blog-sec .blog-right .recent-post ul li .no-padding {
  padding-right: 0;
}

.success-story {
  width: 100%;
  background: #FFF;
  padding: 40px 0px;
}

.success-story h4 {
  font-size: 18px;
  color: #007FBC;
  font-weight: 500;
  margin: 0;
}

.success-story h4 span {
  position: relative;
  padding: 0 20px;
}

.success-story h4 span::before {
  content: '';
  position: absolute;
  background: url(../images/left.svg) no-repeat;
  left: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.success-story h4 span::after {
  content: '';
  position: absolute;
  background: url(../images/right.svg) no-repeat;
  right: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.success-story h5 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 5px;
}

.success-story h6 {
  font-size: 20px;
  font-weight: 400;
}

.success-story p {
  font-size: 16px;
  margin-bottom: 5px;
}

.success-story ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.success-story ul li {
  width: 100%;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.success-story ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../images/circle-right.svg) no-repeat;
  background-size: 16px;
}

.awards {
  width: 100%;
  padding: 40px 0px 10px 0px;
  background: #ecf9f5;
}

.awards h4 {
  font-size: 18px;
  color: #007FBC;
  font-weight: 500;
  margin: 0;
  text-align: center;
  margin-bottom: 15px;
}

.awards h4 span {
  position: relative;
  padding: 0 20px;
}

.awards h4 span::before {
  content: '';
  position: absolute;
  background: url(../images/left.svg) no-repeat;
  left: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.awards h4 span::after {
  content: '';
  position: absolute;
  background: url(../images/right.svg) no-repeat;
  right: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.awards h5 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.awards .award-box {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  background: #FFF;
  text-align: center;
  margin-bottom: 15px;
}

.awards .award-box img {
  width: 120px;
  margin-bottom: 15px;
}

.awards .award-box h6 {
  font-size: 16px;
  font-weight: 500;
}

.business-sec {
  width: 100%;
  padding: 40px 0px;
  background: #FFF;
}

.business-sec h4 {
  font-size: 18px;
  color: #0187c6;
  font-weight: 500;
  margin: 0;
}

.business-sec h4 span {
  position: relative;
  padding: 0 20px;
}

.business-sec h4 span::before {
  content: '';
  position: absolute;
  background: url(../images/left.svg) no-repeat;
  left: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.business-sec h4 span::after {
  content: '';
  position: absolute;
  background: url(../images/right.svg) no-repeat;
  right: 0;
  top: 7px;
  height: 13px;
  width: 16px;
}

.business-sec h5 {
  font-size: 50px;
  font-weight: 700;
}

.business-sec p {
  font-size: 16px;
}

.business-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-sec ul li {
  width: 100%;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.business-sec ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../images/circle-right.svg) no-repeat;
  background-size: 16px;
}

.business-sec a {
  border: 1px solid #007FBC;
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  color: #373737;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 25px;
  margin-top: 10px;
}

.business-sec a:hover {
  background: #007FBC;
  color: #FFF;
}

.forgot-password {
  width: 100%;
  padding: 40px 0px;
}

.forgot-password .forgot-sec {
  width: 100%;
  background: #FFF;
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.forgot-password .forgot-sec .forgotImg {
  width: 100%;
}

.forgot-password .forgot-sec .forgotImg img {
  width: 420px;
}

.forgot-password .forgot-sec .forgot-form {
  width: 100%;
  padding: 50px;
}

.forgot-password .forgot-sec .forgot-form label {
  font-size: 16px;
}

.forgot-password .forgot-sec .forgot-form h6 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.forgot-password .forgot-sec .forgot-form input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid #e0e3e7;
  padding: 0 20px;
  font-size: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.forgot-password .forgot-sec .forgot-form input:focus {
  border: 1px solid #007FBC;
}

.forgot-password .forgot-sec .forgot-form button {
  width: 167px;
  height: 60px;
  background: #007FBC;
  border: none;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.forgot-password .forgot-sec .forgot-form button:focus {
  outline: none;
}

.forgot-password .forgot-sec .forgot-form button:hover {
  background: #1EB8A1;
}

.service-sec {
  width: 100%;
  padding: 40px 0px;
}

.service-sec .service-box {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.service-sec .service-box::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px/-1);
  left: calc(2px/-1);
  background: -webkit-gradient(linear, left top, right top, from(#007FBC), to(#007FBC)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #007FBC), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #007FBC), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, from(#007FBC), to(#007FBC)), -webkit-gradient(linear, right top, left top, from(#007FBC), to(#007FBC));
  background: linear-gradient(to right, #007FBC 0%, #007FBC 100%), linear-gradient(to top, #007FBC 50%, transparent 50%), linear-gradient(to top, #007FBC 50%, transparent 50%), linear-gradient(to right, #007FBC 0%, #007FBC 100%), linear-gradient(to left, #007FBC 0%, #007FBC 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0) rotate(0deg);
          transform: scaleX(0) rotate(0deg);
  -webkit-transition-delay: 0.6s, 0.3s, 0s;
          transition-delay: 0.6s, 0.3s, 0s;
  z-index: -1;
}

.service-sec .service-box:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  -webkit-transform: scaleX(1) rotate(0deg);
          transform: scaleX(1) rotate(0deg);
  -webkit-transition-delay: 0s, 0.3s, 0.6s;
          transition-delay: 0s, 0.3s, 0.6s;
}

.service-sec .service-box .serviceImg {
  width: 100%;
  overflow: hidden;
}

.service-sec .service-box .serviceImg img {
  width: 100%;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.service-sec .service-box:hover .serviceImg img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.service-sec .service-box .service-item {
  width: 100%;
  padding: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 20px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px -4px rgba(0, 0, 0, 0.1);
}

.service-sec .service-box .service-item .service-title {
  margin: 0;
  min-height: 55px;
  margin-bottom: 11px;
}

.service-sec .service-box .service-item .service-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  color: #212529;
  text-decoration: none;
}

.service-sec .service-box .service-item .service-title h4::before {
  position: absolute;
  bottom: -12px;
  width: 40px;
  height: 4px;
  background: #007FBC;
  content: "";
  left: 0;
}

.service-sec .service-box .service-item .service-content {
  width: 100%;
  min-height: 126px;
  margin-bottom: 12px;
}

.service-sec .service-box .service-item .service-content p {
  color: #212529;
  text-decoration: none;
}

.service-sec .service-box .service-item .click {
  font-size: 14px;
  color: #373737;
  padding: 10px 18px;
  text-decoration: none;
  border: 1px solid #007FBC;
  border-radius: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-sec .service-box .service-item .click:hover {
  background: #007FBC;
  color: #FFF;
}

.remember {
  display: block;
  position: relative;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.remember input {
  height: auto !important;
  width: auto !important;
}

/* Hide the browser's default checkbox */
.remember input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.remember:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.remember input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.remember input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.remember .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pass-link {
  width: 100%;
}

.pass-link p {
  text-align: right;
}

.pass-link p a {
  color: #007FBC;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.pass-link p a:hover {
  color: #1EB8A1;
}

.service-details {
  width: 100%;
}

.service-details .service-details-img {
  width: 100%;
  margin-bottom: 10px;
}

.service-details .service-details-img img {
  width: 100%;
  border-radius: 3px;
}

.service-details h4 {
  font-size: 25px;
  font-weight: 700;
}

.service-details p {
  font-size: 16px;
}

.service-details ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.service-details ul li {
  position: relative;
  width: 100%;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 16px;
}

.service-details ul li::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #007FBC;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.links-head h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 20px;
  color: #FFF;
  background: #007FBC;
}

.details-links {
  width: 100%;
  border: 1px solid #ececec;
  background: #FFF;
}

.details-links ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.details-links ul li {
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.details-links ul li:last-child {
  border-bottom: none;
}

.details-links ul li a {
  padding: 20px;
  display: block;
  color: #373737;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.details-links ul li a:hover {
  background: #ececec;
}

.shop-sec1 {
  width: 100%;
  padding: 40px 0px;
}

.shop-sec1 .category {
  width: 100%;
  background: #FFF;
  border: 1px solid #e0e3e7;
  margin-bottom: 10px;
}

.shop-sec1 .category .box-head {
  width: 100%;
  background: #1db9a0;
  background: -webkit-gradient(linear, left top, right top, from(#1db9a0), to(#4d94c4));
  background: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db9a0', endColorstr='#4d94c4', GradientType=1);
  color: #FFF;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}

.shop-sec1 .category .category-link {
  width: 100%;
  padding: 15px;
}

.shop-sec1 .category .category-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-sec1 .category .category-link ul li {
  width: 100%;
  border-bottom: 1px solid #ececec;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.shop-sec1 .category .category-link ul li:last-child {
  border-bottom: none;
}

.shop-sec1 .category .category-link ul li a {
  font-size: 16px;
  color: #373737;
  display: block;
  padding: 10px 15px 10px 18px;
  text-decoration: none;
  background-image: url(../images/arrow-right-blue.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 0px 17px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.shop-sec1 .category .category-link ul li:hover {
  background: #ececec;
}

.shop-sec1 .category .search-sec {
  width: 100%;
  padding: 15px;
}

.shop-sec1 .category .search-sec .srch {
  width: 100%;
  position: relative;
}

.shop-sec1 .category .search-sec .srch input {
  width: 100%;
  height: 50px;
  border: 1px solid #dadada;
  padding: 10px 49px 10px 10px;
}

.shop-sec1 .category .search-sec .srch button {
  padding: 14px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: #1db9a0;
  background: -webkit-gradient(linear, left top, right top, from(#1db9a0), to(#4d94c4));
  background: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db9a0', endColorstr='#4d94c4', GradientType=1);
  color: #FFF;
}

.shop-sec1 .category .search-sec .srch button:hover {
  background: #4d94c4;
  background: -webkit-gradient(linear, left top, right top, from(#4d94c4), to(#1db9a0));
  background: linear-gradient(to right, #4d94c4 0%, #1db9a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d94c4', endColorstr='#1db9a0', GradientType=1);
}

.filter-title {
  width: 100%;
  padding: 15px;
  background: #1db9a0;
  background: -webkit-gradient(linear, left top, right top, from(#1db9a0), to(#4d94c4));
  background: linear-gradient(to right, #1db9a0 0%, #4d94c4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db9a0', endColorstr='#4d94c4', GradientType=1);
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
  display: none;
}

.filter-title i {
  float: right;
  font-size: 22px;
  margin-top: 2px;
  cursor: pointer;
}

.item-sec {
  width: 100%;
  background: #FFF;
  padding: 10px;
  border: 1px solid #e0e3e7;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}

.item-sec::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px/-1);
  left: calc(2px/-1);
  background: -webkit-gradient(linear, left top, right top, from(#007FBC), to(#007FBC)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #007FBC), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #007FBC), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, from(#007FBC), to(#007FBC)), -webkit-gradient(linear, right top, left top, from(#007FBC), to(#007FBC));
  background: linear-gradient(to right, #007FBC 0%, #007FBC 100%), linear-gradient(to top, #007FBC 50%, transparent 50%), linear-gradient(to top, #007FBC 50%, transparent 50%), linear-gradient(to right, #007FBC 0%, #007FBC 100%), linear-gradient(to left, #007FBC 0%, #007FBC 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0) rotate(0deg);
          transform: scaleX(0) rotate(0deg);
  -webkit-transition-delay: 0.6s, 0.3s, 0s;
          transition-delay: 0.6s, 0.3s, 0s;
  z-index: -1;
  border-radius: 6px;
}

.item-sec:hover::before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  -webkit-transform: scaleX(1) rotate(0deg);
          transform: scaleX(1) rotate(0deg);
  -webkit-transition-delay: 0s, 0.3s, 0.6s;
          transition-delay: 0s, 0.3s, 0.6s;
}

.item-sec .item-box {
  width: 100%;
  margin-bottom: 10px;
}

.item-sec .item-box img {
  width: 100%;
}

.item-sec .item-content {
  width: 100%;
  min-height: 190px;
}

.item-sec .item-content h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  color: #212529;
  text-decoration: none;
}

.item-sec .item-content h5::after {
  position: absolute;
  bottom: -8px;
  width: 40px;
  height: 4px;
  background: #007FBC;
  content: "";
  left: 0;
}

.item-sec .item-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1EB8A1;
  text-decoration: none;
}

.item-sec .item-content h6 span {
  font-family: Arial, Helvetica, sans-serif;
}

.item-sec .item-content p {
  font-size: 15px;
  text-decoration: none;
  color: #212529;
}

.price-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-sec h6 {
  width: 100%;
  line-height: 41px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 18px;
}

.price-sec h6 span {
  font-family: Arial, Helvetica, sans-serif;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price a {
  width: 190px;
  text-align: center;
  font-size: 14px;
  background: #007FBC;
  background: -webkit-gradient(linear, left top, right top, from(#007FBC), to(#1EB8A1));
  background: linear-gradient(to right, #007FBC 0%, #1EB8A1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='$secondary-color', GradientType=1);
  color: #FFF;
  padding: 10px 18px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid #FFF;
}

.price a:hover {
  border: 1px solid #1db9a0;
  background: #FFF;
  color: #373737;
}

.dashboard {
  width: 100%;
  padding: 0px 0px 40px 0px;
}

.dashboard .profile-sec {
  width: 100% !important;
  height: 100%;
  background: #FFF;
  padding: 25px 20px 15px 20px;
  border-radius: 6px;
  border: 1px solid #e0e3e7;
  -webkit-box-shadow: 2px 3px 5px #e8e8e8;
          box-shadow: 2px 3px 5px #e8e8e8;
  margin-bottom: 15px;
}

.dashboard .profile-sec .pic {
  height: 90px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}

.dashboard .profile-sec .pic img {
  width: 100%;
  border-radius: 50%;
}

.dashboard .profile-sec h4 {
  text-align: left;
  font-size: 18px;
}

.dashboard .profile-sec h5 {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #979b9c;
}

.dashboard .profile-sec .profile-links {
  width: 100%;
  padding: 0px 0px 15px 0px;
  border-top: 1px solid #e0e3e7;
  margin-top: 33px;
}

.dashboard .profile-sec .profile-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard .profile-sec .profile-links ul li {
  width: 100%;
  border-bottom: 1px solid #e0e3e7;
}

.dashboard .profile-sec .profile-links ul li:last-child {
  border-bottom: none;
}

.dashboard .profile-sec .profile-links ul li a {
  padding: 10px 0px 10px 30px;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  display: block;
  color: #373737;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
}

.dashboard .profile-sec .profile-links ul li a i {
  position: absolute;
  left: 9px;
  top: 13px;
}

.dashboard .profile-sec .profile-links ul li a:hover {
  background: #007FBC;
  color: #FFF;
}

.dashboard .profile-sec .profile-links ul .active a {
  background: #007FBC;
  color: #FFF;
}

.dashboard .dashboard-sec {
  width: 100%;
  background: #FFF;
  padding: 25px 15px 15px 15px;
  border-radius: 6px;
  border: 1px solid #e0e3e7;
  -webkit-box-shadow: 2px 3px 5px #e8e8e8;
          box-shadow: 2px 3px 5px #e8e8e8;
}

.dashboard .dashboard-sec h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 19px;
  border-bottom: 1px solid #e0e3e7;
  padding-bottom: 13px;
}

.dashboard .dashboard-sec .add-profile {
  width: 100%;
  margin-bottom: 40px;
}

.dashboard .dashboard-sec .add-profile img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.dashboard .dashboard-sec .add-profile .img-sec {
  width: 100%;
}

.dashboard .dashboard-sec .add-profile input[type="file"] {
  display: none;
}

.dashboard .dashboard-sec .add-profile input {
  background: #007FBC;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  color: #FFF;
}

.dashboard-banner {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0px 0px 0px;
  position: relative;
  margin-top: 135px;
}

.user-info {
  width: 100%;
}

.user-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-info ul li {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #e0e3e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-info ul li .f {
  width: 100%;
  color: #212529;
  text-align: left;
}

.user-info ul li .l {
  width: 100%;
  color: #979b9c;
  text-align: right;
}

.first-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.first-sec .profile-first {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
}

.account-info label {
  font-size: 15px;
  line-height: 44px;
  text-align: right;
}

.account-info input {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  border: 1px solid #e0e3e7;
  padding: 0 20px;
  font-size: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-radius: 6px;
}

.m20 {
  margin-bottom: 20px;
}

.update {
  text-align: right;
}

.update button {
  width: 167px;
  height: 60px;
  background: #007FBC;
  border: none;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.update button:hover {
  background: #1EB8A1;
}

.login {
  position: relative;
}

.login .profile {
  border: 1px solid #007FBC;
  border-radius: 25px;
  padding: 7px 22px 6px 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.login .profile::after {
  width: 10px;
  height: 10px;
  background: url(../images/arrow-down.svg) no-repeat center;
  content: '';
  position: absolute;
  right: 7px;
  top: 16px;
  background-size: 8px;
}

.login .profile .pic-profile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

.login .profile .pic-profile img {
  width: 100%;
}

.login .profile .noimg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  background: #1EB8A1;
  background: -webkit-gradient(linear, left top, right top, from(#1EB8A1), to(#007FBC));
  background: linear-gradient(to right, #1EB8A1 0%, #007FBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$primary-color', GradientType=1);
  border-radius: 50%;
  margin-right: 5px;
}

.login .profile .profile-txt {
  width: 103px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 3px;
}

.dropdown-sec {
  width: 199px !important;
  background: #FFF;
  border: 1px solid #e0e3e7;
  border-radius: 6px;
  margin-top: 13px;
  position: absolute;
  right: 0;
  display: none;
  border-top: 2px solid #007FBC;
}

.dropdown-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-sec ul li {
  width: 100%;
  border-bottom: 1px solid #e0e3e7;
}

.dropdown-sec ul li:last-child {
  border-bottom: none;
}

.dropdown-sec ul li a {
  padding: 10px 12px;
  display: block;
  font-size: 14px;
  color: #373737;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.dropdown-sec ul li a:hover {
  background: #f1f1f1;
}

.info-link {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 40px;
}

.info-link a {
  text-decoration: none;
  font-size: 16px;
  color: #212529;
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.info-link a i {
  margin-right: 10px;
}

.info-link a:hover {
  border-bottom: 3px solid #007FBC;
  color: #007FBC;
}

.info-link .active {
  border-bottom: 3px solid #007FBC;
  color: #007FBC;
}

.search-sec {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.search-sec a {
  border: 1px solid #b7b7b7;
  color: #212529;
  padding: 10px 18px;
  border-radius: 25px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  background: #FFF;
  margin-bottom: 10px;
  margin-right: 4px;
  text-decoration: none;
  display: inline-block;
}

.search-sec a:hover {
  background: #007FBC;
  color: #FFF;
  border: 1px solid #007FBC;
}

.search-sec .active {
  background: #007FBC;
  color: #FFF;
  border: 1px solid #007FBC;
}

.shop-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-details ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}

.shop-details ul li::before {
  width: 12px;
  height: 12px;
  border: 3px solid #007FBC;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
}

.shop-details h4 {
  font-size: 28px;
  font-weight: 500;
}

.shop-details h5 {
  font-size: 20px;
}

.shop-details h5 .rupees {
  font-family: Arial, Helvetica, sans-serif;
  color: #007FBC;
}

.shop-details h5 .count {
  color: #007FBC;
}

.shop-details p {
  text-align: justify;
}

.shop-details a {
  font-size: 14px;
  background: #007FBC;
  background: -webkit-gradient(linear, left top, right top, from(#007FBC), to(#1EB8A1));
  background: linear-gradient(to right, #007FBC 0%, #1EB8A1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary-color', endColorstr='$secondary-color', GradientType=1);
  color: #FFF;
  padding: 10px 18px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid #FFF;
  margin-bottom: 20px;
}

.shop-details a:hover {
  border: 1px solid #1db9a0;
  background: #FFF;
  color: #373737;
}

.p-pic {
  width: 360px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.p-pic img {
  width: 100%;
}

.no-img {
  height: 70px;
  border-radius: 50%;
  background: #1EB8A1;
  background: -webkit-gradient(linear, left top, right top, from(#1EB8A1), to(#007FBC));
  background: linear-gradient(to right, #1EB8A1 0%, #007FBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$primary-color', GradientType=1);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  color: #FFF;
  font-weight: 700;
}

.change-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 24px;
}

.change-img img {
  width: 100%;
}

.no-img-c {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 24px;
  background: #1EB8A1;
  background: -webkit-gradient(linear, left top, right top, from(#1EB8A1), to(#007FBC));
  background: linear-gradient(to right, #1EB8A1 0%, #007FBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary-color', endColorstr='$primary-color', GradientType=1);
  font-size: 33px;
  text-align: center;
  line-height: 100px;
  color: #FFF;
  font-weight: 700;
}

.tooltip-inner {
  background-color: #007FBC;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #007FBC;
}

.change {
  padding: 3px 14px;
  border: none;
  font-size: 20px;
  background: none;
  border: 1px solid #007FBC;
  border-radius: 3px;
  color: #007FBC;
  margin-top: 35px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.change:hover {
  background: #007FBC;
  color: #FFF;
}

.mb-profile {
  width: 100%;
  background: #FFF;
  margin-bottom: 5px;
  border-radius: 6px;
  border: 1px solid #e0e3e7;
  -webkit-box-shadow: 2px 3px 5px #e8e8e8;
          box-shadow: 2px 3px 5px #e8e8e8;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.mb-profile .mb-txt {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
  padding: 5px;
}

.mb-profile button {
  width: 43px;
  border: none;
  background: none;
  padding-right: 8px;
}

.mb-profile button:focus {
  outline: none;
}

.d-cart {
  float: right;
  position: relative;
  margin-top: 5px;
  color: #FFF;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #FFF;
  border-radius: 25px;
  padding: 1px;
  min-width: 90px;
  margin-right: 16px;
  padding-right: 45px;
}

.d-cart a {
  text-decoration: none;
  color: #FFF;
}

.d-cart img {
  width: 16px;
  float: left;
  margin: 6px 6px 6px 13px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.d-cart span {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #FFF;
  background: #ffffff;
  color: #000;
}

.cart {
  width: 100%;
  float: left;
  border: 1px solid #007FBC;
  border-radius: 25px;
  line-height: 38px;
  position: relative;
  display: none;
  margin-bottom: 14px;
}

.cart a {
  text-decoration: none;
}

.cart img {
  width: 20px;
  float: left;
  margin: 6px 6px 6px 16px;
}

.cart span {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  background: #007FBC;
  color: #FFF;
}

.address-view {
  border: 1px solid #e8e8e8;
  padding: 22px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px #efefef;
          box-shadow: 0px 0px 5px #efefef;
}

.address-view .cmn-sec {
  width: 100%;
  border: 1px dashed #CCC;
  padding: 20px 10px 10px 10px;
  background: #FFF;
  position: relative;
  border-radius: 3px;
  background: #fbfbfb;
  margin-bottom: 24px;
}

.address-view .cmn-sec label {
  background: #d2f0ff;
  border: 1px dashed #CCC;
  padding: 3px 13px;
  font-size: 12px;
  border-radius: 3px;
  position: absolute;
  top: -15px;
}

.address-view .cmn-sec p {
  margin-bottom: 0px;
}

.table-btn {
  width: 100%;
  text-align: right;
}

.table-btn .set {
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  background: #007FBC;
  color: #FFF;
}

.table-btn .delete {
  padding: 7px;
  border: none;
  background: #e61717;
  width: 41px;
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
}

.table-btn .edit {
  padding: 7px;
  border: none;
  background: #35980c;
  width: 41px;
  border-radius: 50%;
  color: #FFF;
  font-size: 18px;
}

.active-btn {
  background: #b1b2b3 !important;
}

.error {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}

.error .error-info {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.error .error-info h2 {
  font-size: 80px;
}

.error .error-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

.error .error-info a {
  padding: 14px 40px;
  background: #007FBC;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  border-radius: 25px;
  color: #FFF;
  text-decoration: none;
}

.error .error-info a:hover {
  background: #1EB8A1;
}

.left-sec1 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 26px;
  margin-top: 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-sec1 .left-img {
  width: 35%;
  height: 200px;
  float: left;
  margin-right: 20px;
}

.left-sec1 .left-img img {
  height: 100%;
  border-radius: 50%;
}

.right-sec {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 26px;
  margin-top: 30px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-sec .right-img {
  width: 35%;
  height: 200px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.right-sec .right-img img {
  height: 100%;
  border-radius: 50%;
}

.cart-sec {
  width: 100%;
  padding: 40px 0px;
}

.cart-sec .card-block {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.cart-sec .card-block h1 {
  color: #414141;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.cart-sec .cart-overview {
  padding: 12px;
}

.cart-sec .cart-overview .cart-view {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 25px;
}

.cart-sec .cart-overview .cart-view:last-child {
  border-bottom: none;
}

.cart-sec .cart-overview .cart-view .p-image {
  width: 140px;
}

.cart-sec .cart-overview .cart-view .p-image img {
  width: 100%;
}

.cart-sec .cart-overview .cart-view .c-title {
  width: 340px;
  padding-top: 15px;
}

.cart-sec .cart-overview .cart-view .c-title .title-p {
  font-size: 18px;
  font-weight: 500;
}

.cart-sec .cart-overview .cart-view .c-title .remove a {
  font-size: 16px;
  color: #fb0200;
  text-decoration: none;
}

.cart-sec .cart-overview .cart-view .c-title .remove a i {
  margin-right: 5px;
}

.cart-sec .cart-overview .cart-view .quantity {
  width: 143px;
  padding: 0 20px;
}

.cart-sec .cart-overview .cart-view .quantity h5 {
  font-size: 15px;
  text-align: center;
}

.cart-sec .cart-overview .cart-view .quantity .q-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
}

.cart-sec .cart-overview .cart-view .quantity .q-sec a {
  width: 20%;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.cart-sec .cart-overview .cart-view .quantity .q-sec input {
  width: 60%;
  border: 1px solid #c3c3c3;
  text-align: center;
}

.cart-sec .cart-overview .cart-view .c-price {
  width: 143px;
  padding-left: 35px;
}

.cart-sec .cart-overview .cart-view .c-price h5 {
  font-size: 15px;
}

.cart-sec .cart-overview .cart-view .c-price h6 {
  font-size: 16px;
  padding-top: 7px;
}

.cart-sec .cart-overview .cart-view .c-price h6 span {
  font-family: Arial, Helvetica, sans-serif;
}

.cart-sec .card-summary {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.cart-sec .card-summary h4 {
  color: #414141;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cart-sec .card-summary .price-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 5px;
  padding-top: 8px;
}

.cart-sec .card-summary .price-sec div {
  width: 100%;
  font-size: 16px;
}

.cart-sec .card-summary .price-sec div span {
  font-family: Arial, Helvetica, sans-serif;
}

.cart-sec .card-summary .price-sec div:last-child {
  text-align: right;
}

.cart-sec .card-summary .price-sec1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 5px;
  padding-top: 8px;
}

.cart-sec .card-summary .price-sec1 div {
  width: 100%;
  font-size: 15px;
  color: #007FBC;
}

.cart-sec .card-summary .price-sec1 div span {
  font-family: Arial, Helvetica, sans-serif;
}

.cart-sec .card-summary .price-sec1 div:last-child {
  text-align: right;
}

.cart-sec .card-summary .coupon {
  width: 100%;
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-sec .card-summary .coupon .field-couponform-coupon {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0px;
}

.cart-sec .card-summary .coupon .field-couponform-coupon input {
  width: 100%;
  padding: 8px;
  border: 1px solid #b1b1b1;
}

.cart-sec .card-summary .coupon button {
  padding: 8px 10px;
  border: none;
  background: #007FBC;
  color: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.cart-sec .card-summary .coupon button:hover {
  background: #1EB8A1;
}

.cart-sec .card-summary .coupon a {
  padding: 8px 10px;
  border: none;
  background: #007FBC;
  color: #FFF;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  text-decoration: none;
  height: 39px;
}

.cart-sec .card-summary .coupon a:hover {
  background: #1EB8A1;
}

.cart-sec .card-summary .btn-sec {
  width: 100%;
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-sec .card-summary .btn-sec a {
  width: 100%;
  text-align: center;
  background: #007FBC;
  color: #FFF;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}

.cart-sec .card-summary .btn-sec a:first-child {
  margin-right: 5px;
  background: #1EB8A1;
}

.cart-sec .card-summary .btn-sec button {
  width: 100%;
  text-align: center;
  background: #007FBC;
  color: #FFF;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
  border: none;
}

.cart-sec .card-summary .btn-sec button:first-child {
  margin-right: 5px;
  background: #1EB8A1;
}

.center-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.name {
  font-size: 16px;
  font-weight: 700;
  color: #007FBC;
  padding-top: 6px;
}

.mb-media {
  display: none;
  width: 100%;
  float: left;
  padding: 9px;
  text-align: center;
}

.mb-media a {
  font-size: 20px;
  width: 38px;
  height: 38px;
  background: #007FBC;
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

@media (min-width: 991px) and (max-width: 1350px) {
  .solution-section .left-sec,
  .solution-section .right-sec {
    width: 50%;
  }
}

@media (min-width: 991px) and (max-width: 1136px) {
  .solution-section .left-sec .solution-img {
    background: transparent;
    margin-left: -60px;
  }
  .solution-section .left-sec .solution-img img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 14px 10px;
    font-size: 12px;
  }
  header .menu .navbar-brand img {
    width: 130px;
  }
  .nutrition-sec .nutrition-points ul li .txt-point {
    width: 150px;
    height: 150px;
  }
  .nutrigenetics-sec .nutrigenetic {
    padding: 50px 0px 10px 0px;
  }
}

@media (max-width: 991px) {
  header {
    position: relative;
  }
  header .menu .navbar-brand {
    padding: 20px 1px 20px 0px;
  }
  .top-sec .d-cart {
    display: none;
  }
  .cart {
    display: block;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu.svg);
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    outline: none;
  }
  .nav-item {
    border-bottom: 1px dashed #e2e2e2;
  }
  .donate a {
    text-align: center;
  }
  header .top-sec .top-media a {
    width: 29px;
  }
  .footer-widget {
    border: 1px solid #FFF;
    padding: 10px;
    margin-bottom: 10px;
  }
  footer .copyright .copyright-txt p {
    text-align: center;
    margin-bottom: 10px;
  }
  footer .copyright .powered p {
    text-align: center;
  }
  .banner-section {
    margin-top: 0;
  }
  .carousel-item {
    padding: 30px 0px;
  }
  .banner-column {
    padding: 17px 20px;
  }
  .nav-up {
    position: relative;
  }
  .nav-down {
    top: inherit;
  }
  .whiteHeader {
    top: inherit;
  }
  .featured-sec .featured-bow {
    height: auto;
    margin-bottom: 42px;
  }
  .featured-sec {
    padding: 24px 0px 0px 0px;
  }
  .left-sec {
    display: none;
  }
  .solution-section .right-sec {
    width: 100%;
  }
  .solution-section .right-sec .inner-column {
    padding-top: 24px;
    padding-left: 0;
  }
  .nutrition-sec .nutrition-points ul {
    display: block;
  }
  .nutrition-sec .nutrition-points ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 18px;
  }
  .nutrition-sec .nutrition-points ul li .txt-point {
    margin: auto;
  }
  .nutrition-sec .nutrition-points {
    padding: 0px 0px;
    float: left;
  }
  .nutrition-sec .nutrition-txt {
    padding: 0px;
    margin-bottom: 40px;
  }
  .oneman-sec .sec-one1 img {
    width: 100%;
  }
  .health .health-txt {
    padding: 28px 0px 20px 0px;
  }
  .health-img {
    display: none;
  }
  .nutrigenetics-sec .nutrigenetic {
    padding: 20px 0px 20px 0px;
  }
  .section8 .section-txt {
    padding: 9px 0px;
  }
  .sec-one {
    opacity: 0.5;
  }
  .veg-img,
  .section8 .section-txt p {
    text-align: center;
  }
  .section8 .veg-img img {
    width: 210px;
    margin: auto;
  }
  .inner-banner {
    margin-top: 0;
    padding: 40px 0px;
  }
  .about-sec h5,
  .business-sec h5 {
    font-size: 30px;
  }
  .business-sec h4 {
    margin-bottom: 10px;
  }
  .aboutImg {
    margin-bottom: 20px;
  }
  .about-sec,
  .directors-board {
    padding: 20px 0px;
  }
  .about-sec h4 {
    margin-bottom: 10px;
  }
  .contact-sec ul {
    display: block;
    background: none;
  }
  .contact-sec ul li {
    border-right: none;
    margin-bottom: 5px;
    background: #FFF;
  }
  .contact-sec,
  .contact-form,
  .news-sec {
    padding: 15px 0px;
  }
  .contact-form h6 {
    font-size: 33px;
  }
  .contact-form button {
    width: 100%;
  }
  .contact-form textarea,
  .contact-form input {
    margin-bottom: 7px;
  }
  .blog-sec {
    padding: 20px 0px;
  }
  .success-story {
    padding: 20px 0px;
  }
  .awards {
    width: 100%;
    padding: 20px 0px 10px 0px;
  }
  .success-story h5,
  .awards h5 {
    font-size: 22px;
  }
  .success-story h4 {
    margin-bottom: 12px;
  }
  .awards h4 {
    margin-bottom: 9px;
  }
  .forgot-password .forgot-sec {
    display: block;
  }
  .forgot-password .forgot-sec .forgotImg {
    text-align: center;
  }
  .forgot-password .forgot-sec .forgotImg img {
    width: 200px;
  }
  .forgot-password .forgot-sec .forgot-form {
    width: 100%;
    padding: 0px 10px 17px 10px;
  }
  .forgot-password .forgot-sec .forgot-form button {
    width: 100%;
  }
  .forgot-password .forgot-sec .forgot-form h6 {
    text-align: center;
  }
  .forgot-password {
    padding: 20px 0px;
  }
  .forgot-sec p {
    text-align: center;
  }
  .service-sec {
    padding: 20px 0px;
  }
  .shop-sec1 {
    padding: 20px 0px;
  }
  .filter-title {
    display: block;
  }
  .filter {
    display: none;
  }
  .dashboard {
    padding: 0px 0px 20px 0px;
  }
  .dashboard-banner {
    margin-top: 0px;
  }
  .login .profile .profile-txt {
    width: 100%;
  }
  .dropdown-sec {
    width: 100% !important;
    position: relative;
  }
  .dashboard .profile-sec {
    height: auto;
  }
  .search-sec input,
  .search-sec select {
    margin-bottom: 10px;
  }
  .mb-profile {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-sec,
  .first-sec,
  .user-info {
    display: none;
  }
  .dashboard .profile-sec .profile-links {
    margin-top: 0;
  }
  .card {
    margin-bottom: 10px;
  }
  .cart-sec {
    padding: 30px 0px 20px 0px;
  }
  .oneman-sec .oneman-txt {
    padding: 50px 0px;
  }
  .nutrigenetics-sec {
    padding: 20px 0px;
  }
  .chart-sec {
    padding: 20px 0px;
  }
  .left-sec1, .right-sec {
    display: block;
    text-align: left;
  }
  .left-sec1 .left-img {
    width: 100%;
    height: 130px;
    margin-right: 0;
    margin-bottom: 9px;
  }
  .left-sec1 .center-align1 {
    display: block;
    width: 100%;
  }
  .right-sec .right-img {
    width: 100%;
    height: 130px;
    margin-left: 0;
    margin-bottom: 9px;
  }
}

@media (max-width: 768px) {
  .top-sec {
    display: none;
  }
  .nav-up {
    position: relative;
  }
  footer .main-footer {
    padding: 16px 0px;
  }
  .solution-section .right-sec .inner-column ul li {
    padding-left: 0;
    padding-top: 71px;
  }
  .nav-down {
    top: 0;
  }
  .whiteHeader {
    top: inherit;
  }
  .nutrition-sec .nutrition-points ul li {
    width: 50%;
  }
  .sec-one1 {
    display: none;
  }
  .shop-sec {
    padding: 50px 0px;
  }
  .shop-sec .shop-area h5 {
    font-size: 19px;
  }
  .test-flow p {
    margin-bottom: 0;
  }
  .test-flow .col-lg-3 {
    margin-top: 5px;
  }
  .expert-sec h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .video-sec {
    padding: 10px 0px;
  }
  .directors-board .inner-box .board-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: 194px;
    margin: auto;
  }
  .directors-board .inner-box h4,
  .directors-board .inner-box p {
    text-align: center;
  }
  .directors-board .inner-box {
    margin-bottom: 3px;
  }
  .news-sec .news-box {
    padding: 20px;
    display: block;
  }
  .news-sec .news-box .box-date {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-sec .news-box .box-content {
    text-align: center;
  }
  .blog-sec .blog-box {
    padding: 7px;
  }
  .blog-sec .blog-right {
    padding: 12px 7px 0px 7px;
    margin-bottom: 0;
  }
  .blog-sec .blog-right .recent-post ul li .no-padding {
    padding-right: 15px;
  }
  .blog-sec .blog-box h5 {
    font-size: 17px;
  }
  .inner-banner h2 {
    font-size: 27px;
  }
  .update button {
    width: 100%;
  }
  .account-info label {
    text-align: left;
    line-height: 24px;
  }
  .account-info input {
    margin-bottom: 0px;
  }
  .p-pic {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .shop-details a {
    width: 100%;
    text-align: center;
  }
  .shop-details p {
    text-align: justify;
  }
  .change-img,
  .no-img-c {
    float: left;
  }
  .error img {
    width: 100%;
  }
  .error .error-info h2 {
    font-size: 54px;
  }
  .right-sec .right-img {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .right-sec {
    text-align: justify;
  }
  .left-sec1 .left-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .left-sec1 {
    text-align: justify;
  }
  .cart-sec .cart-overview .cart-view {
    display: block;
  }
  .cart-sec .cart-overview .cart-view .p-image {
    margin: auto;
  }
  .cart-sec .cart-overview .cart-view .c-title {
    width: 100%;
    text-align: center;
  }
  .cart-sec .cart-overview .cart-view .quantity {
    width: 100%;
    padding-top: 30px;
  }
  .cart-sec .cart-overview .cart-view .c-price {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .cart-sec .card-summary .btn-sec {
    display: block;
  }
  .cart-sec .card-summary .btn-sec a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .cart-sec .card-summary .btn-sec a:first-child {
    margin-right: 0px;
  }
  .banner-column h3 {
    text-align: center;
    font-size: 20px;
    color: #FFF;
  }
  .banner-column h3 span {
    color: #FFF;
  }
  .carousel-control-next, .carousel-control-prev {
    display: none;
  }
  .banner-column p {
    text-align: center;
    color: #FFF;
  }
  .banner-column {
    text-align: center;
    background: rgba(0, 139, 209, 0.8);
    border-radius: 4px;
    min-height: 355px;
  }
  .banner-column a {
    margin: auto;
    background: #FFF;
    border: none;
  }
  .mb-media {
    display: block;
  }
  header .menu .navbar-brand img {
    width: 120px;
  }
}

@media (max-width: 400px) {
  .nutrition-sec .nutrition-points ul li {
    width: 100%;
  }
  .video-sec .video-area .overlay span {
    margin-top: -17px;
    margin-left: -21px;
  }
  .news-sec .news-box {
    padding: 8px;
  }
  .login .profile .profile-txt {
    width: 156px;
  }
}
/*# sourceMappingURL=main.css.map */