

	
.shipping {padding-block: 40px;}
.shipping .head {margin-bottom: 40px; text-align: center;}
.shipping .head :first-child {font-size:32px; line-height: 48px; font-weight: 700; color: #000; margin-bottom: 14px;}
.shipping .head p {font-size: 16px; color: #757575;} 
.shipping .wrapper {display: grid; grid-template-columns: repeat(2 ,1fr); gap: 30px;}
.shipping .content > :first-child {color:#757575; font-size: 16px; display: block; margin-bottom: 14px; font-weight: 800;}
.shipping .content > :nth-child(2) {font-size:32px; font-weight: 700; color: #000; margin-bottom: 14px;}
.shipping .content > p {font-size: 16px; color: #757575; margin-bottom: 30px; }
.shipping .content > div {display: flex; gap: 30px; flex-direction:column;}
.shipping .projects{padding: 25px 35px; background-color: #f2f2f2; text-align: center; max-width:200px;}
.shipping .projects > :first-child {font-size: 54px; display: block; color: #000; }
.shipping .projects > :nth-child(2) {font-size: 16px; font-weight: 700; color: #6a6a6a; }
.shipping .content ul li {position: relative; font-size: 16px; color: #6a6a6a; margin-bottom: 25px; padding-left: 30px; }
.shipping .content ul li::before{position: absolute; top: 6px; left: 0; width: 15px; height: 13px; background: no-repeat center / cover url('https://www.kolaxoprint.pk/wp-content/themes/KolaxoPrint/assets_new/images/tick.png');
content: '';}

						  
.delivery {padding-block: 40px;}
.delivery .wrappper {display: grid; grid-template-columns: repeat(2 ,1fr); gap: 30px;}
.delivery .content > :first-child {font-size:32px; line-height: 48px; font-weight: 700; color: #000; margin-bottom: 30px;}
.delivery .content p {font-size: 16px; color: #757575; margin-bottom: 30px;} 
.delivery .content ul {display: grid; grid-template-columns: repeat(2 ,1fr);}
.delivery .content ul li {position: relative; margin-bottom: 40px; padding-left: 78px; padding-top: 8px;}
.delivery .content ul li::before {position: absolute; top: 0; left: 0; width: 60px; height: 60px; background: url('https://www.kolaxoprint.pk/wp-content/themes/KolaxoPrint/assets_new/images/propertyicon.png');
content: '';}
.delivery .content ul li :first-child {display: block; font-size: 14px; font-weight: 700; color: #000; margin-bottom: 5px;}
.delivery .content li :nth-child(2) {display: block; font-size: 14px; color: #757575;}
.delivery .process img {margin-bottom: 25px;}
.delivery .process :nth-child(2) {font-size:32px; line-height: 48px; font-weight: 700; color: #000; margin-bottom: 14px;}
.delivery .process p {font-size: 16px; color: #757575; margin-bottom: 20px;}
					  
.partners {padding-block: 40px 60px; --_c-gray: #757575;}
.partners .head {text-align: center; margin-bottom: 60px;}
.partners .head > :first-child {font-size: calc(var(--fs-lg, 30px) + 2px); font-weight: 700; margin-bottom: 20px;}
.partners .head p {color: var(--_c-gray);}
.partners  .wrapper {display: flex; align-items: center; justify-content: space-between;}
.partners .slick-slide {margin: 0 15px;}
.partners .slick-list {margin: 0 -15px;}
				 
@media only screen and (max-width: 991px){
.shipping {padding-block: 30px;}
.shipping .head {margin-bottom: 20px;}
.shipping .head :first-child {font-size:28px; line-height: 36px;}
.shipping .wrapper {grid-template-columns: 1fr; gap: 20px; place-items: center;}
.shipping .content > :first-child {margin-bottom: 10px; }
.shipping .content > :nth-child(2) {font-size:28px; margin-bottom: 10px;}
.delivery {padding-block: 30px;}
.delivery .wrappper {grid-template-columns: 1fr; gap: 20px; place-items: center;}
.delivery .content > :first-child {font-size:28px; line-height: 36px; margin-bottom: 20px;}
.delivery .content p {margin-bottom: 20px;} 
.delivery .process :nth-child(2) {font-size:28px; line-height: 36px;  margin-bottom: 10px;}
.delivery .process p {margin-bottom: 16px;}
.delivery .process img {margin-bottom: 18px;}
.partner .head {margin-bottom: 20px; }
.partner .head :first-child {font-size:28px; line-height: 36px; }

}

@media only screen and (max-width: 575px){
.shipping {padding-block: 20px;}
.shipping .head :first-child {font-size:22px;  line-height: 30px;}
.shipping .content > div {flex-direction: column; gap: 20px;}
.shipping .content > :nth-child(2) {font-size:22px;}
.delivery {padding-block: 20px;}
.delivery .content > :first-child {font-size:22px; line-height: 30px; margin-bottom: 12px;}
.delivery .content p {margin-bottom: 12px;} 
.delivery .content ul { grid-template-columns: 1fr;}
.delivery .content ul li {margin-bottom: 20px;}
.delivery .process :nth-child(2) {font-size:22px; line-height: 30px;}
.delivery .process p {margin-bottom: 10px;}
.delivery .process img {margin-bottom: 10px;}
.partner .head {margin-bottom: 14px;}
.partner .head :first-child {font-size:22px; line-height: 30px; }
}	  
					  
			