
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.form-control::placeholder{color:#999;opacity:0.7;font-size:13px;}
#featured_products .featured_products_item .row {
    background: #fff;
}
#improve_your_brand .improve_your_brand_left .media-body ul li {
    margin-bottom: 10px!important;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    cursor: pointer;
}
#faq p {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 24px;
}
#faq h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
}
@media(min-width:1200px){.container, .container-lg, .container-md, .container-sm, .container-xl{width:1198px;}}

#hero {
  width: 100%;
  height: auto;
padding-bottom: 50px;
  background:   url("../image/banner_bg.jpg") center center no-repeat;
  background-size: cover;
}
#hero .banner_content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 95px;
}
#hero .banner_icon {
    width: 89%;
    margin: 0 auto;
}
#hero .banner_icon .banner_icon_item {
    cursor: pointer;
}
 
#hero .banner_icon .banner_icon_item {
    cursor: pointer;
}
#hero .banner_icon .banner_icon_item {
    padding: 35px 30px;
    width: 210px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 16px 30px rgb(0 0 0 / 4%);
    border-radius: 4px;
    margin-bottom: 26px;
}
#hero .banner_icon .banner_icon_item img {
    margin-bottom: 35px;
}
 
#hero .banner_icon .banner_icon_item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}
#hero .container,
#hero .container-fluid {
  padding-top: 45px;
}

#hero h1 {
  margin: 0;
      font-weight: 500;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 1);
  margin: 40px  0;
      font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center; 

}

#hero .btn-get-started {
  font-family: "roboto";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #fff;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #5846f9;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
   # background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .container,
  #hero .container-fluid {
    padding-top: 68px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 575px),
(max-height: 600px) {
  #hero {
    height: auto;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
#hero .banner_content .has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
    height: 46px;
    line-height: 46px;
    width: 49px;
}
#hero .banner_content .has-search .form-control {
    padding-right: 12px;
    padding-left: 48px;
}
#hero .banner_content .search {
    height: 46px;
    background: #fff;
    border-radius: 3px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq {
  background-image: url(../image/ask-us-bg.png);
    background-size: cover;
  padding: 50px 0px 0px 0px;
}
#faq .line_btn {
    border: 1.5px solid #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 30px;
    color: #fff;
    background: 0 0;
	margin-top:10px
}
#faq .line_btn:hover{color:#3287da;background:#fff}
.faq .section-title h2,
.faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "roboto";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
#proudly_partnering {
    background: #fff;
    padding: 81px 0 89px 0;
}
#proudly_partnering h3 {
    margin-bottom: 75px;
}
.page_h3 {
    color: #333;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
}
#proudly_partnering img:first-child {
    margin-bottom: 65px;
}
#proudly_partnering img {
    width: 100%;
}
#featured_products img {
    width: 100%;
}
#featured_products .featured_item_content_inner {
    background: #fff;
    padding: 35px;
}
#featured_products .featured_item_content_inner h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 18px;
}
#featured_products .featured_item_content_inner p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    height: 113px;
    overflow: hidden;
}
#featured_products {
    background: #e5e5e5;
    padding: 108px 0 119px 0;
}
.autoresult_search_page {
    width: 100%;
    color: #666;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 14px;
    position: absolute;
    top: 46px;
    border: 1px solid rgba(0,96,253,.5);
    border-radius: 4px;
    background: linear-gradient(180deg,#fff 0,#f2f8ff 100%);
    max-height: 150px;
    overflow: auto;
    z-index: 1;
}
.autoresult_search_page .innerresult {
    padding: 5px 10px;
    cursor: pointer;
}
#sessioncountry, .nhide {
    display: none;
}
.autoresult_search_page::-webkit-scrollbar{width:8px;min-height:4px;background-color:#f5f5f5}
.autoresult_search_page::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1}
#improve_your_brand {
    padding: 72px 0;
}
#improve_your_brand h3 {
    margin-bottom: 34px;
    line-height: 30px;
}
.page_h3 {
    color: #333;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
}
#improve_your_brand .improve_your_brand_left {
    background: #f4f4f4;
    border-radius: 4px;
    position: relative;
    margin-bottom: 26px;
    min-height: 196px;
}
.media:first-child {
    margin-top: 0;
}
.media-body, .media-left {
    display: table-cell;
    vertical-align: top;
    font-family: roboto;
	
}
.media-body{
width: 100%;
}
.media-left {
    padding-right: 10px;
}
#improve_your_brand .improve_your_brand_left .status {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background: #006ad1;
    top: 0;
    position: absolute;
    padding: 5px 11px;
    margin-left: 10px;
}
.improve_your_brand_left div.media-left>img {
    border-radius: 5px;
}
#improve_your_brand .improve_your_brand_left .media-body {
    padding: 19px 23px 0 9px;
    position: relative;
}
.list-unstyled {
    color: #333;
    font-size: 13px;
    line-height: 25px;
}
#improve_your_brand .improve_your_brand_left .media-body .view_all_btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #006ad1;
    padding: 12px 10px;
    position: absolute;
    right: 0;
    bottom: -15px;
}

element.style {
}
#improve_your_brand .improve_your_brand_right {
    background: #3287da;
    background-size: cover;
    padding: 57px 36px;
    position: relative;
    border-radius: 4px;
}
#improve_your_brand .improve_your_brand_right .vender {
    position: absolute;
    top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0060fd;
    background: #f4f4f4;
    padding: 6px 12px;
}
#improve_your_brand .improve_your_brand_right h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 7px;
}
#improve_your_brand .improve_your_brand_right p {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}
 
.nopadding{
	padding:0px;
}
#featured_products .featured_item_content_inner .subscribe_btn {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #006ad1;
    border-radius: 3px;
    padding: 6px 20px;
    margin-bottom: 12px;
}
@media only screen and (max-width: 768px)
{
#improve_your_brand .improve_your_brand_right .chart img {
    width: 100%;
}
}
