@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.woff2') format('woff2'),
      url('../fonts/Muli-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.woff2') format('woff2'),
      url('../fonts/Muli.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Muli-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-SemiBold.woff2') format('woff2'),
      url('../fonts/Muli-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Italic.woff2') format('woff2'),
      url('../fonts/Muli-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Light.woff2') format('woff2'),
      url('../fonts/Muli-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-BoldItalic.woff2') format('woff2'),
      url('../fonts/Muli-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-LightItalic.woff2') format('woff2'),
      url('../fonts/Muli-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Semi-BoldItalic.woff2') format('woff2'),
      url('../fonts/Muli-Semi-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
      url('../fonts/Muli-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'DM Sans', sans-serif;
  background: #010444;
}
.innerbodybg{
  background: url(../images/inner-bodybg.jpg) no-repeat top center;
  background-size: cover;
}

.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:#032045;     top: 90px;}
.main-menu .nav li a{color:#fff; 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:url(../images/footer-bg.png) no-repeat top center;
  padding-bottom: 40px;
  padding-top: 98px;
}

.mobilemenu .main-menu .nav li a{
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  color: #FFFFFF;
  opacity: 0.8;  
}
.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: 20px;
  line-height: 100%;
  text-align: right;
  color: #FFFFFF;
  opacity: 0.8;
}
.login-menu{
  
}
.topmain-menu {
  padding:25px 0px;
}
.logo{
  display: block;
  padding: 7.2px 0px;
}
.head-main {
  padding:13px 0px;
  float: left;
  width: 100%;
}
.cart-menu{
  margin: 00px 20px;
  display: inline-block;
  padding: 31px 0px;
}
.user-menu{
  margin: 0px 20px;
  display: inline-block;
}

.home-banner{
  background: url(../images/hometopbg.png) no-repeat left top;
  background-size: cover;
}
.slider {
  clear: both;
  padding: 100px 0px;
}
.first-section{
  width: 100%;
  /*max-width: 505px;*/
  max-width: 643px !important;
} 
.first-section h4{
  background: #FF7009;
  background: -webkit-linear-gradient(to right, #FF7009 50%, #FFBF5D 100%);
  background: -moz-linear-gradient(to right, #FF7009 50%, #FFBF5D 100%);
  background: linear-gradient(to right, #FF7009 50%, #FFBF5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Muli';
  font-size: 22px;
  line-height: 32px;  
  font-family: 'Muli';
}
.first-section h2{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 96px;
  line-height: 130%;
  color: #fff;
}
.first-section h2 span{
  background: #337BF3;
  background: -webkit-linear-gradient(to right, #337BF3 50%, #0047BD 100%);
  background: -moz-linear-gradient(to right, #337BF3 50%, #0047BD 100%);
  background: linear-gradient(to right, #337BF3 50%, #0047BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-section p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  opacity: 0.7;
  color: #DCEBFE;
  width: 100%;
  max-width: 500px;
  margin: 40px 0px;
}
.first-section .start-project{

  background: linear-gradient( 124.74deg , #337BF3 1.18%, #0047BD 98.79%), linear-gradient( 93.38deg , #2EBCDB -19.61%, #8FEBFF 105.5%), linear-gradient( 94.02deg , #FF8A00 -2.34%, #FFAD37 146.95%);
  box-shadow: 0px 20px 40px rgb(11 22 44 / 60%);
  border-radius: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  width: 199px;
  line-height: 74px;
  display: block;
}
.happyhelp-you {
  padding-top: 130px;
  padding-bottom: 85px;
  position: relative;
  margin-top: 130px;
}
.happyhelp-inner{
  padding: 50px 35px;
  margin-bottom: 30px;
  
}
.bg1{
  background: url(../images/happyhelp-innerbg1.png) no-repeat top center;
  box-shadow: 0px 50px 50px rgb(33 40 50 / 2%);
  border-radius: 6px;
  background-size: cover;
}
.bg2{
  background: url(../images/happyhelp-innerbg2.png) no-repeat top center;
  box-shadow: 0px 50px 50px rgb(33 40 50 / 2%);
  border-radius: 6px;
  background-size: cover;
}
.bg3{
  background: url(../images/happyhelp-innerbg3.png) no-repeat top center;
  box-shadow: 0px 50px 50px rgb(33 40 50 / 2%);
  border-radius: 6px;
  background-size: cover;
}
.bg4{
  background: url(../images/happyhelp-innerbg4.png) no-repeat top center;
  box-shadow: 0px 50px 50px rgb(33 40 50 / 2%);
  border-radius: 6px;
  background-size: cover;
}
.happyhelp-inner h3{
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
  font-family: 'Playfair Display', serif;
  color: #DCEBFE;
  margin: 30px 0px;
}
.happyhelp-inner p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /*font-family: 'Muli';*/
  color: #DCEBFE;
}
.help-rigthbar{
  padding-left: 5%;
  width: 100%;
  max-width: 418px;
}
.help-rigthbar h3{
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 130%;
  font-family: 'Playfair Display', serif;
  color: #F0F5FC;
}
.help-rigthbar p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  opacity: 0.7;
  color: #DCEBFE;
  font-family: 'Muli';
}
.happyhelp-you:before{
  content: '';
  background: url(../images/helpbg.png) no-repeat right center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -70px;
}
.happyhelp-you:after{
  content: '';
}
.learnfrom-us {
  padding-top: 150px;
  padding-bottom: 150px;
}
.learn-rigthbar h3{
  color: #F0F5FC;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  font-family: 'Playfair Display', serif;
  margin-bottom: 35px;
}
.learn-rigthbar h3 span{
  display: block;
}
.innerlearn-card{
  max-width: 520px;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  padding: 20px 40px;
}
.innerlearn-card h4{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
  color: #FFFFFF;
  opacity: 0.87;
  font-family: 'Playfair Display', serif;
  margin: 0;
}
.innerlearn-card p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #FFFFFF;
  opacity: 0.7;
  margin: 0;
  font-family: 'Muli';
}
.innerlearnbg1{
  background: url(../images/learnbg1.png) no-repeat top center;
}
.innerlearnbg2{
  background: url(../images/learnbg2.png) no-repeat top center;
}
.innerlearnbg3{
  background: url(../images/learnbg3.png) no-repeat top center;
  margin-bottom: 40px;
}
.explore-advice_btn{
  clear: both;
  display: block;
  background: linear-gradient( 123.44deg , #337BF3 1.14%, #0047BD 95.94%);
  border-radius: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  /*font-family: 'Muli';*/
  width: 222px;
  line-height: 56px;
}
 .explore-advice_btn a:hover{

   color: black;
 }
.product-imgleft{
  float: left;
  width: 100%;
  max-width: 220px;
}
.product-contentright{
  width: -moz-calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
  width: -o-calc(100% - 220px);
  width: calc(100% - 220px);
  float: left;
  padding-left: 25px;
}
.explore-product {
  float: left;
  width: 100%;
  background: url(../images/product-bg.png) no-repeat bottom center;
  padding-bottom: 35px;
  padding-left: 35px;
  background-size: contain;
  margin-bottom: 35px;
}
.product-contentright{

}
.product-contentright h4{
  margin-top: 26px;
}
.product-contentright h4 a{
  color: #DCEBFE;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  font-family: 'Playfair Display', serif;
}
.product-contentright .product-price{
  margin-top: 50px;
  color: #337BF3;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  font-family: 'Mulish', sans-serif;
}
.product-contentright .add-cart{
  width: 163px;
  line-height: 48px;
  background: url(../images/cart-icon.png) no-repeat 15% 50%;
  box-shadow: 0px 50px 50px rgb(33 40 50 / 2%);
  border-radius: 12px;
  border: 1px solid #1158cf;
  display: block;
  color: #fff;
  text-align: right;
  padding: 0px 20px;
  margin-top: 31px;
}
.aboutus {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10%;
}
.aboutus .container-fluid{
  position: relative;
  overflow: hidden;
}
.aboutus .container-fluid:after{
  content: '';
  background: url(../images/findabout.png) no-repeat top center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 260px;
  width: 100%;
  z-index: -1;
}
.aboutright-content_inner {
  padding-left: 130px;
  color: #fff;
  max-width: 563px;
}
.aboutright-content_inner h4{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  margin-bottom: 35px;
}
.aboutright-content_inner h4 span{
  display: block;
}
.aboutright-content_inner p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: 'Mulish', sans-serif;
}
.aboutleft-img {
  float: right;
}
.innerpage-banner{
  background: url(../images/breadcrumb-bg.png) no-repeat top center;
  background-size: contain;
}
.pagebreadcrumb-information{
  clear: both;
  /* padding: 150px 0px 200px 0px; */
  padding: 80px 0px 200px 0px;
}
.pagebreadcrumb-information h2{
  font-style: normal;
  font-weight: bold;
  font-size: 88px;
  line-height: 130%;
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #337BF3;
}

.pagebreadcrumb-information h2 span{
  color: #fff;
}
.account-banner{
  background: url(../images/account-bg.png) no-repeat top center;
  background-size: contain;
  /*float: left;*/
  width: 100%;
  padding-bottom: 215px;
}

.footer-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: 'Muli';
  margin-bottom: 25px;
}
.footer-section ul{
  padding: 0;
  list-style: none;
}
.footer-section ul li{

}
.footer-section ul li a{
  font-style: normal;
  font-weight: 250;
  font-size: 18px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.7);
}
.contact-btm{
  margin-bottom: 58px;
}
.contact-btm p{
  font-style: normal;
  font-weight: 250;
  font-size: 18px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section address{
  font-style: normal;
  font-weight: 250;
  font-size: 18px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.7);
}
.copyrights {
  font-style: normal;
  font-weight: 250;
  font-size: 18px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.7);
}
.payment-cards {
  margin-bottom: 15px;
}
.social-media{

}
.social-media ul{
  
}
.social-media ul li{
  display: inline-block;
}
.social-media ul li a{
  color: rgba(255, 255, 255, 1);
  padding: 7px 14px;
} 
.facebook{
  background: url(../images/facebook.png) no-repeat top center;
  width:35px;
  height:36px;
}
.youtibe{
  background: url(../images/youtube.png) no-repeat top center;
  width:35px;
  height:36px;
}
.instagram{
  background: url(../images/instagram.png) no-repeat top center;
  width:35px;
  height:36px;
}
.linkedin{
  background: url(../images/linkedin.png) no-repeat top center;
  width:35px;
  height:36px;
}

/*--------------------------------------------------------------*/
/* HIRAL CSS START HERE */
/*--------------------------------------------------------------*/

/* Poduct list page */
.filter-btn.collapsed:after{
  display:none;
}
.filter-btn.collapsed{
  background: linear-gradient(124.74deg, #337BF3 1.18%, #0047BD 98.79%);
  border-radius: 16px;
  width: 176px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  padding: 15px 15px;
  text-align: left;
  height: 70px;
}
.sorting-dropdown{
  float: right;
  margin-right: 20px;
}
.filter-area {
  float: right;
}
.sorting-dropdown select{
  background:url(../images/down-arrow.png) no-repeat 78% 50% #03183D;
  box-sizing: border-box;
  border-radius: 16px;
  text-align: center; 
  width: 208px;
  height: 70px;
  /*text-transform: lowercase !important;*/
  color: #ffffff;
  appearance: none;
  border: 1px solid #337BF3;
  padding: 15px 30px;
}
.sorting-dropdown select:focus{
  outline: none;
}
.filter-collpase .card-body{
  background-color: transparent;
  padding: 0;
}
.filter-listing_type .col-two ul li{
  width: 50%;
  padding-right: 3%;  
}
.filter-listing_type{
  position: relative;
  float: left;
}

.filter-listing_type h3{
  font-family: 'Poppins', sans-serif;  
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.filter-listing_type ul{
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.filter-listing_type ul li{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.filter-listing_type ul li span{
  float: right;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255,0.4);
}
.filter-listing_type .filter-checkbox {
  display: inline-block;
}
.filter-listing_type .checkbox-text {
  display: inline;
  padding-left: 15px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}
.filter-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.filter-checkbox label {
  border: 1px solid #ffffff;;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  display: inline-block;
}

.filter-checkbox label:after {
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate( -45deg );
  width: 8px;
}
.filter-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.filter-checkbox input[type="checkbox"]:checked + label {
  background-color: transparent;
  border-color: #ffffff;
}
.position-inherit{
  position: inherit;
}
.filter-collpase {
  position: absolute;
  left: 0;
  width: 100%;
}
.clear-btn {
  float: left;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #071C35;
  box-sizing: border-box;
  backdrop-filter: blur(77px);
  border-radius: 16px;
  width: 149px;
  height: 70px;
  margin-top: 20px;
}
.apply-btn {
  border: none;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  background: linear-gradient(94.02deg, #FF8A00 -2.34%, #FFAD37 146.95%);
  border-radius: 16px;
  width: 172px;
  height: 70px;
  margin-top: 20px;
}
.filtered-btn{
  float: left;
  background: url(../images/close-blue.png) no-repeat 90% 50% #ffffff;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 12px 2.75rem 12px .75rem;
  text-align: left;
  margin-left: 15px;
  color:#0668C2;
  background-size: 15px;
}
.filtered-btn:hover{
  background: url(../images/close.png) no-repeat 90% 50%#0668C2;
  color: black;
  background-size: 15px;
}
.filtered-btn_clear {
  float: right;
  background: url(../images/close.png) no-repeat 90% 50%#0668C2;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 12px 2.75rem 12px .75rem;
  text-align: center;
  margin-left: 15px;
  color: #fff;
  background-size: 15px;
}
.allfilter-btn .filtered-btn:first-child{
  margin-left: 0px;
}
.allfilter-btn {
  margin: 30px 0px 20px 0px;
  float: left;
}
.filter-btn{
  background: linear-gradient(124.74deg, #337BF3 1.18%, #0047BD 98.79%);
  border-radius: 16px;
  width: 176px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  padding: 15px 15px;
  text-align: center;
  height: 70px;
}
.filter-btn:after{
  content: 'Hide Filter';
  font-size: 18px;
  line-height: 38px;
}
.filter-btn{
  font-size: 0px;
}
.filter-btn.collapsed:after{
  display:none;
}
.filter-btn.collapsed{
  background: linear-gradient(124.74deg, #337BF3 1.18%, #0047BD 98.79%);
  border-radius: 16px;
  width: 176px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  padding: 15px 15px;
  text-align: center;
  height: 70px;
}
.filter-collpase .card-body .container{
  background: #011B44;
  border-radius: 32px;
  z-index: 999;
  position: relative;
  top: 35px;
  padding: 40px;
}
.filter-close_btns{
  margin-left: 30px;
  display: block;
}

.sorting-dropdown.ascending select{
  width: 223px;
}
.filter-product_box .filter-title{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  color: #F0F5FC;
  line-height: 67px;
}
.filter-product_box .container .row .filter-position{
  position: inherit;
}
.filter-product_box{
  margin-bottom: 20px;
}
.pagination{
  margin-left: 30px;
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 100px;
  padding-top: 35px;
 }
 .pagination li{
   display: inline-block;
   margin: 0px 10px;
   position: relative;
   z-index: 2;
 }
 
 .pagination li a{
   font-family: 'Poppins', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 24px;
   color: #ffffff;
   text-align: center;
   background: none;
   border: none;

 }
 .custom-page_nav a{
   width: 42px;
   border-radius: 100px;
 }
 .custom-page_nav a:hover{
   text-decoration: underline;
   background-color: transparent;
   color: black;
 }
 .pagination li.active a{
   text-decoration: underline;
 }
 .page-item:first-child .page-link,
 .page-item:last-child .page-link{
   border-radius: 100px;
   width: 62px;
   display: flex;
   height: 62px;
   align-items: center;
   justify-content: center;
   border: 1px solid #337BF3;
   background-color:transparent;
 }
 .page-item:last-child .page-link{
  background: linear-gradient(123.44deg, #337BF3 1.14%, #0047BD 95.94%) !important;
 }

 .page-item.active .page-link{
    background-color: transparent !important;
 }

.pagebreadcrumb-information p{
  width: 670px;
  max-width: 100%;
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 300;
color: #DCEBFE;
font-size: 18px;

margin: auto;
text-align: center;
margin-top: 20px;
}
.product-qty select {
  background: url(../images/drop-qty.png) no-repeat 80% 50% rgba(255, 252, 245, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  width: 160px;
  height: 70px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px 30px;
  color: #F0F0C9;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  border-radius: 16px;
  border: none;
}
.prodct-rightbar_detail{
  position: relative;
  padding-left: 27px;
}
.design-and-devlopment{
  position: relative;
  padding-top: 150px;
}
.design-and-devlopment:before{
  content: '';
  background: url(../images/pink-traingle.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 4%;
  top: 13%;
  width: 17px;
  height: 21px;
}
.prodct-rightbar_detail:after{
    content: '';
    background: url(../images/pink-traingle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
    bottom: 4%;
    width: 17px;
    height: 21px;
}
.prodct-rightbar_detail:before{
    content: '';
    background: url(../images/yellow-ellips.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -24%;
    top: 19%;
    width: 21px;
    height: 21px;
}
.design-and-devlopment .product-dtl-cat{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #457AF5;
}
.design-and-devlopment .prodct-rightbar_detail h3{
  font-family: 'Playfair Display', serif;
font-style: normal;
font-weight: bold;
font-size: 64px;
line-height: 130%;
color: #ffffff;
margin-bottom: 20px;
}
.prodct-rightbar_detail .prodct-price{
  color: #FFAD37;
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 36px;
line-height: 28px;
margin-bottom: 20px;
}
.prodct-rightbar_detail p{
  color: #DCEBFE;
opacity: 0.8;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
width: 445px;
max-width: 100%;
}
.prodct-rightbar_detail .cart-add_product{
  background: linear-gradient(123.44deg, #337BF3 1.14%, #0047BD 95.94%);
  border-radius: 16px;
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 28px;
color: #FFFFFF;
width: 173px;
}
.help-rigthbar{
  position: relative;
}
.help-rigthbar:after{
  content: '';
    background: url(../images/we-are-here-sheap-Element.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 30%;
    bottom: -125%;
    width: 140px;
    height: 111px;
}
.course-title h3{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #FFFFFF;
}
.course-title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
.course-title .seeall_btn{
  background: linear-gradient(123.44deg, #337BF3 1.14%, #0047BD 95.94%);
  border-radius: 16px;
  width: 222px;
  height: 70px;
  color: #ffffff;
}
.frequently-ask-section{
  position: relative;
  padding-bottom: 130px; 
  margin-bottom: 150px;
}
.frequently-ask-section::before{
  content: '';
  background: url(../images/frequently-bg.png) no-repeat left center;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1808px;
  max-height: 725px;
  bottom: 0;
}
.plus-to-minus:before {
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 60px;
}
.plus-to-minus.minus:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.plus-mins-icon:before, .plus-mins-icon:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  
}
.plus-to-minus:after {
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 60px;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  background: rgba(255, 255, 255,0.1);
  box-shadow: 0px 6px 10px rgba(255, 112, 55, 0.04);
  border-radius: 31.905px;
}
.plus-to-minus {
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  position: relative;
}
.plus-to-minus.minus {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.plus-mins-icon{
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  font-style: normal;
  font-weight: normal;
  color: #F0F0C9;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.plus-mins-icon:hover{
  color: #F0F0C9;
  text-decoration: none;
}
.plus-mins-icon:before{
  content: '';
  top: 50%;
  margin-top: 0;
  height: 2px;
  width: 15px;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  right: 5px;
}
.plus-mins-icon.collapsed:before{
  content: '';
  top: 50%;
  margin-top: -6px;
  height: 15px;
  width: 2px;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  right: 13px;
  display: block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.plus-mins-icon:after{
  content: '';
  top: 50%;
  margin-top: 0;
  height: 2px;
  width: 16px;
  -webkit-transition: -webkit-transform ease 400ms;
  transition: -webkit-transform ease 400ms;
  transition: transform ease 400ms;
  transition: transform ease 400ms, -webkit-transform ease 400ms;
  right: 6px;
}
.frequently-ask-section .card{
  background: transparent !important;
  border: none;
}
.accordion .card-header h3 button{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 0;
}
.frequently-ask-section .card-header{
  background: none;
  border-bottom: 0;
}
.frequently-ask-section .card-body{
  color: #DCEBFE;
  opacity: 0.7;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  padding-top: 5px;
}



/* Log in page start here */

.user-field{
  background: url(../images/user-icon.png) no-repeat 5% 51% rgba(255, 252, 245, 0.05);;
}
.password-field{
  background: url(../images/password-icon.png) no-repeat 5% 51% rgba(255, 252, 245, 0.05);
}
.email-field{
  background: url(../images/email-icon.png) no-repeat 5% 51% rgba(255, 252, 245, 0.05);
}
.login-box .form-group .form-control{
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 64px;
  padding: 15px 15px 15px 55px;
  color: rgba(99, 101, 126,0.9);
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: rgba(220, 235, 254,0.5);
}
.login-box .form-group .form-control:focus{
  background: url(../images/user-icon.png) no-repeat 5% 51% rgba(255, 252, 245, 0.05);
}
.form-checkbox{
  position: relative;
}

.form-checkbox label{
  border: 1px solid #337BF3;  ;
  border-radius: 50px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  left: 0px;
  position: absolute;
  top: 4px;
}

.form-checkbox label:after{
  border: 2px solid #337BF3;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(
-45deg
);
  width: 9px;
}
.form-checkbox input[type="checkbox"]{
  visibility: hidden;
}

.form-checkbox input[type="checkbox"]:checked + label{
  background-color: transparent;
  border-color:#337BF3;
}

.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: 14px;
  color: #212831;
  line-height: 29px;
}
.form-checkbox .checkbox-text a{
  color: #F1A501;
}
.account-page .page-title{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #DCEBFE;
}
.login-page .login-box{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  padding:44px 40px;
}
.form-checkbox .checkbox-text{
  color: #DCEBFE;
  opacity: 0.6;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  float: left;
}

.forgot-pass{
  display: inline-block;
  float: right;
}
.login-page .links{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.login-page .forgot-pass{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #DCEBFE;
  opacity: 0.6;
}
.login-btn{
  background: linear-gradient(123.44deg, #337BF3 1.14%, #0047BD 95.94%), #F1A501;
  box-shadow: 0px 20px 40px rgba(241, 165, 1, 0.1);
  border-radius: 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  height: 72px;
  line-height: 67px;
  outline:none !important;
  border:0px !important;
}
.login-btn:hover{
  color: black !important;
}
.register-btn{
  background: transparent;
 border: 1px solid #0047BD;
  border-radius: 16px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  height: 72px;
  line-height: 67px;
}
.register-box .password-field{
  background: url(../images/password-icon.png) no-repeat 12% 51% rgba(255, 252, 245, 0.05);
}

/* account page dashboard start here */
.account-page .menu{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px; 
  padding: 0px;
  list-style: none;
  margin: 0;
  height: 545px;
  position: relative;
}
.account-page .menu li.active a{
  background: rgba(255, 252, 245, 0.05);
  color: #FFFFFF;
  opacity: 1;
}
.account-page .menu li:hover a{
  background: rgba(255, 252, 245, 0.05);
  color: #FFFFFF;
  opacity: 1;
}
.account-page .menu li a{
  display: block;
  padding: 20px;
  color: rgba(220, 235, 254,0.6);
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}
.account-page{
  padding:50px 0px 6rem;
  clear: both;
}
.account-page .menu .logout-link{
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.account-page .menu .logout-link a{
  color: #DCEBFE;
  opacity: 0.7;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}
.dashboard-right-bar{
  padding-left: 10rem;
}
.dashboard-right-bar img{
  padding-top: 5rem;
}
.dashboard-right-bar p{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #DCEBFE;
}
.dashboard-right-bar p span{
  display: flex;
}

.order-page .order-table{
  width: 100%;
}
.order-page .order-table tr th{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #DCEBFE;
  padding: 18px 25px;
}
.order-page .order-table tr th.table-title{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #DCEBFE;
  padding-top: 40px !important;
}
.order-page .order-table tr td{
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
  padding: 18px 25px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: rgba(220, 235, 254,0.7);
}
.order-page .dashboard-bg{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
  padding-top: 30px;
}
.order-page .order-table tbody{
  padding: 0 30px;
}
.order-page .order-table tr td.more-detail{
  text-align: right;
}
.order-page .order-table tr td.more-detail .desktop{
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 32px;
  background: linear-gradient(124.74deg, #337BF3 1.18%, #0047BD 98.79%), linear-gradient(93.38deg, #2EBCDB -19.61%, #8FEBFF 105.5%), linear-gradient(94.02deg, #FF8A00 -2.34%, #FFAD37 146.95%);
  border-radius: 8px;
  width: 100px;
  height: 32px;
  display: flex;
  justify-content: center;
  float: right;
}
.order-page .arrow-forword.mobile{
  display: none;
}
.order-page .table-background{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  height: 545px;
  max-height: 100%;
  padding-bottom: 4rem;
}
.order-table thead{
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* address page start here*/
.address-page .gray-box{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  height: 495px;
  max-height: 100%;
}


.gray-box .box-data h6{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 15px;
  color: #DCEBFE;
  border-bottom:  1px solid rgba(255, 255, 255, 0.2);
}

.gray-box .edit-link{
  float: right;
  background: linear-gradient(124.74deg, #337BF3 1.18%, #0047BD 98.79%), linear-gradient(93.38deg, #2EBCDB -19.61%, #8FEBFF 105.5%), linear-gradient(94.02deg, #FF8A00 -2.34%, #FFAD37 146.95%);
  border-radius: 8px;
  height: 32px;
  width: 80px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.address-page .gray-box .box-data h4{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #DCEBFE;
  margin-top: 30px;
}
.address-page .gray-box .box-data{
  padding: 30px;
}
.address-page .gray-box .box-data p{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: rgba(220, 235, 254,0.7);
}
.address-page .gray-box .box-data p span{
  display: flex;
}
/* account-detail page start here*/
.account-detail .info-title{
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #DCEBFE;
}
.account-detail .email-field {
  background: url(../images/email-icon.png) no-repeat 12% 51% rgba(255, 252, 245, 0.05);
}
.account-detail .user-field {
  background: url(../images/user-icon.png) no-repeat 12% 51% rgba(255, 252, 245, 0.05);
}
.account-detail .password-field {
  background: url(../images/password-icon.png) no-repeat 5% 51% rgba(255, 252, 245, 0.05);
}
/*--------------------------------------------------------------*/
/* HIRAL CSS AND HERE */
/*--------------------------------------------------------------*/










/*Kajal css start*/
.pagebreadcrumb-information .innerpage-subtitle{
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
color: #DCEBFE;
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


/*eror 404 css start*/
.error404-title{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.error404-desc p{
  width: 100%;
  max-width: 546px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #DCEBFE;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
  margin: 20px auto;
}
.error404-content{
  position: relative;
  margin-top:40px;
}
.error-btn-block .back-btn{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 16px;
  width:100%;
  max-width:192px;
  line-height:69.95px;
  border: 1px solid #1158cf;
}
.ellipse-block:before{
  content:'';
  background: url(../images/leftellipse.png) no-repeat left top;
  background-size: cover;
  position:absolute;
  top:10%;
  left:0;
  display:block;
  z-index: 2;
  width:100%;
  max-width:606px;
  height:606px;
}
/*eror 404  css start*/


/*eror 500 css start*/
.error500-title{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.error500-desc p{
  width: 100%;
  max-width: 546px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #DCEBFE;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
  margin: 20px auto;
}
.error500-content{
  position: relative;
  margin-top:40px;
}
/*eror 404  css start*/


/*privacy policy css start*/
.privacy-policy-content{
  width: 100%;
}
.privacy-policy-single-block{
  /* background:url(../images/bggradient.png);
  opacity:0.05; */
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  padding: 50px 60px 20px 70px;
  margin-bottom:30px;
  /* background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(93.22deg, #2EBCDB -18.72%, #001216 100.72%); */
  box-shadow: 0px 50px 50px rgba(33, 40, 50, 0.02);
  border-radius: 6px;
  background: rgba(255, 252, 245, 0.02);
}
.privacy-policy-single-block h4{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  opacity:1;
  margin-bottom: 25px;
}
.privacy-policy-single-block p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
} 
.privacy-policy-single-block ul{
  padding:0 0 0 16px;
}
.privacy-policy-single-block ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
}
/*privacy olicy css end*/



/*terms condition css start*/
.termscondition-content{
  width: 100%;
}
.termscondition-single-block{
  /* background:url(../images/bggradient.png); 
  opacity: 0.05;*/
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 60px 50px 70px;
  width:100%; 
  margin-bottom:30px;
  /* background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(93.22deg, #2EBCDB -18.72%, #001216 100.72%); */
  box-shadow: 0px 50px 50px rgba(33, 40, 50, 0.02);
  border-radius: 6px;
  background: rgba(255, 252, 245, 0.02);
}
.termscondition-single-block h4{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  opacity:1;
  margin-bottom: 25px;
}
.termscondition-single-block p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
}
.termscondition-single-block ul{
  padding:0 0 0 16px;
}
.termscondition-single-block ul li{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
}
/*terms condition css end*/


/*About us css start*/
.abouthelp-you .bg1, .bg2, .bg3, .bg4{
  height: 90%;
}
.abouthelp-you .happyhelp-inner {
  padding: 50px 35px;
  margin-bottom: 30px;
}
.who-we-are{
  padding-bottom: 100px;
  padding-left: 5%;
}
.who-we-are .container-fluid{
  position: relative;
  overflow: hidden;
}
.who-we-are .container-fluid:after{
  content: '';
  background: url(../images/findabout.png) no-repeat top center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 260px;
  width: 100%;
  z-index: -1;
}
.whoweare-rightblock-inner {
  padding-left: 140px;
  color: #fff;
  max-width: 565px;
}
.whoweare-rightblock-inner h4{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  margin-bottom: 35px;
}
.whoweare-rightblock-inner h4 span{
  display: block;
}
.whoweare-rightblock-inner p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  /* font-family: 'Mulish', sans-serif; */
  font-family: 'Poppins', sans-serif;
}
.whoweare-leftblock {
  float: right;
}
.why-choose-us{
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
}
.why-choose-us .container-fluid{
  position: relative;
  overflow: hidden;
}
.why-choose-us .container-fluid:after{
  content: '';
  background: url(../images/findabout.png) no-repeat top center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 260px;
  width: 100%;
  z-index: -1;
}
.whychooseus-rightblock-inner {
  padding-left: 100px;
  color: #fff;
  max-width: 525px;
}
.whychooseus-rightblock-inner h4{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  margin-bottom: 35px;
}
.whychooseus-rightblock-inner h4 span{
  display: block;
}
.whychooseus-rightblock-inner p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  /* font-family: 'Mulish', sans-serif; */
  font-family: 'Poppins', sans-serif;
}
.whychooseus-leftblock {
  float: right;
}
.abouthelp-you{
  margin-top: 0;
}


.expertadvice{
  padding-bottom: 100px;
  padding-left: 5%;
}
.expertadvice .container-fluid{
  position: relative;
  overflow: hidden;
}
.expertadvice .container-fluid:after{
  content: '';
  background: url(../images/findabout.png) no-repeat top center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 260px;
  width: 100%;
  z-index: -1;
}
.expertadvice-rightblock-inner {
  padding-left: 150px;
  color: #fff;
  max-width: 847px;
}
.expertadvice-rightblock-inner h4{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  margin-bottom: 35px;
}
.expertadvice-rightblock-inner h4 span{
  display: block;
}
.expertadvice-rightblock-inner p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  /* font-family: 'Mulish', sans-serif; */
  font-family: 'Poppins', sans-serif;
}
.expertadvice-leftblock {
  float: right;
}


.expert-advice-cost{
  position: relative;
  width:100%;
}
/* .expert-advice-cost .container{
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(93.22deg, #2EBCDB -18.72%, #001216 100.72%);
  opacity: 0.05;
  box-shadow: 0px 50px 50px rgba(33, 40, 50, 0.02);
  border-radius: 6px 6px 228px 6px;
} */
.expert-advice-cost{
  background: url(../images/advicestartbg.png) no-repeat top center;
  padding: 0% 5%;
  background-size: contain;
  }
.advice-cost-content{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align:center;
  padding: 100px 0;
}
.advice-cost-content h4{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #DCEBFE;
  font-family: 'Mulish', sans-serif;
}
.advice-cost-content h3{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;

}
.advice-cost-content h3 span{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  color: #F1A501;
  font-family: 'Mulish', sans-serif;
}
.advice-cost-content p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
}


.expertservices-work{
  padding-bottom: 100px;
  padding-right: 5%;
}
.expertservices-work .container-fluid{
  position: relative;
  overflow: hidden;
}
.expertservices-work .container-fluid:after{
  content: '';
  background: url(../images/service-contentbg.png) no-repeat left center;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  z-index: -1;
  background-size: contain;
}
.expertservices-leftblock-inner {
  color: #fff;
  max-width: 491px;
  float: none;
  margin-right: 70px;
  margin: auto;
}
.expertservices-leftblock-inner h4{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  color: #FFFFFF;
  font-family: 'Playfair Display', serif;
  margin-bottom: 35px;
}
.expertservices-leftblock-inner h4 span{
  display: block;
}
.expertservices-leftblock-inner p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  /* font-family: 'Mulish', sans-serif; */
  font-family: 'Poppins', sans-serif;
}
/* .expertservices-leftblock{
  position: absolute;
  right: 10%;
  top: -185px;
} */
.expertservices-rightblock {
  float: left;
}

.request-callback-heading{
  width: 100%;
}
.request-callback-heading h3{
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  color: #DCEBFE;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.callback-form .form-group .form-control{
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  height: 64px;
  color: #DCEBFE;
  background: rgba(255, 252, 245, 0.05);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  border-style: none;
  padding-left:20px;
}
.submit-msg{
  background: linear-gradient(123.44deg, #337BF3 1.14%, #0047BD 95.94%), #F1A501;
  box-shadow: 0px 20px 40px rgba(241, 165, 1, 0.1);
  border-radius: 16px;
  display:block;
  width:100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
 outline: none !important;
  border:0px;
}

.submit-msg:hover{
  color:black !important;
  text-decoration: none;
}
.callback-form textarea{
  height: 180px !important;
}
.callback-form .form-check-label{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.callback-form #msg{
  padding-top: 15px;
}
.callback-form .form-checkbox .checkbox-text{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
  float: none;
  opacity:1;
} 
.advice-innerlink{
  color:#F1A501;
}
.advice-innerlink :hover{
  color:#F1A501;
}
/*About us css end*/


/**contactus css start*/
.supportemail h4{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.supportemail p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  opacity: 0.5;
  font-family: 'Poppins', sans-serif;
}
.supportphone h4{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.supportphone p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  opacity: 0.5;
  font-family: 'Poppins', sans-serif;
}
.supportmap h4{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.supportmap p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  opacity: 0.5;
  font-family: 'Poppins', sans-serif;
}
.contactus-leftblock{
  height: 100%;;
}
.contactus-leftblock-content{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  height:86%;
  padding: 50px 0 0px 20px;
}
.contactus-leftblock h3{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.contactus-rightblock{
  width: 100%;
  max-width: 470px;
  float: right;
  height: 100%;
}
.contactus-rightblock h3{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.map-icon{
  width: 54px;
    height: 54px;
    margin-left: 20px;
}
.supportmap{
  padding-left:30px;
}
.contactus{
  padding-bottom: 100px;
  padding-top: 100px;
}
/*contactus css end*/


/*payment success css start*/

.payment-success-leftblock{
  margin: 0 auto;
  width: 100%;
  max-width: 361px;
  text-align: center;
}
.payment-success-leftblock h3{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.payment-success-leftblock p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.payment-success-rightblock h3{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.payment-back-btnblock{
  width: 100%;
}
.payment-backbtn{
  background: linear-gradient(123.44deg, #337BF3 1.14%, #0047BD 95.94%), #F1A501;
  box-shadow: 0px 20px 40px rgba(241, 165, 1, 0.1);
  border-radius: 16px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Mulish', sans-serif;
  display:block;
  margin:0 auto;
  width: 100%;
  max-width: 310px;
  height: 72px;
}
.payment-backbtn:hover{
  color: black;
 
}
.payment-success-rightblock-content h4{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.payment-success-rightblock-content p{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.payment-success-rightblock-content h4 span{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: #DCEBFE;
  font-family: 'Mulish', sans-serif;
}
.payment-success-rightblock-content{
  width:100%;
  max-width:470px;
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  height: 100%;
}
.payment-success-rightblock-content .table-data{
  padding: 0px 25px 20px 35px;
}
.payment-success-rightblock-content .title-block{
  padding: 50px 25px 0 35px;
}
.payment-success-rightblock-content .devider{
  opacity: 0.15;
  border: 1px solid;
  color: #EEF1FC;
  margin: 0;
}
.payment-success-rightblock-moiblecontent .devider{
  opacity: 0.15;
  border: 1px solid;
  color: #EEF1FC;
  margin: 0;
}
.payment-success-rightblock-moiblecontent{
  width:100%;
  max-width:327px;
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  height: 100%;
  margin:0 auto;
}
.title-block .ordersummary-mobiletitle{
  font-style: normal;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  padding: 30px 0 25px 30px;
  margin:0;
}
.moible-title-data{
  padding: 30px 20px 10px 20px;
}
.mobile-title h4{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.mobile-product-desc p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #DCEBFE;
  opacity: 0.7;
  font-family: 'Poppins', sans-serif;
}
.mobile-footertable-data{
  padding: 15px 20px 25px 20px;
}
.product-mobilesubtotal h4{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  color: #DCEBFE;
}
.product-mobilesubtotal h4 span{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #DCEBFE;
    position: relative;
    right: 25px;
}
.blue-qty{
  color: #0A2067 !important;

opacity: 0.7 !important;
}
/*payment success css end*/


/*secure checkout css start*/
.secure-checkoutleftblock-content{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  height: 100%;
}
.secure-checkout-leftblock h3{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.secure-checkout-rightblock h3{
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
  padding-left: 55px;
}
.checkoutbill-form {
  padding: 40px 25px 93px 25px;
}
.checkoutbill-form .form-group .form-control{
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  height: 64px;
  color: #DCEBFE;
  background: rgba(255, 252, 245, 0.05);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  border-style: none;
  padding-left:20px;
}
.checkoutbill-form select option{
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  height: 64px;
  color: #DCEBFE;
  background: rgba(255, 252, 245, 0.05);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  border-style: none;
  padding-left:20px;
}
.checkoutbill-form p{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.checkoutbill-form .form-checkbox .checkbox-text{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
  float: none;
  opacity:1;
} 
.secure-checkoutrightblock-content{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;  
  height:100%;
  min-height: 665px;
  width: 100%;
  max-width: 385px;
  float: right;
}
.checkout-order-summary h4{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.checkpoutorder-title{
  padding: 50px 25px 0px 35px;
}
.secure-checkoutrightblock-content .checkouttable-data{
  padding: 0px 25px 0px 35px;
}
.checkouttable-data p{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.checkouttable-data h4{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Poppins', sans-serif;
}
.checkouttable-data h4 span{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: #DCEBFE;
  font-family: 'Mulish', sans-serif;
}
.secure-checkoutrightblock-content .devider{
  opacity: 0.15;
  border: 1px solid;
  color: #EEF1FC;
  margin: 0;
}
.enter-code{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 62px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.4;
  font-family: 'Poppins', sans-serif;
  height:62px;
  width: 100%;
  background: rgba(255, 252, 245, 0.05);
  border-radius: 10px;
  border-style: none;
}
.applycode-btn{
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  height:72px;
  border: 1px solid #1158cf;
  background: transparent;
  border-radius: 16px;
  outline:none !important;
  
}
.applycode-btn:hover{
  color: black !important;
}
.paynow{
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(123.44deg, #337BF3 1.14%, #0047BD 95.94%), #F1A501;
  box-shadow: 0px 20px 40px rgba(241, 165, 1, 0.1);
  border-radius: 16px;
  line-height: 61px;
  border-style: none;
}
.paynow:hover{
  color: black !important;
}
/*secure checkout css end*/



/*shopping cart css start*/
.shopping-rightblock{
  min-height: 561px;
}
.shopping-rightblock-content{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  width:100%;
}
.shopping-rightblock-content .shopping-tabledata{
  padding: 10px 22px 22px 20px;
}
.shopping-tabledata .form-checkbox .checkbox-text {
  color: #DCEBFE;
  opacity:1;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}
.shopping-tabledata h4{
  font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #DCEBFE;
    font-family: 'Poppins', sans-serif;
}
.shopping-tabledata h4 span{
  font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: right;
    color: #DCEBFE;
    font-family: 'Mulish', sans-serif;
}
.addcontent{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #F1A501;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  display: block;
}
.shopping-leftblock{
  background: rgba(255, 252, 245, 0.05);
  border-radius: 16px;
  width: 100%;
  min-height: 551px;
}
.shopping-leftblock .devider{
  opacity: 0.15;
  border: 1px solid;
  color: #EEF1FC;
  margin: 0;
}
.shopping-leftblocktitle{
  padding: 40px 20px 10px 30px;
}
.carttable-title{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  font-family: 'Playfair Display', serif;
}
.cart-tabledata{
  padding: 15px 20px 30px 30px;
}
.carttable-info{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #DCEBFE;
  opacity: 0.8;
  font-family: 'Poppins', sans-serif;
}
.explore-best-sellers {
  padding-top:70px;
  padding-bottom: 100px;
}
.about-whoe {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (min-width:993px) {
  .pt-150{
    padding-top: 150px;
  }  
  .pb-150{
    padding-bottom: 150px;
  }  
  .pb-100{
    padding-bottom: 100px;
  }
}


.edit-carttab {
}
.edit-carttab a{
  color: #F1A501;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-left: 6px;
}
.nav-open .closemenu{
  display: block !important;
}
.nav-open .openmenu{
  display: none;
}
.nav-open .mobilemenu{
  background: #032045;
} 
.footer-section .row{
  position: relative;
}
.footer-section .row:after{
  content: '';
  background: url(../images/footericon1.png) no-repeat bottom right;
  width: 89px;
  height: 18px;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.footer-section .contact-btm:last-child{
  background: url(../images/footericon2.png) no-repeat bottom right;
}
.innerpage-shop{
  padding-top: 30px;
}
.inner-productdetail_sellers{
  position: relative;
}
.frequently-ask-section .course-title{
  margin-bottom: 0px;
}