/*banner section*/
section.new-banner {
  
    background-size: cover;
    background-color: #3E362B;
    padding-top: 183px;
    display: flex;
    width: 100%;
	position: relative;
	z-index: 1;
	background-position: center;
}
section.new-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #3E362B, rgba(62, 54, 43, 0));
	z-index: -1;
}
.new-banner-text {
    width: 44%;
    float: left;
    padding-left: 0;
    color: #fff;
    padding-top: 0;
    padding-bottom: 116px;
}

.new-banner-text p:first-child {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Archivo Black", sans-serif;
    letter-spacing: normal;
    line-height: normal;
}



.new-banner-text h1 {
    text-transform: uppercase;
    font-family: 'Archivo Black';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.new-banner-text p {
    color: #fff;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0.25px;
}

.new-banner-text ul {
    margin: 28px 0;
}

.new-banner-text ul li {
    color: #fff;
    background: url(/wp-content/themes/hart/assets/images/tick-icon.png) no-repeat left 5px;
    font-size: 16px;
    padding-left: 31px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
}

.banner-buttons {
    display: flex;
    align-items: center;
    width: 532px;
    position: relative;
    z-index: 1;
	margin-bottom: 15px;
}
.banner-buttons a {
    margin-right: 30px;
    display: flex;
	white-space: nowrap;
}

.new-banner-img {
    width: 56%;
    float: left;
    display: flex;
    justify-content: flex-end;
    height: auto;
    padding-left: 80px;
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
section.new-banner .container {
    position: relative;
}

.new-banner-img img {
   
    height: 100%;
}

.banner-buttons a img+img {
    margin-left: 30px;
}

.banner-buttons p {
    margin-bottom: 0 !important;
}
.new-banner-img picture {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

section.new-banner .container {
    position: relative;
}
.new-banner-text img.mob-act {
    display: none;
}
.banner-buttons p:last-child a {
    margin-right: 0;
}
.banner-buttons a.btn {
    padding: 0 10px;
    min-width: 163px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1200px) {
	.new-banner-img img {
    height: auto;
}
	.new-banner-img {
    padding-left: 30px;
		padding-right: 51px;
}

}
@media (max-width:1024px) {
    .new-banner-text {padding-left: 0}
    .new-banner-text {width: 58%; padding-bottom: 40px; }

.new-banner-img {width: 42%; }

.new-banner .container {align-items: flex-end; display: flex; flex-wrap: wrap; width: 100%; }

.new-banner-img img {margin-right: 0; }

h2 {font-size: 36px; }
}
@media (max-width:992px) {

.new-banner-img {display: none; }
.new-banner-text {width: 100%; }
	.banner-buttons {
  
    width: auto;
}
}
@media (max-width:767px) {

.new-banner-text h4,.new-banner-text p:first-child  {font-size: 14px;margin-bottom: 20px;}
.home-testimonial-slider {margin-top: 45px;} 
section.new-banner {
    padding-top: 130px;
	        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
}
.new-banner-text h1 {
    font-size: 24px;
    line-height: 100%;
}
.new-banner .banner-buttons p:nth-child(2) {
    width: fit-content;
}

.new-banner .banner-buttons p:nth-child(3) {
    width: fit-content;
}
	.new-banner-text ul li {

    background: url(/wp-content/themes/hart/assets/images/tick-icon.png) no-repeat left 8px;
  
}
section.new-banner:after {
    height: 100%;
    background: linear-gradient(180deg, rgba(62, 54, 43, 1) 5%, rgb(62 54 43 / 68%) 13%, rgba(62, 54, 43, 1) 32%);
}
	.new-banner-text img.mob-act {
    display: block;
		width: 100%;
		margin-bottom: 20px;
}
}
@media(max-width: 575px) {
	.banner-buttons a.img img {
    max-width: 130px;
    height: 40px;
}
	.new-banner-text p sub {
    top: -5px;
}
	.new-banner-text h1 sub {
    bottom: -5px;
    font-size: 20px;
    font-weight: 400;
}
}
/*banner section*/