:root{
    --theme-color:#ff7c5b;
    --theme-color-two:#061a3a;
} 
 
        .inner-hero-sec-one {
    padding: 220px 0 250px !important;
}
.inner-hero-sec-one .ftl-htl-form {
    position: relative;
}
.inner-hero-sec-one .content-box h1 {
    position: relative !important;
    top: unset !important;
    width: 100%;
    font-size: 34px;
    margin-bottom: 54px;
    font-weight: 600;
}
.inner-hero-sec-one {
    padding: 150px 0 60px !important;
}
.content-cat-cont p {
    color: #000;
}

.cta.-type-2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
    border: 2px solid #464e4c4d;
    border-radius: 15px;
}
.cta.-type-2 .cta__bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    max-width: 100%;
    width: 1530px;
    border-radius: 12px;
}

.cta.-type-2 .cta__bg > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cta.-type-2 .cta__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width:50%;

}
.cta.-type-2 .cta__image > *:nth-child(1) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cta.-type-2 .cta__image > *:nth-child(2) {
    position: absolute;
    left: -1px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.cta.-type-2 .cta__image > *:nth-child(3) {
    display: none;
}
.bg-accent-2 {
    background-color: #ff7c5b !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 8px 10px;
}
.cta__content p {
    font-size: 16px;
    margin-bottom:10px;
    font-weight:500;
}

.cta__content {
    padding: 0 40px;
}

.content-cat-cont p {
    text-align: justify;
}

.bg-color-2 {
    background: #061a3a;
}

.content-cat-cont h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.sub-content-cat h3, .sub-content-cat p {
    display: inline;
}

.sub-content-cat h3 {
    font-size: 16px;
    font-weight: 600;
    color: #061a3a;
}
.note-content {
    background-color: #eee;
    padding: 23px;
    border-radius: 5px;
}
.note-content a {
    font-weight: 600;
}
.note-content a:hover{
    color:#000;
}

.call-text-one {
    font-weight: 600;
    color:#ff7c5b;
}
.call-text-one:hover{
    color:#000;
}

.unlisted-grid-view {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.unlisted-grid-view .list-item {
    margin: 0 1%;
    width: 31.33%;
    margin-top: 15px;
}

.unlisted-grid-view .list-item .inner-list-item {
    border: 1px solid #e2e2e2;
    padding: 23px 15px;
    text-align: center;
    font-size: 16px;
    border-left: 4px solid var(--theme-color);
        border-right: 4px solid var(--theme-color);
    border-radius: 5px;
    color: var(--theme-color-two);
    background-color: #eee;
}

.unlisted-grid-view .inner-list-item img {
    width: 100%;
    max-width: 40px;
    margin-right: 10px;
}
ul.simple-list, ul.colored-list, ul.simple {
    padding: 0;
    margin: 0;
}

ul.simple-list li {
        list-style: none;
    position: relative;
    color: #000;
    font-weight: 500;
    padding: 0.2rem 0rem 0.2rem 1.4rem;
}

ul.simple-list li:before {
       content: "\f192";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
}
.sub-content-cat .heading-title-two {
    font-size: 20px;
    padding-bottom:10px;
}


.flight-ticket-inner-cont {
    /* background-color: #f6f6f6; */
    background-color: #f2f2f2;
    padding: 10px 15px 10px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
        margin-bottom: 15px;
}

.flight-to-from-cont {
    position: relative;
}
.flight-to-from-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0 15px;
}
.form-flight-cont, .to-flight-cont {
    width: 35%;
}
.path_time_cont {
    width: 30%;
    text-align: center;
}
.loc-cont, .time-cont, .total-time-comt, .stop-cont {
    font-size: 14px;
    font-weight: 600;
}
.total-time-comt, .stop-cont {
    color: #000;
}
.flightLine {
    border: 1px dashed #000;
    background-color: transparent;
    position: relative;
    width: 94%;
    height: 1px;
    margin: auto;
}
.flightLine.return-flight div {
    background-color: #000;
}

.flightLine>:first-child {
    left: -10px !important;
    background-color: transparent !important;
}
.flightLine>* {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border: 1px solid #000;
    border-radius: 100%;
}
.flightLine>:nth-child(2) {
    right: -10px !important;
}
.dist-line i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
.to-flight-cont {
    text-align: right;
}
.dist-line {
    padding: 25px 0;
}
.loc-code-cont {
      font-size: 16px;
    font-weight: 600;
    color: #061a3a;
    padding: 10px 0;
}

.badge-dark, .table .thead-dark th, .table-dark {
    background-color: #061a3a;
    color: #fff;
}

td.table-sp-text {
    font-weight: 600;
    color: var(--theme-color-two);
}

.tel-cont:hover button.button {
    background-color: var(--theme-color-two) !important;
}

.rac-widget p {
    font-size: 20px;
    font-weight: 600;
}

.cta__content a {
    width: 100%;
    max-width: 170px;
}

.cta__content a.button:hover {
    background-color:var(--theme-color-two) !important;
}