.tran-search-box .tab-content {
    border-radius: 20px !important;
	    border-top: 1px solid;
}
.row_new {
    display: flex;
    flex-wrap: wrap;
}
.packages-card-main .row {
    display: flex;
    flex-wrap: wrap;
}			 
.package-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: 0.3s;
}
.package-card:hover {
  transform: translateY(-5px);
}
.package-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.package-body {
  padding: 15px;
}
.package-duration {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
	float: left;
}
.package-price span.price {
    font-size: 24px;
    text-align: right;
}
.package-price span.price i {
    font-size: 12px;
    font-weight: 400;
	    color: #666;
    display: block;
	margin: 0;
}
.package-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  min-height: 30px;
}
.package-route {
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}
.package-price {
  color: #c62828;
  font-size: 20px;
  font-weight: bold;
  float: right;
}
.package-btn {
  background: #006cff;
  color: #fff;
  border-radius: 6px;
  padding: 8px 15px;
  display: inline-block;
  text-decoration: none;
}
.package-btn:hover {
  background: #006cff ;
  color: #fff;
}
.clearfix {
  clear: both;
}

.ui-datepicker-calendar td {
	border:1px solid #c0c0c0;
	 }
#ui-datepicker-div {
    background: #daecfb;
}

.claimBtn a {
	color:#fff;
	}
.claimBtn:hover {
	color:#fff;
	background: #333;

	}

.claimBtn {
    background: #0a6edd none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}



.holder {
    background-color: #f8f8f8;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 16px;
}
.holder h1.small-size {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}
.holder h1.small-size {
    margin-top: 15px;
}
.holder h1.small-size {
    display: inline-block;
    width: 100%;
    color: #de2d31;
    font-size: 20px;
}
.holder h1.small-size span {
    display: block;
    font-size: 14px;
    color: #797979;
    padding: 10px 0;
    font-weight: 500;
    padding-bottom: 0;
}
.holder .description {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
	display: inline-block;
    width: 100%;
}

.holder .info-left {
    float: left;
    width: 100%;
}


.holder .info-right {
    float: left;
    width: auto;
    border: none;
    font-weight: 700;
    color: #a41e22;
}
.holder .info-right {
    text-align: center;
    font-size: 30px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 24px;
    margin: 10px 0;
    padding-top: 10px;
}
.info-left span.value {
    display: inline-block;
    padding: 10px;
}

.holder .info-right b {
    display: inline-block;
    color: #565656;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    top: -5px;
    margin-right: 5px;
}

.holder .info-right strong.title-2 {
    display: inline-block;
    font-size: 14px;
    color: #383838;
    font-weight: 400;
    vertical-align: middle;
}
.btn-holder {
    width: auto;
    float: right;
    margin-top: 15px;
}
.btn-holder {
    display: inline-block;
    text-align: center;
}
.nav-tabs>li>a  {
	padding: 15px 30px;
    height: auto;
    line-height: inherit;
	width: auto; }

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    background: #006cff !important;
	color: #fff;
    border-color: #a41e22;
}

 .nav-tabs>li.active>a:hover {   
	 background: #006cff;
    border-color: #a41e22; color: #fff;
}

.nav-tabs > li > a {
  font-weight: 600;
  color: #333;
  font-size: 17px;	
}

.tab-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
	transition: 0.25s ease;
}
.tab-content ul, .description ul{
	padding-inline-start: 15px; }

.tab-content ul li, .description ul li { list-style: none;}
.tab-content ul li::marker { display: none; }
.tab-content ul li::before, .description ul li::before {
    content: "\f105";
    font: normal normal normal 14px / 1 'FontAwesome';
    position: absolute;
    margin-left: -15px;
    margin-top: 3px;
}

.tab-content ul li{
    font-weight: 500;
    padding-left: 12px;
}
.tab-content ul li {
    font-size: 15px;
    padding: 0;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}
.tab-content p {
    line-height: 25px;
    margin-bottom: 10px;
}
