:root {
  --primary-color: #101010;
  --secondary-color: #ee0000;
  --secondary2-color: #496af6;
  --secondary3-color: #002060;
  --yellow: #FFFF00;
  --red: #C8191C;
  --bs-white: #fff;
  --lightbg: #e9e6e3;
  --bodyFont: "Poppins";
  --headingFont: "Poppins";
}:root {
  --primary-color: #101010;
  --secondary-color: #ee0000;
  --secondary2-color: #496af6;
  --secondary3-color: #002060;
  --yellow: #FFFF00;
  --red: #C8191C;
  --bs-white: #fff;
  --lightbg: #e9e6e3;
  --bodyFont: "Poppins";
  --headingFont: "Poppins";
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 15px;
  font-family: var(--bodyFont);
  color: #6e6e6e;
  background: #FBFDED;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

.font-size-20 {
  font-size: 20px;
  font-weight: 400;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  height: 48px;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  padding: 0 42px;
  font-weight: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  border: var(--secondary3-color) 2px solid;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ee0000;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ee0000;
    --bs-btn-disabled-border-color: #ee0000;
}
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

.p-v-60 {
  padding: 60px 0;
}

h1 {
  font-size: 40.02px;
  font-weight: 700;
  color: var(--primary-color);
}

h2 {
  font-size: 54px;
  font-weight: 700;
  color: var(--primary-color);
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

h4 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h5 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-family: var(--headingFont);
  font-weight: 700;
}

.p-v-100 {
  padding: 100px 0;
}

header {
  position: fixed;
  top: 0;
  padding: 33px 0;
  z-index: 99;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.77);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

header.fixed {
  position: fixed;
}

header.fixed .py-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

header.fixed .topHead {
  display: none;
}

.active-on-scroll {
  position: fixed;
  top: 150px;
}

.logo {
  max-width: 150px;
  width: 100%;
}

.stellarnav {
  width: auto;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stellarnav>ul>li>a {
  color: var(--primary-color);
  padding: 0 1.5rem;
  font-size: 15px;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.active>a {
  color: var(--secondary-color);
}

.hero {
  position: relative;
  z-index: 1;
  color: var(--primary-color);
}

.hero .row {
  min-height: 853px;
}

.hero::before,
.hero::after {
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  z-index: -1;
}

.hero::before {
  background: url(../images/subtract.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  width: 60%;
}

.hero::after {
  background: rgba(255, 255, 255, 0.72);
  right: 0;
  width: 40%;
}

.hero h2 {
  font-size: 20px;
  margin: 15px 0;
}

.hero p {
  font-size: 11px;
  margin-bottom: 30px;
}

footer {
  background: var(--primary-color);
  color: var(--bs-white);
  padding: 89px 0 0;
  font-size: 16px;
}

.pr-5 {
  padding-right: 5rem;
}

footer h6 {
  margin-bottom: 10px;
}

footer li a {
  color: var(--bs-white);
  font-size: 16px;
  margin-bottom: 10px;
}

footer p a {
  color: var(--bs-white);
}

.fbtm {
  padding: 30px 0;
  background: #181818;
  margin-top: 3rem;
}

footer a:hover {
  color: var(--secondary-color);
}

.p-v-72 {
  padding: 72px 0;
}

.whychoose h2 {
  margin-bottom: 17px;
}

.whychoose ul {
  margin-top: 50px;
}

.list1 {
  font-weight: 500;
  font-size: 14px;
}

.list1 li {
  margin-bottom: 35px;
}

.list1 li .d-flex {
  gap: 30px;
}

.list1 span {
  color: #f3bc00;
  font-size: 18px;
}

.lightBg {
  background: var(--lightbg);
  position: relative;
}

.man {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57%;
}

.man2 {
  position: absolute;
  right: 1%;
  bottom: 0;
  width: 52%;
}

.whychoose .lightBg {
  padding: 44px 35px 28px;
}

.blueBg {
  background: var(--secondary2-color);
  padding: 39px 50px;
  color: var(--bs-white);
  font-size: 14px;
}

.whychoose .blueBg ul {
  margin-top: 20px;
}

.whychoose .blueBg .list1 li {
  margin-bottom: 15px;
  font-size: 14px;
}

.whychoose .blueBg .list1 li .d-flex {
  gap: 15px;
}

.mt-8 {
  margin-top: 8rem;
}

.lightBlue {
  background: #CCECFF;
}

.testi_slider {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 27px;
  margin-top: 3.438rem;
}

.testi_rating {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 18px;
}

.slider_content {
  padding: 37px 30px;
  background-color: var(--yellow);
  color: #3B3B3B;
  font-size: 1.125rem;
  line-height: 1.57;
}

.slider_content:nth-child(even) {
  background-color: var(--secondary2-color);
}

.testi_icon {
  height: 55px;
  width: 55px;
  flex: 0 0 55px;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_info {
  color: #000;
  font-size: 14px;
  line-height: 1.45;
}

.user_info h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
}

.testi_user {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 36px;
}

.inner_banner {
  padding-top: 116px;
  min-height: 535px;
  display: flex;
  align-items: center;
}

.inner_banner h1 {
  font-size: 58px;
  font-weight: bold;
  line-height: 60px;
  color: var(--bs-white);
}

.brand_history_img {
  position: relative;
  z-index: 1;
  text-align: end;
}

.brand_history_img img {
  height: 548px;
  width: 407px;
}

.brand_history_img::after {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 0;
  width: 534px;
  height: 385px;
  z-index: 0;
  background-image: url('../images/brand-history-ico.png');
  background-repeat: no-repeat;
  background-position: center;
}

.mission_list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  margin-top: 25px !important;
}

.mission_list li.blueBg {
  padding: 30px;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 600;
  font-family: var(--bodyFont);
}

.missionImg {
  height: 542px;
  width: 422px;
  margin-top: -80px;
}

.our_missions p,
.our_team .lightBlue p {
  font-size: 13.69px;
  line-height: 23.1px;
  color: #000;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.whychoose .our_missions.lightBg {
  padding: 40px 32px 65px;
}

.our_team .mission_list {
  padding-inline: 50px;
  margin-bottom: 45px;
  margin-top: 45px !important;
}

.our_team .lightBlue {
  backdrop-filter: blur(21px);
  margin-bottom: 65px;
}

.our_team .lightBlue h5 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 1.4rem;
}

.contact_img {
  margin-bottom: 60px;
}

.contact_us p {
  font-size: 15px;
  line-height: 25px;
  color: #6E6E6E;
}

.contact_us h2 {
  margin-bottom: 54px;
}

/* .contact_img img{
  height: 330px;
} */

.input-box {
  margin-bottom: 27px;
}

.input-box input.form-control {
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  border: 1px solid #4B4B4B;
}

.homeContact textarea {
  min-height: 161px;
  resize: none;
  margin-bottom: 50px;
  border-radius: 0;
  border: 1px solid #4B4B4B;
}

.input-box label {
  color: #121212;
  font-size: 18px;
  line-height: 0.8;
  font-weight: 400;
  margin-bottom: 18px;
}

.input-box .form-control {
  background-color: transparent;
}

.brand_history_img.new_img img {
  /* height: 466px; */
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand_history_img.new_img::after {
  content: normal;
}


.blueBg.hvac_system {
  padding: 50px 30px !important;
}

.hvac_system .list1 {
  margin-top: 0 !important;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 4rem;
}

.hvac_system .list1 li {
  margin-bottom: 0 !important;
}

.mission_list.replace_mission {
  padding-inline: 0;
  justify-content: space-between;
  margin-top: 100px !important;
}

.mission_list.replace_mission li {
  width: 100%;
  max-width: 309px;
}

.mission_list.replace_mission li:nth-child(3) {
  left: 114px;
  position: relative;
}

.mission_list.replace_mission li:last-child {
  right: 114px;
  position: relative;
}

.replacement_img {
  height: 519px;
  width: 646px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.replace_height {
  height: 519px;
}

.our_team .lightBlue.hvac_replace {
  padding-bottom: 0;
}

.hvac_system_type .list1{
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.hvac_system_type .list1 li{
  padding: 0;
}

.long_term_value li{
   font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.long_term_value li span{
  color: #000;
}
.value_padding{
  padding-right: 3rem;
}

.border_value{
  margin: 55px 0;
}

.row.p-v-72{
  margin-inline: 4px;
}

img.franchinsing-1{
  margin-top: -45rem;
}

.our_franchising{
  padding-top: 10rem;
}

.our_franchising .blueBg{
  padding-left: 100px !important;
  padding-right: 75px !important;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.our_franchising .blueBg {
  font-size: 14px;
  line-height: 23px;
}
.our_franchising .blueBg h3{
  -ms-high-contrast-adjust: 24px;
  color: var(--bs-white);
  font-weight: bold;
  line-height: 1.09;
  margin-bottom: 20px;
}
.our_franchising .blueBg .btn.btn-danger{
background: var(--secondary-color) !important;
    display: inline-block;
    margin-top: 20px;
}

.franchinsing-3, .franchinsing-2{
      position: absolute;
    top: -8rem;
}
.franchinsing-2{
  right: 1rem;
}

.map_list{
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin-top: 0 !important;
}
.map_list li span{
  margin-right: 16px;
}
.map_list li span img{
  width: 100%;
  max-width: 32px;
}

.stellarnav.mobile ul{
  background: var(--secondary2-color);
  color: var(--bs-white);
}
.stellarnav.mobile>ul>li>a{
  color: var(--bs-white);
}
.stellarnav .icon-close:after, .stellarnav .icon-close:before{
  border-bottom-color: var(--bs-white);
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 15px;
  font-family: var(--bodyFont);
  color: #6e6e6e;
  background: #FBFDED;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

.font-size-20 {
  font-size: 20px;
  font-weight: 400;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  height: 48px;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  padding: 0 42px;
  font-weight: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  border: var(--secondary3-color) 2px solid;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
}

.p-v-60 {
  padding: 60px 0;
}

h1 {
  font-size: 40.02px;
  font-weight: 700;
  color: var(--primary-color);
}

h2 {
  font-size: 54px;
  font-weight: 700;
  color: var(--primary-color);
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

h4 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h5 {
  font-size: 13px;
  font-family: var(--bodyFont);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-family: var(--headingFont);
  font-weight: 700;
}

.p-v-100 {
  padding: 100px 0;
}

header {
  position: fixed;
  top: 0;
  padding: 33px 0;
  z-index: 99;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.77);
  -webkit-transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  -ms-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}

header.fixed {
  position: fixed;
}

header.fixed .py-3 {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

header.fixed .topHead {
  display: none;
}

.active-on-scroll {
  position: fixed;
  top: 150px;
}

.logo {
  max-width: 150px;
  width: 100%;
}

.stellarnav {
  width: auto;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stellarnav>ul>li>a {
  color: var(--primary-color);
  padding: 0 1.5rem;
  font-size: 15px;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.active>a {
  color: var(--secondary-color);
}

.hero {
  position: relative;
  z-index: 1;
  color: var(--primary-color);
}

.hero .row {
  min-height: 853px;
}

.hero::before,
.hero::after {
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  z-index: -1;
}

.hero::before {
  background: url(../images/subtract.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  width: 60%;
}

.hero::after {
  background: rgba(255, 255, 255, 0.72);
  right: 0;
  width: 40%;
}

.hero h2 {
  font-size: 20px;
  margin: 15px 0;
}

.hero p {
  font-size: 11px;
  margin-bottom: 30px;
}

footer {
  background: var(--primary-color);
  color: var(--bs-white);
  padding: 89px 0 0;
  font-size: 16px;
}

.pr-5 {
  padding-right: 5rem;
}

footer h6 {
  margin-bottom: 10px;
}

footer li a {
  color: var(--bs-white);
  font-size: 16px;
  margin-bottom: 10px;
}

footer p a {
  color: var(--bs-white);
}

.fbtm {
  padding: 30px 0;
  background: #181818;
  margin-top: 3rem;
}

footer a:hover {
  color: var(--secondary-color);
}

.p-v-72 {
  padding: 72px 0;
}

.whychoose h2 {
  margin-bottom: 17px;
}

.whychoose ul {
  margin-top: 50px;
}

.list1 {
  font-weight: 500;
  font-size: 14px;
}

.list1 li {
  margin-bottom: 35px;
}

.list1 li .d-flex {
  gap: 30px;
}

.list1 span {
  color: #f3bc00;
  font-size: 18px;
}

.lightBg {
  background: var(--lightbg);
  position: relative;
}

.man {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57%;
}

.man2 {
  position: absolute;
  right: 1%;
  bottom: 0;
  width: 52%;
}

.whychoose .lightBg {
  padding: 44px 35px 28px;
}

.blueBg {
  background: var(--secondary2-color);
  padding: 39px 50px;
  color: var(--bs-white);
  font-size: 14px;
}

.whychoose .blueBg ul {
  margin-top: 20px;
}

.whychoose .blueBg .list1 li {
  margin-bottom: 15px;
  font-size: 14px;
}

.whychoose .blueBg .list1 li .d-flex {
  gap: 15px;
}

.mt-8 {
  margin-top: 8rem;
}

.lightBlue {
  background: #CCECFF;
}

.testi_slider {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 27px;
  margin-top: 3.438rem;
}

.testi_rating {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 18px;
}

.slider_content {
  padding: 37px 30px;
  background-color: var(--yellow);
  color: #3B3B3B;
  font-size: 1.125rem;
  line-height: 1.57;
}

.slider_content:nth-child(even) {
  background-color: var(--secondary2-color);
}

.testi_icon {
  height: 55px;
  width: 55px;
  flex: 0 0 55px;
  border-radius: 50%;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_info {
  color: #000;
  font-size: 14px;
  line-height: 1.45;
}

.user_info h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
}

.testi_user {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 36px;
}

.inner_banner {
  padding-top: 116px;
  min-height: 535px;
  display: flex;
  align-items: center;
}

.inner_banner h1 {
  font-size: 58px;
  font-weight: bold;
  line-height: 60px;
  color: var(--bs-white);
}

.brand_history_img {
  position: relative;
  z-index: 1;
  text-align: end;
}

.brand_history_img img {
  height: 548px;
  width: 407px;
}

.brand_history_img::after {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 0;
  width: 534px;
  height: 385px;
  z-index: 0;
  background-image: url('../images/brand-history-ico.png');
  background-repeat: no-repeat;
  background-position: center;
}

.mission_list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  margin-top: 25px !important;
}

.mission_list li.blueBg {
  padding: 30px;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 600;
  font-family: var(--bodyFont);
}

.missionImg {
  height: 542px;
  width: 422px;
  margin-top: -80px;
}

.our_missions p,
.our_team .lightBlue p {
  font-size: 13.69px;
  line-height: 23.1px;
  color: #000;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.whychoose .our_missions.lightBg {
  padding: 40px 32px 65px;
}

.our_team .mission_list {
  padding-inline: 50px;
  margin-bottom: 45px;
  margin-top: 45px !important;
}

.our_team .lightBlue {
  backdrop-filter: blur(21px);
  margin-bottom: 65px;
}

.our_team .lightBlue h5 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 1.4rem;
}

.contact_img {
  margin-bottom: 60px;
}

.contact_us p {
  font-size: 15px;
  line-height: 25px;
  color: #6E6E6E;
}

.contact_us h2 {
  margin-bottom: 54px;
}

/* .contact_img img{
  height: 330px;
} */

.input-box {
  margin-bottom: 27px;
}

.input-box input.form-control {
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  border: 1px solid #4B4B4B;
}

.homeContact textarea {
  min-height: 161px;
  resize: none;
  margin-bottom: 50px;
  border-radius: 0;
  border: 1px solid #4B4B4B;
}

.input-box label {
  color: #121212;
  font-size: 18px;
  line-height: 0.8;
  font-weight: 400;
  margin-bottom: 18px;
}

.input-box .form-control {
  background-color: transparent;
}

.brand_history_img.new_img img {
  /* height: 466px; */
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand_history_img.new_img::after {
  content: normal;
}


.blueBg.hvac_system {
  padding: 50px 30px !important;
}

.hvac_system .list1 {
  margin-top: 0 !important;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 4rem;
}

.hvac_system .list1 li {
  margin-bottom: 0 !important;
}

.mission_list.replace_mission {
  padding-inline: 0;
  justify-content: space-between;
  margin-top: 100px !important;
}

.mission_list.replace_mission li {
  width: 100%;
  max-width: 309px;
}

.mission_list.replace_mission li:nth-child(3) {
  left: 114px;
  position: relative;
}

.mission_list.replace_mission li:last-child {
  right: 114px;
  position: relative;
}

.replacement_img {
  height: 519px;
  width: 646px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.replace_height {
  height: 519px;
}

.our_team .lightBlue.hvac_replace {
  padding-bottom: 0;
}

.hvac_system_type .list1{
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.hvac_system_type .list1 li{
  padding: 0;
}

.long_term_value li{
   font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.long_term_value li span{
  color: #000;
}
.value_padding{
  padding-right: 3rem;
}

.border_value{
  margin: 55px 0;
}

.row.p-v-72{
  margin-inline: 4px;
}

img.franchinsing-1{
  margin-top: -45rem;
}

.our_franchising{
  padding-top: 10rem;
}

.our_franchising .blueBg{
  padding-left: 100px !important;
  padding-right: 75px !important;
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.our_franchising .blueBg {
  font-size: 14px;
  line-height: 23px;
}
.our_franchising .blueBg h3{
  -ms-high-contrast-adjust: 24px;
  color: var(--bs-white);
  font-weight: bold;
  line-height: 1.09;
  margin-bottom: 20px;
}
.our_franchising .blueBg .btn.btn-danger{
background: var(--secondary-color) !important;
    display: inline-block;
    margin-top: 20px;
}

.franchinsing-3, .franchinsing-2{
      position: absolute;
    top: -8rem;
}
.franchinsing-2{
  right: 1rem;
}

.map_list{
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin-top: 0 !important;
}
.map_list li span{
  margin-right: 16px;
}
.map_list li span img{
  width: 100%;
  max-width: 32px;
}
.stellarnav ul ul {
    background: var(--secondary2-color);
}
.stellarnav ul ul a {
    color: var(--bs-white); padding: 9px 15px;
}
.stellarnav ul ul a:hover {
    color: var(--lightbg)
}
header.fixed-header {padding:5px 0;}
.stellarnav li.has-sub>a:after {
    border-top: 6px solid var(--primary-color);
}










/* ===================sourav============ */

/* .whychoose.whychoose-1 .ul.list1{
  margin-bottom: 30px !important;
} */




