.text-center{
     text-align: center;
}
.tc_trustpilot_reviews {
     padding: 0 30px;
}
.tc_trustpilot_review_section{
     overflow: hidden;
}
.tc_review_brand .title {
     color: #333;
     font-size: 24px;
     padding: 0;
     margin: 0;
     margin-bottom: 10px;
}
.tc_review_brand .rating img {
     max-width: 160px;
     margin: auto;
}
.tc_review_brand .info {
     color: #333;
     font-size: 13px;
     line-height: 45px;
}
.tc_review_brand a {
     color: #333;
     font-weight: 600;
     text-decoration: underline;
}
.tc_review_brand .brand-logo img {
     max-width: 25px;
     margin: auto;
     margin-top: -10px;
     display: inline-block;
}
.tc_review_brand .brand-logo p {
     font-size: 18px;
     line-height: 35px;
     color: #333;
     text-align: center;
     display: inline-block;
}
.single_tc_review .tc_rating img {
     max-width: 99px;
}
.brand-logo svg {
     width: 110px;
}
.tc_rating {
     margin: 0 0 12px;
}
.tc_review_content .title {
     margin: 0 0 6px;
     font-weight: 700;
     text-overflow: ellipsis;
     overflow: hidden;
     width: 100%;
     white-space: nowrap;
}
.tc_review_content .descriptions {
     min-height: 42px;
}
.tc_review_content .name {
     color: rgba(0,0,0,0.6);
     font-size: 13px;
     margin-top: 15px;
}
.tc_rating .tc_date {
     color: rgba(0,0,0,0.6);
     font-size: 13px;
}
.tc_trustpilot_reviews .swiper-button-next, .tc_trustpilot_reviews .swiper-button-prev{
     width: 20px;
     height: 20px;
     margin: 0;
     transform: translateY(-50%);
     border: 1px solid #ccc;
     padding: 12px;
     border-radius: 50%;
     background-size: 6px;
}
.tc_trustpilot_reviews .swiper-button-prev{
     left: 14px;
}
.tc_trustpilot_reviews .swiper-button-next{
     right: 16px;
}

.tc_tourcard_wrap {
     border: 1px solid #ccc;
     padding: 10px;
}
 
.tc_card_header {
     position: relative;
     height: 180px;
     width: 100%;
     display: flex;
     flex-shrink: 0;
     overflow: hidden;
}
 
.tc_card_header .tc_card_img {
     position: absolute;
     width: 100%;
     height: 100%;
     object-fit: cover;
     top: 0;
     left: 0;
     object-position: center;
}
 
.tc_card_metas {
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-direction: row;
     padding: 10px 0px;
}
 
.tc_card_metas img {max-height: 55px;}
.tc_brand_metas {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     background-color: #ebebeb;
     padding: 0;
     font-family: Segoe UI, sans-serif;
}
 
.tc_brand_name {
     font-weight: bold;
     font-size: 20pt;
     margin-right: 5px;
}
 
.tc_price {
     font-size: 24pt;
     font-weight: bold;
     margin-left: 5px;
}
 
.tc_contact_numbers {
     background-color: #a6a6a6;
     text-align: center;
     padding: 4px;
     font-size: 18pt;
     color: #fff;
     font-family: Segoe UI, sans-serif;
}
.tc_contact_numbers a, .tc_contact_numbers a:hover{
     color: #fff;
}