

.th_breadcrumnb{width:100%;text-align:center;padding:42px 0;background:#f2f2f2;}
.th_breadcrumnb span{text-align:center;font-size:60px;font-weight:700;}
.th_breadcrumnb nav{width:100%;background-color:unset;box-shadow:unset;} 
.th_breadcrumnb nav .breadcrumb{display:flex; flex-direction:row; gap:5px;justify-content:center; }
.th_breadcrumnb nav .breadcrumb li a, .th_breadcrumnb nav .breadcrumb li{color:#000000;}
.th_breadcrumnb .breadcrumb-item+.breadcrumb-item::before{color:#000;content:"|"; padding:0 5px;}
.th_content_sec .wrapper{display:flex;flex-direction:column;gap:20px;}
.th_content_sec .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.th_content_sec .reviews-grid .review-card{display:grid;}
.th_content_sec .reviews-grid .review-card .text{display:grid;}
.th_content_sec span{width:100%;float:left;font-size:18px;margin:35px 0 20px;color:#757575;text-align:center;}
.th_content_sec b{width:100%;float:left;text-align:center;font-size:32px;font-family: "ExtraBold_800";color:#000;padding: 0 16%; margin-bottom:40px;}
.th_content_sec .th_item{width:100%;float:left;background:#fff;box-shadow:0 0 2px rgba(0,0,0,0.5);padding:20px; background-image:url("https://www.kolaxoprint.pk//assets/images/review/star.webp");background-repeat:no-repeat;background-position:top right;background-size: auto;transition:0.3s;height:350px}
.th_content_sec .th_item:hover{box-shadow:0 0 8px rgba(0,0,0,0.5);}
.th_content_sec .th_item .head{width:100%;float:left;}
.th_content_sec .th_item .head .image{width:30%;float:left;}
.th_content_sec .th_item .head span{width:50px;height:50px;background:#f2f2f2;border-radius:100px;text-align:center;line-height:40px;margin:0;transition:0.3s;}
.th_content_sec .th_item:hover .head span{background:#000;}
.th_content_sec .th_item:hover .white{display:inline-block;}
.th_content_sec .th_item:hover .black{display:none;}
.th_content_sec .th_item .head b{font-size:20px;color:#6b6b6b;font-family: "Bold_700";padding:0;width:70%;float:left;
text-align: right;margin-top: 10px;}
.th_content_sec .th_item p{width:100%;float:left;text-align:center;color:#6b6b6b;margin-top:30px;height: 170px;overflow: auto;}
.white{display:none;} 
.th_bottom{margin-top:25px;margin-bottom:35px;}
.th_bottom .profile{width:30%;float:left;}
.th_bottom .text{width:70%;margin-top:7px;}
.th_bottom .text b{width:100%;font-size:20px;color:#000;}
.th_bottom .text span{width:100%;margin:0;padding:0;text-align:left;}
.th_bottom .text span i{color:#ffc64e;}
.th__review_btn{display:flex;justify-content:center;margin:20px 0;}
.th__review_btn a{padding:12px 25px;background:#000;color:#fff;border-radius:5px;transition:0.3s;font-family:"SemiBold_600";float:left;}
.th__review_btn a:hover{background:#212121;}
.th_popup_sec {z-index:9999;position:relative;}
.th_popup_sec .modal{position: fixed;top: 0; left: 0; z-index: 1060; display: none;  width: 100%; height: 100%; overflow-x: hidden;  overflow-y: auto; outline: 0;background:rgba(0,0,0,0.5); }
.th_popup_sec .modal-dialog {position:absolute;top:100px;left:35%;}
.th_popup_sec .modal-content {position: relative;padding:20px; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, .2); border-radius: .3rem; outline: 0;}
.th_popup_sec form {width:100%;float:left;}
.th_popup_sec form .wrap {display:grid;}
.th_popup_sec form .wrap .name{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.th_popup_sec form input {width:100%;float:left;height:45px;line-height:45px;padding:0px 20px;border:none;background:#ededed;border-radius:5px;outline:none;margin-bottom:15px;}
.th_popup_sec form select {width:100%;float:left;height:45px;line-height:45px;padding:0px 20px;border:none;background:#ededed;border-radius:5px;outline:none;margin-bottom:15px;}
.th_popup_sec form textarea {width:100%;float:left;height:150px;line-height:45px;padding:0 20px;border:none;background:#ededed;border-radius:5px;outline:none;resize:none;}
.th_popup_sec form button {width:100%;float:left;margin-top:15px;padding:0 20px;background-color:#2e2e2e;text-align:center;color:#fff;font-family: bold_700;border-radius:10px;outline:none;border:none;height:45px;line-height:45px;}
.th_popup_sec form button:hover {background-color:#f1582d;}
@media screen and (max-width: 991px){
.th_content_sec .reviews-grid{grid-template-columns:repeat(2,1fr);}
.th_content_sec b{padding:0;font-size:32px;}
.th_popup_sec .modal-dialog {left:25%}
}
@media screen and (max-width: 575px){
.th_breadcrumnb {padding:15px 0;}
.th_breadcrumnb span{font-size:40px;}
.th_content_sec .reviews-grid{grid-template-columns:1fr;}

.th_content_sec b{font-size:22px;margin-bottom:25px;}
.th_content_sec span {font-size: 16px;margin: 20px 0 10px;}
.th_content_sec .th_item p{font-size:14px;margin-top: 10px;}
.th_popup_sec .modal-dialog {left:7%}

}
