#smoke-landing-page {
  float: left;
  width: 100%;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
}

#smoke-landing-page .pt-0 {
  padding-top: 0 !important;
}

#smoke-landing-page p {
  margin-bottom: 1rem;
}

#smoke-landing-page .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#smoke-landing-page .pt-0 {
  padding-top: 0 !important;
}

#smoke-landing-page .justify-content-center {
  justify-content: center;
}

#smoke-landing-page .bg-grey {
  background-color: #f2f2f2;
}

#smoke-landing-page .align-items-center {
  align-items: center;
}

#smoke-landing-page .btn {
  min-width: 160px;
  text-align: center;
}

#smoke-landing-page section {
  padding: 70px 0;
  float: left;
  width: 100%;
}

#smoke-landing-page .banner {
  padding: 0 !important;
}

#smoke-landing-page #landing-banner .banner-content {
  left: 0;
  top: 0;
  transform: none;
  position: relative;
  background-color: #202a45;
  padding: 120px 0;
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

#smoke-landing-page #landing-banner .banner-content h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #fff;
}

#smoke-landing-page #landing-banner .banner-content h1 strong {
  color: #00C26A;
}

#smoke-landing-page #landing-banner .banner-content h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0px 0px 42px;
}

#smoke-landing-page #landing-banner .slider-btn a {
  padding: 9px 25px;
  color: #000080;
  background-color: #00C26A;
  font-family: 'Outfit', sans-serif;
  display: inline-flex;
  border-radius: 4px;
  align-items: center;
  border: 1px solid #00C26A;
}

#smoke-landing-page #landing-banner .slider-btn a:hover {
  color: #00C26A !important;
  border-color: #00C26A !important;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

#smoke-landing-page #landing-banner .slider-btn a i {
  color: #000080;
  font-size: 18px;
  margin-left: 13px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  margin-top: 3px;
}
#smoke-landing-page #landing-banner .slider-btn a:hover{
  background-color: #000080;
}
#smoke-landing-page #landing-banner .slider-btn a:hover i {
  color: #fff !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

#smoke-landing-page .common-text {
  padding-bottom: 24px;
}

#smoke-landing-page .lp-content {
  color: #161640;
  padding-left: 30px;
}

#smoke-landing-page .lp-content-2 {
  padding-left: 0 !important;
  padding-right: 30px;
}

#smoke-landing-page .lp-content .btn {
  background-color: #3a43a6;
  color: #fff;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
}

#smoke-landing-page .lp-content .red-color {
  color: #f27063;
  font-size: 18px;
  font-weight: 500;
}

#smoke-landing-page .lp-content .green-color {
  color: #24b353;
  font-size: 18px;
  font-weight: 500;
}

#smoke-landing-page .btn i {
  font-size: 20px;
  margin-left: 9px;
}

#smoke-landing-page .lp-content .btn:hover {
  background-color: #4192d0;
  color: #fff;
}

#smoke-landing-page h2 {
  font-family: 'Outfit', sans-serif;
  color: #161640;
  font-weight: 500;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 22px;
}

#smoke-landing-page h3 {
  font-family: 'Outfit', sans-serif;
  color: #161640;
  margin-top: 0px;
  margin-bottom: 20px;
}

#smoke-landing-page .common-text h6 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}

#smoke-landing-page .lp-img-normal {
  margin-top: 15px;
}

#smoke-landing-page .info-banner {
  background-color: #161640;
  color: #fff;
  padding: 20px 40px;
  text-align: center;
  border-radius: 110px;
  font-size: 21px;
  line-height: 1.5;
  max-width: 1200px;
  margin: 30px auto auto;
}

#smoke-landing-page .lp-content ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 10px 0px;
  display: flex;
  flex-wrap: wrap;
}

#smoke-landing-page .lp-content ul li {
  margin-bottom: 12px;
  width: 50%;
  position: relative;
  padding-left: 22px;
  color: #161640;
}

#smoke-landing-page .lp-content ul.full-width li {
  width: 100% !important;
}

#smoke-landing-page .lp-content ul li:before {
  content: '\f058';
  font: normal normal normal 14px / 1 FontAwesome;
  color: #161640;
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 3px;
}

#smoke-landing-page .why-choose-box {
  /* border: 1px solid #e6e6e6; */
  padding: 10px 0;
  border-radius: 6px;
  color: #808080;
  height: 100%;
}

/* #smoke-landing-page .why-choose-box:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
} */

#smoke-landing-page .why-choose-icon {
  margin-bottom: 10px;
  display: block;
  min-height: 66px;
}

#smoke-landing-page .why-choose-icon img {
  max-height: 56px;
}

#smoke-landing-page .why-choose-top {
  margin-bottom: 15px;
}

#smoke-landing-page .why-title h4 {
  color: #161640;
  font-weight: 500;
  font-size: 20px;
}

#smoke-landing-page .why-choose-box p {
  color: #161640;
  font-size: 14px;
}


#smoke-landing-page #scanner-product-bar .item {
  height: 100%;
}

#smoke-landing-page #scanner-product-bar .prod-wrap {
  padding: 20px 15px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(42, 44, 49, 0.1);
  border-radius: 7px;
  height: 100%;
  padding-bottom: 85px !important;
}

#smoke-landing-page #scanner-product-bar .prod-inner {
  border-bottom: 0px solid #e6e6e6;
}

#smoke-landing-page #scanner-product-bar .prod-wrap h4 {
  color: #2e292a;
  margin: 25px 0 0 0;
  height: 45px;
  line-height: normal;
  font-family: 'Outfit', sans-serif;
  font-weight: bold;
}

#smoke-landing-page #scanner-product-bar .prod-wrap span {
  font-size: 15px;
  color: #808080;
  margin: 0px 0px 8px;
  height: 42px;
  font-family: 'Outfit', sans-serif;
  overflow: hidden;
}

#smoke-landing-page #scanner-product-bar .owl-stage {
  display: flex;
  flex: 1 0 auto;
}

#smoke-landing-page #scanner-product-bar .prod-wrap .price-review {
  border-bottom: 0px solid #d9d9d9;
}

#smoke-landing-page .why-choose-col {
  margin-bottom: 30px;
}

#smoke-landing-page #scanner-product-bar .prod-price-flex {
  display: flex;
  float: none;
  align-items: center;
  padding-top: 12px;
  position: absolute;
  bottom: 12px;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  border-top: 1px solid #d9d9d9;
}

#smoke-landing-page #scanner-product-bar .pro-big-price {
  font-size: 22px;
  font-weight: bold;
  font-family: 'Outfit', sans-serif;
}

#smoke-landing-page #scanner-product-bar .pro-small-price {
  font-size: 15px;
  font-weight: normal;
  font-family: 'Outfit', sans-serif;
}

#smoke-landing-page #scanner-product-bar .prod-price-area {
  float: none;
  margin: 0;
  text-align: left;
  width: 49%;
  border-right: 1px solid #d9d9d9;
}

#smoke-landing-page #scanner-product-bar .buy-btn {
  width: 51%;
  text-align: right;
}

#smoke-landing-page #scanner-product-bar .buy-btn a {
  font-size: 16px;
  padding: 7px 30px;
  border: 1px solid #d9d9d9;
  font-family: 'Outfit', sans-serif;
  background-color: #d9d9d9;
  border-radius: 5px;
  color: #2e292a;
}

#smoke-landing-page #scanner-product-bar .buy-btn a:hover {
  background-color: #3a43a6;
  border-color: #3a43a6;
  color: #fff;
}

#smoke-landing-page #scanner-product-bar .overlay a i.fa {
  background: #f27063;
}

#smoke-landing-page #scanner-product-bar .owl-nav [class*='owl-'] {
  color: #2e292a;
  font-size: 16px;
  padding: 10px 16px;
  background: #d9d9d9;
  border-radius: 5px;
  display: inline-block !important;
}

#smoke-landing-page #scanner-product-bar .owl-nav {
  margin-top: 35px;
}

#smoke-landing-page #scanner-product-bar .owl-nav [class*='owl-']:hover {
  color: #fff;
  background: #3a43a6;
}

#smoke-landing-page .subscribe-news-sec {
  background: url(../images/bg-2.jpg) no-repeat top;
  background-size: cover;
  padding-bottom: 190px;
}

#smoke-landing-page .subscribe-news-sec .subscribe-news-left {
  display: flex;
  align-items: center;
  border-right: 2px solid #fff;
}

#smoke-landing-page .subscribe-news-sec .subscribe-icon {
  margin-right: 28px;
  max-width: 86px;
}

#smoke-landing-page .subscribe-news-sec h3,
#smoke-landing-page .subscribe-news-sec span {
  font-family: 'Outfit', sans-serif;
}

#smoke-landing-page .subscribe-news-sec h3 {
  font-size: 32px;
  margin: 0px 0px 10px;
  color: #fff;
}

#smoke-landing-page .subscribe-news-sec .subscribe-form-text {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  border-radius: 5px !important;
  border-color: #9193a6 !important;
}

#smoke-landing-page .subscribe-news-sec .subscribe-btn {
  background-color: #fff;
  color: #3a43a6;
  padding: 14px 30px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  border-radius: 5px;
  margin-top: 0 !important;
}

#smoke-landing-page .subscribe-news-sec .subscribe-btn:hover {
  color: #fff;
  background: #3a43a6;
}

#smoke-landing-page .testimonial-bar-col {
  position: relative;
  border-radius: 6px;
  padding: 50px 0 40px;
  margin-top: -120px;
  overflow: hidden;
}

#smoke-landing-page #testimonial-slider-bar {
  text-align: center;
  color: #808080;
}

#smoke-landing-page #testimonial-slider-bar .item {
  padding: 40px 12% 20px;
  font-size: 17px;
  font-family: 'Outfit', sans-serif;
}

#smoke-landing-page #testimonial-slider-bar .item span {
  color: #3a43a6;
  font-weight: bold;
  font-size: 19px;
}

#smoke-landing-page #testimonial-slider-bar .owl-nav {
  position: absolute;
  top: 28%;
  width: 100%;
  transform: translateY(-50%);
}

#smoke-landing-page #testimonial-slider-bar .owl-nav .owl-prev {
  background: #f2f2f2;
  border: 1px solid #808080;
  height: 40px;
  left: 50px;
  position: absolute;
  width: 40px;
  line-height: 30px;
  text-align: center;
  color: #808080;
  font-size: 20px;
  border-radius: 100%;
  display: inline-block !important;
}

#smoke-landing-page #testimonial-slider-bar .owl-nav .owl-next {
  background: #f2f2f2;
  border: 1px solid #808080;
  height: 40px;
  right: 50px;
  position: absolute;
  width: 40px;
  line-height: 30px;
  text-align: center;
  color: #808080;
  font-size: 20px;
  border-radius: 100%;
  display: inline-block !important;
}

#smoke-landing-page #testimonial-slider-bar .owl-nav .owl-prev:hover,
#smoke-landing-page #testimonial-slider-bar .owl-nav .owl-next:hover {
  color: #3a43a6;
  border-color: #3a43a6;
}

#smoke-landing-page #scanner-product-bar .item {
  height: 100%;
  background: white;
}

#smoke-landing-page #scanner-product-bar .pro-small-price {
  width: 100%;
}

/*
#smoke-landing-page .blog_post_section .card:hover {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}
*/

.custom-accordion #accordion {
  margin: 10px 0 25px;
}

.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  background-color: transparent;
  padding: 0 10px;
  border-radius: 0;
}

.custom-accordion .panel-default>.panel-heading {
  color: #161640;
  background-color: transparent;
  border-color: #ddd;
  padding: 0;
}

.custom-accordion .panel-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  width: 100%;
  padding: 15px 0;
  color: #0b1b43;
  font-weight: 600;
}

.custom-accordion .panel-default>.panel-heading {
  color: #161640;
  background-color: transparent;
  border-color: #ddd;
  padding: 0;
}

.custom-accordion .panel-body {
  padding: 0 0 16px;
  color: #808080;
  font-size: 16px;
  border: none !important;
}

/* Hide/show correct icons */
.custom-accordion .panel-title a .fa-minus {
  display: inline-block;
  color: #f27063;
}

.custom-accordion .panel-title a .fa-plus {
  display: none;
}

.custom-accordion .panel-title a.collapsed .fa-minus {
  display: none;
}

.custom-accordion .panel-title a.collapsed .fa-plus {
  display: inline-block;
}

.state-table th,
.state-table td {
  text-align: center;
  vertical-align: middle;
}

.status-yes {
  background: #FFF475;
  color: #000;
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: bold;
  display: inline-block;
}

.status-no {
  background: #6EBAF1;
  color: #fff;
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: bold;
  display: inline-block;
}

#stateModal .modal-dialog {
  z-index: 9999;
}

#stateModal .modal-header {
  padding: 0;
  border-bottom: 0;
}

#stateModal .modal-body {
  padding: 0;
  max-height: initial;
}

#stateModal .overflow-col {
  max-height: 500px;
  overflow-y: auto;
}

#stateModal .table {
  margin-bottom: 0;
  vertical-align: middle;
}

#stateModal .table th,
#stateModal .table td {
  vertical-align: middle;
}


#stateModal .state-table-1 thead {
  position: absolute;
  top: 0;
  width: calc(100% - 17px);
  z-index: 2;
  background-color: #f0f9ff;
  height: 60px;
}


#stateModal .state-table-1 thead tr,
#stateModal .state-table-1 thead th {
  height: 60px;
}

#stateModal .state-table-1 tbody {
  position: relative;
  top: 60px;
}

#stateModal .state-table th:first-child,
#stateModal .state-table td:first-child {
  width: 22.5%;
}

#stateModal .state-table th:nth-child(2),
#stateModal .state-table td:nth-child(2) {
  width: 45%;
}

#stateModal .state-table th:nth-child(3),
#stateModal .state-table td:nth-child(3) {
  width: 33%;
}

#stateModal .modal-header .close {
  margin-top: 0px;
  position: absolute;
  right: -10px;
  z-index: 999;
  background-color: red;
  opacity: 1;
  color: #fff;
  padding: 6px 8px;
  top: -15px;
  border-radius: 100%;
}

/* Make modal scroll if long */
.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}


@media (max-width: 1199px) {
  #smoke-landing-page h2 {
    font-size: 28px;
    line-height: 40px;
  }

  #smoke-landing-page #landing-banner .banner-content h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {

  #smoke-landing-page #landing-banner .banner-content h1 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
  }

  #smoke-landing-page #landing-banner .banner-content h3 {
    font-size: 17px;
    margin-bottom: 30px;
  }

  #smoke-landing-page .lp-content {
    padding-left: 0;
    margin-top: 20px;
  }

  #smoke-landing-page .lp-content-2 {
    padding-right: 0;
  }

  #smoke-landing-page .why-choose-col {
    margin-bottom: 30px;
  }

  #smoke-landing-page .why-choose-col:last-child {
    margin-bottom: 0;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-form-text {
    width: 65%;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-btn {
    padding: 14px 13px;
    font-size: 14px;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-icon {
    margin-right: 15px;
    max-width: 60px;
    top: 0;
  }

  #smoke-landing-page .subscribe-news-sec h3 {
    font-size: 23px;
  }

  #smoke-landing-page .subscribe-news-sec .subsribe-form-sec {
    margin: 5px 0px 0px;
  }

  #smoke-landing-page #testimonial-slider-bar .owl-nav .owl-next {
    right: 30px;
  }

  #smoke-landing-page .banner-content .row-flex {
    justify-content: center;
  }

  #smoke-landing-page .banner-content-col {
    order: 2;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  #smoke-landing-page #landing-banner .banner-content {
    padding: 30px 0;
  }

  #stateModal .state-table-1 thead {
    width: calc(100% - 4px);
  }
}

@media (max-width: 767px) {
  #smoke-landing-page section {
    padding: 40px 0;
  }

  #smoke-landing-page h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  #smoke-landing-page .subscribe-news-sec h3 {
    font-size: 25px;
  }

  #smoke-landing-page .subscribe-news-sec .subsribe-form-sec {
    margin: 30px 0px 0px;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-form-text {
    width: calc(100% - 120px);
  }

  #smoke-landing-page #landing-banner .banner-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #smoke-landing-page #landing-banner .banner-content h3 {
    font-size: 17px;
    margin-bottom: 26px;
    display: block;
  }

  #smoke-landing-page .why-choose-col {
    margin-bottom: 15px;
  }

  #smoke-landing-page .why-choose-box {
    padding: 3px 3px;
  }

  #smoke-landing-page .lp-content .red-color,
  #smoke-landing-page .lp-content .green-color {
    font-size: 16px;
  }

  #smoke-landing-page #landing-banner .slider-btn a {
    padding: 10px 23px;
    font-size: 14px;
  }

  #smoke-landing-page .btn {
    font-size: 15px;
  }

  #smoke-landing-page #testimonial-slider-bar .owl-nav .owl-prev {
    left: 20px;
  }

  #smoke-landing-page #testimonial-slider-bar .owl-nav .owl-next {
    right: 20px;
  }

  #smoke-landing-page .testimonial-bar-col {
    padding: 40px 0 10px;
    margin-top: -150px;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-news-left {
    border: none;
  }

  #smoke-landing-page .why-title h4 {
    margin-top: 0;
  }

  #smoke-landing-page .lp-content .btn {
    margin-top: 15px;
  }

  #smoke-landing-page #scanner-product-bar .buy-btn a {
    padding: 7px 16px;
  }

  #smoke-landing-page .info-banner {
    padding: 10px 30px;
    font-size: 17px;
    margin: 10px auto auto;
  }

}

@media (max-width: 575px) {
  #smoke-landing-page .btn {
    text-align: center;
    margin-top: 16px;
    font-size: 15px;
    padding: 8px 16px;
    min-width: 160px;
  }

  #smoke-landing-page #landing-banner .banner-content h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #smoke-landing-page #landing-banner .banner-left-sec {
    padding: 0;
  }

  #smoke-landing-page #landing-banner .banner-content h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #smoke-landing-page #landing-banner .slider-btn a {
    padding: 9px 17px;
    font-size: 13px;
  }

  #smoke-landing-page .common-text h6 {
    font-size: 16px;
  }

  #smoke-landing-page .common-text {
    padding-bottom: 15px;
  }

  #smoke-landing-page h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 30px;
  }

  #smoke-landing-page .why-title h4 {
    font-size: 20px;
  }

  #smoke-landing-page .scanner-product-bar-inner {
    margin: 0 10px;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-icon {
    margin-right: 15px;
    max-width: 45px;
    top: 0;
  }

  #smoke-landing-page .subscribe-news-sec h3 {
    font-size: 21px;
    margin-bottom: 5px;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-form-text {
    width: 100%;
  }

  #smoke-landing-page .subscribe-news-sec .subscribe-btn {
    padding: 12px 13px;
    font-size: 16px;
    width: 100%;
  }

  #smoke-landing-page #testimonial-slider-bar .item span {
    font-size: 17px;
  }

  #smoke-landing-page #testimonial-slider-bar .item {
    padding: 30px 12% 0px;
    font-size: 15px;
  }

  #smoke-landing-page #testimonial-slider-bar .owl-nav [class*='owl-'] {
    color: #2e292a;
    font-size: 19px;
    padding: 10px 16px;
    background: #d9d9d9;
    border-radius: 5px;
    display: inline-block !important;
    position: relative;
    line-height: 20px;
  }

  #smoke-landing-page #testimonial-slider-bar .owl-nav .owl-prev {
    left: 0;
  }

  #smoke-landing-page #testimonial-slider-bar .owl-nav {
    position: relative;
    top: 0;
    width: 100%;
    transform: none;
  }

  #smoke-landing-page #testimonial-slider-bar .owl-nav .owl-next {
    right: 0;
  }

  #smoke-landing-page #scanner-product-bar .owl-nav {
    margin-top: 20px;
  }

  #smoke-landing-page .lp-content ul li {
    width: 100%;
  }

  #smoke-landing-page .lp-content ul li:before {
    font-size: 18px;
    top: 3px;
  }

  #smoke-landing-page #landing-banner .banner-content {
    background-position: right -170px center;
    padding: 10px 0;
  }

  #smoke-landing-page .lp-content .btn {
    padding: 10px 5px;
  }

  #stateModal .state-table-1 thead th {
    font-size: 10px;
  }

  #stateModal .state-table td {
    width: 22.5%;
    font-size: 12px;
  }
}