body{font-family: "Roboto", sans-serif;}
.bx h4 {margin-bottom: 5px;}
p{font-size: 14px !important;font-weight: 400;color: #525252 !important;}




/* trip-content-section-start */
.trip-content {
    padding-top: 10px;
}
.left-area {
    width: 26%;
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    padding-left: 25px;
}
.h-title 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-title h5 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}
.h-title a {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.h-title .reset::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: var(--primary);
}
.h-title .reset::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: var(--primary);
    transition: all ease 0.5s;
}

.h-title .reset:hover:after{width: 100%;}
.hr-line{width: 100%;height: 1px;background: #ebebeb;margin: 12px 0;}
.tab-index {
    display: flex;
    align-items: center;
}
.sell-flight {
    font-size: 13px !important;
    font-weight: 400 !important;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
    justify-content: center;
    width: 50%;
    background: transparent !important;
    color: var(--primary) !important;
    transition: all ease 0.5s;
}
.flight-block {
    margin-bottom: 16px;
}
.sell-flight:hover {
    color: #fff !important;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}
.sell-flight:nth-child(1){
    border-radius: 4px 0 0 4px !important;
    border-right: none !important;
}
.sell-flight:nth-child(2){border-radius: 0 4px 4px 0 !important;}
.heading-block {position: relative;}
.heading-block i {
    position: absolute;
    left: -11px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.slider-box {
    width: 100% !important;
    margin: 0 !important;
}
.slider {
    margin: 12px 0
}
input {
    width: 100%
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    background: var(--primary);
}
.price-detail span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0 ,0, 0, 0.5);
}
.price-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
}
input#priceRange {
    width: 100%;
    border: none;
    padding: 0;
}
label,
input {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 30%
}

.collapse-content ul {
    list-style: none;
    margin: 0;
    position: relative;
    left: -8px;
}

input[type=checkbox], input[type=radio] {
    padding: 0;
    width: 10%;
}
.ckeck-block label {
    margin: 0 !important;
    width: auto;
}
.ckeck-block label {
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}
.recommend-block {
    margin-bottom: 12px !important;
}
.ckeck-block input[type="checkbox"] {
    cursor: pointer;
}
.collapse-content ul li {
    margin-bottom: 5px;
}
#show-more a {
    font-size: 13px !important;
    font-weight: 400 !;
    display: inline-block !important;
    position: relative;
}
.counter-block {
    margin-bottom: 12px;
}
.left-detail-block {display: flex !important;}
.right-content-block {
    width: 74%;
    padding-left: 25px;
}
.showing-data p {
    margin-bottom: 10px;
}
.sort-right-block ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 13px 30px 13px 95px;
}
.sortby-block {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
}
.sort-right-block ul li {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
}
.sort-right-block ul li:first-child{color: #dc834e;}
/* trip-content-section-end */

#overview-tabindex {
    padding: 40px 0;
}

button.sell-flight {
    white-space: nowrap;
}


.simply-thiland-block {
    background: #fff;
    margin: 0 0 15px 0;
    padding: 15px;
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.bg-theme-color
{
    background-color: var(--primary);
}
.theme-color
{
    background-color: var(--primary);
}
.offer-percentaze 
{
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 500;
}