/*
Theme Name: Polar Oils.
Theme URI: google.com
Description: The base theme for Polar Oils website.
Version: 1.0
Author: Shanmuganathan
Author URI: google.com.
*/

@font-face {
  /* font-family: "icomoon"; */
  src: url("../fonts/icomoon.eot?gz1coi");
  src: url("../fonts/icomoon.eot?gz1coi#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?gz1coi") format("truetype"),
    url("../fonts/icomoon.woff?gz1coi") format("woff"),
    url("../fonts/icomoon.svg?gz1coi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicahairline";
  src: url("../fonts/bwmodelica-hairline-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicathin";
  src: url("../fonts/bwmodelica-thin-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicalight";
  src: url("../fonts/bwmodelica-light-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicaregular";
  src: url("../fonts/bwmodelica-regular-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicamedium";
  src: url("../fonts/bwmodelica-medium-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicabold";
  src: url("../fonts/bwmodelica-bold-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicaextrabold";
  src: url("../fonts/bwmodelica-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bw_modelicablack";
  src: url("../fonts/bwmodelica-black-webfont.woff2") format("woff2"),
    url("../fonts/bwmodelica-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* font-family: "icomoon"; */
}
.icon-tower:before {
  content: "\e900";
}
.icon-meter:before {
  content: "\e901";
}
.icon-alert:before {
  content: "\e902";
}
.icon-user-lock:before {
  content: "\e903";
}
.icon-calendar:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
}
.icon-mobile:before {
  content: "\e906";
}
.icon-sensor:before {
  content: "\e907";
}
.icon-umbrella:before {
  content: "\e908";
}
.icon-lightning:before {
  content: "\e909";
}
.icon-plug:before {
  content: "\e90a";
}
.icon-lock:before {
  content: "\e90b";
}
.icon-users:before {
  content: "\e90c";
}
.icon-fuel-pump:before {
  content: "\e90d";
}
.icon-diesel:before {
  content: "\e90e";
}
.icon-gasoline:before {
  content: "\e90f";
}
.icon-heating-oil:before {
  content: "\e910";
}
.icon-linkedin:before {
  content: "\e911";
}
.icon-menu:before {
  content: "\e912";
}
.icon-deliver-oil:before {
  content: "\e913";
}
.icon-return:before {
  content: "\e914";
}
.icon-new:before {
  content: "\e915";
}
.icon-community:before {
  content: "\e916";
}
.icon-economy:before {
  content: "\e917";
}
.icon-sustainability:before {
  content: "\e918";
}
.icon-menu-fuel:before {
  content: "\e919";
}
.icon-menu-lube:before {
  content: "\e91a";
}
.icon-menu-store:before {
  content: "\e91b";
}
.icon-handshake:before {
  content: "\e91c";
}
.icon-economical:before {
  content: "\e91d";
}
.icon-environment:before {
  content: "\e91e";
}
.icon-technology:before {
  content: "\e91f";
}
.icon-satellite:before {
  content: "\e920";
}
.icon-cardlock:before {
  content: "\e921";
}
.icon-pump:before {
  content: "\e922";
}
.icon-deliver-transportation:before {
  content: "\e923";
}
.icon-deliver-aviation:before {
  content: "\e924";
}
.icon-deliver-mining:before {
  content: "\e925";
}
.icon-deliver-forestry:before {
  content: "\e926";
}
.icon-deliver-construction:before {
  content: "\e927";
}
.icon-deliver-automotive:before {
  content: "\e928";
}
.icon-deliver-agriculture:before {
  content: "\e929";
}
.icon-deliver-speciality:before {
  content: "\e92a";
}
.icon-facebook:before {
  content: "\f082";
}

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

.full-screen-wrapper {
  margin: 0px 200px !important;
}

body {
  color: #ffffff;
  background-color: #1d2325;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

.ease-element {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.darken-background {
  background-color: rgba(13, 25, 32, 0.8);
}

.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="file"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="url"],
.ui.form .field.error select,
.ui.form .field.error textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="file"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field select,
.ui.form .fields.error .field textarea {
  background: #232b2d;
  border-color: red;
  color: #ffffff;
}

.ui.form .field.error .input,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .fields.error .field label {
  color: red;
}

.ui.attached.error.message,
.ui.error.message {
  -webkit-box-shadow: 0 0 0 1px red inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px red inset, 0 0 0 0 transparent;
}

.ui.error.message {
  background-color: transparent;
  color: red;
}

.spread-content-horzntl {
  display: flex;
  justify-content: space-between;
}

.center-content-horzntl {
  display: flex;
  justify-content: space-between;
}

.place-content-center {
  display: flex;
  justify-content: center;
}

.vertical-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.horizontal-item {
  display: flex;
  justify-content: space-between;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 2rem;
  padding: 30px 0px 0px;
}

header .logo-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

header .logo-box .logo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

header.home {
  position: relative;
  z-index: 100;
}

header.lite {
  color: #ffffff;
}

header .logo {
  width: 82px;
}

header .affiliation-logo {
  width: 140px;
  margin-left: 30px;
}

header .logo-phillips {
  width: 65px;
  margin-left: 20px;
}

header .logo-aboriginal {
  width: 65px;
  margin-left: 20px;
}

header nav {
  display: flex;
  align-items: center;
}

header nav li {
  display: inline-block;
  margin: 0px 20px;
  text-transform: uppercase;
  font-family: "bw_modelicamedium";
  font-size: 0.9em;
}

header nav li.highlight {
  font-family: "bw_modelicamedium";
  border: 1px solid #fff;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 0.7em;
}

header nav li:last-child {
  margin-right: 0px;
}

header.lite nav li:hover {
  color: #1ec7fa;
}

header.dark nav li:hover {
  border-bottom: 1px solid #0b0c11;
}

header.lite nav li.highlight:hover {
  border: 1px solid #1ec7fa;
}

header .icon-menu {
  color: #ffffff;
  font-size: 1.5em;
  padding-right: 20px;
}

.mobile-menu-container {
  position: fixed;
  z-index: 3000;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
}

.mobile-menu-container .menu-overlay {
  position: fixed;
  z-index: 3000;
  height: 100%;
  width: 100%;
  background-color: rgba(30, 47, 53, 0.5);
  display: none;
}

.mobile-menu-container .mobile-menu {
  position: fixed;
  z-index: 3002;
  height: 100%;
  width: 80%;
  right: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #22363c;
  -webkit-box-shadow: -3px 0px 35px -5px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: -3px 0px 35px -5px rgba(0, 0, 0, 0.63);
  box-shadow: -3px 0px 35px -5px rgba(0, 0, 0, 0.63);
}

.mobile-menu-container .mobile-menu nav {
  width: 100%;
}

.mobile-menu-container .mobile-menu li {
  list-style-type: none;
  padding: 20px 30px;
  text-transform: uppercase;
  font-family: "bw_modelicaregular";
  font-size: 0.9em;
  border-bottom: 1px solid #19282c;
}

.mobile-menu-container .mobile-menu li:hover {
  background-color: #2a444d;
}

.mobile-menu-container .mobile-menu a:last-child li {
  border-bottom: none;
}

.banner-home {
  position: relative;
  height: 125vh;
}

.banner-home .frgrnd {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.banner-home .frgrnd .truck {
  display: flex;
  justify-content: center;
}

.banner-home .frgrnd .truck img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  height: 125vh;
  bottom: -103vh;
  width: auto;
}

.banner-home .bgrnd {
  position: absolute;
  z-index: 0;
  height: 100vh;
  width: 100%;
}

.intro-home .detail {
  font-size: 1.4em;
}

.content-section {
  padding: 100px 0px;
}

.hide-back {
  background-color: #1d2325;
}

.highlight-section {
  margin: 100px 0px;
}

.highlight-section.new_customer {
  background-color: #222a2c;
  padding: 70px 0px;
  margin: 0px;
}

.section-title {
  text-align: center;
  line-height: normal;
  font-family: "bw_modelicabold";
  font-size: 2.5em;
  margin-bottom: 60px;
}

.section-title .sublime {
  font-size: 0.7em;
}

.underlined-title {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: normal;
  font-family: "bw_modelicaregular";
  font-size: 1.6em;
  margin-bottom: 20px;
}

.detail-item .item-title {
  font-family: "bw_modelicabold";
  font-size: 1.6em;
}

.detail-item.about-highlight {
  padding: 0px 40px 40px;
}

.detail {
  width: 100%;
  margin-top: 20px;
  font-family: "bw_modelicaregular";
  font-size: 1.1em;
  line-height: 1.5em;
}

.detail.center {
  text-align: center;
}

.detail.justify {
  text-align: justify;
}

.offer-section .detail-item {
  width: 28%;
  justify-content: flex-start;
}

.offer-section .detail-item .item-banner {
  padding-top: 40px;
  text-align: center;
  width: 100%;
  overflow: auto;
}

.offer-section .detail-item .item-banner img {
  width: 90%;
}

.try-online .detail {
  font-family: "bw_modelicamedium";
  font-size: 1.5em;
  line-height: 1.7em;
  margin-bottom: 60px;
}

.serviceable-areas .map {
  width: 40%;
}

.serviceable-areas .state-list-container {
  display: flex;
  column-gap: 4em;
  margin-top: 5em;
}

.serviceable-areas .state-list-container .state-ist-wrapper .state-item {
  font-family: "bw_modelicalight";
  font-size: 1.1em;
  height: 3em;
  width: 20em;
  background-color: #272f31;
  margin-bottom: 2em;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 599px) {
  .serviceable-areas .map {
    width: 80%;
  }
  .serviceable-areas .state-list-container {
    display: flex;
    flex-direction: column;
  }
}

.fuel-lock-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 4em;
  row-gap: 4em;
  margin-top: 5em;
}

.fuel-lock-container .fuel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 13em;
  width: 13em;
  background-color: #272f31;
  border-radius: 0.4rem;
  padding: 1.5em 2em;
}

.fuel-lock-container .fuel-item p {
  font-family: "bw_modelicalight";
  font-size: 0.9em;
  text-align: center;
}

.fuel-lock-container .fuel-item .icon {
  color: #ffffff;
  font-size: 3.2em;
  padding-bottom: 0.3em;
}

button {
  font-family: "bw_modelicamedium";
  background-color: #ffffff;
  color: #0b0c11;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

button:focus,
a:focus {
  outline: none;
}

button:hover {
  background-color: #1d2325;
  color: #ffffff;
  border: 2px solid #ffffff;
}

button.big {
  padding: 25px 75px;
  border-radius: 100px;
  font-size: 1.4em;
}

button.small {
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 1em;
}

.center-section {
  display: flex;
  justify-content: center;
}

.top-section {
  display: flex;
  justify-content: flex-start;
}

.highlight-section.community {
  color: #ffffff;
  line-height: normal;
  background-color: #283336;
  margin: 200px 0px;
  height: 500px;
  position: relative;
}

.highlight-section.community.about {
  margin: 0px;
}

.highlight-section.community .banner {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.highlight-section.community .banner div {
  width: 25%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.highlight-section.community .banner img {
  width: 25%;
}

.highlight-section.community .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(25, 38, 42, 0.8);
}

.highlight-section.community .title .name {
  width: 100%;
  font-family: "bw_modelicablack";
  text-transform: uppercase;
  font-size: 6em;
  text-align: center;
  margin-bottom: 10px;
}

.highlight-section.community .title .desc {
  width: 50%;
  font-family: "bw_modelicalight";
  font-size: 1.8em;
  text-align: center;
  line-height: 1.5em;
}

header.header-over-drop {
  margin-bottom: 35vh;
}

.contact-section {
  text-align: right;
}

.contact-section .note {
  width: 70%;
  font-family: "bw_modelicalight";
  line-height: 1.8em;
  font-size: 1.5em;
  margin-bottom: 40px;
}

.contact-section .highlight-links {
  font-family: "bw_modelicamedium";
  line-height: 1em;
  font-size: 1em;
  background-color: #ffffff;
  margin-top: 40px;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
}

.contact-section .address {
  font-family: "bw_modelicalight";
  line-height: 1.8em;
  font-size: 1.5em;
  margin-bottom: 40px;
}

.contact-section .title {
  font-family: "bw_modelicalight";
  line-height: 1.8em;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.contact-section .partial-imp {
  font-family: "bw_modelicalight";
  line-height: 1.8em;
  font-size: 1.5em;
}

.contact-section .imp {
  font-family: "bw_modelicabold";
  line-height: 1.8em;
  font-size: 1.5em;
  margin-bottom: 40px;
}

.contact-section .section-title {
  margin-bottom: 120px;
}

.oil-drop-header {
  position: absolute;
  z-index: -1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: url("../images/blue-drop.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #ffffff;
  text-align: center;
}

.oil-drop-header .title {
  width: 30%;
  font-family: "bw_modelicaextrabold";
  line-height: 1.2em;
}

.oil-drop-header .sub {
  width: 30%;
  font-family: "bw_modelicaregular";
  line-height: 1.3em;
}

.tab-container {
  margin: 100px 0px;
  line-height: normal;
}

.tab-container .tab-buttons {
  margin-bottom: 100px;
}

.tab-container .tab-buttons .tab-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "bw_modelicaextrabold";
  margin: 0px 40px;
  color: #465053;
  background-color: transparent;
  border: none;
}

.tab-container .tab-buttons .tab-button:hover {
  color: #636d70;
}

.tab-container .tab-buttons .tab-button.active {
  color: #ffffff;
}

.tab-container .tab-buttons .title {
  font-size: 1.5em;
}

.tab-container .tab-buttons .icon {
  font-size: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 120px;
}

.tab-container .tab-buttons .icon {
  font-size: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 120px;
}

.tab-container .tab-buttons .icon-diesel {
  font-size: 4.3em;
  padding-left: 0.1em;
}

.tab-container .tab-buttons .icon-heating-oil {
  font-size: 5.3em;
}

.text.txt-regular {
  font-family: "bw_modelicaregular";
}

.text.txt-medium {
  font-family: "bw_modelicamedium";
}

.text.medium {
  font-size: 1.5em;
  line-height: 1.6em;
}

.text.small {
  font-size: 1.2em;
  line-height: 1.4em;
}

.text.center {
  text-align: center;
}

.shrink-8 {
  padding: 0 8%;
}

.shrink-20 {
  padding: 0 20%;
}

.push-top-none {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.push-bottom-none {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.push-bottom-30 {
  margin-bottom: 30px !important;
}

.push-bottom-50 {
  margin-bottom: 50px !important;
}

.push-bottom-100 {
  margin-bottom: 100px !important;
}

.fuel-brand-images img {
  height: 90px;
  margin: 0px 40px;
}

.octane-detail {
  margin-bottom: 0px;
}

.section-title.push-less {
  margin-bottom: 30px;
}

.octane-types {
  margin-top: 50px;
}

.octane-item {
  width: 250px;
  border-radius: 30px;
  padding: 40px 0px;
  margin: 0px 80px;
  cursor: default;
}

.octane-item img {
  width: 140px;
  margin-bottom: 30px;
}

.octane-item .text {
  width: 100%;
}

.heating-oil-detail .spread-content-horzntl {
  width: 100%;
}

.heating-oil-detail .detail-item {
  line-height: normal;
  width: 300px;
  border-radius: 20px;
  padding: 30px;
  margin: 0px 60px;
  background-color: Rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.heating-oil-detail .detail-item .item-title {
  text-align: center;
}

.heating-oil-detail .detail-item .item-banner {
  text-align: center;
}

.heating-oil-detail .detail-item .item-detail {
  line-height: 1.7em;
}

.heating-oil-detail .detail-item img {
  width: 80%;
}

.page-header {
  padding: 100px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: normal;
  text-align: center;
}

.page-header .title {
  font-family: "bw_modelicaextrabold";
  font-size: 4em;
  margin-bottom: 20px;
}

.page-header .sub {
  font-family: "bw_modelicalight";
  font-size: 1.6em;
  width: 70%;
  line-height: 1.6em;
}

.gradient-title {
  font-family: "bw_modelicaextrabold";
  font-size: 3em;
  line-height: normal;
  background: -webkit-linear-gradient(
    90deg,
    rgb(115, 192, 232) 0%,
    rgb(9, 197, 183) 80%
  );
  background: -o-linear-gradient(
    90deg,
    rgb(115, 192, 232) 0%,
    rgb(9, 197, 183) 80%
  );
  background: -moz-linear-gradient(
    90deg,
    rgb(115, 192, 232) 0%,
    rgb(9, 197, 183) 80%
  );
  background: linear-gradient(
    90deg,
    rgb(115, 192, 232) 0%,
    rgb(9, 197, 183) 80%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
}

.phillips-gradient-title {
  -webkit-text-fill-color: #e20010;
  -ms-text-fill-color: #e20010;
  color: #e20010;
  background: none;
}

footer {
  position: relative;
  background-image: url("../images/footer-bg.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 100px 0px;
}

footer .content {
  z-index: 1;
  position: relative;
}

footer .fade-pattern-top {
  height: 300px;
  z-index: 0;
}

footer > div {
  display: flex;
  justify-content: space-between;
  line-height: normal;
}

.links-section {
  display: flex;
}

.links-section .link-item {
  margin-right: 100px;
}

.links-section .link-item:last-child {
  margin-right: 0px;
}

.links-section .title {
  font-family: "bw_modelicamedium";
  font-size: 1.3em;
}

.links-section ul {
  margin-top: 30px;
}

.links-section li {
  list-style-type: none;
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #a6aaab;
}

.social-handle {
  display: flex;
  align-items: center;
}

.social-handle .icon-facebook {
  font-size: 2.35em !important;
}

.links-section li:hover {
  color: #ffffff;
}

.links-section li .icon {
  font-size: 2.1em;
  margin-right: 15px;
}

.links-section ul.inline li {
  display: inline-block;
}

.copyright-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.copyright-section .emboss {
  font-family: "bw_modelicaextrabold";
  font-size: 2.5em;
  text-align: right;
}

.copyright-section .shrink {
  font-size: 1.2em;
  color: #a6aaab;
}

.copyright-section .shrink a:hover {
  color: #ffffff;
}

.associations {
  display: flex;
  align-items: center;
}

.associations .association-logo {
  height: 5em;
  object-fit: contain;
  margin-left: 2em;
  margin-bottom: 4em;
}

.associations .association-logo:first-child {
  margin-left: 0em;
}

.bg-pattern {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-pattern img {
  width: 100%;
}

.order-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.order-section .form-container {
  width: 100%;
}

.order-section .ui.segment {
  background-color: #191e20;
  border: 1px solid #111516;
  padding: 30px;
}

.order-section .ui.segment label {
  color: #ffffff;
  font-family: "bw_modelicaregular";
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 10px;
}

.order-section .ui.segment input {
  height: 40px;
}

.order-section .ui.segment input,
.order-section .ui.segment textarea,
.order-section .ui.segment input:focus,
.order-section .ui.segment textarea:focus {
  background-color: #232b2d !important;
  resize: none;
  color: #ffffff !important;
  font-family: "bw_modelicaregular";
  font-size: 1em;
}

.order-section .ui.segment input:focus,
.order-section .ui.segment textarea:focus {
  border-color: #42555b;
}

.order-section .ui.form .split {
  margin: 0 0 30px;
}

.footer-separator {
  height: 200px;
}

.order-section .tab-container .tab-buttons .icon {
  font-size: 4em;
  margin-bottom: 10px;
}

.order-section .illustration {
  width: 100%;
  margin-bottom: 100px;
}

.about-section .typo {
  text-align: center;
}

.about-section .typo img {
  width: 80%;
}

.about-highlight {
  position: relative;
  line-height: normal;
  width: 28%;
  justify-content: flex-start;
  padding: 0px 20px 30px;
  border-radius: 30px;
  background-color: rgba(40, 49, 52, 0.6);
  -webkit-box-shadow: 2px 0px 50px -13px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 0px 50px -13px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 50px -13px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.about-highlight canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 30px;
}

.about-highlight .icon {
  font-size: 5em;
  margin-bottom: 0px;
  line-height: 0.9em;
  padding-top: 30px;
}

.about-highlight .section-title {
  font-family: "bw_modelicabold";
  font-size: 1.4em;
  margin-bottom: 10px;
}

.about-highlight .description {
  font-family: "bw_modelicaregular";
  font-size: 1.1em;
  text-align: center;
  line-height: 1.5em;
  width: 100%;
}

.nations-list {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

.nations-list img {
  margin: 0px 40px;
  width: 130px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.nations-list img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.service-with-bg {
  padding: 100px 0px;
}

.service-section .illustration {
  width: 20%;
  margin-bottom: 20px;
}

.why-row {
  display: flex;
  justify-content: space-between;
}

.why-row.down {
  align-items: flex-end;
}

.why-row.top {
  align-items: flex-start;
  margin-top: 100px;
}

.why-row img {
  width: 80%;
}

.why-item {
  padding-bottom: 30px;
  width: 25%;
}

.why-item .section-title {
  margin-bottom: 0px;
  line-height: normal;
  text-align: center;
  font-size: 1.8em;
}

.products-menu {
  border-radius: 5px;
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  overflow: hidden;
}

.products-menu a {
  width: 33.33%;
}

.products-menu .item {
  padding: 20px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(44, 55, 59, 0.7);
  border: none;
  border-right: 1px solid #343e41;
  color: #ffffff;
}

.products-menu .item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.products-menu .item:last-child {
  border-right: none;
}

.products-menu .icon {
  font-size: 3em;
}

.products-menu .menu-title {
  font-family: "bw_modelicaregular";
  font-size: 1em;
}

.paragraph {
  width: 100%;
  font-family: "bw_modelicalight";
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: center;
  padding: 0 20%;
}

.service-section.content-section {
  padding-bottom: 0px;
}

.fade-pattern-bottom {
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: transparent;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, transparent, #1d2325);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, transparent, #1d2325);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.fade-pattern-top {
  height: 200px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background: transparent;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, transparent, #1d2325);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, transparent, #1d2325);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.patterned-bg .fade-pattern-bottom {
  z-index: -1;
}

.img-wrapper {
  width: 100%;
  text-align: center;
  overflow: auto;
}

.why-row .img-wrapper {
  width: 25%;
}

.about-section.new_customer .icon {
  font-size: 6em;
  margin-bottom: 30px;
}

.highlight-section.about-section.new_customer {
  padding: 100px 0px;
}

.order-section .tab-container {
  margin: 50px 0px;
}

.spread-wide {
  padding-left: 0px;
  padding-right: 0px;
}

.patterned-bg {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

.patterned-bg canvas {
  position: absolute;
  top: 0;
  z-index: -2;
  height: 100%;
}

.ui.popup.product-popup {
  background-color: rgba(45, 58, 62, 0.8);
  border-color: #36464b;
  -webkit-box-shadow: 2px 0px 50px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0px 50px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0px 50px -20px rgba(0, 0, 0, 0.75);
  padding: 0px;
  overflow: hidden;
  border-radius: 20px;
}

.ui.bottom.popup.product-popup::before {
  display: none;
}

.heating-oil-detail .detail-item .icon {
  font-size: 6em;
}

.lube-brands {
  width: 100%;
  text-align: center;
}

.lube-brands img {
  height: 100px;
  margin: 0px 30px;
}

.lube-products {
  width: 100%;
  text-align: center;
}

.lube-products img {
  width: 70%;
}

.lube-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 10%;
}

.lube-categories .lube-cat-item {
  width: 15%;
  margin: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lube-categories .lube-cat-item .icon {
  font-size: 4em;
  margin-bottom: 35px;
  line-height: normal;
}

.lube-categories .lube-cat-item .title {
  font-family: "bw_modelicaregular" !important;
  font-size: 1em;
}

.lube-phillips-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 10%;
}

.lube-phillips-categories a {
  width: 15%;
  margin: 30px 15px;
}

.lube-phillips-categories .lube-cat-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lube-phillips-categories .lube-cat-item img {
  height: 150px;
  margin-bottom: 15px;
  -webkit-filter: drop-shadow(5px 5px 10px #000000);
  filter: drop-shadow(5px 5px 10px #000000);
}

.lube-phillips-categories .lube-cat-item .title {
  font-family: "bw_modelicaregular" !important;
  font-size: 1em;
  text-align: center;
}

.lube-phillips-categories .lube-cat-item .highlighter {
  opacity: 0;
  position: absolute;
  z-index: -1;
  height: 70%;
  width: 100%;
  border-radius: 120px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(#0f2027, rgba(255, 255, 255, 0.1));
}

.lube-phillips-categories .lube-cat-item:hover .highlighter {
  opacity: 1;
}

.contact-forms-container {
  width: 100%;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-container > * {
  width: 100% !important;
  text-align: center;
}

.contact-forms-container .map-contact-container {
  height: 400px;
  margin-bottom: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.contact-forms-container .form-title {
  font-family: "bw_modelicabold";
  font-size: 1.4em;
  margin-top: 100px;
  margin-bottom: 40px;
}

.contact-forms-container form {
  width: 50% !important;
  text-align: left;
}

.contact-forms-container button {
  width: 50% !important;
}

.contact-forms-container form .field {
  margin-bottom: 25px !important;
}

.contact-forms-container form label {
  color: #ffffff !important;
  font-family: "bw_modelicaregular" !important;
  font-weight: normal !important;
  font-size: 1em;
  margin-bottom: 5px !important;
}

.contact-forms-container form input {
  height: 40px;
}

.contact-forms-container form input,
.contact-forms-container form textarea,
.contact-forms-container form input:focus,
.contact-forms-container form textarea:focus {
  background-color: #232b2d !important;
  resize: none;
  color: #ffffff !important;
  font-family: "bw_modelicaregular" !important;
  font-size: 1em;
}

.contact-forms-container form input:focus,
.contact-forms-container form textarea:focus {
  border-color: #42555b !important;
}

.order-section .ui.form .split {
  margin: 0 0 30px;
}

.blog-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-section .blog-container {
  width: 70%;
}

.blog-section .blog-container .blog-item {
  display: flex;
  margin-bottom: 80px;
}

.blog-section .blog-container .blog-item a {
  flex: 0.2;
  margin-right: 30px;
}

.blog-section .blog-container .blog-item a .blog-thumb {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-section .blog-container .blog-item .blog-preview {
  flex: 0.8;
  font-family: "bw_modelicaregular";
  padding: 10px 0px;
}

.blog-section .blog-container .blog-item .blog-preview p {
  font-size: 1.1em;
  color: #afbbbf;
}

.blog-section .blog-container .blog-item .blog-preview .blog-preview-title {
  font-family: "bw_modelicabold";
  margin-bottom: 10px;
  font-size: 1.7em;
}

.post-container .post-content {
  width: 80%;
}

.post-container .post-content figure {
  margin: 50px 0px 0px 0px;
  text-align: center;
}

.post-container .post-content figcaption {
  text-align: center;
  margin-top: 20px;
  font-family: "bw_modelicaregular";
  font-size: 1.2em;
}

.post-container .post-content img {
  width: auto;
  max-width: 100%;
  border-radius: 20px;
}

.post-container .post-content p {
  font-family: "bw_modelicaregular";
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}

.footer-address-container .footer-address {
  font-family: "bw_modelicaregular";
  font-size: 1.1em;
  color: #a6aaab;
  margin-bottom: 20px;
  line-height: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.footer-address-container .footer-address:last-child {
  border-bottom: 1px solid transparent;
}

.map-section {
  height: 600px;
  position: relative;
}

.map-section > div {
  position: absolute;
}

.map-section .section-title {
  margin-top: 50px;
  z-index: 1;
}

.map-section .section-detail {
  bottom: 0;
  margin-bottom: 50px;
  z-index: 1;
  font-size: 1.5em;
  line-height: 1.8em;
  text-align: center;
  font-family: "bw_modelicaregular";
}

.map-section .map-container {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.home-typo {
  text-align: center;
  margin-top: 50px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.home-typo .typo-pre {
  font-family: "bw_modelicabold";
  font-size: 2em;
  margin-bottom: 20px;
}

.home-typo .typo-main {
  font-family: "bw_modelicaextrabold";
  font-size: 3em;
  line-height: normal;
}

.products-section .typo {
  text-align: center;
}

.products-section .typo img {
  width: 60%;
}

@media only screen and (max-width: 1199px) {
  .full-screen-wrapper {
    margin: 0px 50px !important;
  }

  .mobile-vertical {
    flex-direction: column;
    align-items: center;
  }

  .banner-home .frgrnd .truck img {
    height: 125vh;
    bottom: -104vh;
    width: auto;
  }

  .home-typo {
    margin-top: 100px;
  }

  .home-typo .typo-pre {
    font-size: 3em;
    margin-bottom: 20px;
  }

  .home-typo .typo-main {
    font-size: 4.5em;
  }

  .paragraph {
    padding: 0 5%;
  }

  .section-title {
    font-size: 2.5em;
  }

  .gradient-title {
    font-size: 2.5em;
  }

  footer {
    padding: 50px 0px;
    background-size: auto 100%;
  }

  footer .content {
    flex-direction: column;
  }

  .links-section {
    justify-content: center;
    text-align: center;
  }

  .social-handle {
    justify-content: center;
  }

  .social-handle li {
    margin-right: 15px;
  }

  .social-handle li:last-child {
    margin-right: 0px;
  }

  .links-section li .icon {
    margin-right: 0px;
  }

  .copyright-section {
    align-items: center;
  }

  .copyright-section .emboss {
    text-align: center;
    margin: 0px 0px 50px;
    font-size: 2em;
  }

  .copyright-section .shrink {
    font-size: 0.9em;
    margin-top: 20px;
  }

  .fuel-brand-images img {
    margin-bottom: 30px;
    height: auto;
    width: 100px;
  }

  .fuel-brand-images img.mobile-wide {
    width: 250px;
  }

  .heating-oil-detail .detail-item {
    margin-bottom: 50px;
  }

  .heating-oil-detail .detail-item:last-child {
    margin-bottom: 0px;
  }

  .blog-section .blog-container .blog-item {
    flex-direction: column;
  }

  .blog-section .blog-container .blog-item a {
    flex: auto;
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .blog-section .blog-container .blog-item a .blog-thumb {
    height: 100%;
    width: 100%;
  }

  .blog-section .blog-container .blog-item .blog-preview {
    flex: 1;
    font-family: "bw_modelicaregular";
    padding: 10px 0px;
  }

  .blog-section .blog-container .blog-item .blog-preview p {
    font-size: 1em;
    text-align: center;
  }

  .blog-section .blog-container .blog-item .blog-preview .blog-preview-title {
    font-size: 1.5em;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 20px;
  }

  .footer-separator {
    height: 100px;
  }

  .about-highlight {
    width: 90% !important;
    border-radius: 20px;
    margin-bottom: 50px;
  }

  .highlight-section.community {
    height: 700px;
  }

  .highlight-section.community .banner div {
    width: 100%;
    height: 50%;
    background-size: 100% auto;
  }

  .highlight-section.community .title .name {
    font-size: 3em;
    width: 90%;
  }

  .highlight-section.community .title .desc {
    font-size: 1.3em;
    width: 90%;
  }

  .contact-container form label {
    text-align: center;
  }

  .contact-container form input {
    text-align: center;
  }

  .contact-optons {
    text-align: center;
    font-size: 1em;
  }

  .contact-forms-container .map-contact-container {
    margin-top: 80px;
  }

  .contact-forms-container form {
    width: 70% !important;
  }
}

@media only screen and (max-width: 600px) {
  header {
    flex-direction: row;
  }

  header .logo-box {
    display: block;
    justify-content: flex-end;
    width: 100%;
  }

  header .logo-box .logo {
    position: static;
  }

  header .affiliation-logo {
    width: 120px;
    margin-left: 30px;
  }

  .full-screen-wrapper {
    margin: 0px 20px !important;
  }

  header .logo {
    width: 60px;
  }

  header .logo-phillips {
    width: 50px;
    margin-left: 10px;
  }

  header .logo-aboriginal {
    width: 50px;
    margin-left: 10px;
  }

  .page-header {
    padding: 30px 0px 20px;
  }

  .page-header .title {
    font-size: 2em;
  }

  .page-header .sub {
    font-size: 1em;
    width: 100%;
  }

  .content-section {
    padding: 50px 0px;
  }

  .blog-section .blog-container {
    width: 80%;
  }

  .blog-section .blog-container .blog-item {
    flex-direction: column;
  }

  .blog-section .blog-container .blog-item a {
    flex: auto;
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .blog-section .blog-container .blog-item a .blog-thumb {
    height: 100%;
    width: 100%;
  }

  .blog-section .blog-container .blog-item .blog-preview {
    flex: 1;
    font-family: "bw_modelicaregular";
    padding: 10px 0px;
  }

  .blog-section .blog-container .blog-item .blog-preview p {
    font-size: 1em;
    text-align: center;
  }

  .blog-section .blog-container .blog-item .blog-preview .blog-preview-title {
    font-size: 1.5em;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 20px;
  }

  footer {
    padding: 50px 0px;
    background-size: auto 100%;
  }

  footer .content {
    flex-direction: column;
  }

  .links-section {
    justify-content: center;
    text-align: center;
  }

  .links-section li .icon {
    margin-right: 0px;
  }

  .copyright-section {
    align-items: center;
  }

  .copyright-section .emboss {
    text-align: center;
    margin: 0px 0px 50px;
    font-size: 2em;
  }

  .copyright-section .shrink {
    font-size: 0.9em;
    margin-top: 20px;
  }

  .post-container .post-content figure {
    margin-bottom: 40px;
  }

  .post-container .post-content p {
    font-size: 1em;
  }

  .section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .gradient-title {
    font-size: 2em;
  }

  .paragraph {
    padding: 0px;
    font-size: 1em;
  }

  .contact-container form label {
    text-align: center;
  }

  .contact-container form input {
    text-align: center;
  }

  .contact-optons {
    text-align: center;
    font-size: 0.8em;
  }

  .contact-forms-container .map-contact-container {
    margin-top: 80px;
  }

  .contact-forms-container form {
    width: 90% !important;
  }

  .mobile-vertical {
    flex-direction: column;
    align-items: center;
  }

  .about-highlight {
    width: 90% !important;
    border-radius: 20px;
    margin-bottom: 50px;
  }

  .nations-list img {
    width: 100px;
    margin: 0px 30px;
  }

  .about-section .typo img {
    width: 100%;
  }

  button.big {
    padding: 15px 40px;
    border-radius: 100px;
    font-size: 1em;
  }

  .highlight-section.community {
    height: 700px;
  }

  .highlight-section.community .banner div {
    width: 100%;
    height: 50%;
    background-size: 100% auto;
  }

  .highlight-section.community .title .name {
    font-size: 3em;
    width: 90%;
  }

  .highlight-section.community .title .desc {
    font-size: 1.3em;
    width: 90%;
  }

  .footer-separator {
    height: 100px;
  }

  .typo.services {
    width: 100%;
  }

  .typo.services img {
    width: 100%;
  }

  .service-section .illustration {
    width: 70%;
  }

  .order-section .tab-container {
    margin: 0px;
  }

  .tab-container .tab-buttons {
    margin-bottom: 20px;
  }

  .tab-container .tab-buttons .tab-button {
    margin: 0px 20px;
  }

  .order-section .tab-container .tab-buttons .icon {
    font-size: 3em;
  }

  .tab-container .tab-buttons .title {
    font-size: 1.2em;
    font-family: "bw_modelicamedium";
  }

  .order-section .ui.segment label {
    text-align: center;
    margin-bottom: 15px;
  }

  .ui.form .field {
    margin-bottom: 20px !important;
  }

  .ui.form .field.no-split {
    margin-bottom: 0px !important;
  }

  .order-section .ui.form .split {
    margin-bottom: 0px !important;
  }

  .ui.form .field.mobile-split {
    margin-bottom: 20px !important;
  }

  .ui.form .field.mobile-split-big {
    margin-bottom: 40px !important;
  }

  .order-section .ui.segment input {
    height: 35px;
  }

  .heating-oil-detail .detail-item {
    margin-bottom: 50px;
  }

  .heating-oil-detail .detail-item:last-child {
    margin-bottom: 0px;
  }

  .tab-container {
    margin: 50px 0px;
  }

  .tab-container .tab-buttons .icon {
    font-size: 3em;
    width: 100px;
    height: 50px;
  }

  .tab-container .tab-buttons .tab-button.mobile-small {
    margin: 0px 5px;
  }

  .tab-container .tab-buttons.mobile-push-more {
    margin-bottom: 50px;
  }

  .fuel-brand-images img {
    margin-bottom: 30px;
    height: auto;
    width: 100px;
  }

  .fuel-brand-images img.mobile-wide {
    width: 250px;
  }

  .octane-item img {
    width: 110px;
  }

  .text.small {
    font-size: 1em;
  }

  .banner-home .bgrnd {
    background-position: 50% 60%;
    background-size: auto auto;
  }

  .banner-home {
    height: 115vh;
  }

  .banner-home .frgrnd .truck img {
    height: auto;
    bottom: -92vh;
    width: 100%;
  }

  .intro-home .detail {
    font-size: 1.1em;
  }

  .patterned-bg {
    padding: 0px;
  }

  .home-typo {
    margin-top: 50px;
  }

  .home-typo .typo-pre {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .home-typo .typo-main {
    font-size: 3em;
  }

  .lube-categories {
    padding: 0px 5%;
  }

  .lube-categories .lube-cat-item {
    width: 30%;
    margin: 40px 0px;
  }

  .lube-categories .lube-cat-item .icon {
    font-size: 3em;
    margin-bottom: 15px;
  }

  .lube-categories .lube-cat-item .title {
    font-size: 0.8em;
  }

  .lube-phillips-categories a {
    width: 33%;
    margin: 30px 0px;
  }

  .lube-phillips-categories .lube-cat-item img {
    height: 5em;
    margin-bottom: 15px;
  }

  .lube-phillips-categories .lube-cat-item .title {
    font-size: 0.8em;
  }

  .products-section .typo img {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-home .bgrnd {
    background-position: 50% 60%;
    background-size: auto auto;
  }

  .banner-home .frgrnd .truck img {
    height: 125vh;
    bottom: -103vh;
    width: auto;
  }

  .intro-home .text {
    font-size: 1em;
    line-height: 1em;
  }

  .highlight-section.community .title .detail {
    font-size: 1.2em;
    font-family: "bw_modelicaregular";
    margin-top: 10px;
  }

  .oil-drop-header {
    height: 60vh;
    padding-bottom: 9%;
  }

  .oil-drop-header .title {
    font-size: 2em;
    margin-bottom: 15px;
    padding: 0vw 0vw;
  }

  .oil-drop-header .sub {
    font-size: 1.3em;
    padding: 0vw 2vw;
  }

  .home-typo {
    margin-top: 30px;
  }

  .home-typo .typo-pre {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .home-typo .typo-main {
    font-size: 4em;
  }

  .products-section .typo img {
    width: 50%;
  }
}

@media only screen and (min-width: 1300px) {
  .banner-home .frgrnd .truck img {
    height: 125vh;
    bottom: -103vh;
    width: auto;
  }

  .home-typo {
    margin-top: 30px;
  }

  .home-typo .typo-pre {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .home-typo .typo-main {
    font-size: 4.5em;
  }

  .products-section .typo img {
    width: 55%;
  }

  .lube-phillips-categories .lube-cat-item img {
    height: 8em;
  }
}

@media only screen and (min-width: 1400px) {
  .banner-home .bgrnd {
    background-position: 50% 40%;
    background-size: auto auto;
  }

  .banner-home .frgrnd .truck img {
    height: 120vh;
    bottom: -104vh;
    width: auto;
  }

  .oil-drop-header {
    height: 55vh;
  }

  .copyright-section .emboss {
    font-size: 3.5em;
  }

  .home-typo {
    margin-top: 60px;
  }

  .home-typo .typo-pre {
    font-size: 2.5em;
  }

  .home-typo .typo-main {
    font-size: 5em;
  }

  .lube-phillips-categories .lube-cat-item img {
    height: 8em;
  }
}

@media only screen and (min-width: 1600px) {
  .banner-home .frgrnd .truck img {
    height: 125vh;
    bottom: -102vh;
    width: auto;
  }

  .intro-home .text {
    font-size: 1.4em;
  }

  .highlight-section.community .title .detail {
    font-size: 1.4em;
    font-family: "bw_modelicalight";
  }

  .oil-drop-header {
    height: 48vh;
    padding-bottom: 6%;
  }

  .oil-drop-header .title {
    font-size: 2.5em;
    margin-bottom: 20px;
    padding: 0vw 4vw;
  }

  .oil-drop-header .sub {
    font-size: 1.5em;
    padding: 0vw 4vw;
  }

  .home-typo {
    margin-top: 50px;
  }

  .home-typo .typo-pre {
    font-size: 3em;
  }

  .home-typo .typo-main {
    font-size: 6em;
  }

  .lube-phillips-categories .lube-cat-item img {
    height: 9em;
  }
}

/************************* New Changes Css ********************************/
.services-offer canvas {
  display: none;
}
.services-offer .detail-item .item-title {
  text-align: center !important;
  font-size: 20px !important;
}

.services-offer .detail-item .item-banner {
  padding-top: 0px !important;
}
.services-offer .detail-item {
  border-radius: 10px;
  padding: 70px 20px 20px;
  background-color: Rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.services-offer .detail-item .icon {
  font-size: 100px;
  margin: 0 auto 60px;
  text-align: center;
}
.services-offer .section-title,
.why-choose .section-title,
.reliable-community .section-title {
  margin-bottom: 30px !important;
}
.services-offer .paragraph {
  padding: 0 18% !important;
}
.why-choose .paragraph a,
.link {
  text-decoration: underline;
  color: rgb(115, 192, 232);
}
.why-choose .paragraph,
.reliable-community .paragraph {
  padding: 0 10% !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 599px) and (max-width: 1199px) {
  .services-offer .detail-item {
    padding: 70px 20px 40px;
    width: 45% !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .services-offer .detail-item {
    padding: 70px 20px 40px;
    width: 80% !important;
    margin-bottom: 50px;
  }
}
/************************** New Css End **********************************/

.gallery-in-grid {
  position: relative;
  height: 700px;
}

.gallery-in-grid .gallery-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(13, 25, 32, 0.8);
}

.gallery-in-grid .gallery-items {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.gallery-in-grid .gallery-items .slick-list {
  height: 100%;
}

.gallery-in-grid .gallery-items .slick-list .slick-track {
  height: 100%;
}

.gallery-in-grid .gallery-items .gallery-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-us-collage {
  margin-bottom: 2rem;
}

.about-us-collage img.small {
  height: 200px !important;
  width: auto !important;
  margin: 0 1rem;
  border-radius: 1rem;
}

.about-us-collage img.medium {
}

.about-us-collage img.large {
}

.image-each-line img {
  width: 100%;
  height: auto;
  margin: 0 1rem;
  border-radius: 1rem;
}

.image-each-line img {
  width: 100%;
  height: 300px;
  margin: 1rem 0;
  border-radius: 1rem;
  object-fit: cover;
}

.image-each-line img.plus-25 {
  height: 400px;
}

.image-each-line img.plus-50 {
  height: 500px;
}

.image-each-line img.plus-100 {
  height: 100%;
}
