/*******listing-repeat-rows starts******/
.listing h1{font-size:36px;display:flex;justify-content:space-between;align-items:center;}
.page-of{font-size:12px;line-height:1.4;color:var(--gray-66);}
.listing ul.social-icon{margin:0 0 25px}  
.listing-repeat-rows .repeat-box{padding:15px;margin:0;overflow:hidden;background:var(--white);box-shadow:0px 0px 12px var(--color-2);border-radius:0px;border:0 !important;transition: all 0.2s ease-in-out;}
.listing-repeat-rows .repeat-box:hover{box-shadow: 0px 0px 10px rgba(190,30,45,.6);}
.listing-repeat-rows .repeat-box + .repeat-box{margin-top:30px;}
.listing-repeat-rows .repeat-box figure{align-items:flex-start;gap:15px;width: 100%;}
.listing-repeat-rows .repeat-box .photo{flex:0 0 35%;margin:0;}
.listing-repeat-rows .repeat-box .photo a{display:inherit;}
.listing-repeat-rows .repeat-box .photo + .text{flex:1;}
.listing-repeat-rows .repeat-box .photo .lazy-image{padding-top:58%;border-radius: 0px}
.listing-repeat-rows .repeat-box .text h2,
.listing-repeat-rows .repeat-box .text h3{font-size:24px;line-height:1.4;font-weight:700;-webkit-line-clamp:3;}
.listing-repeat-rows .repeat-box .text h2 a,
.listing-repeat-rows .repeat-box .text h3 a{color:var(--black);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.listing-repeat-rows .repeat-box .text h2 a:hover,
.listing-repeat-rows .repeat-box .text h3 a:hover{color:var(--red);}
.listing-repeat-rows .repeat-box .text p{-webkit-line-clamp:inherit;display:inherit;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-height:1.5;font-size:14px;color:var(--black);padding:0;margin:10px 0 0;}

.listing-repeat-rows .big-row{padding:0;margin:0 0 15px;box-shadow:none!important;border-radius:0;}
.listing-repeat-rows .big-box:hover{box-shadow:none!important;}
.listing-repeat-rows .big-row figure,
.listing-repeat-rows .big-box .photo,
.listing-repeat-rows .big-row .photo + .text{display:block;width:100%;}
.listing-repeat-rows .big-row .photo + .text{ padding:10px 0;}
.listing-repeat-rows .big-row .text h2,
.listing-repeat-rows .big-row .text h3,
.listing-repeat-rows .big-row .text h2 a,
.listing-repeat-rows .big-row .text h3 a{font-size:32px;font-weight:700;}
.listing-repeat-rows .big-row .text p{font-size:16px;}
.total-paging{border-top:1px dashed var(--color-3);}
.common-all-content .right-widgets .repeat-box .text h3 {font-weight: normal;}
.common-all-content .right-widgets .repeat-box .photo .lazy-image{border-radius:0px;padding-top:56.66667%;}
.common-all-content .right-widgets .video-icon {padding: 7px;}
.common-all-content .right-widgets .video-icon img {padding: 5px 5px 5px 6px; height: 26px;
    width: 26px;}
/*******listing-repeat-rows ends******/

@media only screen and (max-width:991px){
.listing-repeat-rows .one-row{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:stretch;clear:both;padding:0;gap:20px}
.listing-repeat-rows .repeat-box{padding:0;width:100%;align-items:flex-start;}
.listing-repeat-rows .repeat-box + .repeat-box{margin-top:0;}
.listing-repeat-rows .repeat-box figure{display:block;}
.listing-repeat-rows .repeat-box .photo{width:100%;margin:0;}
.listing-repeat-rows .repeat-box .photo a{display:block;}
.listing-repeat-rows .repeat-box .photo + .text{padding:10px;width:100%;}
.listing-repeat-rows .repeat-box .text h2,
.listing-repeat-rows .repeat-box .text h3{font-size:18px;}
.listing-repeat-rows .big-row{width:100%;box-shadow:0px 0px 12px var(--color-2);border-radius:5px;width:100%;margin-bottom:20px;}
.listing-repeat-rows .big-row .text h2,
.listing-repeat-rows .big-row .text h3,
.listing-repeat-rows .big-row .text h2 a, 
.listing-repeat-rows .big-row .text h3 a{font-size:24px;}
.listing-repeat-rows .big-row .photo + .text{padding:10px 0 0;}
.listing-repeat-rows .big-row .photo .lazy-image{border-radius:16px;}
}
@media only screen and (max-width:767px){
.total-paging{border-top:0;} 
.listing-repeat-rows .repeat-box{width:calc(50% - 10px);}
.listing-repeat-rows .big-row{width:100%;}
}
@media only screen and (max-width:579px){}
@media only screen and (max-width:479px){
.listing-repeat-rows .one-row{gap:15px;}
.listing-repeat-rows .repeat-box{width:100%;align-items:flex-start;padding:15px;}
.listing-repeat-rows .repeat-box + .repeat-box{margin-top:15px;}
.listing-repeat-rows .repeat-box figure{display:block;}
.listing-repeat-rows .repeat-box .photo{width:100%;}
.listing-repeat-rows .repeat-box .photo .lazy-image{padding-top:67.66667%;}
.listing-repeat-rows .repeat-box .photo + .text{padding:8px 0 0;}
.listing-repeat-rows .repeat-row .text p{font-size:14px;}
.listing-repeat-rows .big-row{margin: 0 -15px 15px;padding:0;border-radius:0; display: block; width: auto; box-shadow:none;}
.listing-repeat-rows .big-row figure{display:block;}
.listing-repeat-rows .big-row .photo{width:100%;}
.listing-repeat-rows .big-row .photo .lazy-image{border-radius:0}
.listing-repeat-rows .big-row .photo + .text{padding:10px;}

}
@media only screen and (max-width:419px){}
@media only screen and (max-width:389px){}
@media only screen and (max-width:351px){}


