


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.btn{ padding:6px; margin:0px;}
.btn a{ background: #F15837;
   padding: 12px 38px 12px 38px;
    color: #fff;
    border-radius: 30px;}
.btn a:hover{ color:#fff; background:#F3836C}
body {
  background: #fff;
  color: #484848;
 font-family: 'Roboto', sans-serif;font-size:16px; line-height:18px;
}

a {
 /* color: #007bff;*/
 color: #343741;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  /*color: #0b6bd3;*/
  color: #343741;
  
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0; font-size:20px; color: #2B3990; line-height:24px;
}

h1{ font-size:50px; color:#2B3990}
/*h2{ font-size:30px; color:#2B3990}*/
h2{ font-size:30px; color:#343741}
/*h3{ font-size:25px; color:#2B3990}*/
h3{ font-size:25px; color:#343741}
h4{ font-size:20px; color:#4a4a4a}
h5{ font-size:18px; color:#4a4a4a}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
    font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #f15836;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 
 
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);padding: 10px 0px 5px 0px;
}

#header.header-scrolled {
 

}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin:0px 0;
 
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
  width:576px;
}

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;font-family: 'Roboto', sans-serif;
    position: relative;
    color: #fff;
      padding: 10px 23px;
    transition: 0.3s;
    border-radius: 51px;
   font-weight: 700; 
    margin-top: 25px;color: #69707D;
    font-size: 16px;
    line-height: 14px;
    font-weight: bold;
   padding: 0 5px;
  
}
.main-nav > ul > li.logo-bg a{ margin-top:0px;border:0px;}
.main-nav > ul > li.logo-bg a:hover{ border:0px;}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #69707D; 
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: -41px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;top:100px;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;margin: 0px!important; border:0px!important; text-align:center; border-bottom:1px solid #ccc!important;border-radius:0px;
}
.main-nav .drop-down ul{ margin-bottom:0px; padding-bottom:0px; border:1px solid #ccc}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff;
  transition: 0.4s;    padding-top: 70px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
 position: fixed;
    left: 10px;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    border: 1px solid #fff;
    border-radius: 70px;
    padding: 0px;
    margin-top: 7px;
    width: 40px;
    height: 40px;
    margin-top: 11px;
    text-align: center;
}

.mobile-nav-toggle i {
  margin:0px;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}




.baner-outer{ overflow:hidden; position:relative}
.baner-outer h1{ font-size:60px;} 
/* #header{ position:static;} */
#header{ position:sticky;}

.baner-outer p{ color:#2B3990; font-size:19px; line-height:27px;}
.capsion-top{ position:absolute; left:0px; top:130px; right:0px; width:1100px; margin:0 auto; padding-bottom:120px;}


.inner-blog{ width:60%}
.working-area{ text-align:center; padding-top:67px;}
.working-area h1{ text-align:center; width:100%; font-weight:700; margin-bottom:63px;}
.images-pro img{    border-radius: 50%;}
.working-area .images-pro{ margin-bottom:33px;}
.working-area h2{ font-size:50px;}
.working-area h3{font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;}
.working-area p{ color: #3E3E3E;
    font-size: 18px;
    line-height: 22px;}


.personalise{ width:100%; margin-top:60px; overflow:hidden; position:relative;}
 .working-areaper{ width:50%; float:right; text-align:left}
.capsion-peron{}
.personalise h1 span{font-family: 'Roboto', sans-serif;font-weight:400;}

.personalise ul{margin: 31px 0px 0px 21px;
    padding: 0px;}
.personalise ul li{ font-size:18px; color:#2B3990; margin-bottom:12px; line-height:21px;}
.personalise  p b{color: #2B3990;
    font-size: 24px;
    margin-bottom: 50px;
    display: block;
    line-height: 28px;
    margin-top: 19px;}

.blue-bg{ background:#fff; padding:33px 0px 10px 0px; text-align:center; color:#fff;margin-bottom: 60px;}
.blue-bg h3{ width:100%; color:#fff; font-size:30px;}
.blue-bg p{ text-align:center; color:#fff; width:100%; font-size:20px; line-height:22px;}
.customNavigation {
   width: 95%;
    position: relative;
    top: -160px;
    margin: 0 auto;
}
.prev{ float:left} 
.next{ float: right} 
.customNavigation .fa{ font-size:62px; color:#000;}

.slider-bg{background: url(../img/slider-baner.jpg) left top no-repeat;
   padding: 89px 0px 195px 0px;
    background-size: 100%;
    margin-bottom:0px;}
#owl-demo1{float: left;
    width: 70%;}
#owl-demo1 .item{border: 1px solid #ccc;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px; padding:15px;    box-shadow: 1px 1px 11px #ccc;
    border-radius: 9px;}

#owl-demo1 .owl-wrapper-outer{padding: 20px 0px;}
.slider-bg h3{    padding: 60px 0px 0px 0px;
    font-size: 41px;}

.slider-bg .item{border: 1px solid #ccc;
    padding: 30px 30px 0px 30px!important;
    margin: 0px 20px;
    padding: 15px;
    box-shadow: 1px 1px 11px #ccc;
    border-radius: 9px;
    line-height: 23px; background:#fff}

.slider-bg .customNavigation{ top: 258px;
    left: -170px;}


.why-online{ background:#f4f4f4; padding:87px 0px 37px 0px}


.why-online h3{width: 100%;}

.why-online p{    font-size: 17px;
    line-height: 23px;}
.color-blue{ color:#28427C} 	


#footer{ background:#F15837}
.wanttop{ background:#F7C314;}

.wanttop{ padding:20px 0px 20px 0px; color:#3E3E3E; font-weight:500;}

.footer-top input[type="text"]{background: #ffd95d;
    border: 1px solid #1e3363;
    padding: 9px 0px;
    border-radius: 7px;
    width: 65%;}
	
	
	
	
	
.footer-top input[type="submit"]{background: #1e3363;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    padding: 10px 10px;
    margin-left: 13px;
}	
	
	
.wanttop{font-size: 14px;
    padding-top: 11px;}	
	
.wanttop .col-sm-9{    padding-top: 20px;
    padding: 20px 0px 0px 0px;
    font-size: 15px;}	
.wanttop .col-sm-3{padding-top: 11px;}



.top-lovethe{ padding:46px 0px  46px 0px}
.top-lovethe ul{ margin:0px; padding:0px;}	
.top-lovethe ul li{ list-style:none; margin-bottom:10px;}
.top-lovethe ul li a{ color:#fff}	
	
.top-lovethe h4{ color:#fff}	
ul.social-mdeai{margin: 110px 29px 0px 0px;
    padding: 0px;
    float: right;}
ul.social-mdeai li{        float: left;
    list-style: none;
    background: #ffffff;
    /* padding: 13px 19px 10px 17px; */
    font-size: 22px;
    border-radius: 50px;
    margin-right: 12px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;}	
ul.social-mdeai li a{ color:#f15837}	
	
.last-colol p{ color:#fff}	
	
	
	
	

.main-nav .drop-down ul:before {

       content: "";
    position: absolute;
    top: -24px;
    left: 0px;
    right: 0px;
    border-top: 9px solid transparent;
    border-right: 21px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-left: 19px solid transparent;
    width: 34px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.desktop-none{ display:none}
.phone-iocn{ display: none;}
.blogarea{ display: flex;}


.panel-body{padding-bottom:18px!important;}
.button-container{width: 100%!important;}
.mobile-block{ display: none}

@media (max-width: 767px) {
section#industry-category h2 {
    font-size: 24px!important;; text-align: center;
    
}
}


@media (max-width: 767px) {
.join-area-form{ padding-top:88px!important;}
.mobile-block{ display: block!important}
.mobile-none{ display:none}
section#industry-category{padding-top: 39px!important;}
.join-area{ padding-top:88px!important;}
.innner-inside{ border:0px!important;margin-bottom:23px!important;}
.partners-area{ padding-top:88px!important;}
.form-detail .col-sm-3{ margin-bottom:10px;}
.cart_area .sec-box{margin-top:50px!important;}
.form-detail ul {
    margin-bottom: 20px!important;
}
.product-title h2{width: 70%;}
.product-title a{margin-top: 40px;
    margin-bottom: 0px!important;}
.product-detail h2{margin-top: 33px!important;}
.inerhedae{padding: 99px 0px 0px 10px!important;}
#carouselExampleControls .buttons{padding: 5px 5px!important;font-size: 12px!important;}
.popular-print{ margin:0px!important;}
.logo-mobile{}
.nav-tabs{soverflow: hidden!important}
.custom-row-one{ height:auto!important;overflow-y: visible!important;}
.secondary-button{margin-bottom:20px!important;margin-left:0px!important;}
.page-image{    margin-top: 20px!important;
    background-repeat: no-repeat;height: 120px!important;
    background-size: 100%!important;}
body .change{top: 5px!important;}
.remove-mobne{ display:none}
.container-one{padding-left:0px!important;}	
.container-one form{padding: 0px 20px 0px 20px;}
section#industry-category .name-container:after{right: 9px!important;}
#industry-category .card{width:93%!important; height:auto!important}
section#industry-category li{margin-left: 10px!important;
    position: relative!important;
    margin-bottom: 0px!important;
    line-height: 34px!important;}
.contact-vino img{ width:100%!important}
.contact-page{ margin-top:30px;}
.contact-page .form-detail ul li{padding-bottom: 19px;}
.text-right {
    text-align: center!important;
    float: none;
    margin: 10px 0px 10px 0px!important;
}
.container-three .text-right {
    text-align: center!important;
    float: none!important;
}
.container-three .text-left {
    text-align:center!important;
    float: none;
}
.mobile-footer{ color:#000!important}
.copyright a{margin-left: 10px!important;}
.form-detail .col-sm-6{ margin-bottom:10px;}
.form-detail ul li{    margin: 0px 0px 1px 0px!important;}
.mobile-nav ul li.shoping{ display:none!important}
.login{margin-right: 13px;}
.login span {
       color: #fff;
    position: absolute;
    right: -19px;
    top: -7px;
    background: #FFCF00;
    padding: 0px 6px!important;
    border-radius: 24px;
    font-size: 12px;
}
.capsion-top{width: auto;
    margin: 0 auto;
    top: 70px;
    padding: 0px 10px;}

.slider-bg{ position:relative}
.slider-bg.none h3{top:-163px!important;}
.form-detail ul.noneboxma {
    margin-bottom: 24px!important;
}
.noneboxma input[type"submit"]{ margin-bottom:30px;}
.slider-bg h3{    position: absolute;
    top: 0px; left:0px; right:0px; margin:0 auto; text-align:center;}
#owl-demo1{ float:none!important; width:100%!important; margin-top:70px;}
.capsion-top h1{ font-size:32px;}

.inner-blog {
    width: 100%;
    text-align: center;
}
.slider-bg{ padding-bottom:96px!important; background:url(../img/mobile.jpg) center top no-repeat}
.why-online h1{font-size: 30px;}
.slider-bg .customNavigation {
    top: 0px!important;
    left: 0px!important;
    right: 0px!important;
    margin: 0 auto!important;
    text-align: center!important;
}
ul.social-mdeai {
    margin: 60px 0px 0px 0px;
    padding: 0px; float:none;
}
.last-colol p {
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.blue-bg{ padding-left:0px!important; padding-right:0px!important;}



.blue-bg .next {
    float: right;
    position: relative;
    right: -24px;
}
.customNavigation{width: 69%!important;}
.mobile-nav a{color: #f15836!important;}

.blue-bg .prev {
    float: left;
    position: relative;
    left: -24px;
}












.customNavigation .fa{    font-size: 49px;}
ul.social-mdeai li{ display:inline-block!important; float:none}
.top-lovethe{text-align: center;}
.wanttop{ text-align:center}
.menumain{ display: block!important; background:#000;}
.menumain{display: block!important;
    position: fixed;
    z-index: 99999;}
.expericec{    font-size: 13px!important;
    float: left;
    padding-top: 0px!important;
    text-align: center;
    width: 75%!important;
    padding-bottom: 11px;}
.cookies-ok{margin-bottom: 10px!important;
    margin-top: 15px!important;
    margin-right: 10px!important;}	
.mobile-nav ul{ margin-top:50px;}
.mobile-nav ul li{ }
.mobile-nav .drop-down li{  padding-left: 0px;
    background: #fff;
     margin-bottom:0px;
    border-bottom:0px!important}
.mobile-nav .drop-down li a{ color:#1e3363}	
.logo-bg{ display:none}
.mobile-nav ul{margin-top:0px;}
/* #header{ position: static} */
.logo-mobile{    width: 100%;
    text-align: center;
    margin-top: -5px;}

.logo-mobile{ display: block!important}
.login{ display: block!important; position:absolute; right:20px; top:20px;}
.login a{ color:#fff}
.working-areaper {
    width: 100%!important;
    float: none!important;
   
}
.baner-outer .capsion-top{top: 170px;}	
.images-pro img{ max-width:100%; height:auto}
.working-area h1{    font-size: 30px;}
.mobile-nav ul.social-mdeai li a {
        color: #fff!important;
    background: #f15836!important;
    padding: 0px!important;
}
.mobile-nav ul.social-mdeai li{width: 40px;
    height: 60px;line-height: 42px;}
	.mobile-nav ul.social-mdeai li a{    border-radius: 50px;}
	
	.mobile-nav ul.social-mdeai {
    margin: 0px 0px 10px 20px;
    padding: 20px 0px 0px 0px;
}
/*img {
    max-width: inherit!important;
   
}*/
body .menumain {
    display: block!important;
    position: absolute!important;
    z-index: 99999;
    top: 74px!important;
}
body .change{top:3px!important;}
.main-search{ 
    position: absolute!important;
    /* left: 200px; */
    /* right: 0px; */
    top: 39px;
    width: 100%!important;
    left: 0px;
    margin: 0 auto;
    height: 20px!important;
    z-index: 999;
    background: #008062;
    /* width: 100%; */
    padding: 8px 9px 45px 11px;}
.main-search img {
    position: absolute;
    left: 22px!important;
    top: 18px!important;
}
.baner-outer{margin-top: 52px!important;}	
.header-call{display:none!important}
.header-right{float: right!important;
}
.logo-mobile {
  width: 24%;
    text-align: left!important;
    margin-top: -32px!important;
    left: 40px!important;
    margin-left: 60px!important;
    z-index: 9999;
}
.product-category{padding-top: 60px;}
.login{ display:none!important;}
.header-right {
    margin-top: 4px!important;
    float: right!important;
}

body .rightlink{padding: 15px;}
 







body .width-80per{max-width:100%!important;flex: 0px!important;}
body .product-detail .popular-print{max-width:100%!important;margin-bottom: 20px!important;}

.main-top-bottom-padding{padding-top:23px!important;
    padding-bottom: 10px!important;}

.product-detail-right{width: 100%;
    display: inline-block;
    position: relative;
    z-index: 9999;
    margin-top: 90px;}
#msform fieldset{margin: 0 10%!important;}
.calculate ins{ width: 42%!important;   margin-top: 0px!important;
    padding-top: 0px;}
	
	
	.calculate span{width: 52%!important;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;}
	
	
	
	
.tab-content{width: 100%!important;}	
	
	
	
#progressbar{margin-left: 0px!important;
    padding-left: 10px!important;}	
	
body #msform fieldset{margin:0px!important;}
body .modal-container{width:100%!important;}
.background-f6f7fa{ overflow:hidden}
.the-price .row{ margin-left:0px!important;}
.the-price .row img{ width:auto!important; height:auto!important}	




}


.logo-mobile{ display: none}
.login{ display: none}
.fa-phone:before{    color: #1E3363;}
.bar1, .bar2, .bar3 {
    width: 23px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0 0px 7px;
    transition: 0.4s;
    padding: 0px;
}
.bar1{ margin-top:-2px;}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
 transform: rotate(-45deg) translate(0px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(40deg) translate(1px, -7px);width: 23px;
}
.change { color:#fff!important}
.menumain{   
    margin-top: 12px;}

.change{    border: 1px solid #f15836!important;}	
.change .bar1{    background: #f15836!important;
    width: 23px;
    margin-left: 3px;}	
.change .bar3{    background: #f15836!important;
    width: 23px;
    margin-left: 3px;
    margin-top: 6px}	
.mobile-nav-toggle{ display:none}

.menumain{ display:none}



@media (min-width: 768px) and (max-width: 1024px) {


.capsion-top{width: auto;
    margin: 0 auto;   top: 100px; padding: 0px 30px;}

.baner-outer .capsion-top{top: 200px;}
.slider-bg{ position:relative}
.slider-bg h3{    position: absolute;
    top: 0px; left:0px; right:0px; margin:0 auto; text-align:center;}
#owl-demo1{ float:none!important; width:100%!important; margin-top:70px;}
.capsion-top h1{ font-size:32px;}

.inner-blog {
    width: 100%;
    text-align: center;
}
.slider-bg{ padding-bottom:120px!important; background:url(../img/mobile.jpg) center top no-repeat}
.why-online h1{font-size: 30px;}
.slider-bg .customNavigation {
    top: 0px!important;
    left: 0px!important;
    right: 0px!important;
    margin: 0 auto!important;
    text-align: center!important;
}
ul.social-mdeai {
    margin: 60px 0px 0px 0px;
    padding: 0px;
}
.last-colol p {
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.blue-bg{ padding-left:40px; padding-right:40px;}



.blue-bg .next {
    float: right;
    position: relative;
    right: -24px;
}

.mobile-nav a{color: #f15836!important;}

.blue-bg .prev {
    float: left;
    position: relative;
    left: -24px;
}












.customNavigation .fa{    font-size: 49px;}
ul.social-mdeai li{ display:inline-block!important; float:none}
.top-lovethe{text-align: center;}
.wanttop{ text-align:center}
.menumain{ display: block!important}
.menumain{display: block!important;
    position: fixed;
    z-index: 99999;}

.mobile-nav ul{ margin-top:50px;}
.mobile-nav ul li{ }
.mobile-nav .drop-down li{  padding-left: 0px;
    background: #fff;
     margin-bottom:0px;
    border-bottom: 1px solid #eaeaea}
.mobile-nav .drop-down li a{ color:#1e3363}	
.logo-bg{ display:none}
.mobile-nav ul{margin-top:0px;}
#header{ position:fixed!important}
.logo-mobile{    width: 100%;
    text-align: center;
    margin-top: -5px;}
.logo-mobile img {
    width: 14%;
}
.logo-mobile{ display: block!important}
.login{ display: block!important; position:absolute; right:20px; top:20px;}
.login a{ color:#fff}
.working-areaper {
    width: 100%!important;
    float: none!important;
   
}

.images-pro img{ max-width:100%; height:auto}
.working-area h1{    font-size: 30px;}





}



img{ max-width:100%; height:auto}
#header .social-mdeai{ display:none}

.errow-area{ min-height:500px; padding-top:120px;}
.errow-area p{ font-size:30px; color:#2B3990}

.join-area{ background:#ffe7cc; padding:54px 0px 54px 0px}
.price-areas{ background:#fffae5; padding:67px 0px 67px 0px}

.price-areas h1{font-size: 180px;
    line-height: 130px;}
.price-areas h1 sup{ font-size:100px}
.top-seaction{ margin-bottom:50px;}
.top-seaction p{ color:#3E3E3E;}
.price-areas p{ font-size:30px; line-height:35px;}

.hr-line{ height:1px; width:40px; margin:0 auto; background:#979797; margin-top:50px; margin-bottom:50px; text-indent:-9999px;}
.inside-area h3{     color: #3E3E3E;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;}
.inside-area p{ font-size:16px; line-height:23px; color:#484848}
.inside-area h2{ margin-bottom:50px;}
.innner-inside{    padding: 0px 30px 0px 30px;
    border-right: 1px solid #979797;
    min-height: 90px;}


.innner-inside.none{ border:none}
.inner-work h2{    font-size: 30px;}

.inner-work p{ color:#4A4A4A; font-size:14px; line-height:23px; margin-bottom:50px;}

.inner-work .hr-line{    margin-top: 30px;
    margin-bottom: 30px;}

.inner-work{padding-bottom: 40px;}
.inner-work .col-md-4{ margin-bottom:60px;}

.inner-work .col-md-4 h1{ margin-bottom:20px;}
.inner-work .col-md-4 ul{     margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 49px;}
.inner-work .col-md-4 ul li{ display:inline-block;padding:0px; margin:0px;}
.inner-work .col-md-4 ul li a{background:#D6D6D6; width:60px; height:60px; line-height:60px; display:inline-block; font-size:14px; color:#484848;border-radius: 50px;}
.last-colol p{    font-size: 12px;
    width: 100%;
    overflow: hidden;}
.gift-area p{ padding-bottom: 0px;
    margin-bottom: 13px; font-size:16px;}
.gift-area h1{ margin-bottom:0px!important;}

.inner-work .gift-area ul{padding-bottom: 30px;}


.join-area-form{background: #fff;
    padding: 54px 0px 54px 0px;}
.join-area-form h3{ margin-bottom:10px; font-weight:400;}	
.join-area-form p{ font-size:14px; color:#4A4A4A}

.form-detail ul{ margin:0px; padding:0px;}
.form-detail ul li{ list-style:none; margin:0px 0px 16px 0px}
.form-detail ul li input[type="text"]{border-radius: 5px; height:36px; border:1px solid #DBDBDB; width:100%; padding:0px 10px; color:#4A4A4A; font-size:14px;}
.form-detail ul li input[type="tel"]{border-radius: 5px; height:36px; border:1px solid #DBDBDB; width:100%;padding:0px 10px;color:#4A4A4A; font-size:14px;}
.form-detail ul li input[type="email"]{border-radius: 5px; height:36px; border:1px solid #DBDBDB; width:100%;padding:0px 10px;color:#4A4A4A; font-size:14px;}
.form-detail ul{ margin-bottom:70px;}
.form-detail ul li textarea{ width:100%;border:1px solid #DBDBDB;border-radius: 5px; min-height:200px;}
.form-detail ul.none{ margin-bottom:0px;}
.form-detail ul li input[type="checkbox"]{ margin-right:10px;}
.form-detail ul li { font-size:14px; color:#4A4A4A}
.form-detail  input[type="submit"]{ background:#2B3990;
   padding: 12px 38px 12px 38px;
    color: #fff;
    border-radius: 30px; border:0px;}

.total{ margin-top:40px;}
.cloase{     background: #D8D8D8;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    margin-top: 30px;}
.m-n21{ margin-top:30px;}
.text-blog-main{ line-height:113px;}
.product{     border: 1px solid #D7D7D7;
    padding: 30px;
    margin-bottom: 40px;}
.circul{     border: 1px solid #979797;
    background: #D8D8D8;
    height: 113px;
    border-radius: 50%; text-align:center; line-height:113px;}
	
.total h4{ color:#3E3E3E; font-size:20px; margin-bottom:0px; padding-bottom:0px;}	
.total h2{ font-weight:700; font-size:48px;}
input:focus{ border:1px solid #678ab2!important; outline:0px!important;border-radius: 5px; }
.total input[type="text"]{    border: 1px solid #DBDBDB;
    height: 36px;
    border-radius: 5px;
    float: left;
    width: 67%;}
.total input[type="submit"]{background: #2B3990;
    color: #fff;
    padding: 6px 10px;
    margin-left: 15px;
    border-radius: 5px;
    float: left;} 


.ceck  .form-detail ul {
    margin-bottom: 45px;
}


.working-blog{ padding:80px 0px 80px 0px}
.working-blog p{ font-size:16px; color:#484848; padding-bottom:0px; margin-bottom:20px}
.working-blog ul{ margin:0px 0px 30px 20px; padding:0px;}
.working-blog ul li{ padding-bottom:10px}
.form-detail{ width:100%}
.working-blog ul{ margin-left:0px; padding-right:0px}


.partners-area{ background:#efefef;padding: 54px 0px 35px 0px;}
.working-blog h4{ color:#2B3990}
.working-blog ul li select{height: 36px;
    border: 1px solid #DBDBDB; width:100%;border-radius: 5px;}
	
	.middle-seaction {
    text-align: center;
    display: inline-block;
}
.middle-seaction {
    text-align: center;
}
.middle-seaction {
    margin-bottom: 60px;
}
.middle-seaction {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 44px;
}


.slider-bg.none{ padding-top:0px!important; padding-bottom:280px;}
.slider-bg.none .customNavigation{top: 308px;}
.card-header{    background: none;
    padding-left: 0px;
    font-size: 21px;}
.color-gray{ background:#979797}
.card h2{ color:#484848; font-size:16px;}
.card h2 button{color: #484848;
    font-size: 20px;
    margin-bottom: 14px;}
.card h2 button:hover{ text-decoration:none}
.card h2 button:focus{ outline:none;box-shadow:0px 0px 0px #000!important}

.card{ border:0px; border-bottom:1px solid #BFBFBF!important}
.card-header {
    border: 0px!important;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}
.card-body{ padding:0px;}
.card h2 button:focus{ text-decoration:none;}
.card{border-radius: 0px;}


.contact-vino h3{ margin-bottom:10px;}
.contact-vino h4{ margin-bottom:10px;}
.contact-vino ul li{    padding-bottom: 0px;}
.partners-area.none{ background:#fff}
.banner-top{ margin-bottom:80px;}

.main-nav > ul > li.shoping a{ border:0px;}
.main-nav > ul > li.shoping a:hover{ border:0px;}
.main-nav > ul > li.shoping span{     color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FFCF00;
    padding: 0px 7px;
    border-radius: 24px;
    font-size: 12px;}





.topboxarea{ background:#008062; padding:9px 0px 1px 0px; overflow: hidden}
.expericec {
    font-size: 14px;
    float: left;
    padding-top: 4px;
    text-align: center;
    width: 93%;    color: #fff;
}
.cookies-ok {
    background: #fff;
    height: 25px;
    width: 68px;
    line-height: 100%;
    
    right: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
    border-radius: 4px;
    border: none;
    font-size: 14px;
    top: 50%;float: right;
    color: #000;
    margin-top:1px; margin-bottom:10px;
}



.topboxarea .row{ display:block;}

.main-search input.form-control {
    padding-left: 30px;
    height: 33px;
    box-shadow: none;
}
.main-search {
    position: relative;
    /*width: 175px;*/
	width: 400px;
    margin-top:15px;
}

.main-search img {
    position: absolute;
    left: 10px;
    top: 10px;
}
.header-call {
   margin: 0 2px 0 5px;
    display: inline-block;
}


.header-call a {
    font-size: 13px;
    margin-left: 17px;
    color: #1B1D22;
    font-weight: 600;
}


.header-right{margin-top:11px; margin-left: 22px;}


.primary-button {
    background: #008062;
    color: #fff;
}
.buttons {
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 10px;
    border: none;
    display: inline-block;
}



.working-area h1{font-size: 40px;
    line-height: 38px;
    margin-bottom: 35px; color:#000;
    letter-spacing: -1.12px;
    font-weight: 400;
}

.working-area h3{ color:#000;}




.sign-post {
    padding: 45px 0; text-align:center;
    background-color: #E5AC1A; margin-top:20px;
}




.sign-post .row{ display:block}
.sign-post h3 {
       font-weight: 500;
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 0px;color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 13px;
}




.sign-post .buttons {
    margin-top: 5px;
}
.sign-post .secondary-button {
  border: 1px solid #008062;
    color: #fff;
    background-color: #fff;
    padding: 10px 27px;
    font-size: 17px;
    background: #008062;
}







.background-fbfcfe {
    background: #fbfcfe; padding:60px 0px 20px 0px
 
}
.background-fbfcfe .row{ display: block}
.background-fbfcfe h2 {
    font-size:40px; text-align:center;
    line-height: 38px;
    margin-bottom: 35px;
    letter-spacing: -1.12px;
    font-weight: 400;
}


.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 54px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 20px;
}


.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
     border-radius: 54px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
      cursor: default;
    background-color: #008062;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #fff;
}

.nav>li>a{color: #343741;}

.tab-content{ width: 100%;
    margin: 0 auto;
    padding-top: 28px;
}


.tab-content .row{display: flex;}

.popular-print {
    padding: 0;
   
    
    box-shadow: 0px 2px 2px rgb(152 162 179 / 15%), 0px 1px 5px rgb(152 162 179 / 15%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.print-name {
    border: 1px solid #D1D9E5;
    border-top: none;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px;
    background-color: #fff;min-height: 59px;
}

.print-name h3 {
    color: #1b1d22;
}
.print-name h3 {
    font-weight: 500;
  font-size: 16px;
    line-height: 30px; margin-bottom:5px;
    letter-spacing: -0.5px;
}

.print-name{text-align: center;}


.panel {
    text-align: center;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}


.panel-bronze>.panel-heading {
    color: #fff;
    background-color: #c79355;
    border-color: #c79355;
}

.panel-bronze>.panel-heading {
    background-color: #c79355;
    border-color: #c79355;
    height: 51px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}


.panel-title {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 19px;
    color: white;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
h5 {
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: -.08px;
    line-height: 14px;
}


.panel
{
    text-align: center;
}
.panel-body
{
   padding: 0px;
    text-align: center;
    background: #fbfcfe;
    border-radius: 0px 0px 12px 12px;
}

.the-price
{
    background-color: #fbfcfe;
    box-shadow: 0 1px 0#fbfcfe, inset 0 1px 0#fbfcfe;
      padding-top: 22px;
    padding-bottom: 23px;
}
    .the-price .row{
        margin-left:26px;
    }

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.panel{
    border: none !important;
    width:100%;
}
.panel-bronze>.panel-heading{
     background-color: #c79355;
    border-color: #c79355;
    height: 51px;
}
.panel-bronze>.panel-heading {
    color: #fff;
    background-color: #c79355;
    border-color: #c79355;
}

 /*div.panel-bronze,.panel-silver,.panel-gold, i {
    font-family: FontAwesome;
    font-size: 15px;
    color: #ce188e;
    content: "\f00c";
    margin-right: 10px;
 }*/

 #packageID i{
 font-size: 16px;
    color: #008062;
 }

.panel-silver>.panel-heading{
     background-color: #d9d7da;
    border-color: #d9d7da;
    height: 51px;
}
.panel-silver>.panel-heading {
    color:black;
    background-color: #d9d7da;
    border-color: #d9d7da;
}

.panel-gold>.panel-heading{
     background-color: #fad156;
    border-color: #fad156;
    height: 51px;
}
.panel-gold>.panel-heading {
    color:black;
    background-color: #fad156;
    border-color: #fad156;
}

 /*div.panel-silver tr:before {
    font-family: FontAwesome;
    font-size: 15px;
    color: #ce188e;
    content: "\f00c";
    margin-right: 10px;
 }*/
.panel-title {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 19px;
    color: white;
}

.panel-silver .panel-title {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 19px;
    color:black;
}
.panel-gold .panel-title {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 19px;
    color:black;
}
.subscript
{
    font-size: 25px;
}

#packageID .active{
    background: #f1f1f1;
 }

 #packageID tr{
     font-size: 15px;
     text-align:left;
 }

 #packageID .table td{
         padding: .75rem;
    vertical-align: top;
    font-size: 14px;
    border-top: 1px solid #dee2e6;
 }

.artwork-pricing{
   font-size: 43px;
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    display:block;
    margin: 20px 0px 0px 0px;text-align: left;
}

.the-price .icon{
    width: 109px;
    height: 111px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.package-heading{
    font-weight: bold;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 15px;
    font-size: 16px
}
.button-container{
 
    bottom: -110px;
    text-align: center;
    width: 84%;
}

.button-container .button{
    width: 220px;
    height: 50px;
    font-size: 18px;
    background: #8dcb51;
    padding-top: 16px;
    border-radius:25px;
}



.background-fbfcfe-new{background: #fbfcfe; padding-top:30px;
    margin-top:0px;}
	
	.table td, .table th {
    border: none;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

#packageID tr:nth-child(even) {
    background-color: #f1f1f1;
}
#packageID tr {
    font-size: 15px;
    text-align: left;
}


.artwork-pricing {
    font-size: 43px;
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    display: inline-block;
    margin:43px 0px 0px 0px;
}


.start-package:hover {
    color: #fff;
    background-color: #008062;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.start-package {
    /*width: 220px;*/
	width: 136px;
    height: 50px;
    border: none;
    background-color: #008062;
    font-weight: 400;
    font-size: 18px;
    color: white;
    border-radius: 25px;
}

.blue-bg h3{ color:#000}

.background-f6f7fa {
    background: #f6f7fa;
  
}


.get-start ul li span {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #008062;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: -0.08px;
    border: 10px solid #f6f7fa;
    box-sizing: content-box;
    top: 0;
}

.get-start li:before {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #d1d9e5;
    content: '';
    left: 25px;
    top: 0;
}

.get-start ul {
    padding-left: 0;
    list-style: none;}


.get-start ul li {
    position: relative;
    padding: 8px 5px 0 55px;
}


.get-start ul li ins {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.08px;
    text-decoration: none;
    padding: 15px 0;
    display: block; padding-top:0px;
}


.container-one h3{ margin-bottom:0px;}

.container-one{padding-left: 240px;}


section#industry-category {
    background: #008062;
}
#industry-category {
    /*cursor: pointer;*/
}



#industry-category .card {
    height: 60px;
    width: 22%;
    margin-bottom: 12px;
    margin-left: 28px;
    background-color: #ffffff;
    float: left;
}
.rowbox{width: 100%;
    display: inline-block;
}
.card {
    position: relative;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #69707D;
    margin-bottom: 15px;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #f6f7fa;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

section#industry-category li {
    margin-bottom: 12px;
    margin-left: 10px;
    position: relative;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item {
    position: relative;
    display: block;
    /*padding: 10px 15px;*/
	padding: 10px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; width:200px;
}


#industry-category .name-container {
    float: left;
    font-size: 13px;
    color: black;
    /*margin-left: 7px;*/
	margin-left: 10px;
	padding-top: 14px;
    margin-top: -4px;
}

#industry-category .image-container {
    float: left;
    width: 17%;
}


section#industry-category .name-container:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 28px;
    color: #8dcb51;
    position: absolute;
    right: 9px;
    top: 18px;
}
#industry-category h2{ width:100%; font-weight:normal}

.container-three p {
    font-size: 14px;
}

.container-three ul li a {
  font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #69707D;
    margin-bottom: 15px;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #f6f7fa;
}

.container-three ul {
    padding-left: 0;
    list-style: none;
}

.mycontainer ul li a {
    font-weight: bold;
      font-size: 14px;
      line-height: 14px;
      color: #69707D;
      margin-bottom: 15px;
      display: block;
      padding-bottom: 8px;
      border-bottom: 1px solid #f6f7fa;
  }
  
  .mycontainer ul {
      padding-left: 0;
      list-style: none;
  }

/*.container-three button {
   
       font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #69707D;
    margin-bottom: 15px;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #f6f7fa;
}*/


.follow-fb img {
    margin-right: 7px; margin-bottom:20px;
}

.copyright {
    background: #F5F7FA;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
    padding: 0 10px;
}


.copyright .row{ display:block}


.copyright a:first-child {
    margin-left: 0;
}

.copyright a {
    margin-left: 60px;
}
.copyright a {
    font-size: 14px;
    color: #008062;
}

.text-right {
    text-align: right!important;
    float: right;
}

.text-left {
    text-align: left!important;
    float: left;
}

.copyright p{padding-top: 16px; margin-bottom:0px;}


.carousel-item .text-center {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  
}
.inerhedae h1{ display:none}
.inerhedae p{ display:none}

#carouselExampleControls .container-one {
    max-width: 600px;
    margin: auto;
    width: 96%;
    padding: 0 10px;
}

.inerhedae{ text-align: left;
    padding: 370px 0px 0px 150px;}

#carouselExampleControls h1, p {
    color: white;
}
#carouselExampleControls h1 {
    font-size: 57px;
    line-height: 46px;
    letter-spacing: -1.08px;
    font-weight: 800;
}


#carouselExampleControls h1, p {
    color: white;
}
#carouselExampleControls p {
    font-size: 19px;
    line-height: 22px; color:#fff;
    letter-spacing: -0.08px;
}

#carouselExampleControls .yello-btn {
    background: #E5AC1A!important;
    color: #fff!important;
    margin-left: 10px;
}
#carouselExampleControls .buttons {
   font-size: 21px;
   border-radius: 84px;
    padding: 14px 30px;
    border: none;
    display: inline-block;
}

.carousel-control-prev-icon{ background:url(../img/left-arrow.png) left top no-repeat; width:39px; height:39px;}
.carousel-control-next-icon{ background:url(../img/right-arrow.png) left top no-repeat; width:39px; height:39px;}

.recent-print .owl-item img {
    height: 250px;
    width: 50%;
    object-fit: cover;
}
.container-three {
    max-width: 1000px;
    margin: auto;
    padding: 0 15px;
}

.product-detail .popular-print {
    margin-top: 7px;
    margin-bottom: 7px;
    flex: 0 0 23.14%;
     max-width: 30.333%;
    cursor: pointer;
}

.product-detail .popular-print {
    padding: 0;
    margin: 7px;
    flex: 0 0 31.333%;
    max-width: 30.333%;
    display: inline-block;
    box-shadow: 0px 2px 2px rgb(152 162 179 / 15%), 0px 1px 5px rgb(152 162 179 / 15%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.width-80per {
    flex: 0 0 75%;
    max-width: 80%;
}

.breadcrumb li {
    font-size: 12px;
    letter-spacing: -0.08px;
    color: #69707D;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 7px;
}

.about-detail h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 35px;
    letter-spacing: -1.12px;
    font-weight: 400;
}

.main-top-bottom-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-category ul li a.active, .product-category ul li a:hover {
    color: #008062;
    border-bottom: 1px solid gray;
}

.about-detail p {
    text-align: justify;
}
.about-detail p {
    color: #343741!important;
	margin: 0 0 14px 0;
}

p {
   
    line-height: 22px;
    letter-spacing: -0.08px;
}

.package_detail h1 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -1.08px;
    font-weight: 600; color:#414141;
}


.package_detail h3{
    color: #414141;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.need_web h2{
	color: #414141;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
	
}

.need_web h4 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -.32px;
    line-height: 24px;font-family: "Roboto", sans-serif !important;
    color: #343741;
}

.package_detail ol li{font-family: "Roboto", sans-serif !important;}

.package_detail ol {
    font-size: 15px;
    margin-left: -22px; line-height:1.5;
}

.the-price{
    background: transparent;
}

.the-price {
    background-color: #fbfcfe;
    box-shadow: 0 1px 0#fbfcfe, inset 0 1px 0#fbfcfe;
    padding-top: 22px;
    padding-bottom: 23px;
}

.detail-pricing {
    font-size: 41px;
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    display: inline-block;
    margin: 17px 0px 0px -17px;
}

.need_web p { font-size:14px;}
.need_web .container-one {
    max-width: 600px;
    margin: auto;
    width: 96%;
    padding: 0 10px;
}
form label {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;color: #343741;
}
.need_web p{margin: 0 4px 32px 0px;}


.success{ color:#008062;}
.error{ color:#FF0000;}


input.myerror , select.myerror {
    color: red; border:1px solid #FF0000!important;
}

label.myerror{ font-size: 14px;
    color: #FF0000!important;
    margin-top: 10px;
    display: block;
    text-align: left; font-weight: normal;
    }
	.copyright p{color: #000;}
	
.container-two {
    max-width: 850px;
    margin: auto;
    width: 96%;
    padding: 0 10px;
}

.product-title a {
    padding: 3px 10px;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 3px;
}

.secondary-button {
    border: 1px solid #008062;
    color: #008062;
    background-color: #fff;
   padding: 8px 7px;
}

.product-title h2 {
    display: inline-block;
}
.product-detail h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.g-image-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

gallery-thumb.g-active-thumb {
    
}

.g-image-loaded{border: 3px solid #E6AC1A;    margin-top: 16px;}
gallery-image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.g-thumbs-container {
    display: flex;
    height: 100%;
    left: 0;
    overflow: unset;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 206;
}

.download-button {
    width: 260px;
    background: #E6F0F8;
    color: #008062;
    line-height: 22px;
    margin: 10px 0 20px 0;
    font-weight: 700;
}

.last-box h2 {
    margin-bottom: 0;
    display: inline-block;
}
.last-box h5 {

    /*color: #98A2B3;*/
    font-weight: 600;
    margin: 5px 0 15px 0;
}
.last-box h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.5px;

}

.sec-box h3 {
font-size: 16px; font-weight:400;
}

.sec-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #D1D9E5;
    box-shadow: 0px 2px 2px rgb(152 162 179 / 15%), 0px 1px 5px rgb(152 162 179 / 15%);
    border-radius: 4px;
}

.sec-box label {
    color: #1B1D22;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.flex-direction-row {
    flex-direction: row-reverse;
}

.product-select {
    position: relative;
    padding-left: 110px;
    display: flex;
    align-items: center;
    min-height: 100px;
    margin: 20px 0;
}
.product-select-img {
       position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    padding: 1px;
    border-radius: 0px;
}
.product-select-img img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.product-info h4 {text-align:left;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -.32px;
    line-height: 24px;
}

.product-info h5 {text-align:left;
    color: #98A2B3;
    font-weight: 600;
	font-size: 12.5px;
    letter-spacing: -.08px;
    line-height: 14px;
}
.product-info h3 { text-align:left;
font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.5px;
}	

.product-option {
    position: absolute;
    right: 0;
    bottom: 0;
}
.product-option button.dropdown-toggle {
    background: transparent;
    padding: 0;
    line-height: 0;
    border: none;
    padding: 8px 10px;
    border-bottom: 1px solid #D1D9E5;
    border-radius: 0;
}

.product-option .dropdown-menu {
    left: -70px !important;
    width: 180px;
    background: #FFFFFF;
    border: 1px solid #D1D9E5;
    box-shadow: 0px 12px 24px rgb(65 78 101 / 10%), 0px 6px 12px rgb(65 78 101 / 10%), 0px 4px 4px rgb(65 78 101 / 10%), 0px 2px 2px rgb(65 78 101 / 10%);
    border-radius: 4px;
    top: 14px !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
    box-shadow: none !important;
}

.product-info h4 , .product-info h3 {
    margin-bottom: 0;
}
.gst_label {
    margin: 8px;
}

.calculate {
    margin: 8px 0;
}

.calculate span {
    width: 70%;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.calculate ins {
    width: 30%;
    padding-left: 10px;
    color: #1B1D22;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.grand-total {
    margin-top: 15px;
}

.grand-total span, .grand-total ins {
    font-size: 15px;
    text-decoration: none;
    color: #008062;
    width: 50%;
    display: inline-block;
}

.grand-total-label[_ngcontent-xda-c127] {
    margin-left: -49px;
    font-size: 18px;
}
.imagebox h3 {
font-size: 18px; font-weight:600;
}

.sec-box .nav-tabs {
    border-bottom: none;
}

.nav-tabs {
   border-bottom: 0px;
    max-width: 95%;
    display: block;
   margin: 0 auto 47px auto;
    max-width: 960px;
}

.upload-design p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 5;
    line-height: 14px;
    margin-left: 5px; display:inline-block;
}

.sec-box .nav-tabs .nav-item.show .nav-link, .sec-box .nav-tabs .nav-link.active {
    border-bottom: none;
    background: #68707D;
    color: #fff;
    padding: 7px 25px;
}

.big-modal .modal-dialog {
    max-width: unset;
    width: 94%;
    margin: auto;
}
.modal-dialog {
    position: initial !important;
}
.modal-dialog {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
}
.modal {
    padding-right: 0 !important;
}


.vertical-tab .close {
    top: 5px;
    right: 13px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 3px #333;
    line-height: 10px;
    z-index: 10;
}
button.close {
    position: absolute;
    right: 25px;
    top: 20px;
}

.vertical-tab h2 {
    margin-bottom: 15px;
}

.modal-container{
    width: 60% !important;
}

.vertical-tab {
    padding: 0;
    display: block;
    height: calc(100vh - 10%);
    max-height: unset;
}

.modal-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgb(152 162 179 / 10%), 0px 3px 2px rgb(152 162 179 / 10%);
    padding: 20px 15px;
    z-index: 1;
    max-height: calc(100vh - 15%);
    overflow: auto;
    max-width: 94%;
}

#credit_card .modal-content {max-width: 30%;height: calc(100vh - 50%);}

/* .product_description ul{display:none;} */

.tab-right {
    padding: 25px;
    float: left;
    background-color: #f6f7fa;
    height: 100%;
    width: calc(100% - 250px);
    overflow: auto;
}
.modal-container .tab-right{
    width: 100% !important;
}


.vertical-tab .close {
    top: 5px;
    right: 13px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0 0 3px #333;
    line-height: 10px;
    z-index: 10;
}

button.close {
    position: absolute;
    right: 25px;
    top: 20px;
}

.modal-container .tab-right h3 {
    text-align: center !important;
}

.template-choose {
    margin: 0 -7px;
    margin-bottom: 15px;
}

.browse-button {
    display: block;
    background: #FCFCFD;
    border: 1px solid rgba(15, 39, 117, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgb(152 162 179 / 10%), 0px 3px 2px rgb(152 162 179 / 10%);
    padding: 20px 15px;
    width: 100%;
}


._nghost-jhu-c123 {
    display: flex;
    align-items: center;
    height: 180px;
    background: #fff;
    cursor: pointer;
    color: #717386;
    border: 2px dashed #717386;
    border-radius: 5px;
    font-size: 16px;
    overflow-x: auto;
}

ngx-dropzone {
    height: 100px !important;
}

.tab-buttons {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 250px;
    text-align: center;
}

.browse-button span ins {
    font-size: 14px;
    font-weight: 500;
    color: #69707d;
    margin: 0 3px;
}

.browse-button span button {
    background: transparent;
    padding: 0;
    border: none;
}

.browse-button span {
    display: block;
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
}

._nghost-lmk-c1233 {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

 .ngx-dropzone-label {
    text-align: center;
    z-index: 10;
    margin: 10px auto;
}

._nghost-lmk-c123 {
    display: flex;
    align-items: center;
    height: 180px;
    background: #fff;
    cursor: pointer;
    color: #717386;
    border: 2px dashed #717386;
    border-radius: 5px;
    font-size: 16px;
    overflow-x: auto;
}

.nav-tabs .nav-item {
    display: inline-block;
}

.specs select, .specs input.form-control {
    height: 32px !important;
    background: #FCFCFD;
    border: 1px solid rgba(15, 39, 117, 0.1);
    border-radius: 2px;
    box-shadow: none !important;
}

.sec-box .nav-tabs .nav-item .nav-link {

    border: 1px solid #D1D9E5;
    border-radius: 0;
    padding: 6px 5px;
    font-weight: 500;
    border-radius: 7px;
    padding: 8px 30px;
    font-size: 16px; background:#10886B;
}
.my_uploadimg{ margin-right:116px;}

.vertical-tab .template-choose .popular-print {
    /*width: 180px;*/
	width: 100%;
    margin-bottom: 15px;
}

.popular-print {
    padding: 0;
    margin: 7px;
    flex: 0 0 31.333%;
   /* max-width: 31.333%;*/
    display: inline-block;
    box-shadow: 0px 2px 2px rgb(152 162 179 / 15%), 0px 1px 5px rgb(152 162 179 / 15%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.vertical-tab .template-choose .popular-print:hover {
    border: 2px solid #007D60;
}

.message_area{ margin-top:10px; text-align:center;}


.validation {color:red;margin-bottom: 5px; margin-left:15px; margin-top:-10px;}

.template-choose .popular-print {
    max-width: 100%;
    cursor: pointer;
    min-width: 150px;
}

.modal .modal-content .width100 {
    width: 100%;
}

input.form-control, select.form-control, select.form-control:not([size]):not([multiple]) {
    background: #FCFCFD;
    border: 1px solid rgba(15, 39, 117, 0.1);
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 1px 1px rgb(152 162 179 / 10%), 0px 3px 2px rgb(152 162 179 / 10%);
    height: 40px;
    color: #69707D;
    font-size: 14px;
}

.select-visual .form-check p {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
    font-weight: normal;
}

.done-toast {
    display: block;
    color: #008062;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 12.50px;
    background: #E6F2F1;
}

.grand-total {
    margin-top: 15px;
}

.calculate {
    margin: 8px 0;
}

.bottom-buttons {
    display: flex;
    flex-direction: row-reverse;
}


.cart_area  .text-center {
    margin: -37px 0px 0px 183px !important;
}

.cart_area .sec-box {
    overflow-y: scroll;
    max-height: 433px;
}

.cart_area .sec-box h3 {
    color: #1b1d22;
	font-size: 18px;
    font-weight: 500;
}

.cart_area .product-select {
    position: relative;
    padding-left: 110px;
    display: flex;
    align-items: center;
    min-height: 100px;
    margin: 20px 0;
}

.cart_area .product-select-img {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
}

.cart_area .product-select-img img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.cart_area .product-info h4 {
    margin-bottom: 0;
}

.cart_area .product-info h4 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -.32px;
    line-height: 24px;
}

.cart_area .product-info h5 {
    color: #98A2B3;
    font-weight: 600;
}

.cart_area .content-center {
    text-align: center;
}

.guest {
    margin: 5px 0 20px 8px;
    display: block;
}

.forgot-password {
    font-size: 13px;
    color: #343741;
    display: block;
    margin-left: 8px;
}


.delivery-panel {
    float: left;
    display: block;
    width: 48%;
    margin-right: 4%;
}

.delivery-option {
    border: solid 1px;
    height: auto;
    padding: 15px;
    font-size: 14px;
    position: relative;
}

.delivery-panel.last {
    margin-right: 0;
}

.delivery-panel.active #pickup-icon {
    background-position: -94px -94px;
}

#pickup-icon {
    width: 94px;
    height: 94px;
    display: block;
    background: url(../images/checkout/delivery-icons-sprite.svg) no-repeat;
    margin: 0 auto 30px;
    background-position: -94px 0;
}

.delivery-option h4 {
    font-size: 15px;
    color: #414141;
    margin-bottom: 5px;
}

.pickup-address {
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: bold;
}

#delivery-icon {
    width: 93px;
    height: 64px;
    display: block;
    background: url(../images/checkout/delivery-icons-sprite.svg) no-repeat;
    margin: 20px auto 33px;
    background-position: 0 -29px;
}

.delivery-panel.active {
    background: #8dcb51;
}

.my_delv_colums{ margin-top:20px;}

.user_primary_address p { font-size: 18px;
    color: #000;
    line-height: 1px;}
.my_panel{ border-radius: 8px;
    /* width: 100%; */
    margin-bottom: 18px;
    background: #fff;
    padding: 30px 0px 0px 20px;}	

ul.my_edit_address_list{ width:100%;}
ul.my_edit_address_list li{ float:left; width:200px; margin-top:10px;}
ul.my_edit_address_list li a{ font-size:14px;}


.address-list--item {
    padding: 1em;
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px; margin-bottom:10px; cursor:pointer;
}

.address-list--item ul.active{background: #8dcb51;}

.address-list--item ul li{ list-style:none;}

.tag:not(body).tag-default {
    margin-bottom: .5rem;
    background: #fdecf8;
    color: #C9148D;
}

.checkout_proceed_button{text-align:center;} 
.checkout_proceed_button button{ margin-top:20px;} 

.cart_grand_total {
   display: block;
    background: #ffffff;
    padding: 0;
    border: solid 1px #414141;
    margin-top: 82px;
    border-radius: 6px;
    margin: 80px 6px 0px 6px;
}

.cart_grand_total h5 {
    margin-top: 0;
    width: 100%;
    background: #414141;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 20px;
}

.cart_grand_total .table-holder {
    padding: 20px;
}

table.table-foundation tbody th, table.table-foundation tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}



#subject{  background: #FCFCFD;
    border: 1px solid rgba(15, 39, 117, 0.1);
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 1px 1px rgb(152 162 179 / 10%), 0px 3px 2px rgb(152 162 179 / 10%);
    height: 40px;
    color: #69707D;
    font-size: 14px;
    display: block;
    padding: 0px 7px;
    width: 100%;}
	
	.contact-page .fa-phone:before{color: #fff;}
	section#industry-category{position: relative;
    z-index: 999;}
	
	
	#carouselExampleControls .buttons:hover{ background:#fff}
	
.panel {
        box-shadow: 1px 1px 5px #ccc;
    border: none !important;
    width: 100%;
    border: 1px solid #ccc!important;
    border-radius: 0px 0px 14px 14px;
    padding-bottom: 0px;
}

.background-fbfcfe-new h2{ font-size:40px;}
.container-one h2{ font-size:40px;}
section#industry-category h2{ font-size:40px;color: #fff;}

.form-check-input{margin-top:2px!important;}


.print-name h5{margin-bottom: 0px;}
.form-check{margin-right: 11px;display: inline-block!important;}

ul.image_list li{padding: 1px;}
.g-item-template img{padding: 1px;
    border: 1px solid #ccc;}

.my_contact_form{background: #fff;
    padding-top: 14px;}
.my_contact_form .secondary-button{ background:#008062; color:#fff}




.guest img{width: 5%;
    margin-top: -2px;
    margin-right: 5px;}


#pickup-icon{ display:none}
#delivery-icon{ display:none}
.delivery-option{border-radius:6px;padding: 6px;}

.delivery-option input[type="radio"]{    margin: 6px 6px 0px 4px;
    float: left;
}


.delivery-option h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 26px;
    font-weight: 400;
}


.delivery-option{background: #E5AC1A; color:#fff}


.delivery-panel.active{ background:none}
.delivery-panel.active .delivery-option{background: #008062;}
.cart_grand_total h5{background: #008062;}
.cart_grand_total .table-holder{padding-top: 0px;}
.primary-button{padding: 9px 11px;}
.tab-content{display: inline-block;width: 100%;}

.container-one #contact_form{background: #fff;
    padding: 17px;
    border: 1px solid #ccc;}
	
	
.artwork-pricing{display: block;
    text-align: left;}	
.the-price small{ padding-top: 13px;
    padding-bottom: 0px;
    display: block;
    text-align: left;}
	
	
	
.panel-body{background: #fff;}	
.primary-button{padding: 9px 6px;}	
#msform fieldset{ margin:0px!important;}
#progressbar{ padding:0px!important;}	
#msform{width: 100%;}	
.container-three ul li a{border-bottom: 1px solid #008062;}
.mycontainer ul li a{border-bottom: 1px solid #008062;}	
#user_delivery_address_area{padding-top: 21px;
    border: 1px solid #ccc;
    padding: 29px 0px 0px 20px;
    /* margin-right: 20px; */
    border-radius: 8px;
    width: 100%;
    margin-bottom: 18px;
    background: #fff;}
.my_panel{    border-radius: 8px;
    width: 100%;
    margin-bottom: 18px;
    background: #fff;}	
.purchase_order_number{border-radius: 8px;
    width: 100%;
    margin-bottom: 18px;
    background: #fff;
    padding: 23px 20px;}	
	
ul.my_edit_address_list {
    width: 100%;
    margin: 0px 0px 0px 19px;
}	
ul.my_edit_address_list li{float: left;
    width: 192px;
    margin-top: 10px;
    /* margin: 0px 5px; */
    padding-top: 3px;
    margin-right: 14px;}
	
	
.edit_address{    width: 100%;
    padding: 0px;
    background: #fff;
    display: inline-block;}	
	
.cart_ship_area {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px 0px 13px 20px;
    border-radius: 5px;
}

.my_panel{/*overflow: hidden;*/}


.cart_ship_area input{background: #FCFCFD;
    border: 1px solid rgba(15, 39, 117, 0.1);
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 1px 1px rgb(152 162 179 / 10%), 0px 3px 2px rgb(152 162 179 / 10%);
    height: 30px;
    color: #69707D;
    font-size: 14px;
    width: 38%;
    margin-top: 8px;}
	
	
.cart_ship_area textarea{background: #FCFCFD;
    border: 1px solid rgba(15, 39, 117, 0.1);
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 1px 1px rgb(152 162 179 / 10%), 0px 3px 2px rgb(152 162 179 / 10%);
    height: 80px;
    color: #69707D;
    font-size: 14px;
    width: 38%;
    margin-top: 8px;}	
	
	
	
	
	
.purchase_order_number input[type="text"]{background: #FCFCFD;
    border: 1px solid rgba(15, 39, 117, 0.1);
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 1px 1px rgb(152 162 179 / 10%), 0px 3px 2px rgb(152 162 179 / 10%);
    height: 30px;
    color: #69707D;
    font-size: 14px;
    width: 38%;
    margin-top: 8px;}	
	
	
	
	
.cart_area .product-select{border-bottom: 1px solid #ccc;padding-bottom: 23px;
    margin-bottom: 0px;
    margin-top: 9px;}	
.remove_item {    position: absolute;
    right: 0px;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    font-size: 13px;}	
	
	
.container-three {
    max-width: 1110px;
    margin: auto;
    padding: 0 15px;
}	



.custom-row-one::-webkit-scrollbar {
width: 12px;
background-color: #008062; }

.custom-row-one::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #008062; }

.custom-row-one::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.custom-row-one::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.custom-row-one::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #008062; }

._nghost-lmk-c123{padding: 20px;}

.table{font-size: 13px;}


#carouselExampleControls img{width: 100%;}