/*why chosse the umarah package sec start*/
/* .th_choose_us_sec{margin-bottom:70px} */
.th_choose_us_sec .th_content{width:100%;float:left;background-color:rgba(237, 227, 207, 0.3);border-radius:20px;padding:60px 30px;height:352px}
.th_choose_us_sec img{margin:50px 0 30px;height: 352px;object-fit: cover;border-radius:5px}
.th_choose_us_sec .th_content{width:100%;float:left;margin:50px 0 30px}
.th_choose_us_sec .th_content h2{width:100%;float:left;font-size:36px;font-family:'NunitoSans';font-weight:700;}
.th_choose_us_sec .th_content p{width:100%;float:left;font-size:18px;margin-top: 15px;}
.th_choose_us_sec .th_item{width:100%;float:left;position:relative;padding:0 40px 40px 0;margin-top:35px}
.th_choose_us_sec .th_item:before{position:absolute;top:0;right:0;width:1px;height:80%;content:'';background-color:rgba(147, 147, 147, 0.2)}
.th_choose_us_sec .th_item:after{position:absolute;bottom:0;right:0;left:0;width:70%;height:1px;content:'';background-color:rgba(147, 147, 147, 0.2);margin:0 auto;}
.th_choose_us_sec .th_item h3{width:100%;float:left;font-family:'NunitoSans';font-weight:700;font-size:24px;display: flex;justify-content: space-between;}
.th_choose_us_sec .th_item h3 span{float:right;font-size:62px;color:rgba(0, 91, 127, 0.8);font-family:'NunitoSans';font-weight:800;margin-top:-20px}
.th_choose_us_sec .th_item p{width:100%;float:left;height: 96px;overflow: hidden;overflow-y: auto;line-height:24px;}
@media only screen and (max-width:1200px){
    .th_choose_us_sec .th_content h2{font-size:28px}
}
@media only screen and (max-width:991px){
    .th_choose_us_sec .th_content{padding:30px}
    .th_choose_us_sec .th_content h2{font-size:26px}
    .th_choose_us_sec .th_content p{font-size:16px}
}
@media only screen and (max-width:767px){
    .th_choose_us_sec img{margin:0 0 30px}
    .th_choose_us_sec .th_item{padding:0 0 30px}
    .th_choose_us_sec .th_item:before{position:unset;}
    .th_choose_us_sec .th_content{height:auto;}
}