@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');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
html, body, h1, h2,h3, h4, h5, h6, p , a , li, span, label {
    margin: 0 !important;
    padding: 0 !important;
}
section .container{
    max-width: 1170px !important;
    /* padding: 0 70px; */
}
header .container, footer .container{
    max-width: 1170px !important;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #f5f5f5;
}
textarea{
    resize: none;
}
.fw-sbold{
    font-weight: 600 !important;
}
a{
    text-decoration: none !important;
}
p, span, a, li, div, button, label {
    font-size: 16px;
    line-height: 28px;
}
p{
    color: #3f4e47;
}
.theme-clr {
    color: #0d9349 !important;
}
.card-box h6 {
    font-size: 20px;
}
.card-box{
  box-shadow: 0px 7px 24px 0px rgba(31, 31, 31, 0.02);
  border-radius: 8px;
}
body{
    position: relative;
    overflow-x: hidden;
}
header a.nav-link.btn {
    background: #f5bf09;
    height: 40px;
    padding: 0 15px !important;
    font-weight: 700;
    color: #000 !IMPORTANT;
    font-size: 14px;
}
.step-cstm-wrp .step-cstm h6 {
    color: #3f4e47;
    font-size: 20px;
    line-height: 24px;
}
h2.common-head {
    color: #294d3b;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
header a.nav-link {
    color: #707070 !important;
}
header li.nav-item.active a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #f5bf09;
}
header a.nav-link {
    font-size: 14px;
}   
header li.nav-item.active a, header li.nav-item a:hover {
    color: #2a9745 !important;
    transition: 0.4s;
}
.copyright-wrapper{
    border-color: #d1d1d1;
    border-width: 2px !important;
}
.common-list span.tick2 {
    flex-shrink: 0;
    position: relative;
    top: -2px;
}
.common-list span.tick2 img {
    height: 15px;
}
footer p, footer a {
    color: #404040 !IMPORTANT;
}
footer a {
    line-height: 20px !IMPORTANT;
    display: block;
}
footer .copyright-wrapper a {
    color: #0d9349 !important;
}
footer .copyright-wrapper a {
    color: #0d9349 !important;
    border-right: 2px solid #0d9349;
    line-height: 14px !important;
    display: block;
}
section {
    overflow: hidden;
}
section::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  section {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
footer a:hover {
    color: #2a9745 !important;
    transition: 0.4s;
}
ul.contact-detail i {
    position: relative;
    top: 3px;
    font-size: 18px;
    width: 20px !IMPORTANT;
    flex-shrink: 0;
    text-align: center;
    color: #2a9745;
}
button.btn {
    height: 50px;
    padding: 0 30px !important;
}
 .common-btn img{
    height: 10px;
}
section.why button.btn:hover, .package .package-inner button:hover, .product-card .btn:hover, .common-btn:hover {
    background: #0d9349 !important;
    transition: 0.4s;
    color: #fff !important;
}
.common-btn:hover img {
    transform: translateX(10px);
    transition: 0.4s;
    filter: unset;
}
section.process:before {
    background: #eab709;
}
section.process:after {
    background: #f4f4f4;
}
h2.common-head1 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    color: #000;
}
section.process .card-1 .img-wrap {
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background: #f4c730;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
}
section.process .card-1 {
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 0;
}
section.process .card-1 p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px !important;
    color: #000;
}
section.process .card-wrap > div {
    border-right: 4px solid #f5bf09;
}
section.process .card-wrap > div:last-child {
    border-right: 0px solid #f5bf09;
}
.package .package-inner {
    max-width: 450px;
    z-index: 9;
}
.package .package-inner .img-wrap{
    background-color: #eff7f3;;
}
.packages .package-heading{
    z-index: 99;
    max-width: 450px;
}
.packages .right-product .package-heading {
    margin-left: auto;
    padding-left: 30px;
}
section.process .card-1 h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
ul.social li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5d5d5;
    border-radius: 8px;
    font-size: 20px;
}
ul.social li a i{
    color: #989da8 !important;
}
ul.social li a:hover {
    background: #2a9745;
    transition: 0.4s;
}
ul.social li a:hover i{
    color: #fff !important;
    transition: 0.4s;
}
.left-down-tri:before, .right-top-tri:before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    background: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    height: 100px;
    width: 80px;
}
.right-top-tri:before{
    left: unset;
    right: 0;
    transform: translateY(-100%) rotate(180deg);
    top: 1px;
}
.right-rect:after, .left-rect:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    height: calc(100% + 2px);
    width: 184px;
    background: #fff;
}
footer a.logo img {
    max-width: 250px;
}
section.why li.border-bottom {
    border-bottom: 1px dotted #666060 !important;
}
.left-rect:after{
    right: unset;
    left: 0;;
}
a.navbar-brand img {
    max-width: 190px;
    object-fit: contain;
}
section.review.left-rect:after{
 background-color: #f2f3f3  ;
}
footer .copyright-wrapper li:last-child a {
    border-right: 0px solid #0d9349;
}
footer .copyright-wrapper a:hover {
    color: #f5bf09 !important;
    transition: 0.4s;
}
header a.nav-link.btn:hover {
    background: #2a9745;
    transition: 0.4s;
    color: #fff !important;
}
footer h4.footer-head {
    color: #404040 !important;
    font-weight: 600;
    font-size: 18px;
}
section.how-it-works h2.common-head, section.get-quote h2.common-head{
    color: #f5bf09;
}
section.get-quote .form-wrap h2.common-head{
    color: #0d9349;
}
section.get-quote:after {
    position: absolute;
    content: "";
    right: 183px;
    top: 0;
    width: 38%;
    background: #cae3d5;
    height: 100%;
    z-index: 0;
}
section.get-quote .form-wrap {
    z-index: 9;
}
form input.form-control {
    height: 55px;
    border-radius: 6px;
    padding-left: 20px;
}
form .form-control::placeholder{
    color: #b5b5b5;
}
form button.btn.submit, section.bannersec button {
    background: #f5bf09;
    height: 50px;
    padding: 0 20px;
    font-weight: 600;
}
form button.btn.submit:hover {
    background: #2a9745;
    transition: 0.4s;
    color: #fff;
}
section.get-quote .form-wrap p a {
    color: #2a9745;
}
section.get-quote .form-wrap p a:hover {
    color: #f5bf09;
    transition: 0.4s;
}
.partners .inner {
    margin: 0 35px;
}
.latest-project .image-wrap img.img-fluid {
    border: 10px solid #fff;
    height: 100%;
    object-fit: cover;
}
.latest-project .custom-row {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.latest-project .custom-row .big-image {
    grid-column: 1;
    grid-row: 1 / span 2
}
.latest-project .custom-row .small-img.first-small {
    grid-column: 2 / span 2;
    grid-row: 1;
}
.latest-project .custom-row .small-img.second-small {
    grid-column: 2 / span 2;
    grid-row: 2;
}
.latest-project-slider button.slick-arrow, .review-slider button.slick-arrow {
    bottom: 0px !important;
    height: 40px;
    width: 80px;
    background: #199852;
    position: absolute;
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 35px;
}
.package .content li {
    word-break: break-word;
}
.latest-project-slider button.slick-next.slick-arrow, .review-slider button.slick-arrow.slick-next {
    right: -90px;
}
.latest-project-slider button.slick-prev.slick-arrow, .review-slider button.slick-arrow.slick-prev {
    left: -90px;
}
.latest-project-slider button.slick-arrow:before, .review-slider button.slick-arrow:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50%;
    width: 50%;
}
.latest-project-slider button.slick-arrow.slick-prev:before, .review-slider button.slick-arrow.slick-prev:before {
  transform: translateY(-50%) rotate(-180deg)
}
.latest-project-slider, .review-slider{
    padding-bottom: 100px;
}
.latest-project-slider button.slick-disabled, .review-slider button.slick-disabled {
    opacity: .6;
}
.review-slider .inner {
    border: 1px solid #ddd;
    padding: 30px 45px;
    border-radius: 60px;
}
.review-slider .inner img.quote {
    top: 0;
    transform: translateY(-50%);
}
.review-slider .inner p {
    font-size: 14px;
    line-height: 28px;
    color: #424644;
}
.review-slider .inner ul.rating i {
    font-size: 24px;
}
.review-slider .inner p.head {
    font-weight: 600;
}
.center-tri:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: calc(100% - 70px);
    height: 480px;
    clip-path: polygon(100% 0, 100% 64%, 90% 100%, 0 100%, 0 0);
    background: #fff;
}
.package .package-inner button.btn{
    background: #f5bf09;
}
span.tick {
    height: 17px;
    width: 17px;
    background: #0d9349;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 8px !IMPORTANT;
    position: relative;
    top: 6px;
}
span.tick i {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.584);
}
section.why span.tick {
    background: #ffefbc;
}
section.why span.tick i {
    color: #eab709;
}
.package .content {
    width: calc(100% - 450px);
}
.package .package-inner:after {
    position: absolute;
    content: "";
    top: -1%;
    height: 100%;
    width: calc(100% + 70px);
    background: #0d9349;
    left: 0;
    z-index: -8;
    transform: translate(-70px, -70px);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 18%, 14% 0);
}
.right-product .package .package-inner:after {
    left: unset;
    right: 0;
    transform: translate(70px, -70px) scaleX(-1);
}
.package-heading span.tag-wrap {
    background: #1cae5d;
    padding: 8px 20px !important;
    display: inline-block;
    border-radius: 7px;
}
.package-heading span.tag-wrap span {
    font-size: 12px;
    line-height: 21px;
}
.package-heading span.tag-wrap h6 {
    color: #eab709;
    font-weight: 700;
    font-size: 23px;
}
.packages .package-heading > h6 {
    font-size: 20px;
    font-weight: 600;
}
.container.position-absolute {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
svg.shape , img.shape{
    position: absolute;
    right: 0;
    z-index: 9;
    height: 100%;
    width: auto;
}
section.bannersec h2.main-heading {
    font-size: 67px;
    font-weight: 700;
    color: #fff;
    line-height: 87px;
}
section.bannersec p {
    font-size: 22px;
    line-height: 32px;
}

section.bannersec button:hover {
    background: #c69d12;
    transition: 0.4s;
}
h2.fancy-text.py-2 {
    font-family: 'Pacifico', cursive;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
}
section.packages {
    overflow-x: hidden;
}
section.process, section.how-it-works, section.review, section.get-quote, section.why{
    overflow: unset;
}
section.default-banner {
    border-bottom: 40px solid #f5bf09;
}
section.default-banner:after, .product-card:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -2px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    width: 200px;
    background: #f5bf09;
}
.product-card:after{
    height: 30px;
    width: 30px;
    background-color: #0d9349;
}
section.default-banner .default-content {
    border-left: 7px solid #f5bf09;
}
section.default-banner .default-content h2 {
    font-weight: 800;
    font-size: 45px;
    line-height: 50px;
}
ol.breadcrumb a {
    color: #fff;
}
ol.breadcrumb li.active {
    color: #f5bf09;
}
ol.breadcrumb li.active:before {
    color: #f5bf09;
    padding-left: 5px;
}
section.brands .inner {
    margin: 0 100px;
}
.product-card {
    border-bottom: 10px solid #0d9349;
}
.product-name {
    z-index: 9;
    padding: 5px;
    margin: 20px 0;
}
.product-name:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    width: calc(100% + 24px);
    background: #0d9349;
    left: -24px;
}
.product-name p {
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
}
 .common-btn  {
    height: 50px;
    color: #fff;
    background: #0d9349;
    padding: 0 30px !important;
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
}
.head-label {
    clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
    background: #0d9349;
    padding-left: 40px;
    padding-right: 90px;
    padding-top: 8px;
    padding-bottom: 8px;
}
 .common-list .cstm-card {
    background: #f4f8f6;
}
.common-list .cstm-card p {
    font-weight: 500;
    line-height: 24px;
}
section.complete-protection:after {
    background: #f4f4f4;
}
section.complete-protection:before, section.default-banner.overlay::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #056e34ed;
}
.common-btn.btn-yellow {
    color: #000;
    background: #f5bf09;
}
section.img-with-text .img-wrpper img {
    object-fit: cover;
}






.head-label p {
    font-size: 30px;
    line-height: 40px;
}
.product-card .btn img {
    height: 11px;
}
.product-card .img-wrap {
    margin-bottom: 20px;
}
.product-card .price-wrap p {
    color: #858585;
    font-weight: 700;
}
.product-card .price-wrap .price {
    background: #f5bf09;
    padding: 0 20px;
}
.product-card .price-wrap .price p {
    color: #000;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
.product-card .product-features li {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
section.content p {
    font-weight: 500;
    color: #000;
    line-height: 28px;
}
.small-head-wrap {
    border-left: 4px solid #0d9349;
}
.small-head-wrap h4 {
    font-size: 30px;
    line-height: 35px;
}
section.promise h2, section.promise h2 span, section.promise h2 a, section.img-with-text h2, section.img-with-text h2 span {
    font-size: 40px;
    line-height: 50px;
}
.green-color {
    color: #0d9349;
}
section.promise img.position-absolute {
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 0;
}
section.img-with-text h2 span {
    border-bottom: 5px solid #f5bf09;
    padding-bottom: 15px !IMPORTANT;
}
section.full-img .label-tag .inner {
    max-width: 300px;
    margin-left: auto;
    padding: 10px 30px;
    background: #0d9349;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 99%);
}
section.full-img .centered {
    max-width: 1150px;
    margin: 0 auto;
}
section.full-img .centered .bottom {
    border-top: 4px solid #f5bf09;
}
section.full-img .centered p {
    font-weight: 500;
    color: #000;
    line-height: 25px;
}
section.full-img .label-tag {
    bottom: 0;
    width: 100%;
    border-top: 2px solid #0d9349;
}
section.full-img .label-tag {
    bottom: 15%;
    width: 100%;
    border-top: 2px solid #0d9349;
}
section.promise {
    overflow: unset;
}
section.promise h2 .green-color:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #000;
}
p.custom-input {
    height: 15px;
    width: 15px;
    border: 1px solid #7c7c7c;
    border-radius: 59%;
}
.custom-check {
    top: 10px;
}
section.blogs ul.nav{
    z-index: 9;
}
section.contact-form input.form-control {
    background: #f2f9f5;
    height: 65px;
    box-shadow: unset !important;
}
section.contact-form .form-control {
    background: #f2f9f5;
    box-shadow: unset !important;
}
section.blogs ul.nav a.nav-link {
    color: #000;
    font-weight: 500;
    padding: 5px 30px !important;
    border-radius: 30px;
    min-width: 130px;
    text-align: center;
}
section.blogs ul.nav a.nav-link.active {
    background: #fbe59d;
}
section.blogs ul.nav:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: #f5bf09;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    width: 100%;
}
section.blogs .content-wrap .content {
    background: #f5f5f5;
    border-bottom: 12px solid #0d9349;
    position: relative;
}
section.what-include::after {
    background: #f5f5f5;
}
section.blogs .content-wrap {
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.step-cstm-wrp .step-cstm {
    border-bottom: 3px solid #0d9349;
}
section.blogs .content-wrap .content:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -1px;
    height: 50px;
    width: 60px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #0d9349;
}
section.blogs .content-wrap .content .inner {
    max-width: 95%;
}
section.blogs .content-wrap .content p {
    line-height: 22px;
    font-size: 16px;
}
section.blogs .left-image .content-wrap {
    right: 0;
    left: unset;
}
section.resources .card-1 {
    background: #f5bf09;
    min-height: 260px;
}
section.resources .card-1 img {
    right: 30px;
    bottom: 30px;
}
section.resources .card-1 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.content-underline h6:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #f5bf09;
}
.content-underline h6 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: #000;
    display: inline-block;
}
.content-underline p {
    line-height: 25px;
    font-size: 17px;
}
.content .content-underline:first-child .descp{
    z-index: 9;
}
.content-underline .descp:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    background-image: url(../image/descp-quote.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.special-tick span {
    font-size: 8px;
    font-weight: 600;
    color: #f5bf09;
}
.special-tick:after {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    height: 90%;
    width: 90%;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #f5bf09;
}
.key-inner:after {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: #f5bf09;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
    z-index: -1;
}
.key-tag {
    background: #10944b;
    padding: 14px 30px;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
    top: -20px;
    left: 15px;
}
.key-tag h6 {
    font-size: 26px;
}
.key-inner .inner-card > .img-wrap {
    flex-shrink: 0;
}
.key-inner .inner-card .content p {
    font-size: 20px;
    line-height: 30px;
}
.keystatus .key-inner .row.max-cant {
    max-width: 1000px;
    margin: 0 auto;
}
.key-inner .inner-card .content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000
}
.key-inner .inner-card .content-new p {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.key-inner .key-label {
    background: #f9d86b;
    max-width: 160px;
    margin: 0 auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.key-inner .key-label p {
    font-size: 16px !important;
}
section.special-img-content .content {
    width: 90%;
    background: #1a9953;
    right: 0;
    padding: 50px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    bottom: 0;
}
section.special-img-content .content .content-innter p {
    font-size: 18px;
    line-height: 30px;
}
section.img-with-text .content-new-inner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 5px;
    width: 100px;
    background: #f5bf09;
}
section.img-with-text .col-lg-8 > .row > div:last-child .content-new-inner:after{
    background: #1a9953
}
section.img-with-text .content-new-inner p {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px !IMPORTANT;
}
section.special-img-content .content .content-innter {
    border-right: 5px solid #f5bf09;
}
.key-inner .inner-card .content:after {
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #10944b;
}
.special-tick {
    height: 20px;
    width: 20px;
    border: 2px solid #4bad77;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    top: 6px;
    flex-shrink: 0;
}
section.content p a {
    color: #f5bf09;
    position: relative;
    display: inline-block;
}
section.content p a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #0d9349;
}
section.img-with-text.about-us-sec:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 75%;
    background: #f5f5f5;
    width: 100%;
    z-index: -1;
}
section.how-it-works .img-wrap img {
    padding-right: 60px !important;
}
section.get-quote .inner {
    padding-left: 40px;
}
section.bannersec .img-wrap-inner img {
    object-fit: cover;
}
.section-header .head {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
}
.section-header .sub-head {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
section.service-maintainace .img-wrpper {
    margin-bottom: -40px !important;
}
section.all-in-one .img-wrpper {
    margin-bottom: -200px !important;
}
section.service-maintainace .img-wrpper img , section.img-with-text .img-wrpper img {
    min-height: 200px;
    object-fit: cover;
}
.steps-wrp .num h4 {
    color: #f5bf09;
    font-weight: 600;
    font-size: 70px;
}
.steps-wrp .content h6 {
    font-weight: 600;
    color: #1b201d;
    font-size: 18px;
    line-height: 25px;
}
.steps-wrp .num {
    width: 90px;
}

section.products .price-new{
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: max-content;
}
section.products .price-new {
    bottom: 20px;
    margin-bottom: 20px;
}
section.products .product-card .price-new .price-shape {
    background: #009248;
    margin: 0 auto;
    padding: 10px 25px;
    padding-bottom: 15px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
section.products .product-card h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
section.products .product-card .price-new h6.label {
    background: #f5bf09;
    display: inline-block;
    padding: 5px 10px !important;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 10px;
    transform: translate(0%, 50%);
    white-space: nowrap;
}
.product-card .common-list li {
    font-size: 14px;
    line-height: 24px;
}
.product-card .common-list span.tick2 {
    top: -5px;
}
.head-label.head-label-sm {
    padding-right: 50px !important;
    padding: 7px 15px;
}

.head-label.head-label-sm p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500 !important;
}
ul.contact-detail .icn-wrp {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d4e9de;
    flex-shrink: 0;
}
ul.contact-detail .icn-wrp i {
    position: unset;
}
ul.contact-detail .content h6 {
    color: #73767e;
    font-weight: 600;
}
ul.contact-detail .content p {
    color: #000;
    line-height: 23px;
    margin-top: 10px !important;
}
section.all-in-one .card-box .img-wrp img {
    height: 85px;
    object-fit: contain;
}
@media (min-width: 1025px){
section.bannersec {
    height: 90vh;
    overflow: hidden;
}
section.contact-info h2.common-head1 {
    line-height: 55px;
}
}
@media (max-width: 1400px){
    section.bannersec h2.main-heading {
        font-size: 60px;
        line-height: 70px;
    }
    .right-rect:after, .left-rect:after{
        width: 115px
    }
    section.get-quote:after{
    right: 113px;
    width: 42%;
    }
}
@media (max-width: 1300px){
    .right-rect:after, .left-rect:after{
        width: 70px
    }
    section.get-quote:after{
    right: 69px;
    width: 47%
    }
   section .container{
        padding: 0 70px;
    }
}
@media (max-width: 1024px){
    .head-label p {
        font-size: 30px;
        line-height: 35px;
    }
    .head-label {
        padding-left: 20px;
        padding-right: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }    
    section .container {
        padding: 0 15px;
    }
    section.how-it-works .img-wrap img {
        padding-right: 0 !important;
    }    
    section.blogs .content-wrap .content .inner {
        padding: 0 !important;
    }  
    section.resources .card-1 h4 {
        font-size: 22px;
        line-height: 30px;
    }  
    section.promise h2, section.promise h2 span, section.promise h2 a, section.img-with-text h2, section.img-with-text h2 span {
        font-size: 25px;
        line-height: 35px;
    }
    header a.nav-link {
        font-size: 14px;
    }    
    header .container {
        max-width: 200%;
    }
    header li.nav-item {
        padding: 0 3px !important;
    }
    .right-rect:after, .left-rect:after {
        width: 30px;
    }
    h2.common-head {
        font-size: 30px;
        line-height: 40px;
    }
    section.get-quote:after{
        right: 30px;
    }
    .center-tri:before{
        width: calc(100% - 30px)
    }
    section.img-with-text h2 span {
        padding-bottom: 5px !IMPORTANT;
    }    
}
@media (max-width: 992px){
    header.site-header {
        padding: 20px 0;
    }
    section.all-in-one .img-wrpper {
        margin-bottom: -100px !important;
    }
    .img-wrpper-order {
        order: -1;
    }    
    section.why .image-wrap {
        padding-left: 0 !important;
    }
    section.img-with-text .heading {
        margin-bottom: 30px;
    }    
    section.img-with-text .img-wrap {
        order: -1;
    }
    section.blogs .content-wrap {
        position: unset !important;
        transform: unset !important;
    }
    section.blogs .right-image .img-wrap {
        order: -1;
    }
    section.blogs .content-wrap .content {
        max-width: 90%;
        margin: 0 auto;
        transform: translateY(-20%);
    }    
    header li.nav-item.active a:after{
        display: none;
    }
    header li.nav-item {
    width: 100%;
    border-bottom: 1px solid #0d9349;
    padding: 4px 0 !important;
}
header ul.navbar-nav {
    border-top: 1px solid #0d9349;
    margin-top: 20px;
}
section.packages {
    padding: 20px 0 !important;
}
header li.nav-item:last-child {
  border-bottom: 0 !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
}
header a.nav-link {
    padding: 8px 0 !important;
}
    h2.fancy-text.py-2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.bannersec h2.main-heading {
        font-size: 50px;
        line-height: 60px;
    }
    section.bannersec p {
        font-size: 16px;
        line-height: 25px;
        padding-top: 0 !important;
    }
    section.why .content > div {
        padding-left: 50px !important;
    }
    section.why .content .top {
        padding-bottom: 0 !important;
    }
    section.how-it-works .img-wrap{
        order: -1;
    }
    p, span, a, li, div, button, label {
        font-size: 14px;
        line-height: 28px;
    }    
    section.get-quote:after {
        width: 100%;
        height: 50%;
        bottom: 0px;
        top: unset;
    }
    section.get-quote .form-wrap {
        margin-top: 60px;
    }
    footer p.px-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    .copyright-wrapper {
        flex-direction: row-reverse;
        justify-content: center !important;
    }
    .copyright-wrapper ul{
        justify-content: center !important;
    }
    .copyright-wrapper ul li{
        margin: 8px 0 !important;
    }
    section.process h2.common-head1 {
        text-align: center;
    }    
}
@media (max-width: 768px){
    .steps-wrp .num h4 {
        font-size: 60px;
    }
    .steps-wrp .num {
        width: 80px;
    }    
    section.default-banner .default-content {
        margin: 10px 0 !important;
    }
    section.special-img-content .content .content-innter p {
        font-size: 14px;
        line-height: 24px;
    }
    section.special-img-content .content{
        width: 100%;
        padding: 30px;
    }    
    section.default-banner .default-content h2 {
        font-size: 35px;
        line-height: 40px;
    }     
    section.default-banner {
        border-bottom: 20px solid #f5bf09;
    }
    section.default-banner:after {
        height: 50%;
        width: 130px;
    }   
    section.brands .inner {
        margin: 0 50px;
    }
    footer .row > div {
        margin: 20px 0 !important;
    }
}
@media (max-width: 767px){
   section.bannersec .container.position-absolute.content {
        position: unset !important;
        transform: unset !IMPORTANT;
        padding: 40px 0;
    }
    section.bannersec svg.shape , section.bannersec img.shape {
        display: none;
    }
    section.bannersec .imag-wrap {
        padding: 15px !important;
    }
    h2.common-head1 {
        font-size: 25px;
        line-height: 35px !important;
    }    
    section.process .card-wrap > div{
        border: 0 !important
    }
    section.packages .package > div {
        width: 100% !IMPORTANT;
        max-width: 100%;
    }   
    .packages .package-heading {
        padding-left: 30px;
    }
    .right-product .package .package-inner {
        order: -1;
    }
    .right-product .package .package-inner:after {
        left: 0;
        right: unset;
        transform: translate(-70px, -70px);
    }
    .packages .right-product .package-heading{
        margin-left: unset !important;
    }
    .review-slider {
        padding-left:  20px !important;
        padding-right:  20px !important;
    }
    .review-slider .inner {
        padding: 30px 15px;
        border-radius: 40px;
    }
    .review-slider .inner p {
        font-size: 12px;
        line-height: 18px;
    } 
    .review-slider .inner ul.rating i {
        font-size: 14px;
    }
    .review-slider .inner img.quote {
        height: 40px;
    }
}
@media (max-width: 575px){
    section.blogs .content-wrap .content {
        padding: 20px !important;
    }
    section.bannersec > .imag-wrap{
        display: none;
    }    
    section.contact-form input.form-control {
        background: #f2f9f5;
        height: 50px;
        box-shadow: unset !important;
    }    
    section.all-in-one .img-wrpper {
        margin-bottom: 0px !important;
    }
    section.contact-form .text-right {
        text-align: center !important;
    }    
    .steps-wrp .num h4 {
        font-size: 45px;
    }
    .steps-wrp .num {
        width: 60px;
    }
    .steps-wrp .content h6 {
        font-size: 14px;
        line-height: 24px;
        padding: 0 !important;
    }
    
        
    .head-label h4 {
        font-size: 18px;
        padding: 5px 0 !important;
    }
    .head-label p {
        font-size: 20px;
        line-height: 25px;
    }     
    section.special-img-content .content {
        position: unset !important;
        padding: 15px;
        clip-path: unset !important;
    }
    .head-label.head-label-sm p {
        font-size: 14px;
        line-height: 24px;
    }
    .head-label.head-label-sm {
        padding-right: 40px !important;
        padding: 2px 10px;
    }    
    section.footer-pages {
        padding: 20px 0 !important;
    }    
    section.special-img-content .content .content-innter p {
        font-size: 12px;
        line-height: 20 px;
    }    
    section.special-img-content .img-wrap > .pb-5 {
        padding-bottom: 0 !important;
    }
    .keystatus .key-inner .row{
        padding :10px !important;
    }   
    section.keystatus .inner-card {
        margin: 20px 0 !important;
    }    
    section.blogs ul.nav li.nav-item {
        width: 33.333%;
        padding: 0 10px !important;
    }
    section.blogs ul.nav {
        width: 100%;
    }   
    section.blogs ul.nav:after{
        clip-path: unset;
    }
    section.blogs .content-wrap .content .inner {
        max-width: 100%;
    }
    section.blogs .content-wrap .content .inner h4 {
        font-size: 18px;
        line-height: 29px;
    }
    section.blogs .content-wrap .content p {
        line-height: 20px;
        font-size: 13px;
    }
    section.blogs ul.nav a.nav-link{
        padding: 5px 10px !important;
        white-space: nowrap;
        min-width: auto;
    } 
    section.blogs ul.nav{
        padding-right: 0 !important;
    }
    .right-rect:after, .left-rect:after{
        display: none;
    }
    .section-header .head {
        font-size: 25px;
        line-height: 30px;
    }
    .section-header .sub-head {
        font-size: 16px;
        line-height: 24px;
    }
        
    section.bg-content h3 {
        font-size: 18px;
        line-height: 30px;
        margin: 0 !important;
        padding: 0 !important;
    }
    section.service-maintainace .img-wrpper {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 480px){
    
    section.products.product-new .price-new {
        bottom: 20px;
    }
section.blogs div.tab-content {
    margin-top: 0 !important;
}
    section.blogs .content-wrap .content {
        max-width: 100%;
        transform: unset;
    }
    section.promise img.position-absolute {
        height: 60px;
    }
    .small-head-wrap h4 {
        font-size: 25px;
        line-height: 26px;
    }    
    section.default-banner {
        border-bottom: 15px solid #f5bf09;
        padding: 30px 0 !important;
    }
    section.default-banner:after {
        height: 30%;
        width: 70px;
    }    
    section.default-banner .default-content {
        padding-left: 10px !important;
        border-width: 4px;
    }
    section.default-banner .default-content h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section.get-quote .inner {
        padding: 0 !important;
    }
    .latest-project .image-wrap img.img-fluid {
        border: 4px solid #fff;
    }    
    .latest-project .custom-row {
        gap: 5px;
    }       
    .center-tri:before {
        width: 100%;
        /* height: 600px; */
        clip-path: unset;
    }
    section.why .content > div{
        padding-left: 0 !important;
    }
    .left-down-tri:before, .right-top-tri:before{
        clip-path: polygon(0 0, 0% 42%, 44% 0);
    }
    section.get-quote:after {
        right: 0;
    }
    section.get-quote .form-wrap .form-inner {
        padding: 0 !important;
    }
    section.how-it-works .inner {
        padding: 0 !important;
    }
    section.latest-project {
        padding: 20px 0 !important;
    }
    .review-slider{
        padding-left: 0 !important;
        padding-right: 0 !important
    }   
    .partners .inner img {
        height: 70px;
    }
    section.process .px-5 {
        padding: 0 !important;
    }
    h2.fancy-text.py-2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.bannersec h2.main-heading {
        font-size: 35px;
        line-height: 45px;
    }  
    section.bannersec .container.position-absolute.content {
        padding: 20px 0;
    }
    section.packages .container{
        padding: 0 !important;
    }
    .right-product .package .package-inner:after, .package .package-inner:after {
        transform: translate(-40px, -70px);
    }  
    h2.common-head {
        font-size: 25px;
        line-height: 30px;
    }
    section.why .descp.w-75 {
        width: 100% !important;
    }   
    form input.form-control{
        height: 50px;
    }    
    form .form-control::placeholder{
        font-size: 12px;
    }     
        
    form .my-2 {
        margin: 5px 0 !important;
    }    
    .review-slider .p-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    section.review {
        padding: 20px 0 !important;
    } 
    header.site-header {
        padding: 10px 0;
    }   
    section.products {
        padding: 20px 0 !important;
    }         
}
@media (max-width: 380px){
    .packages .package-heading , .packages .right-product .package-heading{
        padding-left: 10px;
    }
    section.promise h2, section.promise h2 span, section.promise h2 a, section.img-with-text h2, section.img-with-text h2 span {
        font-size: 20px;
        line-height: 30px;
    }
    footer .row > div {
        margin: 12px 0 !important;
    }    
    .product-name p {
        font-size: 14px;
    }
    .product-card {
        padding: 15px !important;
    }
    .product-card .product-features li {
        font-size: 14px;
        line-height: 26px;
    }    
    .product-name:after {
        width: calc(100% + 15px);
        left: -15px;
    }
    .product-card .price-wrap .price p {
        font-size: 14px;
        line-height: 32px;
    }
    .package-heading span.tag-wrap h6 {
        font-size: 18px;
    } 
    h2.common-head {
        font-size: 20px;
        line-height: 30px;
    }
    p, span, a, li, div, button, label {
        font-size: 12px;
        line-height: 20px;
    }   
    section.why .content .bottom{
        padding-top: 20px !important;
    } 
    .center-tri:before {
        height: 350px;
    }
    button.btn {
        font-size: 14px;
        white-space: nowrap;
    }
    
}





/* footer table */
section.footer-pages table {
    margin: 0 0 1.5em;
    width: 100%;
}
.thank-you-descp {
    font-size: 24px;
    text-transform: none;
    line-height: 50px;
    font-weight: 500 !important;
}
.thank-you-head {
    font-size: 35px;
}
section.footer-pages td, section.footer-pages th {
    text-align: left;
    padding: 0;
    border: 1px solid #000;
    letter-spacing: 0;
    padding: 27px 3%;
    font-size: 14px;
}