/*hajj package sec start*/
.th_hajj_sec {margin-top:30px;}
.th_hajj_head {width:100%;float:left;}
.th_hajj_head h2 {width:100%;float:left;font-size:20px;color:#005b7f;font-family: 'NunitoSans'; font-weight:800; margin-bottom:5px;}
.th_hajj_head span {width:100%;float:left;color:#6f6f6f;font-family: 'NunitoSans'; font-weight:600;}
.th_hajj_btn {width:100%;float:left;display:flex;justify-content:end;}
.th_hajj_btn a {height:36px;line-height:36px;float:left;background-color:#005b7f;color:#fff;padding:0 30px}
.th_hajj_btn a:hover {background-color:#074e6b}
.th_hajj_slider {width:100%;float:left;}
.th_hajj_slider_content {width:100%;float:left;border:1px solid #e9e9e9;border-radius:11px;margin-top:40px;}
.th_card_banner {width:100%;float:left;position:relative;}
.th_card_banner .th_rating {width:100%;float:left;position:absolute;top:24px;left:13px;}
.th_card_banner .th_rating label {background-color:#fff;height:23px;line-height:20px;padding:0 5px;border-radius:5px;}
.th_card_banner .th_rating label i {color:#ffc850}
.th_price_tag {float:left;background-color:#005b7f;padding:5px;position:absolute;bottom:13px;right:8px}
.th_price_tag small {display:block;color:#fff;font-size:12px;}
.th_price_tag span {display:block;color:#fff;text-align:center;}
.th_price_tag span b {font-size:26px;color:#fff}
.th_hajj_slider_content h3 {width:100%;float:left;font-size:20px;font-family:'NunitoSans'; font-weight:800;text-align:center;color:#2e2e2e;border-bottom:1px solid #e9e9e9;padding: 20px 0 17px;line-height:35px;height:100px;overflow:hidden;}
.th_hajj_slider_content ul {width:100%;float:left;padding:0 23px;margin-top:23px;}
.th_hajj_slider_content ul li {background-image:url('../images/location.svg');background-repeat:no-repeat;background-position:0;padding-left:25px;color:#7a7a7a;font-family:'NunitoSans'; font-weight:700;margin-bottom:20px;height:25px;}
.th_hajj_slider_content .th_card_btn {width:100%;float:left;display:flex;justify-content:center;margin: 10px 0 15px;}
.th_hajj_slider_content .th_card_btn a {height:29px;line-height:29px;color:#005b80;border:1px solid #005b7f;border-radius:5px;padding:0 10px;float:left;}
.th_hajj_slider_content .th_card_btn a:hover {background-color:#005b7f;color:#fff;}
.th_hajj_slider_content .th_card_banner img{height:218px;object-fit:cover;}
.slick-slide {padding:0 10px;}
.th_hajj_slider_content ul li small {color:#747474;font-weight:400;}
/*hajj package sec end*/
@media only screen and (max-width:991px){
    .th_hajj_slider_content h3 {font-size:18px;}
    .th_hajj_slider_content ul {padding:0 10px}
    .th_hajj_slider_content ul li {font-size:14px;}
    .th_hajj_slider_content .th_card_banner img{height:208px;}
    .th_price_tag span b {font-size:16px;}
}
@media only screen and (max-width:767px){
    .th_hajj_card h2 {font-size:18px}
    .th_hajj_card ul {padding:0 5px}
    .th_hajj_slider_content .th_card_banner img{height:180px;}
    .th_price_tag span b {font-size:16px}
    .th_hajj_head h2 {font-size:18px}
    .th_hajj_head span {font-size:14px;}
}
@media only screen and (max-width:575px){
    .th_hajj_head {text-align:center;}
    .th_hajj_slider_content .th_card_banner img{height:230px;}
    .th_hajj_btn {justify-content:center;margin-top:15px}
    .th_hajj_card h2 {font-size:16px;}
}