* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 0px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::selection {
  color: var(--white);
  background: var(--primary);
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::-webkit-selection {
  color: var(--white);
  background: var(--primary);
}

*::-ms-selection {
  color: var(--white);
  background: var(--primary);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  color: var(--dark);
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
  transition: all 0.5s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #333;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding-bottom: 10px;
  letter-spacing: 0.16px;
}

body p a {
  color: var(--dark);
  font-weight: 900;
}

body p:last-child {
  padding-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

html body .owl-carousel .owl-nav button.owl-prev,
html body .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -35px;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/owl-arrow.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-size: contain;
}

html body .owl-carousel .owl-nav button.owl-next {
  transform: translateY(-50%) rotate(0deg);
  left: auto !important;
  right: -35px;
}

html body .owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

html body .owl-dots {
  text-align: center;
  margin: 0 0 20px;
}

html body .owl-dots button {
  height: 6px;
  width: 32px;
  background: #CFCFCF !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 5px;
}

html body .owl-dots button.active {
  background: var(--primary) !important;
  transition: unset;
  position: relative;
}

html body .owl-dots button span {
  display: none;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
  background: rgb(255, 255, 255);
  height: 56px;
  padding: 5px 20px !important;
  color: #333;
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 7px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.gform_wrapper .gfield input::-moz-placeholder, .gform_wrapper .gfield select::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder {
  color: #333;
  font-weight: 400;
}

.gform_wrapper .gfield input::placeholder, .gform_wrapper .gfield select::placeholder, .gform_wrapper .gfield textarea::placeholder {
  color: #333;
  font-weight: 400;
}

.gform_wrapper .gfield select {
  line-height: normal !important;
}

.gform_wrapper .gfield select option {
  color: #000;
}

.gform_wrapper .gfield_checkbox input, .gform_wrapper input[type=checkbox] {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  height: 14px;
  width: 14px;
  line-height: 14px !important;
  padding: 0 !important;
  margin-right: 9px;
  position: relative;
  cursor: pointer;
  height: auto !important;
}

.gform_wrapper .gfield_error legend {
  color: #222 !important;
}

.gform_wrapper .gfield_error label {
  color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  right: 20px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
}

html .gform_wrapper .gfield textarea {
  height: 120px !important;
  resize: none;
  padding: 15px 20px !important;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4D4D4D;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--dark);
}

.gform_wrapper .gform_footer .gform_button {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  letter-spacing: 0.48px;
  background: rgba(255, 255, 255, 0);
  padding: 20px 32px 20px 32px;
  display: inline-block;
  border: 1px solid var(--primary);
  transition: all 0.5s;
  color: var(--primary);
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  position: relative;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: var(--primary);
  color: var(--white);
  transition: all 0.5s;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio > .gchoice {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 10px 10px !important;
}

legend.gfield_label {
  color: #222;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  margin-top: 10px;
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}

.fixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: transparent;
  margin: 0 auto;
  padding: 30px 50px;
}

#header.fixed {
  background: var(--primary);
  padding: 25px 50px;
}

#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(32, 12, 46, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
}

#header .wrapper ul#menu-header-menu > li {
  position: relative;
  margin-right: 35px;
}

#header .wrapper ul#menu-header-menu li a {
  color: var(--white);
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu li a:hover::before,
#header .wrapper ul#menu-header-menu li.active a::before,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a::before {
  opacity: 1;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children a::before {
  content: none;
}

#header .wrapper ul#menu-header-menu li.menu-has-children:hover > a {
  color: var(--primary);
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 8px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: var(--white);
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 2px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--dark);
  font-weight: 600;
  transition: none;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 120%;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

body:not(.home) #header .wrapper ul#menu-header-menu > li:hover > a,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover a {
  color: var(--primary) !important;
}

#header.fixed .wrapper ul#menu-header-menu > li:hover > a {
  color: var(--primary) !important;
}

#header .wrapper ul#menu-header-menu > li:last-child {
  margin-right: 0px;
}

#header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .wrapper .middle-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .header-btn-wrap {
  margin-left: 47px;
}

#header .header-logo a {
  display: block;
  max-width: 210px;
  position: relative;
  z-index: 99;
}

#header .header-logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
  color: var(--white) !important;
  background-color: var(--secondary);
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

#header.fixed .header-logo a {
  max-width: 150px;
}

#header.fixed {
  background-color: var(--secondary);
}

.mobile-list-menu {
  display: none;
}

.mobile {
  display: none !important;
}

#header .header-btn-wrapper .btn-main.sm:hover {
  background: #d80005;
}

/* section css start */
.container {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

:root {
  --primary:#C52F33;
  --secondary:#202E33;
  --title: #000000;
  --dark: #000000;
  --white: #ffffff;
}

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

.btn-main {
  background: var(--primary);
  padding: 16px 30px;
  display: flex;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
  gap: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-main:hover {
  background: #d80005;
  color: var(--white);
}

.btn-main.btn-arrow {
  background-image: url(../images/btn-right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
  padding: 16px 50px 16px 30px;
}

.btn-main.btn-arrow:hover {
  background-color: #d80005;
  color: var(--white);
}

.btn-main.btn-outline {
  border: 1px solid var(--primary);
  background-color: transparent;
  color: var(--primary);
  background-image: url(../images/btn-right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
  padding: 16px 50px 16px 30px;
}

.btn-main.btn-outline:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  background-image: url(../images/btn-right-arrow-white.svg);
}

.btn-main.sm {
  padding: 13px 21px;
}

/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--secondary) !important;
}

.jump-link {
  display: block;
  width: 100%;
  margin-top: -82px;
  padding-top: 82px;
}

.page-not-found {
  padding: 180px 0px 60px;
  position: relative;
}

.page-not-found h1 {
  color: #ee0000;
  margin-bottom: 40px;
  letter-spacing: normal;
  font-size: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 120%;
}

/* common-inner-banner-section */
.common-inner-banner-section {
  padding: 160px 0px 80px 0px;
  position: relative;
  background: var(--secondary);
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.common-inner-banner-section h1 {
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 106.25%;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.common-content-section {
  padding: 70px 0px 70px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper h1, .common-content-section .common-content-wrapper h2, .common-content-section .common-content-wrapper h3, .common-content-section .common-content-wrapper h4, .common-content-section .common-content-wrapper h5, .common-content-section .common-content-wrapper h6 {
  margin: 10px 0px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.common-content-section .common-content-wrapper p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 150%;
}

.common-content-section .common-content-wrapper ol {
  margin: 15px 0px;
  position: relative;
  padding-left: 30px;
}

.common-content-section .common-content-wrapper ol > li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul {
  position: relative;
  margin: 20px 0px;
}

.common-content-section .common-content-wrapper ul > li {
  position: relative;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.common-content-section .common-content-wrapper ul > li::before {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
  border-radius: 50px;
  background: #000;
}

.common-content-section .common-content-wrapper h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h2 {
  color: #000;
  font-size: 37px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h3 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h4 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h6 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}

.common-content-section .common-content-wrapper a {
  color: var(--primary);
  font-weight: 500;
}

.common-content-section .common-content-wrapper a:hover {
  color: #000;
}

.entry-title {
  display: none;
}

.border-btn {
  color: var(--secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.border-btn:hover {
  color: var(--dark);
}

.main-banner-section .banner-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-banner-section .banner-container:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2392156863);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.main-banner-section .banner-images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  margin: auto;
}

.main-banner-section img.banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.main-banner-section .banner-images .banner-img.active {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.main-banner-section .banner-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner-section .subtile {
  margin-bottom: 10px;
  color: var(--white);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 7.5px;
  text-transform: uppercase;
}

.main-banner-section .banner-title {
  color: var(--white);
  text-align: center;
  font-size: 120px;
  font-weight: 200;
  line-height: 90%;
  letter-spacing: -3.6px;
  text-transform: uppercase;
}

.main-banner-section .banner-title .product-name {
  font-weight: 800;
}

.main-banner-section .banner-title .small-text {
  font-size: 80px;
  font-weight: 200;
  letter-spacing: -2.4px;
}

.main-banner-section .product-categories {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: grid;
  padding: 10px 80px;
  z-index: 2;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.main-banner-section .category-item {
  position: relative;
  cursor: pointer;
  padding: 10px 15px 10px 0px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.main-banner-section .category-item.active {
  color: var(--white);
}

.main-banner-section .category-item .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2); /* Faded base line */
  overflow: hidden;
}

.main-banner-section .category-item.active .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-image: url("../images/progressbar-line-shap.svg"); /* Your textured white bar */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: fillProgress 5s linear forwards;
}

@keyframes fillProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.company-info-section {
  padding: 95px 0px;
  position: relative;
}

.company-info-section:before {
  content: "";
  display: block;
  width: 569px;
  height: 601px;
  background-image: url(../images/bg-shap-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}

.company-info-section .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.company-info-section .row-wrapper .image {
  width: 100%;
  height: 465px;
}

.company-info-section .row-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.company-info-section .title {
  color: #000;
  font-size: 44px;
  font-weight: 800;
  line-height: 113.636%;
  margin-bottom: 15px;
}

.company-info-section p {
  color: #333;
  font-size: 20px;
}

.company-info-section .row-wrapper .wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.company-location-box-section {
  padding: 100px 0px;
  position: relative;
  background-color: #2E424A;
}

.company-location-box-section h2 {
  color: #FFF;
  font-weight: 400;
}

.company-location-box-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  gap: 30px;
  justify-content: space-between;
}

.company-location-box-wrapper .company-location-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 560px;
  padding: 30px;
  cursor: pointer;
  transition: all 0.5s;
}

.company-location-box-wrapper .company-location-box .image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}

.company-location-box-wrapper .company-location-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.company-location-box-wrapper .company-location-box .title {
  color: var(--dark);
  font-size: 32px;
  font-weight: 800;
  line-height: 137.5%;
  position: relative;
  z-index: 5;
}

.company-location-box-wrapper .company-location-box .arrow-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  margin-left: auto;
  text-align: right;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}

.company-location-box-wrapper .company-location-box .arrow-btn:hover {
  transform: rotate(45deg);
}

.company-location-box-wrapper .company-location-box:hover .arrow-btn {
  opacity: 1;
  visibility: visible;
}

.company-location-box-wrapper .company-location-box:nth-child(1) .title {
  text-align: right;
}

.company-location-box-wrapper .company-location-box {
  width: 28%;
  transition: width 0.5s;
}

.company-location-box-wrapper .company-location-box.active {
  width: 69%;
}

.curiosity-section {
  position: relative;
  padding: 100px 0px;
}

.title-wrapper {
  margin-bottom: 35px;
}

h2 {
  color: var(--dark);
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h2 span {
  color: var(--primary);
}

.product-slider {
  padding: 0px 40px;
}

.product-slider .product-box {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 15px 25px 15px;
  position: relative;
  margin: 45px 25px 45px 25px;
  transition: all 0.5s;
}

.product-slider .product-box .product-image {
  width: 100%;
  height: 235px;
  margin-bottom: 15px;
  position: relative;
}

.product-slider .product-box .product-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.product-slider .swiper-slide-active .product-box {
  transform: scale(1.1);
}

.product-slider .product-box .product-image .arrow-link {
  height: 33px;
  width: 33px;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: -15px;
  transition: all 0.5s;
}

.product-slider .product-box .product-image .arrow-link img {
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-slider .product-box .product-image .arrow-link:hover {
  transition: all 0.5s;
  transform: rotate(45deg);
}

.product-slider .product-box .product-name {
  color: var(--dark);
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

.product-slider .product-box p {
  color: #333;
  font-size: 17px;
  line-height: 138.889%;
}

.product-slider .swiper-wrapper {
  align-items: center;
}

.product-slider .slick-list .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-slider .swiper-slide-active .product-box .product-image {
  height: 330px;
}

.product-slider .swiper-slide-active .product-box .product-name {
  font-size: 30px;
}

button.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 0px;
  background-color: #fff !important;
  left: 0;
  transition: all 0.5s;
  transform: translate(0px) !important;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
}

.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.slick-prev.slick-arrow {
  transform: rotate(180deg) !important;
}

button.slick-arrow:before {
  content: "";
  height: 20px;
  width: 25px;
  background-image: url(../images/slick-arrow-001.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
  background-position: center center;
  transition: all 0.5s;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.2;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  pointer-events: none;
}

button.slick-arrow:hover:before {
  transition: all 0.5s;
  opacity: 1;
  background-image: url(../images/white-slick-arrow-001.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}

.slick-prev.slick-arrow {
  left: -30px;
}

.slick-next.slick-arrow {
  right: -30px;
}

button.slick-arrow:hover {
  background-color: var(--primary) !important;
}

html .swiper-button-next, html .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 0px;
  background-color: #fff !important;
  transition: all 0.5s;
  transform: translate(0px) !important;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
}

html .swiper-button-prev {
  transform: rotate(180deg) !important;
}

html .swiper-button-next:after, html .swiper-button-prev:after {
  content: "";
  height: 20px;
  width: 25px;
  background-image: url(../images/slick-arrow-001.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
  background-position: center center;
  transition: all 0.5s;
}

html .swiper-button-next:hover:after, html .swiper-button-prev:hover:after {
  transition: all 0.5s;
  opacity: 1;
  background-image: url(../images/white-slick-arrow-001.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}

html .swiper-button-prev {
  left: 5px;
}

html .swiper-button-next {
  right: 5px;
  left: auto;
}

html .swiper-button-next:hover, html .swiper-button-prev:hover {
  background-color: var(--primary) !important;
}

.fabricating-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 720px;
  gap: 74px;
  align-items: center;
}

.fabricating-section .row-wrapper h2 {
  line-height: 105%;
  margin-bottom: 20px;
}

.fabricating-section .row-wrapper p {
  font-size: 24px;
}

.fabricating-section .video-box {
  position: relative;
  height: 390px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
}

.fabricating-section .video-box .video-thumbnail-image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fabricating-section .video-box .video-button {
  z-index: 5;
  cursor: pointer;
}

.fabricating-section .video-box .title {
  position: relative;
  z-index: 5;
  color: #FFF;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.fabricating-section .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
}

.fabricating-section .video-modal:not(.hidden) {
  display: flex;
}

.fabricating-section .video-modal video {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.fabricating-section .video-modal .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 35px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.fabricating-section {
  padding: 100px 0px;
  position: relative;
  background: #F2EFE9;
}

.growth-section {
  padding: 100px 80px;
  position: relative;
  background-color: #10171A;
}

.growth-section .row-wrapper {
  display: grid;
  grid-template-columns: 480px auto 480px;
  gap: 37px;
  align-items: center;
}

.growth-section .image-one {
  height: 311px;
  width: 381px;
}

.growth-section .image-one img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.growth-section .image-two {
  width: 325px;
  height: 204px;
  margin-left: auto;
}

.growth-section .image-two img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.growth-section .image-three {
  width: 331px;
  height: 249px;
}

.growth-section .image-three img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.growth-section .image-four {
  width: 100%;
  height: 311px;
}

.growth-section .image-four img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.growth-section .row-wrapper .left-col, .growth-section .row-wrapper .right-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.growth-section .row-wrapper .right-col {
  align-items: center;
}

.growth-section h2 {
  margin-bottom: 20px;
  color: var(--white);
}

.growth-section p {
  color: var(--white);
  font-size: 20px;
}

.growth-section .btn-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.growth-section .bg-shap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  pointer-events: none;
  height: 100%;
  width: 758px;
}

.growth-section .bg-shap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-image {
  display: none;
}

.h-mobile-menu {
  display: none;
}

.inner-banner-section {
  padding-top: 185px;
  background-color: #101719;
  position: relative;
}

.inner-banner-section .subtitle {
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.inner-banner-section h1 {
  color: var(--white);
  font-size: 80px;
  font-weight: 200;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.inner-banner-section h1 span {
  font-weight: 800;
}

.inner-banner-section .inner-banner-image {
  height: 550px;
  margin-bottom: -85px;
  position: relative;
  z-index: 5;
}

.inner-banner-section .inner-banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.latest-technology-section {
  background: #F2EFE9;
  padding: 185px 0px 100px 0px;
  position: relative;
}

.big-text {
  color: var(--dark);
  font-size: 40px !important;
  line-height: 165%;
}

.big-text a, .big-text span {
  font-weight: 400;
  color: var(--primary);
}

.big-text a:hover {
  color: var(--dark);
}

.location-contact-info-section {
  padding: 100px 0px;
  position: relative;
}

.location-contact-info-listing {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  margin-bottom: 40px;
}

.location-contact-info-listing .location-contact-info-box {
  display: grid;
  grid-template-columns: 600px auto;
  align-items: center;
  gap: 95px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 20px 50px 20px 20px;
}

.location-contact-info-listing .location-contact-info-box .image {
  height: 500px;
  width: 100%;
  position: relative;
}

.location-contact-info-listing .location-contact-info-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.location-contact-info-listing .location-contact-info-box .image .address {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 15px;
  color: #C52F33;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.location-contact-info-listing .location-contact-info-box h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

.location-contact-info-listing .location-contact-info-box p {
  font-size: 18px;
  line-height: 200%;
}

.location-contact-info-listing .location-contact-info-box ul.contact-wrapper {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.location-contact-info-listing .location-contact-info-box ul.contact-wrapper li {
  display: flex;
  gap: 13px;
  align-items: center;
}

.location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .icon {
  border-radius: 20px;
  background: #2E424A;
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 9px 10px;
  align-items: center;
  justify-content: center;
}

.location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .phone-no {
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .phone-no:hover {
  color: var(--primary);
}

.location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .location-info {
  color: #333;
  font-size: 20px;
}

.location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .location-info:hover {
  color: var(--primary);
}

.location-contact-info-section p {
  font-size: 20px;
  line-height: 200%;
}

.location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) .right-col {
  order: -1;
}

.location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) {
  padding: 20px 20px 20px 50px;
}

.location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) .image .address {
  right: auto;
  left: 20px;
}

.product-making-info-section {
  padding: 185px 0px 90px 0px;
  position: relative;
  background-color: #fff;
}

.product-making-info-section p {
  font-size: 20px;
}

.why-work-with-us-section {
  padding: 100px 0px;
  position: relative;
  background-color: #F2EFE9;
}

.why-work-box-listing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 25px;
}

.why-work-box-listing .why-work-box {
  padding: 30px 38px 30px 30px;
  position: relative;
  background-color: var(--white);
  border-radius: 20px;
  width: 31.4%;
}

.why-work-box-listing .why-work-box .title {
  color: var(--dark);
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.why-work-box-listing .why-work-box p {
  font-size: 18px;
}

.who-thrives-at-surbhi-section {
  position: relative;
  padding: 100px 0px;
}

.who-thrives-at-surbhi-section .who-thrives-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}

.who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box {
  position: relative;
}

.who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image {
  height: 430px;
  width: 100%;
  margin-bottom: 20px;
}

.who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .title {
  color: var(--dark);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 0px;
  line-height: 130%;
}

ul.arrow-list {
  position: relative;
  margin: 10px 0px;
}

ul.arrow-list li {
  position: relative;
  padding-left: 30px;
  color: #000;
  font-size: 20px;
  line-height: 155%;
  text-transform: capitalize;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  margin-bottom: 25px;
}

ul.arrow-list li:last-child {
  margin-bottom: 0px;
}

.current-opportunities-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0px;
}

.current-opportunities-section:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0.91%, rgba(0, 0, 0, 0.45) 46.75%, rgba(0, 0, 0, 0.23) 63.81%, rgba(0, 0, 0, 0) 78.36%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.current-opportunities-section h2 {
  color: var(--white);
}

.current-opportunities-section p {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

.current-opportunities-section p.subtitle {
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 50px;
  margin-top: 30px;
}

.current-opportunities-section p a {
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.current-opportunities-section p a:hover {
  color: var(--primary);
}

.current-opportunities-section .information-wrapper {
  max-width: 640px;
  position: relative;
}

.life-at-surbhi-section {
  padding: 100px 0px;
  position: relative;
}

.life-at-surbhi-section .subtitle {
  color: var(--dark);
  font-size: 32px;
  font-weight: 800;
}

.life-at-surbhi-section .icon-listing {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.life-at-surbhi-section .icon-listing .icon-box {
  position: relative;
  padding: 0px 70px;
  text-align: center;
}

.life-at-surbhi-section .icon-listing .icon-box::before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/gradiant-border.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.life-at-surbhi-section .icon-listing .icon-box:last-child:before {
  background-image: unset;
}

.life-at-surbhi-section .icon-listing .icon-box .icon {
  display: flex;
  width: 65px;
  height: 65px;
  padding: 13px 17px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  background-color: var(--secondary);
  border-radius: 100px;
  margin-bottom: 20px;
}

.life-at-surbhi-section .icon-listing .icon-box .info-title {
  color: var(--dark);
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}

.sustainable-growth-info-section {
  padding: 185px 0px 100px 0px;
  position: relative;
  background-color: #fff;
}

.waste-recycle-section {
  padding: 100px 0px;
  position: relative;
  background-color: #F9F9F9;
}

.waste-recycle-section .title-wrapper .wrapper {
  max-width: 810px;
  margin: 0 auto;
}

.waste-recycle-section .title-wrapper {
  margin-bottom: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.waste-recycle-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 655px;
  gap: 80px;
  margin-bottom: 75px;
}

.waste-recycle-section h3 {
  color: var(--dark);
  font-size: 44px;
  font-weight: 800;
  line-height: 113.636%;
  margin-bottom: 25px;
}

.waste-recycle-section p {
  font-size: 20px;
}

.waste-recycle-section .row-wrapper .image {
  height: 510px;
  width: 100%;
}

.waste-recycle-section .row-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.waste-recycle-section .row-wrapper-two {
  display: grid;
  grid-template-columns: 566px auto;
  gap: 185px;
  align-items: center;
}

.waste-recycle-section .video-box {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
}

.gradient {
  position: relative;
  height: 100%;
  width: 100%;
}

.gradient:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: radial-gradient(92.76% 101% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  pointer-events: none;
}

.waste-recycle-section .video-box .video-thumbnail-image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.waste-recycle-section .video-box .video-button {
  z-index: 5;
  cursor: pointer;
}

.waste-recycle-section .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
}

.waste-recycle-section .video-modal:not(.hidden) {
  display: flex;
}

.waste-recycle-section .video-modal video {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.waste-recycle-section .video-modal .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 35px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.wind-power-section {
  position: relative;
  padding: 100px 0px;
  background-color: #101719;
}

.wind-power-section h2, .wind-power-section p {
  color: var(--white);
}

.wind-power-section p {
  font-size: 20px;
}

.wind-power-section .row-wraper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 175px;
}

.wind-power-section .image {
  height: 420px;
  width: 100%;
}

.wind-power-section .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.wind-power-section .row-wraper .right-col .image {
  margin-bottom: 40px;
}

.wind-power-section .row-wraper .right-col p.content {
  font-size: 28px;
  line-height: 164.286%;
}

.swatchchh-bharat-mission-section {
  position: relative;
  padding: 100px 0px;
  background-color: #F9F9F9;
}

.swatchchh-bharat-mission-section .top-wraper {
  display: grid;
  grid-template-columns: 570px auto;
  gap: 120px;
  align-items: center;
  margin-bottom: 60px;
}

.swatchchh-bharat-mission-section p.title {
  color: var(--dark);
  font-size: 44px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 20px;
}

.swatchchh-bharat-mission-section p {
  font-size: 20px;
}

.solar-energy-section {
  position: relative;
  padding: 100px 0px;
}

.solar-energy-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 610px;
  gap: 30px 200px;
  align-items: center;
}

.solar-energy-section .video-box-two {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
}

.solar-energy-section .video-box-two .video-thumbnail-image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solar-energy-section .video-box-two .video-button {
  z-index: 5;
  cursor: pointer;
}

.solar-energy-section .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
}

.solar-energy-section .video-modal:not(.hidden) {
  display: flex;
}

.solar-energy-section .video-modal video {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.solar-energy-section .video-modal .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 35px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.our-founders-section {
  padding: 185px 0px 100px 0px;
  position: relative;
  background-color: #F2EFE9;
}

.our-founders-section .title-wrapper {
  margin-bottom: 55px;
}

.founder-listing .founder-box {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 30px 70px 30px 30px;
  margin: 25px 20px;
  display: grid;
  grid-template-columns: 450px auto;
  gap: 60px;
  height: inherit;
}

.founder-listing .founder-box .wrapper {
  margin-bottom: 30px;
}

.founder-listing .founder-box .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.founder-listing .founder-box .image {
  width: 100%;
  height: 580px;
}

.founder-listing .founder-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -o-object-position: top;
     object-position: top;
}

.founder-listing .founder-box h3 {
  color: var(--dark);
  font-size: 50px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 10px;
}

.founder-listing .founder-box .category {
  font-size: 16px;
}

.founder-listing .founder-box p {
  font-size: 20px;
}

.founder-listing .founder-box .message-box {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F2EFE9;
  padding: 13px 85px;
  color: #333;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 145%;
  margin-top: auto;
}

.founder-listing .slick-track {
  display: flex !important;
}

.founder-listing .founder-box .message-box::before {
  content: "";
  display: block;
  height: 53px;
  width: 53px;
  position: absolute;
  left: -20px;
  top: -20px;
  background-image: url(../images/quotes-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.founder-listing .slick-list {
  overflow: unset;
}

.founder-listing button.slick-arrow {
  top: -120px;
}

.founder-listing button.slick-arrow.slick-prev {
  left: auto;
  right: 40px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

html .slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
  width: 217px !important;
  height: 8px !important;
  border-radius: 10px;
  background: #D9D9D9;
  overflow: hidden;
}

html .slick-dots button {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #D9D9D9;
  font-size: 0px;
  bottom: 0;
  right: 0;
}

html .slick-dots button:before {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #D9D9D9;
  font-size: 0px;
  bottom: 0;
  right: 0;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #C52F33;
  opacity: 1;
}

.co-founders-listing-section {
  position: relative;
  padding: 100px 0px;
}

.co-founders-listing-section .main-title {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  line-height: 113%;
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.co-founders-listing-section .co-founders-listing {
  margin-bottom: 80px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.co-founders-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}

.co-founders-listing .co-founders-box {
  position: relative;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: grid;
  grid-template-columns: 177px auto;
  gap: 43px;
  align-items: center;
}

.co-founders-listing .co-founders-box .image {
  height: 180px;
  width: 100%;
}

.co-founders-listing .co-founders-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -o-object-position: top;
     object-position: top;
}

.co-founders-listing .co-founders-box .founder-name {
  color: var(--dark);
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
}

.co-founders-listing .co-founders-box .founder-category {
  font-size: 14px;
  font-weight: 500;
}

.our-board-members-listing {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.our-board-members-listing .our-board-members-box {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 20px 30px;
  min-height: 212px;
}

.our-board-members-listing .our-board-members-box .title {
  color: var(--dark);
  font-size: 26px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.our-board-members-listing .our-board-members-box ul.arrow-list {
  margin: 0;
}

.our-board-members-listing .our-board-members-box ul.arrow-list li {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  background-position: left top 4px;
}

.products-expertise-section {
  padding: 185px 0px 80px 0px;
  position: relative;
  background-color: var(--white);
}

.products-expertise-section .big-text {
  margin-bottom: 15px;
}

.products-expertise-section p {
  font-size: 20px;
}

.products-machines-video-section {
  position: relative;
}

.products-machines-video-section:before {
  content: "";
  display: block;
  height: 30%;
  width: 100%;
  background-color: #F2EFE9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.products-machines-video-section .videos-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.products-machines-video-section .videos-wrapper .video {
  position: relative;
  height: 480px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.products-machines-video-section .videos-wrapper .video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details-section {
  position: relative;
  padding: 100px 0px;
  background-color: #F2EFE9;
}

.product-details-section .title-wrapper {
  margin-bottom: 45px;
}

.product-details-section .product-details-listing {
  display: grid;
  gap: 25px;
  position: relative;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.product-details-section .product-details-listing .product-details-box {
  border-radius: 20px;
  background: #FFF;
  padding: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 45px auto;
  gap: 20px;
  min-height: 205px;
}

.product-details-section .product-details-listing .product-details-box .icon {
  width: 45px;
  height: 45px;
  background-color: #2E424A;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.product-details-section .product-details-listing .product-details-box .content h3 {
  color: var(--dark);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.product-details-section .product-details-listing .product-details-box .content p {
  font-size: 18px;
  line-height: 166.667%;
}

.product-details-section .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.swatchers-section {
  padding: 85px 0px 100px 0px;
  position: relative;
  background-color: #F9F9F9;
}

.company-info-section-two {
  padding: 185px 0px 80px 0px;
  position: relative;
  background-color: var(--white);
}

.company-info-section-two .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px;
  margin-bottom: 80px;
  position: relative;
}

.company-info-section-two .row-wrapper .big-text {
  line-height: 150%;
}

.company-info-section-two .row-wrapper p {
  font-size: 20px;
}

.company-info-section-two .row-wrapper .btn-wrapper {
  margin-top: 40px;
  display: flex;
}

.company-info-section-two .row-wrapper .content-wrapper {
  transition: max-height 0.5s ease;
}

.company-info-section-two .row-wrapper .btn-wrapper .btn-main.expand-more {
  background-image: url(../images/down-arrow.svg);
}

.company-info-section-two .row-wrapper .btn-wrapper .btn-main.expand-less {
  background-image: url(../images/up-arrow.svg);
}

.logo-listing .logo-box {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.road-map-section {
  padding: 100px 0px;
  position: relative;
  background-color: #101719;
}

.road-map-section h2 {
  color: var(--white);
}

.our-mission-vision-section {
  position: relative;
}

.our-mission-vision-section::before {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  background-color: #101719;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.our-mission-vision-section:after {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  background-color: #F2EFE9;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.our-mission-vision-box-wrapper {
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.our-mission-vision-box-wrapper .common-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.our-mission-vision-box-wrapper .common-wrap .image {
  height: 100%;
  width: 100%;
}

.our-mission-vision-box-wrapper .common-wrap .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-mission-vision-box-wrapper .common-wrap .common-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.our-mission-vision-box-wrapper .common-wrap .common-col .icon {
  display: flex;
  width: 69px;
  height: 69px;
  padding: 7px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #2E424A;
  margin: 0 auto;
  margin-bottom: 15px;
}

.our-mission-vision-box-wrapper .common-wrap .common-col h2 {
  font-size: 50px;
  margin-bottom: 10px;
}

.our-mission-vision-box-wrapper .common-wrap .common-col p {
  font-size: 20px;
}

.our-core-values-section {
  padding: 100px 0px;
  position: relative;
  background-color: #F2EFE9;
}

.our-core-values-section .our-core-values-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  position: relative;
  justify-content: center;
}

.our-core-values-section .our-core-values-listing .our-core-values-box {
  border-radius: 16px;
  background: #FFF;
  position: relative;
  padding: 30px;
  width: 32.33%;
  display: flex;
  flex-direction: column;
}

.our-core-values-section .our-core-values-listing .our-core-values-box:last-child, .our-core-values-section .our-core-values-listing .our-core-values-box:nth-last-child(2) {
  width: 49%;
}

.our-core-values-section .our-core-values-listing .our-core-values-box .icon {
  width: 45px;
  height: 45px;
  background-color: #2E424A;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.our-core-values-section .our-core-values-listing .our-core-values-box h3 {
  color: var(--dark);
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
}

.our-core-values-section .our-core-values-listing .our-core-values-box p {
  font-size: 18px;
}

.our-core-values-section .our-core-values-listing .our-core-values-box .highlight-message {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(197, 47, 51, 0.05);
  padding: 12px 20px;
  color: #C52F33;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 144.444%;
  margin-top: auto;
}

.surbhi-industries-limited-section {
  background-color: #F2EFE9;
  padding: 185px 0px 100px 0px;
  position: relative;
}

.surbhi-industries-limited-section .bg-shap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  width: auto;
  display: flex;
  align-items: center;
}

.surbhi-industries-limited-section .bg-shap img {
  margin: auto 0;
}

.machineries-section {
  padding: 120px 0px;
  background-color: #F9F9F9;
  position: relative;
}

.machineries-section p {
  font-size: 20px;
}

.machineries-section .row-wrapper {
  display: grid;
  grid-template-columns: 430px auto;
  gap: 65px;
  position: relative;
}

.machineries-section .image-one {
  height: 542px;
  width: 100%;
}

.machineries-section .image-one img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.machineries-section .row-wrap-two {
  display: grid;
  gap: 47px;
  grid-template-columns: auto 400px;
  margin-top: 20px;
}

.machineries-section .image-two {
  width: 100%;
  height: 310px;
}

.machineries-section .image-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.contact-info-section {
  padding: 100px 0px;
  position: relative;
  background-color: #F2EFE9;
}

.contact-info-listing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}

.contact-info-listing .contact-info-box {
  border-radius: 20px;
  background: var(--white);
  padding: 30px 30px 40px 30px;
  position: relative;
}

.contact-info-listing .contact-info-box h3 {
  color: var(--dark);
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.contact-info-listing .contact-info-box .highlight-text {
  color: #C52F33;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.contact-info-listing .contact-info-box .contact-list-wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-info-listing .contact-info-box .contact-list-wrapper .contact-list {
  display: flex;
  gap: 15px;
}

.contact-info-listing .contact-info-box .contact-list-wrapper .contact-list .link {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
  text-transform: capitalize;
}

.contact-info-listing .contact-info-box .contact-list-wrapper .contact-list .link:hover {
  color: var(--primary);
}

.contact-info-listing .contact-info-box .contact-list-wrapper .contact-list .icon {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-top: 3px;
}

body.page.page-id-152 {
  overflow: unset;
}

.reports-section {
  padding: 110px 0px;
  position: relative;
}

.reports-section .tabs-main-wrapper .tab-content .tab-pane {
  display: none;
}

.reports-section .tabs-main-wrapper .tab-content .tab-pane.active {
  display: block;
}

.reports-section .tabs-main-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 55px;
  position: relative;
}

.reports-section .tabs-main-wrapper .tabs ul.tab-menu {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.reports-section .tabs-main-wrapper .tabs ul.tab-menu li a {
  background-color: var(--white);
  border-radius: 10px;
  padding: 18px 45px 18px 27px;
  width: 100%;
  display: block;
  position: relative;
  color: var(--dark);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.reports-section .tabs-main-wrapper .tabs ul.tab-menu li a:hover, .reports-section .tabs-main-wrapper .tabs ul.tab-menu li.active a {
  background-color: var(--primary);
  color: var(--white);
  background-image: url(../images/right-arrow-bordered.svg);
}

.reports-section .tabs-main-wrapper .tab-content {
  overflow: hidden;
  position: relative;
}

.reports-section .tabs-main-wrapper .tab-content .reports-list ul {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}

.reports-section .tabs-main-wrapper .tabs ul.tab-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reports-section .tabs-main-wrapper .tabs ul.tab-menu li.active {
  border-color: transparent;
}

.reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box {
  border-radius: 20px;
  background: #F9F9F9;
  padding: 25px 70px 25px 30px;
  display: block;
  width: 100%;
  color: var(--dark);
  font-size: 24px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box:hover {
  background-color: rgba(197, 47, 51, 0.2117647059);
  border-color: var(--primary);
}

.reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box:before {
  content: "";
  display: block;
  background-image: url(../images/pdf-icon.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.reports-section .tabs-main-wrapper .tab-content .reports-list h4 {
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.reports-section .tabs-main-wrapper .tab-content .reports-list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reports-section .tabs-main-wrapper .tab-content .reports-list:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.reports-section .tabs-main-wrapper .tab-content h2 {
  margin-bottom: 30px;
}

.contact-us-section-one {
  position: relative;
  background-color: #101719;
  padding-top: 140px;
}

.contact-us-section-one .row-wrapper .left-col {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 30px;
}

.contact-us-section-one .row-wrapper .left-col .subtitle {
  color: #C52F33;
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-us-section-one .row-wrapper .left-col .title {
  color: var(--white);
  font-size: 60px;
  font-weight: 250;
  line-height: 133.333%;
  text-transform: uppercase;
}

.contact-us-section-one .row-wrapper .left-col .title span {
  font-weight: 800;
}

.contact-us-section-one .row-wrapper {
  display: grid;
  grid-template-columns: auto 600px;
  gap: 120px;
}

.contact-us-section-one .row-wrapper .left-col p {
  color: var(--white);
  font-size: 18px;
  line-height: 200%;
}

.contact-form {
  background-color: #F2EFE9;
  border-radius: 15px 15px 0px 0px;
  position: relative;
  padding: 44px 60px 50px 60px;
}

.contact-form .title {
  color: #101719;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 127.5%;
  margin-bottom: 25px;
  padding-bottom: 0px;
}

.contact-form .title span {
  color: var(--primary);
}

.contact-us-section-one .row-wrapper .right-col {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.our-office-location-section {
  padding: 100px 0px;
  position: relative;
}

.our-office-location-section h3 {
  color: #101719;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 7.5px;
  text-transform: uppercase;
}

.steps-tab-section {
  padding: 100px 0px;
  position: relative;
}

.w-48 {
  width: 48%;
}

.w-50 {
  width: 50%;
}

.steps-tab-section .tab-content {
  display: none;
}

.steps-tab-section .tab-content.active {
  display: block;
}

.steps-tab-section .tab-content .row-wrapper {
  display: grid;
  grid-template-columns: auto 640px;
  gap: 50px;
  align-items: end;
}

.process-flow {
  position: relative;
}

.process-flow .step {
  display: flex;
  position: relative;
  gap: 20px;
  overflow-y: hidden;
  padding: 0px 0px 65px 0px;
}

.process-flow .step:last-child {
  margin-bottom: 0;
}

.process-flow .circle {
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 50%;
  background: #F9EAEB;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-flow .step .content {
  padding-top: 15px;
}

.process-flow .step::before {
  content: "";
  position: absolute;
  left: 39px;
  height: 100%;
  z-index: 0;
  bottom: 0;
  border: 1px dashed var(--primary);
}

.process-flow .step:last-child:before {
  display: none;
}

.process-flow .step:last-child {
  padding-bottom: 0px;
}

.steps-tab-section .tab-titles {
  display: flex;
  justify-content: end;
  overflow-x: auto;
  margin-bottom: -100px;
  position: relative;
  z-index: 5;
}

.steps-tab-section .tab-titles button.tab-btn {
  background: #F2EFE9;
  border: 4px solid #F2EFE9;
  font-family: "Plus Jakarta Sans";
  color: var(--dark);
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 13px 30px;
  cursor: pointer;
}

.steps-tab-section .tab-titles button.tab-btn:first-child {
  border-radius: 10px 0px 0px 10px;
  border-right: 0px;
}

.steps-tab-section .tab-titles button.tab-btn:last-child {
  border-radius: 0px 10px 10px 0px;
  border-left: 0px;
}

.steps-tab-section .tab-titles button.tab-btn.active {
  background-color: var(--primary);
  color: var(--white);
}

.process-flow .step .content h3 {
  font-size: 30px;
  font-weight: 500;
}

.steps-tab-section .tab-content .row-wrapper .image {
  height: 450px;
  width: 100%;
  margin-top: 110px;
}

.steps-tab-section .tab-content .row-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.steps-tab-section .tab-content .row-wrapper .left-wrap {
  padding-bottom: 40px;
}

.steps-tab-section .content-info-wrapper {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.media-gallery-banner-section {
  padding: 150px 0px 90px 0px;
  background-color: #101719;
  position: relative;
}

.media-gallery-banner-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 665px;
  gap: 60px;
  align-items: center;
}

.media-gallery-banner-section .row-wrapper .subtitle {
  color: #C52F33;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.media-gallery-banner-section .row-wrapper .title {
  color: var(--white);
  font-size: 60px;
  font-weight: 200;
  line-height: 133.333%;
  text-transform: uppercase;
}

.media-gallery-banner-section .row-wrapper .title span {
  font-weight: 800;
}

.media-gallery-section {
  position: relative;
  padding: 100px 0px;
}

.media-gallery-images-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}

.media-gallery-images-list .gallery-item {
  height: 373px;
  width: 100%;
  overflow: hidden;
}

.media-gallery-images-list .gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.media-gallery-images-list .gallery-item a {
  height: 100%;
  width: 100%;
  display: block;
}

.pagination-controls, .pagination-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.pagination-controls button, .pagination-wrap button {
  border: 1px solid rgba(28, 66, 32, 0.1);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pagination-wrap button:first-child, .pagination-wrap button:last-child {
  font-size: 12px !important;
  font-weight: 700;
}

.pagination-controls button.active, .pagination-controls button:hover, .pagination-wrap button.active, .pagination-wrap button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.swatchers-section {
  position: relative;
  padding: 100px 0px;
}

.swatchers-gallery-images-list {
  display: flex;
  gap: 20px;
  position: relative;
  flex-wrap: wrap;
}

.swatchers-gallery-images-list .swatchers-gallery-item {
  height: 291px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}

.swatchers-gallery-images-list .swatchers-gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}

.swatchers-gallery-images-list .swatchers-gallery-item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.swatchers-gallery-images-list .swatchers-gallery-item .title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
  line-height: normal;
}

.swatchers-gallery-images-list .swatchers-gallery-item a {
  width: 100%;
  height: 100%;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+1) {
  width: 350px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+2) {
  width: 520px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+3) {
  width: 490px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+4) {
  width: 490px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+5) {
  width: 520px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+6) {
  width: 350px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+7) {
  width: 350px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+8) {
  width: 660px;
}

.swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+9) {
  width: 350px;
}

.road-map-slider {
  position: relative;
}

.road-map-slider .slick-track {
  display: flex !important;
}

.road-map-slider .road-map-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px 60px;
  gap: 60px;
  height: inherit;
}

.road-map-slider .slick-track .road-map-item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

.road-map-slider .slick-track .road-map-item:nth-child(even) .image-wrapper {
  margin-top: auto;
}

.road-map-slider .road-map-item .image-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.road-map-slider .road-map-item .image {
  height: 240px;
  width: 100%;
}

.road-map-slider .road-map-item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.road-map-slider .road-map-item .content {
  padding: 0px 14px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.road-map-slider .road-map-item .content .title {
  color: var(--primary);
  font-size: 80px;
  font-weight: 800;
  line-height: normal;
}

.road-map-slider .road-map-item .content .subtitle {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.road-map-slider .road-map-item .content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 137.5%;
}

.road-map-slider .road-map-item::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.road-map-slider .road-map-item::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100px;
}

.road-map-slider .road-map-item .content .paragraph-wrapper {
  height: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
}

.road-map-slider .road-map-item .content .paragraph-wrapper::-webkit-scrollbar {
  display: none;
}

.road-map-slider button.slick-arrow {
  width: 36px;
  height: 36px;
  background: rgb(46, 46, 46) !important;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  top: 47%;
}

.road-map-slider button.slick-arrow.slick-prev {
  left: 0px;
}

.road-map-slider button.slick-arrow.slick-next {
  right: 0px;
}

.road-map-slider button.slick-arrow::before {
  background-size: 18px;
}

.office-location-dropdown {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px auto -25px auto;
  font-family: sans-serif;
  z-index: 5;
}

.office-location-dropdown .custom-select {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 20px;
  font-weight: 500;
  gap: 20px;
}

.office-location-dropdown .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.office-location-dropdown .custom-options .option {
  padding: 12px 16px;
  cursor: pointer;
}

.office-location-dropdown .custom-options .option:hover {
  background-color: #f0f0f0;
}

.office-location-dropdown .custom-options .option.selected {
  background-color: #e8e8e8;
  font-weight: bold;
}

.office-location-dropdown .arrow {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/drop-arrow.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

.office-location-dropdown .custom-options.show {
  display: block;
}

.office-location-map-box-listing .office-location-map-box {
  max-width: 1078px;
  height: 400px;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  background-color: #f5f5f5;
  overflow: hidden;
}

.page-not-found .btn-wrap {
  display: flex;
  justify-content: center;
}

body.error404 #header {
  background-color: var(--secondary);
}

.images-slider-section {
  position: relative;
}

.bg-color-shap {
  position: relative;
}

.bg-color-shap:before {
  content: "";
  display: block;
  height: 30%;
  width: 100%;
  background-color: #F2EFE9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.images-listing-slider .image {
  position: relative;
  height: 480px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 10px;
}

.images-listing-slider .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.steps-listing-section {
  padding: 100px 0px;
  position: relative;
  background-color: #F9F9F9;
}

.steps-listing-section .title-wrapper {
  margin-bottom: 70px;
}

.step-listing-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 100px;
  position: relative;
}

.two-video-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 20px;
}

.two-video-wrapper .video {
  position: relative;
  height: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.two-video-wrapper .video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.one-video-wrapper {
  position: relative;
  width: 100%;
}

.one-video-wrapper .video {
  position: relative;
  height: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.one-video-wrapper .video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.one-image-wrapper .image {
  position: relative;
  height: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}

.one-image-wrapper .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.steps-tab-section .content-info-wrapper h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 25px;
}

html .p-0 {
  padding: 0px !important;
}

html .p-30 {
  padding-top: 35px !important;
}

.border-botton {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pb-50 {
  padding-bottom: 50px;
}

html .gtranslate_wrapper {
  position: relative;
}

html .gtranslate_wrapper .gt_float_switcher.notranslate .gt_options {
  background-color: #fff !important;
  position: absolute;
  top: 100%;
  width: auto !important;
  border: 0 !important;
  left: 0;
}

html .gtranslate_wrapper .gt_float_switcher {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

html .gtranslate_wrapper .gt_float_switcher.notranslate .gt_options a {
  padding: 5px;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

html .gtranslate_wrapper img {
  opacity: 1 !important;
  width: 30px;
  height: 30px;
  border-radius: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

html .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  height: 20px;
  filter: brightness(0) invert(1);
  background-size: 14px;
}

html .gt_float_switcher .gt-selected {
  background: transparent !important;
  font-size: 0 !important;
}

html .gtranslate_wrapper a {
  width: 100% !important;
  border: 0 !important;
  color: #000000 !important;
  font-size: 0px !important;
  text-transform: uppercase;
}

html .gt_float_switcher .gt_options a:hover {
  background: #d9d9d9 !important;
}

html .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px !important;
}

html .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  transform: rotate(0deg);
}

html .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(-180deg);
}

html .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  top: 6px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 5px 0px 8px;
}

html .gt_float_switcher .gt-selected .gt-current-lang img {
  background-color: #fff;
  padding: 3.5px;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_address {
  display: none;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_title {
  display: none;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_description p:first-child {
  color: #101719;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-right: 50px;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_description a.phone-number {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  background-image: url(../images/phone-icon-0001.svg);
  background-repeat: no-repeat;
  background-size: 27px;
  padding-left: 40px;
  padding-bottom: 10px;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_description a.phone-number:hover {
  color: var(--primary);
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_description a.location-info {
  color: #333;
  font-size: 14px;
  line-height: 142.857%;
  background-image: url(../images/location-icon-0001.svg);
  background-repeat: no-repeat;
  background-size: 27px;
  padding-left: 40px;
  padding-bottom: 10px;
  font-weight: 500;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_description a.location-info:hover {
  color: var(--primary);
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_link {
  margin-top: 20px;
}

.office-location-map-box-listing .office-location-map-box .gm-style-iw-chr > .gm-style-iw-ch {
  display: none;
}

.office-location-map-box-listing .office-location-map-box .gm-style-iw-chr {
  justify-content: flex-end;
  margin-bottom: -20px;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_link .wpgmza_infowindow_link {
  color: #C52F33;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-decoration-line: underline;
  text-underline-offset: auto;
  text-transform: uppercase;
  background-image: url(../images/slick-arrow-001.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 23px;
  background-position: right;
}

.office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_link .wpgmza_infowindow_link:hover {
  color: var(--dark);
}

.clip-reveal,
.text-reveal {
  overflow: hidden;
}

.clip-reveal img,
.text-reveal {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  opacity: 0;
  padding-bottom: 6px;
  transform: translateY(20px);
}

footer.footer-section {
  padding-top: 70px;
  position: relative;
  background-color: var(--secondary);
}

footer.footer-section .footer-top {
  display: grid;
  grid-template-columns: auto 900px;
  gap: 30px;
}

footer.footer-section .footer-top .footer-logo {
  display: block;
}

footer.footer-section .footer-top .right-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

footer.footer-section .footer-top .right-col .col-six {
  padding-top: 60px;
}

footer.footer-section .footer-top .footer-logo img {
  width: 250px;
  margin: 0;
}

footer.footer-section .footer-top .col-one {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

footer.footer-section .footer-top .footer-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  line-height: 140%;
}

footer.footer-section .footer-top .footer-title:after {
  content: "";
  display: block;
  background-color: #C52F33;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer.footer-section .footer-links ul li {
  margin-bottom: 12px;
}

footer.footer-section .footer-links ul li:last-child {
  margin-bottom: 0px;
}

footer.footer-section .footer-links ul li a {
  color: var(--white);
  font-size: 17px;
}

footer.footer-section .footer-links ul li a:hover {
  color: var(--primary);
}

footer.footer-section .copyrights {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

footer.footer-section .footer-bottom {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

footer.footer-section .footer-message {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 0px;
}

footer.footer-section .footer-message b {
  font-weight: 700;
}

footer.footer-section .devlop-by {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

footer.footer-section .devlop-by p {
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  #header {
    padding: 15px 0;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 50px;
    padding: 5px 25px !important;
    font-size: 14px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 15px 50px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .container {
    width: 1350px;
  }
  .common-inner-banner-section {
    padding: 130px 0px 50px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 50px;
  }
  .common-content-section {
    padding: 60px 0px 60px 0px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 50px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 13px 30px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .btn-main {
    padding: 20px 30px;
    font-size: 15px;
  }
  #header .header-logo a {
    max-width: 145px;
  }
  .main-banner-section .subtile {
    font-size: 20px;
  }
  .main-banner-section .banner-title {
    font-size: 70px;
  }
  .main-banner-section .banner-title .small-text {
    font-size: 50px;
  }
  .main-banner-section .product-categories {
    bottom: 35px;
    padding: 10px 50px;
  }
  .main-banner-section .category-item {
    font-size: 18px;
  }
  #header {
    padding: 25px 30px;
  }
  #header.fixed {
    padding: 20px 30px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  .company-info-section {
    padding: 80px 0px;
  }
  .company-info-section .title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .company-info-section p {
    font-size: 18px;
  }
  .company-info-section .row-wrapper .image {
    height: 420px;
  }
  .company-location-box-section {
    padding: 80px 0px;
  }
  .company-location-box-wrapper .company-location-box {
    height: 400px;
  }
  .company-location-box-wrapper .company-location-box .title {
    font-size: 26px;
  }
  .curiosity-section {
    padding: 80px 0px;
  }
  h2 {
    font-size: 45px;
  }
  .title-wrapper {
    margin-bottom: 25px;
  }
  .product-slider .product-box p {
    font-size: 15px;
  }
  .product-slider .product-box.slick-current + .product-box .product-name {
    font-size: 30px;
  }
  button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  .fabricating-section {
    padding: 80px 0px;
  }
  .fabricating-section .row-wrapper h2 {
    margin-bottom: 15px;
  }
  .fabricating-section .row-wrapper p {
    font-size: 18px;
  }
  .fabricating-section .video-box {
    height: 350px;
  }
  .growth-section {
    padding: 80px 20px;
  }
  .growth-section .row-wrapper {
    grid-template-columns: 430px auto 430px;
  }
  .growth-section h2 {
    line-height: 60px;
    margin-bottom: 15px;
  }
  .growth-section p {
    font-size: 16px;
  }
  .growth-section .btn-wrapper {
    margin-top: 20px;
  }
  .growth-section .image-one {
    height: 260px;
    width: 350px;
  }
  .growth-section .image-two {
    width: 301px;
    height: 184px;
  }
  .growth-section .image-three {
    width: 290px;
    height: 200px;
  }
  .growth-section .image-four {
    height: 220px;
  }
  footer.footer-section {
    padding-top: 60px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 25px;
  }
  footer.footer-section .footer-top .footer-title {
    font-size: 18px;
  }
  footer.footer-section .footer-links ul li a {
    font-size: 16px;
  }
  .inner-banner-section {
    padding-top: 130px;
  }
  .inner-banner-section .subtitle {
    font-size: 20px;
  }
  .inner-banner-section h1 {
    font-size: 55px;
  }
  .inner-banner-section .inner-banner-image {
    height: 500px;
    margin-bottom: -75px;
  }
  .big-text {
    font-size: 28px !important;
  }
  .location-contact-info-section {
    padding: 80px 0px;
  }
  .location-contact-info-listing .location-contact-info-box {
    gap: 75px;
    padding: 20px 30px 20px 20px;
  }
  .location-contact-info-listing .location-contact-info-box h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) {
    padding: 20px 20px 20px 30px;
  }
  .location-contact-info-listing .location-contact-info-box p {
    font-size: 16px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .phone-no {
    font-size: 26px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .location-info {
    font-size: 18px;
  }
  .location-contact-info-listing .location-contact-info-box .image {
    height: 450px;
  }
  .location-contact-info-listing {
    gap: 50px;
    margin-bottom: 30px;
  }
  .location-contact-info-section p {
    font-size: 16px;
  }
  .sustainable-growth-info-section, .surbhi-industries-limited-section, .products-expertise-section, .product-making-info-section, .our-founders-section, .company-info-section-two, .latest-technology-section {
    padding: 130px 0px 80px 0px;
  }
  .waste-recycle-section {
    padding: 80px 0px;
  }
  .waste-recycle-section p {
    font-size: 16px;
  }
  .waste-recycle-section .title-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .waste-recycle-section .row-wrapper {
    gap: 50px;
    margin-bottom: 60px;
  }
  .waste-recycle-section .row-wrapper .image {
    height: 450px;
    width: 100%;
  }
  .waste-recycle-section .row-wrapper-two {
    gap: 110px;
  }
  .waste-recycle-section .video-box {
    height: 350px;
  }
  .waste-recycle-section h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .wind-power-section {
    padding: 80px 0px;
  }
  .wind-power-section p {
    font-size: 16px;
  }
  .wind-power-section .row-wraper .right-col p.content {
    font-size: 20px;
  }
  .wind-power-section .row-wraper {
    gap: 30px 95px;
  }
  .wind-power-section .image {
    height: 350px;
  }
  .solar-energy-section {
    padding: 80px 0px;
  }
  .solar-energy-section .row-wrapper {
    gap: 30px 110px;
  }
  .solar-energy-section .video-box-two {
    height: 350px;
  }
  .swatchchh-bharat-mission-section {
    padding: 80px 0px;
  }
  .swatchchh-bharat-mission-section .top-wraper {
    gap: 80px;
    margin-bottom: 40px;
  }
  .swatchchh-bharat-mission-section p.title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .swatchchh-bharat-mission-section p {
    font-size: 15px;
  }
  .machineries-section {
    padding: 80px 0px;
  }
  .machineries-section p {
    font-size: 16px;
  }
  .machineries-section .image-two {
    height: 240px;
  }
  .machineries-section .image-one {
    height: 430px;
  }
  .reports-section {
    padding: 80px 0px;
  }
  .reports-section .tabs-main-wrapper .tabs ul.tab-menu li a {
    padding: 15px 45px 15px 27px;
    font-size: 17px;
  }
  .reports-section .tabs-main-wrapper .tab-content h2 {
    margin-bottom: 25px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box {
    padding: 20px 50px 20px 20px;
    font-size: 17px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box:before {
    width: 22px;
    height: 30px;
    right: 20px;
    background-size: 20px;
  }
  .contact-info-section {
    padding: 80px 0px;
  }
  .contact-info-listing .contact-info-box .contact-list-wrapper {
    margin-top: 15px;
    gap: 15px;
  }
  .contact-info-listing .contact-info-box h3 {
    font-size: 25px;
  }
  .contact-info-listing .contact-info-box .highlight-text {
    font-size: 17px;
  }
  .contact-info-listing {
    gap: 20px;
  }
  .products-machines-video-section .videos-wrapper .video {
    height: 420px;
    border-radius: 15px;
  }
  .product-details-section {
    padding: 80px 0px;
  }
  .product-details-section .title-wrapper {
    margin-bottom: 40px;
  }
  .product-details-section .product-details-listing .product-details-box .content h3 {
    font-size: 28px;
  }
  .product-details-section .product-details-listing .product-details-box .content p {
    font-size: 16px;
  }
  .product-details-section .product-details-listing .product-details-box .content p br {
    display: none;
  }
  .product-details-section .product-details-listing .product-details-box {
    border-radius: 15px;
    min-height: 185px;
  }
  .product-details-section .btn-wrapper {
    margin-top: 40px;
  }
  .steps-tab-section .tab-titles {
    margin-bottom: -70px;
  }
  .process-flow .step {
    padding: 0px 0px 35px 0px;
  }
  .process-flow .step .content h3 {
    font-size: 23px;
  }
  .steps-tab-section .tab-content .row-wrapper .image {
    height: 350px;
    margin-top: 80px;
  }
  .process-flow .circle {
    width: 65px;
    height: 65px;
    min-width: 65px;
    font-size: 27px;
    line-height: 45px;
  }
  .process-flow .step::before {
    left: 33px;
  }
  .steps-tab-section .tab-titles button.tab-btn {
    font-size: 22px;
    padding: 12px 30px;
  }
  .steps-tab-section .content-info-wrapper {
    margin-top: 40px;
    padding-top: 30px;
  }
  .steps-tab-section {
    padding: 80px 0px;
  }
  .swatchers-section {
    padding: 70px 0px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item {
    border-radius: 20px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+2), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+5) {
    width: 440px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+8) {
    width: 580px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item .title {
    font-size: 27px;
  }
  .why-work-with-us-section {
    padding: 80px 0px;
  }
  .why-work-box-listing .why-work-box .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .why-work-box-listing .why-work-box p {
    font-size: 16px;
  }
  .who-thrives-at-surbhi-section {
    padding: 80px 0px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image {
    height: 380px;
    margin-bottom: 15px;
  }
  ul.arrow-list li {
    font-size: 18px;
    background-position: left top 6px;
    margin-bottom: 18px;
  }
  .current-opportunities-section {
    padding: 60px 0px;
  }
  .current-opportunities-section p {
    font-size: 25px;
  }
  .current-opportunities-section p.subtitle {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .life-at-surbhi-section {
    padding: 80px 0px;
  }
  .life-at-surbhi-section .subtitle {
    font-size: 26px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .info-title {
    font-size: 21px;
    line-height: 30px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .icon {
    width: 60px;
    height: 60px;
    padding: 12px 14px;
    margin-bottom: 15px;
  }
  .life-at-surbhi-section .icon-listing .icon-box {
    padding: 0px 60px;
  }
  .our-founders-section .title-wrapper {
    margin-bottom: 45px;
  }
  .founder-listing .founder-box {
    padding: 30px 30px 30px 30px;
  }
  .founder-listing .founder-box h3 {
    font-size: 35px;
  }
  .founder-listing .founder-box p {
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box {
    padding: 13px 45px;
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box::before {
    height: 45px;
    width: 45px;
  }
  .co-founders-listing-section {
    padding: 80px 0px;
  }
  .co-founders-listing-section .co-founders-listing {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .co-founders-listing .co-founders-box {
    gap: 30px;
  }
  .founder-listing .founder-box .image {
    height: 470px;
  }
  html .slick-dots li {
    width: 100px !important;
  }
  .co-founders-listing .co-founders-box .founder-name {
    font-size: 25px;
  }
  .our-board-members-listing .our-board-members-box .title {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .our-board-members-listing .our-board-members-box ul.arrow-list li {
    font-size: 15px;
    background-size: 17px;
  }
  .our-board-members-listing .our-board-members-box {
    min-height: 186px;
  }
  .company-info-section-two .row-wrapper p {
    font-size: 18px;
  }
  .company-info-section-two .row-wrapper {
    gap: 100px;
    margin-bottom: 60px;
  }
  .company-info-section-two .row-wrapper .btn-wrapper {
    margin-top: 30px;
  }
  .road-map-section {
    padding: 80px 0px;
  }
  .road-map-slider .road-map-item .content .title {
    font-size: 60px;
  }
  .road-map-slider .road-map-item .content .subtitle {
    font-size: 25px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col p {
    font-size: 16px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col {
    padding: 30px;
  }
  .our-core-values-section {
    padding: 80px 0px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box h3 {
    font-size: 25px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box p {
    font-size: 16px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box .highlight-message {
    font-size: 14px;
  }
  .our-mission-vision-box-wrapper {
    border-radius: 30px;
  }
  .road-map-slider .road-map-item {
    padding: 0px 40px;
  }
  .media-gallery-banner-section {
    padding: 150px 0px 70px 0px;
  }
  .media-gallery-banner-section .row-wrapper .subtitle {
    font-size: 20px;
    letter-spacing: 6.5px;
    margin-bottom: 5px;
  }
  .media-gallery-banner-section .row-wrapper .title {
    font-size: 47px;
  }
  .media-gallery-section {
    padding: 70px 0px;
  }
  .media-gallery-images-list .gallery-item {
    height: 320px;
  }
  .media-gallery-images-list .gallery-item img {
    border-radius: 10px;
  }
  .pagination-controls, .pagination-wrap {
    margin-top: 30px;
  }
  .pagination-controls button, .pagination-wrap button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .contact-us-section-one {
    padding-top: 125px;
  }
  .contact-us-section-one .row-wrapper .left-col .subtitle {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-bottom: 5px;
  }
  .contact-us-section-one .row-wrapper .left-col .title {
    font-size: 46px;
  }
  .contact-us-section-one .row-wrapper .left-col p {
    font-size: 16px;
  }
  .contact-form .title {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .contact-form {
    padding: 40px 50px 40px 50px;
  }
  html .gform_wrapper .gfield textarea {
    height: 100px !important;
  }
  .our-office-location-section {
    padding: 80px 0px;
  }
  .our-office-location-section h3 {
    font-size: 20px;
    letter-spacing: 5.5px;
  }
  .two-video-wrapper .video, .one-video-wrapper .video {
    height: 400px;
  }
  .one-image-wrapper .image {
    height: 400px;
  }
  .images-listing-slider .image {
    height: 350px;
    margin: 0px 7px;
  }
  .steps-listing-section {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1250px;
  }
  body p {
    font-size: 16px;
  }
  .btn-main {
    padding: 17px 39px;
    font-size: 15px;
  }
  .common-inner-banner-section {
    padding: 150px 0px 70px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 50px;
  }
  .common-content-section {
    padding: 60px 0px 60px 0px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .company-info-section {
    padding: 70px 0px;
  }
  .company-info-section .title {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .company-info-section p {
    font-size: 16px;
  }
  .company-info-section .row-wrapper .image {
    height: 400px;
  }
  .company-location-box-section {
    padding: 70px 0px;
  }
  .company-location-box-section h2 {
    font-size: 43px;
  }
  .company-location-box-wrapper .company-location-box {
    height: 380px;
  }
  .company-location-box-wrapper .company-location-box .title {
    font-size: 24px;
  }
  .curiosity-section {
    padding: 70px 0px;
  }
  .curiosity-section h2 {
    font-size: 43px;
  }
  .title-wrapper {
    margin-bottom: 23px;
  }
  .slick-prev.slick-arrow {
    left: 0px;
  }
  .slick-next.slick-arrow {
    right: 0px;
  }
  .product-slider .product-box p {
    font-size: 15px;
  }
  .product-slider .product-box.slick-current + .product-box .product-name {
    font-size: 28px;
  }
  button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  .fabricating-section {
    padding: 70px 0px;
  }
  h2 {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .fabricating-section .row-wrapper p {
    font-size: 16px;
  }
  .fabricating-section .video-box {
    height: 300px;
  }
  .growth-section {
    padding: 70px 20px;
  }
  .growth-section .row-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .growth-section h2 {
    line-height: 50px;
  }
  .growth-section p {
    font-size: 15px;
  }
  .growth-section .btn-wrapper {
    margin-top: 15px;
  }
  .growth-section .image-one {
    height: 260px;
    width: 350px;
  }
  .growth-section .image-two {
    width: 301px;
    height: 184px;
  }
  .growth-section .image-three {
    width: 250px;
    height: 200px;
  }
  .growth-section .image-four {
    height: 200px;
  }
  footer.footer-section {
    padding-top: 50px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 25px;
  }
  footer.footer-section .footer-top .footer-title {
    font-size: 16px;
  }
  footer.footer-section .footer-links ul li a {
    font-size: 16px;
  }
  #header {
    padding: 25px 20px;
  }
  #header.fixed {
    padding: 20px 20px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  .main-banner-section .subtile {
    font-size: 18px;
  }
  .main-banner-section .banner-title {
    font-size: 65px;
  }
  .main-banner-section .banner-title .small-text {
    font-size: 45px;
  }
  .main-banner-section .product-categories {
    bottom: 35px;
    padding: 10px 30px;
  }
  .main-banner-section .category-item {
    font-size: 16px;
  }
  .company-info-section .row-wrapper {
    gap: 55px;
  }
  .company-info-section .row-wrapper .wrapper {
    margin-top: 15px;
    gap: 40px;
  }
  .experience-logo img {
    max-width: 140px;
  }
  .btn-main.btn-outline {
    background-position: right 20px center;
    padding: 15px 45px 15px 25px;
  }
  .product-slider .product-box.slick-current + .product-box .product-image {
    height: 300px;
  }
  .product-slider .product-box .product-image {
    height: 200px;
  }
  .product-slider .swiper-slide-active .product-box .product-image {
    height: 300px;
  }
  .fabricating-section .row-wrapper {
    grid-template-columns: auto 650px;
    gap: 40px;
  }
  .fabricating-section .video-box .video-button {
    height: 50px;
    width: 50px;
  }
  .inner-banner-section {
    padding-top: 120px;
  }
  .inner-banner-section .subtitle {
    font-size: 18px;
  }
  .inner-banner-section h1 {
    font-size: 45px;
  }
  .inner-banner-section .inner-banner-image {
    height: 460px;
    margin-bottom: -65px;
  }
  .big-text {
    font-size: 23px !important;
  }
  .location-contact-info-section {
    padding: 70px 0px;
  }
  .location-contact-info-listing .location-contact-info-box {
    gap: 55px;
    padding: 20px 30px 20px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper {
    margin-top: 15px;
    gap: 13px;
  }
  .location-contact-info-listing {
    gap: 50px;
    margin-bottom: 30px;
  }
  .location-contact-info-listing .location-contact-info-box h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) {
    padding: 20px 20px 20px 30px;
  }
  .location-contact-info-listing .location-contact-info-box p {
    font-size: 16px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .phone-no {
    font-size: 23px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .location-info {
    font-size: 16px;
  }
  .location-contact-info-listing .location-contact-info-box .image {
    height: 410px;
  }
  .location-contact-info-listing .location-contact-info-box .image .address {
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 15px;
    right: 15px;
    bottom: 15px;
  }
  .location-contact-info-section p {
    font-size: 16px;
  }
  .sustainable-growth-info-section, .surbhi-industries-limited-section, .products-expertise-section, .product-making-info-section, .our-founders-section, .company-info-section-two, .latest-technology-section {
    padding: 110px 0px 50px 0px;
  }
  .waste-recycle-section {
    padding: 70px 0px;
  }
  .waste-recycle-section p {
    font-size: 16px;
  }
  .waste-recycle-section .title-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .waste-recycle-section .row-wrapper {
    gap: 50px;
    margin-bottom: 60px;
    grid-template-columns: auto 520px;
  }
  .waste-recycle-section .row-wrapper .image {
    height: 350px;
    width: 100%;
  }
  .waste-recycle-section .row-wrapper-two {
    gap: 60px;
  }
  .waste-recycle-section .video-box {
    height: 350px;
  }
  .waste-recycle-section h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .wind-power-section {
    padding: 70px 0px;
  }
  .wind-power-section p {
    font-size: 16px;
  }
  .wind-power-section .row-wraper .right-col p.content {
    font-size: 20px;
  }
  .wind-power-section .row-wraper {
    gap: 30px 95px;
  }
  .wind-power-section .image {
    height: 350px;
  }
  .solar-energy-section {
    padding: 70px 0px;
  }
  .solar-energy-section .row-wrapper {
    gap: 30px 110px;
  }
  .solar-energy-section .video-box-two {
    height: 350px;
  }
  .swatchchh-bharat-mission-section {
    padding: 70px 0px;
  }
  .swatchchh-bharat-mission-section .top-wraper {
    gap: 80px;
    margin-bottom: 40px;
  }
  .swatchchh-bharat-mission-section p.title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .swatchchh-bharat-mission-section p {
    font-size: 15px;
  }
  .machineries-section {
    padding: 70px 0px;
  }
  .machineries-section p {
    font-size: 16px;
  }
  .machineries-section .image-two {
    height: 240px;
  }
  .machineries-section .image-one {
    height: 430px;
  }
  .reports-section {
    padding: 70px 0px;
  }
  .reports-section .tabs-main-wrapper .tabs ul.tab-menu li a {
    padding: 15px 45px 15px 27px;
    font-size: 17px;
  }
  .reports-section .tabs-main-wrapper .tab-content h2 {
    margin-bottom: 25px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box {
    padding: 20px 50px 20px 20px;
    font-size: 17px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box:before {
    width: 22px;
    height: 30px;
    right: 20px;
    background-size: 20px;
  }
  .contact-info-section {
    padding: 70px 0px;
  }
  .contact-info-listing .contact-info-box .contact-list-wrapper {
    margin-top: 15px;
    gap: 15px;
  }
  .contact-info-listing .contact-info-box h3 {
    font-size: 25px;
  }
  .contact-info-listing .contact-info-box .highlight-text {
    font-size: 17px;
  }
  .contact-info-listing {
    gap: 20px;
  }
  .machineries-section .row-wrapper {
    gap: 40px;
  }
  .machineries-section .row-wrap-two {
    gap: 15px;
    margin-top: 15px;
  }
  .products-machines-video-section .videos-wrapper .video {
    height: 370px;
    border-radius: 15px;
  }
  .product-details-section {
    padding: 70px 0px;
  }
  .product-details-section .title-wrapper {
    margin-bottom: 40px;
  }
  .product-details-section .product-details-listing .product-details-box .content h3 {
    font-size: 22px;
  }
  .product-details-section .product-details-listing .product-details-box .content p {
    font-size: 15px;
  }
  .product-details-section .product-details-listing .product-details-box .content p br {
    display: none;
  }
  .product-details-section .product-details-listing .product-details-box {
    border-radius: 15px;
    min-height: 185px;
  }
  .product-details-section .btn-wrapper {
    margin-top: 40px;
  }
  .steps-tab-section .tab-titles {
    margin-bottom: -70px;
  }
  .process-flow .step {
    padding: 0px 0px 35px 0px;
  }
  .process-flow .step .content h3 {
    font-size: 20px;
  }
  .steps-tab-section .tab-content .row-wrapper .image {
    height: 310px;
    margin-top: 80px;
  }
  .process-flow .circle {
    width: 65px;
    height: 65px;
    min-width: 65px;
    font-size: 27px;
    line-height: 45px;
  }
  .process-flow .step::before {
    left: 33px;
  }
  .steps-tab-section .tab-titles button.tab-btn {
    font-size: 20px;
    padding: 10px 30px;
  }
  .steps-tab-section .content-info-wrapper {
    margin-top: 40px;
    padding-top: 30px;
  }
  .steps-tab-section {
    padding: 70px 0px;
  }
  .swatchers-section {
    padding: 60px 0px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item {
    border-radius: 20px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+2), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+5) {
    width: 440px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+8) {
    width: 480px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item .title {
    font-size: 27px;
  }
  .product-details-section .product-details-listing {
    gap: 15px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+3), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+4) {
    width: 390px;
  }
  .why-work-with-us-section {
    padding: 80px 0px;
  }
  .why-work-box-listing .why-work-box .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .why-work-box-listing .why-work-box p {
    font-size: 16px;
  }
  .who-thrives-at-surbhi-section {
    padding: 80px 0px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image {
    height: 380px;
    margin-bottom: 15px;
  }
  ul.arrow-list li {
    font-size: 17px;
    background-position: left top 6px;
    margin-bottom: 15px;
  }
  .current-opportunities-section {
    padding: 60px 0px;
  }
  .current-opportunities-section p {
    font-size: 20px;
  }
  .current-opportunities-section p.subtitle {
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
  }
  .life-at-surbhi-section {
    padding: 70px 0px;
  }
  .life-at-surbhi-section .subtitle {
    font-size: 26px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .info-title {
    font-size: 20px;
    line-height: 28px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .icon {
    width: 60px;
    height: 60px;
    padding: 12px 14px;
    margin-bottom: 15px;
  }
  .life-at-surbhi-section .icon-listing .icon-box {
    padding: 0px 50px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .title {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .current-opportunities-section .information-wrapper {
    max-width: 550px;
  }
  .product-making-info-section p {
    font-size: 16px;
  }
  .our-founders-section .title-wrapper {
    margin-bottom: 45px;
  }
  .founder-listing .founder-box {
    padding: 30px 30px 30px 30px;
    gap: 50px;
    grid-template-columns: 360px auto;
    margin: 20px 10px;
  }
  .founder-listing .founder-box h3 {
    font-size: 35px;
  }
  .founder-listing .founder-box p {
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box {
    padding: 13px 45px;
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box::before {
    height: 45px;
    width: 45px;
  }
  .co-founders-listing-section {
    padding: 70px 0px;
  }
  .co-founders-listing-section .co-founders-listing {
    margin-bottom: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .co-founders-listing .co-founders-box {
    gap: 30px;
    grid-template-columns: 150px auto;
  }
  .founder-listing .founder-box .image {
    height: 470px;
  }
  html .slick-dots li {
    width: 80px !important;
  }
  .co-founders-listing .co-founders-box .founder-name {
    font-size: 25px;
  }
  .our-board-members-listing .our-board-members-box .title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .our-board-members-listing .our-board-members-box ul.arrow-list li {
    font-size: 15px;
    background-size: 17px;
  }
  .our-board-members-listing .our-board-members-box {
    min-height: 186px;
  }
  .co-founders-listing-section .main-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .co-founders-listing .co-founders-box .image {
    height: 140px;
  }
  .founder-listing button.slick-arrow.slick-prev {
    right: 60px;
  }
  .company-info-section-two .row-wrapper p {
    font-size: 16px;
  }
  .company-info-section-two .row-wrapper {
    gap: 70px;
    margin-bottom: 50px;
  }
  .company-info-section-two .row-wrapper .btn-wrapper {
    margin-top: 30px;
  }
  .road-map-section {
    padding: 70px 0px;
  }
  .road-map-slider .road-map-item .content .title {
    font-size: 50px;
  }
  .road-map-slider .road-map-item .content .subtitle {
    font-size: 22px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col p {
    font-size: 16px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col {
    padding: 30px;
  }
  .our-core-values-section {
    padding: 70px 0px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box h3 {
    font-size: 25px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box p {
    font-size: 16px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box .highlight-message {
    font-size: 14px;
  }
  .our-mission-vision-box-wrapper {
    border-radius: 30px;
  }
  .road-map-slider .road-map-item {
    padding: 0px 40px;
  }
  .road-map-slider .road-map-item .image {
    height: 200px;
  }
  .road-map-slider .road-map-item .image img {
    border-radius: 10px;
  }
  .road-map-slider .road-map-item .content p {
    font-size: 15px;
  }
  .media-gallery-banner-section {
    padding: 140px 0px 60px 0px;
  }
  .media-gallery-banner-section .row-wrapper .subtitle {
    font-size: 18px;
    letter-spacing: 4.5px;
    margin-bottom: 5px;
  }
  .media-gallery-banner-section .row-wrapper .title {
    font-size: 39px;
  }
  .media-gallery-section {
    padding: 70px 0px;
  }
  .media-gallery-images-list .gallery-item {
    height: 300px;
  }
  .media-gallery-images-list .gallery-item img {
    border-radius: 10px;
  }
  .pagination-controls, .pagination-wrap {
    margin-top: 30px;
  }
  .pagination-controls button, .pagination-wrap button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .contact-us-section-one {
    padding-top: 125px;
  }
  .contact-us-section-one .row-wrapper .left-col .subtitle {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-bottom: 5px;
  }
  .contact-us-section-one .row-wrapper .left-col .title {
    font-size: 46px;
  }
  .contact-us-section-one .row-wrapper .left-col p {
    font-size: 16px;
  }
  .contact-form .title {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .contact-form {
    padding: 40px 50px 40px 50px;
  }
  html .gform_wrapper .gfield textarea {
    height: 100px !important;
  }
  .our-office-location-section {
    padding: 70px 0px;
  }
  .our-office-location-section h3 {
    font-size: 20px;
    letter-spacing: 5.5px;
  }
  .two-video-wrapper .video, .one-video-wrapper .video {
    height: 400px;
  }
  .one-image-wrapper .image {
    height: 400px;
  }
  .images-listing-slider .image {
    height: 350px;
    margin: 0px 7px;
  }
  .steps-listing-section {
    padding: 70px 0px;
  }
  .steps-listing-section .title-wrapper {
    margin-bottom: 50px;
  }
  .product-slider .product-box.slick-current + .product-box {
    height: 480px;
  }
  .product-slider .product-box {
    margin: 40px 20px 40px 20px;
  }
  html .swiper-button-next, html .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  footer.footer-section .footer-top {
    grid-template-columns: auto 770px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1121px;
  }
  body p {
    font-size: 16px;
  }
  .btn-main {
    padding: 17px 39px;
    font-size: 13px;
  }
  .common-inner-banner-section {
    padding: 150px 0px 60px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 40px;
  }
  .common-content-section {
    padding: 50px 0px 50px 0px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .company-info-section {
    padding: 70px 0px;
  }
  .company-info-section .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .company-info-section p {
    font-size: 16px;
  }
  .company-info-section .row-wrapper .image {
    height: 350px;
  }
  .company-location-box-section {
    padding: 70px 0px;
  }
  .company-location-box-wrapper .company-location-box {
    height: 380px;
  }
  .company-location-box-wrapper .company-location-box .title {
    font-size: 24px;
  }
  .curiosity-section {
    padding: 70px 0px;
  }
  h2 {
    font-size: 43px;
  }
  .title-wrapper {
    margin-bottom: 23px;
  }
  .product-slider .product-box p {
    font-size: 15px;
  }
  .product-slider .product-box.slick-current + .product-box .product-name {
    font-size: 28px;
  }
  button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  .fabricating-section {
    padding: 70px 0px;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .fabricating-section .row-wrapper p {
    font-size: 16px;
  }
  .fabricating-section .video-box {
    height: 300px;
  }
  .growth-section {
    padding: 70px 20px;
  }
  .growth-section .row-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .growth-section p {
    font-size: 14px;
  }
  .growth-section .btn-wrapper {
    margin-top: 15px;
  }
  .growth-section .image-one {
    height: 220px;
    width: 100%;
  }
  .growth-section .image-two {
    width: 100%;
    height: 220px;
  }
  .growth-section .image-three {
    width: 100%;
    height: 220px;
  }
  .growth-section .image-four {
    height: 220px;
  }
  footer.footer-section {
    padding-top: 50px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 25px;
  }
  footer.footer-section .footer-top .footer-title {
    font-size: 16px;
  }
  footer.footer-section .footer-links ul li a {
    font-size: 14px;
  }
  #header {
    padding: 25px 10px;
  }
  #header.fixed {
    padding: 20px 10px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 12px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 20px;
  }
  .main-banner-section .subtile {
    font-size: 18px;
  }
  .main-banner-section .banner-title {
    font-size: 65px;
  }
  .main-banner-section .banner-title .small-text {
    font-size: 45px;
  }
  .main-banner-section .product-categories {
    bottom: 35px;
    padding: 10px 30px;
  }
  .main-banner-section .category-item {
    font-size: 16px;
  }
  .company-info-section .row-wrapper {
    gap: 55px;
  }
  .company-info-section .row-wrapper .wrapper {
    margin-top: 15px;
    gap: 40px;
  }
  .experience-logo img {
    max-width: 140px;
  }
  .btn-main.btn-outline {
    background-position: right 20px center;
    padding: 15px 45px 15px 25px;
  }
  .product-slider .product-box.slick-current + .product-box .product-image {
    height: 270px;
  }
  .product-slider .product-box .product-image {
    height: 200px;
  }
  .fabricating-section .row-wrapper {
    grid-template-columns: auto 550px;
    gap: 40px;
  }
  .fabricating-section .video-box .video-button {
    height: 50px;
    width: 50px;
  }
  .btn-main.sm {
    padding: 10px 20px;
    font-size: 13px;
  }
  .slick-next.slick-arrow {
    right: 0px;
  }
  .slick-prev.slick-arrow {
    left: 0px;
  }
  .btn-main.btn-arrow {
    background-position: right 15px center;
    padding: 15px 40px 15px 25px;
  }
  .sustainable-growth-info-section, .surbhi-industries-limited-section, .products-expertise-section, .product-making-info-section, .our-founders-section, .company-info-section-two, .latest-technology-section {
    padding: 90px 0px 50px 0px;
  }
  .big-text {
    font-size: 20px !important;
  }
  .waste-recycle-section {
    padding: 60px 0px;
  }
  .waste-recycle-section p {
    font-size: 16px;
  }
  .waste-recycle-section .title-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .waste-recycle-section .row-wrapper {
    gap: 40px;
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .waste-recycle-section .row-wrapper .image {
    height: 350px;
    width: 100%;
  }
  .waste-recycle-section .row-wrapper-two {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .waste-recycle-section .video-box {
    height: 320px;
  }
  .waste-recycle-section h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .wind-power-section {
    padding: 60px 0px;
  }
  .wind-power-section p {
    font-size: 16px;
  }
  .wind-power-section .row-wraper .right-col p.content {
    font-size: 16px;
  }
  .wind-power-section .row-wraper {
    gap: 30px 50px;
  }
  .wind-power-section .image {
    height: 350px;
  }
  .solar-energy-section {
    padding: 60px 0px;
  }
  .solar-energy-section .row-wrapper {
    gap: 30px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .solar-energy-section .video-box-two {
    height: 300px;
  }
  .swatchchh-bharat-mission-section {
    padding: 60px 0px;
  }
  .swatchchh-bharat-mission-section .top-wraper {
    gap: 55px;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .swatchchh-bharat-mission-section p.title {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .swatchchh-bharat-mission-section p {
    font-size: 15px;
  }
  .inner-banner-section {
    padding-top: 110px;
  }
  .inner-banner-section .subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inner-banner-section h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .inner-banner-section .inner-banner-image {
    height: 380px;
    margin-bottom: -55px;
  }
  .machineries-section {
    padding: 70px 0px;
  }
  .machineries-section p {
    font-size: 15px;
  }
  .machineries-section .image-two {
    height: 240px;
  }
  .machineries-section .image-one {
    height: 430px;
  }
  .reports-section {
    padding: 70px 0px;
  }
  .reports-section .tabs-main-wrapper .tabs ul.tab-menu li a {
    padding: 15px 45px 15px 20px;
    font-size: 15px;
  }
  .reports-section .tabs-main-wrapper .tab-content h2 {
    margin-bottom: 25px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box {
    padding: 20px 50px 20px 20px;
    font-size: 17px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box:before {
    width: 22px;
    height: 30px;
    right: 20px;
    background-size: 20px;
  }
  .contact-info-section {
    padding: 70px 0px;
  }
  .contact-info-listing .contact-info-box .contact-list-wrapper {
    margin-top: 15px;
    gap: 15px;
  }
  .contact-info-listing .contact-info-box h3 {
    font-size: 25px;
  }
  .contact-info-listing .contact-info-box .highlight-text {
    font-size: 17px;
  }
  .contact-info-listing {
    gap: 20px;
  }
  .machineries-section .row-wrapper {
    gap: 40px;
    grid-template-columns: 350px auto;
  }
  .machineries-section .row-wrap-two {
    gap: 15px;
    margin-top: 15px;
  }
  .reports-section .tabs-main-wrapper {
    grid-template-columns: 330px auto;
    gap: 45px;
  }
  .products-machines-video-section .videos-wrapper .video {
    height: 370px;
    border-radius: 15px;
  }
  .product-details-section {
    padding: 70px 0px;
  }
  .product-details-section .title-wrapper {
    margin-bottom: 40px;
  }
  .product-details-section .product-details-listing .product-details-box .content h3 {
    font-size: 22px;
  }
  .product-details-section .product-details-listing .product-details-box .content p {
    font-size: 15px;
  }
  .product-details-section .product-details-listing .product-details-box .content p br {
    display: none;
  }
  .product-details-section .product-details-listing .product-details-box {
    border-radius: 15px;
    min-height: 185px;
  }
  .product-details-section .btn-wrapper {
    margin-top: 40px;
  }
  .steps-tab-section .tab-titles {
    margin-bottom: -70px;
  }
  .process-flow .step {
    padding: 0px 0px 35px 0px;
  }
  .process-flow .step .content h3 {
    font-size: 20px;
  }
  .steps-tab-section .tab-content .row-wrapper .image {
    height: 270px;
    margin-top: 80px;
  }
  .process-flow .circle {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: -0.5px;
  }
  .process-flow .step::before {
    left: 27px;
  }
  .steps-tab-section .tab-titles button.tab-btn {
    font-size: 20px;
    padding: 10px 30px;
  }
  .steps-tab-section .content-info-wrapper {
    margin-top: 40px;
    padding-top: 30px;
  }
  .steps-tab-section {
    padding: 70px 0px;
  }
  .swatchers-section {
    padding: 60px 0px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item {
    border-radius: 15px;
    height: 220px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item .title {
    font-size: 23px;
  }
  .product-details-section .product-details-listing {
    gap: 15px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+3), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+4) {
    width: 340px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+1), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+6), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+7), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+9) {
    width: 320px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+2), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+5) {
    width: 400px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+8) {
    width: 420px;
  }
  .steps-tab-section .tab-content .row-wrapper {
    grid-template-columns: auto 450px;
    gap: 40px;
  }
  .swatchers-gallery-images-list {
    gap: 15px;
  }
  .why-work-with-us-section {
    padding: 70px 0px;
  }
  .why-work-box-listing .why-work-box .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .why-work-box-listing .why-work-box p {
    font-size: 15px;
  }
  .who-thrives-at-surbhi-section {
    padding: 70px 0px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image {
    height: 330px;
    margin-bottom: 15px;
  }
  ul.arrow-list li {
    font-size: 17px;
    background-position: left top 6px;
    margin-bottom: 15px;
  }
  .current-opportunities-section {
    padding: 60px 0px;
  }
  .current-opportunities-section p {
    font-size: 20px;
  }
  .current-opportunities-section p.subtitle {
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
  }
  .life-at-surbhi-section {
    padding: 60px 0px;
  }
  .life-at-surbhi-section .subtitle {
    font-size: 23px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .info-title {
    font-size: 17px;
    line-height: 25px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .icon {
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .life-at-surbhi-section .icon-listing .icon-box {
    padding: 0px 35px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .current-opportunities-section .information-wrapper {
    max-width: 430px;
  }
  .product-making-info-section p {
    font-size: 16px;
  }
  .our-founders-section .title-wrapper {
    margin-bottom: 40px;
  }
  .founder-listing .founder-box {
    padding: 30px 30px 30px 30px;
    gap: 50px;
    grid-template-columns: 350px auto;
    margin: 20px 10px;
  }
  .founder-listing .founder-box h3 {
    font-size: 33px;
  }
  .founder-listing .founder-box p {
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box {
    padding: 13px 40px;
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box::before {
    height: 45px;
    width: 45px;
  }
  .co-founders-listing-section {
    padding: 70px 0px;
  }
  .co-founders-listing-section .co-founders-listing {
    margin-bottom: 50px;
    padding-bottom: 50px;
    gap: 30px;
  }
  .co-founders-listing .co-founders-box {
    gap: 30px;
    grid-template-columns: 140px auto;
  }
  .founder-listing .founder-box .image {
    height: 450px;
  }
  html .slick-dots li {
    width: 60px !important;
  }
  .co-founders-listing .co-founders-box .founder-name {
    font-size: 23px;
  }
  .our-board-members-listing .our-board-members-box .title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .our-board-members-listing .our-board-members-box ul.arrow-list li {
    font-size: 15px;
    background-size: 17px;
  }
  .our-board-members-listing .our-board-members-box {
    min-height: 180px;
  }
  .co-founders-listing-section .main-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .co-founders-listing .co-founders-box .image {
    height: 140px;
  }
  .founder-listing button.slick-arrow.slick-prev {
    right: 60px;
  }
  .founder-listing .founder-box .image img {
    border-radius: 10px;
  }
  .company-info-section-two .row-wrapper p {
    font-size: 16px;
  }
  .company-info-section-two .row-wrapper {
    gap: 70px;
    margin-bottom: 50px;
  }
  .company-info-section-two .row-wrapper .btn-wrapper {
    margin-top: 30px;
  }
  .road-map-section {
    padding: 70px 0px;
  }
  .road-map-slider .road-map-item .content .title {
    font-size: 50px;
  }
  .road-map-slider .road-map-item .content .subtitle {
    font-size: 22px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col p {
    font-size: 16px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col {
    padding: 30px;
  }
  .our-core-values-section {
    padding: 70px 0px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box h3 {
    font-size: 25px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box p {
    font-size: 16px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box .highlight-message {
    font-size: 14px;
  }
  .our-mission-vision-box-wrapper {
    border-radius: 30px;
  }
  .road-map-slider .road-map-item {
    padding: 0px 20px;
  }
  .road-map-slider .road-map-item .image {
    height: 200px;
  }
  .road-map-slider .road-map-item .image img {
    border-radius: 10px;
  }
  .road-map-slider .road-map-item .content p {
    font-size: 15px;
  }
  .our-core-values-section {
    padding: 60px 0px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box {
    border-radius: 10px;
    padding: 25px 20px;
    width: 31.33%;
  }
  .location-contact-info-section {
    padding: 70px 0px;
  }
  .location-contact-info-listing .location-contact-info-box {
    gap: 55px;
    padding: 20px 30px 20px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper {
    margin-top: 15px;
    gap: 13px;
  }
  .location-contact-info-listing {
    gap: 50px;
    margin-bottom: 30px;
  }
  .location-contact-info-listing .location-contact-info-box h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) {
    padding: 20px 20px 20px 30px;
  }
  .location-contact-info-listing .location-contact-info-box p {
    font-size: 16px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .phone-no {
    font-size: 23px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .location-info {
    font-size: 16px;
  }
  .location-contact-info-listing .location-contact-info-box .image {
    height: 410px;
  }
  .location-contact-info-listing .location-contact-info-box .image .address {
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 15px;
    right: 15px;
    bottom: 15px;
  }
  .location-contact-info-section p {
    font-size: 16px;
  }
  .media-gallery-banner-section {
    padding: 140px 0px 60px 0px;
  }
  .media-gallery-banner-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .media-gallery-banner-section .row-wrapper .subtitle {
    font-size: 18px;
    letter-spacing: 4.5px;
    margin-bottom: 5px;
  }
  .media-gallery-banner-section .row-wrapper .title {
    font-size: 35px;
  }
  .media-gallery-section {
    padding: 60px 0px;
  }
  .media-gallery-images-list .gallery-item {
    height: 250px;
  }
  .media-gallery-images-list .gallery-item img {
    border-radius: 10px;
  }
  .pagination-controls, .pagination-wrap {
    margin-top: 30px;
  }
  .pagination-controls button, .pagination-wrap button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .contact-us-section-one {
    padding-top: 125px;
  }
  .contact-us-section-one .row-wrapper .left-col .subtitle {
    font-size: 15px;
    letter-spacing: 3.5px;
    margin-bottom: 5px;
  }
  .contact-us-section-one .row-wrapper .left-col .title {
    font-size: 35px;
  }
  .contact-us-section-one .row-wrapper .left-col p {
    font-size: 15px;
  }
  .contact-form .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .contact-form {
    padding: 35px 30px 35px 30px;
  }
  html .gform_wrapper .gfield textarea {
    height: 100px !important;
  }
  .our-office-location-section {
    padding: 70px 0px;
  }
  .our-office-location-section h3 {
    font-size: 20px;
    letter-spacing: 5.5px;
  }
  .contact-us-section-one .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .two-video-wrapper .video, .one-video-wrapper .video {
    height: 400px;
  }
  .one-image-wrapper .image {
    height: 400px;
  }
  .images-listing-slider .image {
    height: 350px;
    margin: 0px 7px;
  }
  .step-listing-wrapper {
    gap: 20px 60px;
  }
  .steps-listing-section {
    padding: 70px 0px;
  }
  .steps-listing-section .title-wrapper {
    margin-bottom: 50px;
  }
  #header .wrapper .right-wrap {
    gap: 10px;
  }
  .product-slider .product-box.slick-current + .product-box {
    height: 470px;
  }
  .product-slider .product-box {
    margin: 40px 20px 40px 20px;
  }
  html .swiper-button-next, html .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .product-slider .swiper-slide-active .product-box .product-image {
    height: 300px;
  }
  footer.footer-section .footer-top {
    grid-template-columns: auto 700px;
  }
}
@media (max-width: 1120px) {
  #header .mobile {
    display: block !important;
  }
  #header .destop {
    display: none !important;
  }
  #header {
    width: 100%;
    top: 0 !important;
    border-radius: 0;
  }
  #header .wrapper ul#menu-header-menu {
    margin: 0 !important;
    display: block !important;
  }
  #header .wrapper ul#menu-header-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0;
  }
  #header .wrapper ul#menu-header-menu li a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
  }
  #header .res_navigation {
    display: block;
    position: relative;
    order: 3;
  }
  #header .wrapper .mobile-menu {
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9;
    padding: 150px 30px 30px 30px;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: 100vh;
  }
  html.menu-open #header .wrapper .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  #header .wrapper ul#menu-header-menu li a:hover {
    color: var(--primary) !important;
    background-color: transparent;
  }
  /**/
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow {
    top: 0;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(20%);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 11px;
    pointer-events: all;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 15px;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu::before {
    content: none;
  }
  #header .wrapper ul#menu-header-menu li ul.sub-menu li a {
    padding: 15px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  #header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }
  #header .wrapper ul#menu-header-menu ul.sub-menu li {
    margin: 0 !important;
  }
  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0 !important;
  }
  #header .header-btn-wrap {
    margin-left: 0;
    margin-right: 30px;
  }
  #header .header-logo a {
    max-width: 195px;
  }
  .container {
    width: 100%;
  }
  body p {
    font-size: 15px;
  }
  .btn-main {
    padding: 17px 39px;
    font-size: 15px;
  }
  .common-inner-banner-section {
    padding: 150px 0px 60px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 40px;
  }
  .common-content-section {
    padding: 50px 20px 50px 20px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
  .coming-soon-section {
    padding: 25px 20px;
    height: auto;
  }
  .coming-soon-section .coming-soon-top-wrap {
    padding-left: 120px;
    margin-bottom: 20px;
  }
  .coming-soon-section .coming-soon-title-wrap {
    left: -210px;
    top: 45px;
    height: 45px;
  }
  .coming-soon-section .coming-soon-title-wrap h3 {
    font-size: 20px;
  }
  .coming-soon-section .coming-soon-top-wrap .row-wrapper {
    grid-template-columns: 100px auto;
    gap: 30px;
  }
  .coming-soon-section p {
    font-size: 15px;
  }
  .points-listing-box .point-box .icon {
    width: 30px;
    height: 28px;
  }
  .points-listing-box .point-box {
    grid-template-columns: 30px auto;
    gap: 15px;
    margin-bottom: 10px;
  }
  .coming-soon-section .coming-soon-bottom-wrap .row-wrapper {
    grid-template-columns: 100%;
    gap: 25px;
  }
  .points-listing-box .point-box .content h4 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .contact-form {
    padding: 35px 30px;
  }
  .contact-us-section-one .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .contact-form h2.title {
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 27px;
    text-align: center;
  }
  .contact-form h2.title:before {
    right: 0;
    margin: 0 auto;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select, .gform_wrapper .gfield textarea {
    height: 45px;
    padding: 5px 20px !important;
    font-size: 13px !important;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 12px 40px;
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 20px !important;
  }
  .gform_wrapper .gform_footer {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }
  .btn-main {
    padding: 17px 30px;
    font-size: 14px;
  }
  #header .header-logo a {
    max-width: 100px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  .border-btn {
    font-size: 15px;
  }
  .company-info-section {
    padding: 60px 0px;
  }
  .company-info-section .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .company-info-section p {
    font-size: 16px;
  }
  .company-info-section .row-wrapper .image {
    height: 350px;
  }
  .company-location-box-section {
    padding: 60px 0px;
  }
  h2 {
    font-size: 40px;
  }
  .company-location-box-wrapper .company-location-box {
    height: 380px;
  }
  .company-location-box-wrapper .company-location-box .title {
    font-size: 24px;
  }
  .company-location-box-wrapper .company-location-box .title br {
    display: none;
  }
  .curiosity-section {
    padding: 60px 0px;
  }
  .title-wrapper {
    margin-bottom: 15px;
  }
  .product-slider .product-box p {
    font-size: 15px;
  }
  .product-slider .product-box.slick-current + .product-box .product-name {
    font-size: 25px;
  }
  button.slick-arrow {
    width: 45px;
    height: 45px;
  }
  .fabricating-section {
    padding: 60px 0px;
  }
  .fabricating-section .row-wrapper p {
    font-size: 16px;
  }
  .fabricating-section .video-box {
    height: 300px;
  }
  .growth-section {
    padding: 60px 20px;
  }
  .growth-section .row-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .growth-section p {
    font-size: 14px;
  }
  .growth-section .btn-wrapper {
    margin-top: 15px;
  }
  .growth-section .image-one {
    height: 220px;
    width: 100%;
  }
  .growth-section .image-two {
    width: 100%;
    height: 220px;
  }
  .growth-section .image-three {
    width: 100%;
    height: 220px;
  }
  .growth-section .image-four {
    height: 220px;
  }
  footer.footer-section {
    padding-top: 50px;
  }
  footer.footer-section .footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 25px;
  }
  footer.footer-section .footer-top .footer-title {
    font-size: 16px;
  }
  footer.footer-section .footer-links ul li a {
    font-size: 14px;
  }
  #header {
    padding: 25px 20px;
  }
  #header.fixed {
    padding: 20px 20px;
  }
  #header .wrapper ul#menu-header-menu li a {
    font-size: 14px;
  }
  #header.fixed .header-logo a {
    max-width: 110px;
  }
  #header .header-logo a {
    max-width: 145px;
  }
  #header .wrapper ul#menu-header-menu > li {
    margin-right: 25px;
  }
  .main-banner-section .subtile {
    font-size: 16px;
  }
  .main-banner-section .banner-title {
    font-size: 55px;
    letter-spacing: 0px;
  }
  .main-banner-section .banner-title .small-text {
    font-size: 35px;
  }
  .main-banner-section .product-categories {
    bottom: 35px;
    padding: 10px 30px;
  }
  .main-banner-section .category-item {
    font-size: 16px;
  }
  .company-info-section .row-wrapper {
    gap: 45px;
  }
  .company-info-section .row-wrapper .wrapper {
    margin-top: 15px;
    gap: 20px;
  }
  .experience-logo img {
    max-width: 110px;
  }
  .btn-main.btn-outline {
    background-position: right 20px center;
    padding: 15px 45px 15px 25px;
  }
  .product-slider .product-box.slick-current + .product-box .product-image {
    height: 270px;
  }
  .product-slider .product-box .product-image {
    height: 200px;
  }
  .fabricating-section .row-wrapper {
    grid-template-columns: auto 550px;
    gap: 40px;
  }
  .fabricating-section .video-box .video-button {
    height: 50px;
    width: 50px;
  }
  .btn-main.sm {
    padding: 10px 20px;
    font-size: 13px;
  }
  .slick-next.slick-arrow {
    right: 0px;
  }
  .slick-prev.slick-arrow {
    left: 0px;
  }
  .btn-main.btn-arrow {
    background-position: right 15px center;
    padding: 15px 40px 15px 25px;
  }
  .main-banner-section .banner-container {
    height: auto;
    padding: 250px 0px 250px 0px;
  }
  .company-location-box-wrapper .company-location-box:nth-child(1), .company-location-box-wrapper .company-location-box:nth-child(2) {
    width: 100%;
  }
  .company-location-box-wrapper {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-slider .product-box .product-name {
    font-size: 20px;
  }
  .product-slider .product-box {
    margin: 40px 20px 40px 20px;
  }
  .main-banner-section .banner-content {
    transform: translateY(0);
  }
  .sustainable-growth-info-section, .surbhi-industries-limited-section, .products-expertise-section, .product-making-info-section, .our-founders-section, .company-info-section-two, .latest-technology-section {
    padding: 90px 0px 50px 0px;
  }
  .big-text {
    font-size: 20px !important;
  }
  .waste-recycle-section {
    padding: 60px 0px;
  }
  .waste-recycle-section p {
    font-size: 16px;
  }
  .waste-recycle-section .title-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .waste-recycle-section .row-wrapper {
    gap: 40px;
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .waste-recycle-section .row-wrapper .image {
    height: 350px;
    width: 100%;
  }
  .waste-recycle-section .row-wrapper-two {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .waste-recycle-section .video-box {
    height: 320px;
  }
  .waste-recycle-section h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .wind-power-section {
    padding: 60px 0px;
  }
  .wind-power-section p {
    font-size: 16px;
  }
  .wind-power-section .row-wraper .right-col p.content {
    font-size: 16px;
  }
  .wind-power-section .row-wraper {
    gap: 30px 50px;
  }
  .wind-power-section .image {
    height: 350px;
  }
  .solar-energy-section {
    padding: 60px 0px;
  }
  .solar-energy-section .row-wrapper {
    gap: 30px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .solar-energy-section .video-box-two {
    height: 300px;
  }
  .swatchchh-bharat-mission-section {
    padding: 60px 0px;
  }
  .swatchchh-bharat-mission-section .top-wraper {
    gap: 55px;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .swatchchh-bharat-mission-section p.title {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .swatchchh-bharat-mission-section p {
    font-size: 15px;
  }
  .inner-banner-section {
    padding-top: 110px;
  }
  .inner-banner-section .subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inner-banner-section h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .inner-banner-section .inner-banner-image {
    height: 380px;
    margin-bottom: -55px;
  }
  .machineries-section {
    padding: 60px 0px;
  }
  .machineries-section p {
    font-size: 15px;
  }
  .machineries-section .image-two {
    height: 240px;
  }
  .machineries-section .image-one {
    height: 430px;
  }
  .reports-section {
    padding: 60px 0px;
  }
  .reports-section .tabs-main-wrapper .tabs ul.tab-menu li a {
    padding: 15px 45px 15px 20px;
    font-size: 15px;
  }
  .reports-section .tabs-main-wrapper .tab-content h2 {
    margin-bottom: 25px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box {
    padding: 20px 50px 20px 20px;
    font-size: 17px;
    border-radius: 10px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box:before {
    width: 22px;
    height: 30px;
    right: 20px;
    background-size: 20px;
  }
  .contact-info-section {
    padding: 60px 0px;
  }
  .contact-info-listing .contact-info-box .contact-list-wrapper {
    margin-top: 15px;
    gap: 15px;
  }
  .contact-info-listing .contact-info-box h3 {
    font-size: 25px;
  }
  .contact-info-listing .contact-info-box .highlight-text {
    font-size: 17px;
  }
  .contact-info-listing {
    gap: 20px;
  }
  .machineries-section .row-wrapper {
    gap: 40px;
    grid-template-columns: 350px auto;
  }
  .machineries-section .row-wrap-two {
    gap: 15px;
    margin-top: 15px;
  }
  .reports-section .tabs-main-wrapper {
    grid-template-columns: 330px auto;
    gap: 45px;
  }
  .products-machines-video-section .videos-wrapper .video {
    height: 370px;
    border-radius: 15px;
  }
  .product-details-section {
    padding: 70px 0px;
  }
  .product-details-section .title-wrapper {
    margin-bottom: 40px;
  }
  .product-details-section .product-details-listing .product-details-box .content h3 {
    font-size: 22px;
  }
  .product-details-section .product-details-listing .product-details-box .content p {
    font-size: 15px;
  }
  .product-details-section .product-details-listing .product-details-box .content p br {
    display: none;
  }
  .product-details-section .product-details-listing .product-details-box {
    border-radius: 15px;
    min-height: auto;
    padding: 24px;
    grid-template-columns: 40px auto;
    gap: 15px;
  }
  .product-details-section .product-details-listing .product-details-box .icon {
    width: 40px;
    height: 40px;
  }
  .product-details-section .btn-wrapper {
    margin-top: 40px;
  }
  .steps-tab-section .tab-titles {
    margin-bottom: -70px;
  }
  .process-flow .step {
    padding: 0px 0px 35px 0px;
  }
  .process-flow .step .content h3 {
    font-size: 20px;
  }
  .steps-tab-section .tab-content .row-wrapper .image {
    height: 270px;
    margin-top: 80px;
  }
  .process-flow .circle {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: -0.5px;
  }
  .process-flow .step::before {
    left: 27px;
  }
  .steps-tab-section .tab-titles button.tab-btn {
    font-size: 20px;
    padding: 10px 30px;
  }
  .steps-tab-section .content-info-wrapper {
    margin-top: 40px;
    padding-top: 30px;
  }
  .steps-tab-section {
    padding: 70px 0px;
  }
  .swatchers-section {
    padding: 60px 0px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item {
    border-radius: 15px;
    height: 220px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item .title {
    font-size: 23px;
  }
  .product-details-section .product-details-listing {
    gap: 15px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+1), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+2), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+3), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+4), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+5), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+6), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+7), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+8), .swatchers-gallery-images-list .swatchers-gallery-item:nth-child(9n+9) {
    width: auto;
  }
  .steps-tab-section .tab-content .row-wrapper {
    grid-template-columns: auto 450px;
    gap: 40px;
  }
  .swatchers-gallery-images-list {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .why-work-with-us-section {
    padding: 60px 0px;
  }
  .why-work-box-listing .why-work-box .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .why-work-box-listing .why-work-box p {
    font-size: 15px;
  }
  .who-thrives-at-surbhi-section {
    padding: 60px 0px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image {
    height: 330px;
    margin-bottom: 15px;
  }
  ul.arrow-list li {
    font-size: 15px;
    margin-bottom: 11px;
    background-size: 15px;
    padding-left: 23px;
  }
  .current-opportunities-section {
    padding: 60px 0px;
  }
  .current-opportunities-section p {
    font-size: 20px;
  }
  .current-opportunities-section p.subtitle {
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
  }
  .life-at-surbhi-section {
    padding: 50px 0px;
  }
  .life-at-surbhi-section .subtitle {
    font-size: 23px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .info-title {
    font-size: 17px;
    line-height: 25px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .icon {
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .life-at-surbhi-section .icon-listing .icon-box {
    padding: 0px 35px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .current-opportunities-section .information-wrapper {
    max-width: 430px;
  }
  .product-making-info-section p {
    font-size: 16px;
  }
  .why-work-box-listing {
    gap: 15px;
  }
  .why-work-box-listing .why-work-box {
    padding: 25px 25px 25px 25px;
    border-radius: 15px;
  }
  .our-founders-section .title-wrapper {
    margin-bottom: 40px;
  }
  .founder-listing .founder-box {
    padding: 30px 30px 30px 30px;
    gap: 50px;
    grid-template-columns: 350px auto;
    margin: 20px 10px;
  }
  .founder-listing .founder-box h3 {
    font-size: 33px;
  }
  .founder-listing .founder-box p {
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box {
    padding: 13px 40px;
    font-size: 16px;
  }
  .founder-listing .founder-box .message-box::before {
    height: 45px;
    width: 45px;
  }
  .co-founders-listing-section {
    padding: 70px 0px;
  }
  .co-founders-listing-section .co-founders-listing {
    margin-bottom: 50px;
    padding-bottom: 50px;
    gap: 30px;
  }
  .co-founders-listing .co-founders-box {
    gap: 30px;
    grid-template-columns: 140px auto;
  }
  .founder-listing .founder-box .image {
    height: 450px;
  }
  html .slick-dots li {
    width: 60px !important;
  }
  .co-founders-listing .co-founders-box .founder-name {
    font-size: 23px;
  }
  .our-board-members-listing .our-board-members-box .title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .our-board-members-listing .our-board-members-box ul.arrow-list li {
    font-size: 15px;
    background-size: 17px;
  }
  .our-board-members-listing .our-board-members-box {
    min-height: auto;
  }
  .co-founders-listing-section .main-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .co-founders-listing .co-founders-box .image {
    height: 140px;
  }
  .founder-listing button.slick-arrow.slick-prev {
    right: 60px;
  }
  .founder-listing .founder-box .image img {
    border-radius: 10px;
  }
  .company-info-section-two .row-wrapper p {
    font-size: 16px;
  }
  .company-info-section-two .row-wrapper {
    gap: 70px;
    margin-bottom: 50px;
  }
  .company-info-section-two .row-wrapper .btn-wrapper {
    margin-top: 20px;
  }
  .road-map-section {
    padding: 70px 0px;
  }
  .road-map-slider .road-map-item .content .title {
    font-size: 50px;
  }
  .road-map-slider .road-map-item .content .subtitle {
    font-size: 22px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col p {
    font-size: 16px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col {
    padding: 30px;
  }
  .our-core-values-section {
    padding: 70px 0px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box h3 {
    font-size: 25px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box p {
    font-size: 16px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box .highlight-message {
    font-size: 14px;
  }
  .our-mission-vision-box-wrapper {
    border-radius: 30px;
  }
  .road-map-slider .road-map-item {
    padding: 0px 20px;
  }
  .road-map-slider .road-map-item .image {
    height: 200px;
  }
  .road-map-slider .road-map-item .image img {
    border-radius: 10px;
  }
  .road-map-slider .road-map-item .content p {
    font-size: 15px;
  }
  .our-core-values-section {
    padding: 60px 0px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box {
    border-radius: 10px;
    padding: 25px 20px;
    width: 31.33%;
  }
  .location-contact-info-section {
    padding: 70px 0px;
  }
  .location-contact-info-listing .location-contact-info-box {
    gap: 55px;
    padding: 20px 30px 20px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper {
    margin-top: 15px;
    gap: 13px;
  }
  .location-contact-info-listing {
    gap: 50px;
    margin-bottom: 30px;
  }
  .location-contact-info-listing .location-contact-info-box h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) {
    padding: 20px 20px 20px 30px;
  }
  .location-contact-info-listing .location-contact-info-box p {
    font-size: 15px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .phone-no {
    font-size: 20px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .location-info {
    font-size: 15px;
  }
  .location-contact-info-listing .location-contact-info-box .image {
    height: 410px;
  }
  .location-contact-info-listing .location-contact-info-box .image .address {
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 15px;
    right: 15px;
    bottom: 15px;
  }
  .location-contact-info-section p {
    font-size: 16px;
  }
  .media-gallery-banner-section {
    padding: 140px 0px 60px 0px;
  }
  .media-gallery-banner-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .media-gallery-banner-section .row-wrapper .subtitle {
    font-size: 18px;
    letter-spacing: 4.5px;
    margin-bottom: 5px;
  }
  .media-gallery-banner-section .row-wrapper .title {
    font-size: 35px;
  }
  .media-gallery-section {
    padding: 60px 0px;
  }
  .media-gallery-images-list .gallery-item {
    height: 250px;
  }
  .media-gallery-images-list .gallery-item img {
    border-radius: 10px;
  }
  .pagination-controls, .pagination-wrap {
    margin-top: 30px;
  }
  .pagination-controls button, .pagination-wrap button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .two-video-wrapper .video, .one-video-wrapper .video {
    height: 350px;
    border-radius: 10px;
  }
  .one-image-wrapper .image {
    height: 400px;
    border-radius: 10px;
  }
  .images-listing-slider .image {
    height: 300px;
    border-radius: 10px;
  }
  .step-listing-wrapper {
    gap: 20px 60px;
  }
  .steps-listing-section {
    padding: 60px 0px;
  }
  .steps-listing-section .title-wrapper {
    margin-bottom: 50px;
  }
  .steps-tab-section .content-info-wrapper h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .contact-us-section-one {
    padding-top: 125px;
  }
  .contact-us-section-one .row-wrapper .left-col .subtitle {
    font-size: 20px;
    letter-spacing: 3.5px;
    margin-bottom: 5px;
  }
  .contact-us-section-one .row-wrapper .left-col .title {
    font-size: 40px;
  }
  .contact-us-section-one .row-wrapper .left-col {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .contact-us-section-one .row-wrapper .left-col p {
    font-size: 16px;
  }
  .contact-form .title {
    font-size: 33px;
    margin-bottom: 20px;
  }
  html .gform_wrapper .gfield textarea {
    height: 100px !important;
  }
  .our-office-location-section {
    padding: 70px 0px;
  }
  .our-office-location-section h3 {
    font-size: 20px;
    letter-spacing: 5.5px;
  }
  html .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
  .company-location-box-wrapper .company-location-box:nth-child(1) .title {
    text-align: left;
  }
  .product-slider .product-box.slick-current + .product-box {
    height: 470px;
  }
  .product-slider .product-box {
    margin: 40px 20px 40px 20px;
  }
  html .swiper-button-next, html .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .product-slider .swiper-slide-active .product-box .product-image {
    height: 270px;
  }
  footer.footer-section .footer-top {
    grid-template-columns: auto 550px;
  }
  footer.footer-section .footer-top .footer-logo img {
    width: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .machineries-section .row-wrap-two {
    grid-template-columns: 100%;
  }
  .machineries-section .row-wrap-two .left-wrap {
    order: 1;
  }
}
@media (max-width: 991px) {
  body p {
    font-size: 15px;
  }
  .btn-main {
    padding: 14px 30px;
    font-size: 13px;
  }
  .page-not-found {
    padding: 130px 0px 50px;
  }
  .page-not-found h1 {
    margin-bottom: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
  #header {
    padding: 20px 20px;
  }
  #header.fixed {
    padding: 15px 20px;
  }
  .main-banner-section .product-categories {
    bottom: 25px;
    padding: 10px 20px;
    gap: 10px;
  }
  .main-banner-section .category-item {
    font-size: 12px;
  }
  .main-banner-section .subtile {
    font-size: 15px;
  }
  .main-banner-section .banner-title {
    font-size: 33px;
    line-height: 140%;
  }
  .main-banner-section .banner-title .small-text {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .company-info-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .company-info-section .title {
    font-size: 26px;
  }
  .company-info-section p {
    font-size: 15px;
  }
  .title-wrapper {
    margin-bottom: 20px;
  }
  .company-location-box-wrapper .company-location-box {
    height: 320px;
  }
  .company-location-box-wrapper .company-location-box .title {
    font-size: 20px;
  }
  h2 {
    font-size: 33px;
  }
  .product-slider .product-box.slick-current + .product-box .product-image {
    height: 200px;
  }
  .product-slider .product-box.slick-current + .product-box .product-name {
    font-size: 20px;
  }
  html .product-slider .product-box.slick-current + div .arrow-link {
    height: 33px;
    width: 33px;
    bottom: -15px;
  }
  .product-slider {
    padding: 0px 40px;
  }
  .fabricating-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .fabricating-section .row-wrapper p {
    font-size: 14px;
  }
  .fabricating-section .video-box {
    height: 250px;
  }
  .fabricating-section .video-box .title {
    font-size: 12px !important;
  }
  .growth-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 35px;
  }
  .growth-section .row-wrapper .left-col, .growth-section .row-wrapper .right-col {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  footer.footer-section .footer-top {
    gap: 40px;
    grid-template-columns: auto 470px;
  }
  .inner-banner-section h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .inner-banner-section .subtitle {
    font-size: 13px;
  }
  .inner-banner-section .inner-banner-image {
    height: 300px;
    margin-bottom: -45px;
  }
  .inner-banner-section .inner-banner-image img {
    border-radius: 10px;
  }
  .sustainable-growth-info-section, .surbhi-industries-limited-section, .products-expertise-section, .product-making-info-section, .our-founders-section, .company-info-section-two, .latest-technology-section {
    padding: 80px 0px 40px 0px;
  }
  .big-text {
    font-size: 15px !important;
  }
  .waste-recycle-section {
    padding: 50px 0px;
  }
  .waste-recycle-section p {
    font-size: 15px;
  }
  .waste-recycle-section .title-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .waste-recycle-section .row-wrapper {
    gap: 20px;
    grid-template-columns: 100%;
  }
  .waste-recycle-section .row-wrapper .right-col {
    order: -1;
  }
  .waste-recycle-section .row-wrapper-two {
    gap: 35px;
  }
  .waste-recycle-section h3 {
    font-size: 30px;
  }
  .waste-recycle-section .video-box {
    height: 280px;
  }
  .wind-power-section .row-wraper {
    gap: 30px 30px;
  }
  .wind-power-section .image {
    height: 230px;
  }
  .wind-power-section p {
    font-size: 15px;
  }
  .wind-power-section .row-wraper .right-col p.content {
    font-size: 15px;
  }
  .wind-power-section .row-wraper .right-col .image {
    margin-bottom: 25px;
  }
  .solar-energy-section .row-wrapper {
    gap: 30px 30px;
  }
  .swatchchh-bharat-mission-section p.title {
    font-size: 25px;
    line-height: 130%;
  }
  .swatchchh-bharat-mission-section .top-wraper {
    gap: 35px;
    margin-bottom: 20px;
  }
  .machineries-section .row-wrap-two {
    grid-template-columns: 100%;
  }
  .machineries-section .row-wrap-two .left-wrap {
    order: 1;
  }
  .reports-section .tabs-main-wrapper {
    grid-template-columns: 220px auto;
    gap: 15px;
  }
  .reports-section .tabs-main-wrapper .tabs ul.tab-menu li a {
    padding: 12px 35px 12px 15px;
    font-size: 14px;
    background-position: right 10px center;
    background-size: 13px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box {
    padding: 15px 40px 15px 15px;
    font-size: 15px;
    border-radius: 10px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box:before {
    width: 20px;
    height: 25px;
    right: 13px;
    background-size: 17px;
  }
  .reports-section .tabs-main-wrapper .tab-content h2 {
    margin-bottom: 10px;
  }
  .contact-info-listing {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-info-listing .contact-info-box {
    border-radius: 10px;
    padding: 25px 20px 25px 20px;
  }
  .contact-info-listing .contact-info-box .contact-list-wrapper .contact-list .link {
    font-size: 13px;
  }
  .machineries-section .image-one img {
    border-radius: 10px;
  }
  .products-expertise-section p {
    font-size: 16px;
  }
  .products-machines-video-section .videos-wrapper {
    gap: 10px;
  }
  .products-machines-video-section .videos-wrapper .video {
    height: 250px;
  }
  .product-details-section .product-details-listing .product-details-box {
    border-radius: 10px;
    padding: 20px;
    grid-template-columns: 100%;
    gap: 15px;
  }
  .product-details-section .product-details-listing .product-details-box .icon {
    width: 35px;
    height: 35px;
  }
  .product-details-section .product-details-listing .product-details-box .content h3 {
    font-size: 18px;
  }
  .product-details-section .product-details-listing .product-details-box .content p {
    font-size: 14px;
    line-height: 136.667%;
  }
  .product-details-section {
    padding: 50px 0px;
  }
  .product-details-section .title-wrapper {
    margin-bottom: 25px;
  }
  .product-details-section .btn-wrapper {
    margin-top: 25px;
  }
  .steps-tab-section .tab-content .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .steps-tab-section {
    padding: 60px 0px;
  }
  .steps-tab-section .tab-titles {
    margin-bottom: -60px;
  }
  .steps-tab-section .tab-titles button.tab-btn {
    font-size: 14px;
    padding: 9px 15px;
  }
  .process-flow .step {
    padding: 0px 0px 20px 0px;
    gap: 10px;
  }
  .process-flow .step .content h3 {
    font-size: 15px;
  }
  .process-flow .circle {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 18px;
    line-height: 25px;
  }
  .steps-tab-section .tab-content .row-wrapper .image {
    height: 210px;
    margin-top: 70px;
  }
  .process-flow .step::before {
    left: 22px;
  }
  .steps-tab-section .content-info-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item {
    border-radius: 10px;
    height: 180px;
  }
  .swatchers-gallery-images-list .swatchers-gallery-item .title {
    left: 15px;
    bottom: 15px;
    font-size: 20px;
  }
  .why-work-with-us-section {
    padding: 50px 0px;
  }
  .why-work-box-listing .why-work-box .title {
    font-size: 20px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image {
    height: 230px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .image img {
    border-radius: 10px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing .who-thrives-box .title {
    font-size: 20px;
  }
  .current-opportunities-section {
    padding: 50px 0px;
  }
  .current-opportunities-section p {
    font-size: 15px;
  }
  .current-opportunities-section p.subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .life-at-surbhi-section .icon-listing .icon-box {
    padding: 0px 25px;
  }
  .founder-listing button.slick-arrow {
    top: -90px;
  }
  .founder-listing .founder-box {
    padding: 25px 25px 25px 25px;
    gap: 45px;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 10px;
  }
  .founder-listing .founder-box .image {
    height: 420px;
  }
  .founder-listing .founder-box h3 {
    font-size: 26px;
  }
  .founder-listing .founder-box .category {
    font-size: 15px;
  }
  .founder-listing .founder-box p {
    font-size: 15px;
  }
  .founder-listing .founder-box .message-box::before {
    height: 35px;
    width: 35px;
    top: -10px;
    left: -10px;
  }
  .founder-listing .founder-box .message-box {
    padding: 13px 25px;
    font-size: 14px;
  }
  .co-founders-listing-section {
    padding: 50px 0px;
  }
  .co-founders-listing-section .co-founders-listing {
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 10px;
    grid-template-columns: 100%;
  }
  .co-founders-listing .co-founders-box {
    gap: 25px;
    grid-template-columns: 120px auto;
  }
  .co-founders-listing .co-founders-box .founder-name {
    font-size: 20px;
  }
  .co-founders-listing .co-founders-box .image {
    height: 110px;
  }
  .our-board-members-listing {
    gap: 10px;
  }
  .our-board-members-listing .our-board-members-box {
    border-radius: 10px;
    padding: 20px 20px;
  }
  .our-board-members-listing .our-board-members-box .title {
    font-size: 16px;
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .our-board-members-listing .our-board-members-box ul.arrow-list li {
    font-size: 14px;
    background-size: 13px;
    background-position: left top 4px;
  }
  .company-info-section-two .row-wrapper {
    gap: 30px;
    margin-bottom: 40px;
  }
  .company-info-section-two .row-wrapper p {
    font-size: 15px;
  }
  .road-map-section {
    padding: 50px 0px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col br {
    display: none;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col .icon {
    width: 40px;
    height: 40px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col p {
    font-size: 15px;
  }
  .our-mission-vision-box-wrapper {
    border-radius: 10px;
  }
  .our-core-values-section {
    padding: 50px 0px;
  }
  .our-core-values-section .our-core-values-listing {
    gap: 10px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box h3 {
    font-size: 20px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box p {
    font-size: 15px;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box .highlight-message {
    font-size: 12px;
    padding: 10px;
  }
  .road-map-slider button.slick-arrow {
    top: 46%;
  }
  .road-map-slider .road-map-item .content .title {
    font-size: 35px;
  }
  .road-map-slider .road-map-item .image {
    height: 180px;
  }
  .location-contact-info-listing .location-contact-info-box {
    gap: 20px;
    grid-template-columns: 100%;
    padding: 20px;
  }
  .location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) .right-col {
    order: unset;
  }
  .location-contact-info-listing {
    gap: 30px;
  }
  .location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) {
    padding: 20px;
  }
  .location-contact-info-listing .location-contact-info-box:nth-child(-2n+2) .image .address {
    right: 20px;
    left: auto;
  }
  .location-contact-info-section {
    padding: 50px 0px;
  }
  .location-contact-info-section p {
    font-size: 15px;
  }
  .media-gallery-banner-section .row-wrapper .subtitle {
    font-size: 15px;
  }
  .media-gallery-banner-section .row-wrapper .title {
    font-size: 27px;
  }
  .media-gallery-banner-section .row-wrapper {
    gap: 40px;
  }
  .media-gallery-banner-section {
    padding: 110px 0px 50px 0px;
  }
  .media-gallery-section {
    padding: 50px 0px;
  }
  .media-gallery-images-list {
    gap: 10px;
  }
  .media-gallery-images-list .gallery-item {
    height: 200px;
  }
  .pagination-controls, .pagination-wrap {
    margin-top: 20px;
  }
  .pagination-controls button, .pagination-wrap button {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .two-video-wrapper .video, .one-video-wrapper .video {
    height: 300px;
  }
  .one-image-wrapper .image {
    height: 300px;
  }
  .steps-listing-section {
    padding: 50px 0px;
  }
  .step-listing-wrapper {
    gap: 20px 30px;
  }
  .pagination-wrap button:first-child, .pagination-wrap button:last-child {
    font-size: 10px !important;
  }
  .contact-us-section-one .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .contact-us-section-one .row-wrapper .left-col {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .our-office-location-section {
    padding: 50px 0px;
  }
  .our-office-location-section h3 {
    font-size: 16px;
  }
  .office-location-dropdown {
    max-width: 450px;
  }
  .office-location-dropdown .custom-select {
    font-size: 15px;
  }
  .product-slider .product-box.slick-current + .product-box {
    height: inherit !important;
    transition: unset;
  }
  .product-slider .product-box.slick-current + .product-box {
    transform: unset;
  }
  .product-slider .product-box {
    margin: 20px 10px 20px 10px;
  }
  .product-slider .swiper-slide-active .product-box {
    transform: unset;
  }
  .product-slider .swiper-slide-active .product-box .product-image {
    height: 200px;
  }
  .product-slider .swiper-slide-active .product-box .product-name {
    font-size: 20px;
  }
  html .swiper-button-next, html .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #header .wrapper .mobile-menu {
    padding: 120px 20px 20px 20px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 10px 10px !important;
  }
  legend.gfield_label {
    font-size: 16px !important;
  }
  .gform_wrapper .gfield_radio {
    gap: 13px;
  }
  .gform_wrapper .gfield_radio label {
    font-size: 12px !important;
  }
  .gform_wrapper .gfield_radio > .gchoice {
    padding: 5px 12px 5px 12px;
  }
  .ginput_container_consent label.gfield_consent_label {
    font-size: 14px;
  }
  .gform_confirmation_message {
    font-size: 14px;
    padding: 15px 25px;
  }
  .page-not-found {
    padding: 120px 0px 50px;
  }
  .page-not-found h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .gform_wrapper .gfield_radio {
    grid-template-columns: 100%;
  }
  .common-inner-banner-section {
    padding: 110px 0px 40px 0px;
  }
  .common-inner-banner-section h1 {
    font-size: 30px;
  }
  .common-content-section {
    padding: 40px 0px 40px 0px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 6px;
    width: 6px;
    top: 7px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 27px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 25px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 23px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 17px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ol {
    padding-left: 20px;
  }
  .common-content-section .common-content-wrapper ul {
    margin: 10px 0px;
  }
  .gform_wrapper .gform_footer .gform_button {
    padding: 9px 35px;
  }
  #header .header-logo a {
    max-width: 110px;
  }
  #header.fixed .header-logo a {
    max-width: 90px;
  }
  br {
    display: none;
  }
  .main-banner-section .banner-title br {
    display: block;
  }
  .btn-main {
    padding: 13px 13px;
    font-size: 13px;
  }
  .border-btn {
    text-align: center;
  }
  button.slick-arrow {
    width: 40px;
    height: 40px;
  }
  .mobile-list-menu {
    display: block;
  }
  #header {
    padding: 15px 15px;
  }
  #header.fixed {
    padding: 13px 15px;
  }
  #header .wrapper .middle-wrap {
    gap: 10px;
  }
  .main-banner-section .banner-container {
    padding: 160px 20px 220px 20px;
  }
  .main-banner-section .subtile {
    font-size: 13px;
  }
  .main-banner-section .banner-title {
    font-size: 22px;
    line-height: 150%;
  }
  .main-banner-section .banner-title .small-text {
    font-size: 15px;
  }
  .main-banner-section .product-categories {
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 20px;
    bottom: 20px;
  }
  .main-banner-section .category-item {
    padding-top: 0px;
  }
  .company-info-section {
    padding: 50px 0px;
  }
  .company-info-section .row-wrapper .image {
    height: 250px;
    margin-bottom: 15px;
  }
  .company-info-section .row-wrapper .image img {
    border-radius: 10px;
  }
  .company-info-section .row-wrapper {
    gap: 20px;
  }
  .company-info-section .title {
    font-size: 22px;
  }
  .company-info-section p {
    font-size: 14px;
  }
  .mobile-image {
    display: block;
  }
  .destop-image {
    display: none;
  }
  .company-location-box-section {
    padding: 50px 0px;
  }
  .company-location-box-wrapper {
    grid-template-columns: 100%;
  }
  .company-location-box-wrapper .company-location-box {
    height: 250px;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .curiosity-section {
    padding: 50px 0px;
  }
  h2 {
    font-size: 25px;
  }
  .product-slider {
    padding: 0px 20px;
  }
  .fabricating-section {
    padding: 50px 0px;
  }
  .fabricating-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .fabricating-section .row-wrapper h2 {
    line-height: 140%;
  }
  .fabricating-section .row-wrapper .right-col {
    order: -1;
  }
  .growth-section {
    padding: 50px 15px;
  }
  .growth-section .row-wrapper .left-col, .growth-section .row-wrapper .right-col {
    gap: 7px;
  }
  .growth-section .image-one {
    height: 200px;
  }
  .growth-section .image-two {
    height: 200px;
  }
  .growth-section .image-three {
    height: 200px;
  }
  .growth-section .image-four {
    height: 200px;
  }
  .growth-section .image-one img, .growth-section .image-two img, .growth-section .image-three img, .growth-section .image-four img {
    border-radius: 10px;
  }
  .growth-section .row-wrapper {
    gap: 25px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  footer.footer-section .footer-top {
    grid-template-columns: 100%;
    gap: 0px;
  }
  footer.footer-section .footer-top .right-col {
    grid-template-columns: 100%;
  }
  footer.footer-section .footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 10px;
  }
  .company-location-box-wrapper .company-location-box .title {
    z-index: 5;
  }
  .company-location-box-wrapper .company-location-box .arrow-btn {
    right: 10px;
    bottom: 10px;
  }
  .main-banner-section .category-item {
    font-size: 15px;
  }
  .h-mobile-menu {
    display: block !important;
  }
  .m-d-none {
    display: none;
  }
  footer.footer-section .footer-top .col-one {
    gap: 20px;
  }
  .inner-banner-section {
    padding-top: 100px;
  }
  .inner-banner-section .subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }
  .inner-banner-section .inner-banner-image {
    height: 170px;
    margin-bottom: -25px;
  }
  .sustainable-growth-info-section, .surbhi-industries-limited-section, .products-expertise-section, .product-making-info-section, .our-founders-section, .company-info-section-two, .latest-technology-section {
    padding: 50px 0px 30px 0px;
  }
  .waste-recycle-section .title-wrapper {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .waste-recycle-section .row-wrapper .image {
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
  }
  .mobile {
    display: block !important;
  }
  .destop {
    display: none !important;
  }
  .waste-recycle-section h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .waste-recycle-section .row-wrapper-two {
    gap: 15px;
    grid-template-columns: 100%;
  }
  .waste-recycle-section .video-box {
    height: 220px;
    border-radius: 10px;
  }
  .wind-power-section {
    padding: 50px 0px;
  }
  .wind-power-section .row-wraper {
    grid-template-columns: 100%;
  }
  .wind-power-section .row-wraper {
    gap: 15px 10px;
  }
  .wind-power-section .image img {
    border-radius: 10px;
  }
  .solar-energy-section {
    padding: 50px 0px;
  }
  .solar-energy-section .row-wrapper {
    gap: 20px 20px;
    grid-template-columns: 100%;
  }
  .solar-energy-section .video-box-two {
    height: 220px;
  }
  .swatchchh-bharat-mission-section {
    padding: 50px 0px;
  }
  .swatchchh-bharat-mission-section .top-wraper {
    gap: 20px;
    margin-bottom: 20px;
    grid-template-columns: 100%;
  }
  .machineries-section .row-wrapper {
    gap: 20px;
    grid-template-columns: 100%;
  }
  .machineries-section .image-one {
    height: 350px;
    margin-bottom: 15px;
  }
  .machineries-section .image-two img {
    border-radius: 15px;
  }
  .machineries-section {
    padding: 50px 0px;
  }
  .reports-section {
    padding: 50px 0px;
  }
  .reports-section .tabs-main-wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .reports-section .tabs-main-wrapper .tab-content .reports-list ul li a.report-box {
    font-size: 13px;
  }
  .contact-info-section {
    padding: 50px 0px;
  }
  .contact-info-listing {
    grid-template-columns: 100%;
  }
  .contact-info-listing .contact-info-box h3 {
    font-size: 18px;
  }
  .contact-info-listing .contact-info-box .highlight-text {
    font-size: 14px;
  }
  .contact-info-listing .contact-info-box .contact-list-wrapper {
    margin-top: 10px;
    gap: 13px;
  }
  .products-expertise-section .big-text {
    margin-bottom: 5px;
  }
  .products-expertise-section p {
    font-size: 15px;
  }
  .products-machines-video-section .videos-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-machines-video-section .videos-wrapper .video {
    height: 220px;
  }
  .product-details-section .product-details-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-details-section .product-details-listing .product-details-box {
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
  .product-details-section .product-details-listing .product-details-box .content h3 {
    font-size: 15px;
  }
  .product-details-section .product-details-listing .product-details-box .content p {
    font-size: 12px;
  }
  .steps-tab-section {
    padding: 50px 0px;
  }
  .steps-tab-section .tab-titles {
    margin-bottom: 30px;
    justify-content: center;
  }
  .steps-tab-section .tab-titles button.tab-btn {
    font-size: 13px;
    padding: 8px 15px;
    border-width: 2px;
  }
  .steps-tab-section .tab-content .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .steps-tab-section .tab-content .row-wrapper .left-wrap {
    padding-bottom: 0px;
  }
  .swatchers-section {
    padding: 50px 0px;
  }
  .swatchers-gallery-images-list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .swatchers-gallery-images-list .swatchers-gallery-item .title {
    left: 10px;
    bottom: 10px;
    font-size: 15px;
  }
  .product-making-info-section p {
    font-size: 15px;
  }
  .why-work-box-listing .why-work-box {
    width: 100%;
  }
  .why-work-with-us-section .title-wrapper {
    padding: 0px 20px;
  }
  .who-thrives-at-surbhi-section {
    padding: 50px 0px;
  }
  .who-thrives-at-surbhi-section .who-thrives-listing {
    grid-template-columns: 100%;
  }
  .life-at-surbhi-section .subtitle {
    font-size: 18px;
  }
  .life-at-surbhi-section .icon-listing .icon-box::before {
    display: none;
  }
  .life-at-surbhi-section .icon-listing .icon-box {
    padding: 0px 0px;
  }
  .life-at-surbhi-section .icon-listing {
    gap: 20px;
  }
  .life-at-surbhi-section .icon-listing .icon-box .icon {
    width: 40px;
    height: 40px;
    padding: 7px 6px;
    margin-bottom: 5px;
  }
  html .slick-dots li {
    width: 30px !important;
  }
  .our-founders-section .title-wrapper {
    margin-bottom: 10px;
    text-align: center;
  }
  .founder-listing .founder-box {
    padding: 15px 15px 15px 15px;
    gap: 25px;
    grid-template-columns: 100%;
    margin: 10px 5px;
    border-radius: 10px;
  }
  .founder-listing .founder-box .image {
    height: 300px;
  }
  .founder-listing .founder-box h3 {
    font-size: 21px;
  }
  .founder-listing .founder-box .message-box {
    padding: 13px 25px;
    font-size: 12px;
  }
  .slick-dots {
    gap: 5px;
  }
  .co-founders-listing-section .main-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .co-founders-listing .co-founders-box {
    gap: 15px;
    grid-template-columns: 70px auto;
  }
  .co-founders-listing .co-founders-box .founder-name {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .co-founders-listing .co-founders-box .founder-category {
    font-size: 11px;
    font-weight: 500;
  }
  .co-founders-listing .co-founders-box .image {
    height: 70px;
  }
  .co-founders-listing .co-founders-box .image img {
    border-radius: 5px;
  }
  .co-founders-listing-section .co-founders-listing {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .our-board-members-listing {
    grid-template-columns: 100%;
  }
  .company-info-section-two .row-wrapper {
    gap: 20px;
    margin-bottom: 30px;
    grid-template-columns: 100%;
  }
  .road-map-slider .road-map-item .content .subtitle {
    font-size: 18px;
  }
  .road-map-slider .road-map-item .content .title {
    font-size: 30px;
  }
  .road-map-slider .road-map-item .content p {
    font-size: 14px;
  }
  .our-mission-vision-box-wrapper .common-wrap {
    grid-template-columns: 100%;
  }
  .our-mission-vision-box-wrapper .common-wrap .common-col {
    padding: 25px 20px;
  }
  .our-mission-vision-box-wrapper .common-wrap.our-vision-wrapper .common-col {
    order: 1;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box {
    width: 100%;
  }
  .our-core-values-section .our-core-values-listing .our-core-values-box:last-child, .our-core-values-section .our-core-values-listing .our-core-values-box:nth-last-child(2) {
    width: 100%;
  }
  .location-contact-info-listing .location-contact-info-box .image {
    height: 250px;
  }
  .location-contact-info-listing .location-contact-info-box .image img {
    border-radius: 10px;
  }
  .location-contact-info-listing .location-contact-info-box h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .location-contact-info-listing .location-contact-info-box p {
    line-height: 160%;
  }
  .location-contact-info-listing .location-contact-info-box {
    border-radius: 10px;
    padding: 15px 15px 20px 15px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .phone-no {
    font-size: 18px;
  }
  .location-contact-info-listing .location-contact-info-box .image .address {
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 11px;
    right: 10px;
    bottom: 10px;
  }
  .location-contact-info-listing .location-contact-info-box ul.contact-wrapper li .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 6px 6px;
  }
  .location-contact-info-section p {
    line-height: 160%;
  }
  .media-gallery-banner-section .row-wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .media-gallery-banner-section .row-wrapper .subtitle {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2.5px;
  }
  .media-gallery-banner-section .row-wrapper .title {
    font-size: 22px;
    text-align: center;
  }
  .media-gallery-images-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .media-gallery-images-list .gallery-item {
    height: 150px;
  }
  .pagination-controls button, .pagination-wrap button {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .images-listing-slider .image {
    height: 200px;
    margin: 0 3px;
  }
  .two-video-wrapper {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .w-48 {
    width: 100%;
  }
  .w-50 {
    width: 100%;
  }
  .step-listing-wrapper {
    grid-template-columns: 100%;
    gap: 0px;
  }
  .steps-listing-section .step-listing-wrapper .left-wrap .process-flow .step:last-child {
    padding-bottom: 20px;
  }
  .steps-listing-section .step-listing-wrapper .left-wrap .process-flow .step:last-child:before {
    display: block;
  }
  .steps-listing-section .title-wrapper {
    margin-bottom: 25px;
  }
  .steps-tab-section .title-wrapper {
    text-align: center;
  }
  .steps-tab-section .content-info-wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  html .p-30 {
    padding-top: 10px !important;
  }
  .pb-50 {
    padding-bottom: 30px;
  }
  .process-flow .step .content {
    padding-top: 10px;
  }
  .contact-us-section-one {
    padding-top: 100px;
  }
  .contact-us-section-one .row-wrapper .left-col .subtitle {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .contact-us-section-one .row-wrapper .left-col .title {
    font-size: 27px;
  }
  .contact-us-section-one .row-wrapper .left-col p {
    font-size: 15px;
    line-height: 150%;
  }
  .contact-form {
    padding: 25px 20px;
  }
  .contact-form .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .gform_wrapper .gform_footer {
    margin-top: 0px !important;
  }
  .office-location-dropdown .custom-select {
    padding: 12px 15px;
    gap: 15px;
  }
  .office-location-dropdown {
    max-width: 290px;
    margin: 20px auto 15px auto;
  }
  .office-location-map-box-listing .office-location-map-box {
    border-radius: 10px;
  }
  html #header .header-btn-wrapper.mobile {
    display: none !important;
  }
  .office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_description p:first-child {
    padding-right: 25px;
  }
  .office-location-map-box-listing .office-location-map-box .wpgmza_infowindow_description a.phone-number {
    font-size: 14px;
    padding-left: 35px;
  }
  .company-location-box-wrapper .company-location-box:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.3882352941);
    z-index: 1;
    pointer-events: none;
  }
  .road-map-slider .slick-track .road-map-item:nth-child(even) {
    display: flex;
    flex-direction: column;
  }
  .road-map-slider .slick-track .road-map-item:nth-child(even) .image-wrapper {
    margin-top: unset;
  }
}/*# sourceMappingURL=style.css.map */