.select2-dropdown.select2-dropdown--below{
	z-index:1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'EB Garamond', serif !important;
}

#page-title.page-title-mini h1 {
  font-size: 30px
}

.icon-email{
	font-size: 1.25rem;
    color: orange;
    margin-right: 14px !important;
}

.icon-facebook{
	    font-size: 1.25rem;
    color: blue;
}
.iconlist a{
	font-size: 1.25rem;
}

.services-section p {
	font-size:18px;
	line-height:30px;
}

.padding-0 {
  padding: 0px;
}

.topnav {
  overflow: hidden;

  background-color: #0f7d65;

  min-height: auto;

  padding: 4px 0px 6px 0px;
}

.social-icons {
  float: right;
}

.topnav .details {
  display: inline-block;
}

.topnav .details p {
  margin-bottom: 0px;

  padding: 2px 0px 2px 2px;
}

.topnav .details a {
  color: #fff;

  font-size: 13px;
}

.topnav .details a:hover {
  text-decoration: underline !important;
}

ul.top-list {
  margin: 0px;

  padding: 0px;
}

ul.top-list li {
  display: inline-block;

  color: #fff;

  font-size: 12px;
}

ul.top-list li:nth-child(1) {
  border-right: 1px solid #fff;

  padding-right: 8px;

  margin-right: 8px;

  line-height: 12px;
}

ul.top-list li a {
  color: #fff;
  text-decoration: underline !important;
}

ul.top-list li a:hover {
  text-decoration: none !important;
}

.social-icons i:before,
.social-icons em:before {
  color: #fff;
}

.primary-menu {
  text-align: right;

  float: right;

  display: inline-block;
}

.menu-link.active {
  background-color: #0074c6;
  color: white;

}

ul.menu-container li.menu-item {
  display: inline-block;
  text-align: left;
}

ul.menu-container li.menu-item .sub-menu-container li.menu-item {
  width: 200px;
}

.header-size-custom .menu-container>.menu-item>.menu-link,
.sub-menu-container .menu-item>.menu-link {
  font-family: Roboto !important;
  font-weight: 300;
  letter-spacing: 1px;
}

.sub-menu-container .menu-item>.menu-link.active {
  color: #fff;
}

.header-size-custom .menu-container>.menu-item>.menu-link:hover,
.menu-item.active > a {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  background-color: #0074c6;
  color: #fff;
}

.header-size-custom .menu-container>.menu-item:nth-child(3)>.menu-link,
.header-size-custom .menu-container>.menu-item:nth-child(3)>.menu-link:hover {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.section-yogas .card {
  border-top-left-radius: 60px;

  border-top-right-radius: 8px;

  border: 0;

  border-top: 20px solid #7e9680;

  border-top-color: var(--themecolor, #7e9680);
}

.sub-menu-container .menu-item:hover>.menu-link {
  background-color: #f9f9f9;

  padding-left: 18px;

  font-weight: 300;

  letter-spacing: 1px;
}

.checkout.woocommerce-checkout .col-1,
.checkout.woocommerce-checkout .col-2 {
  max-width: 100% !important;
  flex: 1;
}

.woocommerce-additional-fields {
  padding-top: 30px;
}

.woocommerce-additional-fields::before {
  display: block;
  content: "Tank Information";
  color: #09325E;
  font-size: 24px;
}

.woocommerce-additional-fields__field-wrapper>p:first-child {
  padding-top: 20px;
}

.woocommerce-additional-fields__field-wrapper::before {
  display: block;
  content: "*If this is an emergency fuel order please call (631) 665-8800";
  color: red;
  font-size: 22px;
  font-family: 'EB Garamond', serif !important;
  font-weight: 300;
}

.woocommerce-additional-fields__field-wrapper p.form-row.form-row-wide:nth-child(1)::after {
  display: block;
  content: "Order by 11 am to receive same day delivery. If ordering after 11 am, please call the office to confirm if same day delivery is available.";
  color: #555;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: 'EB Garamond', serif !important;
  font-weight: 300;
}

/*.woocommerce-shipping-fields {
  padding-bottom: 20px;
}
.woocommerce-shipping-fields::after {
  display: block;
  content: "Tank Information";
  color: #09325E;
  font-size: 24px;
}*/


/*.woocommerce-additional-fields h3:after {
  display: block;
  content: "*If this is an emergency fuel order please call (631) 665-8800";
  color: red;
  font-size: 18px;
}*/

label[for="additional_tank_location_1"]:nth-child(1):after {
  display: block;
  content: "Tank Location Please select the location to where your oil tank is located in your home.";
  font-size: 18px;
}

#additional_tank_location_field {
  display: flex;

  flex-direction: column;
}

#additional_tank_location_field span,
#additional_tank_location_field label {
  width: 100%;
}

#additional_tank_location_field .woocommerce-input-wrapper {
  position: relative;

  width: 30%;

  height: 170px;

  align-self: center;
}

#additional_tank_location_field .woocommerce-input-wrapper input,
#additional_tank_location_field .woocommerce-input-wrapper label {
  position: absolute;
}

#additional_tank_location_1 {
  bottom: 0;

  left: 46%;
}

label[for="additional_tank_location_1"] {
  bottom: 15px;

  left: 44%;
}

#additional_tank_location_2 {
  top: 45%;

  left: 0%;
}

label[for="additional_tank_location_2"] {
  top: 44%;

  left: 20px;
}

#additional_tank_location_3 {
  top: 0%;

  left: 46%;
}

label[for="additional_tank_location_3"] {
  top: 25px;

  left: 45%;
}

#additional_tank_location_4 {
  top: 45%;

  right: 0%;
}

label[for="additional_tank_location_4"] {
  top: 44%;

  left: 100%;
}

#additional_tank_location_field .woocommerce-input-wrapper::before {
  position: absolute;

  top: 35%;

  left: 39%;

  content: "";

  display: block;

  height: 50px;

  width: 50px;

  border: #0074c6 solid 2px;
}

.order-your-fuel p {
  font-size: 14pt;
  line-height: 21pt;
}

.table.table-hover>thead>tr {
  background-color: #0074c6 !important;
}

.semantic_ui .ui.table td {
  padding: 5px 10px !important;
  text-align: inherit !important;
}

.footable .btn {
  display: inline-block !important;
  padding: 2px 8px !important;
}

.semantic_ui .ui.table thead tr>th {
  background: #0074c6 !important;
  color: #fff !important;
}

.foo-table.footable.table>thead>tr>th,
table th {
  padding: 8px 8px !important;
}

#footer.bg-color {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

#footer a,
#footer li {
  color: #000 !important;
}

.hero-diagonal::before {
  background-image: linear-gradient(to right,
      rgba(99, 139, 164, 1) 30%,
      rgba(126, 150, 128, 0.5) 100%);
}

#hero-image {
  position: relative;
}

#glass-text {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  text-align: center;
  border-radius: 6px;
}

.btn-primary {
  background-color: #0f7d65 !important;
  border: 1px solid #025442 !important;
}

.color {
  color: #0074c6 !important;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
  color: #0074c6 !important;
}

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: #0f7d65 !important;
  border: 1px solid #025442 !important;
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
  color: #ffbc00 !important;
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
  color: #ffbc00 !important;
}

.owl-carousel .testimonial {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border: 0;
  text-align: center;
}

.owl-carousel .testimonial-container {
  padding: 20px;
}

.round-testimonial-image {
  height: 80px;
  width: 80px !important;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
}

.owl-prev,
.owl-next {
  display: block !important;
  color: black !important;
  font-size: 60px !important;
}

.owl-carousel .owl-nav [class*="owl-"] {
  height: 65px;
  width: 65px !important;
  padding-bottom: 5px !important;
}

.states-ul li {
  font-size: 22px;
  color: black !important;
}

.wpcf7-form.init p {
  margin: 0;
}

.states-ul li {
  font-size: 16px;
  color: black !important;
  line-height: 28px;
}

/*.menu-item:hover,
.sub-menu-container:hover,
.sub-menu-container:hover a,*/
.sub-menu-container .menu-item:hover>.menu-link {
  background-color: #0074c6;
}

.menu-container>.menu-item:hover>a {
  background-color: #0074c6;
}

.menu-container>.menu-item:hover>a>div {
  color: #fff;
}

.sub-menu-container:hover>li>a:hover>div {
  color: #fff;
}

.menu-container .menu-item a div {
  font-weight: bold;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table--custom-fields.shop_table.custom-fields {
  border: 1px solid black;
}

.woocommerce-table--custom-fields.shop_table.custom-fields tr,
.woocommerce-table--custom-fields.shop_table.custom-fields td,
.woocommerce-table--order-details tr,
.woocommerce-table--order-details td {
  border: 1px solid black !important;

}




label,
.fbox-content h3 {
  font-family: 'EB Garamond', serif !important;
}

.section-img {
  height: 80%;
}

.woocommerce-order-received .woocommerce-order {
  width: 70%;
  margin: auto;
}

.woocommerce-order-received .woocommerce-order ul li {
  list-style: none;
}

.menu-container:not(.mobile-primary-menu) {
  justify-content: flex-end;
}

.service-area-from .btn-sm.btn-primary {
  padding: 5px 20px 5px;
  border-radius: 6px;
  line-height: 36px;
  color: #fff !important;
}

.button.button-small,
.btn-primary {
  color: #fff !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0074c6 !important;
  border-color: #015591 !important;
}

.woocommerce-order-received table tr {
  height: 0px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
  text-align: left;
}

#hero-image {
  min-height: 100vh;
  margin-bottom: 60px;
}

.downloadapp-logo {
  width: 200px;
}

a {
  color: #0074c6;
}

.email-contactus a {
  font-size: 16px;
  color: #0074c6;
}

h4.sorry-text {
  margin-bottom: 0;
  text-align: left;
}

/*#shipping_address_2 {
  margin-left: 100%;
}*/

/*#shipping_address_2 {
  margin-left: 100%;
}*/

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td,
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table td,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table th {
  border: 0;
  padding: 15px 10px;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .order-total {
  border-top: 0px solid var(--form--border-color);
}

#ship-to-different-address label {
  font-weight: 600;
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  padding-left: 0px;
  margin-top: 40px;
}

.woocommerce-checkout-review-order ul {
  margin: 0px 0;
  padding-left: 0;
}

.woocommerce-checkout-review-order-table td {
  padding: 0;
}

.shop_table.woocommerce-checkout-review-order-table tr {
  border: 1px solid #ddd;
}

.shop_table.woocommerce-checkout-review-order-table tr:hover {
  background-color: #f9f9f9;
}

/*.shop_table.woocommerce-checkout-review-order-table tr:nth-child(odd) {
  background-color: #f9f9f9;  
}*/
.shop_table.woocommerce-checkout-review-order-table tr.order-total {
  background-color: #0074c6;
  color: #fff;
}

.shop_table.woocommerce-checkout-review-order-table tr.tax-rate.tax-rate-us-tax-1 {
  background-color: #f2f2f2;
}

.table.table-hover tr td {
  padding: 5px;
  border: 0;
}

.table.table-hover tr th {
  border: 0;
  text-align: left;
}

.table.table-hover tr {
  border: 1px solid rgba(34, 36, 38, .1);
}

.table.table-hover a {
  padding: 2px 8px !important;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #444444;
  border-color: #000000;
}

.button.button-3d:hover {
  background-color: #0074c6;
  opacity: 1;
  color: #fff;
  border: 1px solid #1616e4;
}

.page-title-mini {
  width: 100%;
}
.logo-div {
    background-size: contain;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}
#logo a.standard-logo {
    padding: 10px 0;
    height: 100px;
    width: 100px;
}

#calculator {
  padding-top: 50px;
}

.woocommerce-shipping-totals.woocommerce-shipping-totals {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
}

.service-area-from .btn-sm.btn-primary:hover,
.service-area-from .btn-sm.btn-primary:focus {
  background-color: #0074c6;
  color: white;
  border-color: #0074c6;
  outline: 0px;
}

.app-download-section a {
  margin-bottom: 15px;
  display: inline-block;
}

.wpcf7-textarea {
  height: 120px;
  border: 1px solid #000;
}


ul.card-connect-allowed-cards {}

ul.card-connect-allowed-cards li {
  float: left;
  display: inline-block;
}

ul.card-connect-allowed-cards li img {
  width: 50px;
  margin-right: 5px;
}

.sub-heading-new {
  float: left;
}

.sub-heading-new .cash-image {
  margin-left: 10px;
}

h3.credit-card-text {
  margin-top: 40px;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}


.divider {
  margin: 1rem auto;
}

#faq1,
#faq2,
#faq3,
#faq4,
#faq5,
#faq6,
#faq7 {
  margin: 0 !important;
}

.fbox-bg.fbox-center {
  min-height: 220px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .email-contactus a {
    word-break: break-word;
  }

  .menu-link {
    font-size: 11px;
  }

  .footer-email,
  .footer-number {
    font-size: 14pt;
  }
}

@media screen and (max-width: 1024px) {
  #hero-image {
    min-height: auto;
    margin-bottom: 60px;
  }

  #hero-image h3 {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  .become-a-customer-section {
    background-size: contain;
  }

  .widget h3.mb-3 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {

  span.woocommerce-input-wrapper,
  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  #ship-to-different-address label {
    font-weight: 600;
    cursor: pointer;
    font-size: 24px;
    line-height: 36px;
    padding-left: 0px;
    margin-top: 40px;
  }

  #ship-to-different-address label span::before {
    top: 7px;
  }

  #ship-to-different-address label span::after {
    top: 10px;
  }

  .svg-trigger {
    width: 60px;
    height: 60px;
  }

  #logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  ul.menu-container li.menu-item {
    display: block;
  }

  ul.menu-container li.menu-item .sub-menu-container li.menu-item {
    width: 100%;
  }

  .header-size-custom .menu-container>.menu-item>.menu-link:hover {
    padding: 14px 5px;
  }

}

/* @media screen and (max-width: 991px) { */

@media only screen and (max-width: 767px) {
  .become-a-customer-section {
    background: green;
  }

  #additional_tank_location_field .woocommerce-input-wrapper {
    width: 65%;
  }

  ul.menu-container {
    flex-direction: column;
  }

  ul.menu-container li {
    width: 100%;
  }

  #logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #glass-text {
    position: static;
  }

  #hero-image {
    min-height: fit-content;
    margin-bottom: 0px;
  }

  ul.menu-container li.menu-item .sub-menu-container li.menu-item {
    width: 100% !important;
  }

  #logo a.standard-logo {
    display: block;
    height: 65px;
    padding: 5px 0;
  }

  #footer::after {
    background-image: none;
  }

  .text-left.app-download-section {
    margin-bottom: 30px;
  }

  #page-title.page-title-mini h1 {
    font-weight: 500;
    font-size: 24px;
  }

  .heading-block h3 {
    font-size: 24px !important;
  }

}

/* @media only screen and (max-width: 767px) { */

/*-----------kaptcha------------------*/
#kap{
  border-radius: 0;
}
.wpcf7-quiz-label{
  font-size: 18px;
}
.kaptcha label{
  display: flex;
  flex-direction: column;
}

/*-----------kaptcha------------------*/