/*
 Theme Name: Getgas Child
 Description: The custom theme Getgas child using the parent theme getgas.
 Author: 3Beavers
 Author URI: http://www.3beavers.com/
 Template: getgas
 Version: 1
 */
 @import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   /* overflow-x: hidden;*/
    font-family: 'PT Sans', sans-serif;
}
select{
    appearance: none;
    -webkit-appearance: none;
}
h1, h2, h3, h4, h5 {margin-top:0px;font-family: 'Poppins', sans-serif;}
 p  {/*font-family: 'Poppins', sans-serif;*/ font-family: 'PT Sans', sans-serif !important; font-weight: 400;color: #282828; font-size: 1.1875vw; line-height: 1.6;margin-top:0px;}
 * { box-sizing: border-box; }
 a { text-decoration: none!important;  }
 a, button, input[type="submit"] { transition: all 0.5s ; cursor: pointer; }
 img , iframe { max-width: 100%; }
a, li, input, span {font-family: 'PT Sans', sans-serif !important; }
#menu-toggle { display: none; }
.site-header-main { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap;padding: 0% 0%;align-items: center;position: relative; }
#site-header-menu ul { margin: 0; padding: 0; }
#site-header-menu ul li { margin: 0; list-style: none;    padding: 0 25px; display: inline-block; vertical-align: middle; }

html {
    overflow-x: hidden;
}
#myprofile form, #changepassword form {
    max-width: 50%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
} 
/*login pop style*/
.loginfromstore .modal-content , .quotefromstore .modal-content {
    width: 50%;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.loginfromstore h3.vc_custom_heading.login-title , .quotefromstore h3.vc_custom_heading.login-title {
    font-size: 30px;
    line-height: normal;
    padding: 0;
}
.pro-desc {
	font-size: 17px; 
    line-height: 1.6;
}
.product_title {
    font-size: 17px;
    color: #353c40;
}
.loginfromstore .modal-header , .quotefromstore .modal-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.loginfromstore .close , .quotefromstore .close  {
    background: transparent;
    border: none;
}
.loginfromstore .input-group, .quotefromstore .input-group {
    position: relative;
    display: block;
        padding-top: 20px;
}
.loginfromstore .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .loginfromstore label,  .quotefromstore label {
    position: absolute;
    bottom: 35px;
    left: 18px;
    font-size: 17px;
    background: #fff;
}
.quotefromstore select.form-control {
    -webkit-appearance: auto;
}
.quotefromstore select.form-control {
    width: 100%;
    height: 45px;
    padding-left: 20px;
}
.quotefromstore .form-group {
    display: flex;
    align-items: center;
    justify-content: end;
}
#product-row .login-order .wc-variation-selection-needed {
    background: #ea3f3f;
    color: #fff;
}
.login-order {
    padding-top: 30px;
    font-weight: bold;
    font-size: 20px;
}
.page-id-82 .single_add_to_cart_button {
    background: #ea3f3f!important;
    color: #fff!important;
    text-decoration: none;
    margin-top: 25px!important;
}
.quotefromstore .modal-body ,.loginfromstore .modal-body {
    width: 75%;
    margin: auto;
}
/*login pop style close*/
.det-box {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
}

.det-box input {
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 17px;
}

div#myprofile h3,div#changepassword h3{
    text-align: center;
}

.det-box label {
    margin-bottom: 10px;
    display: block;
}

body.error404 div#content {
    padding: 250px 0 100px 0;
    text-align: center;
}
body.error404 .site-header {
    
    background: #3B4A56;
}
body.error404 div#content input.search-field {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding: 10px 15px;
    border: 2px solid #000;
    font-size: 15px;
    font-family: 'Poppins' !important;
}
.custom_buttons {
    padding: 0 60px;
}
.table-resposive
.custom_buttons button {
    padding: 15px 30px;
    border-radius: 14px;
    background-color: #ea3f3f;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #ea3f3f;
    transition: .5s ease;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.tab_btn.active {
    background-color: #083471;
    border: 2px solid #083471;
}
form.search-form {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: baseline;
}

form.search-form label {
    flex: 0 0 30%;
}
body.error404  button.search-submit {
    width: auto;
    padding: inherit;
    color: #000;
    font-size: 15px !important;
    position: relative;
    background: transparent;
    border: none;
}
body.error404 button.search-submit span.screen-reader-text {
    display: none;
}
body.error404  button.search-submit:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #000;
    position: absolute;
    bottom: -7px;
    left: 30px;
}
body.error404 div#content input.search-field:focus-visible {
    outline: none;
}
body.error404 div#content input.search-field::placeholder {
    font-family: 'Poppins' !important;
    font-size: 16px;
}
button.search-submit {
    width: auto;
    padding: 10px 40px;
    color: red;
    font-size: 15px !important;
    position: relative;
}


.pum-container.popmake.size-custom.custom-position {
    border: none !important;
}
.popmake.pum-container {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border: 0px !important;
}
.popmake .popmake-title {
    display: none;
}
.getquote-popup {
    display: flex;
    position: relative;
}
.getquote-popup .getquote-left {
    max-width: 584px;
    flex: 0 0 584px;
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/popup-bg.png);
    height: 675px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 100px;
}
.getquote-popup .getquote-left .getquote-content h4 {
    font-size: 35px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ea3f3f;
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1.5px solid #ffffff;
    font-family: 'Poppins';
}
.related_prod {
    display: inline-block;
    width: 100%;
}
section.related.products {
    display: inline-block;
    width: 100%;
}
.getquote-popup .getquote-left .getquote-content p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Poppins';
}
.getquote-popup .getquote-right form span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    transform: translate(0px,0px);
}
.getquote-popup .getquote-right form .wpcf7-response-output {
    position: absolute;
    margin: 5px 0 0 0;
    padding: 5px;
    font-size: 12px;
    border-width: 1px;
}
.pum-container.popmake.size-custom.custom-position {
    border: none !important;
    outline: none !important;
    background: transparent !important;
}
.logi-register-bar .alert {
    font-size: 12px;
}
.alert-warning {
    color: red;
    text-align: center;
    margin-top: 20px;
	width:100%;
}
.alert-success {
    color: green;
     text-align: center;
    margin-top: 20px;
}
.getquote-popup .getquote-right {
    padding: 20px 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.getquote-popup .getquote-right h5.head-form {
    display: none;
}

.getquote-popup .getquote-right form {}

.getquote-popup .getquote-right form .new-get-quote {
    padding: 0;
    border: none;
}

.getquote-popup .getquote-right form .new-get-quote .s_form-feild {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.getquote-popup .getquote-right form .new-get-quote .s_form-feild input::placeholder ,
.getquote-popup .getquote-right form .new-get-quote .s_form-feild textarea::placeholder{
    opacity: .5;
}
.getquote-popup .getquote-right form .new-get-quote .s_form-radio-cylender h4 {
    text-align: left;
    margin-bottom: 10px;
}
.getquote-popup .getquote-right form .new-get-quote .s_form-radio-cylender .checkcylender {
    justify-content: flex-start;
}
.getquote-popup .getquote-right form .new-get-quote .s_form-radio-cylender .checkcylender span.wpcf7-list-item {
    margin-left: 0px !important;
    margin-right: 15px;
}
.getquote-popup .getquote-right form .full-files {
    display: flex;
    align-items: center;
    width: 100%;
}
.pum-content.popmake-content {
    border: none !important;
    outline: none !important;
}
.getquote-popup .getquote-right form .full-files input.wpcf7-submit {
    background-color: #ea3f3f;
    color: #ffffff;
    border: 1px solid #ea3f3f;
}
.getquote-popup .getquote-right form .full-files input.wpcf7-submit:hover {
    background-color: #ffffff;
    color: #ea3f3f;
}
.popmake.pum-container button.pum-close.popmake-close {
    top: 0;
    right: 0;
    box-shadow: none !important;
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #000000;
    font-size: 40px;
    font-weight: normal;
    font-family: 'Poppins';
}
.getquote-popup .getquote-right form .new-get-quote .s_form-feild input , .getquote-popup .getquote-right form .new-get-quote .s_form-feild textarea {
    padding: 14px 30px 14px 30px;
    border-radius: 5px;
    background-color: #efeff4;
    height: auto;
    margin: 0;
    font-size: 18px;
    line-height: 0.57;
    text-align: left;
    color: #031a2b;
    font-family: 'Poppins' !important;
}

.getquote-popup .getquote-right form .new-get-quote .s_form-feild textarea {height: 117px;}






.modal-content.prod_details {
    max-width: 50%;
    font-size: 18px;
    text-align: center;
    font-family: 'PT SANS';
    padding: 40px 0;
}
.logged-in .modal-content.prod_details {
    max-width: 60%;
    padding: 20px;
}
.get-inquery-form .half-width .wpb_text_column.wpb_content_element.deliver-check {
    margin: 0;
}
.prouct-top{text-align:center;}
.prouct-top h2.woocommerce-loop-product__title {
    /*background: #eeeeee;*/
    padding: 11px 32px 11px 32px !important;
    /*border-radius: 50.5px;*/
    font-size: 18px !important;
    color: #73777c;
    line-height: normal !important;
    font-family: 'PT Sans' !important;
	font-weight: bolder;
}
.single_variation_wrap a {
    background: #eeeeee;
    display: inline-block;
    padding: 11px 32px 11px 32px !important;
    /*border-radius: 50.5px;*/
    font-size: 16px !important;
    color: #73777c;
    line-height: normal !important;
    font-family: 'PT Sans' !important;
    margin-top: 12px;
}
.product-image .pro-image {
    height: 500px;
    object-fit: cover;
}

.form-group a:hover {
    opacity: 0.8;
}
.pro-info  .form-group{
    text-align: left;
}
.pro-info label{
    text-align: left;
	font-weight:600;
}
.pro-info {
    padding: 50px 0px 50px 50px;
    border-radius: 30px;
}
.login-order a {
    display: flex;
    width: 180px;
    text-decoration: none;
}
.login-order:hover a {
    color: #fff;
}
.form-group a {
    background: #494b4a;
    / display: inline-block; /
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    text-transform: capitalize;
    border-radius: 10px;
}
.wpb_wrapper .vc_custom_heading.banner-tiitle {
    padding-bottom: 20px;
}
.single_variation_wrap a:hover {
    opacity: 0.5;
}
.home-prodct-slider a.button.product_type_variable {
    display: none;
}
.single-product .site-header-main {
    border-bottom: 1px solid #cccccc69;
}
p.short_desc {
    display: block;
    text-align: center;
    color: #7c7a7a;
    letter-spacing: 0.16px;
    padding: 0 40px;
}
span.vee_category_title span {
    font-size: 25px;
    color: #222222;
    font-weight: bold;
    text-transform: capitalize !IMPORTANT;
    letter-spacing: .25px;
    line-height: 1.08;
    font-family: 'Poppins' !important;
}
.home p.short_desc {
    display: block !important;
    font-size: 16px;
    max-width: 80%;
    margin: auto;
}
.listing-right .listing ul {
    margin: 0;
    padding: 0px 0px 0px 20px;
}
.listing-right .listing ul li {
    padding: 0;
    color: #898e92;
    text-align: left;
    font-size: 14px;
}
.mobile-slider{
display:none;   
    
}
.order-now-bottom {
    padding: 0 40px;
}
.order-now-bottom h4{
     margin:0;
    
}
.weofer-box h4.vc_custom_heading {
    line-height: 1;
    letter-spacing: 0.46px;
}
.order-now-bottom h6 {
    margin: 11px 0 0 0;
    line-height: 1.5;
    letter-spacing: 0.3px;
}
span.vee_category_title {
    display: block;
    text-align: center;
    margin: 30px 0;
}
.wcpscwc-product-slider .slick-dots li.slick-active button{
    
    background:#ff3526 !important;
    border-color:#ff3526 !important;
    
}
.order-now-bottom .weofer-box:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/11/e-Shape-1.svg);
    width: 11px;
    height: 53px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.delivery-section .services-content .delivery-services ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}
.right-delivery ul.btngroup {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
}
.right-delivery .btnred {
    background: #ff3526;
}
.delivery-section {
    background-repeat: no-repeat;
    padding: 0 !important;
    background-size: contain;
}
.right-delivery a.bannerbtn {
    padding: 13px 51px;
    border-radius: 26.9px;
    font-size: 18.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.54;
    letter-spacing: 0.37px;
    text-align: center;
    color: #ffffff;
    margin-right: 25px;
}
.right-delivery .btnyellow {
    background: #f5a93f;
}
.left-delivery-img {
    margin-top: 30px;
}
.right-delivery h2 {
    font-weight: 900;
    line-height: 1.29;
    margin-bottom: 40px !important;
    padding-bottom: 10px !important;
    position: relative;
}
.delivery-section .services-content p {
    color: #FFF;
    width: 80%;
    line-height: 1.31;
    letter-spacing: 0.24px;
    font-size: 18px;
}
.right-delivery h2::before {
    content: '';
    width: 52px;
    height: 9px;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: translate(0%, 0%);
    background-image: url(/wp-content/uploads/2021/11/title-shape.svg);background-position: center;background-repeat: no-repeat;background-size: contain;}

.delivery-section .services-content .delivery-services ul li i {
    margin-right: 14px;
}
.home-testimonial .wptww-testimonial-client {
    display: none;
}
.home-testimonial {
    max-width: 60%;
    margin: auto;
}
.home-testimonial .wptww-testimonial-content {
    display: flex;
    flex-direction: column-reverse;
}
.home-testimonial .wptww-testimonials-text em:before{
    
    display:none;
    
}
.home-testimonial .wptww-testimonials-text p {
    font-size: 21px !important;
    letter-spacing: 0.32px !important;
    color: #3c4348;
    font-weight: 500;
}
.home-testimonial .wptww-testimonials-text{
    position:relative;
    
}
.home-testimonial .wptww-testimonials-text em:after {
    content: "\201D";
    font-size: 18em;
    line-height: 0.1em;
    margin-left: 3px;
    vertical-align: -0.5em;
    color: #ff35261f;
    left: 43%;
    position: absolute;
    z-index: -1;
    top: 100px;
}
.zig-zag-heading {
    margin: 0 0px 13px 0;
    position: relative;
    line-height: 1;
}
.zig-zag-heading:after {
    content: '';
    width: 52px;
    height: 9px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(/wp-content/uploads/2021/06/title-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-get-gas .wpb_text_column.wpb_content_element {
    max-width: 80%;
    margin: auto auto 25px auto;
}
.about-get-gas p {
    font-size: 17px;
    color: #46494b;
    letter-spacing: 0.32px;
   
}
.delivery-section {
    margin-top: 0;
    background-size: cover;
    background-attachment: fixed;
    overflow: visible !important;
}
.left-delivery-img img {
    height: 730px !important;
    position: absolute;
    top: 0;
    transform: translate(0px, 0px);
}
.download-app-section {
    background-position: center center;
    background-size: cover;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.home-testimonial div#wptww-testimonials-slidelist-1 button.slick-prev.slick-arrow {
    position: absolute;
    left: 42% !important;
    top: 220px!important;
}
.home-testimonial button.slick-next.slick-arrow {
    position: absolute;
    top: 220px !important;
    right: 40% !important;
    
}
.download-head h3.vc_custom_heading {
    line-height: 42px;
    margin: 0;
}
.download-head h3.vc_custom_heading {
    line-height: 67px;
    margin: 0;
}
.download-buttons {
    padding-right: 200px;
    margin-top: 80px;
}
.download-head h6 {
    margin: 0;
    line-height: 26px;
    font-family: 'PT Sans' !important;
    font-weight: normal;
}
.download-head b {
    font-size: 72px;
    line-height: 72px;
    color: #ea3f3f;
    font-weight: 900;
}
.page-id-82 ul.products li.product a img {
    max-width: 70%;
    height: 250px!important;
    object-fit: contain;
}
.product h2.product_category_title {
    display: none;
}
.home-testimonial .wptww-testimonials-slidelist button.slick-arrow {
    background-color: #FFF !important;
    box-shadow: 0px 16px 47px 0 rgb(0 0 0 / 20%);
    border-radius: 50% !important;
}
.wcpscwc-product-slider .products li {
    margin: 0 20px !important;
    padding: 35px 5px !important;
    clear: none !important;
    background: #FFF;
}
.home-testimonial .wptww-testimonial-content h4 {
    font-size: 20px !important;
    color: #ff3526;
    text-transform: uppercase !important;
    font-family: 'PT Sans' !important;
    font-weight: bold;
    margin-top: 30px !important;
}
.delivery-section .services-content {
    margin: 0 !important;
}
.home-testimonial ul.slick-dots {
    display: none !important;
}
.right-delivery {
    padding-left: 140px !important;
    padding-top: 60px;
    padding-bottom: 60px;
}
.delivery-section .services-content p {
    color: #FFF;
    width:80%;
}
.delivery-section .services-content .delivery-services ul li {
    color: #FFF;
    padding-bottom: 17px;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.29px;
}
.delivery-section .services-content .delivery-services ul li i {
    margin-right: 14px;
}
#site-header-menu ul li a:hover, #site-header-menu ul li.current-menu-item a {
    color: #ea3f3f;
}
#site-header-menu .top-menu ul li + li { border-left: 1px solid #ededed; line-height: 30px; }
#site-header-menu .top-menu ul li { padding: 0 1%; line-height: 24px;}
#site-header-menu .top-menu ul li a {padding: 0 0 0 0; border: none; font-size: 1vw; }
li.top-acc a { background: url(../../uploads/2019/03/account-icon.png) no-repeat right top;}
li.top-cart a { background: url(../../uploads/2019/03/cart-icon.png) no-repeat right top;}
li.top-logout a { background: url(../../uploads/2019/03/log-out.png) no-repeat right top; }
li.top-acc a {
    background: unset !important;
}
.social-top { font-size: 1vw; color: #2c2c2c; text-align: center; }
.top-menu { padding:  10px 2%; }
.left-about.wpb_column.vc_column_container.vc_col-sm-8 {  width: 70%;}

body p{
    font-family: 'PT Sans', sans-serif !important;
}
header.entry-header {
    display: none;
}
.bannerbar-slider {
    padding: 0 !important;
}
.bannerbar-slider .vc_row {
    padding-left: 0%;
}
.bannerbar-slider .getgas-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 150px;
}
.bannerbar-slider .sa_hover_container {
    height: 100vh;
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 4% !important;
    margin: 0 !important;
}
.bannerbar-slider .getgas-banner .banner-left {

}
.new-get-quote .s_form-radio-cylender {
    width: 100%;
    margin-bottom: 30px;
}
.new-get-quote .s_form-radio-cylender h4 {
    text-align: center;
    font-size: 18px;
}
.new-get-quote .s_form-radio-cylender p {
    margin: 0;
}
.new-get-quote .s_form-radio-cylender p .checkcylender {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerbar-slider .getgas-banner .title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.bannerbar-slider .getgas-banner .banner-left h3 {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    text-align: left;
    color: #ffffff;
    margin: 0 !important;
    text-transform: capitalize;
}
.bannerbar-slider .getgas-banner .banner-left h3 span {
    display: block;
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}
.bannerbar-slider .getgas-banner .banner-left h3 span::before {
    content: '';
    height: 24px;
    width: 100%;
    background: #ea3f3f;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.bannerbar-slider .getgas-banner .title img {
    margin-right: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{display:none;}
.bannerbar-slider .getgas-banner .title h5 {
    margin: 0;
    font-size: 27px;
    letter-spacing: 0.54px;
    text-align: center;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: normal;
}
.bannerbar-slider .white .owl-item {
    
}
.bannerbar-slider .vc_row .vc_column-inner {
    padding: 0 !important;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup {
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li {
    margin-right: 15px;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li a.bannerbtn {
    padding: 15px 60px;
    border-radius: 50px;
    background-color: #ea3f3f;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    border: 2px solid #ea3f3f;
    transition: .5s ease;
    display: inline-block;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li a.bannerbtn:hover{
    color: #ea3f3f;
    background-color: #ffffff;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li a.btnyellow {
    background-color: transparent;
    border: 2px solid #ffffff;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li a.btnyellow:hover{
    color: #f5a93f;
    background-color: #ffffff !important;
}
.bannerbar-slider .white .owl-nav {
    display: block !important;
}
ss3-force-full-width {
    width: 100% !important;
    transform: inherit !important;
}
.bannerslider-right, .bannerslider-left {
    margin: 0 !important;
}
.n2-ss-slide-limiter {
    max-width: 100% !important;
}
.bannerslider-row .n2-ss-layer-row-inner {
    display: flex !important;
    align-items: flex-end;
    margin: 0 !important;
    width: 100% !important;
}
.weoffer {
    padding-top: 0px!important;
    padding-bottom: 70px;
}
.weoffer h2.vc_custom_heading {
    margin-bottom: 50px;
    padding-bottom: 23px;
    position: relative;
}
.videobar h2.vc_custom_heading::before {
    content: '';
    width: 52px;
    height: 9px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(/wp-content/uploads/2021/06/title-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
vc_row.wpb_row.vc_row-fluid.order-now-bottom .vc_row.wpb_row.vc_inner.vc_row-fluid.weoffer-row {
    display: flex;
    justify-content: space-between;
}
.weofer-box:nth-child(5):before {
    display: none;
}
.weoffer h2.vc_custom_heading::before {
    content: '';
    width: 52px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(/wp-content/uploads/2021/11/title-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.weoffer .weoffer-row {
    display: flex !important;
    justify-content: space-between !important;
}
.weoffer .weoffer-row .weofer-box {
    width: 20%;
    float: none !important;
    position: relative;
    margin: 0 100px;
    text-align: center;
}
.weoffer .weoffer-row .weofer-box .weofer-box-img {
    margin-bottom: 30px;
}
.weoffer .weoffer-row .weofer-box h4 {
    margin-bottom: 10px;
    letter-spacing: 0.24px;
    font-weight: 800;
    text-transform: capitalize;
}
.weoffer .weoffer-row .weofer-box .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}
.weoffer .weoffer-row .weofer-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: 0.19px;
    text-align: center;
    color: #666666;
    font-family: 'PT Sans', sans-serif !important;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape {
    position: relative;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::before, .weoffer .weoffer-row .weofer-box.weofer-box-shape::after {
    content: '';
    position: absolute;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.promisebar {
    padding-top: 70px !important;
    padding-bottom: 20px !important;
}
.home-product-boxes {padding: 0 4%;margin: 0 -15px !important;}

.home-product-boxes .home-product-boxes-in {
    padding: 0 15px;
}

.home-product-boxes .home-product-boxes-in .vc_column-inner {
    padding: 22px 14px 24px;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    cursor: pointer;
}

.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626928877413:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/cylinder-test.png?id=1210) !important;
}

.home-product-boxes .home-product-boxes-in .vc_column-inner .icon-bar {
    width: 86px;
    height: 86px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px dotted #ea3f3f;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner .icon-bar img {
    width: auto;
    height: 50px;
    object-fit: contain;
    transition: .5s ease;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner:hover {
    transform: translate(0px, -10px);
}
/* .home-product-boxes .home-product-boxes-in .vc_column-inner:hover .icon-bar img {
    transform: scale(1.2);
} */
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929014654:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/delivery-truck.png?id=1214) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929037937:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/gas-fiting.png?id=1212) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929061017:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/refilling.png?id=1213) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner h4 {
    transition: .5s ease;
    font-weight: 500;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.home-product-boxes .home-product-boxes-in .vc_column-inner h4:before {content: '';width: 50px;height: 2px;background-color: #ea3f3f;position: absolute;left: 50%;top: 100%;transform: translate(-50%, 0%);transition: .5s ease;}

.home-product-boxes .home-product-boxes-in .vc_column-inner .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.home-product-boxes .home-product-boxes-in .vc_column-inner .wpb_text_column.wpb_content_element p {
    font-size: 13px;
    text-align: center;
    font-family: 'Poppins';
    line-height: 1.54;
    color: #8b8e91;
}

.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626928877413, .home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929014654, .home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929037937, .home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929061017 , .home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934250461 , .home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934268742 , .home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934293253 , .home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934324759{
    background-image: none !important;
    background-color: #ffffff;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934250461:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/wholesale.png?id=1224) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934268742:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/festival-supply.png?id=1223) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934293253:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/repaint.png?id=1222) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934324759:hover {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/disposal.png?id=1221) !important;
}
.home-product-boxes.mb-50 {
    margin-bottom: 50px !important;
}
.promisebar .promise-title {
    padding: 0 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner:hover .icon-bar {
    background: #ffffff;
    border-color: #ffffff;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner:hover h4, .home-product-boxes .home-product-boxes-in .vc_column-inner:hover p {
    color: #ffffff !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner:hover h4:before {
    width: 100px !important;
}
.promisebar .promise-title h4 {
    margin: 0 50px 0px 0;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.96px;
    text-align: left;
    color: #222222;
    padding-right: 40px;
    position: relative;
    height: 77px;
    display: flex;
    align-items: flex-start;
}
.promisebar .promise-title h4::after {
    content: '';
    width: 52px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 76%;
    transform: translate(-50%, 20%);
    background-image: url(/wp-content/uploads/2021/11/title-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.promisebar .promise-title h4::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ff3526;
    width: 3px;
    height: 100%;
}
.promisebar .promise-title p {
    font-family: 'PT Sans', sans-serif !important;
    max-width: 480px;
    font-size: 17px;
    line-height: 1.69;
    letter-spacing: 0.16px;
    text-align: left;
    color: #8b8e91;
    margin-bottom: 0px;
}
.promisebar .promise-title p a {
    color: inherit;
    text-decoration: underline;
}
.promisebar .promise-title p a:last-child {
    color: #214266;
}
.videobar {
    padding-top: 70px !important;
    padding-bottom: 100px !important;
}
.about-get-gas h2 {
    margin-bottom: 60px !important;
}
.videobar .wpb_video_widget.wpb_content_element {
    max-width: 850px;
    margin: 0 auto 70px auto;
}
.videobar h2.vc_custom_heading {
    margin: 0 !important;
    line-height: 60px;
}
.videopopup {
    text-align: center;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::before {
    background-image: url(/wp-content/uploads/2021/11/e-Shape-1.svg);
    width: 11px;
    height: 53px;
    left: -100px;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::after {
    background-image: url(/wp-content/uploads/2021/11/e-Shape-1.svg);
    width: 11px;
    height: 53px;
    right: -100px;
}
.weoffer .weoffer-row .weofer-box .weofer-box-img img {
    transition: .5s ease;
}
.weoffer .weoffer-row .weofer-box:hover .weofer-box-img img {
    transform: scale(1.1);
}
.bannerbar-slider .n2-ss-slider-wrapper-inside .nextend-arrow img {
    display: none !important;
}
.bannerbar-slider .n2-ss-slider-wrapper-inside .nextend-arrow {
    width: 46px;
    height: 46px;
    position: relative;
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/06/right-arrow.png) !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.bannerbar-slider .n2-ss-slider-wrapper-inside .nextend-arrow.nextend-arrow-next {
    transform: rotate(180deg);
}
.Ordernow-bar {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Ordernow-bar h2 {
    position: relative;
    letter-spacing: 0.96px;
    margin-bottom: 70px;
    padding-bottom: 23px;
}
.Ordernow-bar h2::before {
    content: '';
    width: 52px;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-image: url(/wp-content/uploads/2021/11/title-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.Ordernow-bar .listing.mb-50 {
    margin-bottom: 110px;
}
.Ordernow-bar .listing {
    display: flex;
    align-items: center;
    position: relative;
    right: -70px;
}
.Ordernow-bar .listing .content {
    text-align: right;
    padding-right: 20px;
}
.Ordernow-bar .listing:hover img {
    transform: scale(1.2);
}
.Ordernow-bar .listing img{
    transition: .5s ease;
}
.Ordernow-bar .listing .content h4 {
    font-size: 26px;
    letter-spacing: 0.56px;
    text-align: right;
    color: #222222;
    margin-bottom: 10px;
    line-height: 30px;
}
.weofer-box:hover h4 {
    color: #ff3526 !important;
}
.Ordernow-bar .listing .content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.56;
    letter-spacing: 0.32px;
    text-align: right;
    color: #898e92;
}
.listing-right .listing {
    right: 0;
}
.listing-right .listing .icon {
    padding-right: 20px;
}
.listing-right .listing .content {
    padding-left: 0;
    padding-right: 0;
}
.listing-right .listing .content h4, .listing-right .listing .content p {
    text-align: left;
}
.site-branding img.custom-logo {
    width: 152px;
}
.promisebar.testimonial-bar {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
}
.promisebar.testimonial-bar .promise-title {
    margin-bottom: 60px !important;
}
.promisebar .promise-title {
    margin-bottom: 80px !important;
}
.home-testimonial .wptww-testimonials-text p em {
    position: relative;
    display: block;
}
.home-testimonial .wptww-testimonials-text em:after {
    content: "";
    z-index: -1;
    background-image: url('https://www.thegetgas.co.nz/wp-content/uploads/2021/07/right-quote-sign.png');
    width: 133px;
    height: 118px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    background-repeat: no-repeat;
}
.home-testimonial .wptww-testimonials-slidelist button.slick-arrow {
    background-color: #FFF !important;
    box-shadow: 0px 16px 47px 0 rgb(0 0 0 / 20%);
    border-radius: 50% !important;
    width: 54px;
    height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.home-testimonial div#wptww-testimonials-slidelist-1 button.slick-prev.slick-arrow {
    position: absolute;
    left: 43% !important;
    top: 180px!important;
    background: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/right-arrow-2.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: translate(0px, 0px);
}
.home-testimonial button.slick-next.slick-arrow {
    position: absolute;
    top: 180px !important;
    right: 43% !important;
    background: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/right-arrow-2-1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 24px !important;
    transform: translate(0px, 0px) !important;
}
.mob-menu-header-holder {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #ffffff !important;
    padding: 10px 15px !important;
    height: auto !important;
}
.mobmenu-content ul#mobmenuright li a {
    font-family: 'Poppins' !important;
    font-size: 18px !important; 
}
.mobmenu-content ul#mobmenuright li.current-menu-item a {
    font-family: 'Poppins' !important;
    color: #e93e3e !important;
}
.mob-menu-header-holder .mob-menu-logo-holder {
    margin: 0 !important;
    height: auto !important;
}
.mob-menu-header-holder .mobmenur-container {
    position: relative;
    right: inherit !important;
    top: inherit !important;
}
.home-testimonial .wptww-testimonials-slidelist button.slick-arrow:hover {
    border: 1px solid #757575 !important;
}
.download-app-section .vc_row {
    display: flex;
    align-items: center;
}
.download-app-section .vc_row .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 50%;
}
.download-app-section .vc_row .download-head.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 50%;
}
.download-app-section .vc_row .wpb_column.vc_column_container.vc_col-sm-6 .wpb_content_element {
    margin: 0;
    text-align: center !important;
}
.download-buttons .wpb_column.vc_column_container.vc_col-sm-6 {
    width: auto!important;
}
.download-app-section .vc_row .wpb_column.vc_column_container.vc_col-sm-6 figure.wpb_wrapper.vc_figure {
    display: block;
}
.download-app-section .vc_row .wpb_column.vc_column_container.vc_col-sm-6 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    display: block;
}
.download-app-section .vc_row .wpb_column.vc_column_container.vc_col-sm-6 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
}
.download-app-section .vc_row .wpb_column.vc_column_container.vc_col-sm-6 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
    max-width: 60%;
}
.download-buttons .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: left !important;
}
.download-buttons .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
    padding: 0 15px 0 15px!important;
}
.download-buttons .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner img {
    max-width: 100% !important;
}
.page-id-1156 .site-header , .page-id-1156 .site-footer , .page-id-1156 .footer-above-section ,
.page-id-604 .site-header , .page-id-604 .site-footer , .page-id-604 .footer-above-section{
    display: none;
}
.register-form {
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0px 0 !important;
}
.register-form .Form-Leftbar {
    height: 100vh;
    overflow: hidden;
}
.register-form .Form-Leftbar .vc_column-inner {
    height: 100%;
}
.register-form .form-rightbar {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.register-form .form-rightbar::-webkit-scrollbar {
    display: none;
}
 .Formcontent {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0px, -50%);
}
.register-form .form-rightbar .logi-register {
    max-width: 100%;
    padding: 30px 40px 30px 40px;
}

.register-form .form-rightbar .logi-register .row {
    padding: 0 0 0 0;
}
 .Formcontent h4 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
}

 .Formcontent h2 {
    font-family: 'Poppins';
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1.75px;
    text-align: left;
    color: #ea3f3f;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
.register-form .Form-Leftbar .backtohome {
    padding-left: 15%;
    padding-top: 50px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.backtohome a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Poppins' !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.87;
    text-align: left;
    color: #ffffff;
}

.backtohome a img {
    margin-right: 15px;
    transition: .5s ease;
}

 .backtohome a:hover {
    color: #ea3f3f;
}

.backtohome a:hover img {
    transform: translate(-10px, 0px);
}
 .Formcontent p {
    margin: 0;
    font-family: Poppins;
    font-size: 15px;
    line-height: 1.87;
    text-align: left;
    color: #ffffff;
}
.register-form .ur-frontend-form {
    padding: 50px 20px!important;
    border: none !important;
}
.register-form .form-rightbar .vc_column-inner {
    padding: 0;
}
.register-form .ur-frontend-form {
    padding: 30px !important;
}

.register-form .ur-frontend-form .form-row label.ur-label {
    font-size: 16px;
    margin-top: 0px;
    font-family: 'PT Sans';
}

.register-form .ur-frontend-form .form-row {
    margin-bottom: 20px !important;
}
.full-width .form-row {
    display: block;
}
.register-form .ur-frontend-form .form-row input, .register-form .ur-frontend-form .form-row select {
    padding: 10px 15px !important;
    border: 1px solid #dee0e9;
    font-size: 16px;
    font-family: 'PT Sans' !important;
    font-weight: normal;
}
.register-form .ur-frontend-form .form-row input::placeholder{
    color: #969696;
}
.register-form .ur-frontend-form .form-row select {
    color: #969696;
}
.form-titlebar input {
    display: none !important;
}
.form-titlebar label.ur-label {
    margin: 0 !important;
    padding: 10px !important;
    background: rgb(222 224 233 / 50%);
    color: #636363;
    font-family: 'Poppins' !important;
}
.register-form .ur-frontend-form .form-titlebar {
    margin-bottom: 0px !important;
}
.register-form .ur-frontend-form .form-titlebar .form-row {
    margin-bottom: 15px !important;
}
.formright-title {
    padding: 30px 40px  0 40px;
}
.register-form .form-rightbar .wpb_content_element {
    margin: 0;
}
.formright-title h5 {font-family: 'Poppins';font-size: 35px;margin-bottom: 0;}
.formright-title p {
    margin-bottom: 0;
}
.register-form .ur-frontend-form .form-row select option {
    color: #000000;
}
.register-form .ur-frontend-form .ur-button-container .formsubmit-btn {
    margin: 0 auto;
    padding: 15px 50px;
    border-radius: 26.9px;
    font-size: 18.5px;
    font-weight: bold;
    letter-spacing: 0.37px;
    text-align: center;
    color: #ffffff;
    font-family: 'PT Sans';
    background: #ff3526;
    border: 1px solid #ff3526;
    transition: .5s ease;
}
.register-form .ur-frontend-form .ur-button-container .formsubmit-btn:hover{
    color: #ff3526;
    background: #ffffff;
}
.site-header-main .headermain-in .header-contact ul.header-iconbar {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}
.site-header-main .headermain-in .header-contact ul.header-iconbar li {
    margin-left: 25px;
}
.site-header-main .headermain-in .header-contact ul.header-iconbar li a {
    color: #ffffff;
    font-size: 18px;
    transition: .5s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.site-header-main .headermain-in .header-contact ul.header-iconbar li a:hover {
    color: #e93e3e;
}
div#player {
    height: 500px !important;
}
.player .vp-video-wrapper .vp-preview{background-size: cover !important;}
.site-header-main .headermain-in .header-contact ul.header-iconbar li a i {
    transition: .5s ease;
    margin-right: 10px;
}
.site-header-main .headermain-in .header-contact ul.header-iconbar li a:hover i {
    transform: scale(1.1);
}
.top-header .top-links ul li a img {
    transition: .5s ease;
    width: 30px;
    height: 30px;
}
.weofer-box h4, .weofer-box h6 {
    transition: .5s ease;
}
.weofer-box:hover h4, .weofer-box:hover h6 {
    transform: translate(0px, -20px);
}
.Commercial-LPG {
    padding: 70px 0 0 0 !important;
}
.LPG-Services {
    padding: 70px 0 0 0 !important;
}
.top-header .top-links ul li a:hover img {
    transform: scale(1.1);
}
.white .sa_owl_theme .owl-dots {
    position: absolute;
    top: 50%;
    right: 4%;
    width: auto;
    transform: translate(-50%, 0%) rotate(180deg);
    display: flex;
    align-items: center;
    bottom: inherit !important;
    line-height: normal !important;
}
/* div.pp_default .pp_content_container .pp_left {
    background-image: none !important;
    margin-left: 0 !important;
} */
.sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-content-1097 {
    width: 70% !important;
    min-width: 70% !important;
}
.bannerbar-slider .white .sa_owl_theme .owl-dots button.owl-dot {
    display: block !important;
}

.bannerbar-slider .white .sa_owl_theme .owl-dots button.owl-dot span {
    width: 2px !important;
    height: 3px !important;
    border-radius: 2px;
    background-color: #ffffff !important;
    margin: 20px 0 !important;
}
.bannerbar-slider .white .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 55px;
    right: 4%;
    transform: translate(0px, 0px);
}
.bannerbar-slider .white .owl-nav button {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    margin: 0 0 0px 40px !important;
    padding: 0 !important;
}
.bannerbar-slider .white .owl-nav button.owl-prev, .bannerbar-slider .white .owl-nav button.owl-next {
    background-color: transparent !important;
    width: 40px !important;
    height: 8px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.bannerbar-slider .white .owl-nav button.owl-prev {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/arrow-left.svg) !important;
}
.bannerbar-slider .white .owl-nav button.owl-next {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/arrow-right.svg) !important;
}
.bannerbar-slider .white .sa_owl_theme .owl-dots button.owl-dot.active span {
    height: 70px !important;
    border-radius: 0 !important;
}
.bannerbar-slider .white .owl-nav button.owl-prev:hover{
    background-color: transparent !important;
    transform: translate(-5px, 0px);
}
.bannerbar-slider .white .owl-nav button.owl-next:hover {
    background-color: transparent !important;
    transform: translate(5px, 0px);
}


.site-header-main .headermain-in {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    align-items: center;
    padding: 10px 4%;
}
#site-header-menu .header-contact {
    flex: 0 0 25%;
    max-width: 25%;
}
#site-header-menu .main-navigation {
}
.site-branding {
    margin: 0 0px 0 0 !important;
    flex: 0 0 15%;
    max-width: 15%;
}
.top-header .toplogobar .site-branding {
    margin: 0 !important;
    flex: inherit !important;
    max-width: 100% !important;
}
#site-header-menu .main-navigation ul#menu-main-menu {

}
.site-header {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.page-id-604 .site-header {
    position: relative;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #062043;
}
.site-header-main .headermain-in .site-header-menu, .site-header-main .headermain-in .header-contact {
    flex: 0 0 50%;
    max-width: 50%;
}
.site-header-main .headermain-in .site-header-menu .primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.site-header-main .headermain-in .site-header-menu .primary-menu li:first-child {
    padding-left: 0 !important;
}

.site-header-main .headermain-in .site-header-menu .primary-menu li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.72;
    letter-spacing: 0.9px;
    text-align: center;
    text-transform: uppercase;
}
/* .bannerbar-slider::before {
    content: '';
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/06/header-overlay.png);
    width: 100%;
    height: 281px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
} */
#site-header-menu .header-contact a.contact-bar .contact-detail {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
#site-header-menu .header-contact a.contact-bar .contact-detail::before {
    content: '';
    width: 1px;
    height: 54px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.Ordernow-bar {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
#site-header-menu .header-contact a.contact-bar .contact-detail h4 {
    margin: 0 !important;
    font-family: 'PT Sans' !important;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
}
#site-header-menu .header-contact a.contact-bar .contact-detail p {
    margin: 0;
    font-size: 15.5px;
    text-align: left;
    color: #656a74;
}
#site-header-menu .header-contact a.contact-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
}
.circleicon a {
    font-size: 0 !important;
    border: none;
    background-color: #ffffff;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    position: relative;
}
.Search-icon a::before {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #555c62;
    font-weight: normal;
}
.Cart-icon a::before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #555c62;
    font-weight: normal;
}
.Cart-icon a {
    background: #ea3f3f;
}
.Cart-icon a::before{
    color: #ffffff;
}
.call-hours ul {
    list-style: none;
    padding: 0;
}
.call-hours ul li {
    margin-bottom: 15px;
        font-size: 16px;
}

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

.contact-deatils ul li {
    margin-bottom: 10px;
        font-size: 16px;
}

.footer-above-section {
    background: #222425;
    display: flex;
    justify-content: space-between;
    padding: 4% 2%;
    position: relative;
    width: 100%;
    align-items: center;
}
.footer-above-section .suscribes span.ajax-loader {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 130px;
}
.footer-above-section .footer-scoials ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-above-section .footer-scoials ul li {
    height: 40px;
    width: 40px;
    background: #FFF;
    margin: 0 7px;
    border-radius: 50%;
}
.footer-above-section .footer-scoials ul li a {
    color: #222425;
    position: relative;
    left: 12px;
    top: 10px;
    /* font-size: 15px; */
}
.footer-inners .wpcf7 form.sent .wpcf7-response-output {
    border-color: #FFF;
    font-size: 17px;
    color: #FFF;
    padding: 14px;
    font-family: 'PT Sans';
}
.footer-above-section .footer-scoials ul li a {
    color: #222425;
    position: relative;
    left: 14px;
    top: 11px;
    /* font-size: 15px; */
}
.footer-above-section .footer-scoials ul li {
    height: 40px;
    width: 40px;
    background: #FFF;
    margin-right: 15px;
    border-radius: 50%;
        transition: 0.5s ease;
}
.footer-above-section .footer-scoials ul li:hover {
    background: #e93e3e;
    transition: 0.5s ease;
}
.footer-above-section .footer-scoials ul li:hover i.fa.fa-facebook {
    color: #FFF;
        transition: 0.5s ease;
}

.footer-subscribe input:focus-visible {
    outline: none !important;
    border: none !important;
}
.footer-subscribe input::placeholder{
    color:#66696e;
    font-size:18px;
    letter-spacing: 0.18px;
    
}
.footer-subscribe input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    width: auto;
    padding: 0 70px;
    top: 0px;
    right: 29%;
    background: #f5a93f;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid transparent;
}
.footer-subscribe input.wpcf7-form-control.wpcf7-submit:hover {
    border: 1px solid #f5a93f;
    background: #ffffff;
    color: #f5a93f;
}
.footer-subscribe input {
    width: 70%;
    height: 55px;
   padding: 0 0 0 20px;
    border-radius: 30px;
    border: none;
    position: relative;
}
.footer-subscribe {
    position: relative;
}
.footer-inners {
    flex: 0 0 50%;
    max-width: 50%;
}

.site-info {
    background:#222425;
}

ul#menu-footer-nav {
    list-style: none;
    padding: 0;
} 
.site-info p {
    margin: 0;
    text-align: center;
    color: #FFF;
    padding: 20px 0;
    border-top: 1px solid rgb(171 171 171 / 14%);
        font-size: 16px;
}
















ul#menu-footer-nav li a {
    color: #FFF;
        font-size: 16px;
}
.wcpscwc-product-slider .slick-arrow {
    display: none !important;
}
.about-get-gas {
    padding: 50px 0 40px 0!important;
}
.footer-above-section:after {
    content: '';
    position: absolute;
    background: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/06/line.png);
    height: 18px;
    width: 100%;
    background-repeat: repeat;
    background-size: contain !important;
    left: 0;
    bottom: 0;
}
.top-header .top-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0 !important;
}
.top-header .top-links ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
}
.top-header .top-links ul li a .contact-detail {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.top-header .top-links ul li a .contact-detail::before {
    content: '';
    width: 1px;
    height: 54px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.top-header .top-links ul li a .contact-detail p {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    transition: .5s ease;
}
.top-header .top-links ul li a .contact-detail h4 {
    margin: 0 !important;
    font-family: 'PT Sans' !important;
    font-size: 20.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    transition: .5s ease;
}
.top-header .top-links ul li a:hover h4 {
    color: #ea3f3f;
}
.top-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 15px 4%;
    border-bottom: solid 1px rgb(255 255 255 / 57%);
}

.top-contact ul li {
    padding: 0 20px;
}
.top-contact ul li a {
    font-size: 16px;
    color: #2e3334;
    letter-spacing: 0.26px;
}
.top-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.top-header .toplogobar .site-branding img.custom-logo {
    width: 152px;
}
.top-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0px 0;
}
.top-social ul li .fa {
    position: relative;
    left: 12px;
    top: 7px;
    color: #FFF;
}
.top-social ul li {
    height: 34px;
    width: 34px;
    background: #000;
    border-radius: 50%;
    margin: 0 0 0 20px;
    padding: 0;
}
.top-social ul li:hover {
    background: #ea3e3e;
    transition: 0.5s ease;
}
.get-quoteform {
    display: none;
}

p#breadcrumbs span a {
    color: #FFF;
}
p#breadcrumbs {
    text-align: center;
    color: #FFF;
}
.services-box p {
    color: #666666;
    font-size: 16px;
}
.services-box h2.vc_custom_heading {
    margin: 0 0 10px 0px;
}
.services-box{
position:relative;  
    
}
.center-paragraph p {
    font-size: 17px;
    color: #4d5157;
    letter-spacing: 0.34px;
    text-align: center;
}
.center-paragraph {
    margin: auto;
    max-width: 991px;
    padding: 60px 0;
}
.services-box:after {
    content: '';
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/06/shape-v.png);
    width: 11px;
    height: 53px;
    left: 0;
    position: absolute;
    top: 30px;
}
.Service-bar {
    padding: 50px 0 !important;
}

.Service-bar .vc_row {
    padding: 0 4%;
    margin-bottom: 50px;
}

.Service-bar .vc_row .Service-bar-boxes {
    padding: 0 15px;
}

.Service-bar .vc_row .Service-bar-boxes .vc_column-inner {
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    transition: .5s ease;
}

.Service-bar .vc_row .Service-bar-boxes .vc_column-inner .service-img {margin-bottom: 0;}

.Service-bar .vc_row .Service-bar-boxes .vc_column-inner .service-img figure , .Service-bar .vc_row .Service-bar-boxes .vc_column-inner .service-img figure .vc_single_image-wrapper {
    width: 100%;
}

.Service-bar .vc_row .Service-bar-boxes .vc_column-inner .service-img figure .vc_single_image-wrapper {
    height: 341px;
    overflow: hidden;
}

.Service-bar .vc_row .Service-bar-boxes .vc_column-inner .service-img img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.Service-bar .vc_row .Service-bar-boxes .service-content {
    margin-bottom: 0;
    padding: 15px 20px;
}

.Service-bar .vc_row .Service-bar-boxes .service-content .service-content-bar {}

.Service-bar .vc_row .Service-bar-boxes .service-content .service-content-bar h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #031a2b;
    line-height: 1.53;
}
.Service-bar .vc_row .Service-bar-boxes .vc_column-inner:hover {
    transform: translate(0px, -10px);
}
.Service-bar .vc_row .Service-bar-boxes .service-content .service-content-bar p {
    margin: 0;
    color: #6c6c6c;
    line-height: 1.56;
    font-family: 'Poppins';
    font-size: 16px;
}
.FAq-bar {
    padding: 0 4%;
}

.FAq-bar .helpie-faq.accordions .accordion {
    margin-top: 0;
}

.FAq-bar .helpie-faq.accordions .accordion li.accordion__item {
    border-bottom: 1px solid #cccccc;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__header {
    padding: 20px 0 !important;
}

.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__header::before , .FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__header::after {
    margin-right: 0 !important;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__body {
    padding: 0 20px 20px;
}

.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__body p {
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #8b8e91;
    font-family: 'Poppins' !important;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__body ul {
    margin: 0;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__body ul li {
    font-size: 17px;
    line-height: 1.65;
    text-align: left;
    color: #8b8e91;
    font-family: 'Poppins' !important;
    margin-bottom: 5px;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__header .accordion__title {
    padding-right: 50px;
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    font-weight: normal;
}
.FAq-bar .helpie-faq.accordions .collection-title, .FAq-bar .helpie-faq.accordions .search {
    margin-bottom: 20px;
    display: none;
}
.Service-bar .vc_row .Service-bar-boxes .vc_column-inner:hover .service-img figure .vc_single_image-wrapper img {
    transform: scale(1.1);
}

.banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 200px !important;
    padding-bottom: 0px;
}
.satifaction-section h2 {
    font-size: 31px;
    color: #FFF;
    font-family: 'PT SANS' !important;
}
.satifaction-section h2 b {
    font-size: 62px;
    font-family: 'Poppins';
    line-height: 62px;
}
ul.custom-serv li .fa {
    margin-right: 10px;
}
.join-now button, .join-now a  {
    padding: 22px 103px!important;
    width: auto;
    border-radius: 39.8px !important;
    font-size: 24px !important;
    color: #FFF;
    font-weight: bold;
}
ul.custom-serv {
    padding: 0;
    margin: 60px 0 0 0;
    list-style: none;
}
ul.custom-serv li {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}
section.vc_section.satifaction-section {
    padding: 60px 80px !important;
}
ul.lpg-services li .fa {
    color: red;
    margin-right: 10px;
}
ul.lpg-services li {
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 0.32px;
}
ul.lpg-services {
    list-style: none;
    margin: 0;
}
.lpg-servces-row {
    margin: 60px 0;
}
.woocommerce div.product form.cart .variations td, .page-id-82 .woocommerce div.product form.cart .variations td {
    padding-right: 1em;
    display: flex;
    justify-content: flex-start;
}
.woocommerce div.product form.cart .variations td > div {
        margin: 0 20px 0px 0;
}
.woocommerce div.product form.cart .variations td > div > input, .page-id-82 table.variations td.value input {
    margin: 0px;
    width: auto%;
    height: auto%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
    display: none;
}
.summary.entry-summary table.variations td.value > div > label,  .page-id-82 table.variations td.value input label {
    width: 100%;
    position: relative;
    display: block;
    color: #5b5f63;
    font-size: 16px;
    background: #e4e9ed;
    padding: 6px 40px;
    font-weight: 400 !important;
    z-index: 120;
    border-radius: 36px;
    font-family: 'PT Sans';
    cursor: pointer;
}
.summary.entry-summary table.variations td.value > div > input:checked + label {
    background: #ea3f3f;
    color: #FFF;
}
.woocommerce .single-product h2.product_category_title {
    color: #353c40;
    font-size: 42px;
    font-family: 'Playfair Display' !important;
    margin: 0;
    letter-spacing: 0.84px;
}
.woocommerce .single-product h2.product_category_title span {
    font-family: 'Playfair Display' !important;
}
.woocommerce .single-product  div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 17px;
    color: #353c40;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled ul {
    list-style: none;
    padding: 0;
    margin-top: 47px;
    color: #7e7e7e;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled ul li {
    padding-bottom: 12px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled p {
    max-width: 80%;
    color: #3e4044;
    font-size: 17px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    position: relative;
    right: 130px;
    display: flex;
    align-items: center;
}
.heateor_sss_sharing_title {
    margin-right: 10px;
    color: #85949c;
    font-family: 'PT Sans';
}
.woocommerce div.product form.cart .variations td.label label {
    font-family: 'PT Sans';
    color: #7b7f81;
}
.woocommerce div.product div.images img {
    display: block;
    width: 60%;
    margin: auto;
    box-shadow: none;
}
section.related.products {
    display: inline-block;
}
section.related.products h2 {
    text-align: center;
    
}
section.related.products ul h2, .page-id-82 h2.product_category_title {
    text-align: center;
}
section.related. h2.woocommerce-loop-product__title {
    background: transparent !important;
    padding: 0 !important;
}
.pravicy-policy-content .wpb_wrapper {
    padding: 40px 50px;
}
.pravicy-policy-content .wpb_wrapper p {
    font-size: 18px;
    color: #53565a;
    letter-spacing: 0.36px;
}
.pravicy-policy-content ol li {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 17px;
    color: #53565a;
    margin-bottom: 10px !important;
}
.custmore-enquery .col-50 input {
    height: 42px;
    margin-bottom: 20px;
    background: #f3f3f1;
    border-color: #f3f3f1;
    border: 1px solid #f3f3f1;
    border-radius: 25px;
    width: 100%;
}
.custmore-enquery .col-50 label {
    color: #494f54;
    font-size: 18px;
    font-family: 'PT Sans';
    margin-bottom: 15px;
    display: inline-block;
}
.custmore-enquery .col-100 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
        margin: 50px 0;
}
.custmore-enquery .col-100 input {
    padding: 15PX 70PX;
    border-radius: 27.5px;
    border: solid 2px #f5a93f;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
    color: #383c3f;
    font-family: 'PT SANS' !important;
    text-transform: capitalize !important;
}
.custmore-enquery {
    display: flex;
    justify-content: space-between;
    width: 60%;
    flex-wrap: wrap;
    margin: auto;
}
.contact-inner-info .col-50 label {
    font-size: 18px;
    color: #494f5;
    margin: 37px 0px 10px 0 !important;
    display: inline-block;
    font-family: 'PT SANS' !important;
}
.contact-inner-info .col-50 input, textarea {
    border: 1px solid #f3f3f1;
    border-radius: 25px;
    height: 42px;
    background: #f3f3f1;
    padding: 10px;
    width: 100%;
}
.contact-page .col-100 input.wpcf7-form-control.wpcf7-submit {
    border: 2px solid #f5a93f;
    font-size: 18px;
    font-family: 'PT Sans' !important;
    letter-spacing: 0.36px;
    padding: 12px 64px;
    background: transparent;
    border-radius: 26px;
}
.contact-page .col-100 {
    text-align: center;
    margin-top: 50px;
}
.contact-inner-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-inner-info .col-50 {
    flex: 0 0 47%;
    flex-wrap: wrap;
    max-width: 47%;
}
.contact-info-page .zig-zag-heading:after {
    
    left: 34px;
    
}
.contact-info ul {
    list-style: none;
    padding: 0;
}
.contact-info ul li a {
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    padding: 13px 14px;
        font-size: 19px;
    color: #424a50;
    letter-spacing: 0.38px;
}
.contact-info ul li a img {
    margin-right: 10px;
}
.container{
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:1240px;
    overflow:hidden;
    
}
.lpg-services-section h2 {
    margin-bottom: 50px;
}
span.ajax-loader {
    display: block !important;
    text-align: center;
}
.contact-inner-info .col-50 input, textarea:focus-visible {
    outline: none;
}
.custmore-enquery .col-50 {
    flex: 0 0 47%;
    max-width: 47%;
    flex-wrap: wrap;
}
.table-resposive {
    width: 90%;
    margin: 40px auto;
}
.table-resposive table.fl-table.table-bordered.table-striped {
    border-radius: 5px;
    /* font-size: 18px; */
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: unset;
    background-color: white;
    margin: auto;
    text-align: center;
}
.table-resposive .fl-table thead th {
    color: #ffffff;
    /* background: #324960; */
    background-image: linear-gradient(to top, #373b3f, #808d99);
    padding: 17.5px 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'PT SANS';
}
.table-resposive table.fl-table.table-bordered.table-striped td {
    border: 1px solid #2222227d;
    padding: 15px 0;
    font-family: 'PT SANS';
}
.banner {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/06/back-banner-inner.jpg?id=1027) !important;
   padding-top: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner .inner-content h2 {
    text-align: center;
    position: relative;
    font-size: 45px;
    color: #FFF;
    padding-bottom: 10px;
    letter-spacing: 0.84px;
}
.home h2.product_category_title {
    display: none;
}
.home h1.product_title.entry-title {
    display: none;
}
.home form.variations_form.cart {
    display: none;
}
.home .product_meta{
display:none;   
    
}
.home .heateor_sss_sharing_container.heateor_sss_horizontal_sharing{
    display:none;   
    
}
.home span.vee_category_title_lpg-cylinder {
    display: block !important;
}
.home  p.short_desc {
    display: block !important;
   
}
span.vee_category_title_lpg-cylinder {
    display: none;
}
p.short_desc {
    display: none;
   
}
.home .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled p {
display:block;  
    
}

.related_prod .variations_button.woocommerce-variation-add-to-cart-disabled p {
    display: none;
}
.related_prod .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled ul {
    display: none;
}
.related_prod h2.product_category_title {
    font-size: 32px !important;
}
.related_prod .product_meta {
    display: none;
}
.related_prod .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
   
    display: none;
   
}
.woocommerce div.product form.cart div.quantity {
   
    display: none;
}
button.plus, button.minus {
    display: none;
}
.related_prod tr.attribute-type td.label {
    display: none !important;
}


table.variations td.value > div > label {
    width: auto;
    position: relative;
    display: inline-block;
    color: #5b5f63;
    font-size: 16px;
    background: transparent;
    padding: 0px;
    font-weight: 400 !important;
    padding-left: 25px;
    border-radius: 36px;
    font-family: 'PT Sans';
    cursor: pointer;
}
.wcpscwc-product-slider button.slick-arrow {
    display: none;
}
.wcpscwc-product-slider .slick-dots li {
    background: transparent;
    margin:0 5px !important;
}
.related_prod h1.product_title.entry-title {
    display: none;
}
.wcpscwc-product-slider .slick-dots li button {
    width: 15px !important;
    height: 15px !important;
}
.related_prod .prouct-top img {
    margin: -126px auto 30px auto !important;
}
.related_prod ul, .woocommerce ul.products {
    margin: 15rem 30px 0 30px;
}
.related_prod ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 27px 27px 0 rgb(0 0 0 / 6%);
    border: solid 1px #efefef;
    background-color: rgba(234, 63, 63, 0);
}

.woocommerce div.product form.cart .variations td div:nth-child(3) {
    display: none;
}
.related_prod form.cart .variations td {
    padding-right: 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: center !important;
}
.related_prod form.cart .variations td > div {
    margin: 0 !important;
    flex: 0 0 50%;
    max-width: 50%;
}

.variations input:checked + label::before {
    background: #ea3f3f;
}

.page-id-82 table.variations td.value > div > label::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f7f7f7;
    position: absolute;
    border: 2px solid #ea3f3f;
    box-shadow: 0 0 0 1px #ea3f3f;
    right: 45px;
    top: 4px;
    
}
.page-id-82 .variations td.value > div > input:checked + label::before {
    background: #ea3f3f;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.weoffer-row {
    display: flex;
    justify-content: space-between;
}
.wcpscwc-product-slider ul.products {
    margin: 50px 0 0 0 !important;
}
.related_prod li.product table.variations td.value > div > input:checked + label::before {
    background: #ea3f3f;
}
.related_prod li.product table.variations td.value > div > label::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f7f7f7;
    position: absolute;
    border: 2px solid #ea3f3f;
    box-shadow: 0 0 0 1px #ea3f3f;
    right: 45px;
    top: 10px;
    
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled ul {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled p {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .quantity .qty {
   
    display: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #FFF;
    color: #ea3f3f;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #ea3f3f;
    /*border-radius: 25px;*/
    float: none !important;
    margin: auto;
    padding: 12px 40px;
}

a.reset_variations {
    color: red;
    font-size: 18px !important;
    font-weight: 500;
}

.page-id-82 td.value {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page-id-82 td.value div:nth-child(3) {
    display: none;
}
.page-id-82 td.value div {
    flex: 0 0 50%;
    max-width: 50%;
}

.page-id-82 table.variations {
    width: 100%;
    margin-bottom: 1em;
    border: 0;
}
.page-id-82 td.label label {
    display: none;
}
.page-id-82 .product_meta {
    display: none;
}
.page-id-82 .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    
    display: none;
}
.page-id-82  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled ul {
   
    display: none;
}
.page-id-82 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled p {
    display: none !important;
}
.page-id-82 span.vee_category_title_co2-cylinder {
    display: none;
}
.page-id-82 .quantity {
    display: none !important;
}
 .page-id-82 ul.products li.product, .woocommerce-page ul.products li.product {
    
    padding-bottom: 30px;
}
.page-id-82 h2.product_category_title span {
    font-family: 'Poppins' !important;
    font-size: 24px !important;
}
.page-id-82 h2.product_category_title {
    font-size: 32px;
    color: #222222;
}
button.button.alt.inquire_now.wc-variation-selection-needed:hover {
    background-color: #ea3f3f !important;
    color: #fff;
}
.single-product .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left !important;
}

.get-inquery-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    padding: 10px;
    border: 2px dashed #e8edf0;
}
.get-inquery-form .full-width select#bottles {
    height: 35px;
    width: 100%;
    padding: 5px;
    -webkit-appearance: none;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 2px top 51%;
    border-color: #ea3f3f;
    border-radius: 25px;
    text-align: center;
}
.get-inquery-form label {
    display: block;
    color: #494f54;
    font-size: 18px;
    font-family: 'PT SANS';
    margin: 15px 0 10px 0;
}
.get-inquery-form .half-width {
    flex: 0 0 46%;
    max-width: 46%;
    flex-wrap: wrap;
    margin-bottom: 20px
}
.get-inquery-form input::placeholder {
    color: #000000 !important;
    font-size: 17px;
    opacity: 0.6;
    text-transform: capitalize;
}
.get-inquery-form .half-width input, .full-width input {
    width: 100%;
    height: 48px;
    background: #ea3f3f;
    border-color: #ea3f3f;
    border: 1px solid #ea3f3f;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 16px;
}
select#bottles:focus-visible {
    outline: none;
}
.get-inquery-form input::-webkit-input-placeholder { 
  font-size: 16px;
}
.get-inquery-form input::-moz-placeholder { 
  font-size: 16px;
}
.get-inquery-form input:-ms-input-placeholder { 
  font-size: 16px;
}
.get-inquery-form input:-moz-placeholder { 
  font-size: 16px;
}
.get-inquery-form .full-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.full-width.deliver-box input#submitform {
    display: inline-block;
    width: auto;
    padding: 12px 70px;
    height: auto;
    font-size: 19px;
    background: #FFF;
    border: 2px solid #f5a93f;
}
.get-inquery-form .full-width input:focus-visible {
    outline: none;
}
.full-width.deliver-box {
    text-align: center;
    margin-top: 20px;
}
.modal-content h2.product_title_2 {
    font-size: 15px;
    text-align: center;
}
.modal-content.prod_details h1 {
    text-align: center;
    font-family: 'PT SANS' !important;
    color: #333639;
    font-size: 40px;
    letter-spacing: 0.84px;
    font-weight: bold;
    margin-bottom: 25px;
}
.modal-content.prod_details h2.product_title_2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.84px;
}
.modal {
    z-index: 9999 !important;
}
.single-product .related_prod button.button.alt.inquire_now.wc-variation-selection-needed {
    float: none !important;
}
.page-id-82 ul.products li.product a img {
    margin: -71px auto 30px auto !important;
}
.page-id-82 .single_variation_wrap a {
    display: block;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin:auto;
	    text-decoration: none;
}
.modal-header .vc_custom_heading.login-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 90%;
    max-width: 90%;
}
#product-content{
	padding: 100px 0px;
}
#product-row {
    border-radius: 10px;
    padding: 50px;
}
.product-image {
    text-align: end;
}
.singup {
    margin-top: 0!important;
    float: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 10px 30px;
    background-image: unset;
    background-color: #65666b;
    color: #ffffff;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    text-decoration: none;
}
.page-id-82 ul.products.columns-4 {
    margin: 0rem 30px 0 30px;
    padding-top: 14rem;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 25px;
}
.page-id-82 ul.products.columns-4 li.product {
    float: unset;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 0 16% 0;
    /*height: 380px; */
    position: relative;
    display: inline-flex;
    justify-content: center;
	flex-wrap:wrap;
}
.services-box p {
    text-align: center;
}
.new-get-quote .s_form-feild input::placeholder {
    font-size: 16px;
    font-family: 'PT SANS';
}
.without-login {
    position: absolute;
    top: 10px;
    right: 20px;
}
.modal-content.prod_details {
    position: relative;
}
#ap-form table { width:100%; border-collapse: collapse;}
#ap-form td {
    padding: 10px 20px 15px; border: 1px solid #b7b7b7;
    vertical-align: top; 
}

#ap-form tr:nth-child(even) {
    background: #fbeded;
}
#ap-form input, #ap-form textarea {
    padding: 10px;
    width: 100%;
    margin: 0;
    border: 1px solid #b7b7b7;
    line-height: 20px;
    display: block;
}
#ap-form input[type="radio"], #ap-form input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin: 0 10px;
}
#ap-form table p {
    margin: 10px 0 0;
    font-size: 16px;
}
.s_form-feild input[type="submit"] {
    background: #083168;
    border-color: #083168;
    font-family: 'Poppins', sans-serif;
    font-size: 1.125vw;
    text-transform: uppercase;
    border: 1px solid #083168 !important;
}
.short_title, .short_title.vc_custom_1626430666007, .short_title.vc_custom_1626433790902, .short_title.vc_custom_1626433893698, .short_title.vc_custom_1626434346335 , .short_title.vc_custom_1626434699331 , .short_title.vc_custom_1626434813421{
    padding-top: 250px !important;
    padding-bottom: 150px !important;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box {
    width: 485px;
    height: 485px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box h2 {
    font-size: 59px;
    text-align: center;
    color: #031a2b;
    line-height: 1.42;
    font-weight: normal;
    text-transform: capitalize;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 66px;
    font-weight: 600;
    color: #ea3f3f;
}
.wpb-js-composer .vc_tta-color-peacoc.vc_tta-style-flat.faq_style .vc_tta-panel .vc_tta-panel-heading {
    background: #083471;
}
.wpb-js-composer .vc_tta-color-peacoc.vc_tta-style-flat.faq_style .vc_tta-panel .vc_tta-panel-heading:hover{
    background: #f5a93f;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    max-width: 50% !important;
    height: 500px !important;
    object-fit: contain;
}
.single-product .site-header {
    position: relative;
    background: #083471;
}
.wpb-js-composer .vc_tta-color-peacoc.vc_tta-style-flat.faq_style .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #f5a93f;
}
.new-get-quote .s_form-feild input, textarea {
    background: #f3f3f1;
    border: 1px solid #f3f3f1;
    height: 48px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 25px;
    margin-bottom: 40px;
    font-family: 'Poppins' !important;
}
.new-get-quote .s_form-feild {
    flex: 0 0 48%;
    max-width: 48%;
    flex-wrap: wrap;
}
.new-get-quote {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border: 2px dashed #CCC;
    padding: 50px;
}
.get-inquery-form .half-width input:focus-visible {
    outline: none;
}
.full-width input:focus-visible {
    outline: none;
}
.new-get-quote .s_form-feild input:focus-visible {
    outline: none;
}
.new-get-quote .full-files input {
    padding: 13px 40px;
    font-size: 18px;
    background: transparent;
    border: 2px solid #f5a93f;
    border-radius: 25px;
}
.new-get-quote .s_form-feild textarea::placeholder{
    
    font-size: 16px;
    font-family: 'PT SANS';
}

h5.head-form {
    text-align: center;
    font-size: 32px;
    text-transform: capitalize;
   
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    padding-top: 80px;
}
.single-product .summary.entry-summary {
    padding-top: 80px;
}


.logi-register {
    max-width: 70%;
    /* display: flex; */
    margin: auto;
}
.logi-register .col-md-6.col-sm-12 {
    flex: 0 0 50%;
    padding: 0 15px;
}
.form-group.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.logi-register .row {
    display: flex;
    padding: 80px 0;
}
button#CustomerLogin, button#RegisterAccount, button#RecoverPasswordLink {
    background-color: #f94e4f;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 20px;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 29px;
}

.woocommerce >.woocommerce-result-count, .woocommerce > .woocommerce-ordering {
    display: none;
}

.form-group a#RecoverPassword {
    font-size: 14px;
    float: left !important;
}
.logi-register .form-group.input-group .input-group-prepend {
    flex: 0 0 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee0e9;
    border-right: 0;
    transition: .5s ease;
}
.form-group.input-group i {
    transition: .5s ease;
}
.form-group.input-group input.form-control {
    width: 100%;
    margin-bottom: 0;
    height: 44px;
    border: 1px solid #dee0e9;
    color: #083168;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: normal;
    outline: none;
}
.register-form .form-rightbar .logi-register .form-group button.btn-block {
    padding: 15px 50px !important;
    border-radius: 26.9px;
    font-size: 18.5px !important;
    font-weight: bold;
    letter-spacing: 0.37px;
    text-align: center;
    color: #ffffff;
    font-family: 'PT Sans';
    background: #ff3526;
    border: 1px solid #ff3526 !important;
    transition: .5s ease !important;
}
.register-form .form-rightbar .logi-register form {
    position: absolute;
    width: 90%;
    left: 40px;
    top: 40px;
    transform: translate(0px, 0px);
}
.register-form .form-rightbar .logi-register .formright-title {
    padding: 0px 0px 30px 0px;
}
.register-form .form-rightbar .logi-register .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.register-form .form-rightbar .logi-register .form-group button.btn-block:hover {
    background: #ffffff;
    color: #ff3526;
}
.register-form .form-rightbar .logi-register .form-group p {
    margin: 0;
}
.register-form .form-rightbar .logi-register .form-group p a{
    color: #ea3f3f;
}
.prod_details .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled ul {
    display: block;
    float: left;
    width: 100%;
}
.prod_details .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled p {
    display: block;
    float: left;
    width: 90%;
}

.prod_details button.plus, button.minus {
    display: block;
}
.prod_details .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .quantity .qty {
    display: block;
}
.prod_details form.cart div.quantity {
    float: none !important;
    margin: 30px 0 20px 0 !important;
    display: flex !important;
    

}
.prod_details button.plus, button.minus {
 
    padding: 10px 15px;
}
.related_prod button.minus {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .quantity {
    display: none !important;
}
.product_meta {
    display: none;
}
.page-id-82 ul.products.columns-4 button.minus {
    display: none;
}
.related_prod section.related.products h2.product_category_title {
    margin-bottom: 20px;
}

.related_prod section.related.products form.variations_form.cart {
    margin: 0 !important;
}
.right-delivery .btnred {
    background: #ff3526;
    border: 1px solid #ff3526;
    transition: .5s ease;
}
.right-delivery .btnred:hover {
    background: #ffffff;
    border: 1px solid #ff3526;
    color: #ff3526;
    transition: .5s ease;
}
.right-delivery .btnyellow {
    background: #f5a93f;
        border: 1px solid #f5a93f;
    transition: .5s ease;
}
.right-delivery .btnyellow:hover {
    background: #ffffff;
        border: 1px solid #f5a93f;
    transition: .5s ease;
    color: #f5a93f;
}

form#customer_login {
    padding: 0 40px;
    margin-top: 40px;
}


.form-field-title label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
    font-family: 'PT SANS' !important;
}

.form-group button#CustomerLogin {
    float: right;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 10px 30px;
    background-image: unset;
}

span.required {
    color: red;
}

form#customer_login .form-group.input-group {
    display: block;
    align-items: center;
    margin-bottom: 15px;
}

form#customer_login .form-group.input-group input.form-control {
  
    height: 50px;
    
}



.footer-inner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; padding: 3% 2%; background: #222425; }
.footer-inner .footer-widget-box { width: 21%; padding: 0 1%; position:relative; z-index:11;}
.footer-description p { color: #fff; font-size: 16px;}
#menu-footer-nav li {width: 100%;float: left;text-align: left; margin: 0;     padding-bottom: 10px;}
#nav_menu-2 a {font-size: 12px;}
.footer-inner .footer-widget-box:first-child {width: 36%;}  
.footer-inner .footer-widget h3 { color: #FFF; margin-top: 0px; font-size: 1.750vw; }
.footer-inner .footer-widget h3::after { content: ""; width: 40px; height: 3px; display: block; background: #FFF; margin-top: 3%; }
.footer-widget  .textwidget { color: #fff; font-size: 1.1875vw; }
.footer-widget  .textwidget a { color: #fff;    font-size: 16px; }
.footer-inner {position: relative;overflow: hidden;}
/*.footer-inner:before {content: url(/wp-content/uploads/2019/05/footerimage.png); position: absolute; left: 25%; top: 0;}*/
.footer-widget-box #nav_menu-3 li { padding-left: 4%; background: url(/wp-content/uploads/2019/05/footer-link.png) no-repeat 0px 7px;background-size: 13px; margin-bottom: 10px; font-size: 12px;}
.sf_mail {padding-left: 12%; background: url(/wp-content/uploads/2019/05/msg.png) no-repeat 0 4px; margin-bottom: 23px;}
div#heateor_sss_follow-2:before {content: "Follow Us"; float: left;  color: #f94e4f; margin-top: 0px; font-size: 1.50vw;
    padding-right: 10px; padding-top: 3px;}
.woocommerce div.product .prod_details form.cart div.quantity button.minus, .woocommerce div.product .prod_details form.cart div.quantity button.plus, .woocommerce div.product .prod_details form.cart div.quantity input {
    height: 40px;
}
.form-rightbar h2.wpb_heading {
    margin-bottom: 5px !important;
    padding: 0 40px;
    font-size: 30px;
    line-height: normal !important;
}
.form-rightbar .ur-frontend-form .ur-button-container .ur-submit-button {
    background: #ea3f3f;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins' !important;
    padding: 10px 30px;
    margin-right: 0;
}
.form-rightbar .user-registration {
    margin-bottom: 0;
}
.form-rightbar .register-form:after {
    height: auto;
}
.register-form .ur-frontend-form .form-row input::placeholder {
    color: #000 !important;
    opacity: 0.6;
}

.mobile-img {
    display: none;
}
.playstore-buttons .wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner img {
    max-width: 177px !important;
}

/* Hero section form */
.hero-banner-form .wpcf7 {
    position: absolute;
    top: 58%;
    z-index: 9;
    max-width: 380px;
    right: 4%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0px 5px 0px rgb(0 0 0 / 30%);
    padding: 25px;
    transform: translateY(-50%);
    width: 100%;
}
/* .site-header-main .headermain-in .header-contact ul.header-iconbar {
    display: none;
} 
.header-contact .header-iconbar li:last-child {
    display: none;
}
*/
.hero-banner-form .getgas-banner {
    width: calc(100% - 400px) !important;
}
.hero-banner-form .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.hero-banner-form .wpcf7 .new-get-quote {
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
}

.hero-banner-form .wpcf7 h5.head-form {
    font-size: 24px;
    margin: 0px 0 10px;
}

.hero-banner-form .wpcf7 input, .hero-banner-form .wpcf7 textarea {
    margin-bottom: 20px;
}
.hero-banner-form .full-files {
    width: 100%;
    text-align: center;
}

.hero-banner-form .full-files span.wpcf7-spinner {
    display: none;
}

.hero-banner-form .full-files input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #ea3f3f;
    border-color: #ea3f3f;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}
.hero-banner-form .full-files input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #fff;
    color: #ea3f3f;
}
.hero-banner-form .new-get-quote .s_form-radio-cylender {
    margin-bottom: 15px;
}
.hero-banner-form .new-get-quote .s_form-radio-cylender h4 {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}
.hero-banner-form .checkcylender span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
}
.hero-banner-form .new-get-quote .fl-wd {
    flex: 0 0 100%;
    max-width: 100%;
}
.hero-banner-form .wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    font-size: 12px;
}
.hero-banner-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -32px;
    font-size: 12px;
}
#myModal .modal-content.prod_details {
    padding: 30px;
    border-radius: 20px;
    max-width: 400px;
}
.modal {
    padding: 60px 0 !important;
}
#myModal .modal-content.prod_details h1 {
    font-size: 24px;
    color: #000;
}
.center-flex {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}
#myModal .modal-content.prod_details h2.product_title_2 {
    margin: 0;
}

#myModal .get-inquery-form {
    border: none;
    width: 100%;
    padding: 0;
}
#myModal .get-inquery-form .full-width {
    margin-bottom: 15px;
}

#myModal .deliver-section .deliver-check {
    margin-bottom: 0;
}

#myModal .full-width.deliver-box {
    margin-top: 0;
}
#myModal .full-width.deliver-box input#submitform {
    border: 2px solid #ea3f3f;
    background: #ea3f3f;
    border-color: #ea3f3f;
    color: #fff;
    width: 100%;
}
#myModal .full-width.deliver-box input#submitform:hover {
    background: #fff;
    color: #ea3f3f;
}
.prod_details span.close {
    position: absolute;
    right: 12px;
    top: 0;
}
/* End Hero section form */
/* .cyld-img img.vc_single_image-img {
    max-width: 170px;
} */

.wpb_single_image.cyld-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/* Register page */

/* .rg-bx {
    padding: 30px;
} 
.rg-bx .form-row .input-text {
    padding: 12px 15px !important;
    border: 1px solid #dee0e9;
    font-size: 16px;
    font-family: 'PT Sans' !important;
    font-weight: normal;
    width: 100%;
    line-height: normal;
}

.woocommerce-privacy-policy-text p {font-size: 14px;line-height: normal;}

.rg-bx .woocommerce-privacy-policy-link {
    color: #ea3f3f;
    text-decoration: underline;
}
.sbt-button .woocommerce-form-register__submit {background: #ea3f3f;color: #fff;font-size: 16px;line-height: normal;font-family: 'Poppins' !important;padding: 10px 30px;border: 1px solid #ff3526;transition: .5s ease;font-weight: bold;letter-spacing: 0.37px;border-radius: 50px;}

.sbt-button .woocommerce-form-register__submit:hover {
    background: #fff;
    color: #ea3f3f;
}
.frm-title {
    margin: 0 0 15px;
    padding: 10px !important;
    background: rgb(222 224 233 / 50%);
    color: #636363;
    font-family: 'Poppins' !important;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.sbt-button {
    text-align: right;
    margin-top: 25px;
} 
.form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0px; 
}
.frm-fld {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px !important;
}
.sbt-button .frm-fld {
    margin-top: 15px;
    margin-bottom: 0 !important;
}
.woocommerce-privacy-policy-text {
    padding: 0 10px;
    display: none;
}
.chk-fld input[type="checkbox"] {
    width: auto !important;
    margin: 0 5px 0 0!important;
    position: relative;
    top: 2px;
}

.chk-fld label {
    line-height: normal;
}
.rg-bx .form-row .input-text:focus {
    outline: none !important;
    box-shadow: none !important;
}
.chk-fld {
    margin-bottom: 15px;
}
.rg-bx .input-text::-webkit-input-placeholder, .rg-bx input[type="date"]::-webkit-input-placeholder { 
  color: #969696;
}
.rg-bx .input-text::-moz-placeholder, .rg-bx input[type="date"]::-moz-placeholder { 
  color: #969696;
}
.rg-bx .input-text:-ms-input-placeholder, .rg-bx input[type="date"]:-ms-input-placeholder { 
  color: #969696;
}
.rg-bx .input-text:-moz-placeholder, .rg-bx input[type="date"]:-moz-placeholder { 
  color: #969696;
}
.col-three {
    width: 33.3%;
}
.frm-fld label {
    font-weight: 700;
    margin: 0 0 6px;
    display: inline-block;
}
.frm-fld ul.chk-fld {
    list-style: none;
    margin: 5px 0 5px !important;
    padding-left: 25px;
}
.rg-bx select.input-text {
    color: #969696;
}
.frm-fld ul.chk-fld label {
    font-weight: 400;
}

.col-two {
    width: 50%;
}
.frm-fld ul.chk-fld li {
    margin: 5px 0;
}*/
/* End Register page */
.option-pin.show {
    visibility: visible !important;
}
#termsModal {
    display:none;
}
div#termsModal {
    background: rgb(0 0 0 / 66%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

#termsModal .pop-center {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    padding: 40px 15px;
    height: 100%;
}
.pop-body {
    width: 100%;
    background: #fff;
    padding: 40px 15px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.pop-body span.close {
    position: absolute;
    right: 10px;
    font-size: 38px;
    line-height: normal;
    top: -7px;
    cursor: pointer;
}

.pop-body h1 {
    margin: 0 0 10px;
}

.tms-in iframe {
    width: 100%;
    height: 420px;
}
.form-rightbar .alert {
    padding: 0 40px;
}
/*register form New*/
.form-left-sec .vc_column-inner {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-left: 100px !important;
}
.label-text {
    margin-bottom:20px;
    padding: 10px !important;
    background: rgb(222 224 233 / 50%);
    color: #636363;
    font-family: 'Poppins' !important;
}

.label-text label {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Poppins';
}
.register-form-new {
    padding: 30px;
}

.register-form-new input {
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #dee0e9;
    font-size: 16px;
    font-family: 'PT Sans' !important;
    font-weight: normal;
    min-height: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.register-inner {
    padding-top: 20px;
}

.billing-fild {
    display: flex;
    align-items: baseline;
    vertical-align: middle;
    justify-content: space-between;
    height: 100%;
}

.billing-fild label {
    background: #CCC;
    height: 100%;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    color: #636363;
    font-family: 'Poppins';
    min-height: 36px;
}

.billing-fild input {
    border-radius: 0;
}
select.choose-bottles {
    display: block;
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #dee0e9;
    font-size: 16px;
    font-family: 'PT Sans' !important;
    font-weight: normal;
    -webkit-appearance: none;
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    min-height: 36px;
    line-height: 1.5;
    margin-bottom: 20px;

}

.hide-check label {
    margin-bottom: 20px;
    display: block;
}
.check-fild {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
    column-gap: 10px;
    margin-bottom: 20px;
}

.check-fild input {
    width: 15px;
    flex: 0 0 15px;
    margin: 0;
}

.check-fild label {
    flex: 0 0 96%;
    max-width: 96%;
}
.one-row-fildes {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.one-row-fildes {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.two-col-fild-del {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.two-col-fild-del label, .two-col-fild-pas .two-col-iiner label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.two-col-iiner {
    flex: 0 0 50%;
    max-width: 50%;
}

.two-col-fild-pas {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

span.star {
    color: red;
    font-size: 18px;
}
.register-form-new .sub-btn {
    text-align: right;
    margin-top: 20px;
}

.register-form-new .sub-btn input[type="submit"] {
    width: auto;
    background: #ea3f3f;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins' !important;
    padding: 15px 41px !important;
    margin-right: 0;
    border: 1px solid #ff3526;
    transition: .5s ease;
    font-weight: bold;
    border-radius: 26.9px;
    line-height: normal;
    box-shadow: 0 1px 3px rgb(182 187 207 / 15%);
    text-transform: capitalize;
}
.page-id-1758 .site-header, .page-id-1780 .site-header {
    display: none;
}
.page-id-1758 .site-footer, .page-id-1780 .site-footer {
    display: none;
}
.register-form-new input:focus-visible, select.choose-bottles:focus-visible {
    outline: none;
}
select.is-empty {
    color: #727272 !important;
}
.login-form {
    padding: 0 40px;
}

.login-form label {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'PT Sans';
    font-weight: bold;
    width: 100%;
    display: block;
}

.login-form input {
    padding: 10px 15px !important;
    border: 1px solid #dee0e9;
    font-size: 16px;
    font-family: 'PT Sans' !important;
    font-weight: normal;
    line-height: 1.5;
    min-height: 36px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.login-btn {
    text-align: right;
}

.login-btn button {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    padding: 10px 30px;
    background-image: unset;
    background-color: #f94e4f;
    color: #ffffff;
    border-color: #f94e4f;
    border-style: solid;
}

h3.vc_custom_heading.login-title {
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    line-height: normal;
}
.login-form input:focus-visible {
    outline: none;
}
.terms-cond {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.terms-cond input[type="checkbox"] {
    width: 15px;
    margin: 0;
}

.terms-cond span a {
    color: #ea3f3f;
    font-weight: 600;
}
.page-id-1791 .site-header {
    display: none;
}

.page-id-1791 footer {
    display: none;
}
.left-col {
    background: url('https://www.thegetgas.co.nz/wp-content/uploads/2021/07/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.custom-register {max-width: 100%;}

.custom-register .row {
    padding: 0;
}

.col-md-6.col-sm-12.left-col {
    position: static;
    top: 10px;
}
.right-col {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.left-col .card.bg-light {
    padding-left: 10%;
    padding-top: 50px;
}
.right-col h4.card-title.mt-3.text-center {
    display: none;
}
.register-form-new .sub-btn button#RegisterAccount {
    padding: 20px 41px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    background-image: unset;
}
.page-id-1796 .site-header {
    display: none;
}

.page-id-1796 footer#colophon {
    display: none;
}

.custom-login {
    max-width: 100%;
}

.custom-login .row {
    padding: 0;
}

.left-login {
    background: url('https://www.thegetgas.co.nz/wp-content/uploads/2021/07/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.right-login {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.right-login .card-bglight {
    padding-top: 100px;
}

.left-login  .backtohome {
    padding-top: 15%;
    padding-left: 85px;
}
4.card-title.mt-3.text-center {
    display: none;
}

h4.card-title.mt-3.text-center {
    display: none;
}

/*End New Register*/

.Formcontent span {
    color: #FFF;
}

.Formcontent span a.login-page {
    color: #ea2d30;
}
span.reg-btns a, span.forget-btns a {
    color: #ea3f3f;
}

span.forget-btns {
    margin-top: 10px;
    display: inline-block;
}

span.forget-btns a {
    margin-left: 10px;
}

.withoutlogin {width: 100% !important; max-width: 40% !important;}

.withoutlogin .half-width input, .withoutlogin .full-width input {
    background: #FFFFFF;
    border-color: #bdb8b8 !important;
}

.withoutlogin input#submitform {
    border-color: #ea3f3f !important;
    max-width: 300px;
}

.withoutlogin .get-inquery-form {
    padding-top: 20px !important;
}
.bot-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 20px;
    margin-top: 25px;
}

.bot-btn input {
    background: #ea3f3f;
    border-color: red;
    color: #FFFFFF;
    box-shadow: unset !important;
    border-image: unset;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins' !important;
    border-style: inherit;
}

.bot-btn button#change_password {
    background: #ea3f3f;
    background: #ea3f3f;
    border-color: red;
    color: #FFFFFF;
    box-shadow: unset !important;
    border-image: unset;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins' !important;
    border-style: inherit;
    /* max-width: 200px; */
}
.custom_buttons button {
    padding: 15px 30px;
    border-radius: 0 !important;
    background-color: #ea3f3f;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #ea3f3f;
    transition: .5s ease;
    display: inline-block;
    margin-left: 0;
      font-family: 'Poppins' !important;
}
.label-text {
    background: #FFFFFF;
}
.custom_buttons {
    text-align: center;
}

@media (max-width: 1540px){
    .right-delivery {
        padding-left: 100px !important;
    }
}

@media (max-width: 1440px){
    .bannerbar-slider .getgas-banner .banner-left .Circle-box {
    width: 365px;
    height: 365px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box h2 {
    font-size: 40px;
    text-align: center;
    color: #031a2b;
    line-height: 1.42;
    font-weight: normal;
    text-transform: capitalize;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    color: #ea3f3f;
}
    .delivery-section .services-content p {
        color: #ffffff;
        width: 100%;
    }
    .home-testimonial div#wptww-testimonials-slidelist-1 button.slick-prev.slick-arrow {
        left: 40% !important;
        top: 210px!important;
    }
    .home-testimonial button.slick-next.slick-arrow {
        top: 210px !important;
        right: 40% !important;
    }
    .footer-above-section:after {
        height: 11px;
    }
.bannerbar-slider .getgas-banner .banner-left h3 {
    font-size: 45px;
}   
}

@media screen and (max-width: 1366px) {
/* Hero section form */ 
.hero-banner-form .wpcf7 h5.head-form {
    font-size: 20px;
}

.hero-banner-form .new-get-quote .s_form-radio-cylender h4 {
    margin-bottom: 6px;
    font-size: 16px;
}

.hero-banner-form .s_form-radio-cylender span > label {
    font-size: 14px;
}

.hero-banner-form .s_form-radio-cylender span > label input[type="radio"] {
    margin-bottom: 12px;
    position: relative;
    top: 2px;
}

.hero-banner-form .wpcf7 {
    top: 64%;
}   
/* End Hero section form */
}
@media screen and (max-width: 1025px) {
.footer-subscribe input {
    width: 100%;
    
}
.promisebar .promise-title {
    padding: 0 60px;
   
}
.promisebar .promise-title h4::after {
    
    bottom: -7px;
    left: 33%;
    
}
.weoffer .weoffer-row .weofer-box {
    width: 100%;
    
    margin: 0;

}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::after {
  
    right: 0;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::before {
  
    left: 0;
}
.right-delivery a.bannerbtn {
    padding: 16px 40px;
    
    margin-right: 10px;
}
.delivery-section {
    
    background-size: cover;
}
.footer-subscribe input.wpcf7-form-control.wpcf7-submit {

    right: 0;
   
}
.right-delivery {
    padding-left: 0px !important;
  
}
}

@media screen and (max-width: 1024px) {
    .home p.short_desc {
    
    max-width: 100%;
  
}
#myprofile form {
    max-width: 80%;
}
body.error404 div#content {
    padding: 50px 15px 50px 15px;
   
}
form.search-form label {
    flex: 0 0 50%;
}
.related_prod ul.products li.product {
    flex: 0 0 46% !important;
    max-width: 46%;
    float: none !IMPORTANT;
    margin: 0;
    flex-wrap: wrap;
    margin: 0px 15px 50px 15px !important;
    float: none !important;
}
.related_prod ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 !important;
}
.woocommerce ul.products li.product a img {
    max-width: 100%;
}
.related_prod .prouct-top img {
    margin: 20px auto 30px auto !important;
}
.Ordernow-bar .listing .content p br {
    display: none;
}   
.bannerbar-slider .n2-ss-slider-wrapper-inside .nextend-arrow{
    display:none;
    
}   
.Ordernow-bar .listing .content p br {
    display: none;
}
    .delivery-section .services-content p {
     
    font-size: 16px;
}
.Ordernow-bar .listing .content p br {
    display: none;
}
.call-hours ul li {
    font-size: 14px;
}
.call-hours ul li {
    margin-bottom: 15px;
    font-size: 14px;
}
.footer-description p {
    font-size: 14px;
}

.woocommerce .single-product h2.product_category_title span {
   
    font-size: 25px;
}
.site-header-main {
    display: none;
}
.top-header {
    display: none;
}
div#site-header-menu {
    display: none;
}
.weoffer {
    padding-top: 40px!important;
    padding-bottom: 40px;
}
.weoffer h2.vc_custom_heading {
    margin-bottom: 50px;
   
}
.promisebar {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
.related_prod ul, .woocommerce ul.products {
    margin: 3rem 30px 0 30px;
}
p.short_desc {

    padding: 0;
    font-size: 16px;
}
.Ordernow-bar {
    padding-top: 0px !important;
    padding-bottom: 100px;
}

}
@media screen and (max-width: 991px){
    .entry-content {
    padding-top: 0;
}
.bannerbar-slider .white .owl-nav {
    display: block !important;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0px, 0px);
    width: 100%;
    text-align: center;
}
.white .sa_owl_theme .owl-dots{display:none !important;}
.bannerbar-slider .white .owl-nav button.owl-prev {
    margin-right: 10px !important;
}
.bannerbar-slider .white .owl-nav button.owl-next {
    margin-left: 10px !important;
}
.bannerbar-slider .white .owl-nav button {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}
.bannerbar-slider .white .owl-item {
    height: 500px !important;
}
.bannerbar-slider .sa_hover_container {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 20px 0px !important;
    margin: 0 !important;
}
.bannerbar-slider .getgas-banner {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
}
.bannerbar-slider .getgas-banner .banner-left {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
}
.bannerbar-slider .sa_hover_container {
    padding: 140px 0 !important;
}
.bannerbar-slider .getgas-banner {
    display: block;
    padding-top: 0;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box {
    width: 230px;
    height: 230px;
    background: #ffffffd9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 30px 0;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box h2 {
    font-size: 20px;
    text-align: center;
    color: #031a2b;
    line-height: 1.42;
    font-weight: normal;
    text-transform: capitalize;
}
.bannerbar-slider .getgas-banner .banner-left .Circle-box h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    color: #ea3f3f;
}
.bannerbar-slider .getgas-banner .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center !important;
}
.bannerbar-slider .getgas-banner .title h5 {
    margin: 0;
    font-size: 20px;
}
.bannerbar-slider .getgas-banner .banner-left h3 {
    text-align: center;
    font-size: 20px !important;
    flex-wrap: wrap;
    display: block;
    text-align: center !important;
}
.bannerbar-slider .getgas-banner .banner-left h3 span {
    display: block;
    font-size: 24px;
    text-align: center;
}
.bannerbar-slider .getgas-banner .banner-left h3 span::before {
    content: '';
    height: 1px;
    display: none;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup {
    margin: 20px 0 0 0;
    list-style: none;
    display: block !important;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li {
    margin-right: 0;
    text-align: center;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li a.btnyellow {
    margin-top: 20px !important;
    display: inline-block;
}
.bannerbar-slider .getgas-banner .banner-left {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}
 .related_prod ul, .woocommerce ul.products {
    margin: 0rem 30px 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.contact-detilas-page {
    margin-top: 0 !important;
}
.product-template-default .related_prod ul.products li.product {
    flex: 0 0 46% !important;
    max-width: 46%;
    float: none !IMPORTANT;
    margin: 0;
    flex-wrap: wrap;
    margin: 0px 15px 50px 15px !important;
    float: none !important;
}
.wcpscwc-product-slider .products li {
    margin: 0 10px !important;
    padding: 15px 5px !important;
}
.related_prod .prouct-top img {
    margin: 25px auto !important;
    width: 60% !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none !important;
    /* margin: 0; */
    /* padding: 0; */
    position: relative;
    width: 46% !important;
    /* margin-left: 0px; */
    flex: 0 0 46%;
    flex-wrap: wrap;
    /* justify-content: center; */
}
.home-prodct-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left !important;
    width: 301px !important;
    flex: 0 0 301px !important;
    flex-wrap: unset;
}
}
@media screen and (max-width: 768px){
    .site-info p {
    padding: 20px 10px;
}
    .short_title, .short_title.vc_custom_1626430666007, .short_title.vc_custom_1626433790902, .short_title.vc_custom_1626433893698, .short_title.vc_custom_1626434346335, .short_title.vc_custom_1626434699331, .short_title.vc_custom_1626434813421 {
    padding-top: 200px !important;
    padding-bottom: 80px !important;
}
.getquote-popup {
    display: block;
    position: relative;
}
.getquote-popup .getquote-right form .new-get-quote .s_form-radio-cylender .checkcylender {
    justify-content: space-between;
    width: 100%;
}
.getquote-popup .getquote-right form .new-get-quote .s_form-radio-cylender .checkcylender span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
}
.getquote-popup .getquote-right form .new-get-quote .s_form-radio-cylender .checkcylender span.wpcf7-list-item {
    margin-left: 0px !important;
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
}
.getquote-popup .getquote-right form .wpcf7-response-output {
    position: relative;
}
.getquote-popup .getquote-right {
    background: #ffffff;
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 50px 20px 30px;
}
.popmake.pum-container button.pum-close.popmake-close {
    top: 0;
    right: 0;
    box-shadow: none !important;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Poppins';
}
.getquote-popup .getquote-right form .full-files span.ajax-loader {
    position: absolute;
    right: 0;
}
.getquote-popup .getquote-right form .full-files {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.pum {
    padding: 0 !important;
}
.pum-container.popmake.size-custom.custom-position {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    width: 100% !important;
    left: 0 !important;
}
.getquote-popup .getquote-left{display:none;}

    .register-form .Form-Leftbar {
    height: 300px;
    overflow: hidden;
}
.formright-title h5 {
    font-family: 'Poppins';
    font-size: 24px;
    margin-bottom: 0;
}
.register-form .Form-Leftbar .backtohome {
    padding-left: 15px;
    padding-top: 0;
    display: none;
}
.register-form .form-rightbar .logi-register {
    max-width: 100%;
    padding: 10px 15px 10px 15px;
    height: 100vh;
}
.register-form .form-rightbar {
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.register-form .Form-Leftbar .Formcontent h2 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.75px;
    text-align: left;
    color: #ea3f3f;
    display: inline-block;
    margin-bottom: 20px !important;
    padding-bottom: 0;
    border-bottom: 1px solid #ffffff;
}
.pravicy-policy-content .wpb_wrapper {
    padding: 0;
}
.pravicy-policy-content {
    padding: 40px 15px;
}
.pinbar {
    display: none;
}
.formright-title {
    padding: 20px 15px 0px 15px;
}
.register-form .ur-frontend-form {
    padding: 20px 15px!important;
}
.register-form .ur-frontend-form .ur-form-grid {
    padding: 0 !important;
}
.register-form .form-rightbar .logi-register form {
    position: absolute;
    width: 90%;
    left: 20px;
    top: 20px;
    transform: inherit;
}
.register-form .Form-Leftbar .Formcontent {
    position: relative;
    top: inherit;
    left: 0px;
    transform: inherit;
}
    .footer-above-section .footer-scoials ul {
    justify-content: center;
}
.mob-menu-header-holder .mob-menu-logo-holder img {
    max-width: 70%;
    height: auto !important;
}
.Service-bar {
    padding: 40px 15px 10px 15px!important;
}
.Service-bar .vc_row .Service-bar-boxes .vc_column-inner {
    margin-bottom: 30px;
}
.Service-bar .vc_row .Service-bar-boxes .service-content .service-content-bar h4, .Service-bar .vc_row .Service-bar-boxes .service-content .service-content-bar p {
    text-align: center;
}
.Service-bar .vc_row .Service-bar-boxes .service-content .service-content-bar h4{
    font-size: 18px;
}
.Service-bar .vc_row {
    padding: 0 4%;
    margin-bottom: 0;
}
.banner-inner {
    padding-top: 70px !important;
    padding-bottom: 30px;
}
.banner-inner .banner-tiitle {
    font-size: 30px !important;
    margin-bottom: 5px;
}
.Services-barinner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.Services-barinner .services-box {
    flex: 0 0 50%;
    max-width: 50%;
}
.Services-barinner .services-box p {
    font-size: 14px !important;
}
.center-paragraph {
    padding: 0 25px;
}
.contact-info ul li a {
    justify-content: flex-start;
    padding: 13px 0;
}
.Commercial-LPG {
    padding: 40px 0 0 0 !important;
}
.zig-zag-heading {
    font-size: 30px !important;
    line-height: 40px;
}
.satifaction-section h2 b {
    font-size: 30px;
    font-family: 'Poppins';
    line-height: 32px;
}
.satifaction-section h2 {
    font-size: 20px;
}
ul.custom-serv li {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}
.join-now button {
    padding: 10px 30px!important;
    font-size: 16px !important;
}
.LPG-Services {
    padding: 40px 15px 0 15px !important;
}
.services-box h2.vc_custom_heading {
    margin: 0 0 0px 0px;
    font-size: 30px !important;
}
    p{
        font-size: 16px !important;
    }
    a.pp_close {
    right: 0%!important;
    top: -20px !important;
}
    .weoffer h2.vc_custom_heading {
    margin-bottom: 50px;
    font-size: 30px !important;
}
.promisebar {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.videobar h2 br {
    display: none;
}
.prod_details h2.product_category_title {
    text-align: center;
}
.prod_details h1.product_title.entry-title {
    text-align: center;
}
.woocommerce div.product form.cart .variations td, .page-id-82 .woocommerce div.product form.cart .variations td {
    justify-content: center;
}
.woocommerce div.product form.cart .variations td > div {
    margin: 0 0px 0px 20px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled ul {
    
    text-align: center;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled p {
    max-width: 100%;
    text-align: center;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
 
    right: 0;
    
    justify-content: center;
    width: 100%;
}

.mobile-slider{
display:block;  
    
}
.bannerbar-slider::before{
    
    display:none;
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup li a.bannerbtn {
    padding: 13px 40px;
   
}

.home-prodct-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
    width: 226px !important;
    flex: 0 0 226px !important;
    
}
.videobar h2.vc_custom_heading {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.5;
}
.delivery-section .services-content p {
   
    width: 100%;
    font-size: 16px;
}
.footer-subscribe input.wpcf7-form-control.wpcf7-submit {

    padding: 0 40px;
    
}
.footer-inner .footer-widget h3 {
    
    font-size: 20px;
}
.footer-inner .footer-widget-box li {
  
    font-size: 16px;
}
.Ordernow-bar .vc_col-sm-3 {
    width: 100%;
}
.Ordernow-bar .vc_col-sm-6 {
    width: 100%;
}
.Ordernow-bar .listing.mb-50 {
    margin-bottom: 30px;
}
.Ordernow-bar .listing .icon {
    margin-bottom: 10px;
}
.Ordernow-bar .listing:hover img {
    transform: scale(1);
}
.Ordernow-bar .listing .content {
    padding-right: 0;
}
.Ordernow-bar .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper {
    display: flex;
    justify-content: space-between;
}
.Ordernow-bar .listing .content h4 br {
    display: none;
}
.Ordernow-bar .listing {
    display: flex;
    align-items: center;
    position: relative;
    right: 0;
    max-width: 50%;
    flex-direction: column-reverse;
    text-align: center;
    flex: 0 0 50%;
}
.Ordernow-bar .listing .content p br {
    display: none;
}
.Ordernow-bar .listing .content h4 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}
.Ordernow-bar .listing .content p {
   
    text-align: center;
 
}
.Ordernow-bar .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper .listing-right .listing {
    flex-direction: column;
    /* justify-content: center; */
}
.Ordernow-bar .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper .listing-right {
    display: flex;
}
.listing-right .listing .content h4, .listing-right .listing .content p {
    text-align: center;
}
.listing-right .listing ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.order-now-bottom h6 {
    font-weight: normal;
}
.listing-right .listing ul li {
    font-size: 16px;
    text-align: center;
    
}
.left-delivery-img {
    margin-top: 0;
}
.right-delivery {
    padding-left: 0px !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.vc_custom_1626179365260 , .left-delivery-img img{display:none;}

.Ordernow-bar {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}
.delivery-section {
    margin-top: 0px;
}
.right-delivery h2 br {
    display: none !important;
}
.right-delivery h2 {
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 30px !important;
}
.right-delivery h2::before {
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.delivery-section .services-content .delivery-services ul {
  
    margin-top: 0;
}
.home-testimonial {
    max-width: 100%;
    margin: auto;
}
.download-buttons {
    padding-right: 0px;
    margin-top: 30px;
 
}
section.vc_section.about-get-gas.vc_custom_1624883350643 {
    margin-top: 0 !important;
}
.about-get-gas h2 {
    margin-bottom: 30px !important;
}
.about-get-gas .wpb_text_column.wpb_content_element {
    max-width: 100%;
    margin: auto auto 25px auto;
    padding: 0 20px;
}
.about-get-gas h2 br {
    display: none;
}
.page-id-82 ul.products li.product a img {
    margin-top: 0;
}
.page-id-82 ul.products li.product a img {
    width: 60% !important;
    margin: 25px auto !important;
}
.page-id-82 ul.products li.product {
  
    padding-top: 30px;
}
.page-id-82 ul.products.columns-4 {
    margin: 0rem 30px 0 30px;
    padding-top: 20px;
}

}


@media screen and (max-width: 767px){
.weoffer-row .vc_col-sm-2 {
    flex: 0 0 50%;
    max-width: 50%;
    flex-wrap: wrap;
    margin: 0 0 50px 0px;
}
.withoutlogin {
    max-width: 90% !important;
}
.page-id-2 .weoffer-row .vc_col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 0 50px 0px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.weoffer-row {
    display: block;
    justify-content: space-between;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::after {
   display:none;
}
.promisebar .promise-title {
    
    display: block;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::before {
   display:none;
}
.promisebar {
    padding-top: 40px !important;
}
.FAq-bar .vc_column-inner {
    padding: 0;
}
.mob-menu-header-holder {
    border-bottom: 1px solid #d4d8da;
}
.Services-barinner .services-box:first-child::after, .Services-barinner .services-box:nth-child(3)::after{
    display: none;
}
.footer-inners.suscribes .wpcf7 form.invalid .wpcf7-response-output, .footer-inners.suscribes .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #ffffff;
}
.footer-inners.suscribes .wpcf7-not-valid-tip{
    text-align: left;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__header .accordion__title {
    padding-right: 20px;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    font-weight: normal;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__body {
    padding: 0 10px 10px;
}
.FAq-bar .helpie-faq.accordions .accordion li.accordion__item .accordion__body ul li{font-size: 16px;}
.promisebar .promise-title h4 {
    margin: 0 0px 20px 0;
    padding-right: 0px;
   
}
.left-delivery-img .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.blank-space {
    display: none;
}
.weoffer .weoffer-row .weofer-box {
    width: 100%;
    margin: 0 0 35px 0;
}
.promisebar .promise-title h4::after {
    bottom: 0;
    left: 46%;
    transform: translate(-50%, -0%);
}
.home-product-boxes .home-product-boxes-in .vc_column-inner {
    margin-bottom: 25px;
}
section.vc_section.Ordernow-bar {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.weoffer .weoffer-row .weofer-box h4 {
    letter-spacing: 0.24px;
}
.Ordernow-bar h2 {
   
    margin-bottom: 0;
   
}
.weoffer-row {
    display: flex;
    flex-wrap: wrap;
}
.videobar {
    padding-top: 0px !important;
 
}
.footer-inner .footer-widget-box {
    position: unset;
    z-index: unset;
}
.order-now-bottom .weofer-box:before{
    
display:none;   
}
.right-delivery h2 {
    
    text-align: center !important;
}
.delivery-section .services-content p {
  
    text-align: center;
}
.delivery-section .services-content .delivery-services ul li {
    font-size: 16px;
    letter-spacing: 0.29px;
    text-align: left !important;
    font-weight: 500;
}
.download-app-section {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}
.promisebar.testimonial-bar {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.right-delivery ul.btngroup {
    justify-content: center;
}
.download-head h3.vc_custom_heading {
   
    text-align: center !important;
}
.download-head h6 {
    text-align: center !important;
    margin-bottom: 5px;
}
.download-head h3.vc_custom_heading {
    line-height: 35px!important;
    font-size: 30px !important;
    font-weight: normal;
}
.download-buttons .wpb_single_image.vc_align_left {
    text-align: center;
}
.download-buttons {
    display: flex;
    justify-content: center;
}
.bannerbar-slider .getgas-banner .banner-left h3 br {
    display: none;
}
.bannerbar-slider .getgas-banner .title {
    justify-content: left;
}
.bannerbar-slider::before{
display:none;   
    
}
.bannerbar-slider .getgas-banner .banner-left ul.btngroup {
  
    justify-content: left;
   
}
.weoffer {
    padding-top: 0px!important;
    padding-bottom: 0px;
}
.promisebar .promise-title {
    padding: 0 0px;
}
.promisebar .promise-title {
    margin-bottom: 40px !important;
}
.promisebar .promise-title p {
   
    max-width: 100%;
    text-align: center;
  
}
.home-product-boxes.mb-50 {
    margin-bottom: 0px !important;
}
.promisebar .promise-title h4 {
    text-align: center;
    padding-right: 0;
    height: auto;
    justify-content: center;
    margin-bottom: 10px !important;
    padding-bottom: 20px;
    font-size: 30px !important;
}
.promisebar .promise-title h4::before{
    
    display:none;
}
.about-get-gas {
    padding: 40px 0 20px 0!important;
}
.footer-inners.footer-scoials {
    margin-top: 20px;
    margin-bottom: 20px;
}
.download-app-section .vc_row {
    display: flex !important;
    align-items: center;
}
.download-app-section .vc_row .wpb_column.vc_column_container.vc_col-sm-6 ,
.download-app-section .vc_row .download-head.wpb_column.vc_column_container.vc_col-sm-6{
    width: 100%;
}
.form-rightbar h2.wpb_heading {
    margin-bottom: 0px !important;
    padding: 0 15px;
    font-size: 26px;
    margin-top: 25px;
}

.hero-banner-form .getgas-banner {
    width: 100% !important;
}
.hero-banner-form .wpcf7 {
    position: unset !important;
    transform: unset !important;
    margin: 30px auto 20px;
    width: 92%;
}
.rg-bx {
    padding: 10px 5px;
}
.col-three {
    width: 100%;
}
.col-two {
    width: 100%;
}
body .cyld-img {
    background-size: 200px !important;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid:nth-child(1n+2) {
    border-left: none;
}
.user-registration .ur-form-row .ur-form-grid {
    margin-bottom: 0 !important;
}
.tms-in iframe {
    height: 300px;
}
.pop-body h1 {
    font-size: 24px;
}
#termsModal .pop-center {
    padding-top: 110px;
}

.pop-body {
    padding: 25px 15px;
}

#myModal .modal-content.prod_details {
    max-width: 100%;
    width: 95%;
}
.full-width.deliver-box {
    margin-top: 40px;
}
.form-rightbar .alert {
    padding: 0 15px;
}
form#customer_login {
    padding: 0 15px;
    margin-top: 30px;
}
.modal {
    padding: 30px 0 !important;
}
.left-col .backtohome {
    display: none;
}

.left-col .Formcontent {
    position: unset;
}
.custom-register .row {
    padding: 0;
}
.left-col .card.bg-light {
    padding-left: 20px;
    padding-top: 200px;
}
}
@media screen and (max-width: 574px){
.page-id-2 .weoffer-row .vc_col-sm-2 {
    flex: 0 0 47%;
    max-width: 47%;
    flex-wrap: wrap;
    margin: 0 8px 12px 0px;
    background: #f5a93f;
    padding: 20px 0;
}
.custom_buttons {
    margin-top: 20px;
}
#myprofile form {
    max-width: 100%;
}
#myprofile form .det-box {
    flex: 0 0 100%;
    max-width: 100%;
}


.vc_row.wpb_row.vc_inner.vc_row-fluid.weoffer-row {
    display: flex;
    justify-content: center;
}
.weofer-box h4.vc_custom_heading {
    font-size: 16px !important;
}

.mob-order-2 {
    display: flex;
    order: 2;
}

.mob-order-1 {
    display: flex;
    order: 1;
}

.mob-order-3 {
    display: flex;
    order: 3;
}

.mob-order-1 img {
    height: 240px !important;
    object-fit: contain;
}


.videobar {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.form-group button#CustomerLogin {
    width: 100%;
    max-width: 150px;
    display: block;
    float: none;
    margin: auto;
}
.form-rightbar .vc_empty_space {
    display: none;
}
form.search-form label {
    flex: 0 0 80%;
}
form.search-form {
  
    justify-content: space-between;
    
}
body.error404 div#content {
    padding: 50px 15px 50px 15px;
    text-align: center;
}
body.error404 button.search-submit {
    flex: 0 0 20%;
}

form.search-form {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: baseline;
}

form.search-form label {
    flex: 0 0 70%;
}
.get-inquery-form {
  
    width: 100%;
    margin: auto;
    padding: 10px;
  
}
.get-inquery-form .half-width {
    flex: 0 0 100%;
    max-width: 100%;
   
}
.modal-content.prod_details h1 {
   
    font-size: 32px;
  
}

.contact-inner-info .col-50 {
    flex: 0 0 100%;
    flex-wrap: wrap;
    max-width: 100%;
}
.zig-zag-heading:after{
display:none;   
    
}
.new-get-quote .s_form-feild input, textarea {
   
    margin-bottom: 0;
}
.contact-page .col-100 {
 
    margin-top: 20px;
}
.contact-inner-info .col-50 label {
   
    margin: 20px 0px 10px 0 !important;
   
}
.contact-detilas-page .zig-zag-heading {
   
    text-align: center !important;
    font-size: 32px !important;
}
.contact-inner-info .col-50 input, textarea , .new-get-quote .s_form-feild input, textarea {

    height: 52px;
}
.home-prodct-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
    width: 242px !important;
    flex: 0 0 242px !important;
    
}
.wcpscwc-product-slider .slick-slide img {
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
}
.woocommerce div.product form.cart .variations td, .page-id-82 .woocommerce div.product form.cart .variations td {
    padding-right: 0;
}
.woocommerce div.product form.cart .variations td > div {
    margin: 0 7px 0px 7px;
}
div#n2-ss-2 .n2-ss-slide {
  
    padding-bottom: 40px !important;
}
.page-id-82 h2.product_category_title span {
    font-size: 25px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled p {
    max-width: 100% !important;
    text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none !important;
    /* margin: 0; */
    /* padding: 0; */
    position: relative;
    width: 100% !important;
    /* margin-left: 0px; */
    flex: 0 0 100%;
    flex-wrap: wrap;
    /* justify-content: center; */
}
.woocommerce div.product form.cart .variations td, .page-id-82 .woocommerce div.product form.cart .variations td {
   
    justify-content: center;
}
.woocommerce .single-product h2.product_category_title {
   
    text-align: center;
}
.woocommerce .single-product div.product .product_title {
   
    text-align: center;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled ul li {
   
    text-align: center;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled p {
   
    padding: 0 20px;
}
.product_meta {
    text-align: center;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {

    right: 0 !important;
   
    float: none !important;
    justify-content: center;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner h4 {
    font-size: 20px !important;
}
.weoffer .weoffer-row .weofer-box .weofer-box-img {
    margin-bottom: 10px;
}
.Ordernow-bar h2 {
    margin-bottom: 25px;
    padding-bottom: 23px;
    font-size: 30px !important;
}
.download-head b {
    font-size: 30px;
    line-height: 35px;
    color: #ea3f3f;
    font-weight: 500;
}
.weoffer-row {
    display: flex;
    flex-wrap: wrap;
}
.promisebar .promise-title {
    
    align-items: center;
    justify-content: center;
}
.footer-above-section {
    
    flex-wrap: wrap;
}
.footer-inners {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.footer-inner {
    
    display: block;
    
}
.footer-inner .footer-widget-box:first-child {
    width: 100%;
    text-align: center;
}
.footer-inner .footer-widget-box {
    width: 100%;
    padding: 0;
    text-align: center;
}
.footer-inner .footer-widget h3::after {
   
    margin: 10px auto auto auto !important;
}
#menu-footer-nav li {
 
    text-align: center;
   
}
.site-info p {
   
    font-size: 14px;
}
.promisebar .promise-title {
 
    display: block !important;
   
}
.promisebar .promise-title h4::after {
  
    left: 50%;
   
}
.Ordernow-bar .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper {
   
    flex-wrap: wrap;
}
.Ordernow-bar .listing {
   
    max-width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
}
.Ordernow-bar .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper .listing-right {
    flex-wrap: wrap;
}
.weoffer .weoffer-row .weofer-box {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::before {
   display:none;
}
.weoffer .weoffer-row .weofer-box.weofer-box-shape::after {
   display:none;
}

.home-prodct-slider ul.products.columns-4.slick-initialized.slick-slider {
    height: 540px;
    overflow: hidden;
}
.new-get-quote .s_form-feild {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
        margin-bottom: 20px;
}
.new-get-quote {
   
    padding: 10px;
}

.single-product .summary.entry-summary {
    padding-top: 0;
}
.prod_details form.cart div.quantity {  
    justify-content: center;
}
.single-product .woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none !important;
}
.prod_details .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled p {
   
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
}
.modal-content.prod_details {
    max-width: 80%;
   
}
.footer-subscribe input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    margin-top: 15px;
}
.footer-subscribe {
    position: relative;
    text-align: center;
}
.footer-subscribe input.wpcf7-form-control.wpcf7-submit {

    width: 100%;
}
.page-id-82 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
    flex: 0 0 100%!important;
}
.related_prod ul, .woocommerce ul.products {
       margin: 0;
    justify-content: center;
}
.related_prod ul, .woocommerce ul.products li {
     width:100% !important;
}
.footer-subscribe input.wpcf7-form-control.wpcf7-submit {
    background-image: none !important;
}
.logi-register .col-md-6.col-sm-12 {
    flex: 0 0 100%;
    padding: 0 30px;
    flex-wrap: wrap;
}
.logi-register #email input{
	width: 85%;
}
.right-login .card.bg-light {
    padding-top: 20px;
}
.bg-light {
    background-color: transparent !important;
}
span.forget-btns a {
    margin-left: 0px;
}
span.forget-btns {
    margin-top: 10px;
    display: inline-block;
	width:100%;
	
}
.card-bglight {
    padding: 0 20px;
}
.right-login .card-body {
    padding-top: 20px;
}
.logi-register .row {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
}
.custom-register .row {
    padding: 0;
}
.two-col-fild-pas {
    display: block;
}
.custom-login .row {
    padding: 0;
}

.left-login .Formcontent {
    position: unset;
}

.left-login .backtohome {
    display: none;
}

.custom-login .left-login {
    padding-top: 150px !important;
    padding-left: 20px !important;
}

.custom-login h4.card-title.mt-3.text-center {
    display: none;
}
.right-login .card-bglight {
    padding-top: 20px;
}
.right-login {
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 50px !important;
}
}
@media screen and (max-width: 540px){
    .terms-cond input[type="checkbox"] {
    width: 25px;
    margin: 0;
}
.formright-title h5 {
   
    font-size: 21px;
   
}
.Formcontent p br {
    display: none;
}
    .home-prodct-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 226px !important;
    flex: 0 0 226px !important;
}
.mobile-img {
    display: block;
}
.desktop-img {
    display: none;
}

.table-resposive {
    width: 100%;
    margin: 20px auto 20px auto;
    overflow-x: auto;
}
.banner {
    padding-top: 50px;
    padding-bottom: 20px
}
.banner .inner-content h2 {
font-size: 30px;    
}
.product-template-default .related_prod ul.products li.product {
    flex: 0 0 90% !important;
    max-width: 90%;
    
}
.center-paragraph {
    margin: auto;
    max-width: 100%;
    padding: 0px 20px;
}
.satifaction-section h2 {
    
    text-align: center !important;
}
.lpg-services-section h2 {
    margin-bottom: 0;
}
ul.custom-serv {
    
    margin: 20px 0 0 0;
    text-align: center;
}
.lpg-servces-row {
    margin: 30px 0;
}
.wcpscwc-product-slider .products li {
    margin: 0 14px !important;
    padding: 10px 5px !important;
}   
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626928877413 {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/cylinder-test.png?id=1210) !important;
}

.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934250461{
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/wholesale.png?id=1224) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934268742{
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/festival-supply.png?id=1223) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934293253{
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/repaint.png?id=1222) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626934324759 {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/disposal.png?id=1221) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929014654{
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/delivery-truck.png?id=1214) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929037937{
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/gas-fiting.png?id=1212) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner.vc_custom_1626929061017 {
    background-image: url(https://www.thegetgas.co.nz/wp-content/uploads/2021/07/refilling.png?id=1213) !important;
}
.home-product-boxes .home-product-boxes-in .vc_column-inner h4, .home-product-boxes .home-product-boxes-in .vc_column-inner p {
    color: #ffffff !important;
}
.register-form-new {
    padding: 10px;
}
.one-row-fildes {
    display: block;
}
.two-col-fild-del {
    display: block;
}
.two-col-iiner {
    flex: 0 0 100%;
    max-width: 100%;
}

h3.vc_custom_heading.login-title {
    padding: 0 10px;
    margin-top: 25px;
    font-size: 25px !important;
}
.login-form {
    padding: 0 20px;
}
.login-btn {
    text-align: center;
}
.register-form-new .sub-btn {
    text-align: center;
    margin-top: 20px;
}
}
@media screen and (max-width: 414px){

.home-testimonial div#wptww-testimonials-slidelist-1 button.slick-prev.slick-arrow{
    
    top:275px !important;
    
    
}
.bot-btn {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 25px;
   
}
.bot-btn input#submit {
    width: 80%;
    margin-bottom: 15px;
}
.bot-btn button#change_password {
    width: 80%;
    margin: auto;
}
body.error404 button.search-submit:before {
   
    left: 10px;
}
.home-testimonial button.slick-next.slick-arrow {
   
    top: 275px !important;
 
}
.home-prodct-slider ul.products.columns-4.slick-initialized.slick-slider {
    height: 540px;
    overflow: hidden;
}
.home-prodct-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
    width: 384px !important;
    flex: 0 0 384px !important;
    
}
.wcpscwc-product-slider .products li {
    margin: 0 0px !important;
}

.center-paragraph {
    padding: 0 20px;
}
section.vc_section.satifaction-section {
    padding: 40px 0px !important;
}
.satifaction-section h2 {
    text-align: center !important;

}

ul.custom-serv {
    
    margin: 20px 0 0 0;
}
.lpg-servces-row {
    margin: 30px 0;
}
.banner-inner {
   
    justify-content: space-between !important;
}
p#breadcrumbs {
   
    font-size: 16px;
}
.footer-above-section:after{
    
    display:none;
    
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
}

.banner-inner .banner-titile {
    font-size: 26px !important;
    margin-bottom: 5px !important;
}
}

@media screen and (max-width: 375px){
.bannerbar-slider .getgas-banner .banner-left h3 {
    font-size: 30px;
   
}
.custom_buttons {
    padding: 0 0px;
}
.join-now button {
    padding: 10px 30px!important;
    font-size: 16px !important;
}
.home-prodct-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
    width: 345px !important;
    flex: 0 0 345px !important;
    
}

.bannerbar-slider .getgas-banner .banner-left ul.btngroup li a.btnyellow {
    display: inline-block;
}

.weoffer-row .vc_col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0 0 20px 0px;
}
.right-delivery ul.btngroup {
    display: block;
    
    text-align: center;
}
.home-testimonial div#wptww-testimonials-slidelist-1 button.slick-prev.slick-arrow {
    bottom: -15px !important;
    top: unset !important;
}
.home-testimonial button.slick-next.slick-arrow {
    bottom: -15px !important;
    top: unset !important;
}
}
@media screen and (max-width: 320px){
.home-prodct-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  
    width: 290px !important;
    flex: 0 0 290px !important;
    
}   
.bot-btn button#change_password {

    padding: 10px 15px;
    
}
.home-testimonial div#wptww-testimonials-slidelist-1 button.slick-prev.slick-arrow {
    bottom: -15px !important;
    top: unset !important;
}
.home-testimonial button.slick-next.slick-arrow {
    bottom: -15px !important;
    top: unset !important;
}
.page-id-2 .weoffer-row .vc_col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
   
}   
}
/* 4-10-2023 */
.prouct-top h2.woocommerce-loop-product__title {
    display: block !important;
}
.loginfromstore .modal-content{
    width: 100%;
}
.quotefromstore .modal-content{
    width: 100%;
}
.loginfromstore label, .quotefromstore label {
    bottom: 50px !important;
    left: 0 !important;
}
.modal-body {
    margin: 26px auto !important;
}
.modal-body .form-group.input-group {
    margin-bottom: 25px;
}
.row.cus-row-data {
    margin: 0 50px;
}
 h2.woocommerce-loop-product__title {
    /*background: #eeeeee;*/
display: block !important;
}
.col-md-12.text-right.addproduct-btns span.total-item {
    width: 138px;
}
.col-md-12.text-right.addproduct-btns span.net-amount {
    width: 138px;
}
.single_variation_wrap a {
    border-radius: 4px;
}
.single_variation_wrap a span {
    color: #fff !important;
}
ul.products.columns-4 li.product span.minus, span.plus {
    height: 34px;
    width: 38px;
    margin: 9px 0;
    line-height: 31px;
}
.new-order-list {
    margin-top: 33px !important;
}
@media(max-width:462px){
	button#CustomerLogin {
    margin-left: 20px !important;
}
}
@media(max-width:767px)
{
	.page-id-82 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    max-width: 100% !important;
    height: auto !important;  
margin:0 !important;
    margin-bottom: 28px !important;	
	    display: block !important;
}

ul.products.columns-4 {
    padding-left: 0 !important;
}
section.related.products ul h2, .page-id-82 h2.product_category_title {
    display: block !important;
}
.product-image {
    text-align: center !important;
}
.body-card-inner.pro-info {
    padding-left: 0 !important;
}
.body-card-inner.pro-info .offset-1 {
    margin-left: 0 !important;
}
}