/*================= KIM GAS ===============*/
/*Global CSS Starts*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h5,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
  display: block;
  margin: 0;
  padding: 0; }

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

html {
  font-size: 10px;
  scroll-behavior: smooth; }

img,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none; }

::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  background-color: #cee7f4;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #740F1B; }

/* Flexible Embedded Videos */
a {
  text-decoration: none !important;
  outline: none;
  color: #000 !important; }
  a:hover {
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  a:active, a:focus {
    color: #000 !important;
    outline: 0;
    border: 0;
    text-decoration: none; }

input {
  border: none;
  background: #f2f2f2;
  height: 50px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 17px !important;
  font-style: italic !important;
  outline: none;
  border-radius: 5px !important;
  transition: all 0.2s ease-in-out; }
  input:hover {
    background: #ececec; }
  input:focus {
    outline: none !important;
    box-shadow: none !important; }
  input::placeholder {
    color: #000000 !important; }

select {
  border: none;
  background: #f2f2f2;
  height: 50px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 17px !important;
  font-style: italic !important;
  outline: none;
  border-radius: 5px !important;
  transition: all 0.2s ease-in-out; }
  select:hover {
    background: #ececec; }
  select:focus {
    outline: none !important;
    box-shadow: none !important; }
  select::placeholder {
    color: #000000 !important; }

textarea {
  border: none;
  background: #F2F2F2;
  height: 150px !important;
  margin: 0 0 10px 0 !important;
  font-size: 17px !important;
  font-style: italic !important;
  outline: none;
  resize: none !important;
  border-radius: 5px !important;
  transition: all 0.2s ease-in-out;
  padding: 10px 15px !important; }
  textarea:hover {
    background: #ececec; }
  textarea:focus {
    outline: none !important;
    box-shadow: none !important; }
  textarea::placeholder {
    color: #000000 !important; }

label {
  width: 100%;
  text-align: left;
  font-weight: 600; }

input[type=file] {
  width: 100%;
  max-width: 100%;
  color: #000000;
  background: transparent !important;
  border: none !important;
  margin-top: 7px !important;
  padding: 0 !important;
  border-radius: 0 !important; }

input[type=file]::file-selector-button {
  border: none;
  background: #fff;
  padding: 10px 20px;
  color: #000000;
  cursor: pointer;
  transition: background .2s ease-in-out;
  border-radius: 0 !important; }

input[type=file]::file-selector-button:hover {
  background: #fff; }

input,
textarea,
select {
  border: 0;
  margin: 0;
  outline: none;
  color: #000000 !important;
  transition: all 0.2s ease-in-out; }

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  transition: all 0.2s ease-in-out; }

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000000 !important; }

input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 20px;
  margin-bottom: 0px !important;
  color: #414141;
  font-family: "Montserrat", sans-serif !important; }

/* list */
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 0; }

/*Global CSS Ends*/
body {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Montserrat", sans-serif !important; }

.top-contact-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  background: linear-gradient(90deg, #3e0007 0%, #890c27 100%); }
  .top-contact-area .klm-top-contact {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top-contact-area .klm-top-contact .contact-details ul {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0;
      margin: 0;
      gap: 20px; }
      .top-contact-area .klm-top-contact .contact-details ul li {
        font-size: 13px;
        line-height: 27px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase; }
        .top-contact-area .klm-top-contact .contact-details ul li a {
          color: #fff !important; }
        .top-contact-area .klm-top-contact .contact-details ul li svg {
          margin-right: 7px; }
    .top-contact-area .klm-top-contact .contact-btns {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 5px; }
  .top-contact-area .top-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    background: #C99626;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .top-contact-area .top-btn a {
      color: #fff !important; }
    .top-contact-area .top-btn::after {
      content: "";
      background: url(../images/white-arrow.webp) no-repeat 0 0 !important;
      margin: 0 0 0 15px;
      width: 18px !important;
      height: 14px;
      display: inline-flex; }
    .top-contact-area .top-btn:hover {
      background: #b38013 !important;
      text-decoration: none;
      color: #fff !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      box-shadow: 0 3px 15px -7px rgba(0, 0, 0, 0.25); }

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: #fff; }
  header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  header .nav-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 15px;
    padding: 0 !important; }
    header .nav-link:hover {
      color: #b38013 !important; }
  header .navbar-collapse {
    flex-basis: auto; }
  header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border-top: 5px solid #C99626;
    animation: 0.3s ease 0s 1 alternate none running fadeIn;
    top: 32px; }
    header .dropdown-menu li {
      border-bottom: 1px solid #e6e6e7; }
      header .dropdown-menu li:last-child {
        border-bottom: none; }
      header .dropdown-menu li.menu-item-has-children a.dropdown-toggle {
        vertical-align: middle; }
    header .dropdown-menu .dropdown-item {
      font-size: 14px;
      line-height: 24px;
      text-transform: capitalize;
      padding: 8px 20px; }
      header .dropdown-menu .dropdown-item a {
        padding: 0; }
      header .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: #b38013 !important; }

.navbar-expand-lg .navbar-nav .active a.nav-link {
  color: #C99626 !important; }

header .nav-link.dropdown-toggle {
  margin: 0;
  line-height: 30px;
  width: 20px;
  text-align: right; }

header .dropdown-menu .dropdown-item span.arrowicon.arrowicon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropdown.areacovered .dropdown-menu {
  height: 580px;
  overflow-y: scroll; }

.rt-search-box {
  border-left: 1px solid #414141;
  padding: 0 20px;
  position: relative;
  width: 26px;
  height: 26px; }

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #414141; }

.search-btn:hover {
  cursor: pointer; }

.search-btn.fa-2x {
  font-size: 18px; }

.rt-search-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: #414141;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out; }

.rt-search-btn.fa-2x {
  font-size: 18px; }

#search-overlay {
  display: none; }

#overlay-search {
  display: none; }

.block {
  position: fixed;
  z-index: 90;
  width: 80%;
  margin: 0 auto;
  overflow: auto;
  text-align: center;
  left: 0;
  right: 0;
  border: 0px;
  transform: translate3d(0px, 40px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  display: block; }

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0; }

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  color: #414141;
  border: none;
  background: transparent; }

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
  border: 1px solid #efe3cb;
  border-radius: 5px;
  padding: 10px;
  background: #fffdf8; }
  #search-box input[type="text"] {
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    float: left;
    padding: 0;
    color: #000000;
    outline: none;
    font-size: 16px;
    line-height: 30px;
    height: 50px;
    padding: 15px 30px;
    text-transform: capitalize;
    border: 0px; }
  #search-box input {
    width: 100%;
    margin: 0 !important; }
  #search-box::-webkit-input-placeholder {
    color: #D1BFB8 !important; }
  #search-box::-moz-placeholder {
    color: #D1BFB8 !important; }
  #search-box:-ms-input-placeholder {
    color: #D1BFB8 !important; }
  #search-box:focus {
    padding: 0 30px !important; }

.search-submit {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  text-wrap: nowrap;
  height: 50px !important;
  width: 10% !important;
  float: right;
  cursor: pointer;
  color: #fff !important;
  background: #C99626; }

#search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border-radius: 5px; }

#search-text {
  font-size: 13px;
  text-transform: uppercase;
  color: #ddd; }

#close-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #414141; }

#close-btn.fa-2x {
  font-size: 18px; }

#close-btn:hover {
  color: #777;
  cursor: pointer; }

.banner-area {
  background: #090F31;
  position: relative; }
  .banner-area h1 {
    font-size: 70px;
    line-height: 75px;
    font-weight: 800;
    font-style: italic;
    text-shadow: 2px 2px 7px #00000059 !important;
    color: #fff;
    padding-bottom: 20px;
    text-shadow: 2px 2px 10px #00000059 !important; }
    .banner-area h1 span {
      color: #C99626; }
    .banner-area h1.sub-txt {
      text-transform: capitalize; }
  .banner-area p {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    text-shadow: 2px 2px 7px #00000059 !important;
    color: #fff; }
  .banner-area .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 240px;
    padding-bottom: 150px; }
  .banner-area .banner-carousel {
    position: relative; }
    .banner-area .banner-carousel .item {
      height: 100%;
      background-size: cover;
      background-position: center; }
      .banner-area .banner-carousel .item .banner-mainimg {
        position: relative; }
    .banner-area .banner-carousel .owl-nav {
      display: none;
      visibility: hidden;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      position: absolute;
      bottom: 60px;
      left: 0;
      right: 0;
      max-width: 1320px;
      margin: 0 auto;
      padding-right: var(--bs-gutter-x, 0.75rem);
      padding-left: var(--bs-gutter-x, 0.75rem);
      margin-right: auto;
      margin-left: auto; }
      .banner-area .banner-carousel .owl-nav .owl-prev {
        border: none;
        width: 49px;
        height: 49px;
        background: url(../images/leftarrow.svg) no-repeat 0 0; }
      .banner-area .banner-carousel .owl-nav .owl-next {
        border: none;
        width: 49px;
        height: 49px;
        background: url(../images/rightarrow.svg) no-repeat 0 0; }
  .banner-area .banner-btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; }
  .banner-area .mascot-area {
    position: relative; }
    .banner-area .mascot-area .mascot {
      position: absolute;
      width: 235px;
      height: 250px;
      right: 0;
      bottom: -50px;
      z-index: 1; }
      .banner-area .mascot-area .mascot .speech-bubble {
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
        font-size: 18px !important;
        color: #000000;
        line-height: 32px !important;
        font-weight: 700 !important;
        width: 200px;
        height: 75px;
        position: absolute;
        bottom: 70px;
        left: -160px;
        align-items: center;
        background: url(../images/bubble.svg) no-repeat 0 0;
        border-radius: 30px;
        padding: 8px 18px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        animation: blinker 4s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }

.inner-banner-area {
  background: #090F31;
  position: relative; }
  .inner-banner-area .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #0303039c; }
  .inner-banner-area .inner-desc-area {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 80px; }
    .inner-banner-area .inner-desc-area h1 {
      font-size: 70px;
      line-height: 75px;
      font-weight: 800;
      font-style: italic;
      text-shadow: 2px 2px 7px #00000059 !important;
      color: #fff;
      padding-bottom: 20px;
      text-shadow: 2px 2px 10px #00000059 !important; }
      .inner-banner-area .inner-desc-area h1 span {
        color: #C99626; }
      .inner-banner-area .inner-desc-area h1.sub-txt {
        text-transform: capitalize; }
    .inner-banner-area .inner-desc-area p {
      font-size: 25px;
      line-height: 32px;
      font-weight: 500;
      text-shadow: 2px 2px 7px #00000059 !important;
      color: #fff;
      padding-right: 30%; }
    .inner-banner-area .inner-desc-area .banner-btn-area {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px; }

.breadcrumb {
  background: #000000;
  padding: 10px 0 !important;
  margin: 0 !important;
  display: block; }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    gap: 5px; }
    .breadcrumb ul li {
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      position: relative;
      gap: 5px; }
      .breadcrumb ul li a {
        color: #fff !important; }
        .breadcrumb ul li a.active {
          color: #C99626 !important; }
        .breadcrumb ul li a:hover {
          color: #b38013 !important; }
      .breadcrumb ul li:after {
        content: '';
        position: relative;
        top: 7px;
        background: url(../images/breadcrumb-icon.svg) no-repeat;
        width: 10px !important;
        height: 16px;
        margin: 0 3px; }
      .breadcrumb ul li:last-child:after {
        background: none; }
    .breadcrumb ul nav.breadcrumb {
      margin: 0; }
      .breadcrumb ul nav.breadcrumb ul {
        padding: 0;
        margin: 0; }

.main-content-section h2 {
  font-size: 41px;
  line-height: 50px;
  font-weight: 800;
  font-style: italic;
  padding-bottom: 10px;
  margin-bottom: 0; }

.main-content-section .gen-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px; }

.main-content-section .delivery-search-area {
  background: linear-gradient(90deg, #3e0007 0%, #890c27 100%);
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .main-content-section .delivery-search-area h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap; }
  .main-content-section .delivery-search-area .klm-searchbx {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative; }
    .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      gap: 20px; }
      .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container input {
        margin: 0 !important;
        width: 100% !important;
        border-radius: 5px !important;
        max-width: 100% !important; }
      .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container .delivery-search-gasbtn {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        height: 50px;
        padding: 0 45px 0 15px !important;
        border-radius: 5px;
        text-wrap: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff !important;
        background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container .delivery-search-gasbtn:hover {
          background: #b38013 url(../images/white-arrow.webp) no-repeat 85% center !important;
          text-decoration: none;
          color: #fff !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transform: translateY(-5px);
          box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
          text-decoration: none;
          color: #fff !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transform: translateY(-5px);
          box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
      .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container #gas-delivery-results {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        z-index: 1;
        text-align: center; }
        .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container #gas-delivery-results table {
          background: #F1F6FB;
          z-index: 1;
          padding: 40px;
          border-radius: 5px;
          border: 1px solid #707070;
          overflow: hidden;
          box-shadow: 2px 4px 5px -4px #000000; }
          .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container #gas-delivery-results table tr:nth-child(even) {
            background: #E4EDF6; }
          .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container #gas-delivery-results table th {
            font-size: 18px;
            line-height: 32px;
            font-weight: 500;
            padding: 10px 20px !important;
            text-align: center !important; }
          .main-content-section .delivery-search-area .klm-searchbx .gas-delivery-search-container #gas-delivery-results table td {
            font-size: 15px;
            line-height: 24px;
            padding: 10px 20px !important;
            text-align: center !important; }
    .main-content-section .delivery-search-area .klm-searchbx #gas-search-form {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      gap: 20px; }
      .main-content-section .delivery-search-area .klm-searchbx #gas-search-form input {
        margin: 0 !important;
        width: 100% !important;
        border-radius: 5px !important;
        max-width: 100% !important; }
      .main-content-section .delivery-search-area .klm-searchbx #gas-search-form .deliverysearch-gasbtn_delivarybox {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        height: 50px;
        padding: 0 45px 0 15px !important;
        border-radius: 5px;
        text-wrap: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff !important;
        background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .main-content-section .delivery-search-area .klm-searchbx #gas-search-form .deliverysearch-gasbtn_delivarybox:hover {
          background: #b38013 url(../images/white-arrow.webp) no-repeat 85% center !important;
          text-decoration: none;
          color: #fff !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transform: translateY(-5px);
          box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
          text-decoration: none;
          color: #fff !important;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transform: translateY(-5px);
          box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
      .main-content-section .delivery-search-area .klm-searchbx #gas-search-form #gas-delivery-results {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        z-index: 1;
        text-align: center; }
        .main-content-section .delivery-search-area .klm-searchbx #gas-search-form #gas-delivery-results table {
          background: #FCE9DB;
          z-index: 1;
          padding: 40px;
          border-radius: 5px;
          border: 1px solid #707070;
          overflow: hidden;
          box-shadow: 2px 4px 5px -4px #000000; }
          .main-content-section .delivery-search-area .klm-searchbx #gas-search-form #gas-delivery-results table th {
            font-size: 18px;
            line-height: 32px;
            font-weight: 500;
            padding: 10px 20px !important;
            text-align: center !important; }
          .main-content-section .delivery-search-area .klm-searchbx #gas-search-form #gas-delivery-results table td {
            font-size: 15px;
            line-height: 24px;
            padding: 10px 20px !important;
            text-align: center !important; }

.main-content-section .klm-details {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  .main-content-section .klm-details .klm-set {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0; }
    .main-content-section .klm-details .klm-set .klmli-field {
      margin: 0;
      padding: 30px 20px;
      border-right: 1px solid #707070; }
      .main-content-section .klm-details .klm-set .klmli-field:last-child {
        border-right: 0; }
      .main-content-section .klm-details .klm-set .klmli-field .hover-container {
        position: relative; }
      .main-content-section .klm-details .klm-set .klmli-field .hover-target {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #000000;
        font-style: italic;
        font-weight: 600;
        position: relative; }
        .main-content-section .klm-details .klm-set .klmli-field .hover-target:hover + .hover-popup {
          transform: scale(1); }
        .main-content-section .klm-details .klm-set .klmli-field .hover-target:focus + .hover-popup {
          transform: scale(1); }
      .main-content-section .klm-details .klm-set .klmli-field .hover-popup {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        top: 80%;
        left: 0;
        width: 25ch;
        margin: 1px;
        font-size: 16px;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px;
        z-index: 42;
        transform: scale(0);
        transition: transform 200ms ease;
        transform-origin: 8% -10px;
        box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.23); }
        .main-content-section .klm-details .klm-set .klmli-field .hover-popup:hover {
          transform: scale(1); }
        .main-content-section .klm-details .klm-set .klmli-field .hover-popup:not(:first-child) {
          margin-top: 1rem; }
        .main-content-section .klm-details .klm-set .klmli-field .hover-popup p {
          padding: 0;
          margin: 0;
          font-size: 15px !important;
          line-height: 24px !important; }
        .main-content-section .klm-details .klm-set .klmli-field .hover-popup span {
          color: #414141;
          font-weight: 700; }
        .main-content-section .klm-details .klm-set .klmli-field .hover-popup::before {
          content: '';
          position: absolute;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #f2f2f2;
          top: -11px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 20px;
          height: 0px; }
        .main-content-section .klm-details .klm-set .klmli-field .hover-popup::after {
          content: '';
          position: absolute;
          top: -1rem;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1; }
      @media (prefers-reduced-motion: reduce) {
        .main-content-section .klm-details .klm-set .klmli-field * {
          animation-delay: -1ms !important;
          animation-duration: -1ms !important;
          animation-iteration-count: 1 !important;
          background-attachment: initial !important;
          scroll-behavior: auto !important;
          transition-duration: 0s !important;
          transition-delay: 0s !important; }
        .main-content-section .klm-details .klm-set .klmli-field::before {
          animation-delay: -1ms !important;
          animation-duration: -1ms !important;
          animation-iteration-count: 1 !important;
          background-attachment: initial !important;
          scroll-behavior: auto !important;
          transition-duration: 0s !important;
          transition-delay: 0s !important; }
        .main-content-section .klm-details .klm-set .klmli-field::after {
          animation-delay: -1ms !important;
          animation-duration: -1ms !important;
          animation-iteration-count: 1 !important;
          background-attachment: initial !important;
          scroll-behavior: auto !important;
          transition-duration: 0s !important;
          transition-delay: 0s !important; } }

.main-content-section .lpg-experts {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .main-content-section .lpg-experts .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #f1f6fb 45%, #ffffff00 80%); }
  .main-content-section .lpg-experts .ready-content-area {
    position: relative; }

.main-content-section .service {
  padding-top: 80px;
  padding-bottom: 80px; }
  .main-content-section .service .service-slide {
    position: relative; }
    .main-content-section .service .service-slide .item {
      display: grid;
      gap: 30px;
      grid-template-columns: 2fr 2fr 2fr;
      gap: 20px;
      width: 100%;
      margin: 0 auto 30px auto !important; }
      .main-content-section .service .service-slide .item .feature-service-bx {
        background: #fff;
        border: 1px solid #707070;
        border-radius: 5px;
        padding: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        overflow: hidden; }
        .main-content-section .service .service-slide .item .feature-service-bx:hover {
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
        .main-content-section .service .service-slide .item .feature-service-bx .holder-img {
          position: relative;
          border-bottom: 1px solid #707070; }
          .main-content-section .service .service-slide .item .feature-service-bx .holder-img img {
            width: 100%;
            height: 335px;
            object-fit: cover; }
          .main-content-section .service .service-slide .item .feature-service-bx .holder-img .sm-logo {
            position: absolute;
            right: 10px;
            bottom: 10px;
            width: 60px;
            height: 23px; }
            .main-content-section .service .service-slide .item .feature-service-bx .holder-img .sm-logo img {
              height: auto; }
        .main-content-section .service .service-slide .item .feature-service-bx .desc-area {
          padding: 20px; }
          .main-content-section .service .service-slide .item .feature-service-bx .desc-area .head {
            font-size: 25px;
            line-height: 30px;
            font-weight: bold;
            color: #000000;
            padding-bottom: 10px;
            margin: 0; }
          .main-content-section .service .service-slide .item .feature-service-bx .desc-area p {
            padding-bottom: 25px;
            min-height: 110px; }
        .main-content-section .service .service-slide .item .feature-service-bx .rt-arrow-btn1 {
          font-size: 14px !important;
          line-height: 24px !important; }

.main-content-section .feature-review {
  background: linear-gradient(90deg, #3e0007 0%, #890c27 100%); }
  .main-content-section .feature-review .feature-img-area {
    background: url(../images/graphics.webp) no-repeat right bottom;
    padding-top: 80px;
    padding-bottom: 80px; }
    .main-content-section .feature-review .feature-img-area h2 {
      color: #fff; }
    .main-content-section .feature-review .feature-img-area p {
      color: #fff; }
    .main-content-section .feature-review .feature-img-area .review-slider {
      color: #000000; }

.main-content-section .faq-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .main-content-section .faq-area h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #000000; }
  .main-content-section .faq-area .accordion .accordion-item {
    border: none !important; }
    .main-content-section .faq-area .accordion .accordion-item h2 {
      padding: 0;
      margin-bottom: 5px; }
    .main-content-section .faq-area .accordion .accordion-item .accordion-button {
      background: #F1F6FB;
      border: none !important;
      box-shadow: none !important;
      border-radius: 5px;
      color: #000000;
      font-size: 17px;
      font-weight: 600;
      line-height: 27px; }
      .main-content-section .faq-area .accordion .accordion-item .accordion-button:not(.collapsed) {
        background-color: #890C27 !important;
        color: #fff; }
        .main-content-section .faq-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
          background: url(../images/white-up-down-arrw.svg) no-repeat !important; }
    .main-content-section .faq-area .accordion .accordion-item .accordion-body {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 5px;
      border: 1px solid #E9D9DD;
      border-radius: 5px; }
      .main-content-section .faq-area .accordion .accordion-item .accordion-body ol li {
        list-style-type: decimal; }

.enquery {
  background: linear-gradient(90deg, #3e0007 0%, #890c27 100%); }
  .enquery .col-md-6 {
    padding: 0;
    margin: 0; }
    .enquery .col-md-6:first-child {
      order: 1; }
  .enquery .row {
    margin: 0; }
  .enquery .content-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url(../images/graphics2.webp) no-repeat bottom center;
    background-size: contain;
    background-position: bottom; }
    .enquery .content-left .block-left {
      max-width: 705px;
      margin: 0;
      padding: 60px; }
      .enquery .content-left .block-left h2 {
        font-size: 41px;
        line-height: 50px;
        font-weight: 800;
        font-style: italic;
        padding-bottom: 10px;
        margin-bottom: 0;
        color: #fff;
        padding-bottom: 10px; }
        .enquery .content-left .block-left h2 span {
          font-size: 26px;
          line-height: 30px;
          font-weight: bold;
          color: #fff;
          width: 100%;
          display: block; }
      .enquery .content-left .block-left p {
        color: #fff;
        text-align: left;
        padding-bottom: 20px; }
        .enquery .content-left .block-left p:last-child {
          padding-bottom: 0; }
        .enquery .content-left .block-left p a {
          color: #C99626 !important;
          font-weight: 600; }
      .enquery .content-left .block-left .tellno {
        padding-bottom: 20px; }
        .enquery .content-left .block-left .tellno p {
          padding: 0;
          margin: 0; }
        .enquery .content-left .block-left .tellno a {
          color: #fff !important;
          font-size: 37px;
          line-height: 41px;
          font-weight: 800; }
          .enquery .content-left .block-left .tellno a.anotherpanelcall {
            font-size: 30px;
            line-height: 40px; }
        .enquery .content-left .block-left .tellno span {
          font-size: 17px;
          font-weight: 400;
          line-height: 27px;
          line-height: 40px !important;
          color: #fff; }
      .enquery .content-left .block-left .enquery-btn-area {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px; }
  .enquery .hs-block-img {
    padding: 0;
    margin: 0;
    background: no-repeat 0 0;
    background-size: auto !important;
    background-position: top !important;
    padding: 100px 30px;
    height: auto; }
    .enquery .hs-block-img.content-right {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .enquery .hs-block-img.content-right .block-right {
        display: none;
        visibility: hidden;
        padding: 0 80px; }
        .enquery .hs-block-img.content-right .block-right .contact-form-area {
          background: #00000080;
          padding: 40px 30px;
          border-radius: 5px; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area p {
            padding: 0;
            margin: 0; }
            .enquery .hs-block-img.content-right .block-right .contact-form-area p textarea {
              width: 100%; }
            .enquery .hs-block-img.content-right .block-right .contact-form-area p .request-btn {
              font-size: 14px;
              line-height: 42px;
              text-transform: capitalize;
              height: 50px;
              padding: 0 60px 0 30px !important;
              border-radius: 5px;
              text-wrap: nowrap;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              color: #fff !important;
              background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out; }
              .enquery .hs-block-img.content-right .block-right .contact-form-area p .request-btn:hover {
                background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
                text-decoration: none;
                color: #fff !important;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                transform: translateY(-5px);
                box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
          .enquery .hs-block-img.content-right .block-right .contact-form-area .wpcf7-response-output {
            color: #dc3232;
            background: #fff;
            font-size: 14px; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area .wpcf7-not-valid-tip {
            font-size: 14px; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area .kim-contact-flex p {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area .kim-contact-flexless {
            padding: 0;
            margin: 0; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area p .submit_contact {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            font-style: italic;
            text-transform: uppercase;
            height: 55px;
            padding: 0 45px 0 15px !important;
            border-radius: 5px;
            text-wrap: nowrap;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #fff !important;
            background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
            .enquery .hs-block-img.content-right .block-right .contact-form-area p .submit_contact:hover {
              background: #b38013 url(../images/white-arrow.webp) no-repeat 85% center !important;
              text-decoration: none;
              color: #fff !important;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              transform: translateY(-5px);
              box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
              text-decoration: none;
              color: #fff !important;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              transform: translateY(-5px);
              box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

/* Modal Background */
.gas-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  justify-content: center;
  align-items: center; }

/* Modal Box */
.gas-modal-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }
  .gas-modal-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333; }
  .gas-modal-box p {
    font-weight: 600; }

.gas-modal-btn {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px !important;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  height: 40px;
  padding: 0 15px !important;
  border-radius: 5px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #C99626;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px; }

.rt-arrow-btn1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #C99626;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .rt-arrow-btn1 a {
    color: #fff !important; }
  .rt-arrow-btn1::after {
    content: "";
    background: url(../images/white-arrow.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 18px !important;
    height: 14px;
    display: inline-flex; }
  .rt-arrow-btn1:hover {
    background: #b38013 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.rt-arrow-btn2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: transparent;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .rt-arrow-btn2 a {
    color: #fff !important; }
  .rt-arrow-btn2::after {
    content: "";
    background: url(../images/white-arrow.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 18px !important;
    height: 14px;
    display: inline-flex; }
  .rt-arrow-btn2:hover {
    background: transparent !important;
    border: 2px solid #b38013;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
  .rt-arrow-btn2:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 2px solid #b38013;
    text-decoration: none;
    color: #fff !important; }

.service-desc-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #E4EDF6; }
  .service-desc-area h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000000; }
  .service-desc-area .service-desc-pane {
    padding-left: 15%;
    padding-right: 15%; }
  .service-desc-area p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center !important; }
    .service-desc-area p:last-child {
      padding: 0;
      margin: 0; }

.additional-desc-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff; }
  .additional-desc-area h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000000; }
  .additional-desc-area .add-desc-pane {
    padding-left: 15%;
    padding-right: 15%; }
  .additional-desc-area p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-weight: 400 !important; }
    .additional-desc-area p:last-child {
      padding: 0;
      margin: 0; }
  .additional-desc-area .image-sec {
    text-align: center; }

.service-area .c-hs-block .col-md-6:first-child {
  order: 1; }

.service-area .c-hs-block .row {
  margin: 0; }

.service-area .c-hs-block .block-cont {
  max-width: 705px;
  margin: 0;
  padding: 60px 50px; }
  .service-area .c-hs-block .block-cont h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 20px; }
    .service-area .c-hs-block .block-cont h2 span {
      font-size: 35px;
      line-height: 40px;
      font-style: italic;
      font-weight: 800;
      display: block; }
  .service-area .c-hs-block .block-cont ul {
    margin: 0;
    padding: 0 0 20px 0; }
    .service-area .c-hs-block .block-cont ul li {
      position: relative;
      padding: 0 0 0 25px;
      font-size: 17px;
      font-weight: 400;
      line-height: 27px; }
      .service-area .c-hs-block .block-cont ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        background: url(../images/orng-tick.svg) no-repeat;
        width: 16px !important;
        height: 16px; }
  .service-area .c-hs-block .block-cont p {
    color: #fff; }
    .service-area .c-hs-block .block-cont p a {
      color: #fff !important; }
  .service-area .c-hs-block .block-cont.service-block-cont h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #000000; }
    .service-area .c-hs-block .block-cont.service-block-cont h2 span {
      font-size: 35px;
      line-height: 40px;
      font-style: italic;
      font-weight: 800;
      display: block;
      color: #000000; }
  .service-area .c-hs-block .block-cont.service-block-cont p {
    color: #000000; }
    .service-area .c-hs-block .block-cont.service-block-cont p a {
      color: #C99626 !important; }
      .service-area .c-hs-block .block-cont.service-block-cont p a:hover {
        color: #b38013 !important; }
  .service-area .c-hs-block .block-cont .btn-servicearea {
    padding-top: 20px; }
    .service-area .c-hs-block .block-cont .btn-servicearea h3 {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      color: #000000; }

.service-area .c-hs-block .hs-block-img {
  background: no-repeat 0 0;
  background-size: contain;
  background-position: center center;
  padding: 60px;
  background-color: #F1F6FB; }

.service-area .c-hs-block .service-icon {
  overflow: hidden;
  margin: 20px 0 10px; }
  .service-area .c-hs-block .service-icon li {
    display: inline-block;
    margin: 0 5px 10px 0; }
    .service-area .c-hs-block .service-icon li img {
      max-width: 50px; }

.service-area .service-page-left-pane {
  background: #fff; }
  .service-area .service-page-left-pane .flex-opposite {
    flex-direction: row-reverse; }
    .service-area .service-page-left-pane .flex-opposite .block-cont {
      float: right; }

.service-area .service-btn {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000000 !important;
  background: transparent;
  border: 2px solid #3D3D3D;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .service-area .service-btn a {
    color: #fff !important; }
  .service-area .service-btn::after {
    content: "";
    background: url(../images/black-arrow.svg) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 18px !important;
    height: 14px;
    display: inline-flex; }
  .service-area .service-btn:hover {
    background: transparent !important;
    border: 2px solid #b38013;
    text-decoration: none;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.innerall {
  padding-top: 80px;
  padding-bottom: 80px; }
  .innerall h2 {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    padding: 0 0 20px 0;
    margin: 0; }
  .innerall ul {
    margin: 0;
    padding: 0 0 20px 0; }
    .innerall ul li {
      position: relative;
      padding: 0 0 0 25px;
      font-size: 17px;
      font-weight: 400;
      line-height: 27px; }
      .innerall ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        background: url(../images/orng-tick.svg) no-repeat;
        width: 16px !important;
        height: 16px; }
  .innerall .news-div {
    position: relative;
    background-repeat: no-repeat; }
    .innerall .news-div .blog-flex {
      display: grid;
      gap: 20px;
      grid-template-columns: 2fr 2fr; }
    .innerall .news-div .item {
      border-radius: 10px;
      margin: 0 10px; }
      .innerall .news-div .item .news-image-box {
        min-height: 100%;
        height: 272px;
        position: relative;
        overflow: hidden;
        border-radius: 10px; }
        .innerall .news-div .item .news-image-box img {
          width: 100%;
          height: 100%;
          border-radius: 10px;
          object-fit: cover;
          transition: all 0.3s ease-in-out; }
          .innerall .news-div .item .news-image-box img:hover {
            filter: grayscale(100%);
            transition: all 0.3s ease-in-out; }
      .innerall .news-div .item .description-bx {
        padding: 30px 0; }
        .innerall .news-div .item .description-bx .news-date {
          font-size: 11px;
          line-height: 22px;
          font-weight: 400;
          text-transform: uppercase;
          color: #000000;
          padding-bottom: 5px;
          display: inline-block;
          position: relative; }
          .innerall .news-div .item .description-bx .news-date span {
            color: #C99626;
            text-transform: capitalize !important; }
        .innerall .news-div .item .description-bx .news-heading {
          font-size: 21px;
          line-height: 26px;
          font-weight: bold;
          color: #000000;
          padding-bottom: 10px; }
        .innerall .news-div .item .description-bx p {
          padding-bottom: 20px; }
      .innerall .news-div .item:hover img {
        filter: none;
        transition: all 0.3s ease-in-out; }
    .innerall .news-div .page-numbers_pagination {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 5px;
      border-top: 1px solid #eaeaea;
      padding-top: 40px;
      margin-top: 20px; }
      .innerall .news-div .page-numbers_pagination span {
        font-size: 14px;
        border: 1px solid #676767;
        border-radius: 2px;
        color: #000000;
        padding: 3px 6px;
        width: 26px; }
        .innerall .news-div .page-numbers_pagination span.current {
          background: #b38013 !important;
          color: #fff; }
      .innerall .news-div .page-numbers_pagination a {
        font-size: 14px;
        border: 1px solid #676767;
        border-radius: 2px;
        color: #111111 !important;
        padding: 3px 6px;
        width: 26px;
        text-align: center; }
        .innerall .news-div .page-numbers_pagination a.next {
          font-size: 17px;
          font-weight: 400;
          line-height: 27px;
          color: #000000 !important;
          background: none;
          padding: 0;
          width: auto;
          border: none; }
        .innerall .news-div .page-numbers_pagination a.prev {
          font-size: 17px;
          font-weight: 400;
          line-height: 27px;
          color: #000000 !important;
          background: none;
          padding: 0;
          width: auto;
          border: none; }
  .innerall .sidebar-right .general-category {
    border: 1px solid #707070;
    margin-bottom: 30px; }
    .innerall .sidebar-right .general-category .widget-title {
      font-size: 21px;
      line-height: 26px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 20px 30px; }
    .innerall .sidebar-right .general-category ul {
      margin: 0;
      padding: 30px; }
      .innerall .sidebar-right .general-category ul li {
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
        border-bottom: 1px solid #707070; }
  .innerall .sidebar-right .general-lastestnews h2 {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    padding: 0 0 20px 0; }
  .innerall .sidebar-right .general-lastestnews ul {
    margin: 0;
    padding: 30px; }
    .innerall .sidebar-right .general-lastestnews ul li {
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      border-bottom: 1px solid #707070; }
  .innerall .sidebar-right .general-lastestnews .lastestnews-area {
    border: 1px solid #D2CDC1;
    border-radius: 10px;
    padding: 20px;
    background: #E4EDF6; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area h2 {
      font-size: 31px;
      line-height: 26px;
      font-weight: bold;
      font-style: italic;
      color: #000000;
      padding-bottom: 10px; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .item {
      margin: 0 !important; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .owl-carousel .item {
      opacity: 1;
      margin: 0;
      transition: all .3s ease; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .btns {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0 auto; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .owl-nav {
      display: flex;
      position: absolute;
      top: -70px;
      right: 0;
      gap: 10px; }
      .innerall .sidebar-right .general-lastestnews .lastestnews-area .owl-nav .owl-prev {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px;
        cursor: pointer;
        text-indent: -99999999px;
        background: url(../images/left-asset.webp) no-repeat center 50% !important;
        width: 50px;
        height: 50px;
        border: none;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .innerall .sidebar-right .general-lastestnews .lastestnews-area .owl-nav .owl-next {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-indent: -99999999px;
        padding: 10px;
        cursor: pointer;
        background: url(../images/right-asset.webp) no-repeat center 50% !important;
        width: 50px;
        height: 50px;
        border: none;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .customNextBtn,
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .customPreviousBtn {
      float: right;
      color: #fff;
      padding: 10px;
      cursor: pointer; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .owl-dots {
      display: none; }
    .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #D2CDC1; }
      .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post:last-child {
        padding: 0;
        margin: 0;
        border-bottom: none; }
      .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img {
        margin: 0 15px 0 0;
        position: relative;
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        width: 50%; }
        .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img img {
          height: 82px;
          object-fit: cover;
          width: 100%;
          border-radius: 10px; }
        .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block {
          color: #fff;
          display: inline-block;
          max-width: 100%;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block::before {
            bottom: 0;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            width: 100%; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block img {
            display: block;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease-in-out; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:before,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:after {
            height: 1px;
            transition: width .75s ease;
            width: 100%; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:after,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:before {
            height: 100%;
            transition: height .75s ease;
            width: 1px; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:before,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:after,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:before,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:after {
            background-color: #A46AE3;
            content: '';
            display: block;
            position: absolute; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:hover:before,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:hover:after,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:hover:before,
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:hover:after {
            background-color: #fff;
            width: 1px;
            height: 1px; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block {
            display: none;
            visibility: hidden;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 10px;
            right: -10px;
            margin: auto; }
            .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:before {
              bottom: 0;
              left: 0; }
            .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-block:after {
              bottom: 0;
              right: 0; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right {
            position: relative;
            width: 100%;
            height: 100%; }
            .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:before {
              top: 0;
              left: 0; }
            .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-img .service-container-block .service-top-right:after {
              top: 0;
              right: 0; }
      .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top; }
        .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-content p {
          padding: 0;
          margin: 0; }
        .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-content .blog-widget-title {
          font-size: 16px;
          line-height: 24px;
          font-weight: bold; }
        .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-content .blog-desc-detail {
          font-size: 17px;
          font-weight: 400;
          line-height: 27px; }
          .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-content .blog-desc-detail .date-author {
            font-size: 11px;
            line-height: 22px;
            font-weight: 400;
            text-transform: uppercase;
            color: #000000;
            padding-bottom: 5px;
            display: inline-block;
            position: relative; }
            .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .blog-widget-post-content .blog-desc-detail .date-author span {
              color: #C99626;
              text-transform: capitalize !important; }
      .innerall .sidebar-right .general-lastestnews .lastestnews-area .blog-widget-post .service-btn-area {
        margin-top: 20px; }
  .innerall .blog-desc .date-author {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 5px;
    display: inline-block;
    position: relative; }
    .innerall .blog-desc .date-author span {
      color: #C99626;
      text-transform: capitalize !important; }
  .innerall .blog-single-img {
    border-radius: 10px;
    margin-bottom: 40px;
    height: 330px; }
    .innerall .blog-single-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px; }

.office-location {
  padding-top: 80px;
  padding-bottom: 80px; }
  .office-location .office-holder {
    background: linear-gradient(90deg, #3e0007 0%, #890c27 100%);
    height: 100%;
    border-radius: 10px;
    overflow: hidden; }
    .office-location .office-holder .contact-bg-area {
      background: url(../images/contact-bg.webp);
      background-position: bottom;
      background-size: cover;
      height: 100%;
      padding: 40px; }
    .office-location .office-holder .office-desc h2 {
      font-size: 41px;
      line-height: 50px;
      font-weight: 800;
      font-style: italic;
      padding-bottom: 10px;
      margin-bottom: 0;
      color: #fff; }
    .office-location .office-holder .office-desc .contact-detail {
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      color: #fff;
      padding-top: 20px; }
      .office-location .office-holder .office-desc .contact-detail div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        font-size: 20px;
        margin-bottom: 20px; }
      .office-location .office-holder .office-desc .contact-detail a {
        color: #fff !important; }
      .office-location .office-holder .office-desc .contact-detail .cont-phno {
        font-size: 25px;
        line-height: 30px;
        font-weight: bold; }
  .office-location .office-form {
    padding-left: 20px; }
    .office-location .office-form h2 {
      font-size: 41px;
      line-height: 50px;
      font-weight: 800;
      font-style: italic;
      padding-bottom: 10px;
      margin-bottom: 0;
      color: #000000; }
    .office-location .office-form .form-control {
      border: none !important;
      background: #F2F2F2 !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .office-location .office-form .form-control:hover {
        background: #ececec !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    .office-location .office-form span {
      padding: 0;
      margin: 0; }
    .office-location .office-form label {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      margin-right: 10px;
      font-weight: 300;
      font-style: italic;
      margin-bottom: 10px; }
    .office-location .office-form input[type="radio"] {
      height: 20px !important;
      margin: 0 !important;
      width: 20px !important;
      padding: 0px !important; }
    .office-location .office-form .submit_contact {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      font-style: italic;
      text-transform: uppercase;
      height: 50px;
      padding: 0 60px 0 45px !important;
      border-radius: 5px;
      text-wrap: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff !important;
      background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .office-location .office-form .submit_contact:hover {
        background: #b38013 url(../images/white-arrow.webp) no-repeat 85% center !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.values-area {
  background: linear-gradient(90deg, #3e0007 0%, #890c27 100%); }
  .values-area .values-img-area {
    background: url(../images/graphics.webp) no-repeat right bottom;
    padding-top: 80px;
    padding-bottom: 80px; }
    .values-area .values-img-area h2 {
      color: #fff; }
    .values-area .values-img-area p {
      color: #fff; }
    .values-area .values-img-area .values-slider {
      display: grid;
      gap: 30px;
      grid-template-columns: 2fr 2fr 2fr 2fr; }
      .values-area .values-img-area .values-slider .value-box {
        border-radius: 5px;
        text-align: center;
        padding: 20px; }
        .values-area .values-img-area .values-slider .value-box .img-bx {
          margin-bottom: 10px; }
        .values-area .values-img-area .values-slider .value-box .heading {
          font-size: 20px;
          line-height: 30px;
          font-weight: bold;
          color: #000000; }
        .values-area .values-img-area .values-slider .value-box p {
          font-size: 14px;
          line-height: 24px;
          text-transform: capitalize;
          padding: 0;
          margin: 0;
          text-transform: none;
          color: #000000; }
      .values-area .values-img-area .values-slider .even {
        background: #E4EDF6; }
      .values-area .values-img-area .values-slider .odd {
        background: #fff; }

.about-team-commu .c-hs-block .col-md-6:first-child {
  order: 1; }

.about-team-commu .c-hs-block .row {
  margin: 0; }

.about-team-commu .c-hs-block .block-cont {
  max-width: 680px;
  margin: 0;
  padding: 60px 15%; }
  .about-team-commu .c-hs-block .block-cont h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 20px; }
    .about-team-commu .c-hs-block .block-cont h2 span {
      font-size: 35px;
      line-height: 40px;
      font-style: italic;
      font-weight: 800;
      display: block; }
  .about-team-commu .c-hs-block .block-cont ul {
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0; }
    .about-team-commu .c-hs-block .block-cont ul li {
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      color: #000000;
      position: relative;
      padding: 0 0 0 25px; }
      .about-team-commu .c-hs-block .block-cont ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        background: url(../images/orng-tick.svg) no-repeat;
        width: 16px !important;
        height: 16px; }
  .about-team-commu .c-hs-block .block-cont p {
    color: #fff; }
    .about-team-commu .c-hs-block .block-cont p a {
      color: #fff !important; }
  .about-team-commu .c-hs-block .block-cont.service-block-cont h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #000000; }
    .about-team-commu .c-hs-block .block-cont.service-block-cont h2 span {
      font-size: 35px;
      line-height: 40px;
      font-style: italic;
      font-weight: 800;
      display: block;
      color: #000000; }
  .about-team-commu .c-hs-block .block-cont.service-block-cont p {
    padding: 0;
    margin: 0;
    color: #000000; }
    .about-team-commu .c-hs-block .block-cont.service-block-cont p a {
      color: #C99626 !important; }
      .about-team-commu .c-hs-block .block-cont.service-block-cont p a:hover {
        color: #b38013 !important; }
  .about-team-commu .c-hs-block .block-cont .btn-servicearea {
    padding-top: 20px; }
    .about-team-commu .c-hs-block .block-cont .btn-servicearea h3 {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      color: #000000; }

.about-team-commu .c-hs-block .about-block-img {
  background: no-repeat 0 0;
  background-size: auto;
  background-position: center center;
  padding: 60px;
  background: #F1F6FB; }

.about-team-commu .c-hs-block .service-icon {
  overflow: hidden;
  margin: 20px 0 10px; }
  .about-team-commu .c-hs-block .service-icon li {
    display: inline-block;
    margin: 0 5px 10px 0; }
    .about-team-commu .c-hs-block .service-icon li img {
      max-width: 50px; }

.about-team-commu .about-page-left-pane {
  background: #E4EDF6; }
  .about-team-commu .about-page-left-pane .flex-opposite {
    flex-direction: row-reverse; }
    .about-team-commu .about-page-left-pane .flex-opposite .block-cont {
      float: right; }
  .about-team-commu .about-page-left-pane img {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

.about-team-commu .about-page-right-pane {
  background: #F1F6FB; }
  .about-team-commu .about-page-right-pane .flex-opposite {
    flex-direction: row-reverse; }
    .about-team-commu .about-page-right-pane .flex-opposite .block-cont {
      float: right; }

.order-gas-process {
  padding-top: 80px;
  padding-bottom: 80px; }
  .order-gas-process .order-gas-form {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 40px;
    background: #fff; }
    .order-gas-process .order-gas-form h3 {
      font-size: 22px;
      line-height: 30px;
      font-style: italic;
      font-weight: 800;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0; }
    .order-gas-process .order-gas-form .order-gen-gap {
      margin-bottom: 30px; }
    .order-gas-process .order-gas-form .form-area2 select {
      width: 100%; }
    .order-gas-process .order-gas-form .form-area2 p {
      padding-bottom: 10px !important; }
    .order-gas-process .order-gas-form .kim-contact-flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .order-gas-process .order-gas-form .kim-contact-flex p {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px; }
        .order-gas-process .order-gas-form .kim-contact-flex p .wpcf7-form-control-wrap {
          width: 100%; }
    .order-gas-process .order-gas-form .kim-contact-flexless p {
      padding: 0;
      margin: 0; }
    .order-gas-process .order-gas-form .kim-contact-flexless select {
      width: 100%; }
    .order-gas-process .order-gas-form .kim-contact-flexless textarea {
      width: 100%; }
    .order-gas-process .order-gas-form .kim-contact-newsec {
      display: grid;
      gap: 20px;
      grid-template-columns: 2fr 2fr; }
      .order-gas-process .order-gas-form .kim-contact-newsec .volnormal p {
        flex-direction: column;
        display: flex; }
    .order-gas-process .order-gas-form ul li {
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      list-style-type: circle;
      color: #414141 !important; }
      .order-gas-process .order-gas-form ul li a {
        color: #C99626 !important; }
        .order-gas-process .order-gas-form ul li a:hover {
          color: #b38013 !important; }
    .order-gas-process .order-gas-form ol {
      margin: 0;
      padding: 0 0 20px 0; }
      .order-gas-process .order-gas-form ol li {
        position: relative;
        padding: 0 0 0 25px;
        font-size: 17px;
        font-weight: 400;
        line-height: 27px; }
        .order-gas-process .order-gas-form ol li:before {
          position: absolute;
          top: 5px;
          left: 0;
          content: '';
          background: url(../images/orng-tick.svg) no-repeat;
          width: 16px !important;
          height: 16px; }
    .order-gas-process .order-gas-form label {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      margin-right: 10px;
      font-size: 17px;
      font-weight: 400;
      line-height: 27px; }
      .order-gas-process .order-gas-form label input {
        width: auto; }
    .order-gas-process .order-gas-form input {
      width: 100%;
      border: none !important;
      background: #F2F2F2 !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .order-gas-process .order-gas-form input:hover {
        background: #ececec !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    .order-gas-process .order-gas-form input[type="radio"] {
      height: 20px !important;
      width: 20px !important;
      margin: 0 !important;
      padding: 0 !important; }
      .order-gas-process .order-gas-form input[type="radio"]:hover {
        background: none !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    .order-gas-process .order-gas-form input[type="checkbox"] {
      height: 20px !important;
      margin: 0 !important;
      padding: 0 !important; }
    .order-gas-process .order-gas-form span {
      padding: 0;
      margin: 0; }
      .order-gas-process .order-gas-form span.subtotal {
        font-weight: bold; }
    .order-gas-process .order-gas-form .form-control {
      border: none !important;
      background: #F2F2F2 !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .order-gas-process .order-gas-form .form-control:hover {
        background: #ececec !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    .order-gas-process .order-gas-form .submit_vew {
      width: auto;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      font-style: italic;
      text-transform: uppercase;
      height: 50px;
      padding: 0 60px 0 45px !important;
      border-radius: 5px;
      text-wrap: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto !important;
      cursor: pointer;
      color: #fff !important;
      background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .order-gas-process .order-gas-form .submit_vew:hover {
        background: #b38013 url(../images/white-arrow.webp) no-repeat 85% center !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .order-gas-process .order-gas-form button[type="submit"] {
      width: auto;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      font-style: italic;
      text-transform: uppercase;
      height: 50px;
      padding: 0 60px 0 45px !important;
      border-radius: 5px;
      text-wrap: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto !important;
      border: none;
      cursor: pointer;
      color: #fff !important;
      background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .order-gas-process .order-gas-form button[type="submit"]:hover {
        background: #b38013 url(../images/white-arrow.webp) no-repeat 85% center !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
    .order-gas-process .order-gas-form .error-msg {
      border-radius: 5px;
      padding: 10px 20px;
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      color: #000; }
    .order-gas-process .order-gas-form .success-msg {
      border-radius: 5px;
      padding: 10px 20px;
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      color: #000; }
    .order-gas-process .order-gas-form .wpcf7-response-output {
      font-size: 14px; }
    .order-gas-process .order-gas-form .order-item {
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .order-gas-process .order-gas-form .order-item input {
        width: 40% !important; }
  .order-gas-process .verifydiv {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px; }

.delivarydays-desc-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .delivarydays-desc-area .service-desc-delivarydays {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    border: 1px solid #efe3cb;
    border-radius: 5px;
    padding: 40px;
    background: #fffdf8; }
    .delivarydays-desc-area .service-desc-delivarydays .table tr:nth-child(even) {
      background: #E4EDF6; }
  .delivarydays-desc-area #day-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px 0 !important; }
    .delivarydays-desc-area #day-buttons .day-btn {
      font-size: 17px;
      font-weight: 400;
      line-height: 27px;
      background: #C99626;
      font-style: italic;
      font-weight: 600 !important;
      color: #fff;
      border-radius: 5px;
      border: none;
      padding: 5px 25px; }
      .delivarydays-desc-area #day-buttons .day-btn.active {
        background: #b38013; }

.search-results-area {
  padding-top: 80px;
  padding-bottom: 80px; }
  .search-results-area h2 {
    font-size: 41px;
    line-height: 50px;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 10px;
    margin-bottom: 0; }
  .search-results-area h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold; }

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.modal-box {
  background: #fff;
  padding: 30px 40px;
  max-width: 500px;
  width: 90%;
  border-radius: 5px;
  position: relative; }
  .modal-box .kim-contact-flex p {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
    .modal-box .kim-contact-flex p.form-control {
      border: none !important;
      background: #F2F2F2 !important; }
  .modal-box .kim-contact-flexless p {
    padding: 0;
    margin: 0; }
  .modal-box p .submit_contact {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    height: 55px;
    padding: 0 45px 0 15px !important;
    border-radius: 5px;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    background: #C99626 url(../images/white-arrow.webp) no-repeat 85% center !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .modal-box p .submit_contact:hover {
      background: #b38013 url(../images/white-arrow.webp) no-repeat 85% center !important;
      text-decoration: none;
      color: #fff !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transform: translateY(-5px);
      box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
      text-decoration: none;
      color: #fff !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transform: translateY(-5px);
      box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
  .modal-box p textarea.form-control {
    border: none !important;
    background: #F2F2F2 !important;
    resize: none !important; }
  .modal-box .modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold; }

.footer-area {
  background: #000;
  padding: 80px 0 0 0; }
  .footer-area .footer1 {
    padding-bottom: 60px; }
    .footer-area .footer1 p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #C4B6B8; }
    .footer-area .footer1 span {
      font-size: 25px;
      line-height: 25px;
      color: #fff; }
    .footer-area .footer1 a {
      color: #C4B6B8 !important; }
    .footer-area .footer1 .foot-social {
      padding: 0;
      margin: 0;
      padding-top: 20px; }
      .footer-area .footer1 .foot-social ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        gap: 10px; }
        .footer-area .footer1 .foot-social ul li {
          list-style-type: none !important; }
      .footer-area .footer1 .foot-social img {
        filter: brightness(0) invert(1); }
    .footer-area .footer1 .map {
      margin-top: 30px; }
    .footer-area .footer1 .foot_align h3 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      margin: 0;
      padding-bottom: 10px;
      color: #fff; }
    .footer-area .footer1 .foot_sub-align {
      padding-top: 30px; }
      .footer-area .footer1 .foot_sub-align h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 10px;
        color: #fff; }
    .footer-area .footer1 .foot_link ul {
      padding-left: 20px;
      margin-bottom: 0; }
      .footer-area .footer1 .foot_link ul li {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        list-style-type: circle;
        color: #C4B6B8 !important; }
        .footer-area .footer1 .foot_link ul li a {
          color: #C4B6B8 !important; }
          .footer-area .footer1 .foot_link ul li a:hover {
            color: #b38013 !important; }
    .footer-area .footer1 .foot_link img {
      float: right; }
    .footer-area .footer1 .foot_link_two p {
      padding: 0;
      margin: 0;
      color: #C4B6B8 !important; }
      .footer-area .footer1 .foot_link_two p a {
        color: #b38013 !important; }
        .footer-area .footer1 .foot_link_two p a:hover {
          color: #b38013 !important; }
    .footer-area .footer1 .foot_link_two ul li {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      list-style-type: circle;
      color: #fff !important; }
      .footer-area .footer1 .foot_link_two ul li a {
        color: #C99626 !important; }
        .footer-area .footer1 .foot_link_two ul li a:hover {
          color: #b38013 !important; }
  .footer-area .foot-about-txt {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #fff !important; }
  .footer-area .foot-right {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #52576B; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #363636;
  color: #C4B6B8;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 28px; }
  .copyright a {
    color: #C4B6B8 !important; }
    .copyright a:hover {
      text-decoration: underline !important; }
  .copyright img {
    float: right; }
  .copyright .webdesifbing {
    font-size: 14px;
    line-height: 28px; }

.thankyou-div {
  padding-bottom: 80px; }
  .thankyou-div a {
    color: #414141 !important; }
    .thankyou-div a:hover {
      text-decoration: underline !important; }
  .thankyou-div p {
    text-align: center; }

.error404 .error404-template {
  padding: 140px 0 80px 0; }
  .error404 .error404-template .contentBx {
    text-align: center; }
    .error404 .error404-template .contentBx img {
      width: 40%; }
    .error404 .error404-template .contentBx h1 {
      text-align: center;
      font-size: 100px;
      line-height: 120px;
      color: #000;
      padding: 0;
      margin: 0; }
    .error404 .error404-template .contentBx p {
      text-align: center;
      font-size: 25px;
      line-height: 35px;
      color: #2E5C57;
      padding: 0;
      margin: 30px 0 0 0; }
    .error404 .error404-template .contentBx .social {
      margin: 0;
      padding: 100px 0 0 0; }
      .error404 .error404-template .contentBx .social ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .error404 .error404-template .contentBx .social ul li {
          margin: 0 5px;
          padding: 0; }
      .error404 .error404-template .contentBx .social svg {
        width: 30px;
        height: 30px; }

.genarea-heading h2 {
  font-size: 41px;
  line-height: 50px;
  font-weight: 800;
  font-style: italic;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: center; }

.genarea-heading p {
  text-align: center !important; }

.top-padding {
  padding-top: 80px; }

.no-top-padding {
  padding-bottom: 0 !important; }

.bottom-padding {
  padding-bottom: 80px; }

.no-botm-padding {
  padding-bottom: 0 !important; }

.top-margin {
  margin-top: 30px !important; }

.bottom-margin {
  margin-bottom: 30px; }

.particle-moving1 img {
  animation: particlemove2 4.5s infinite linear; }

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px); }
  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px); }
  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }

.desktop-display {
  display: block !important;
  visibility: visible !important; }

.mob-display {
  display: none !important;
  visibility: hidden !important; }

.mobile-burger {
  display: none; }

.cover-img {
  background-size: cover; }
