#faq_products #accordion:nth-child(2n +1){
  margin-right:1rem;
}
.top-links li a .fa-user::before {
  content: "\e917";
}
.upload_design a .fa-upload::before{
   content: "\e914";
}

@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: .7rem 1.5rem .7rem 1rem;
  }
    .navbar-nav .nav-item.submenu_custom_link:hover > .dropdown-menu {
        height: auto;
        max-height:350px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
@media only screen and (min-width: 1248px) {
  .navbar .navbar-nav {
    justify-content: center;
  }
   .navbar .navbar-nav .nav-item .nav-link {
    padding: .7rem 1.8rem .7rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav .nav-item.submenu_custom_link .nav-link::after {
    top: 8px;
  }
}
#categoryTab{justify-content: start !important;}
.product-category #categoryTab {
  overflow-x: hidden;
}
.contactus-section .contact-info{
    height: 100%;
}
.navbar-nav .nav-item .nav-link{
    padding: .7rem 1.8rem .7rem .8rem !important;
}
.navbar-nav .nav-item .nav-link span{
    font-size: 15px !important;
}

@media only screen and (min-width: 1024px) {
  .header-search .form-control {
    min-width: 470px !important;
  }
}


@media only screen and (min-width: 1440px) {
  .footer h3, .footer .h3 {
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer .bottom-links .list-inline-item {
    margin-bottom: .4em !important;
  }
}

.navbar .navbar-nav .nav-item:last-child .nav-link{
    padding: .7rem 1.8rem .7rem .8rem !important;
    animation: unset;
    background-image: none;
    background-size: unset;
    color: #36333c !important;
}
.navbar .navbar-nav .nav-item:last-child .nav-link:after{
    display: inline-block;
}

@media only screen and (min-width: 768px) {
     .navbar .navbar-nav .nav-item .nav-link{
         position:relative;
     }
  .navbar .navbar-nav .nav-item .nav-link:before{ content:""; display: block; position: absolute; height:25px; width:1px; background-color: #ec008c; right:0; top:10px;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link:before{ display: none;
  }
}
.contact_detail .img-fluid {
  max-width: 30px;
}
.footer #footersubscribe_sidebar .card-body .input-group input{
    border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important;
}
.footer #footersubscribe_sidebar .card-body .input-group .input-group-append .input-group-text{
    border-top-right-radius: 10px !important; border-bottom-right-radius: 10px !important; 
}

.product-category #categoryTab .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ec008c;
  height: 22px;
  width: 1px;
  top: 10px;
  right: 0;
}
.product-category #categoryTab .nav-item:last-child .nav-link::after {
    display:none;
}
/**/
.product-box .thumbnail {
 border-radius: 22px;
}

/**/
.google-review-section .brand-slider .slick-prev {
    transform: rotate(-90deg);
    left: 0px;
    z-index: 1;
}
.google-review-section .brand-slider .slick-next {
    transform: rotate(90deg);
    right: 0px;
    z-index: 1;
}
@media (min-width: 768px){
    .google-review-section .brand-slider .slick-prev {
        left: -15px;
    }
    .google-review-section .brand-slider .slick-next {
        right: -15px;
    }   
}
  .home_page_body .carousel-control-prev, .home_page_body .carousel-control-next {
    display: none;
  }
.brand-slider .slick-slide img {
  width: 100%;
  max-width: 80%;
}

/**/
.top-header .contact_detail .count {
 background: #ec008c !important;
 color: #fff !important;
 border-radius: 53px;
 height: 18px;
 width: 18px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 font-size: 13px !important;
}
#footer {
    background-color: rgba(0,174,239,.06) !important
}
#footersubscribe_sidebar {
    background-color: rgba(0,174,239,.01) !important
}
#middle-content > div.text-center{
    display: none;
}
@media only screen and (min-width: 1600px) {
  .home_page_body #middle-content {
    padding: 2rem 0 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .home_page_body #middle-content {
    padding: 2rem 0 0 0;
  }
}
@media only screen and (min-width: 1248px) {
  .home_page_body #middle-content {
    padding: 2rem 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home_page_body #middle-content {
    padding: 2rem 0 0 0;
  }
}
.home_page_body #middle-content {
  position: relative;
  padding: 2rem 0 0 0;
}
.product-box .card, .templatebox .card, .product-box .thumbnail, .product-box .card .card-img-top, .templatebox .card .card-img-top, .btn {
border-radius: 5px !important;
-webkit-border-radius: 5px !important; 
}

.product-box .card:hover, .templatebox .card:hover {
    background-color: #D9F1FB !important;
    background-position: unset !important;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(79, 90, 109, .3);
    -moz-box-shadow: 0px 1px 5px 1px rgba(79, 90, 109, .3);
    box-shadow: 0px 1px 5px 1px rgba(79, 90, 109, .3);
}
.product-box {
    margin-bottom: 1rem !important;
}
.product-box .card {
       background-color: #f0fafe !important;
       box-shadow: 0px 1px 5px 1px rgba(79, 90, 109, .3);
}
.header-search .form-control {
    border-radius: 5px;
-webkit-border-radius: 5px;
}
.bootstrap-select>.dropdown-toggle {
        border-radius: 5px !important;
-webkit-border-radius: 5px !important;
}
#action-btn .page-sub-header{display:none;}
#action-btn{justify-content:end;}
#action-btn .col-md-12{
    flex: 0 0 auto;width: auto;max-width: 100%;
}
#quote_create .custom-radio:nth-child(2){
    display:none;
}
#product_info.nocost #productpricetotal{display: none !important;}