@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

@font-face {
    font-family: 'bootstrap-icons';
    src: url('../fonts/bootstrap-icons.woff2') format('woff2'),
        url('../fonts/bootstrap-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bootstrap-icons';
    src: url('../fonts/bootstrap-icons.woff2') format('woff2'),
        url('../fonts/bootstrap-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'palindrome_condensed_ssiBdCn';
    src: url('../fonts/palindrome-condensed-ssi-bold-condensed-webfont.woff2') format('woff2'),
         url('../fonts/palindrome-condensed-ssi-bold-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

::selection {
  color: #fff;
  background-color: var(--theme-green-color);
}
::-moz-selection {
  color: #fff;
  background-color: var(--theme-green-color);
}

body {
  font-family: var(--theme-primary-font-family);
  font-weight: 400;
  color: var(--theme-light-blue-color);
  background-color: #ffffff;
  overflow-x: hidden;
}

html, body{
  scroll-behavior: smooth;
}

:root {
  --theme-green-color: #71c900;
  --theme-dark-green-color: #437404;
  --theme-yellow-color: #ff9600;
  --theme-black-color: #000000;
  --theme-white-color: #ffffff;
  --theme-gray-color: #464748;
  --theme-dark-gray-color: #262626;
  --theme-dark-gray-color2: #131313;
  --theme-header-font-family: "palindrome_condensed_ssiBdCn";
  --theme-primary-font-family: "Poppins";
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
 
a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

a,
a:focus {
  text-decoration: none;
}

a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success{
  background-color: var(--theme-pink-color);
  --bs-btn-border-color: var(--theme-pink-color);
  --bs-btn-hover-bg: #2d802b;
  --bs-btn-hover-border-color: #2d802b;
}

/*common css====================================*/
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

.layout_padding {
  padding: 100px 0;
}

button.cmn_btn {
  display: inline-block;
  padding: 10px 15px;
  background: var(--theme-pink-color);
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  font-size: 16px;
}
button.cmn_btn:hover{
  background-color: var(--theme-green-hover-color);
}

a.cmn_btn {
    background: var(--theme-green-color);
    padding: 7px 22px;
    color: var(--theme-black-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.4s;
    text-transform: uppercase;
    display: inline-block;
}
a.cmn_btn:hover{
  color: var(--theme-white-color);
  background: var(--theme-dark-green-color);
}

a.cmn_btn2 {
    background: var(--theme-green-color);
    padding: 30px 70px;
    color: var(--theme-black-color);
    font-size: 24px;
    font-weight: 600;
    transition: 0.4s;
    text-transform: uppercase;
    display: inline-block;
}
a.cmn_btn2:hover{
  color: var(--theme-white-color);
  background: var(--theme-dark-green-color);
}

.heading_container h1 {
  font-weight: 400;
  font-size: 5em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.heading_container h1:after{
  content: '';
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.625rem;
  height: 4px;
  background: var(--theme-green-color);
}
.heading_container p{
  font-size: 1rem;
  color: var(--theme-dark-gray-color);
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.heading_container p:last-child{
  margin-top: 0;
}

.heading_container2 h1 {
  font-weight: 400;
  font-size: 4.375em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.heading_container2 h1:after{
  content: '';
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 5.625rem;
  height: 4px;
  background: var(--theme-green-color);
}
.heading_container2 p{
  font-size: 24px;
  font-weight: 400;
  color: var(--theme-dark-gray-color);
  line-height: 38px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.heading_container2 p:last-child{
  margin-bottom: 0;
}
.heading_container2 p span {
  font-size: 34px;
  font-weight: 600;
  color: var(--theme-black-color);
  margin-bottom: 0;
}

.heading_container3 h1 {
  font-weight: 400;
  font-size: 4.375em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.heading_container3 h1:after{
  content: '';
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 5.625rem;
  height: 4px;
  background: var(--theme-green-color);
}
.heading_container3 p{
  font-size: 24px;
  font-weight: 400;
  color: var(--theme-white-color);
  line-height: 38px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.heading_container3 p:last-child{
  margin-bottom: 0;
}
.heading_container3 p a{
  color: var(--theme-green-color);
  text-decoration: underline;
  text-decoration-color: var(--theme-green-color);
  text-underline-offset: 5px;
}

.heading_container4 h1 {
  font-weight: 400;
  font-size: 3.125em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}

.heading_container5 h1 {
  font-weight: 400;
  font-size: 4.375em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.heading_container5 h1:after{
  content: '';
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.625rem;
  height: 4px;
  background: var(--theme-green-color);
}
.heading_container5 p{
  font-size: 1.5rem;
  color: var(--theme-dark-gray-color);
  line-height: 38px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.heading_container5 p:last-child{
  margin-top: 0;
}

.heading_container6 h1 {
  font-weight: 400;
  font-size: 5em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.heading_container6 p{
  font-size: 26px;
  font-weight: 400;
  color: var(--theme-dark-gray-color);
  line-height: 38px;
}
.heading_container6 p:last-child{
  margin-bottom: 0;
}
.heading_container6 h3{
  font-size: 40px;
  font-weight: 500;
  color: var(--theme-dark-gray-color);
  line-height: normal;
  margin-top: 20px;
}

.heading_container7 h1 {
  font-weight: 400;
  font-size: 5em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-bottom: 0;
  text-transform: uppercase;
}
.heading_container7 p{
  font-size: 1.625rem;
  color: var(--theme-dark-gray-color);
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
}
.heading_container7 p:after{
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.625rem;
  height: 4px;
  background: var(--theme-green-color);
}

ul.dpt-list{
  list-style: circle;
  margin: 0;
  padding-left: 30px;
}
ul.dpt-list li{
  margin-top: 5px;
  font-size: 16px;
}
ul.dpt-list li::marker {
    color: var(--theme-blue-color);
}
 
.heading_container_2 p{
  font-size: 16px;
  color: var(--theme-gray-color);
  line-height: 24px;
}

.heading_container_2 a span.icon-box{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--theme-pink-color);
  color: var(--theme-black-color);
  display: inline-block;
  text-align: center;
  line-height: 60px;
}
.heading_container_2 a span.icon-box .bi{
  color: var(--theme-white-color);
  font-size: 30px;
}
.heading_container_2 a{
  color: var(--theme-blue-color);
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  box-shadow: 0px 2px 5px rgb(51 51 51 / 58%);
  cursor: pointer;
  width: 50px;
  height: 50px;
  background:var(--theme-green-color);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--theme-white-color);
}
#scroll:hover {
  background: var(--theme-black-color);
  opacity: 0.8;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

p.reviews{
  color: var(--theme-black-light-color);
  font-size: 18px;
}
p.reviews span{
  color: var(--theme-pink-color);
}

/*Owl Nav Button====================================*/
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next, 
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev{
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-size: 36px;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next{
  font-family: 'bootstrap-icons';
  right: 0px;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev{
  font-family: 'bootstrap-icons';
  left: 0px;
}

.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next{
  right: -60px;
  color: var(--theme-white-color);
  /*background:var(--theme-white-color) url(../images/arrow-left.png) center center no-repeat;
  background-size: 60%;*/
}
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev{
  left: -60px;
  color: var(--theme-white-color);
  /*background:var(--theme-white-color) url(../images/arrow-right.png) center center no-repeat;
  background-size: 60%;*/
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next, 
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev{
  opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 15px;
    background-size: 60%;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next img, 
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev img{
  width: 78%;
}
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next, 
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next:hover, 
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev:hover{
  color: var(--theme-black-color);
}

/*Header Section ====================================*/
.hdr-contact a.hdt-phone{
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  color: var(--theme-white-color);
}
.hdr-contact a img.hdr-phone-icon{
  width: 40px;
  height: 38px;
}
.hdr-contact a sup{
   color: var(--theme-green-color);
   font-size: 20px;
}

a.get-btn{
  background: var(--theme-green-color);
  color: var(--theme-black-color);
  padding: 15px 26px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.4s;
  text-transform: uppercase;
}
a.get-btn:hover{
  background: var(--theme-white-color);
  color: var(--theme-green-color);
}

/*Hero Banner css====================================*/
.hero-section {
  padding-top: 130px;
  padding-bottom: 130px;
  /* background: url(../images/banner-bg.jpg) center center no-repeat; */
  background-size: cover;
}
.hero-img{
  margin-bottom: -175px;
}
.hero-img img{
  width: 100%;
}
.hero-section .hero-cnt{
  position: relative;
}
img.header-muscot{
  width: 280px;
  position: absolute;
  bottom: -135px;
  right: 0;
}
.hero-section .hero-cnt h1 {
  color: var(--theme-black-color);
  margin-bottom: 15px;
  font-size: 66px;
  font-weight: 700;
  font-family: var(--theme-header-font-family);
  text-transform: uppercase;
}
.hero-section .hero-cnt p {
  color: var(--theme-black-color);
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
a.hero-book-btn{
  background: var(--theme-green-color);
  color: var(--theme-black-color);
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 700;
  transition: 0.4s;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
a.hero-book-btn:hover{
  background: var(--theme-dark-green-color);
  color: var(--theme-white-color);
}
.bnr-call-btn{
  display: flex;
  align-items: center;
  gap: 10px;
}
a.bnr-call-btn img.hero-phone-icon {
    width: 64px;
    height: 63px;
}
a.bnr-call-btn .ph-no p{
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--theme-black-color);
  font-style: normal;
  text-align: start;
  font-weight: 700;
}
a.bnr-call-btn span.no-lg sup {
    color: var(--theme-dark-green-color);
    font-size: 25px;
}
a.bnr-call-btn span.no-lg {
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    color: var(--theme-black-color);
    margin-top: -10px;
    display: inline-block;
}

a.hero-btn{
  background: var(--theme-yellow-color);
  padding:20px 25px;
  color: var(--theme-white-color);
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  margin: 5px;
  transition: 0.4s;
}
a.hero-btn .fa-solid, a.hero-btn .bi{
  font-size: 20px;
  margin-right: 5px;
}
a.hero-btn:hover{
  background: var(--theme-black);
}
.hero-list{
  list-style: none;
  margin: 0px 12px 0 12px;
  padding: 0;
}
.hero-list li{
  color: var(--theme-white-color);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}
.hero-list li .bi{
  color: var(--theme-yellow-color);
  font-size: 26px;
  margin-right: 10px;
}

/*Services Section==================*/
.services-sec{
  background: #e6e6eb;
}
.service-box{
  height: 100%;
}
.service-box ul{
  margin-top: 20px;
}
.service-box ul li{
  margin-bottom: 10px;
  position: relative;
}
.service-box ul li:after{
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 28px;
  background: url(../images/check-icon.png) center center no-repeat;
  background-size: cover;
}
.service-box ul li p{
  font-size: 22px;
  margin-bottom: 0px;
  padding-left: 44px;
}
.service-box .srv-icon{
  width: 182px;
  height: 182px;
  line-height: 182px;
  border-radius: 100px;
  background: var(--theme-black-color);
  margin: auto;
  display: inline-block;
  text-align: center;
}
.service-box .srv-icon img.icon{
  width: 112px;
  height: 112px;
  margin: auto;
}
.service-box h2{
  margin-top: 15px;
  color: var(--theme-black-color);
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-box p {
    color: var(--theme-black-color);
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px !important;
}

/* About Us Section ================= */
.abt-img{
  position: relative;
}
.abt-img img{
  width: 100%;
}
img.about-car-img{
  position: absolute;
  left: -218px;
  bottom: -73px;
  z-index: 2;
  width: 420px;
}

/*Trusted Section ==========================*/
.trusted-logo img{
  width: 210px;
  margin: auto;
  display: block;
}

/*Why Choose Section==================*/
.why-choose-area{
  background: #000000 url(../images/why-choose-bg.png) 15% center no-repeat;
  background-size: auto 100%;
}
.why-choose-muscot{
  position: relative;
  height: 100%;
}
.why-choose-muscot img{
  position: absolute;
  top: -100px;
  bottom: -50px;
  width: 454px;
  left: 80px;
}
.why-choose-muscot2{
  position: relative;
  height: 100%;
}
.why-choose-muscot2 img{
  position: absolute;
  top: -100px;
  bottom: -50px;
  width: 400px;
  left: 80px;
}
.why-choose-cnt{
  padding: 50px 50px;
}

.why-choose-process{
  padding: 40px 0;
}
.process-box1{
  display: flex;
  gap: 20px;
  position: relative;
  margin-right: -40px;
  margin-top: 40px;
  align-items: center;
  justify-content: end;
}
.process-box2{
  display: flex;
  gap: 20px;
  position: relative;
  margin-right: 10px;
  margin-top: 100px;
  align-items: center;
  justify-content: end;
}
.process-box3{
  display: flex;
  gap: 20px;
  position: relative;
  margin-right: -47px;
  margin-top: 100px;
  align-items: center;
  justify-content: end;
}
.process-box4{
  display: flex;
  gap: 20px;
  position: relative;
  margin-left: -30px;
  margin-top: 90px;
  align-items: center;
}
.process-box5{
  display: flex;
  gap: 20px;
  position: relative;
  margin-left: 5px;
  margin-top: 85px;
  align-items: center;
}
.proc-icon{
  width: 115px;
  height: 115px;
  display: flex;
  flex-shrink:0;
  border-radius: 50%;
  overflow: hidden;
}
.proc-icon img{
  width: 100%;
}
.process-box-cnt1 h3{
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-dark-gray-color);
}
.process-box-cnt1 p{
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-dark-gray-color);
}

.process-mdl-img{
  position: relative;
}
.process-mdl-img img{
  width: 100%;
}
.process-mdl-img:after{
  content: '';
  position: absolute;
  bottom: -40px;
  left: 41px;
  width: 100%;
  height: 100%;
  background: url(../images/why-choose-air-img-shape.png) center bottom no-repeat;
  background-size: contain;
  right: 0;
  margin: auto;
  transform: rotate(-3deg);
}

/*Testimonial Section===================*/
.testimonial-sec{
  background: #e6e6eb;
}
.rating{
  width: 250px;
}
.test-box{
  background: var(--theme-white-color);
  padding: 55px;
  height: 100%;
  box-shadow: 0px 0px 38px rgb(0 0 0 / 7%);
}
.testimonial-slider .item, .testimonial-slider .owl-item{
  height: 370px;
  margin-bottom: 30px;
}
.review{
  display: flex;
  flex-shrink: 1;
}
.review img{
  width: 30px!important;
}
img.google-icon{
  width: 37px!important;
  height: 40px!important;
  margin-top: -54px;
}
.test-box h2{
  font-size: 2.625rem;
  margin-top: 20px;
  font-style: italic;
}

/*Helpful Tips Section==================*/
.tips-box .tips-img{
  overflow: hidden;
}
.tips-box .tips-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tips-box .tips-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.tips-box .tips-cnt{
  padding: 20px;
}
.tips-box .tips-cnt h3{
  font-size: 24px;
  font-weight: bold;
  color: var(--theme-dark-gray-color);
}
.tips-box .tips-cnt p{
  font-size: 18px;
  color: var(--theme-gray-color);
}
.tips-box .tips-cnt a.learn-more{
  font-size: 18px;
  font-weight: bold;
  color: var(--theme-black-color);
  text-decoration: underline;
  text-decoration-color:  var(--theme-green-color);
  text-underline-offset: 5px;
}
.tips-box .tips-cnt a.learn-more:hover{
  color: var(--theme-green-color);
}

/*Coupon Section ==============================*/
.coupons-card{
  border: 2px solid var(--theme-black-color);
}
.coupon-card-top{
  padding: 20px 20px 0 20px;
  min-height: 422px;
}
.card-hdr h1{
  font-size: 85px;
  color: var(--theme-green-color);
  font-weight: 800;
  font-family: var(--theme-header-font-family);
  margin-bottom: 0;
}
.card-hdr h3{
  font-size: 26px;
  color: var(--theme-black-color);
  font-weight: 600;
}
.coupons-card .card-body{
  border: 2px dashed var(--theme-green-color);
  padding: 15px;
  margin: 10px 0 30px 0;
}
.coupons-card .card-body p{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.card-ftr{
  padding: 20px;
  background: var(--theme-black-color);
  position: relative;
}
.card-ftr h4{
  font-size: 24px;
  color: var(--theme-white-color);
}
.card-ftr h4 span{
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-green-color);
}
.card-ftr p{
  font-size: 24px;
  color: var(--theme-white-color);
  margin-bottom: 0;
}
.card-ftr p span{
  color: var(--theme-green-color);
}
.half-ring-lft {
    --size: 40px;
    --thickness: 2px;
    --color: #000000;
    --bg: white;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: conic-gradient(from 0deg, var(--color) 0 180deg, #00000000 0 360deg);
    display: grid;
    place-items: center;
    position: absolute;
    left: -20px;
    bottom: 98px;
    z-index: 1;
}
.half-ring-lft::after{
   content: "";
   width: calc(var(--size) - 2 * var(--thickness));
   height: calc(var(--size) - 2 * var(--thickness));
   background: var(--bg);
   border-radius: 50%;
   display: block;
}

.half-ring-rgt {
    --size: 40px;
    --thickness: 2px;
    --color: #000000;
    --bg: white;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: conic-gradient(from 180deg, var(--color) 0 180deg, #00000000 0 360deg);
    display: grid;
    place-items: center;
    position: absolute;
    right: -20px;
    bottom: 98px;
    z-index: 1;
}
.half-ring-rgt::after{
   content: "";
   width: calc(var(--size) - 2 * var(--thickness));
   height: calc(var(--size) - 2 * var(--thickness));
   background: var(--bg);
   border-radius: 50%;
   display: block;
}

/*Footer Help section Section==================*/
.footer-help-sec{
  margin-bottom: -60px;
}
.footer-help-lft{
  background: var(--theme-black-color);
  padding: 30px 40px 0 40px;
  height: 100%;
  position: relative;
}
.footer-help-lft img.hehp-logo{
  width: 95%;
  margin: auto;
  display: block;
}
.footer-help-lft .bottom-muscot-truck {
    left: -150px;
    bottom: 6px;
    width: 687px;
    position: absolute;
}
.footer-help-lft .bottom-muscot-truck img{
  width: 100%;
}

.footer-help-rgt{
  background: var(--theme-green-color);
  padding: 75px 40px;
  height: 100%;
}

.footer-help-rgt h1{
  font-weight: 400;
  font-size: 4em;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.footer-help-rgt h3{
  font-size: 26px;
  font-weight: 700;
}
.btn-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule-srv-btn{
  width: 48%;
  background: var(--theme-black-color);
  border: 2px solid var(--theme-black-color);
  color: var(--theme-white-color);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 25px;
}
.schedule-srv-btn:hover{
  background: transparent;
  color: var(--theme-black-color);
}
.estimate-btn{
  width: 48%;
  background: transparent;
  border: 2px solid var(--theme-black-color);
  color: var(--theme-black-color);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 25px;
}
.estimate-btn:hover{
  background: var(--theme-black-color);
  color: var(--theme-white-color);
}

.bnr-call-btn2{
  display: flex;
  align-items: center;
  gap: 16px;
}
a.bnr-call-btn2 img.hero-phone-icon2 {
    width: 89px;
    height: 89px;
}
a.bnr-call-btn2 .ph-no p{
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--theme-black-color);
  font-style: normal;
  font-weight: 700;
}
a.bnr-call-btn2 span.no-lg sup {
    color: var(--theme-black-color);
    font-size: 32px;
}
a.bnr-call-btn2 span.no-lg {
    font-size: 62px;
    font-style: italic;
    font-weight: 700;
    color: var(--theme-black-color);
    margin-top: -10px;
    display: inline-block;
}

/* Inner Hero section ===============================*/
.inner-hero{
   position: relative;
}
.inner-hero img{
  width: 100%;
}
.inner-hero-cnt{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-hero-cnt h1{
  font-size: 5rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
}

.why-choose-box{
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.why-choose-box-list{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.why-choose-box-list:last-child{
  margin-bottom: 0;
}
.choose-icon {
  width: 144px;
  height: 144px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--theme-black-color);
  padding: 15px;
}
.choose-icon img {
  width: 100%;
}
.choose-box-cnt h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-dark-gray-color);
  text-transform: uppercase;
}
.choose-box-cnt p {
  font-size: 20px;
}

.choose-box-cnt2 h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-dark-gray-color);
}
.choose-box-cnt2 p {
  font-size: 20px;
}

.service-box2{
  height: 100%;
}
/*.service-box2 ul{
  margin-top: 20px;
}*/
.service-box2 ul li{
  margin-bottom: 30px;
  position: relative;
}
.service-box2 ul li:last-child{
  margin-bottom: 0;
}
.service-box2 ul li:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 63px;
  height: 54px;
  background: url(../images/ac-heating-services/check.png) center center no-repeat;
  background-size: cover;
}
.service-box2 ul li p{
  font-size: 30px;
  margin-bottom: 0px;
  padding-left: 75px;
}

/*Special Section ===============================*/
.special-box{
  height: 100%;
}
.special-box .spl-icon{
  width: 182px;
  height: 182px;
  line-height: 182px;
  border-radius: 100px;
  background: var(--theme-black-color);
  margin: auto;
  display: inline-block;
  text-align: center;
  position: relative;
}
.special-box .spl-icon img.icon{
  width: 112px;
  height: 112px;
  margin: auto;
}
.count{
  width: 52px;
  height: 52px;
  line-height: 45px;
  border-radius: 50%;
  border: 2px solid var(--theme-white-color);
  background: var(--theme-green-color);
  color: var(--theme-black-color);
  font-size: 24px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.special-box p {
  color: var(--theme-black-color);
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px !important;
}
.special-sec .row .col-md-4:nth-child(2) .spl-icon{
  position: relative;
}
.special-sec .row .col-md-4:nth-child(2) .special-box .spl-icon:after{
  content: '';
  position: absolute;
  left: -246px;
  top: 50%;
  width: 241px;
  height: 69px;
  background: url(../images/specials/arrow-top.png) right center no-repeat;
  background-size: cover;
  transform: translateY(-38px);
}
.special-sec .row .col-md-4:nth-child(2) .special-box .spl-icon:before{
  content: '';
  position: absolute;
  right: -246px;
  top: 50%;
  width: 241px;
  height: 69px;
  background: url(../images/specials/arrow-bottom.png) right center no-repeat;
  background-size: cover;
  transform: translateY(-38px);
}

/*Contact Us Section ============================*/
.contact-area {
  margin-top: 50px;
}
.cnt-item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.cnt-item img{
  width: 50px;
}

.address-cnt p, .address-cnt a{
  font-size: 26px;
  color: var(--theme-black-color);
}
.address-cnt a:hover{
  color: var(--theme-green-color);
}
.contact-area p{
  font-size: 26px;
  color: var(--theme-black-color);
  margin-bottom: 5px;
  margin: 0;
}
.need-help-cnt{
  border: 2px solid #a0a1a2;
  padding: 20px;
}
.cnt-form .form-label{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.cnt-form .form-control, .cnt-form .form-select{
  height: 60px;
  border-radius: 0;
  border-color: #636363;
}
.cnt-form .form-control:focus, .cnt-form .form-select:focus{
  border-color: var(--theme-green-color);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(113 201 0 / 25%);
}
button.submit-btn{
  background: var(--theme-green-color);
  color: var(--theme-black-color);
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 700;
  transition: 0.4s;
  text-transform: uppercase;
  display: inline-block;
  border: none;
}
button.submit-btn:hover{
  background: var(--theme-dark-green-color);
  color: var(--theme-white-color);
}


.contact-why-choose-process .process-box1{
  display: flex;
  gap: 20px;
  position: relative;
  margin-right: 0px;
  margin-top: 0px;
  align-items: center;
  justify-content: end;
}
.contact-why-choose-process .process-box2{
  display: flex;
  gap: 20px;
  position: relative;
  margin-right: 0px;
  margin-top: 50px;
  align-items: center;
  justify-content: end;
}
.contact-why-choose-process .process-box3 {
  display: flex;
  gap: 20px;
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  align-items: center;
  justify-content: start;
}
.contact-why-choose-process .process-box4{
  display: flex;
  gap: 20px;
  position: relative;
  margin-left: 0px;
  margin-top: 50px;
  align-items: center;
  justify-content: start;
}
.proc-icon{
  width: 115px;
  height: 115px;
  display: flex;
  flex-shrink:0;
  border-radius: 50%;
  overflow: hidden;
}
.proc-icon img{
  width: 100%;
}
.process-box-cnt1 h3{
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-dark-gray-color);
}
.process-box-cnt1 p{
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-dark-gray-color);
}
.contact-why-choose-process .process-mdl-img:after{
  content: none;
}



/* footer section ===============================*/
.footer_section {
  background: var(--theme-dark-gray-color2);
  padding: 150px 0 100px 0;
}
.footer-logo{
  text-align: center;
}
.footer-logo img{
  width: 100%;
  margin: auto;
  display: block;
}
.social-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.social-link{
  margin-top: 30px;
}
.social-link a img {
  width: 40px;
  height: 33px;
}
.copyright, .copyright a{
  font-size: 16px;
  color: var(--theme-white-color);
  margin-bottom: 0;
}
.copyright a:hover{
  color: var(--theme-green-color);
}
.ftr-info-info h4{
  font-size: 22px;
  color: var(--theme-white-color);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.ftr-link li{
  margin-bottom: 5px;
}
.ftr-link li:last-child{
  margin-bottom: 0;
}
.ftr-link li a{
  font-size: 18px;
  color: var(--theme-white-color);
  transition: 0.4s;
}
.ftr-link a:hover{
  color: var(--theme-green-color);
  padding-left: 5px;
}
.phone, .email, .clock{
  display: flex;
  align-items: start;
  gap: 10px;
}
.phone a, .email a{
  font-size: 18px;
  color: var(--theme-white-color);
}
.phone a:hover, .email a:hover{
  color: var(--theme-green-color);
}
.clock-cnt p{
  font-size: 18px;
  color: var(--theme-white-color);
  margin-bottom: 5px;
}
.ftr-shield{
  display: flex;
  justify-content: end;
}
.ftr-shield img{
  width: 179px;
}
.service-shield{
  position: absolute;
  left: -50px;
  top: -70px;
}
.service-shield img{
  width: 179px;
}

.main-menu-more{display: none;}
textarea.form-control{height: 85px !important;}