/*travel advisery sec start */
.th_addon_sec{margin-top:90px}
.th_travel_banner {width:100%;float:left;}
.th_travel_banner img {height:345px;object-fit:cover;}
.th_travel_banner ul {width:100%;float:left;margin-top:15px;}
.th_travel_banner ul li {display:inline-block;width:25%;float:left;}
.th_travel_banner ul li b {font-size:40px;font-family:'NunitoSans'; font-weight:800;}
.th_travel_banner ul li svg {color:#ec8713;font-size:20px}
.th_travel_banner ul li small {width:100%;float:left;color:#747474}
.th_travel_content {width:100%;float:left;}
.th_travel_content h2 {width:100%;float:left;font-size:44px;font-family:'NunitoSans'; font-weight:800;color:#040404;margin-bottom:20px;}
.th_travel_content p {width:100%;float:left;color:#6f6f6f;font-family:'NunitoSans'; font-weight:600;}
.th_travel_content > :where(ol, ul) {width:100%;float:left;margin-top:20px;}
.th_travel_content > :where(ol, ul) li{width:50%;float:left;background-image:url('../images/arrow.svg');background-repeat:no-repeat;padding-left:20px;background-position:0;color:#6f6f6f;font-family:'NunitoSans'; font-weight:600;margin-bottom:20px;}
.th_travel_btn {width:100%;float:left;display:flex;justify-content:end;margin-top:15px;}
.th_travel_btn a {height:49px;line-height:49px;color:#fff;padding:0 35px;float:left;background-color:#005b7f;font-family:'NunitoSans'; font-weight:600;}
.th_travel_btn a:hover {background-color:#084e6a;}
/*travel advisery sec end */
@media only screen and (max-width:991px){
    .th_travel_banner img {height:276px;}
    .th_travel_content h2 {font-size:24px}
    .th_travel_content p {font-size:14px}
    .th_travel_banner ul li {width:50%;}
    .th_travel_banner ul li b {font-size:25px;}
    .th_travel_content > :where(ol, ul) {margin-top:0;}
}
@media only screen and (max-width:767px){
    .th_travel_content {margin-top:20px;}
    .th_travel_banner img {height:390px;}
    .th_travel_content h2 {text-align:center;}
    .th_travel_content p {text-align:center;}
}
@media only screen and (max-width:575px){
    .th_travel_banner img {height:260px;}
    .th_travel_content h2 {font-size:18px;margin-bottom:10px;}
    .th_travel_content > :where(ol, ul) li {font-size:14px;width:100%;}
    .th_note_sec p,b {font-size:12px}    
}