@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    font-family: 'Poppins', sans-serif;
    /*color: #2d2d2d;*/
    color: #108c4e;
    background-color: #fff;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
}


section {
    padding: 90px 0;
    position: relative;
}

section img {
    max-width: 100%;
}

h2.sect_title {
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: #15222c;
}




a {
    color: #000;
    transition: 0.5s;
  }

p {
    margin: 0;
    padding: 0;
}
  
  a:hover, a:active, a:focus {
    color: #008bff;
    outline: none;
    text-decoration: none;
  }
  
  .menu_contanear
  {
      display: block;
      float: left;
      width: 100%;
     text-align: right;	
  }
  
  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }

.nav-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }
  
  .nav-menu ul, .nav-menu-container ul ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  
  .nav-menu li, .nav-menu-container ul li {
    position: relative;
    white-space: nowrap;
    margin-left: -5px;
  }
  
  .nav-menu > li, .nav-menu-container ul li {
      display: inline-block;
      /*border-right: 1px solid #e70233;*/
      line-height: initial;
  }
  


  .nav-menu li:hover > ul,
  .nav-menu li.sfHover > ul, .nav-menu-container ul li:hover > ul, .nav-menu-container ul li.sfHover > ul {
    display: block;
  }
  
  .nav-menu ul ul, .nav-menu-container ul ul ul{
    top: 0;
    left: 100%;
  }
  
  .nav-menu ul li {
    min-width: 180px;
  }
  
  /* Nav Menu Arrows */
  .sf-arrows .sf-with-ul {
    padding-right: 30px;
  }
  
  .sf-arrows .sf-with-ul:after {
    content: "\f0d7";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
      font-size: 13px;
      top: 50%;
      transform: translateY(-50%);
  }
  
  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
  }
  
  /* Nav Meu Container */
  #nav-menu-container {
    float: left;
    margin: 0;
   width: 100%;
    
  }
  
  
  
  @media (max-width: 768px) {
    #nav-menu-container {
      display: none;
    }
  }
  

  
  .nav-menu a, .nav-menu-container ul a {
      padding: 10px 21px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    outline: none;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      }
  
  
  .nav-menu li:hover > a, .nav-menu > .menu-active > a, .nav-menu-container ul > .menu-active > a, .nav-menu-container ul li:hover > a {
      color: #2d439c;
  }
  
  
  .nav-menu ul, .nav-menu-container ul ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #000000;
    text-align: left;
  }
  
  .nav-menu ul li, .nav-menu-container ul ul li {
    transition: 0.3s;
  }
  
  .nav-menu ul li a, .nav-menu-container ul ul li a {
    padding:5px 10px ;
    color: #515353;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
      border-bottom: 2px solid transparent;	
  }
  
  .nav-menu ul li:hover > a, .nav-menu-container ul ul li:hover > a {
      border-bottom: 2px solid #FFFFFF;
      background-color: #004780;
  }
  
  .nav-menu ul ul, .nav-menu-container ul ul ul {
    margin: 0;
  }
  
  /* Mobile Nav Toggle */
  #mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 999;
    margin: 12px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
  }
  
  #mobile-nav-toggle i {
    color: #000;
  }
  
  @media (max-width: 768px) {
    #mobile-nav-toggle {
      display: inline;
    }
  }
  
  /* Mobile Nav Styling */
  #mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(12, 66, 113, 0.95);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
  }
  
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  #mobile-nav ul li {
    position: relative;
  }
  
  #mobile-nav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
  }
  
  #mobile-nav ul li a:hover {
    color: #fff; background-color: #004780;
  }
  
  #mobile-nav ul li li {
    padding-left: 30px;
  }
  
  #mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
  }
  
  #mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #d5d5d5;
  }
  
  #mobile-nav ul .menu-has-children li a {
    text-transform: none;
  }
  
  #mobile-nav ul .menu-item-active {
    color: #d5d5d5;
  }
  
  #mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(76, 50, 54, 0.7);
    display: none;
  }
  
  /* Mobile Nav body classes */
  body.mobile-nav-active {
    overflow: hidden;
  }
  
  body.mobile-nav-active #mobile-nav {
    left: 0;
  }
  
  body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
  }


header {
    background: #ffffffe6;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.head_top {
   width: 100%;
    display: block;
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
}

.head_top span {
    color: #fff;
    font-size: 14px;
}

.head_top .row .col-12:nth-child(2) {
    text-align: right;
}

 /**/
/* ==== Main CSS === */
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
    }

.sect_title {
    font-size: 50px;
}

.large {
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0 100px 0;
}

.large.inner_page  {
    background-image: url(../images/banner-2.jpg);
}

.large:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2c0601;
    opacity: .6;
}

.large h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.large h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 50px;
}

.large p {
    color: #d7d7d7;
    font-size: 16px;
    font-weight: 500;
    padding-right: 60px;
}


header img.color_logo {
    max-width: 230px;
    min-width: 150px;
}

header .connect_area {
    text-align: right;
    max-width: 280px;
}

header .connect_area .btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

header .connect_area .connect_btn.btn {
    border: 2px solid #4e3136;
    margin-right: 10px;
    margin-top: 3px;
}

header .connect_area .connect_btn:hover {
    background-color: #f02222 !important;
    color: #fff;
    border-color: #f02222 !important;
}

header .connect_area .product_btn {
    background-color: #4e3136;
    color: #fff;
    border: 2px solid #4e3136;
}

header .connect_area .product_btn:hover {
    background-color: #f02222 !important;
    border-color: #f02222 !important;
}

header .head_bottom {
    padding: 10px 30px;
}

.nav-menu a:hover, .nav-menu .current-menu-item a {
    color: #fff !important;
}

.what_we_do_sect {
    background-color: #108c4e;
    padding-bottom: 150px;
    padding-top: 120px;
}

.what_we_do_sect h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.what_we_do_sect p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 60px;
}

.home_middle_area {
    padding-top: 0;
}

.mid_img_big {
    margin-top: -100px;
}

.mid_img_big img {
    border-radius: 10px;
}

 

.home_middle_area .nav-pills .nav-link.active {
    color: #108c4e;
    background-color: inherit;
}

.tab_title_area {
    background-color: #f1f1f1;
}

.middle_tab_area {
    padding: 0 15px;
}

.middle_tab_area_col {
    padding-top: 40px;
}

.middle_tab_area .tab-pane {
    font-size: 20px;
}

.tab-pane ul {
    padding-left: 24px;
    margin: 15px 0;
}

.tab_title_area {
    background-color: #f1f1f1;
    padding: 100px 70px;
}

.tab_content_area {
    background-color: #fff;
    padding: 90px 70px;
}

.tab_title_area .nav-link {
    font-size: 30px;
    font-weight: 700;
    color: #1a1919;
    border-bottom: 2px solid #108c4e;
    padding: 20px 0 30px 0;
    border-radius: 0;
}

.home_middle_area .nav-pills .nav-link i.fa {
    float: right;
    margin-top: 14px;
    font-size: 24px;
}

.home_middle_area .nav-pills .nav-link.active i.fa {
    color: #f02222;
}

.home_middle_area .nav-pills .nav-link:hover {
    transform: scale(1.05);
    color: #108c4e;
}

.tab_area_btn_p .btn {
    color: #108c4e;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.tab_area_btn_p .btn {
    color: #108c4e !important;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    border-top: 2px solid #108c4e;
    border-radius: 0;
    margin-top: 10px;
    padding-top: 7px;
}


 

.tab_area_btn_p .btn .fa {
    color: #81443c;
}

.tab_area_btn_p .btn .fa {
    color: #f02222;
    font-size: 16px;
    padding-left: 12px;
    transform: translateY(-2px);
}

.solution_sect {
    background-color: #f1f1f1;
    padding: 110px 0;
}

.solution_sect.inner {
   padding: 70px 0 150px 0;
}


.tab_area_btn_p .btn:hover {
    color: #f02222 !important;
    border-top: 2px solid #f02222 !important;
}

.tab_area_btn_p .btn:hover .fa {
    color: #f02222 !important;
}

.solution_sect .sect_title {
    color: #108c4e;
}

.solution_sect .top_area p {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 60px;
}

.solution_sect .btm_area {
    margin-top: 80px;
}

.feat_box h5 {
    font-weight: 500;
    margin-top: 10px;
}

.feat_box hr {
    border-color: #108c4e;
    border-width: 2px;
}

.feat_box img {
    height: 84px;
    margin-bottom: 15px;
}

.btm_area .feat_box {
    width: 100%;
    max-width: 210px;
    
}

.btm_area .feat_box img {
    transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.btm_area .feat_box:hover img {
    transform: translateY(-10px);
}

.solution_sect .btm_area .row .col-12:nth-child(2) article {
    margin-left: auto;
    margin-right: auto;
}

.solution_sect .btm_area .row .col-12:nth-child(3) article {
    margin-left: auto;
    margin-right: 0;
}

.cta_sect {
    background-image: url(../images/cta_bg.jpg);
    background-size: cover;
    background-position: top right;
}

/*
.cta_sect {
    background-image: url(http://satyamshivamsundaram.co.in/projects/haion/wp-content/uploads/2023/10/Footer_New_2.webp);
}
*/

.cta_sect h2 {
    font-size: 50px;
    color: #108c4e;
    font-weight: 700;
    margin-bottom: 30px;
}

.cta_sect p {
    font-size: 20px;
    color: #108c4e;
    font-weight: 400;
    margin-bottom: 30px;
}

.cta_sect .tab_area_btn_p .btn {
    color: #f02222 !important;
    border-color: #f02222 !important;
    border: none;
    border-top: 2px solid #f02222 !important;
}

.cta_sect .tab_area_btn_p .btn .fa {
    color: #f02222 !important;
}

.safety_sect p {
    font-size: 20px;
}

.safety_sect .sect_title {
    color: #108c4e;
}

.safety_sect .tab_area_btn_p .btn .fa {
    color: #108c4e;
    padding-left: 6px;
}

.safety_sect .tab_area_btn_p {
    margin-top: 20px;
}

.safety_sect.inner {
    background-color: #f1f1f1;
}

.safety_sect.inner p {
    font-size: 16px;
}

footer {
    background-color: #108c4e;
    padding-top: 70px;
}


footer li, footer a, footer p, footer span, footer h5 {
    color: #fff;
}

footer li, footer a, footer p, footer span {
    font-size: 15px;
}

footer ul li {
    list-style-type: none;
}

footer h5 {
    font-size: 20px;
}

footer ul li a:hover {
    color: #f02222 !important;
}

ul.q_links li {
    margin-bottom: 5px;
}

.footer_info .right p {
    margin-bottom: 5px;
}

.footer_info {
    margin-bottom: 30px;
}

.footer_social_info {
    margin-top: 30px;
}

.footer_social_info li {
    display: inline-block;
}

.footer_social_info li .fa {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    padding-top: 5px;
    margin-right: 5px;
    transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.footer_social_info li .fa:hover {
    transform: scale(1.2);
}

.footer_social_info li .fa.fa-facebook {
    background-color: #3b5998;
}

.footer_social_info li .fa.fa-instagram {
    background-color: #c13584;
}

.footer_social_info li .fa.fa-twitter {
    background-color: #1da1f2;
}

.footer_social_info li .fa.fa-linkedin {
    background-color: #0077b5;
}

.address_footer_social_info {
    padding-left: 34px;
}

.footer_btm {
    margin-top: 34px;
}

.footer_btm .container .warp_footer_btm {
    border-top: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_btm .container .footer_btm_menu_area {
    text-align: right;
}

.footer_btm ul li {
    display: inline-block;
}

.footer_btm ul {
    margin: 0;
}

.footer_btm ul li {
    padding-left: 30px;
}

.footer_btm ul li a {
    font-size: 13px;
}

.copyright_txt {
    font-size: 13px;
}


/**/

.contact-info {
    background-color: #fff;
    margin-right: 20px;
    padding: 25px;
    box-shadow: 0px 0px 40px #0000000d;
    position: relative;
    display: block;
}

.contact-info h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 23px;
}

.contact-info p {
    color: #141417;
    margin-bottom: 15px;
}

.info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 14px;
    color: #141417;
    list-style-type: none;
}

.contact-info .info-list li .fa {
    color: #c98a5c;
}

.contact-info h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #c98a5c;
}

.form-column .form-inner {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 0px 40px #0000000d;
}

.form-column h3 {
    margin-bottom: 20px;
    display: none;
}

.form-inner .form-group input[type="text"], .form-inner .form-group input[type="email"], .form-inner .form-group textarea, .wpcf7-tel {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 42px;
    border: 1px solid #c2c3c4;
    transition: all 500ms ease;
    padding: 5px 15px;
    border-radius: 4px;
}

.check-box label {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #141417;
    padding-left: 7px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
    transition: all 500ms ease;
}

.form-inner input[type="submit"] {
    background: #c98a5c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 12px 25px;
    border:none !important;
    cursor: pointer;
    border-radius: 4px;
}

.form-inner input[type="submit"]:hover {
    background: #f02222 !important;
}

.form-inner .form-group textarea {
    height: 120px;
    resize: none;
}

.form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 26px;
}

.check-box input[type=checkbox] {
    transform: translateY(1px);
}

.wpcf7-list-item-label {
    padding-left: 7px;
}

.wpcf7 .screen-reader-response p, .wpcf7-response-output {
    font-size: 14px;
    color: #c98a5c;
}

.prdct_row .product ul.icons {
    display: none !important;
}

.prdct_row .tag.bg-red {
    position: absolute;
    top: 10px;
    left: 25px;
    background-color: #f02222 !important;
    color: #fff;
    padding: 1px 11px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
}

.prdct_row .title {
    font-size: 18px;
    font-weight: 500;
}

.prent_product {
    width: 100%;
    text-align: center;
    padding: 1px;
    border: 1px dashed #ad724c;
    border-radius: 10px;
    overflow: hidden;
}

.prent_product img {
    transition: .5s;
}

.prent_product:hover img {
    transform: scale(1.05);
}

.prent_product:hover {
    border-style: solid;
}

.prent_product img {
    height: 250px;
    margin-top: 30px;
    max-width: 100%;
}


.row.prdct_row .product-item:nth-child(1) .prent_product {
    background-color: #fded7136;
}
.row.prdct_row .product-item:nth-child(2) .prent_product {
    background-color: #5080d01a;
}
.row.prdct_row .product-item:nth-child(3) .prent_product {
    background-color: #f5388a17;
}
.row.prdct_row .product-item:nth-child(4) .prent_product {
    background-color: #e1d40321;
}
.row.prdct_row .product-item:nth-child(5) .prent_product {
    background-color: #f70d8314;
}
.row.prdct_row .product-item:nth-child(6) .prent_product {
    background-color: #0bb54c17;
}
.row.prdct_row .product-item:nth-child(7) .prent_product {
    background-color: #660e9a1a;
}
.row.prdct_row .product-item:nth-child(8) .prent_product {
    background-color: #00abe917;
}
/*
.row.prdct_row .product-item:nth-child(9) .prent_product {
    background-color: #fded7136;
}
.row.prdct_row .product-item:nth-child(10) .prent_product {
    background-color: #fded7136;
}
*/
.prdct_row .title {
    font-weight: 600;
    text-transform: uppercase;
}

.row.prdct_row .product-item .prent_product .title {
    transition: .4s;
        color: #66392d;
}

.row.prdct_row .product-item .prent_product:hover .title {
    transform: translateY(-10px);
}

ssection.solution_sect.inner.sing_prod .product img {
    min-width: 50%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
}

body.single.single-product .top_area_x .product img {
    min-width: 40%;
}

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

/**/
.crop_art {
    width: 100%;
    max-width: 780px;
    border: 1px dashed #4a23215c;
    border-radius: 15px;
    margin-bottom: 50px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.crop_loop_area {
    width: 100%;
    background-color: #fff;
    padding: 50px 10px;
    border-radius: 15px;
}

.crop_art p {
    font-size: 14px !important;
    margin-bottom: 10px;
}

.crop_art strong {
    font-size: 16px !important;
    margin-bottom: 10px;
}


.crop_loop_area .crop_art:nth-last-child(1) {
    margin-bottom: 0;
}
    

.woocommerce-shop  ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

header .head_bottom .row {
    align-items: center;
}

.need_overlay_image_rvsld rs-sbg-px:before {
    opacity: 0 !important;
}

header.entry-header {
    position: relative;
}

.woocommerce-shop main#main article.type-page {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-cart main#main article.type-page {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #dedede;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px 5px #dedede4d;
    transition: .4s;
}

.woocommerce-page ul.products li.product:hover {
    transform: translateY(-10px);
}

.woocommerce-shop header.entry-header {
    display: none;
}

.woocommerce-shop .entry-content {
    padding-top: 60px;
}

.woocommerce-cart header.entry-header {
    display: none;
}

.woocommerce-cart .entry-content {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button {
    background-color: #b3af54;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce ul.products li.product a.button.product_type_simple.add_to_cart_button:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce-checkout header.entry-header {
    display: none;
}

.woocommerce-checkout .entry-content {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-checkout main#main article.type-page {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

form.checkout.woocommerce-checkout div.col2-set .col-1 {
    float: none !important;
    width: calc(100% / 2 - 4px);
    display: inline-block;
    vertical-align: top;
        max-width: initial;
}

form.checkout.woocommerce-checkout div.col2-set .col-2 {
    float: none !important;
    width: calc(100% / 2 - 4px);
    display: inline-block;
    vertical-align: top;
        max-width: initial;
}

form.checkout.woocommerce-checkout .form-row label, form.checkout.woocommerce-checkout .form-row input, form.checkout.woocommerce-checkout .woocommerce-input-wrapper {
    width: 100% !important;
}

form.checkout.woocommerce-checkout .form-row input {
    padding: 5px;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
}


form.checkout.woocommerce-checkout textarea#order_comments {
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #aaa;
}

form.checkout.woocommerce-checkout select {
    padding: 5px;
    height: 40px;
    margin-bottom: 10px;
}

form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single, form.checkout.woocommerce-checkout .select2-selection__rendered {
    height: 40px;
}


.woocommerce-checkout h3#order_review_heading {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.woocommerce-checkout div#order_review {
    padding-left: 20px;
    padding-right: 20px;
}

.hydrogen_water_sect h4 {
    font-weight: 700;
    text-align: left !important;
}

.hydrogen_water_sect p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left !important;
}

.row.ned_re_hh {
    margin-top: 60px;
    margin-bottom: 60px;
}

section.why_us_sect_pg table {
    width: 100%;
	margin-bottom:0px;
}

.why_us_sect_pg table th {
    border: 1px solid #108c4e;
    padding: 4px 8px;
}

.why_us_sect_pg table td {
    border: 1px solid #108c4e;
    padding: 4px 8px;
}

.header_social_media ul li {
    display: inline-block;
    margin-left: 10px;
}

.header_social_media ul li .fa {
    color: #fff;
    font-size: 16px;
}

.header_social_media ul {
    margin: 0;
    text-align: right;
}

@media (min-width:992px) {
	.head_top {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width:767px) {
    .row.ned_re_hh {
    flex-direction: column-reverse;
}
    .hydrogen_water_sect h4 {
    margin-top: 15px;
}
    .head_top .container-fluid .text-right {
        text-align: left !important;
    }
    .head_top .container-fluid .text-right span {
    font-size: 12px;
    display: block;
}
    .cta_sect {
    background-image: url(../images/cta_bg.jpg);
    background-size: cover;
    background-position: -670px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
	.d_none_on_mob {
		display: none;
	}
}

@media (max-width:991px) {
    form.checkout.woocommerce-checkout div.col2-set .col-1 {
    width: 100%;
}
    
    form.checkout.woocommerce-checkout div.col2-set .col-2 {
    width: 100%;
}
	.table_wapper {
    overflow-x: scroll;
}
}




