.solar-banner-main {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.089);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.112);
    background-color: white;
    z-index: 55;
}

@media only screen and (max-width: 600px) {
    .solar-banner-main {
        margin-bottom: 5vmax;
    }
}

.solar-banner-main .solar-banner-top {
    display: flex;
    align-items: flex-start;
    background-color: white;
    padding: 1.5vmax 1vmax;
    justify-content: space-between;
    position: relative;
}

.solar-banner-main .solar-banner-top .logo {
    height: 4vmax;
}

.solar-banner-main .solar-banner-top .arow {
    height: 8vmax;
    position: absolute;
    left: 18%;
    top: 40%;
    z-index: 55;
    opacity: 0.5;
}

@media only screen and (max-width: 600px) {
    .solar-banner-main .solar-banner-top .arow {
        height: 15vmax;
        left: 8%;
        top: 35
    }
}

.solar-banner-main .solar-banner-top h3 {
    font-size: 34px;

}

.solar-banner-main .solar-banner-top h3 span {
    padding: .5vmax 1.5vmax;
    color: white;
    border-radius: 50px;
    background: linear-gradient(to right, #103809 0%, #266621 100%);
}

.solar-banner-main .solar-banner-top h6 {
    margin-top: -.5vmax;
    font-size: 21px;
    font-weight: 600;
}

.solar-banner-main .solar-banner-top .mtt-3 {
    margin-top: 1vmax;
}

@media only screen and (max-width: 600px) {
    .solar-banner-main .solar-banner-top h3 {
        font-size: 18px;

    }

    .solar-banner-main .solar-banner-top h6 {
        font-size: 10px;
    }
}

.solar-banner-main .solar-banner-img {
    height: 23vmax;
    position: relative;
    z-index: -5;
    background-color: white;
}



.solar-banner-main .solar-banner-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    /* display: none; */
}
@media only screen and (max-width: 600px) {
    .solar-banner-main .solar-banner-img {
        /* height: 35vmax; */
    }
    .solar-banner-main .solar-banner-img img {
        object-fit: contain;
    }
}

.solar-banner-img-bottom {
    position: relative;
    width: 100%;
    height: 15vmax;
    background: url(../new-img/bg-raound.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -13vmax;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
    .solar-banner-img-bottom {
        height: 20vmax;
    }
}
/* 
.solar-banner-img-div1 {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.068) 10%, rgba(255, 255, 255, 0) 90%);
    position: absolute;
    top: 0;
    left: 0;
} */

.solar-banner-img-user {
    height: 13vmax;
    width: 13vmax;
    border-radius: 50%;
    overflow: hidden;
    border: 7px solid white;
    position: absolute;
    top: -23%;
    left: 15%;
}



.solar-banner-img-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solar-banner-img-user2 {
    height: 9vmax;
    width: 9vmax;
    border-radius: 50%;
    background-color: yellowgreen;
    padding: .5vmax;
    display: flex;
    position: absolute;
    right: 10%;
    overflow: hidden;
}




.solar-banner-img-user2 h5 {
    color: white;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .solar-banner-img-user {
        border: 4px solid white;
        height: 17vmax;
        width: 17vmax;
    }

    .solar-banner-img-user2 {
        height: 12vmax;
        width: 12vmax;
    }

    .solar-banner-img-user2 h5 {
        font-size: 10px;
    }
}

.solar-banner-img-user2 div {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5vmax;
    text-align: center;
    padding-bottom: 0;

}

.solar-banner-img-bottom-new img {
    width: 8vmax;
}

.solar-banner-img-bottom-new {
    padding: 2vmax 1.5vmax 1vmax 1.5vmax;
    background-color: white;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    margin-top: -5vmax;
    /* z-index: 55; */
}


.solar-banner-img-bottom-new-left h5{
    text-align: center;
    margin-bottom: 1vmax;
}
.solar-banner-img-bottom-new-left h5 span {
    padding: .5vmax 1.5vmax;
    color: white;
    border-radius: 50px;
    font-size: 32px;
    background: linear-gradient(to right, #103809 0%, #266621 100%);
}

@media only screen and (max-width: 600px) {
    .solar-banner-img-bottom-new {
        padding: 2vmax .5vmax 1vmax .5vmax;
    }

    .solar-banner-img-bottom-new-left h5 span {
        font-size: 20px;
    }
}

.solar-banner-img-bottom-new-left h6 {
    margin-top: 1vmax;
}

.solar-banner-img-bottom-new-left h6 i {
    font-size: 22px;
}

.solar-banner-img-bottom-new-left h6 span {
    padding: .2vmax .5vmax;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    background: yellowgreen;
    margin-left: .5vmax;
}

@media only screen and (max-width: 600px) {
    .solar-banner-img-bottom-new-left h6 span {
        font-size: 14px;
    }

    .solar-banner-img-bottom-new-left h6 i {
        font-size: 16px;
    }
}

.center-patt {
    width: 100%;
    /* padding: .3vmax; */
    padding-top: .5vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to right, #103809 0%, #266621 100%);
}

.center-patt h5 {
    font-weight: 600;
    font-size: 18px;
    color: white;
}

@media only screen and (max-width: 600px) {
    .center-patt h5 {
        font-size: 16px;
    }
}

.center-patt-icons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    padding: 1vmax 2.5vmax;
}



.center-patt-icons img {
    height: 3vmax;
}

.center-patt-icons h6 {
    font-size: 15px;
    margin-top: .5vmax;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .center-patt-icons {
        flex-wrap: wrap;
        column-gap: 2.5vmax;
    }
    .center-patt-icons  div{
        
    }

    .center-patt-icons img {
        height: 6vmax;
    }
}


.solar-table {
    padding: 0 3vmax;
}



.solar-table thead th {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 5vmax;
    height: max-content;
    padding-top: 0;
    padding-bottom: 0;
    border: 3px solid green;
}

.solar-table tbody td {
    font-size: 12px;
    text-align: center;
    border: 3px solid yellowgreen;
    padding: .5vmax 0;
}



.solar-table .tddd {
    font-size: 20px;
    font-weight: 700;
}

.new-table>thead {
    vertical-align: top;
}
.new-table>thead .top-new-one{
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .solar-table {
        padding: 0 1vmax;
    }

    .solar-table tbody td {
        font-size: 8px;
    }

    .solar-table .tddd {
        font-size: 16px;
        font-weight: 700;
    }
}

.table>:not(caption)>*>* {
    padding: initial;
}

.solor-card-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solor-card-bottom h4 {
    font-size: 28px;
}

.solor-card-bottom h5 a {
    color: black;
    font-weight: 600;
}

.solor-card-bottom h5 i {
    font-weight: 100;
    color: green;
}

.center-patt-new h5 {
    font-size: 22px;
}

.apply-naow-sollar {
    padding: 1vmax 2vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vmax;
}

@media only screen and (max-width: 600px) {
    .solor-card-bottom h4 {
        font-size: 18px;
    }

    .center-patt-new h5 {
        font-size: 14px;
    }

    .apply-naow-sollar a {
        font-size: 16px;
        padding: 1vmax 2vmax;
    }

    .apply-naow-sollar {
        padding: 2vmax 1vmax;
    }
}

.center-patt-new h5 span {
    color: yellowgreen;
    margin-left: 2vmax;
}

.solar-banner-img-bottom-new-new {
    margin-top: -1.4vmax;
}

.solar-banner-img-bottom-new-new .solar-banner-img-bottom-new-left-new h6 span {
    padding: initial;
    color: black;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    margin-left: .5vmax;
}
.post-entry-new{
    background-color: initial;
}
.post-entry-new blockquote{
    border-radius: 30px;
    
} 


/*  */
.scrolling-content{
    padding: 1.5vmax 0;
}
.scrolling-content img{
    height: 6vmax;
    /* background-color: red; */
    padding: .2vmax .5vmax;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.whatapp-all {
    bottom: 5vh;
    right: 2vmax;
    position: fixed;
    z-index: 999;
}

.whatapp-all img {
    height: 5vmax;
    animation: 1s infinite alternate heartbeat;
}


/* new 29/10/24 */

.service-content-new {
	border-radius: 20px;
	padding: 25px;
	z-index: 2;
    background-color: #89EA5F;
    margin-top: 2vmax;
}


.service-content-new h3 {
    color: black;
	font-size: 22px;
}

.service-content-new p {
	margin-bottom: 0;
    color: black;
}
.service-image-new img{
    height: 20vmax;
    object-fit: contain;
    /* background-color: red; */
}

.service-image-new:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	border-radius: 30px;
	background: transparent !important;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.new-table thead tr .top-new-one{
    width: 20%;
}
.new-table thead tr img{
    height: 15vmax;
    /* width: 5vmax; */
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
    .service-image-new img{
        height: initial;
        object-fit: contain;
    }
    .service-content-new p{
        text-align: initial;
    }
    .resd-top{
        display: flex;
        flex-direction: column-reverse;
    }
    .hero {
        height: initial;
        background-size: cover;
    }
    /* .new-table thead tr{
        display: flex;
        flex-direction: column;
        width: 100%;
    } */
    .new-table thead tr th{

        width: 100%;
    }
    .new-table thead tr .top-new-one{
        width: 100%;
    }
}


/* ***** */

.rol-img-button{
    background-color: transparent;
    border: none;
}
.image-anime-img img{
    height: 15vmax;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
    .image-anime-img img{
        height: initial;
    }
    .new-p-tag{
        padding-top: 1vmax;
    }
    .pading-now{
        padding: 0 !important;
    }
}

p{
    text-align: justify;
}

.why-choose-item-new{
    overflow: initial;
    border-radius: 10px;
}

.why-choose-item-new.why-choose-item:before{
    border-radius: 10px;
}
.why-choose-item-new.why-choose-item:hover:before {
	transform: initial;
    opacity: 0;
    border-radius: 0;
}
.why-choose-item-new .why-choose-image{
    border-radius: 10px;
    /* position: relative; */
}
.why-choose-image-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #2666218d;
}
.why-choose-item-new .why-choose-icon{
    background-color: #103809;
    width: max-content;
    padding: 1vmax;
    border-radius: 5px;
    margin-top: -3.5vmax;
}
.save-button-new{
    display: flex;
    align-items: center;
    margin-top: 1vmax;
}
.save-button-new a{
    position: relative;
    width: 100%;
    border:1px solid #89EA5F;
    color: black;
    padding: .5vmax .5vmax .5vmax 1vmax;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.save-button-new a span{
    background-color: #89EA5F;
    padding:.5vmax .8vmax;
    border-radius: 50%;
}

.save-button-new a::after{
    position: absolute;
    content: "\1F862";
    background-color: #89EA5F;
    padding:.5vmax .8vmax;
    border-radius: 50%;
    transform: translatex(100%);
    opacity: 0;
    transition: .30s;
}

.why-choose-item-new:hover .save-button-new a::after{
    opacity: 1;
    transform: translatex(453%);
    color: black;
}
.why-choose-item-new:hover .save-button-new a{
    color: white;
}
.why-choose-item-new:hover .save-button-new a span{
    opacity: 0;
}
@media only screen and (max-width: 600px) {
    .save-button-new a{
        padding: 1vmax 1vmax 1vmax 2vmax;
    }
    .save-button-new a span{
        padding:1vmax 1.7vmax;
    }
    .save-button-new a::after{
        padding:1vmax 1.7vmax;
    }
    .why-choose-item-new:hover .save-button-new a::after{
        transform: translatex(490%);
    }
    .why-choose-item-new .why-choose-icon{
        background-color: #103809;
        width: max-content;
        padding: 1.5vmax;
        border-radius: 5px;
        margin-top: -7.5vmax;
    }
    
}

.why-choose-bg img{
  height: 20vmax;
  width: 100%;
  object-fit: cover;
  margin-top: -10vmax;
}
.why-choose-us-new{
    margin-top: 3vmax;
    border-top: 5px solid #266621;
}
.why-choose-new-one img{
    height: 5vmax;
    margin-bottom: 1vmax;
    transition: .25s;
}
.why-choose-new-one h3{
    font-size: 23px;
}
.why-choose-new-one:hover img{
   transform: translatey(-10px);
   filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.411));
}
.phone-view{
    display: none;
}
@media only screen and (max-width: 600px) {
    .leptop-view{
    display: none;
    }
    .phone-view{
        display: inline;
        background-color: #266621;
    }
    .why-choose-bg img{
        height: initial;
        width: 100%;
        object-fit: initial;
        margin-top: initial;
      }
      .section-title-new-one{
        margin-top: 2vmax;
      }
      .why-choose-new-one img{
        height: 8vmax;
        margin-bottom: 1vmax;
        transition: .25s;
    }
    .card-left-plan-main-border h3{
        font-size: 10px;
    }
    .card-left-plan-main-border h4{
        text-align: start;
        font-size: 10px;
    }
    .card-left-plan-main h4{
        font-size: 10px;
    }
    .card-left-plan-main h5{
        font-size: 10px;
    }
}

