.explore-best-sellers@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');
body{
  font-family: 'DM Sans', sans-serif;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.py-25{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-50{
  padding-top: 50px;
}
.pt-40{
  padding-top:40px;
}
.pt-30{
  padding-top:30px;
}
.py-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-70{
  padding-top:70px;
  padding-bottom:70px;
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-100{
    padding-bottom: 100px;
}
.px-10{
  padding-left:10rem;
  padding-right:10rem;
}
.px-8{
  padding-left:8rem;
  padding-right:8rem;
}
.pb-0{
  padding-bottom: 0px !important;
}
.pt-7{
  padding-top: 5rem;
}
.mt-10{
  margin-top: 10rem;
}
.mb-50{
  margin-bottom: 50px;
}
.pt-170{
  padding-top: 170px;
}
.pb-170{
  padding-bottom: 170px;
}
.pb-40{
  padding-bottom: 40px;
}

.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; background:#F8F8F8; }
.main-menu .nav li a{color:#242423; font-size: 5vh; font-weight:600; }
.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.main-menu .nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.main-menu .nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.main-menu .nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.main-menu .nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.main-menu .nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.main-menu .nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.main-menu .nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.main-menu .nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{position:relative; z-index:1111; height:42px; display:block; width:50px; padding:12px; }
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#242423;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:15px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}
.nav-open {
  overflow-y: hidden;
}

.footer-section {
  background: #242423;
  padding-bottom: 40px;
}

.mobilemenu .main-menu .nav li a{
  font-family: 'Proxima Nova Rg';
  text-align: center;
}
.topmain-menu .nav{
  text-align: center;
  display: inline-block;
}
.topmain-menu .nav .nav-item{
  display: inline-block;
  padding: 0px 10px;
}
.topmain-menu .nav .nav-item a{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #212831;
  opacity: 0.5;
}
.la-shopping-cart:before {
    content: "\f2fa";
    color: #23957d;
}
#cart_items{
    margin-top:19px;
}
.badge-cart-count{
    position: absolute;
    top: 11px;
    left: 26px;
}
.position-relative{
   z-index:1; 
}

@media (min-width: 992px){
  /*.container {*/
  /*  max-width: 995px !important;*/
  /*}*/
  .nav-link {
      display: block;
      padding: 0.5rem 0rem !important;
  }
}
 @media only screen and (min-device-width: 481px) and (max-device-width: 992px){
      
}
#cart_items_sidenav {
    display: inline-block;
    position: absolute;
    top: 19px;
    padding: 4px 4px;
    font-size: 60% ;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #23957d;
    color: #fff;
    border-radius: 8px;

}

.login-menu{
  background: #01957D;
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 20px 0px;
  width:160px;
}
.login-menu:hover{
  text-decoration: none;
  color: #fff;
}
.topmain-menu {
  padding: 12px 0px;
}
.logo{
  display: block;
  padding: 7.2px 0px;
}
.head-main {
  padding: 22px 0px;
  float: left;
  width: 100%;
}
.home-banner{
  background: url(../images/sliderbg.png) no-repeat -80px 0px ;
  clear: both;
  padding-top: 70px;
  background-size:100% 100%;
}
.first-section {
  max-width: 563px;
  width: 100%;
  padding-top:90px;
}
.first-section .page-title {
  color: #212831;
  font-style: normal;
  font-weight: bold;
  font-size: 110px;
  line-height: 100%;
  font-family: 'Poppins', sans-serif;
  position: relative;
}
.first-section .page-title:before{
  content: '';
  width: 100px;
  height: 10px;
  background: #01957D;
  position: absolute;
  top: 82px;
  right: 65px;
}
.first-section p{
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 160%;
  color: #212831;
  opacity: 0.5;
  margin: 40px 0px;
}
.start-project {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #01957D;
  box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
  border-radius: 20px;
  width: 246px;
  line-height: 88px;
  display: block;
  float: left;
}
.see-action {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  color: #212831;
  opacity: 0.5;
  margin-left: 30px;
  line-height: 88px;
  background: url(../images/play-circle.png) no-repeat left center;
  padding-left: 40px;
}
.can-learn h2{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 60px;
}
.user-boxes {
  padding: 50px 30px;
  border-radius: 24px;
  background-color: transparent;
  transition: all 1s;
  font-family: 'Poppins', sans-serif;
}
.user-boxes:hover{
  background: #FFFFFF;
  box-shadow: 0px 60px 80px rgba(21, 20, 33, 0.06);
  border-radius: 24px;
  transform: scale(1.1);
}
.user-boxes img{
  margin-bottom: 25px;
}
.user-boxes h3{
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 120%;
  color: #212831;
}
.user-boxes p{
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 170%;
  color: #212831;
  font-family: 'DM Sans', sans-serif;
}
.can-learn{
  background: url(../images/second-bg.png) no-repeat right center;
  position: relative;
}
.can-learn:after{
  content: '';
  background: #724FFF;
  position: absolute;
  top: 280px;
  width: 100px;
  height: 10px;
  left: 5%;
}
.explore-best-sellers .container{
  position: relative;
}
.explore-best-sellers{
  background:#057664;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
}
.explore-best-sellers h3{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 4rem;
}
.explore-best-sellers .row{
  background: #FFFFFF;
  max-height: 440px;
  z-index: 99;
  position: relative;
  border-radius: 24px;
}
.explore-product{
  padding:30px 30px;
  transition: all 1s;
}
.explore-product:hover{
  background: #FFFFFF;
  box-shadow: 0px 60px 60px rgb(21 20 33 / 5%);
  border-radius: 24px;
  transition: all 1s;
  height: 540px;
}
.explore-product:hover .add-cart{
  display: block;
  background:url(../images/cart.png) no-repeat 170px 10px #01957D;
  border-radius: 12px;
  width: 238px;
  line-height: 72px;
  position: absolute;
  bottom: -40px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #FFFFFF;
  padding: 0px 0px 0px 25px;
  text-decoration: none;
  transition: all 2s;
}
.add-cart{
  display: none;
  transition: all 2s;
}
.explore-product h6{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.3px;
  color: #212831;
  opacity: 0.6;
  margin-top: 25px;
}
.explore-product h4 a{
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 108%;
  text-align: left;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin: 10px 0px 20px 0px;
}
.explore-product .product-price{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #F1A501 !important;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.inner-info{
  text-align: center;
}
.inner-info h3{
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-top: 40px;
}
.inner-info p{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #212831;
  opacity: 0.5;
  margin-top: 15px;
}
.footer-section{
  position: relative;
  background: url(../images/footer-bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 170px;
  color: #fff;
  padding-bottom: 60px;
}
.start-web {
  padding-top: 100px;
  padding-bottom: 100px;
}
.start-web_rightbar{
  padding-left: 29px;
}
.start-web_rightbar h3{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 110%;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-top: -35px;
  margin-bottom: 25px;
}
.card-web{
  float: left;
  width: 100%;
  border: 1px solid #e9eaeb;
  box-sizing: border-box;
  border-radius: 10px;
  padding:23px 30px;
  margin-bottom: 11px;
  transition: 0.3s;
}
.card-web .leftbar-img{
    float: left;
  width: 14%;
  text-align: left;
  margin: 7px 0px;
}
.card-web .cardweb-section{
  float: left;
  width: 86%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #212831;
}
.consulting-service_btn{
  background: #01957D;
  box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  clear: both;
  width: 264px;
  line-height: 80px;
}
.wed-designing{
  padding-bottom: 100px;
}
.web-leftbar{
  padding-right: 30px;
  padding-top: 70px;
}
.web-leftbar h3{
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 130%;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.web-leftbar p{
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 180%;
  color: #212831;
  opacity: 0.5;
  margin-bottom: 2rem;
}
.web-leftbar .view-all_btn{
  background: #01957D;
  box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
  border-radius: 20px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  width: 191px;
  line-height: 80px;
  text-decoration: none;
}
.templates-boxes{
  width: 257px;
  float: left;
  border: 1px solid #e9eaeb;
  padding: 36px 30px;
  margin-bottom: 25px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.templates-boxes p{
  display: none;
}
.template-Boxes_inner{
}
.templates-boxes{  
  background: #FFFFFF;
  box-shadow: 20px 50px 80px rgba(21, 20, 33, 0.08);
  border-radius: 10px;
}
.templates-boxes:hover .template-Boxes_inner{

}
.templates-boxes p{
  display: block;
  margin: 0;
}
.templates-boxes h4{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-top: 24px;
}
.wed-designing .rightbar{
  float: right;
}
.card-web:hover{
  background: #FFFFFF;
  box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.12);
  border-radius: 10px;
}
.templates-boxes {
  z-index: 111;
}
.wed-designing .rightbar:hover{
}
.demo {
  display: inline-block;
  width: 100%;
}
.copyright-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 230%;
  color: #FFFFFF;
  opacity: 0.8;
}
.footer-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}
.footer-section ul{
  padding: 0;
  list-style: none;
}
.footer-section ul li{

}
.footer-section address p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 230%;
  color: #FFFFFF;
  opacity: 0.8;
  margin: 0;
}
.footer-section ul li a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 230%;
  color: #FFFFFF;
  opacity: 0.8;
  display: block;
}
.fade-in {
  animation: fadeIn ease 20s;
  -webkit-animation: fadeIn ease 20s;
  -moz-animation: fadeIn ease 20s;
  -o-animation: fadeIn ease 20s;
  -ms-animation: fadeIn ease 20s;
  }
  @keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
  }
  .innerpage {
    background:url(../images/title-bg.png) no-repeat bottom  center;
}
.innerpage-title {
  clear: both;
  padding:90px 0px 100px 0px;
  text-align: center;
}
.innerpage-title h3{
  clear: both;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 150%;
  text-align: center;
  color: #212831;
  width: 100%;
  max-width: 586px;
  margin: auto;
  font-family: 'Poppins', sans-serif;
}
.innerpage-title nav{

}
.innerpage-title .breadcrumb{
  background-color: transparent;
  text-align: center;
  display: inline-block;
}
.innerpage-title .breadcrumb li{
  display: inline;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */

  align-items: center;
  text-align: center;

  /* Grey 02 */
  color: #212831;
  
}
.innerpage-title .breadcrumb li a{
  color: #63657E;
}
.innerpage-top{

}
.aboutus-sendmessage {
  padding-top: 100px;
  padding-bottom: 100px;
}
.aboutus-sendmessage_leftbar{

}
.innerpage-subtitle_heading{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}
.aboutus-sendmessage_leftbar p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  opacity: 0.7;
  width: 100%;
  max-width: 470px;
  margin-bottom: 40px;
}
.aboutus-contactinformation{

}
.aboutuscontactinformation_innerbox{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.aboutuscontactinformation_innerboxleft{
  float: left;
  width: 66px;
}
.aboutuscontactinformation_innerboxright{
  width: -moz-calc(100% - 66px);
  width: -webkit-calc(100% - 66px);
  width: -o-calc(100% - 66px);
  width: calc(100% - 66px);
  float: left;
  padding-left: 30px;
}
.aboutuscontactinformation_innerboxright h6{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #212831;
  opacity: 0.6;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.aboutuscontactinformation_innerboxright a{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}
.aboutuscontactinformation_innerboxright address p{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  opacity: 1;
  width: 100%;
  max-width: 394px;
}
.aboutus-sendmessage_rightbar h3{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}
.form-information .form-control{
  background: #FFFFFF;
  border: 1.5px solid rgba(1, 149, 125, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  height: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212831;
  opacity: 0.56;
  font-family: 'Poppins', sans-serif;
}
.form-information textarea{
  min-height: 180px;
}
.form-information .form-group{
  margin-bottom: 24px;
}
.aboutus-sendmessage_rightbar select{

}
.form-information .btn-sendmessage{
  background: #01957D;
  box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
  border-radius: 20px;
  display: block;
  width: 100%;
  line-height: 67px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
.custom-arrow{
  background: url(../images/arrow.png) no-repeat 95% 50% #FFFFFF !important;
  appearance: none;
}
.google-captcha {
  margin-top: 30px;
}
.google-captcha p{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #212831;
  margin-bottom: 5px;
}
.products-overview_rightbar table{
  width: 100%;
}
.products-overview_rightbar tr{

}
.products-overview_rightbar tr th{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #b6b7ca;
  line-height: 40px;
}
.products-overview_rightbar tr td{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212831;
  padding: 10px 0px;
}
.products-overview_rightbar tr:last-child th{
  border: none;
}
.products-overview_rightbar tr td:last-child, .products-overview_rightbar tr th:last-child{
  text-align: right;
}
.products-overview_rightbar .final-price{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #212831;
  text-align: right;
}
.btn-sendmessage{
  background: #01957D;
  box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
  border-radius: 20px;
  display: block;
  width: 100%;
  line-height: 67px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
.coupon-code_btn{

}
.coupon-code_btn .form-control{
  background: #FFFFFF;
  border: 1.5px solid rgba(1, 149, 125, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  height: 80px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212831;
  opacity: 0.56;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.coupon-code_btn .btn-completecheckout{
  background: #FE9A05;
  box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
  border-radius: 20px;
  display: block;
  width: 100%;
  line-height: 67px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF; 
}
.products-overview_rightbar {
  padding-left: 7%;
}
.thankyou-overview{
  padding: 50px 100px;
  width: 100%;
  max-width: 750px;
  margin: auto;
  background: #fafafa;
}
.thankyou-overview tr th, .thankyou-overview tr td{
  color: #010042;
}
.thankyou-overview .final-price{
  color: #010042;
}
.thankyou-graphics {
  margin-bottom: 30px;
}


/*===================================================================*/
/* HIRAL CSS START */
/*===================================================================*/


/*PRODUCT DETAIL CSS START*/

.btn-sorting_options{
  background: url(../images/sorting-dropdown.png) no-repeat 95% 50% #FC5C65;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 11px 20px;
  text-align: left;
  border-radius: 100px;
  width: 250px;
}
.btn-sorting_options:hover{
  color: #fff;
}
.dropdown-toggle::after{
  display: none;
}
.product-listing {
  float: left;
  width: 100%;
}
.product-sidebar_fancybox .custom-control-input:checked ~ .custom-control-label::before {
  background-color:transparent;
}
.product-filter-options .custom-control-input:checked~.custom-control-label::before{
  background-color: #01957D;
  width: 18px;
  height: 18px;
  border: none !important;

}
.product-filter-options .product-sidebar_fancybox .custom-control-input:checked~.custom-control-label::after{
  background-image: url(../images/shop-check-tick.png);
  background-repeat: no-repeat;
  top: 5px;
  left: -23px;
}
.number-values {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212831;
  opacity: 0.4;
}

.product-sidebar h5{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid rgba(33, 40, 49,0.3);
  padding-bottom: 10px;
  color: #212831;
  margin-bottom: 20px;
}

.product-filter-options {
  margin-top: 60px !important;
}
.product-filter-options .product-sidebar_fancybox{
  margin-bottom: 13px;
 
}



.product-info_listing:hover .prdt-catinfo, .product-info_listing:hover h3 a, .product-info_listing:hover .listing-product_price{
  color: #fff;
}

.product-pagination .pagination{
 margin-left: 30px;
  display: block;
  margin-top: 70px;
 
}
.product-pagination .pagination li{
  display: inline-block;
  margin: 0px 9px;
  position: relative;
  z-index: 2;
}
/*.product-pagination .pagination li:before{
  position: absolute;
  background-color:rgba(1, 149, 125, 0.06);
  content: "";
  right: 0;
  width: 66px;
  top: 20px;
  height: 1px;
  z-index: 0;

}*/
.product-pagination .pagination li a{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #01957D;
  text-align: center;
}
.product-pagination .custom-page_nav a{
  width: 42px;
  border-radius: 100px;
}
.product-pagination .custom-page_nav a:hover{
  background-color: #01957D;
  border-color: #01957D;
  color: #fff;
}
.product-pagination .pagination li.active a{
  background-color: #01957D;
  border-color: #01957D;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
  border-radius: 100px;
  width: 42px;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.gray-color{
  background-color: #ffffff;
}
.custom-control-label::before {
  border: 1px solid #212831 !important;
  border-radius: 9px !important;
  width: 18px;
  height: 18px;
}
.custom-control-label{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #212831;
  padding-left: 20px;
}

.productilistin-main .explore-product h4 a{
  text-align: left;
}
.productilistin-main .explore-product .add-cart{
  z-index: 9;
  bottom: -4px !important;
}
.productilistin-main .explore-product img{
  width: 100%;
}
.product-list-right .form-group select.form-control {
  appearance: none;
  background: url(../images/down-arrow.png) no-repeat 80% 51% #01957D;
  height: 66px;
  width: 190px;
  color: #ffffff;
  border-radius: 20px;
  padding: 15px 15px 15px 20px;
}
.product-list-right .form-group select.form-control option{
  background: #ffffff;
  color: #000000;
}
.product-list-right .form-group{
  margin-bottom: 0;
}
.product-list-right{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product-list-right .short-by{
  display: flex;
  align-items: center;
}
.product-list-right h6{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #212831;
}

.product-list-right .short-by span{
  margin-right: 20px;
  color: #212831;
  opacity: 0.5;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
font-size: 16px;
}
.productilistin-main .explore-product{
  background: #FFFFFF;
  box-shadow: 0px 60px 60px rgb(21 20 33 / 5%);
  border-radius: 24px;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.page-item:first-child:before{
  display: none;
}
.product-filter-options .Category-box{
  height: 144px;
  overflow-y: auto;
}
.product-filter-options .topic-box{
  height: 224px !important;
  overflow-y: auto;
}
.product-filter-options .Category-box::-webkit-scrollbar-track{
	background-color: rgba(33, 40, 49,0.05);
  border-radius: 4px;
}

.product-filter-options .Category-box::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
  border-radius: 4px;
}

.product-filter-options .Category-box::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #01957D;
  height: 15px !important;
}
/*PRODUCT PAGE CSS END*/

/* login page start here*/
.login-page{
  padding: 5rem 0;
}
.login-page .login-box{
  background: #FAFAFA;
border-radius: 20px;
padding: 30px;
width: 100%;
}
.login-box ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 40px;
  
}
.login-box ul li{
  display: inline-block;
  width: 48%;
  text-align: center;
  position: relative;
}
.login-box ul li:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(186, 186, 186,0.4);
  border-radius: 4px;
  left: 0;
  top: 60px;
}
.login-box ul li a{
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: rgba(33, 40, 49,0.56);
  text-decoration: none;
  margin-bottom: 20px;
}
.login-box ul li.active{
  border-bottom: 3px solid #01957D;
}
.login-box ul li.active a{
  color: #212831;
}
.form-checkbox{
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form-check-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #212831;
    font-family: 'Poppins', sans-serif;
}
.form-checkbox .checkbox-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #212831;
    line-height: 29px;
}




.form-checkbox label{
  border: 1px solid #212831;
  border-radius: 5px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0px;
    position: absolute;
    top: 4px;
}

.form-checkbox label:after{
  border: 2px solid #212831;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 10px;
}

.form-checkbox input[type="checkbox"]{
  visibility: hidden;
}

.form-checkbox input[type="checkbox"]:checked + label{
  background-color:#ffffff;
  border-color:#242423;
}

.form-checkbox input[type="checkbox"]:checked + label:after{
  opacity: 1;
}
.form-checkbox .checkbox-text{
   font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #212831;
    line-height: 29px;
}
.form-checkbox .checkbox-text a{
  color: #01957D;
}

.login-btn{
  background: #01957D;
  box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF !important;
  display: block;
  clear: both;
  width: 100%;
  line-height: 63px;
  text-decoration: none;
  height: 66px;
}
.email-field{
  background: url(../images/Profile-icon.png) no-repeat 5% 51% #ffffff;
}
.login-box .form-group .form-control,
.account-detail-page .form-group .form-control{
  border: 1.5px solid rgba(1, 149, 125, 0.2);
  border-radius: 10px;
  width: 100%;
  height: 66px;
  padding: 15px 15px 15px 75px;
  color: rgba(99, 101, 126,0.9);
  font-family: DM Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
font-family: 'DM Sans', sans-serif;
}
 .request-call-form .form-group .form-control{
  border: 1.5px solid rgba(1, 149, 125, 0.2);
  border-radius: 10px;
  width: 100%;
  height: 66px;
  padding: 15px 15px 15px 15px;
  color: rgba(99, 101, 126,0.9);
  font-family: DM Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
font-family: 'DM Sans', sans-serif;
}
.password-field{
  background: url(../images/Lock-icon.png) no-repeat 5% 51% #ffffff;
}
.message-field{
  background: url(../images/Message-icon.png) no-repeat 5% 51% #ffffff;
}
.login-page .login-box .forgot-pass{
  display: block;
  text-align: center;
  margin: 20px 0;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 26px;
color: #01957D !important;
}
/* login page end here*/


/* dashboard page start here*/
 .menu-title{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  color: #212831;
}
.logout .logout-icon{
  background: #01957D;
  border-radius: 20px;
  padding: 10px 14px 16px 12px;
}
.logout .text-line{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #212831;
}
.account-page{
  padding: 8rem 0;
}
.account-page .title-bar{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.account-page ul.menu{
  display: flex;
  list-style: none;
  padding: 0;
  position: relative;
}
.account-page ul.menu:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(186, 186, 186,0.4);
    border-radius: 4px;
    left: 0;
    top: 47px;
}
.account-page .menu li a{
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: rgba(33, 40, 49, 0.56);
  margin-right: 30px;
  text-decoration: none;
  padding-bottom: 19px;
}
.account-page .menu li.active a{
  border-bottom: 3px solid #01957D;
  color: #01957D;
}

.dashboard-bg{
  padding: 40px 15px  100px 15px;
  text-align: center;
  background: #FAFAFA;
  border-radius: 20px;
  margin-top: 5rem;
}
.dashboard-bg .content-box h4{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #212831;
}
.dashboard-bg .content-box h4 span{
  font-weight: 400;
}
.dashboard-bg .content-box h4 span .logout-link{
  color: #01957D;
  font-weight: 600;
}
.dashboard-bg .content-box .description{
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #212831;
  opacity: 0.7;
  width: 500px;
  margin: auto;
  max-width: 100%;
}

/* oredr page start here*/
.order-page .order-table{
  width: 100%;
}
.order-page .order-table tr th{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  border-bottom: 1px solid  rgba(186, 186, 186,0.3);
  color: #212831;
  padding: 20px;
}

.order-page .order-table tr td{
  border-bottom: 1px solid  rgba(186, 186, 186,0.3);
  text-align: left;
  padding: 20px;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #212831;
}
.order-page .dashboard-bg{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  padding-top: 30px;
}

.order-page .order-table tr td.more-detail{
  text-align: right;
}
.order-page .order-table tr td.more-detail a{
  color: #01957D;
}

/* address page start here*/
.address-page .gray-box{
  background: #FAFAFA;
  border-radius: 20px;
}
.address-page{
  margin-top: 5rem;
}
.address-page .box-title{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}
.gray-box .box-title h6{
  color: #212831;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  padding: 20px;
  position: relative;
}
.gray-box .box-title h6:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
  border-radius: 4px;
  left: 0;
}
.gray-box .box-title .edit-link{
  float: right;
}

.address-page .gray-box .box-data h4{
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
color: #212831;
}
.address-page .gray-box .box-data{
  padding: 20px;
}
.address-page .gray-box .box-data p{
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.address-page .gray-box .box-data p span{
  display: flex;
}
.address-page .information{
  text-align: center;
}
.address-page .information p{
  font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #212831;
    opacity: 0.7;
    width: 210px;
    max-width: 100%;
    padding-top: 13px;
}

.account-detail-page h6{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  color: #212831;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.account-detail-page .email-field {
  background: url(../images/Profile-icon.png) no-repeat 11% 51% #ffffff;
}
.account-detail-page .message-field{
  background: url(../images/Message-icon.png) no-repeat 11% 51% #ffffff;
}
.explore-best-sellers::after{
  content: '';
  background: url(../images/explore-bg.png) no-repeat bottom left;
  clear: both;
  width: 149px;
  height: 382px;
  position: absolute;
  bottom: 90px;
  background-size: contain;
}
.basic-information{
  margin-top: 8rem;
}
.start-web{
  background: url(../images/start-web-bg.png) no-repeat 101% -14%;
}
.start-web {
  padding-top: 170px !important;
}
.wed-designing{
  /*background: url(../images/web-ui-bg.png) no-repeat center left;*/
background: url(../images/cube.gif) no-repeat center left;
}
.innerpage{
  position: relative;
}
.innerpage:before{
  content: '';
  background: url(../images/header-green-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 76px;
  width: 127px;
  height: 321px;
}
.innerpage:after{
  content: '';
  background: url(../images/header-yellow-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 343px;
  width: 65px;
  height: 165px;
}
.shop-middle-section{
  position: relative;
}
.shop-middle-section:after{
  content: '';
  background: url(../images/shop-middle-bg-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 35%;
  width: 64px;
  height: 165px;
}
.shop-middle-section:before{
  content: '';
  background: url(../images/shop-middle-bg-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 60%;
  width: 207px;
  height: 490px;
}
.website-creation{
  position: relative;
}
.related-products{
  position: relative;
}
.related-products:before{
  content: '';
  background: url(../images/shop-middle-bg-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 60%;
  width: 207px;
  height: 490px;
}
.website-creation:after{
  z-index: -1;
  content: '';
  background: url(../images/detail-right-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 35%;
  width: 103px;
  height: 351px;
}

.ebookdetail .wed-designing{
  background: none;
}
.work-gallry.our{
  position: relative;
  padding-bottom: 50px;
}
.portfolio-btn-block {
  margin-top:90px !important;
}
.work-gallry.our:after{
  content: '';
  background: url(../images/gallary-pink-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  width: 142px;
  height: 279px;
}
.website-design-process{
  background: url(../images/our-website-blue-bg.png) no-repeat center right;
}
.what-you-get{
  position: relative;
}
.what-you-get:before{
  content: '';
  background: url(../images/you-pay-left-pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10%;
  width: 112px;
  height: 190px;
}
.what-you-get:after{
  content: '';
  background: url(../images/you-pay-right-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -8%;
  width: 141px;
  height: 280px;
}
.aboutus-sendmessage{
  position: relative;
}
.aboutus-sendmessage:before{
  content: '';
  background: url(../images/blue-box-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 1%;
  bottom: 20%;
  width: 162px;
  height: 162px;
}
.contact-page .aboutus-sendmessage:before{
  display: none;
}
.contact-page .aboutus-sendmessage:after{
  content: '';
  background: url(../images/shop-middle-bg-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0%;
  bottom: 20%;
  width: 64px;
  height: 165px;
}
.checkout-page .aboutus-sendmessage:before{
  background: none;
}
.checkout-page .aboutus-sendmessage:after{
  content: '';
  background: url(../images/billing-info-pink-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0%;
  bottom: 13%;
  width: 158px;
  height: 264px;
}
.main-header .innerpage:before{
  content: '';
  background: url(../images/header-pink-sheap.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -3px !important;
  width: 96px !important;
  height: 193px !important;
}
.main-header .innerpage:after{
  top: 95px;
}
.main-header .innerpage-title{
  padding: 90px 0px 21px 0px;
}
.checkout-page .form-checkbox .checkbox-text{
  font-size: 16px;
}
.account-page .mobile-menu{
  display: none;
}
.order-page .order-table .arrow-forword.mobile{
  display: none;
}
.short-by.mobile.product-list-right{
  display: none;
}
.thanks-payment .login-btn{
  width: 100%;
  max-width: 750px;
  margin: 25px auto;
}
.nav-button.icon-bar{
  background-color: rgba(1, 149, 125,0.05);
  height: 49px;
  border-radius: 10px;
}
.nav-button.icon-bar #nav-icon3{
  display: flex;
    justify-content: center;
    align-items: center;
}
.e-book-page .wed-designing{
  background: none;
}
/*===================================================================*/
/* HIRAL CSS END */
/*===================================================================*/




/****************Kajal css start***********************/

/*Design consulting services css start*/
.brand-design-title h3{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}
.brand-design-description p:first-child{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #212831;
  opacity: 0.8;
  font-family: 'DM Sans', sans-serif;
}
.brand-design-description p:nth-child(2){
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #212831; 
  opacity: 0.6;
  font-family: 'DM Sans', sans-serif;
}
.read-more-btn{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: right;
  color: #01957D;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
.read-more-btn:hover{
  text-decoration: none !important;
  color: #01957D;
}
.about-us-btn .about-btn{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif; 
  width:100%;
  max-width: 201px;
  background: #01957D;
  box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.08);
  border-radius: 20px;
  line-height:80px;
  display: block;
  text-decoration: none;
}
.brand-design-right-block{
  width:100%;
  max-width:620px;
}
.work-gallary-title h3{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  align-items: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}



/*lightbox gallry css start*/
.work-gallry .row:after {
  content: "";
  display: table;
  clear: both;
}

.work-gallry .row .column {
  float: left;
  width: 25%;
}
.work-gallry .modal {
  display: none;
  padding-top: 100px;
  background-color: black;
}
.work-gallry .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.work-gallry .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.work-gallry .close:hover,
.work-gallry .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
.work-gallry .prev,
.work-gallry .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.work-gallry .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.work-gallry .prev:hover,
.work-gallry .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.work-gallry img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.work-gallry .demo {
  opacity: 0.6;
}
.work-gallry .active,
.work-gallry .demo:hover {
  opacity: 1;
}
.work-gallry .hover-shadow {
  transition: 0.3s;
}
.work-gallry .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.portfolio-btn-block .portfolio-btn{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #01957D;
  box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.08);
  border-radius: 20px;
  width:100%;
  max-width:268px;
  line-height:80px;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
/*lightbox gallry css end*/

.website-design-process-title h3{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  align-items: center;
  text-align: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;

}
.website-design-left-block{
  width: 100%;
  max-width: 490px;
}
.website-design-title h3{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  align-items: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}
.website-design-description p:first-child{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #212831;
  font-family: 'Poppins', sans-serif;

}
.website-design-description p:nth-child(2){
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  align-items: center;
  color: #212831;
  opacity: 0.6;
  font-family: 'Poppins', sans-serif;
}

.process-boxes h3{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}
.process-boxes p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #212831;
  opacity: 0.6;
  font-family: 'DM Sans', sans-serif; 
}

.request-call-right-block{
  width:100%;
  max-width: 570px;
}
.request-call-right-block h3{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  align-items: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}
.request-call-form .form-group .form-control{
    background: #FFFFFF;
    border: 1.5px solid rgba(1, 149, 125, 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #212831;
    opacity: 0.56;
    font-family: 'Poppins', sans-serif;
}

.request-call-form textarea{
  height: 180px !important;
  display:block;
}

.request-call-form .form-check-label{
  font-style: normal;
  font-weight:400;
  font-size: 16px;
  line-height: 30px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}
.request-call-form .form-check-input{
    width: 18px;
    height: 18px;
    border: 1px solid #212831;
    box-sizing: border-box;
    border-radius: 5px;
    background: transparent !important;
    position:relative;
    margin-right: 10px;
    vertical-align: text-bottom;
   
}
.request-call-form .form-check-input:after{
  content:'\f00c';
  position: absolute;
  font-family:fontAwesome;
  top: -6px;
  font-size: 12px;
  left: 4px;
}
.innerlink{
  color: #01957D !important;
}
.innerlink:hover{
  text-decoration: none;
}
/* .request-call-form ::placeholder{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212831 !important;
  font-family: 'Poppins', sans-serif;
} */

.request-send-btn{
  background: #01957D;
  box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.08);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif; 
  width:100%;
  max-width:570px;
  display: block;
  height: 80px;
}
.request-send-btn:hover{
  color:#ffffff;
}
/*Design consulting services css end*/



/*About us css start*/
.what-you-get{
  background: #F3FAED;
  padding: 120px 0;
}
.what-you-get-left-block{
  width: 100%;
  max-width: 506px;
}
.facts-right-block{
  width: 100%;
  max-width: 506px;
  padding-left: 32px;
}
.facts-title h3{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #151421;
  font-family: 'Poppins', sans-serif;
}
.facts-description p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #212831;
  opacity: 0.7;
}
.facts-single-block{
  display: flex;
  width: 100%;
  height:80px;
  align-items: center;
  padding:24px 10px 24px 10px;
  max-width: 243px;
  float: none;
  margin: 0 auto;
  border: 1px solid rgba(21, 20, 33, 0.05);
  background: #FFFFFF;
  opacity: 0.5;
  box-sizing: border-box;
  border-radius: 10px;
}
.what-you-get-left-block h3{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 80px;
  color: #151421;
  font-family: 'Poppins', sans-serif;
}
.what-you-get-left-block p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #212831;
  opacity: 0.7;
  font-family: 'Poppins', sans-serif;
}
.pay-card{
  display: flex;
  align-items: center;
}
.pay-left-img{
  text-align: left;
  margin: 7px 0px;
}
.pay-section-desc{
  font-style: normal;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #010042;
}
/*About us css end*/

/*ebook detail css start*/
.website-creation-right-block{
  width: 100%;
  max-width: 618px;
  margin-left: 22px;
}
.website-creation-right-block .ebook{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #01957D;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
.ebook{
  display:block;
}
.website-creation-right-block h3{
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
  color: #151421;
  font-family: 'Poppins', sans-serif;
}
.website-creation-right-block p{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  color: #212831;
  font-family: 'Poppins', sans-serif;
}
.website-creation-right-block .ebook-detail{
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  color: #151421;
  opacity: 0.5;
  font-family: 'DM Sans', sans-serif;
}
.add-cart-btn{
    border: 1px solid #01957D;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    max-width: 294px;
    line-height: 67px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #01957D;
    font-family: 'DM Sans', sans-serif;
}

.ebook-cartBox .control{
  background: #FFFFFF;
  border:1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  display: block !important;
  width: 100%;
  max-width: 134px;
  height: 50px;
  line-height:45px;
  text-align: center;
}
.ebook-cartBox .control .input[type="number"]{
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: right;
  color: #180835;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  border: none;
}
.ebook-cartBox .control .input[type="number"]:focus,
.ebook-cartBox .control .bttn:focus{
  outline: none;
}
.ebook-cartBox .control .bttn{
  background: none;
  border: none;
  color: #180835;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
}
#plus{
  color:#01957D;
}
#minus{
  color:#010042;
}
.qty-box{
  display: inherit;
}
.qty{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  padding: 10px 20px 0 0;
}
.ebook-price{
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #01957D;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
}
.ebook-price p{
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #01957D;
  opacity: 0.8; 
  font-family: 'Poppins', sans-serif;
  text-align: right;
}
.add-cart-btn{
  border: 1px solid #01957D;
  box-sizing: border-box;
  border-radius: 20px;
  width:100%;
  max-width: 294px;
  line-height: 67px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #01957D;
  font-family: 'DM Sans', sans-serif;
}
.buy-now-btn{
  background: #01957D;
  box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.08);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  max-width: 294px;
  line-height: 67px;
}
.buy-now-btn:hover{
  color: #FFFFFF;
}
.add-cart-btn:hover{
  color: #01957D;
}
.buy-now-moible-btn{
  border: 1px solid #01957D;
  box-sizing: border-box;
  border-radius: 20px;
  width:100%;
  max-width: 231px;
  line-height: 78px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #01957D;
  font-family: 'DM Sans', sans-serif;
}
.add-cart-moible-btn{
  background: #01957D;
  box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.08);
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  max-width: 231px;
  line-height: 78px;
}
.related-products{
  background:#FAFBFF;
  padding:100px 0;
}
.related-title-group h3{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 73px;
  color: #151421;
  font-family: 'Poppins', sans-serif;
}
.product-view-all{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  background: #01957D;
  box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.08);
  border-radius: 20px;
  width: 100%;
  max-width: 191px;
  line-height: 80px;
  height: 80px;
}

.related-products .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.related-products .owl-carousel button.owl-dot span{
    background: #01957D;
    opacity: 0.4;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin: 5px;
}
.related-products .owl-carousel .owl-stage-outer {
  height:460px;
}
.down-arrow{
  vertical-align: text-top;
}
.related-products .owl-carousel .owl-dot.active span{
  background: #01957D;
  opacity:1;
}
/*ebook detail css end*/

/*terms condition and privacy policy css start*/
.termscondition-content , .privacy-policy-content{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.termscondition-content h4 ,.privacy-policy-content h4{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #212831;
  font-family: 'Poppins', sans-serif;
  margin-bottom:20px;
}
.termscondition-content p , .privacy-policy-content p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  align-items: center;
  color: #212831;
  opacity: 0.7;
  font-family: 'Poppins', sans-serif;
}
.termscondition-content ul, .privacy-policy-content ul{
  padding-left: 20px;
}
.divider-line{
  margin:30px 0;
  border: 1px solid #090F4E;
  opacity: 0.1;
}
/*terms condition css end*/


/*error 404 and error 500 css start*/
.go-btn{
  display: block;
  line-height: 70px;
  width: 100%;
  max-width: 160px;
  text-align: center;
  margin: 0 auto;
  background: #01957D;
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
}
.go-btn:hover{
  color: #fff;
  text-decoration: none;
}
/*error 404 and error 500 css end*/


/*footer additional css*/
.copyright-block{
  background: #068671;
  padding:30px 0;
  width: 100%;
  text-align: center;
}
.copyright-block p{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.9;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.copyright-mobile-text{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  opacity: 0.8;
  width: 100%;
  max-width: 322px;
}
.Facts .facts-right-block{
  width: 100%;
  max-width: 506px;
  padding-left: 32px;
  float: right;

}
.facts-blocks .card-web .cardweb-section{
  font-size: 17px;
}
.forgot-password{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  display: block;
  color: #01957D;
  padding-top: 15px;
}
.viewall-btn a{
  background: #FFFFFF;
  border-radius: 4px;
  display: block;
  width: 113px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #212831;
  line-height: 50px;
}
.viewall-btn {
  position: absolute;
  top: 26px;
  right: 15px;
}
.complete{
  display:none;
}
.ekko-lightbox-nav-overlay {
  display: none;
}

/*------------------------------------vijay------------------------------------------*/

.btn-div .apply-btn {
    background: #FFFFFF;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    border:1px solid #01957D;
    line-height: 23px;
    color: #01957D;
    display: block;
    text-align: center;
    padding: 20px 0px;
    width: 160px;
}
.apply-btn:hover{
    color:#FFFFFF !important;
    background: #01957D;
    border:1px solid #01957D;
}


.btn-div .clear-btn {
    background: #01957D;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    border:1px solid #01957D;
    display: block;
    text-align: center;
    padding: 20px 0px;
    width: 160px;
}

.pagination .page-prev {
    height: 42px;
    width: 42px;
    padding: 13px 8px;
    background: #FCFFFE;
    border: 0.3px solid rgba(114, 79, 255, 0.3);
    box-sizing: border-box;
    border-radius: 50px; 
}
.pagination .page-prev svg{
    height:15px;
	color: #01957D !important;
	filter: invert(1) sepia(14) saturate(2) hue-rotate( 120deg) brightness(0.5);
}
.pagination .page-next svg{
    height:15px;
    color: #01957D !important;
	filter: invert(1) sepia(14) saturate(2) hue-rotate( 120deg) brightness(0.5);
}

.product-pagination .pagination li a:hover {
    background-color: #01957D;
    border-color: #01957D;
    color: #fff;
}


.pagination .page-next{
    height: 42px;
    width: 42px;
    padding: 13px 4px;
    background: #FCFFFE;
    border: 0.3px solid rgba(114, 79, 255, 0.3);
    box-sizing: border-box;
    border-radius: 50px;  
} 
.product-pagination .page-number a {
    width: 42px;
    border-radius: 100px;
}

.pagination li.page-number.active a {
    color: #ffffff;
    background-color: #01957D;
}
.pagination li.page-number a {
    width: 39px;
    height: 39px;
    color: #01957D;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #FCFFFE;
    border: 0.3px solid rgba(114, 79, 255, 0.3);
    box-sizing: border-box;
    border-radius: 50px;
	padding: 7px 8px;
}

.product-pagination .pagination .page-number:before {
    position: absolute;
    background-color: rgba(1, 149, 125, 0.06);
    content: "";
    right: 0;
    width: 60px;
    top: 20px;
    height: 1px;
    z-index: 0;
}
.product-pagination .pagination .page-next:before {
    position: absolute;
    background-color: rgba(1, 149, 125, 0.06);
    content: "";
    right: 38px;
    width: 24px;
    top: 20px;
    height: 1px;
    z-index: 0;
}
/*----------------------------------product-details---------------------------------*/
.pro-related .product-price{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #01957D;
}
.product-image img{
    height: 155px;
    max-height: 155px;
    width: 155px;
    display: block;
    margin: auto;
}

.pro-related .best-sell-slide{
    background: #fff;
    border-radius: 24px;
    padding: 7px 3px;
}
.product-related .viewall-btn {
    background: #01957D !important;
    box-shadow: 0px 25px 35px rgba(21, 20, 33, 0.08);
    border-radius: 20px;
}
.product-related .viewall-btn a{
    background: #01957D !important;
    width: 168px;
    height: 66px;
    color: #fff;
    padding: 17px;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #FFFFFF;
}
.product-box-container{
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 470px;
}
.product-related .explore-product:hover .add-cart {
    display: block;
    background: url(../images/cart.png) no-repeat 170px 10px #01957D;
    border-radius: 12px;
    width: 238px;
    line-height: 72px;
    position: absolute;
    bottom: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #FFFFFF;
    padding: 0px 0px 0px 25px;
    text-decoration: none;
    transition: all 2s;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 1;
}
.slick-dots li {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.c-blue{
    font-family: DM Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.3px;
    color: #151421;
    opacity: 0.6;
}
button.slick-next.slick-arrow {
    display: none !important;
}
button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}
button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}




.slick-dots li {
    position: relative;
    display: inline-block;
    height: 0px;
    width: 7px;
    margin: 0px 5px;
    padding: 0px 0px;
    cursor: pointer;
    background: #01957D;
    opacity: 0.4;
    border-radius: 20px;
}
.slick-dots li button {
    border: 0;
    background: #fff;
    opacity: 0.4;
    display: block;
    height: 3px;
    width: 3px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius:20px;
}
.slick-dots .slick-active{
    background: #01957D;
    opacity:1;
}

button .slick-prev{
    display: none !important ;
}
button .slick-next{
    display: none !important ;
}
/*--------------------------------servies-------------------------------------------*/
.request-call-form .btn{
    background: #01957D;
    box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    max-width: 570px;
    display: block;
    height: 80px;
}
/*------------------------checkout-----------------------------------------------*/
.products-overview_rightbar .btn-sendmessage {
    background: #01957D;
    box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
    border-radius: 20px;
    display: block;
    width: 100%;
    line-height: 67px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}