/* Fonts */

@font-face {
    font-family: 'worksans';
    src: url('../fonts/worksans-light.woff2');
    src: url('../fonts/worksans-light.woff2') format('woff2'), url('../fonts/worksans-light.woff') format('woff'), url('../fonts/worksans-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'worksans';
    src: url('../fonts/worksans-regular.woff2');
    src: url('../fonts/worksans-regular.woff2') format('woff2'), url('../fonts/worksans-regular.woff') format('woff'), url('../fonts/worksans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'worksans';
    src: url('../fonts/worksans-medium.woff2');
    src: url('../fonts/worksans-medium.woff2') format('woff2'), url('../fonts/worksans-medium.woff') format('woff'), url('../fonts/worksans-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'worksans';
    src: url('../fonts/worksans-semibold.woff2');
    src: url('../fonts/worksans-semibold.woff2') format('woff2'), url('../fonts/worksans-semibold.woff') format('woff'), url('../fonts/worksans-semibold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'harabaramaisbold';
    src: url('../fonts/harabaramaisbold.eot');
    src: url('../fonts/harabaramaisbold.eot?#iefix') format('embedded-opentype'), url('../fonts/harabaramaisbold.woff2') format('woff2'), url('../fonts/harabaramaisbold.woff') format('woff'), url('../fonts/harabaramaisbold.ttf') format('truetype'), url('../fonts/harabaramaisbold.svg#harabaramaisbold') format('svg');
    font-style: normal;
    font-weight: normal;
}


/* Icons */

.icon1 {
    display: inline-block;
    background: url('../images/gohalalgo/icon1.png') no-repeat 0 0 transparent;
    width: 46px;
    height: 46px;
}

.icon2 {
    display: inline-block;
    background: url('../images/gohalalgo/icon2.png') no-repeat 0 0 transparent;
    width: 34px;
    height: 46px;
}

.icon3 {
    display: inline-block;
    background: url('../images/gohalalgo/icon3.png') no-repeat 0 0 transparent;
    width: 49px;
    height: 47px;
}

.icon4 {
    display: inline-block;
    background: url('../images/gohalalgo/icon4.png') no-repeat 0 0 transparent;
    width: 41px;
    height: 48px;
}

.icon5 {
    display: inline-block;
    background: url('../images/gohalalgo/icon5.png') no-repeat 0 0 transparent;
    width: 41px;
    height: 41px;
}

.icon-email {
    display: inline-block;
    background: url('../images/gohalalgo/icon-email.png') no-repeat 0 0 transparent;
    width: 33px;
    height: 24px;
}

.icon-password {
    display: inline-block;
    background: url('../images/gohalalgo/icon-password.png') no-repeat 0 0 transparent;
    width: 30px;
    height: 36px;
}

.icon-menu {
    display: inline-block;
    background: url('../images/gohalalgo/icon-menu.png') no-repeat 0 0 transparent;
    width: 17px;
    height: 18px;
}

.icon-google {
    display: inline-block;
    background: url('../images/gohalalgo/icon-google.png') no-repeat 0 0 transparent;
    width: 25px;
    height: 26px;
}

.icon-promo-box {
    display: inline-block;
    background: url('../images/gohalalgo/cashback.png') no-repeat 0 0 transparent;
    width: 78px;
    height: 62px;
    color: #FBF000;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    line-height: 2;
}

.icon-quote {
    display: inline-block;
    background: url('../images/gohalalgo/icon-quote.png') no-repeat 0 0 transparent;
    width: 21px;
    height: 16px;
}


/* Text and Background Color */

.bg-facebook {
    background-color: #4064AC !important;
}

.bg-twitter {
    background-color: #1CC4F7 !important;
}

.txt-blue {
    color: #0793D1 !important;
}

.txt-blue-green {
    color: #0BA5A5;
}

.txt-green {
    color: #10B478;
}

.txt-org {
    color: #F56026;
}

.txt-pink {
    color: #E01A71;
}

.txt-yellow {
    color: #E3840C;
}

.txt-red {
    color: #F91315;
}

.txt-box {
    background-color: #E8E6E7;
    display: inline-block;
    padding: 4px 7px;
    font-size: 13px;
    border-radius: 5px;
    color: #626061;
}


/* General class */

a,
button {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #10BC64;
}

b {
    font-weight: 500;
}

body {
    font-family: 'worksans';
    font-weight: normal;
    font-size: 16px;
    overflow-x: hidden;
}

.booking-list .card {
    border: 1px solid #DEDEDE !important;
    border-radius: 10px !important;
    margin-bottom: 20px;
}

.booking-list .card-body p {
    font-size: 14px;
    color: #565656;
    margin-bottom: 10px;
}

.booking-list .card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: 0;
    border-radius: 10px !important;
}

.booking-list .card-header .btn-link {
    width: 100%;
    padding: 15px;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 10px;
    display: inline-block;
}

.booking-list .card-header .btn-link:hover,
.booking-list .card-header .btn-link:focus {
    text-decoration: none;
}

.booking-list .card-header .btn-link.collapsed:hover,
.booking-list .card-header .btn-link.collapsed:focus {
    background-color: #F3F3F3;
    border: 2px solid #0892D1;
}

.booking-list .card-header .btn-link .btn {
    display: inline-block !important;
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.booking-list .card-header .btn-link .col-abslt {
    position: absolute;
    width: 300px;
    right: 15px;
    top: 10px;
}

.booking-list .card-header .btn-link .col-abslt .fa-angle-down::before {
    content: "\f106";
}

.booking-list .card-header .btn-link .col-2 {
    position: inherit;
}

.booking-list .card-header .btn-link .col-3 {
    position: inherit;
}

.booking-list .card-header .btn-link.collapsed .col-show {
    display: none;
}

.booking-list .card-header .btn-link.collapsed .col-hide {
    display: block;
}

.booking-list .card-header .btn-link.collapsed .col-abslt {
    position: static;
    width: auto;
    padding-top: 20px;
}

.booking-list .card-header .btn-link.collapsed .col-abslt .col-show {
    display: none !important;
}

.booking-list .card-header .btn-link.collapsed .col-abslt .fa-angle-down::before {
    content: "\f107";
}

.booking-list .card-header .btn-link .img-box {
    text-align: center;
}

.booking-list .card-header .btn-link .img-box > img {
    max-width: 100%;
    height: auto;
}

.booking-list .card-header .btn-link .col-show {
    display: block;
    margin-bottom: 0;
}

.booking-list .card-header .btn-link .col-hide {
    display: none;
    margin-bottom: 0;
}

.booking-list .card-header .btn-link p big {
    font-size: 20px;
    display: inline-block;
    font-family: 'harabaramaisbold';
}

.booking-list .card-header .btn-link p i.fa-angle-down {
    color: #F46227;
    font-size: 17px;
}

.booking-list .card-header .btn-link h6 {
    text-align: left;
    font-family: 'harabaramaisbold';
    color: #545454;
    margin-bottom: 0;
}

.booking-list .card-header .btn-link p {
    font-size: 14px;
    text-align: left;
}

.booking-list .card-header .btn-link p span {
    color: #626262;
    font-weight: 300;
}

.booking-list .card-header .img-box {
    border: 1px solid #D7D7D7;
    display: inline-block;
    width: 100%;
    padding: 30px 5px;
}

.booking-list .card-header .row.col-show {
    display: flex;
}

.booking-list .p-icon,
.product-price-box .p-icon,
.table-border-behind .p-icon {
    position: relative;
    text-align: left;
    padding-left: 30px;
}

.booking-list .p-icon i,
.product-price-box .p-icon i,
.table-border-behind .p-icon i {
    position: absolute;
    left: 10px;
    top: 5px;
}

.booking-list .p-icon p,
.product-price-box .p-icon p,
.table-border-behind .p-icon p {
    margin-bottom: 0;
}

.booking-list .p-icon p b,
.product-price-box .p-icon p b,
.table-border-behind .p-icon p b {
    text-align: left;
    font-family: 'harabaramaisbold';
    color: #545454;
    margin-bottom: 0;
    font-size: 16px;
}

.breadcrumb-list > li {
    display: inline-block;
    font-size: 13px;
    position: relative;
    margin-right: 10px;
}

.breadcrumb-list > li::after {
    content: "\f105";
    position: absolute;
    right: -10px;
    top: 1px;
    font-size: 13px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #089DB3;
}

.breadcrumb-list > li:last-child::after {
    display: none;
}

.btn,
.form-control {
    border-radius: 0;
}

.btn-org {
    display: inline-block;
    width: 100%;
    border-radius: 0;
    background-color: #F66127;
    color: #fff;
}

.btn-org:hover,
.btn-org:focus {
    background-color: #DB4E23;
    color: #fff;
}

.btn-grn {
    background-color: #10BD64;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.btn-grn:hover,
.btn-grn:focus {
    background-color: #0C892F;
    color: #fff;
}

.btn-blue {
    background-color: #0790D8;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #0772C4;
    color: #fff;
}

.btn-blue-green {
    background: #0fbd64; /* Old browsers */
    background: -moz-linear-gradient(left, #0fbd64 0%, #099ab7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0fbd64 0%,#099ab7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0fbd64 0%,#099ab7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fbd64', endColorstr='#099ab7',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-family: 'harabaramaisbold';
    text-transform: capitalize;
    position: relative;
}

.btn-blue-green::before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

.btn-blue-green:hover::before,
.btn-blue-green:focus::before {
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.btn-blue-green > span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn-green-blue {
    background: #099ab7; /* Old browsers */
    background: -moz-linear-gradient(left, #099ab7 0%, #0fbd64 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #099ab7 0%, #0fbd64 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #099ab7 0%, #0fbd64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099ab7', endColorstr='#0fbd64',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-family: 'harabaramaisbold';
    text-transform: capitalize;
    position: relative;
}

.btn-green-blue::before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

.btn-green-blue:hover::before,
.btn-green-blue:focus::before {
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.btn-green-blue > span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn-pink {
    background-color: #E1196F;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.btn-pink:hover,
.btn-pink:focus {
    background-color: #C9185C;
    color: #fff;
}

.btn-map {
    background: url("../images/gohalalgo/map-bg.png") no-repeat center center transparent;
    border: 1px solid #9D9D9D;
    border-radius: 5px;
}

.btn-red {
    background-color: #F00808;
    color: #fff;
}

button:hover,
button:focus {
    outline: 0;
}

.card-box {
    padding: 0 20px;
    margin-bottom: 50px;
}

.card-box h5 {
    margin-top: 15px;
}

.card-box > .card-desc {
    padding-left: 75px;
}

.card-box > .card-desc > h6 {
    margin-bottom: 2px;
    font-weight: bold;
    text-transform: capitalize;
}

.card-box > span {
    float: left;
    width: 70px;
    margin-top: 10px;
}

.checkbox-style label {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 14px !important;
    color: #666666 !important;
}

.checkbox-style input[type=checkbox] {
    display: none; 
}

.checkbox-style label span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #CDCFCE;
    border: 1px solid #CDCFCE;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    text-align: center;
}

.checkbox-style label > input[type=checkbox]:checked + span:before {
    content: "\f00c";
    background-color: #10BD63;
    border: 1px solid #10BD63;
}

.checkbox-style label > input[type=checkbox]:checked {
    content: "\f00c";
    background-color: #10BD63;
    border: 1px solid #10BD63;
}

.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}

.content-label {
    color: #0691D4;
    font-family: 'harabaramaisbold';
    font-size: 30px;
    margin-bottom: 70px;
}

.content-label > span {
    color: #11BE65;
}

.content-label-bg {
    margin-bottom: 40px;
    font-family: 'harabaramaisbold';
    background: linear-gradient(to right, #0FBC62, #099AB7);
    background-clip: text;
    background: -webkit-linear-gradient(to right, #0FBC62, #099AB7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1.content-label-bg {
    font-size: 49px;
}

h5.content-label-bg {
    font-size: 30px;
}

h6.content-label-bg {
    font-size: 23px;
}

.country-box .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0 !important;
    font-size: 14px;
    line-height: 7px;
    color: #333;
    content: "";
}

.country-box .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\f3c5";
}

.content-bg {
    background: #0791d5; /* Old browsers */
    background: -moz-linear-gradient(left, #0791d5 0%, #10bb69 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0791d5 0%,#10bb69 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0791d5 0%,#10bb69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0791d5', endColorstr='#10bb69',GradientType=1 ); /* IE6-9 */
    color: #fff;
    position: relative;
}

.content-bg .content-label {
    color: #fff;
}

.content-bg .content-label > span {
    color: #fff;
}

.content-bg p {
    color: #fff;
}

.content-bg .partner-list li img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.content-box {
    padding: 100px 0;
}

.content-box .breadcrumb-list {
    margin-bottom: 40px;
}

.content-box p {
    line-height: 2;
}

.content-form-grey {
    background-color: #F1EFF0;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 50px 0;
}

.content-form-grey .btn-box .btn {
    width: 100%;
    border-radius: 5px;
    margin-top: 38px;
    height: 33px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.content-form-grey .form-control {
    border: 1px solid #DCDCDC;
    color: #626262;
    padding-left: 10px !important;
    background-color: #F2F2F2;
}

.content-form-grey .tab-form label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.content-form-grey .select2-container .select2-selection--single {
    border: 1px solid #DCDCDC;
    color: #626262;
    background-color: #F2F2F2;
}

.content-form-grey .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    color: #636363;
}

.content-nav .form-inline-list input.form-control {
    border: 1px solid #DDDDDD;
    font-size: 15px;
    letter-spacing: 1px;
    height: 37px;
}

.content-nav .form-inline-list .form-inline-box {
    margin-top: 0;
    position: relative;
    display: inline-block;
}

.content-nav .form-inline-list .form-inline-box > span {
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 0;
    color: #B0B0B0;
}

.content-nav .form-inline-list .form-inline-box .form-control {
    padding-left: 25px;
}

.content-nav .form-inline-list select.form-control {
    display: inline-block;
    width: 250px;
    height: 37px;
    border: 1px solid #DDDDDD;
    font-size: 15px;
    letter-spacing: 1px;
}

.content-nav p > span {
    color: #000;
}

.content-top-bg {
    background: #10bd64; /* Old browsers */
    background: -moz-linear-gradient(left, #10bd64 0%, #099ab7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #10bd64 0%,#099ab7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #10bd64 0%,#099ab7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10bd64', endColorstr='#099ab7',GradientType=1 ); /* IE6-9 */
    color: #fff;
    position: relative;
    padding: 5px 0 8px;
}

.content-top-box .btn {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    font-family: 'worksans';
}

.content-top-box .btn::before, 
.content-top-box .btn::before {
    border-radius: 20px;
}

.content-top-box .form-search {
    width: 50%;
    margin-bottom: 70px;
}

.content-top-box .text-right .user-list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 13px;
}

.content-top-box .text-right .user-list > span {
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
}

.content-top-box .text-right .user-list > span img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.content-slider .content-desc {
    z-index: 1;
    position: relative;
    width: 55%;
    margin-left: auto;
}

.content-slider .content-desc h3 {
    font-size: 47px;
    font-family: 'harabaramaisbold';
    margin-left: 35px;
    margin-bottom: 50px;
    padding: 100px 0;
}

.content-slider .content-desc img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline;
}

.content-slider .content-info {
    position: absolute;
    bottom: 0px;
    left: 80px;
    z-index: 1;
}

.content-slider .item > img {
    width: 100%;
    height: auto;
}

.content-slider-box {
    position: relative;
}

.content-slider-box .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

input.datepicker {
    padding-right: 20px;
    position: relative;
}

.desc-box {
    padding: 20px 20px 20px 40px;
    width: 85%;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 30px;
}

.desc-box.desc-box-br {
    border: 1px solid #DEDEDE;
    border-radius: 10px;
}

.desc-box p {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 0;
}

.desc-box p > big {
    font-size: 25px;
    font-weight: 500;
}

.desc-box p > small {
    color: #7E7E7E;
}

.destination-list {
    padding: 70px 0 45px;
}

.destination-list .destination-box {
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
    position: relative;
    margin-bottom: 25px;
    border: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.destination-list.destination-hover .destination-box:hover {
    border: 4px solid #079CB2;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.destination-list .destination-box .destination-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.destination-list .destination-box .destination-desc > a {
    display: inline-block;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 20px;
}

.destination-list .destination-box .destination-desc > a:hover,
.destination-list.destination-hover .destination-box .destination-desc > a {
    background: #10bc64; /* Old browsers */
    background: -moz-linear-gradient(left, #10bc64 0%, #0897c1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #10bc64 0%,#0897c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #10bc64 0%,#0897c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10bc64', endColorstr='#0897c1',GradientType=1 ); /* IE6-9 */
}

.destination-list .destination-box .destination-desc > a .desc {
    padding-left: 60px;
    line-height: 1;
}

.destination-list .destination-box .destination-desc > a .desc > h5 {
    font-family: 'harabaramaisbold';
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 3px;
}

.destination-list .destination-box .destination-desc > a .desc > p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
}

.destination-list .destination-box .destination-desc > a > span {
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
    background: #10bc64; /* Old browsers */
    background: -moz-linear-gradient(top, #10bc64 0%, #0897c1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #10bc64 0%,#0897c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #10bc64 0%,#0897c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10bc64', endColorstr='#0897c1',GradientType=0 ); /* IE6-9 */
}

.destination-list .destination-box .destination-desc > a > span > img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.destination-list .destination-box > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.destination-list .destination-box > span > i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.destination-list .destination-box > span > img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.document-box .document-file {
    height: 35px;
    width: 150px;
    border-radius: 5px;
}

.document-box .document-file::before {
    display: none;
}

.document-box .document-file:hover {
    background: #E1196F;
    color: #fff;
}

.document-box .document-file-progress {
    border: 1px solid #D9D9D9;
    height: 35px;
    color: #9D9D9D;
    padding: 4px 15px;
    position: relative;
}

.document-box .document-file-progress .progress-bar {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    text-align: left;
    padding: 10px;
}

.document-box .document-file-progress .progress-bar > span {
    position: absolute;
    right: 10px;
    top: 0;
}

.document-box .document-name {
    position: relative;
}

.document-box .document-name p > i {
    position: absolute;
    right: 20px;
    top: 10px;
}

.document-box .document-name p > i.fa-check-circle {
    color: #0FB671;
}

.document-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.document-file-input {
    cursor: pointer;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
}

.document-file-input.hidden {
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.document-file-progress .progress-bar.bg-success {
    background: url("../images/gohalalgo/bg-process1.png") repeat-x 0 0 #0DB083;
}

.document-file-progress .progress-bar.bg-info {
    background: url("../images/gohalalgo/bg-process2.png") repeat-x 0 0 #0792D3;
}

.filter-box form {
    display: inline-block;
}

.filter-box .select2-container {
    display: inline-block;
    width: 150px !important;
    font-size: 13px;
    margin-right: 5px;
}

.filter-box .select2-container .select2-selection--single {
    border: 0 !important;
}

.filter-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    font-size: 15px !important;
}

.filter-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-family: 'Font Awesome 5 Free';
    border: 0 !important;
    font-size: 14px;
    line-height: 7px;
    font-weight: 900;
    color: #F66226;
    content: "";
}

.filter-box .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\f107";
}

.form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    outline: 0;
}

.form-control:disabled, 
.form-control[readonly] {
    background-color: transparent;
    color: #CDCFCE;
}

.form-control:disabled::-webkit-input-placeholder { 
    color: #CDCFCE;
}

.form-control:disabled::-moz-placeholder {
    color: #CDCFCE;
}

.form-control:disabled:-ms-input-placeholder {
    color: #CDCFCE;
}

.form-control:disabled:-moz-placeholder {
    color: #CDCFCE;
}

.form-control:disabled + .fa-calendar-alt {
    color: #CDCFCE;
}

.form-label {
    color: #6C6D6F;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}

.form-popup {
    position: absolute;
    bottom: 100px;
    right: -200px;
    background-color: #fff;
    font-size: 12px;
    width: 170px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    height: 170px;
    border-bottom-left-radius: 20px;
}

.form-popup .popup-box {
    padding: 50px 20px;
}

.form-popup .popup-box > p {
    margin-bottom: 0;
    color: #ADB4BA;
}

.form-popup .popup-box > p > small {
    font-size: 11px;
}

.form-popup .popup-box > p b {
    color: #6D6D6F;
}

.form-search .input-group .btn {
    border-radius: 0;
    height: 35px;
    padding: 4px 10px;
    font-size: 15px;
}

.form-search .input-group span.fa-search {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #A3A3A3;
    z-index: 1;
}

.form-search .input-group .form-control {
    padding: 4px 4px 4px 40px;
    height: 35px;
    border: 1px solid #CECECE;
    position: relative;
    z-index: 0;
}

.form-inline-box {
    margin-top: 60px;
}

.form-inline-box .select2-container .select2-selection--single {
    border: 1px solid #CECECE;
    padding-left: 10px;
    height: 40px;
    padding-top: 5px;
}

.form-inline-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.form-inline-box .btn-box .btn {
    border-radius: 10px;
    font-size: 17px;
    padding: 15px 40px;
}

.form-inline-box .form-group .col-form-label {
    text-transform: capitalize;
    font-size: 17px;
}

.form-inline-box .form-group .col-form-label > i {
    width: 25px;
}

.form-inline-box .form-group .form-control {
    border: 1px solid #CECECE;
    padding: 5px 10px;
    color: #838383;
}

.form-inline-box .form-group input.form-control[type="text"], 
.form-inline-box .form-group input.form-control[type="email"], 
.form-inline-box .form-group input.form-control[type="date"], 
.form-inline-box .form-group input.form-control[type="tel"], 
.form-inline-box .form-group input.form-control[type="rel"], 
.form-inline-box .form-group input.form-control[type="password"],
.form-inline-box .form-group select.form-control {
    height: 40px;
}

.form-inline-box .form-group .input-group .input-group-text {
    border-radius: 0;
    background-color: transparent;
    color: #838383;
}

.form-row {
    margin-bottom: 10px;
}

.form-row .fa-calendar-alt {
    position: absolute;
    bottom: 7px;
    z-index: 1;
    right: 5px;
}

#galleries {
    position: relative;
    margin-bottom: 10px;
}

#galleries .owl-nav {
    position: absolute;
    top: 40%;
    margin-top: 0;
    width: 100%;
}

#galleries .owl-nav button {
    position: absolute;
    background-color: #23A8B7;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#galleries .owl-nav button.owl-prev {
    left: 0;
}

#galleries .owl-nav button.owl-next {
    right: 0;
}

.gallery-box .gallery-list .gallery {
    overflow: hidden;
    height: 130px;
    margin-bottom: 20px;
}

.gallery-box .gallery-list .gallery > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.gallery-box .gallery-list .gallery > a > img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.gallery-slider {
    position: relative;
}

.gallery-slider .icon-promo-box {
    position: absolute;
    top: 30px;
    right: -28px;
    z-index: 1;
}

.gallery-slider .owl-next, 
.gallery-slider .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 35%;
    font-size: 35px !important;
    color: #fff !important;
    z-index: 1;
}

.gallery-slider .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.gallery-slider .owl-prev {
    left: 10px;
}

.gallery-slider .owl-next {
    right: 10px;
}

.gallery-slider #thumb-bg {
    height: 400px;
    overflow: hidden;
}

.gallery-slider #thumb-bg::before {
    content: "";
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 54%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 54%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 54%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.gallery-slider #thumb-bg .item p {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    color: #FCC300;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px;
}

.gallery-slider #thumb-bg .item img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.gallery-slider #thumb-bg .owl-stage-outer, 
.gallery-slider #thumb-bg .owl-stage, 
.gallery-slider #thumb-bg .owl-item, 
.gallery-slider #thumb-bg .item {
    height: 100% !important;
}

.gallery-slider #thumb-sm {
    position: absolute;
    bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-slider #thumb-sm .item {
    padding: 10px;
}

.gallery-slider #thumb-sm .item > img {
    height: 85px;
}

.gallery-slider #thumb-sm .owl-item.current .item > img {
    border: 3px solid #F9BC02;
}

input.form-control[type=text],
input.form-control[type=email],
input.form-control[type=date],
input.form-control[type=tel],
input.form-control[type=rel],
input.form-control[type=password] {
    height: 32px;
    box-shadow: none;
    padding-left: 0;
}

.input-inline > span {
    float: left;
    margin-right: 10px;
}

.input-inline .select2-container {
    width: 70px !important;
    margin-right: 10px;
}

.input-inline .select2-container .select2-selection--single {
    border-color: #D9D9D9;
}

.input-inline > .form-control {
    width: 250px;
}

.input-inline .form-control {
    border: 1px solid #D9D9D9;
    padding-left: 10px !important;
    font-size: 14px;
}

.list {
    padding-left: 0;
    list-style: none;
}

.login-bg {
    background: url("../images/gohalalgo/bg-login.png") no-repeat 0 0 / cover transparent;
    position: relative;
    padding: 100px 0;
}

.login-box {
    background-color: #F9FAFC;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 25px;
    position: relative;
}

.login-box .logo-box {
    margin-bottom: 40px;
}

.login-box .text-center > p {
    color: #949AB2;
}

.login-box li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.login-box li a {
    display: inline-block;
}

.login-box li a > i {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
}

.login-box li a > i.fab {
    font-size: 25px;
    color: #fff;
    padding: 12px;
}

.login-box li a > .icon-google {
    background-position: center;
    background-color: #fff;
    position: relative;
    top: 15px;
}

.login-box li a > .fa-facebook-f {
    background-color: #3B5999;
}

.login-box li a > .fa-twitter {
    background-color: #55ADED;
}

.login-form .btn {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

.login-form .login-form-group {
    background-color: #EDF2F5;
    border: 1px solid #E5E7E6;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.login-form .login-form-group .col-3 {
    float: left;
    width: 25%;
}

.login-form .login-form-group .col-9 {
    float: left;
    width: 75%;
}

.login-form .login-form-group i {
    margin-top: 10px;
}

.login-form .login-form-group label {
    color: #A9AFBF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.login-form .login-form-group .form-control {
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    border-bottom: 0;
}

.login-form .login-form-group:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.login-form .login-form-group:nth-child(2) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.login-form .text-right a {
    color: #929AB1;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.1;
}

.modal-backdrop {
    background-color: #23AEA7;
}

.modal-backdrop.show {
    opacity: .9;
}

.modal-bg-grn {
    background-color: rgba(16,189,100,0.5);
}

.modal-body .modal-p50 {
    padding: 100px 50px;
    text-align: center;
}

.modal-content {
    border: 7px solid #25B399;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.modal-content .btn-box .btn {
    text-transform: uppercase;
    width: 100px;
    border-radius: 5px;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.modal-detail h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.modal-detail h6 > b {
    font-weight: bold;
}

.modal-detail p,
.modal-detail ul li,
.modal-detail ol li {
    color: #777;
    font-size: 14px;
}

.modal-detail .img {
    text-align: center;
    border: 1px solid #D7D7D7;
    padding: 10px;
}

.modal-detail .img img {
    max-width: 100%;
    height: auto;
}

.modal-detail .facility-list {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.modal-detail .facility-list > li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.modal-detail .table {
    margin-bottom: 0;
}

.modal-detail .table tr td {
    padding: 15px !important;
}

.modal-detail .table tr td:last-child {
    text-align: left;
}

.modal-detail .table tr td h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.modal-detail .table tr td h5 > b {
    font-family: 'harabaramaisbold';
}

.modal-detail .table tr td p {
    font-size: 14px;
    margin-bottom: 0;
}

.modal-detail .table tr td p > big {
    font-size: 20px;
    font-weight: bold;
}

.modal-detail .table tr td p > big > b {
    font-weight: bold;
}

.modal-detail .table tr td .list > li {
    margin-bottom: 5px;
}

.modal-detail .table tr td .list > li > i {
    font-size: 9px;
}

.modal-detail .table tr td.w20 {
    width: 20%;
}

.modal-detail .table tr td.text-right p big {
    font-size: 23px;
    font-weight: 500;
}

.modal-detail .table tr td.text-right span {
    font-size: 12px;
    color: #7E7E7E;
    line-height: 1;
    display: inline-block;
}

.modal-dialog.modal-bg {
    max-width: 900px;
}

.modal-dialog.modal-xbg {
    max-width: 1200px;
}

.modal-dialog.modal-bg .modal-content,
.modal-dialog.modal-xbg .modal-content {
    border-color: #5CC173;
    border-radius: 20px;
}

.modal-form {
    margin-bottom: 30px;
}

.modal-form .form-control {
    display: inline-block;
    width: 150px;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    margin-left: 20px;
}

.modal-header {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    background: #23a8b7; /* Old browsers */
    background: -moz-linear-gradient(left, #23a8b7 31%, #a1d46f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #23a8b7 31%,#a1d46f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #23a8b7 31%,#a1d46f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a8b7', endColorstr='#a1d46f',GradientType=1 ); /* IE6-9 */
}

.modal-header .close {
    color: #86CA7F;
    width: 46px;
    height: 46px;
    background-color: #fff;
    opacity: 1;
    padding: 0;
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
    font-size: 30px;
    border: 8px solid #86C880;
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-header .modal-title {
    font-size: 18px;
    padding-right: 20px;
}

.modal-info {
    margin-bottom: 30px;
}

.modal-info > h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.modal-info > i {
    font-size: 40px;
    float: left;
    width: 60px;
}

.modal-info > p {
    color: #818181;
    font-size: 14px;
}

.modal-nav {
    margin-top: 40px;
    margin-bottom: 40px;
}

.modal-nav .btn {
    padding: 8px 25px;
    border-radius: 10px;
}

.modal-nav .modal-nav-desc {
    float: right;
}

.modal-nav .modal-nav-desc h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

.modal-nav .modal-nav-desc p {
    font-size: 14px;
}

.modal-nav .text-right .btn {
    float: right;
    margin-left: 20px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    border-radius: 0;
    background-color: #0A73C4;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 15px 0;
    font-size: 17px;
    display: inline-block;
    font-family: 'harabaramaisbold';
    border: 1px solid #0B66AD;
    height: 32px;
    position: relative;
    z-index: 1;
    bottom: -1px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #0A73C4;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
    border-color: #777 #777 #fff;
}

p {
    color: #4B4B4B;
}

p > big {
    font-size: 16px;
}

.p-info {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.p-info > span {
    display: inline-block;
    line-height: 1.5;
}

.p-info > strong {
    float: left;
    width: 80px;
    line-height: 1.5;
}

.package-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #777;
}

.package-list .package-box {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.package-list .package-box > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #494949;
    background-color: #fff;
    padding: 20px;
    border-right: 1px solid #777;
}

.package-list .package-box:last-child > a {
    border-right: 0;
}

.package-list .package-box > a:hover {
    background-color: #0996C3;
    color: #fff;
}

.package-list .package-box > a > .package-desc {
    padding-left: 90px;
}

.package-list .package-box > a > .package-desc > h5 {
    color: #0B74C5;
    font-family: 'harabaramaisbold';
    font-weight: normal;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-size: 18px;
}

.package-list .package-box > a:hover > .package-desc > h5 {
    color: #fff;
}

.package-list .package-box > a > .package-desc > h6 {
    margin-bottom: 0;
}

.package-list .package-box > a > .package-desc > p {
    margin-bottom: 0;
    font-weight: 300;
}

.package-list .package-box > a:hover > .package-desc > p {
    color: #fff;
}

.package-list .package-box > a > span {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.package-list .package-box > a:hover > span {
    border: 4px solid #0FBD64;
}

.package-list .package-box > a > span > img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.pagination-list {
    padding-left: 0;
    list-style: none;
}

.pagination-list > li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.pagination-list > li.disabled > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #EEEEEE;
    border-radius: 50%;
    color: #ccc;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}

.pagination-list > li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #EEEEEE;
    border-radius: 50%;
    color: #7F7F7F;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}

.pagination-list > li > a:hover,
.pagination-list > li > a:focus,
.pagination-list > li.active > a {
    background-color: #43C78E;
    color: #fff;
}

.partner-info {
    border-top: 1px solid #B6E6DA;
    border-bottom: 1px solid #B6E6DA;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 50px 100px;
}

.partner-info p {
    margin-bottom: 5px;
    font-size: 16px;
}

.partner-info p > strong {
    font-weight: 500;
    display: inline-block;
    width: 280px;
}

.partner-list {
    text-align: center;
}

.partner-list li {
    display: inline-block;
    padding: 20px;
    margin-bottom: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

.payment-steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment-steps .payment-step {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.payment-steps .payment-step .payment-label {
    font-weight: 500;
    padding: 20px;
}

.payment-steps .payment-step:first-child .payment-label {
    color: #fff;
    background: #10bd64; /* Old browsers */
    background: -moz-linear-gradient(left, #10bd64 0%, #0eb27d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #10bd64 0%,#0eb27d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #10bd64 0%,#0eb27d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10bd64', endColorstr='#0eb27d',GradientType=1 ); /* IE6-9 */
}

.payment-steps .payment-step:nth-child(2) .payment-label {
    color: #fff;
    background: #0eb27d; /* Old browsers */
    background: -moz-linear-gradient(left, #0eb27d 0%, #0aa3a1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0eb27d 0%,#0aa3a1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0eb27d 0%,#0aa3a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eb27d', endColorstr='#0aa3a1',GradientType=1 ); /* IE6-9 */
}

.payment-steps .payment-step:nth-child(3) .payment-label {
    color: #fff;
    background: #0aa3a1; /* Old browsers */
    background: -moz-linear-gradient(left, #0aa3a1 0%, #099bb4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0aa3a1 0%,#099bb4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0aa3a1 0%,#099bb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa3a1', endColorstr='#099bb4',GradientType=1 ); /* IE6-9 */
}

.payment-steps .payment-step .payment-label > h6 {
    margin-bottom: 0;
}

.payment-steps .payment-step .payment-form {
    border-right: 1px solid #DEDEDE;
    padding: 20px;
    font-size: 14px;
    height: 100%;
}

.payment-steps .payment-step:last-child .payment-form {
    border-right: 0;
}

.payment-form .btn-box {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 15px 0;
    margin-bottom: 20px;
}

.payment-form .btn-box .btn {
    width: 100%;
    font-size: 14px;
    padding: 8px 5px;
    border-radius: 5px;
    font-weight: 500;
}

.payment-form .btn-box .col-md-6:first-child {
    padding-right: 5px;
}

.payment-form .btn-box .col-md-6:last-child {
    padding-left: 5px;
}

.payment-form .btn-blue-green {
    border-radius: 30px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-family: 'worksans';
}

.payment-form .btn-blue-green::before {
    border-radius: 30px;
}

.payment-form .form-group .form-control {
    border: 1px solid #DEDEDE;
    padding-left: 15px;
    font-size: 14px;
}

.payment-form .form-group input[type="text"],
.payment-form .form-group input[type="tel"],
.payment-form .form-group input[type="rel"],
.payment-form .form-group input[type="email"],
.payment-form .form-group input[type="date"],
.payment-form .form-group input[type="password"] {
    height: 40px;
}

.payment-form h6 {
    margin-bottom: 0;
    font-family: 'harabaramaisbold';
    color: #565656;
}

.payment-form .radio-style {
    margin-top: 20px;
}

.payment-form .radio-style > .radio-box {
    display: block;
    margin-bottom: 15px;
}

.payment-nav {
    display: inline-block;
    width: 100%;
}

.payment-nav .btn {
    float: right;
}

.payment-nav .list {
    float: left;
}

.payment-nav .list > li {
    float: left;
    margin-right: 10px;
}

.payment-nav .list > li > a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #EDEDED;
    border-radius: 50%;
    padding: 9px;
}

.payment-product-detail .desc {
    padding-left: 170px;
}

.payment-product-detail .desc p,
.payment-product-detail .desc ul li,
.payment-product-detail .desc ol li {
    margin-bottom: 0;
    color: #616161;
    line-height: 1.5;
}

.payment-product-detail .desc ul li {
    margin-bottom: 5px;
}

.payment-product-detail .desc ul li > i {
    font-size: 8px;
    margin-right: 4px;
}

.payment-product-detail .img-box {
    border: 1px solid #D7D7D7;
    width: 150px;
    padding: 50px 10px;
    text-align: center;
    float: left;
}

.payment-product-detail .img-box img {
    max-width: 100%;
}

.payment-total h5 {
    font-size: 17px;
    margin-bottom: 10px;
}

.payment-total .input-group .form-control {
    font-size: 14px;
    border: 1px solid #DEDEDE;
    padding-left: 10px;
    height: 40px;
}

.price-bg p {
    font-size: 19px;
    line-height: 1;
}

.price-bg p > big {
    font-size: 35px;
}

.price-box {
    width: 140px;
    display: inline-block;
    position: relative;
    top: 12px;
}

.price-box .ui-slider-horizontal {
    height: 7px;
}

.price-box .ui-widget-header {
    background: #058FD0;
}

.price-box .ui-slider .ui-slider-handle {
    z-index: 1;
    outline: 0;
    left: 0%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E21770;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.5);
    border: 2px solid #fff;
}

.price-box input {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    box-shadow: none;
}

.price-range span {
    color: #707070;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.product .product-box:last-child {
    border-bottom: 1px solid #E6E6E6;
}

.product-box {
    border-top: 1px solid #E6E6E6;
    padding: 20px;
}

.product-box:hover {
    background-color: #EEEEEE;
}

.product-box h4 {
    font-family: 'harabaramaisbold';
    color: #4B4B4B;
    font-size: 21px;
}

.product-box p {
    font-size: 13px;
}

.product-box .product-img {
    position: relative;
    display: inline-block;
}

.product-box .product-img > span {
    display: inline-block;
    width: 150px;
    height: 130px;
    overflow: hidden;
    border-radius: 10px;
}

.product-box .product-img .icon-promo-box {
    position: absolute;
    bottom: 20px;
    right: -29px;
}

.product-box .product-nav {
    margin-bottom: 10px;
}

.product-box .product-nav .btn {
    font-size: 13px;
    padding: 4px 5px;
    border-radius: 5px;
    font-family: 'worksans';
}

.product-box .product-prices p > span {
    font-size: 16px;
    font-family: 'harabaramaisbold';
}

.product-box .product-prices p > small {
    font-size: 12px;
}

.product-box .p-icon {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.product-box .p-icon > p {
    margin-bottom: 0;
    font-size: 14px;
}

.product-box .p-icon > p > i {
    position: absolute;
    left: 0;
    top: 5px;
}

.product-box .p-icon > p > b {
    font-weight: 500;
}

.product-box .product-img > span > img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: contain;
    object-fit: contain;
}

.product-detail .btn-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-detail .btn-box > .btn {
    padding: 10px 30px;
    font-family: 'worksans';
}

.product-detail h6.content-label-bg {
    margin-bottom: 0;
}

.product-detail h6 > b {
    font-weight: 500;
}

.product-detail .img-border {
    display: inline-block;
    border: 2px solid #EBEBEB;
    margin-bottom: 20px;
}

.product-detail .img-border img {
    max-width: 100%;
}

.product-detail p,
.product-detail ul li {
    font-size: 13px;
}

.product-detail .tab-content {
    padding: 30px 0;
}

.product-detail .table thead th {
    font-weight: bold;
    color: #6B6158;
}

.product-detail .table tbody td {
    font-style: 13px;
}

.product-detail .table tbody td i {
    font-size: 11px;
}

.product-detail .table thead th,
.product-detail .table tbody td {
    padding: 5px 0 !important;
    text-align: left !important;
}

.product-detail .table thead th:first-child,
.product-detail .table tbody td:first-child {
    width: 50px;
}

.product-detail .text-center .btn-bg {
    font-size: 18px;
    font-family: 'worksans';
    padding: 20px 60px;
    border-radius: 5px;
}

.product-detail-title h6 {
    margin-bottom: 0;
}

.product-detail-title p {
    margin-bottom: 0;
}

.product-detail-title .text-right > h6 {
    display: inline-block;
}

.product-detail-title .text-right > a.txt-pink,
.product-detail-title .text-right > a.txt-green {
    font-size: 23px;
    margin-left: 40px;
}

.product-detail-top p {
    margin-bottom: 0;
}

.product-detail-top p > small {
    font-size: 11px;
}

.product-price-box {
    border: 1px solid #D1CFD0;
    border-radius: 15px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product-price-box .product-price-detail {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    border-right: 1px solid #CCCCCC;
}

.product-price-box .product-price-detail .product-price {
    padding: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.product-price-box .product-price-detail .product-price:last-child {
    border-bottom: 0;
}

.product-price-box .product-price-detail .product-price h5 {
    font-size: 18px;
    margin-bottom: 0;
}

.product-price-box .product-price-detail .product-price p {
    font-size: 14px;
}

.product-price-box .product-price-detail .product-price .p-icon p {
    line-height: 1.5;
}

.product-price-box .product-price-detail .product-price .p-icon p > b {
    font-family: 'worksans';
}

.product-price-box .product-total {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 50px 20px;
    text-align: center;
}

.product-price-box .product-total .btn {
    border-radius: 30px;
    width: auto;
    padding: 7px 40px;
    font-family: 'harabaramaisbold';
    font-size: 20px;
}

.product-table tbody td {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
    vertical-align: top;
}

.product-table tbody td:first-child {
    width: 200px;
}

.product-table tbody td:nth-child(2) {
    width: 2%;
}

.product-table tbody td big > strong {
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
}

.product-table tbody td .btn-bg {
    font-size: 18px;
    font-family: 'worksans';
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 500;
}

.product-table tbody td .btn-bg br {
    display: none;
}

.product-table tbody td .form-box {
    position: relative;
    display: inline-block;
}

.product-table tbody td .form-box span.far,
.product-table tbody td .form-box span.fas {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #9E9E9E;
}

.product-table tbody td .form-box .form-control {
    border: 1px solid #928E8F;
    padding: 0;
    font-size: 14px;
}

.product-table tbody td .form-box input[type=text] {
    height: 35px;
    width: 250px;
}

.product-table tbody td .form-box input.datepicker {
    width: 140px;
}

.product-table tbody td p {
    margin-bottom: 10px;
}

.product-table tbody td p > span {
    width: 150px;
    display: inline-block;
}

.product-table tbody td .img-box {
    border: 1px solid #EEEEEE;
    display: inline-block;
    padding: 15px;
    float: left;
    margin-right: 10px;
}

.products-list .breadcrumb-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.products-list .form-row .btn-box .btn {
    width: 100%;
    font-size: 14px;
}

.products-list .form-row span.far,
.products-list .form-row span.fas {
    top: 9px;
    left: 10px;
    color: #6F6F6F;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    right: auto;
}

.products-list .gallery-slider #thumb-bg::before {
    background: transparent;
}

.products-list .pagination-list {
    margin-top: 50px;
    margin-bottom: 40px;
}

.products-list .row .col-md-3 {
    padding-right: 0;
}

.products-list.flight-box .row .col-md-3 {
    padding-right: 15px;
}

.products-list .row .col-md-9 {
    padding-left: 0;
}

.products-list.flight-box .row .col-md-9 {
    padding-left: 15px;
}

.products-list.flight-box .sidebar-box {
    height: 98%;
    padding-bottom: 50px;
}

.products-list .select2-container .select2-selection--single {
    border: 1px solid #C5C5C5;
}

.products-list .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 25px;
    font-size: 13px;
}

.products-list .tab-box {
    background-color: #EDEDED;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 40px;
}

.products-list .tab-box .tab-form {
    margin-top: 0;
    margin-bottom: 0;
}

.products-list .tab-box .tab-form .checkbox-style {
    display: inline-block;
    margin-bottom: 15px;
}

.products-list .tab-box .tab-form .checkbox-style label {
    font-size: 12px !important;
}

.products-list .tab-box .tab-form .btn-box,
.products-list .tab-box .tab-form .btn-box .btn {
    height: 50px;
    margin-top: 5px;
}

.products-list .tab-box .tab-form .form-box {
    position: relative;
}

.products-list .tab-box .tab-form .form-box span.far,
.products-list .tab-box .tab-form .form-box span.fas {
    right: 0;
    left: auto;
}

.products-list .tab-box .tab-form .form-control {
    background-color: transparent;
    font-size: 13px;
}

.products-list .tab-box .tab-form label {
    color: #0A9EAA;
    font-weight: bold;
}

.products-list .tab-box .select2-container .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: transparent;
}

.products-list .tab-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.products-list .tab-form {
    margin-top: 50px;
    margin-bottom: 50px;
}

.products-list .text-center {
    position: relative;
}

.products-list .text-center .a-abslt {
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #4B4B4B;
    font-size: 13px;
}

.product-train-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-train-list .product-train-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.product-train-list .product-train-row:first-child .product-train-top {
    color: #fff;
    padding-right: 10px;
    padding-left: 80px;
    background: #0a9cb3; /* Old browsers */
    background: -moz-linear-gradient(left, #0a9cb3 0%, #0dac8c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a9cb3 0%,#0dac8c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a9cb3 0%,#0dac8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9cb3', endColorstr='#0dac8c',GradientType=1 ); /* IE6-9 */
}

.product-train-list .product-train-row:last-child .product-train-top {
    color: #fff;
    padding-right: 80px;
    background: #0dac8c; /* Old browsers */
    background: -moz-linear-gradient(left, #0dac8c 0%, #10bd64 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0dac8c 0%,#10bd64 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0dac8c 0%,#10bd64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dac8c', endColorstr='#10bd64',GradientType=1 ); /* IE6-9 */
}

.product-train-list .product-train-row .product-train-top {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 65px;
}

.product-train-list .product-train-row .product-train-top > p {
    margin-bottom: 0;
    color: #fff;
    float: left;
    font-size: 14px;
}

.product-train-list .product-train-row .product-train-top > p:last-child {
    float: right;
}

.product-train-list .product-train-row:first-child .product-train-table {
    padding-left: 80px;
}

.product-train-list .product-train-row:last-child .product-train-table {
    padding-right: 80px;
}

.product-train-list .product-train-row-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.product-train-list .product-train-row-12 .product-train-top-full {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 80px;
    background: #0a9cb3; /* Old browsers */
    background: -moz-linear-gradient(left, #0a9cb3 0%, #10bc66 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a9cb3 0%,#10bc66 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a9cb3 0%,#10bc66 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9cb3', endColorstr='#10bc66',GradientType=1 ); /* IE6-9 */
}

.product-train-list .product-train-row-12 .product-train-top-full p {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.product-train-list .product-train-row-12 .product-train-top-full .filter-box {
    float: right;
    color: #fff;
    font-size: 14px;
}

.product-train-list .product-train-row-12 .product-train-top-full .filter-box .select2-container {
    width: 100px !important;
}

.product-train-list .product-train-row-12 .product-train-top-full .filter-box .select2-container .select2-selection--single {
    background-color: transparent;
}

.product-train-list .product-train-row-12 .product-train-top-full .filter-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 14px !important; 
}

.product-train-list .product-train-row-12 .product-train-top-full  .filter-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #fff;
}

.purchase-box .btn-box .btn {
    border-radius: 10px;
    padding: 8px 30px 10px;
    line-height: 1.5;
}

.purchase-box h6 {
    font-size: 17px;
    margin-bottom: 20px;
}

.purchase-box h6 > b {
    font-weight: 500;
}

.purchase-box .purchase-label {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 20px 80px;
    margin-bottom: 20px;
    background: #099ab7; /* Old browsers */
    background: -moz-linear-gradient(left, #099ab7 0%, #0fbd64 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #099ab7 0%,#0fbd64 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #099ab7 0%,#0fbd64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099ab7', endColorstr='#0fbd64',GradientType=1 ); /* IE6-9 */
}

.purchase-box .purchase-label > h5 {
    font-style: 17px;
    font-weight: normal;
    margin-bottom: 0;
    float: left;
}

.purchase-box .purchase-label .checkbox-style {
    float: right;
}

.purchase-box .purchase-label .checkbox-style label {
    color: #fff !important;
}

.purchase-box .purchase-label .checkbox-style label span::before {
    background-color: #fff;
    border: 1px solid #fff;
}

.purchase-box .purchase-label .checkbox-style label > input[type="checkbox"]:checked + span::before {
    background-color: #fff;
    border: 1px solid #fff;
    color: #10BD63;
}

.purchase-info {
    margin-bottom: 20px;
}

.purchase-info p {
    margin-bottom: 0;
}

.purchase-info p > b {
    font-weight: 500;
    font-size: 17px;
}

.purchase-info p > b > span {
    display: inline-block;
    margin-left: 10px;
}

.purchase-info p > span {
    display: inline-block;
    width: 200px;
}

.radio-style label {
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 14px !important;
    color: #666666 !important;
}

.radio-style input[type=radio] {
    display: none; 
}

.radio-style label span::before {
    content: "";
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #CDCFCE;
    border: 1px solid #CDCFCE;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    text-align: center;
}

.radio-style label span.selected:before {
    content: "\f00c";
    background-color: #10BD63;
    border: 1px solid #10BD63;
    z-index: 1;
}

.rating {
    color: #D1D3D2;
    font-size: 12px;
}

.rating-hotel {
    margin-top: 20px;
}

.rating-hotel > span {
    float: left;
    width: 45px;
    height: 45px;
    background-color: #12BB68;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;
}

.rating-hotel .rating-hotel-desc {
    padding-left: 50px;
    line-height: 1;
}

.rating-hotel .rating-hotel-desc h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}

.rating-hotel .rating-hotel-desc img {
    max-width: 100%;
}

.rating-hotel .rating-hotel-desc small {
    color: #808080;
    font-size: 11px;
}

.register-form .btn {
    padding: 8px 80px;
    border-radius: 10px;
}

.register-form .form-control {
    border: 1px solid #AFAFAF;
    padding: 10px !important;
}

.register-form .register-button {
    margin-left: -25px;
    margin-right: -25px;
    background-color: #E8F3F9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0;
}

.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="tel"],
.register-form input[type="email"],
.register-form input[type="rel"] {
    height: 40px;
}

.select2-container--open .select2-dropdown--below {
    font-size: 14px;
}

.sidebar-box {
    height: 100%;
    background: #0fbd64; /* Old browsers */
    background: -moz-linear-gradient(top, #0fbd64 22%, #099ab7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0fbd64 22%,#099ab7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0fbd64 22%,#099ab7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fbd64', endColorstr='#099ab7',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 20px 0;
    border-radius: 10px;
}

.sidebar-box .btn-box {
    padding: 10px 20px;
}

.sidebar-box .btn-box .btn {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.2);
}

.sidebar-box hr {
    border-color: #56CC98;
}

.sidebar-box .sidebar {
    margin-bottom: 40px;
    position: relative;
}

.sidebar-box .sidebar a.txt-yellow {
    color: #F7D10A;
}

.sidebar-box .sidebar .checkbox-style {
    padding-left: 40px;
}

.sidebar-box .sidebar .checkbox-style label {
    color: #fff !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.sidebar-box .sidebar .checkbox-style label span::before {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 9px;
}

.sidebar-box .sidebar .checkbox-style label > input[type="checkbox"]:checked + span::before {
    background-color: #fff;
    border: 1px solid #fff;
    color: #10BD63;
}

.sidebar-box .sidebar .checkbox-style .txt-yellow {
    color: #FEEC26;
    float: left;
}

.sidebar-box .sidebar .hour-range {
    padding-left: 30px;
    padding-right: 20px;
}

.sidebar-box .sidebar .hour-range .price-box {
    width: 100%;
}

.sidebar-box .sidebar .hour-range-txt,
.sidebar-box .sidebar .price-pernight-range-txt {
    position: relative;
    padding-left: 20px;
    color: #FAC807;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
}

.sidebar-box .sidebar .input-group {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-box .sidebar .input-group .btn {
    font-size: 12px;
}

.sidebar-box .sidebar .input-group .form-control {
    background: rgba(255,255,255,0.2);
    color: #fff;
    border: 1px solid #0FAB61;
    padding-left: 10px;
    font-size: 14px;
}

.sidebar-box .sidebar label {
    font-weight: 500;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
}

.sidebar-box .sidebar label > i {
    width: 20px;
    font-size: 14px;
}

.sidebar-box .sidebar .list > li {
    font-size: 14px;
}

.sidebar-box .sidebar .list > li > a {
    color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 46px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.sidebar-box .sidebar .list > li > a:hover,
.sidebar-box .sidebar .list > li > a:focus {
    background: rgba(255,255,255,0.3);
}

.sidebar-box .sidebar .list > li > a > span {
    color: #FAC807;
    font-weight: bold;
    position: absolute;
    right: 20px;
}

.sidebar-box .sidebar .price-range {
    padding-left: 45px;
}

.sidebar-box .sidebar .price-range-txt {
    color: #FAC807;
    font-weight: bold;
    position: absolute;
    right: 20px;
    font-size: 13px;
    bottom: -12px;
}

.sidebar-box .sidebar-top {
    background-color: #0C9C54;
    margin-top: -20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.sidebar-box .sidebar-top > a.txt-yellow {
    color: #FCEA6C;
    position: absolute;
    right: 10px;
    top: 10px;
}

.select-box .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\f107";
}

.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    border-radius: 0;
}

.select2-search--dropdown {
    padding: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #CFCFCF;
    color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered b {
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered i {
    font-style: normal;
    color: #8C8C8C;
    font-weight: 300;
}

.select2-container .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0;
    height: 32px;
    outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.slider {
    overflow: hidden;
    position: relative;
}

.slider .item {
    position: relative;
}

.slider .item > img {
    width: 100%;
    height: auto;
}

.slider .item .slider-content {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 20px 15px;
}

.slider .item .slider-content > img {
    width: auto;
    display: inline-block;
}

.slider .owl-dots,
.slider-top .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.slider .owl-dots .owl-dot span,
.content-slider-box .owl-dots .owl-dot span,
.slider-top .owl-dots .owl-dot span {
    width: 40px;
    height: 6px;
    background-color: rgba(255,255,255,0.6);
    margin: 3px 4px;
}

.slider .owl-dots .owl-dot.active span, 
.slider .owl-dots .owl-dot:hover span,
.content-slider-box .owl-dots .owl-dot.active span,
.content-slider-box .owl-dots .owl-dot:hover span,
.slider-top .owl-dots .owl-dot.active span, 
.slider-top .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,0.9);
}

.slider-box {
    position: relative;
}

.slider-content img {
    max-width: 100%;
    height: auto;
}

.slider-top-box {
    position: relative;
}

.slider-top-box > .slider-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 1;
}

.tab-box {
    border: 1px solid #777;
    padding: 20px;
    background-color: #fff;
}

.tab-box h5 {
    color: #545454;
    font-size: 16px;
}

.tab-form label {
    color: #A6A6A6;
    font-size: 12px;
    display: block;
}

.tab-content .text-center .btn {
    padding: 10px 35px;
    border-radius: 10px;
}

.tab-date-range {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.tab-date-box {
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #929292;
    border-radius: 5px;
    max-width: 250px;
    text-align: left;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    color: #777;
}

.tab-date-box h6 {
    margin-bottom: 0;
    color: #969696;
    font-size: 14px;
}

.tab-date-box .form-control {
    border-bottom: 0;
    display: inline-block;
    width: 90%;
    font-size: 14px;
}

.tab-detail .tab-box-content {
    border: 1px solid #929292;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tab-detail .tab-box-content .dropdown-menu {
    border: 1px solid #7B7B7B;
    border-radius: 5px;
    font-size: 13px;
}

.tab-detail .tab-box-content p {
    margin-bottom: 0;
}

.tab-detail .tab-box-content .tab-detail-center {
    padding: 25px 20px;
}

.tab-detail .tab-box-content .tab-detail-top,
.tab-detail .tab-box-content .tab-detail-bottom {
    background-color: #DFF3FE;
    padding: 10px 20px;
}

.tab-detail .tab-label {
    font-weight: bold;
    color: #3A3A3A;
    font-size: 18px;
    padding: 20px;
}

.tab-list .nav {
    padding-top: 10px;
    padding-left: 90px;
    padding-right: 90px;
    background: #0a9cb3; /* Old browsers */
    background: -moz-linear-gradient(left, #0a9cb3 0%, #10bc66 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a9cb3 0%,#10bc66 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a9cb3 0%,#10bc66 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9cb3', endColorstr='#10bc66',GradientType=1 ); /* IE6-9 */
}

.tab-list .nav > .nav-item > .nav-link {
    color: #fff;
    padding: 15px 40px;
}

.tab-list .nav > .nav-item > .nav-link.active {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #099BB2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    background-image: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tab-list .nav > .nav-item > .nav-link.active::before,
.tab-list .nav > .nav-item > .nav-link.active::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
}

.tab-list .nav > .nav-item > .nav-link.active::before {
    left: -14px;
    background: url("../images/gohalalgo/tab-left-br.png") no-repeat 0 0 transparent;
    width: 14px;
    height: 12px;
}

.tab-list .nav > .nav-item > .nav-link.active::after {
    right: -14px;
    background: url("../images/gohalalgo/tab-right-br.png") no-repeat 0 0 transparent;
    width: 14px;
    height: 12px;
}

.table-no-border thead th {
    font-weight: 500 !important;
    color: #000;
    padding: 10px;
}

.table-no-border tbody td {
    color: #8A8A8A;
    padding: 10px;
}

.table-no-border tbody td b {
    font-weight: 500 !important;
    color: #000;
}

.table-no-border thead th,
.table-no-border tbody td {
    border: 0 !important;
}

.table-striped thead {
    background: #0fbd64; /* Old browsers */
    background: -moz-linear-gradient(left, #0fbd64 0%, #099ab7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0fbd64 0%,#099ab7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0fbd64 0%,#099ab7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fbd64', endColorstr='#099ab7',GradientType=1 ); /* IE6-9 */
    color: #fff;
}

.table thead tr > th {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
}

.table tbody tr > td {
    vertical-align: middle;
    font-size: 16px;
}

.table-striped tbody tr > td {
    color: #656364;
    border-top: 2px solid #fff;
}

.table-striped tbody tr:nth-child(2n) > td {
    background-color: #F6F4F5;
}

.table-striped tbody tr:hover > td {
    background-color: #CAEDE9;
}

.table-border-behind {
    width: 100%;
}

.table-border-behind tbody tr {
    position: relative;
}

.table-border-behind tbody tr::before {
    content: "";
    position: absolute;
    border: 1px solid #DEDEDE;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: 10px;
    z-index: 0;
}

.table-border-behind tbody tr:hover::before,
.table-border-behind tbody tr:focus::before {
    border: 2px solid #089DB5;
}

.table-border-behind tbody tr.selected::before {
    border: 2px solid #089DB5;
    box-shadow: 0 5px 1px rgba(0,0,0,0.2);
}

.table-border-behind tbody tr.selected .radio-box span::before {
    content: "\f00c";
    background-color: #10BD63;
    border: 1px solid #10BD63;
    z-index: 1;
}

.table-border-behind tbody td {
    padding-top: 40px;
    padding-bottom: 40px;
}

.table-border-behind tbody td .btn {
    border-radius: 30px;
    font-size: 20px;
    padding: 6px 30px;
    border: 0;
}

.table-border-behind tbody td .btn::before {
    border-radius: 30px;
}

.table-border-behind tbody td .btn:hover::before, 
.table-border-behind tbody td .btn:focus::before {
    background: #F8703C;
}

.table-border-behind tbody td .radio-box {
    width: 200px;
}

.table-border-behind tbody td .radio-box span::before {
    top: 12px;
}

.table-border-behind tbody td h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.table-border-behind tbody td p {
    font-size: 14px;
    margin-bottom: 0;
}

.table-border-behind tbody td p > big {
    font-size: 19px;
}

.table-border-behind thead th {
    text-align: center;
    font-size: 14px;
    font-weight: normal !important;
}

.table-border-behind thead th:nth-child(2) {
    text-align: left;
}

.table-border-behind thead th a {
    color: #777;
    position: relative;
}

.table-border-behind thead th a > i {
    position: absolute;
    right: -8px;
    top: 2px;
}

.table tbody tr > td .btn {
    border-radius: 20px;
    padding: 3px 10px;
    text-align: left;
    position: relative;
    width: 100px;
    font-size: 14px;
    position: relative;
}

.table tbody tr > td .btn:hover {
    color: #fff;
}

.table tbody tr > td .btn::before {
    border-radius: 20px;
}

.table tbody tr > td .btn > span {
    display: inline-block;
    width: 100%;
}

.table tbody tr > td .btn > span > i {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    padding: 1px;
    position: absolute;
    right: 0;
}

.table tbody tr > td > .img-box {
    display: inline-block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: 4px solid #fff;
}

.table tbody tr > td > .img-box > img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.table thead tr > th:first-child,
.table tbody tr > td:first-child,
.table tfoot tr > td:first-child {
    padding-left: 80px;
}

.table thead tr > th:last-child,
.table tbody tr > td:last-child,
.table tfoot tr > td:last-child {
    padding-right: 80px;
    text-align: right;
}

.table tfoot tr > td p > big {
    font-size: 21px;
}

.table-box {
    width: 100%;
}

.table-box .btn-box .btn {
    border-radius: 30px;
    padding: 10px 30px;
    font-family: 'worksans';
}

.table-box .btn-box .btn::before {
    border-radius: 30px;
}

.table-box .table-middle {
    vertical-align: middle;
}

.table-box tbody td {
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    font-size: 14px;
    padding: 10px;
    vertical-align: top;
}

.table-box tbody tr td:first-child {
    border-left: 2px solid #D5D5D5;
}

.table-box tbody tr:last-child td {
    border-bottom: 1px solid #D5D5D5;
}

.table-box tbody td .detail {
    padding-left: 200px;
}

.table-box tbody td .img-box {
    width: 190px;
    height: 150px;
    position: relative;
    overflow: hidden;
    float: left;
}

.table-box tbody td .img-box img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.table-box tbody td .img-box > span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #252422;
    color: #fff;
    padding: 2px 4px;
}

.table-box tbody td p {
    margin-bottom: 10px;
    line-height: 1;
}

.table-box tbody td p > big {
    font-weight: bold;
    font-size: 28px;
}

.table-box thead {
    background: #10bd64; /* Old browsers */
    background: -moz-linear-gradient(left, #10bd64 0%, #0a9cb5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #10bd64 0%,#0a9cb5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #10bd64 0%,#0a9cb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10bd64', endColorstr='#0a9cb5',GradientType=1 ); /* IE6-9 */
}

.table-box thead th {
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-weight: 500;
}

.table-rounded tbody tr {
    border: 1px solid #DEDEDE;
}

.testimonial-box {
    position: relative;
}

.testimonial-box h5 {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 48px;
    font-family: 'harabaramaisbold';
    margin-bottom: 50px;
}

.testimonial-box h6 {
    font-family: 'harabaramaisbold';
}

.testimonial-box .owl-dots .owl-dot.active span,
.testimonial-box .owl-dots .owl-dot:hover span {
    background: #fff;
}

.testimonial-box .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}

.testimonial-box .testimonial-desc {
    padding: 0 20px;
}

.testimonial-box .testimonial-desc > h6 {
    font-size: 17px;
    font-family: 'worksans';
}

.testimonial-box .testimonial-desc > p {
    line-height: 1.3;
    font-size: 15px;
}

.testimonial-box .testimonial-img {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-box .testimonial-img > span {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}

.testimonial-box .testimonial-img > big {
    background-color: #F7376A;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin-right: auto;
    margin-left: auto;
}

.time-step .time-box {
    width: 250px;
    position: relative;
}

.time-step .time-box::before {
    content: "";
    position: absolute;
    background-color: #B8B8B8;
    width: 1px;
    height: 40px;
    right: 61.5%;
    top: 16px;
}

.time-step .time-box .step-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.time-step .time-box .step-box:last-child {
    margin-bottom: 0;
}

.time-step .time-box .step-box .step-left {
    width: 35%;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.time-step .time-box .step-box i {
    width: 10%;
    float: left;
}

.time-step .time-box .step-box .step-right {
    float: left;
    width: 55%;
    text-align: left;
}

.time-step .time-box .step-box strong {
    font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: 1;
}

.time-step .time-box .step-box strong > small {
    color: #7E7E7E;
}

.top-navigation {
    margin-top: 20px;
}

.top-navigation .offer-box {
    height: 100%;
}

.top-navigation .offer-box .btn-org {
    height: 100%;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
}

.top-navigation .offer-box .btn-org > span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.top-navigation .col-md-10 {
    padding-right: 5px;
}

.top-navigation .col-md-2 {
    padding-left: 5px;
}

/* Header */

.dropdown-toggle::after {
    display: none;
}

header {
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px 0;
    z-index: 2;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    font-size: 16px;
    color: #464A53;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #10BC64;
}

.navbar-light .navbar-nav .nav-link i {
    color: #10BC64;
    margin-right: 5px;
}

.navbar-toggler .icon-bar {
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-nav .dropdown-menu {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    right: 0;
    top: 150%;
}

.navbar-nav .dropdown-item {
    text-transform: capitalize;
    font-size: 16px;
    color: #727272;
    padding: 10px 15px;
    position: relative;
}

.navbar-nav .dropdown-item::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #E5E5E5;
    bottom: -1px;
}

.navbar-nav .dropdown-item:last-child::after {
    display: none;
}

.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
    background-color: #0996C3;
    color: #fff;
}

.navbar-nav .nav-item {
    margin-left: 50px;
}

.navbar-nav .nav-img {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
}

.navbar-nav .nav-img > img {
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
    o-object-fit: cover;
    object-fit: cover;
}

.navbar-nav .nav-text {
    display: inline-block;
    position: relative;
    top: -10px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar:nth-child(2) {
    transition: ease all .2s;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.offset-wrapper {
    display: block;
    position: absolute;
    bottom: -100%;
}

#offset-sidebar {
    width: 500px;
    position: fixed;
    top: 0;
    left: -505px;
    height: 100vh;
    z-index: 999;
    background: url("../images/gohalalgo/bg-sidebar.png") repeat-x 0 0 transparent;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 50px;
}

#offset-sidebar.active {
    left: 0;
}

#offset-close {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: #00B35D;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#offset-close:hover {
    background: #fff;
    color: #7386D5;
}

#offset-close .icon-close {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 5px;
    top: 10px;
}

#offset-close .icon-close:before, 
#offset-close .icon-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #fff;
}

#offset-close .icon-close:before {
    transform: rotate(45deg);
}

#offset-close .icon-close:after {
    transform: rotate(-45deg);
}

#offset-close:hover .icon-close:before, 
#offset-close:hover .icon-close:after {
    background-color: #0D73C5;
}

#offset-nav {
    border: 0;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
}

#offset-nav:hover,
#offset-nav:focus {
    outline: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#offset-sidebar .sidebar-logo {
    padding: 20px;
}

#offest-sidebar .list {
    padding: 20px 0;
}

#offset-sidebar ul li a {
    padding: 10px;
    display: block;
    font-family: 'harabaramaisbold';
    color: #fff;
    font-size: 22px;
}

#offset-sidebar ul li a:hover {
    color: #0C74C5;
    background: #fff;
}

#offset-sidebar ul li.active > a {
    color: #0C74C5;
    background: #fff;
}

/* Footer */

.footer {
    padding: 60px 0;
}

.footer p.copyright {
    color: #0594D0;
    font-size: 14px;
}

.footer-nav h5 {
    font-size: 14px;
    font-weight: bold;
}

.footer-nav li {
    margin-bottom: 5px;
}

.footer-nav li>a {
    text-transform: capitalize;
    color: #444B55;
}

.footer-nav li>a:hover,
.footer-nav li>a:focus {
    color: #F10C67;
}

.footer-nav .social-list>li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}

.footer-nav .social-list>li>a.txt-facebook:hover {
    color: #4064AC;
}

.footer-nav .social-list>li>a.txt-twitter:hover {
    color: #1CC4F7;
}

.footer-nav .social-list>li>a.txt-instagram:hover {
    color: #DE6666;
}

.footer-nav .social-list>li>a.txt-youtube:hover {
    color: #D12926;
}

.footer-nav .social-list>li>a.txt-linkedin:hover {
    color: #0073AF;
}


/* Media Queries */

@media (max-width: 575.98px) {
    .login-box .logo-box img {
        max-width: 100%;
    }
    .login-form .login-form-group .col-3 {
        display: none;
    }
    .login-form .login-form-group .col-9 {
        float: left;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-box .product-nav .btn {
        margin-bottom: 10px;
    }
    .products-list .text-right {
        text-align: center !important;
    }
    .products-list .price-range {
        padding: 20px 10px;
        height: auto !important;
    }
    .products-list .price-range .price-box {
        width: 100%;
    }
    .sidebar-box .sidebar .list > li > a > span {
        right: 10px;
    }
}

@media (max-width: 767.98px) {
    .booking-list .card-body .col-4,
    .booking-list .card-body .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .booking-list .card-header .btn-link p {
        text-align: center;
    }
    .booking-list .card-header .btn-link .row > .col-3,
    .booking-list .card-header .btn-link .row > .col-4,
    .booking-list .card-header .btn-link .row > .col-5,
    .booking-list .card-header .btn-link .row > .col-6,
    .booking-list .card-header .btn-link .row > .col-7,
    .booking-list .card-header .btn-link .row > .col-8,
    .booking-list .card-header .btn-link .row > .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
    .booking-list .card-header .btn-link .btn {
        display: block !important;
        width: 100%;
        margin-left: 0;
    }
    .booking-list .card-header .btn-link .col-abslt { 
        position: static;
        width: auto;
    }
    .booking-list .p-icon, .product-price-box .p-icon, .table-border-behind .p-icon {
        margin-bottom: 10px;
    }
    .booking-list .p-icon p, .product-price-box .p-icon p, .table-border-behind .p-icon p {
        text-align: left !important;
    }
    .card-box {
        padding: 0;
    }
    h1.content-label-bg {
        font-size: 30px;
    }
    .content-nav .form-inline-list .form-inline-box, .content-nav .form-inline-list select.form-control {
        width: 100%;
        margin-bottom: 10px;
    }
    .content-slider-box .content-desc .text-right {
        text-align: center !important;
    }
    .content-form-grey .tab-form label {
        margin-top: 10px;
    }
    .content-top-bg {
        height: 90px;
    }
    .content-top-bg .text-right {
        position: absolute;
        transform: translate(-10%, 20%);
        right: 0;
        top: 0;
    }
    .content-top-box {
        text-align: center;
        margin-bottom: 20px;
    }
    .content-top-box .form-search {
        width: 100%;
    }
    .content-top-box .text-right {
        text-align: center !important;
    }
    .content-top-box .text-right .user-list {
        display: block;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-slider .content-desc {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .content-slider .content-desc h3 {
        margin-bottom: 0;
        width: 100%;
        font-size: 30px;
        margin-left: 0;
        padding: 0 0 100px 0;
    }
    .content-slider .content-info {
        left: 10px;
        bottom: -10px;
    }
    .content-slider-box .owl-dots {
        bottom: 30px;
    }
    .content-top .text-right img {
        width: 130px;
    }
    .document-box .document-file {
        width: 100%;
        border-radius: 0;
    }
    .document-box .document-name p > i {
        right: 0;
    }
    .desc-box {
        padding: 20px;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer .order-first {
        -ms-flex-order: 0;
        order: 0;
    }
    .form-search .input-group .btn {
        font-size: 12px;
        padding: 4px;
    }
    .form-search .input-group .form-control {
        font-size: 12px;
    }
    .form-inline-box .btn-box {
        text-align: center;
    }
    .form-popup {
        display: none;
    }
    .form-row > .col-3,
    .form-row > .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallery-box .gallery-list .gallery {
        height: 80px;
    }
    .gallery-slider {
        margin-bottom: 20px;
    }
    .gallery-slider #thumb-bg {
        height: 250px;
    }
    .gallery-slider #thumb-sm .item {
        padding: 3px;
    }
    .gallery-slider #thumb-sm .item > img {
        height: 50px;
    }
    .gallery-slider .icon-promo-box {
        top: -20px;
        right: -15px;
    }
    .input-inline {
        display: inline-block;
        width: 100%;
    }
    .input-inline > .form-control {
        width: 100%;
    }
    .input-inline > span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .modal-detail .img {
        width: 100%;
    }
    .modal-detail .table tr td {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .modal-detail .table tr td.w20 {
        width: 100%;
        text-align: center;
    }
    .modal-detail .table tr td:last-child {
        text-align: center !important;
    }
    .modal-detail .table tr td .text-right {
        text-align: center !important;
    }
    .modal-nav {
        text-align: center;
    }
    .modal-nav .modal-nav-desc {
        float: none;
    }
    .modal-nav .text-right {
        text-align: center !important;
    }
    .modal-nav .text-right .btn {
        float: none;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .modal-info > i {
        font-size: 30px;
        width: 50px;
    }
    .modal-info > h5 {
        font-size: 14px;
    }
    .navbar-brand>img {
        width: 120px;
    }
    .navbar-nav .nav-item {
        margin-left: 0;
    }
    .navbar-toggler {
        background-color: #18BE69;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        padding: 3px 8px;
        outline: 0;
    }
    .navbar-toggler:hover,
    .navbar-toggler:focus {
        outline: 0;
    }
    .nav-tabs .nav-link {
        padding: 5px 10px 0;
        font-size: 13px;
    }
    #offset-sidebar {
        width: 220px;
        left: -225px;
        padding: 20px;
    }
    #offset-sidebar .sidebar-logo {
        padding: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #offset-sidebar .sidebar-logo img {
        width: 120px;
    }
    #offset-sidebar ul li a {
        padding: 5px;
        font-size: 17px;
    }
    .package-list .package-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .package-list .package-box > a {
        border-right: 0;
        border-bottom: 1px solid #DFDFDF;
    }
    .partner-info {
        padding: 20px 0;
    }
    .partner-info p > strong {
        width: 100%;
    }
    .payment-form .btn-box .btn {
        margin-bottom: 10px;
    }
    .payment-form .btn-blue-green {
        padding: 10px 10px;
        font-size: 14px;
    }
    .payment-form .btn-box .col-md-6:first-child {
        padding-right: 15px;
    }
    .payment-form .btn-box .col-md-6:last-child {
        padding-left: 15px;
    }
    .payment-nav .list > li > a {
        width: 40px;
        height: 40px;
        padding: 7px;
    }
    .payment-product-detail .desc {
        padding-left: 0;
    }
    .payment-product-detail .img-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .payment-steps .payment-step {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .payment-steps .payment-step .payment-form {
        border-right: 0;
    }
    .product-box {
        text-align: center;
    }
    .product-box .p-icon {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }
    .product-detail .text-center .btn-bg {
        font-size: 15px;
        padding: 14px 20px;
    }
    .product-detail-title .text-right {
        text-align: center !important;
    }
    .product-detail-title .text-right > a.txt-pink, .product-detail-title .text-right > a.txt-green {
        margin-left: 10px;
        margin-right: 10px;
    }
    .products-list .text-center .a-abslt {
        right: 0;
        bottom: -40px;
    }
    .product-price-box .product-price-detail {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0;
    }
    .product-price-box .product-total {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }
    .product-table tbody td:first-child {
        font-weight: 500;
        padding-right: 10px;
        width: 15%;
    }
    .product-table tbody td .btn-bg {
        font-size: 13px;
        padding: 10px;
        width: 100%;
    }
    .product-table tbody td .btn-bg br {
        display: block;
    }
    .product-table tbody td .form-box .form-control {
        width: 100%;
    }
    .product-table tbody td .form-box input[type="text"] {
        width: 100%;
    }
    .product-table tbody td .input-inline .select2-container {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .product-train-list .product-train-row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .product-train-list .product-train-row .product-train-top { 
        height: auto;
        text-align: center;
    }
    .product-train-list .product-train-row:first-child .product-train-top {
        padding-left: 15px;
    }
    .product-train-list .product-train-row:last-child .product-train-top {
        padding-right: 15px;
    }
    .product-train-list .product-train-row .product-train-top p {
        float: none !important;
    }
    .product-train-list .product-train-row:first-child .product-train-table {
        padding-left: 15px;
    }
    .product-train-list .product-train-row:last-child .product-train-table {
        padding-right: 0;
        padding-left: 15px;
    }
    .product-train-list .product-train-row-12 .product-train-top-full {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .product-train-list .product-train-row-12 .product-train-top-full p, .product-train-list .product-train-row-12 .product-train-top-full .filter-box {
        float: none !important;
    }
    .partner-list li {
        margin-bottom: 10px;
        padding: 10px;
    }
    .products-list .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-list .row .col-md-3 {
        padding-right: 15px;
    }
    .products-list .row .col-md-9 {
        padding-left: 15px;
    }
    .products-list .sidebar-box {
        margin-bottom: 20px;
        height: auto;
    }
    .products-list .price-range {
        height: 50px;
    }
    .products-list .text-right {
        text-align: center !important;
    }
    .purchase-box .purchase-label {
        padding-left: 15px;
        padding-right: 15px;
    }
    .purchase-box .purchase-label .checkbox-style {
        float: left;
        margin-top: 5px;
    }
    .purchase-info p > span {
        width: auto;
        margin-right: 10px;
    }
    .slider .item .slider-content {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .slider-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider-top-box > .slider-content {
        bottom: 10px;
        left: 10px;
    }
    .slider-top-box > .slider-content img {
        width: 50px;
    }
    .tab-date-box {
        margin-bottom: 15px;
    }
    .tab-detail {
        margin-bottom: 10px;
    }
    .tab-detail .tab-label {
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .tab-detail .tab-box-content {
        text-align: center;
    }
    .tab-detail .tab-box-content p, .tab-detail .tab-box-content a {
        line-height: 1.2;
        font-size: 14px;
    }
    .tab-list .nav {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .tab-list .nav > .nav-item {
        width: 100%;
        text-align: center;
    }
    .tab-list .nav > .nav-item > .nav-link {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tab-list .nav > .nav-item > .nav-link.active::before, .tab-list .nav > .nav-item > .nav-link.active::after {
        display: none;
    }
    .tab-list .nav > .nav-item > .nav-link.active {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .table thead tr > th {
        font-size: 12px;
        vertical-align: middle;
        padding: 10px;
    }
    .table tbody tr > td {
        font-size: 12px;
        padding: 10px;
    }
    .table tbody tr > td .btn {
        text-align: center;
    }
    .table tfoot tr > td p > big {
        font-size: 16px;
    }
    .table thead tr > th i, .table-striped tbody tr > td i {
        display: none;
    }
    .table thead tr > th:first-child, .table tbody tr > td:first-child, .table tfoot tr > td:first-child {
        padding-left: 15px;
    }
    .table thead tr > th:last-child, .table tbody tr > td:last-child, .table tfoot tr > td:last-child {
        padding-right: 15px;
    }
    .table-box tbody td:first-child {
        width: 30%;
    }
    .table-box tbody td .detail {
        padding-left: 0;
    }
    .table-box tbody td .img-box {
        width: 200px;
        height: 120px;
        margin-bottom: 10px;
    }
    .table-box thead th {
        padding: 8px 10px;
        line-height: 1;
    }
    .testimonial-box {
        text-align: center;
    }
    .testimonial-box h5 {
        font-size: 30px;
    }
    .testimonial-box .testimonial-img > span {
        width: 75px;
        height: 75px;
    }
    .testimonial-box .testimonial-img > big {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .testimonial-box .testimonial-desc {
        padding: 0;
    }
    .testimonial-box .testimonial-desc > h6 {
        font-size: 12px;
    }
    .testimonial-box .testimonial-desc > p {
        font-size: 10px;
    }
    .time-step .time-box::before {
        height: 43px;
        right: 60.2%;
        top: 11px;
    }
    .top-navigation .col-md-2 {
        padding-left: 15px;
    }
    .top-navigation .col-md-10 {
        padding-right: 15px;
    }
    .top-navigation .offer-box {
        padding-top: 10px;
        height: auto;
    }
    .top-navigation .offer-box .btn-org {
        height: auto;
        padding: 40px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .booking-list .card-body p {
        font-size: 12px;
    }
    .booking-list .card-header .btn-link p {
        font-size: 12px;
    }
    .booking-list .p-icon p b, .booking-list .card-header .btn-link h6 {
        font-size: 14px;
    }
    .booking-list .card-header .btn-link.collapsed .col-abslt {
        position: absolute !important;
        top: -15px;
    }
    .booking-list .card-header .btn-link .col-abslt p {
        text-align: right;
    }
    .card-box {
        padding: 0;
    }
    .card-box > .card-desc > p {
        line-height: 1.3;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-slider .content-desc {
        position: absolute;
        top: 33%;
        right: 0;
        padding: 0;
    }
    .content-slider .content-desc h3 {
        margin-bottom: 0;
        width: 100%;
    }
    .content-form-grey .tab-form label {
        font-size: 11px;
        margin-bottom: 10px;
    }
    .content-form-grey .btn-box .btn {
        margin-top: 26px;
    }
    .content-nav .form-inline-list .form-inline-box {
        width: 140px;
        letter-spacing: 0;
        font-size: 14px;
    }
    .content-nav .form-inline-list select.form-control {
        width: 190px;
        letter-spacing: 0;
        font-size: 14px;
    }
    .content-slider .content-desc h3 {
        margin-left: 0;
    }
    .desc-box {
        padding: 15px;
        width: 100%;
    }
    .destination-list .destination-box .destination-desc > a {
        padding: 10px;
    }
    .document-box .document-file {
        width: 100%;
    }
    .form-inline-box .btn-box .btn {
        padding: 15px 30px;
        width: 100%;
    }
    .form-popup {
        display: none;
    }
    .form-row .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .partner-list li {
        padding: 10px;
    }
    .payment-form .btn-box .btn {
        margin-bottom: 10px;
    }
    .payment-form .btn-box .col-md-6:first-child {
        padding-right: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .payment-form .btn-box .col-md-6:last-child {
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .payment-product-detail .desc {
        padding-left: 0;
    }
    .payment-product-detail .img-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .products-list .form-row .col {
        margin-bottom: 15px;
    }
    .product-box .product-img > span {
        width: 100px;
        height: 100px;
    }
    .product-box .product-nav .btn {
        margin-bottom: 10px;
    }
    .product-detail .btn-box > .btn {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-train-list .product-train-row:first-child .product-train-top {
        padding-left: 15px;
    }
    .product-train-list .product-train-row:last-child .product-train-top {
        padding-right: 15px;
    }
    .product-train-list .product-train-row:first-child .product-train-table {
        padding-left: 15px;
    }
    .product-train-list .product-train-row:last-child .product-train-table {
        padding-right: 15px;
    }
    .product-train-list .product-train-row-12 .product-train-top-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .purchase-box .purchase-label {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sidebar-box .sidebar .price-range-txt {
        position: relative;
        right: auto;
        left: 20px;
    }
    .sidebar-box .sidebar .price-box {
        width: 70%;
    }
    .slider-top-box > .slider-content {
        bottom: 20px;
        left: 20px;
    }
    .slider-top-box > .slider-content img {
        width: 150px;
    }
    .tab-detail .tab-box-content p, .tab-detail .tab-box-content a {
        line-height: 1.2;
        font-size: 14px;
    }
    .tab-list .nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-list .nav > .nav-item > .nav-link {
        font-size: 14px;
        padding: 8px 15px;
    }
    .table tbody tr > td .btn {
        text-align: center;
    }
    .table thead tr > th i, .table tbody tr > td i {
        display: none;
    }
    .table thead tr > th:first-child, .table tbody tr > td:first-child, .table tfoot tr > td:first-child {
        padding-left: 15px;
    }
    .table thead tr > th:last-child, .table tbody tr > td:last-child, .table tfoot tr > td:last-child {
        padding-right: 15px;
    }
    .table-border-behind thead th {
        padding: 10px;
    }
    .table-border-behind tbody td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-border-behind tbody td .radio-box {
        width: auto;
    }
    .time-step .time-box::before {
        display: none;
    }
    .top-navigation .offer-box .btn-org {
        letter-spacing: 0;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .booking-list .card-header .btn-link p big {
        font-size: 16px;
    }
    .booking-list .card-body p {
        font-size: 12px;
    }
    .booking-list .card-header .btn-link p {
        font-size: 12px;
    }
    .booking-list .p-icon p b, .booking-list .card-header .btn-link h6 {
        font-size: 14px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .content-slider .content-desc {
        position: absolute;
        top: 33%;
        padding: 0;
        right: 0;
    }
    .price-box {
        width: 100px;
    }
    .product-box .product-nav .btn {
        margin-bottom: 10px;
    }
    .product-train-list .product-train-row:first-child .product-train-top {
        padding-left: 15px;
    }
    .product-train-list .product-train-row:last-child .product-train-top {
        padding-right: 15px;
    }
    .product-train-list .product-train-row:first-child .product-train-table {
        padding-left: 15px;
    }
    .product-train-list .product-train-row:last-child .product-train-table {
        padding-right: 15px;
    }
    .product-train-list .product-train-row-12 .product-train-top-full {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-list .nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tab-list .nav > .nav-item > .nav-link {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .content-slider .content-desc {
        position: absolute;
        top: 0;
        right: 0;
    }
}