
root {
    --main-bg-color: #ff5146;
    --white: #fff;
    --txt-dark: #000;
    --txt-light-dark: #414141;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: var(--txt-dark);
    min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    /* border-color:#000; */
    box-shadow: 0 0px 0px transparent inset, 0 0 0px rgba(126, 239, 104, 0);
    outline: none;
}

.form-control {
    box-shadow: inset 0 0px 0px transparent;
}

.form-control:focus {
    /* border-color:transparent;   */
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0);
    box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0);
}

select {
    cursor: pointer;
}

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

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

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

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

button:focus,
button:active {
    box-shadow: none;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

/*=====================Common style start=========================*/

.main-wrapper {
    position: relative;
    overflow: hidden;
}

.smooth {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

img {
    /*width: 100%;*/
}

.c-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-common {
    background: #ff5146;
    color: var(--white);
    border: 1px solid #ff5146;
    font-size: 15px;
    border-radius: 4px;
    padding: 10px 25px;
    text-transform: capitalize;
}

.btn-common:hover {
    color: #ff5146;
    background: #fff;
}

.btn-padding {
    padding: .375rem 1.5rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.cm-padding {
    padding: 30px 0;
}

.orange-color {
    color: #ff5146;
}

.exp-input::-webkit-input-placeholder,
.nws-input::-webkit-input-placeholder,
.common-input::-webkit-input-placeholder { /* Edge */
    color: #7e7e7e;
}

.exp-input:-ms-input-placeholder,
.nws-input:-ms-input-placeholder,
.common-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7e7e7e;
}

.exp-input::placeholder,
.nws-input::placeholder,
.common-input::placeholder {
    color: #7e7e7e;
}


/*=====================Common style end=========================*/

/*=====================Topbar start=========================*/

.topbar-section {
    padding: 6px 0;
    box-shadow: 0 0 6px #00000052;
}

.topbar-nav {
    width: calc(100% - 145px);
}

.top-bar-login {
    width: 140px;
}

.top-a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.top-a img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 5px;
    margin-top: -2px;
}

.top-a:hover {
    color: #ff5146;
}

.btn-login {
    background: #ff5146;
    color: var(--white);
    border: 1px solid #ff5146;
    font-size: 15px;
    border-radius: 0;
    padding: .375rem 1.5rem;
    text-transform: uppercase;
}

.btn-login:hover {
    color: #ff5146;
    background: #fff;
}

.btn-account:focus,
.btn-account.focus {
    outline: none;
    box-shadow: none;
}

.acc-drop-menu {
    border: 2px solid #eee;
    box-shadow: 2px 2px 8px #00000032;
}

.acc-item {
    font-size: 14px;
}

.acc-item:focus, .acc-item:hover {
    color: #fff;
    background-color: #ff5146;
}

/*=====================Topbar end=========================*/

/*=====================Navbar start=========================*/

.c-navbar {
    position: relative;
    padding: 15px 5px;
}

.c-navbar .navbar-brand {
    border: 6px solid #ff0000;
    border-radius: 6px;
    padding: 5px;
}

.btn-reverse {
    background: var(--white);
    color: #ff5146;
    border: 1px solid #ff5146;
    border-radius: 0;
}

.btn-reverse:hover {
    color: var(--white);
    background: #ff5146;
}

.c-nav-a {
    font-size: 15px;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.c-nav-a.active,
.c-nav-a:hover {
    color: #ff5146;
}

/*=====================Navbar end=========================*/

.footer {
    background: #3e3e3e;
    padding: 50px 0 0;
}

.ft-contact img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 10px;
}

.ft-a,
.ft-contact {
    color: #fff;
    font-size: 16px;
}

.ft-a:hover,
.ft-contact:hover {
    color: #ff5146;
}

.ft-menu-title {
    color: #fff;
    font-size: 18px;
    padding: .5rem 1rem;
    position: relative;
    margin-bottom: 20px;
}

.ft-menu-title:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 1rem;
}

.ft-menu-link {
    padding: 5px 1rem;
}

.ft-copyright {
    text-align: center;
    color: var(--white);
    font-size: 16px;
    padding: 20px 0 50px;
}

/*===================== Home page start =========================*/

.hero-title {
    font-size: 32px;
    text-align: center;
    margin: 10px 0;
}

.hero-title span {
    color: #ff5146;
}

.dept-ul li + li {
    margin-left: 15px;
}

/*-----custom radio start-----*/

.c-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    color: #626262;
}

/* Hide the browser's default radio button */
.c-radio input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.c-radio .checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #646464;
}

/* On mouse-over, add a grey background color */
.c-radio:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.c-radio input:checked ~ .checkmark {
    background-color: #fff;
    border-color: #ff5146;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.c-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.c-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.c-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff5146;
}

/*-----custom radio end-----*/

/*-----------------hero form start-------------------*/

.hero-form {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #d7dce3;
    box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
}

.search-form-group {
    position: relative;
}

.search-form-group input, .search-form-group select {
    height: 60px;
    padding: .375rem .75rem .375rem 50px;
    border: 0;
    border-radius: 0;
}

.hero-form-img {
    position: absolute;
    width: 25px;
    top: 18px;
    left: 10px;
}

.search-form-group input::-webkit-input-placeholder { /* Edge */
    color: #646464;
}

.search-form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #646464;
}

.search-form-group input::placeholder {
    color: #646464;
}

.c-border-right {
    border-right: 1px solid #d7dce3;
}

.destination-txt,
.destination-txt a {
    color: #ff5146;
}

.destination-txt a:hover {
    color: #ff5146;
}

/*-----------------hero form end-------------------*/

.bet-block {
    position: relative;
    background-image: url(../images/bet-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
}

.btn-img {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.btn-img img {
    max-width: 200px;
}

.bet-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #1d1d1d;
}

.bet-detail-block {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 205px);
    padding: 0 50px;
}

.bet-desc {
    color: #414141;
    font-size: 16px;
    margin-bottom: 0;
}

.sm-txt {
    color: #878787;
    font-size: 16px;
    margin-bottom: 0;
}

.que-one,
.que-two {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0;
}

.que-one {
    width: calc(100% - 305px);
}

.que-two {
    width: 300px;
    padding: 0 15px;
}

.que-two button {
    width: 100%;
    font-size: 20px;
    padding: .75rem;
}

.compare-li {
    width: 20%;
    position: relative;
}

.compare-li:first-child:before,
.compare-li:nth-child(2):before {
    position: absolute;
    content: "";
    background-image: url(../images/ic_right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.compare-img {
    width: 70px;
}

.compare-txt {
    color: #393939;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
}

.explore-title {
    font-size: 24px;
}

.explore-li:not(:last-child) {
    margin-right: 15px;
}

/*----------custom checkbox start-------------*/
.c-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #292929;
    margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.c-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.c-check .checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #646464;
}

/* On mouse-over, add a grey background color */
.c-check:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.c-check.c-red-check input:checked ~ .checkmark {
    background-color: #ff5146;
    border-color: #ff5146;
}

.c-check input:checked ~ .checkmark {
    background-color: #ff5146 !important;
    border-color: #ff5146 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.c-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.c-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.c-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------custom checkbox end-------------*/

.tm-title {
    font-size: 20px;
}

.tm-li:not(:last-child) {
    margin-right: 15px;
}

.btn-common-sm {
    font-size: 14px;
    padding: 5px 15px;
}

.travel-month-ul {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
}

.view-btn-block {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
}

/*--------common carousel start----------*/

.common-carousel {
    padding: 50px 0;
}

.cm-tour-img-block {
    position: relative;
}

.cm-tour-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
}

.tour-name-time {
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
    color: #fff;
    font-size: 14px;
}

.tour-name-time span {
    display: block;
}

.tour-name-time span:first-child {
    font-size: 13px;
    /*font-family: 'MyriadPro-Regular';*/
}

/*.tour-name-time span:last-child{
  font-family: 'MyriadPro-Semibold';
}*/

.tour-rate {
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
    color: #fff000;
    font-size: 13px;
}

.cm-tour-li {
    /*width: 49%;*/
    padding: 5px 0;
}

.cm-tour-li:not(last-chils) {
    margin-right: 0 !important;
}

.cm-tour-name {
    font-size: 18px;
    color: #1a2b48;
}

.cm-tour-pkg,
.cm-txt {
    color: #7e7e7e;
    font-size: 15px;
}

.cm-tour-price {
    color: #ff5146;
    font-size: 18px;
}

.common-carousel-nav .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    width: 100%;
    background: #fff;
}

.common-carousel-nav .owl-nav .owl-prev,
.common-carousel-nav .owl-nav .owl-next {
    margin: 0;
    width: 35px;
    height: 35px;
    font-size: 35px !important;
    background: #fff !important;
    border: 1px solid #cacaca !important;
    vertical-align: middle;
    border-radius: 0 !important;
    transition: .4s;
}

.common-carousel-nav .owl-nav .owl-prev {
    left: -15px;
    position: absolute;
}

.common-carousel-nav .owl-nav .owl-next {
    right: -15px;
    position: absolute;
}

.common-carousel-nav .owl-nav button span {
    width: 100%;
    height: 100%;
    line-height: 28px;
    padding: 0;
    display: block;
    color: #cacaca;
}

.common-carousel-nav .owl-nav .owl-prev:hover,
.common-carousel-nav .owl-nav .owl-next:hover {
    background: #ff5146 !important;
    border: 1px solid #ff5146 !important;
}

.common-carousel-nav .owl-nav .owl-prev:hover span,
.common-carousel-nav .owl-nav .owl-next:hover span {
    color: #fff;
}

/*--------common carousel end----------*/

/*--------Destination start----------*/

.main-title {
    font-size: 36px;
    text-align: center;
}

.sub-title {
    color: #7e7e7e;
    font-size: 20px;
    text-align: center;
}

.c-radio input ~ .checkmark + .dest-detail {
    padding: 5px 10px;
    border-radius: 50px;
}

.c-radio input:checked ~ .checkmark + .dest-detail {
    background: #ff5146;
    color: #fff;
}

.dest-pkg-total {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
}

.dest-pkg-txt {
    font-size: 18px;
    color: #7e7e7e;
    margin-bottom: 0;
}

.destination-carousel {
    padding-top: 25px;
}

/*--------Destination end----------*/

/*--------Holiday carousel start----------*/

.holiday-carousel {
    padding: 25px 0;
}

.holiday-img-block {
    border-radius: 100%;
    overflow: hidden;
}

.holiday-desc {
    padding: 10px 0;
}

.hd-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.hd-pkg {
    margin-bottom: 0;
    font-size: 14px;
    color: #7e7e7e;
}

.holiday-carousel a:hover {
    text-decoration: none;
}

.holiday-carousel a:hover .hd-title,
.holiday-carousel a:hover .hd-pkg {
    color: #ff5146;
}

/*--------Holiday carousel end----------*/

/*--------Form section start----------*/

.form-section {
    position: relative;
    background-image: url('../images/form-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.expert-block {
    max-width: 40%;
    margin-left: auto;
}

.expert-title {
    font-size: 28px;
    font-weight: bold;
    color: #ff5146;
    margin-bottom: 10px;
}

.expert-sm-txt {
    font-size: 16px;
    color: #000;
}

.expert-sm-txt:hover i {
    margin-left: .8rem !important;
}

.exp-form {
    background: #ff5146;
    padding: 25px 30px;
    text-align: center;
    border: 12px solid #fff0;
    background-clip: padding-box;
    box-shadow: 0 0 6px #00000042;
}

.exp-form-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.c-form-group {
    position: relative;
}

.exp-input {
    border: 0;
    border-radius: 0;
    background: #fff;
    padding-left: 40px;
    height: 50px;
}

.exp-inp-img {
    position: absolute;
    width: 20px;
    top: 16px;
    left: 10px;
}

.exp-form-chk {
    margin: 15px 0;
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.exp-form-chk .checkmark {
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 0;
}

.exp-form-chk input:checked ~ .checkmark {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.exp-form-chk .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #ff5146;
    border-width: 0 3px 3px 0;
}

.exp-lbl {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}

.btn-exp {
    width: 100%;
    font-size: 16px;
    color: #7e7e7e;
    background: #fff;
    border-radius: 0;
    height: 50px;
    padding: 12px;
    position: relative;
    z-index: 1298;
}

.btn-exp.active {
    color: #fff;
}

.btn-exp.active:before {
    position: absolute;
    content: "";
    background: #ff5146;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
}


/*----- form radio -----*/
.c-form-chk {
    display: block;
    position: relative;
    cursor: pointer;
    height: 50px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.c-form-chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.c-form-chk .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 50px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.c-form-chk input:checked ~ .checkmark {
    background: #ff5146;
    color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.c-form-chk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.c-form-chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.c-form-chk .checkmark:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #ff514630;
}

/*----- form radio -----*/


.exp-whatsapp {
    width: 20px;
    vertical-align: middle;
}

.btn-exp-submit {
    background: #0a0a0a;
    color: #fff;
    height: 50px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-exp-submit:hover {
    color: #ff5146;
}

.secure-txt {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

/*--------Form section end----------*/

/*--------Packages start----------*/
.pkg-top-padding {
    padding: 60px 0 0 0;
}

.c-tabs {
    margin-bottom: 50px;
}

.c-tab-a {
    background: #f5f5f5;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 0 !important
}

.c-tabs .c-tab-a.active {
    background-color: #ff5146;
}

.c-tab-a:hover {
    color: #ff5146;
}

.pkg-img-block {
    position: relative;
}

.pkg-main-img {
    max-height: 220px;
    overflow: hidden;
}

.pkg-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pkg-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.pkg-inner-title {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 125px);
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 4px #000000a8;
}

.pkg-inner-price {
    display: inline-block;
    vertical-align: bottom;
    width: 120px;
    background: #ffffffe0;
    text-align: right;
    padding: 6px 10px;
}

.pkg-price {
    display: block;
    font-size: 20px;
    color: #ff5146;
}

.pkg-limit {
    display: block;
    font-size: 15px;
    color: #000;
}

.pkg-main-deatil-block {
    padding: 10px;
    background: #fafafa;
    box-shadow: 0 1px rgb(0 0 0 / 28%);
}

.pkg-main-title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 125px);
}

.button-pkg-block {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}

.btn-pkg {
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 40px;
}

/*--------Packages end----------*/

/*-----Agent section start-----*/

.agent-block {
    box-shadow: 4px 4px 6px #00000052;
}

.agent-logo-detail {
    padding: 10px;
    background: #f7f7f7;
}

.agent-name {
    font-size: 20px;
    color: #414141;
    text-align: center;
    padding: 10px 0 0;
}

.agent-ul {
    background: #ff5146;
}

.agent-ul li {
    padding: 10px 5px;
}

.agent-ul li + li {
    border-left: 1px solid #fff;
}

.agent-ul li:first-child {
    width: 70px;
}

.agent-ul li:nth-child(2) {
    width: calc(100% - 155px);
}

.agent-ul li:last-child {
    width: 75px;
}

.trip-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.trip-name {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.abt-title {
    font-size: 22px;
    color: #000;
    margin-top: 30px;
}

.abt-desc {
    color: #717171;
    font-size: 18px;
    margin-bottom: 0;
}

/*-----Agent section end-----*/

/*-----News letter start-----*/
.news-ltr-section {
    background: #f5f5f5;
}

.nws-ltr-detail-block img {
    max-width: 70px;
    display: inline-block;
    vertical-align: middle;
}

.nws-detail {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 75px);
    padding: 0 15px;
}

.nws-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.nws-sm-txt {
    font-size: 16px;
    color: #5e5e5e;
}

.nws-input {
    height: 50px;
}

.nws-btn {
    background: #5191fa;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

/*-----News letter end-----*/

/*===================== Home page end =========================*/

/*===================== Tour search start =========================*/

.sidebar-wraper {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 100%;
    background: #fff;
    left: 0;
    position: relative;
    z-index: 1040;
    transition: .4s;
    overflow: hidden;
}

.filter-result-block {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 320px);
    margin-left: 15px;
    padding-left: 15px;
    transition: .2s;
}

/*----------sidebar start-----------*/

.sidebar-ul {
    border: 1px solid #edeef0;
    padding: 20px;
}

.ftr-details.hide {
    display: none;
}

.filter-sidebar-title .ftr-bar-title,
.filter-sidebar-title .btn-reset {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.filter-sidebar-title .ftr-bar-title:before {
    display: none;
}

.btn-reset {
    background: transparent;
    border: 0;
    color: #6e6e6e;
    font-size: 14px;
    padding: 0;
    text-align: right;
}

.ftr-bar-title {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.ftr-control-block .ftr-main-chk {
    width: calc(100% - 35px);
}

.ftr-control-block .collapse-title {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.collapse-title {
    position: relative;
}

.collapse-title:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f107";
    font-size: 18px;
    width: 30px;
    text-align: center;
    top: 0px;
    right: 0;
    color: #2d2d2d;
    font-weight: 100;
    transition: .4s;
    z-index: 1148;
    transform: rotate(180deg);
}

.collapse-title.active:before {
    transform: rotate(0deg);
}

.ftr-chk {
    font-size: 16px;
    padding-left: 25px;
    display: inline-block;
    width: 50%;
    margin: 0 -2px 10px 0;
}

.ftr-chk .checkmark {
    top: 4px;
    height: 18px;
    width: 18px;
}

.ftr-chk .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
}

.ftr-hotel-rate {
    color: #fdc02a;
}

.ftr-sm-icon {
    width: 18px;
    margin: 0 10px;
}

/*----------sidebar end-----------*/

.filter-group {
    margin-bottom: 20px;
}

.sort-tile {
    font-size: 14px;
    color: #2d2d2d;
    margin-right: 5px;
    font-weight: bold;
}

.filter-select {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 14px;
}

.ftr-head-title {
    font-size: 22px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 20px;
    padding-left: 20px;
}

.ftr-li {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #d7dce3;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 0.32);
}

.ftr-li + .ftr-li {
    margin-top: 40px;
}

.ftr-cm-block {
    display: inline-block;
    vertical-align: top;
}

.tour-left-img {
    width: 270px;
}

.tour-middel-block {
    width: calc(100% - 540px);
    padding: 20px;
}

.tour-right-block {
    width: 260px;
    padding: 50px 30px 30px 0;
}

.info-icon {
    font-size: 18px;
    vertical-align: middle;
    color: #868686;
}

.filter-img-block {
    height: 320px;
    overflow: hidden;
}

.filter-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour-map-block {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 63.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.ftr-tour-title {
    font-size: 20px;
    color: #1d1d1d;
    font-weight: bold;
}

.ftr-tour-detail {
    margin-bottom: 10px;
}

.tour-middel-block .seprate-line {
    margin: 10px 0;
}

.ftr-inner-detail-img {
    width: 16px;
}

.ftr-inner-txt {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}

.ftr-inner-li span {
    display: inline-block;
    vertical-align: middle;
}

.ftr-desc-title {
    font-size: 12px;
    color: #868686;
    text-transform: uppercase;
    width: 140px;
}

.ftr-desc-value {
    width: calc(100% - 145px);
}

.ftr-desc-value {
    font-size: 12px;
    color: #1d1d1d;
}

.filter-sm-txt {
    font-size: 14px;
    color: #868686;
}

.offer-info {
    display: inline-block;
    vertical-align: middle;
}

.ftr-sm-txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
}

.offer-badge {
    background: #299f91;
    color: #fff;
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 12px;
}

.filter-lg-txt {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
}

.person-price {
    font-size: 16px;
}

.from-price-txt {
    color: #1d1d1d;
    font-size: 14px;
}

.ft-sub-price {
    font-size: 26px;
    color: #62aa60;
    font-weight: bold;
    margin: 10px 0 0;
}

.ft-sub-price span {
    font-size: 16px;
    color: #868686;
}

.save-price-txt {
    font-size: 14px;
    color: #868686;
}

.seprate-line {
    border: 1px solid #edeef0;
    margin: 15px 0;
}

.btn-ftr {
    width: 100%;
    margin-top: 15px;
    border-radius: 4px;
}

/*===================== Tour search end =========================*/

/*===================== Excusion result start =========================*/

.ex-filter-group {
    margin-top: 50px;
}

.search-result-ftr-title:before {
    display: none;
}

.filter-select-sm {
    width: unset;
}

.instant-confirm-block {
    padding: 4px 5px;
    border: 1px solid #c2c2c2;
    display: inline-block;
    vertical-align: middle;
}

.instant-confirm-block .ftr-chk {
    width: unset;
    vertical-align: top;
    margin-left: 5px;
}

.ex-result-ul {
    display: grid;
    flex-wrap: wrap;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}

.ex-result-li {
    border: 1px solid rgba(0, 0, 0, .125);
    background: #fff;
    border-radius: .25rem;
    overflow: hidden;
}

.ex-img-block {
    max-height: 220px;
    position: relative;
    overflow: hidden;
}

.ex-result-img {
    max-height: 220px;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.ex-offer-lbl {
    background: #ff5146;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.ex_video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.ex-video-btn {
    background: #fff;
    padding: 0;
    width: 30px;
    height: 30px;
    /*line-height: 30px;*/
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #ff5146;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 0.52);
}

.pause-btn {
    display: none;
}

.ex-card-body {
    padding: 15px;
    position: relative;
}

.ex-result-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    padding-right: 25px;
}

.ex-rate-block {
    color: #9a9997;
    font-size: 14px;
    margin-bottom: 15px;
}

.ex-rating {
    color: #fba824;
}

.ex-price-block span {
    display: block;
}

.ex-old-price {
    color: #9a9997;
    font-size: 14px;
}

.ex-new-price {
    font-weight: 600;
    color: #2d2d2d;
}

.orange {
    color: #ff5146;
}

.ex-avail-offer {
    font-size: 14px;
    color: #2d2d2d;
}

.today-tommorow {
    color: #6ebca2;
}

.ex-bookmark {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 26px;
    color: #ff5146;
    z-index: 1141;
}

.c-pagination li:not(:last-child) {
    margin-right: 10px;
}

.c-pagination .page-link {
    border-radius: .25rem;
    color: #2d2d2d;
}

.c-pagination .page-item.active .page-link {
    background-color: #ff5146;
    border-color: #ff5146;
}

.c-pagination .page-link:focus {
    box-shadow: none;
}

/*===================== Excusion result end =========================*/

/*===================== Faqs start =========================*/

.faq-title {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 30px;
}

.acc-title {
    color: #434343;
    padding: 0;
    font-size: 16px;
    position: relative;
}

.acc-title:hover,
.acc-title:focus {
    text-decoration: none;
    color: #ff5146;
    box-shadow: none;
    outline: none;
}

.acc-title:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f107";
    font-size: 18px;
    width: 30px;
    text-align: center;
    top: 0px;
    right: 0;
    color: #2d2d2d;
    font-weight: 100;
    transition: .4s;
    z-index: 1148;

}

.acc-title[aria-expanded="true"]:before {
    transform: rotate(180deg);
}

.accordian-search-icon {
    color: #ff5146;
    margin-right: 5px;
}

.acc-card {
    border: 0;
}

.acc-card + .acc-card {
    border-top: 1px solid #dcdcdc;
}

.acc-card-header {
    background: transparent;
    border: 0;
}

.acc-desc {
    color: #434343;
    font-size: 16px;
    padding-left: 42px;
}

.que-title-li {
    background: #ff5146;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.que-inner-title {
    color: #434343;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 6px;
}

.que-inner-desc {
    font-size: 15px;
    color: #434343;
}

.similar-carousel-title {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 600;
    background: #ececec;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
}

.similar-title {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: bold;
}

.similar-sm-title {
    color: #838383;
    font-size: 16px;
}

.destination-carousel .pkg-main-title {
    font-size: 16px;
    vertical-align: top;
}

.dest-sm-desc {
    font-size: 14px;
    color: #696969;
    margin-bottom: 0;
}

.dest-price-title {
    font-size: 14px;
    color: #696969;
}

.dest-price {
    color: #ff5146;
    font-size: 18px;
    font-weight: 600;
}

.dest-view-all {
    font-size: 16px;
    color: #289cf7;
    font-weight: 600;
    text-decoration: underline;
}

.special-desc {
    font-size: 18px;
    color: #717171;
}

/*===================== Faqs end =========================*/

/*===================== Recommended start =========================*/

.recommended-section {
    background: #f4f4f4;
}

.rc-main-title,
.recommended-title {
    padding: 0 1rem;
}

.recommended-title {
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.rc-list-block + .rc-list-block {
    margin-top: 15px;
}

.rc-li {
    position: relative;
}

.rc-li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #cbcbcb;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

.rc-link {
    color: #6a696f;
    font-size: 14px;
    padding: .3rem 1rem;
}

.rc-link:hover {
    color: #ff5146;
}

/*===================== Recommended end =========================*/

/*===================== Signup form start =========================*/

.signup-section {
    background: #ff514612;
}

.avatar-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 16px 0px #00000052;
    transition: all .3s ease;
    border: 4px solid #fff;
}

.avatar-wrapper:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.avatar-wrapper:hover .profile-pic {
    opacity: .5;
}

.avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
}

.avatar-wrapper .profile-pic:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 130px;
    background: #e9ecef;
    color: #343a40;
    text-align: center;
}

.avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.avatar-wrapper .upload-button .gallery-img {
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    color: #212529;
}

.avatar-wrapper .upload-button:hover .gallery-img {
    opacity: .9;
}


/*----Signup image upload start-----*/


/*----Signup image upload end-----*/


.common-input {
    border: 0;
    border-radius: 0;
    background: #fff;
    height: 50px;
}

.form-txt {
    color: #fff;
    font-size: 14px;
}

.form-txt a {
    color: #fff;
    padding-left: 5px;
}

.sep-line {
    position: relative;
}

.sep-line span {
    color: #fff;
    font-weight: bold;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    background: #ff5146;
    z-index: 1189;
    position: relative;
}

.sep-line-signup span {
    width: 150px;
}

.sep-line:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(255 255 255 / 0.42);
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1188;
}

.social-form-btn {
    display: grid;
    flex-wrap: wrap;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}

.btn-social-login {
    background: #fff;
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 16px;
    color: #ff5146;
    position: relative;
}

.btn-social-login span {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

/*===================== Signup form end =========================*/

.profile-input {
    border: 1px solid #adb5bd;
}

.cp-tabs {
    border: 1px solid #edeef0;
}

.cp-tabs .nav-link + .nav-link {
    border: 1px solid #edeef0;
}

.cp-tabs .nav-link:hover {
    background: #ff51461c;
    color: #333;
}

.cp-tabs .nav-link.active, .cp-tabs .show > .nav-link {
    border-radius: 0;
    background: #ff5146;
}

.tabs-content-heading h1 {
    font-size: 22px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 30px;
}


/*==================== Execution detail start ========================*/

.c-breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

.c-breadcrumb .breadcrumb-item {
    font-size: 14px;
}

.c-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
}

.ex-social .nav-link {
    padding: .5rem;
    color: #b4b4b4;
}

.ex-main-title {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: bold;
    margin: 15px 0;
}

.ex-short-desc {
    font-size: 14px;
}

.fill-up {
    background: #ff5146;
    color: #fff;
    padding: 8px 15px;
}

.ex-quick-tool .btn {
    font-size: 14px;
}

.ex-inner-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ex-inner-desc {
    font-size: 14px;
    margin-bottom: 0;
}

.txt-orange {
    color: #ff5146;
}

.ex-inner-detail-block + .ex-inner-detail-block {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.ex-ul {
    padding-left: 20px;
}

.ex-li {
    padding-left: 10px;
    list-style-type: disc;
}

.ex-img {
    width: 35px;
    margin-bottom: 10px;
}

.ex-img-detail {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.ex-service-li {
    width: 22%;
    margin-right: 0 !important;
}

.ex-service-li + .ex-service-li {
    border-left: 1px dashed #333;
}

.ex-tabs-section {
    box-shadow: 0 0 6px #00000042;
    margin: 50px 0 25px;
    border-radius: 6px;
    overflow: hidden;
}

.ex-tabs-ul {
    background: #ff514626;
}

.ex-nav-link.active,
.exd-inner-link.active,
.ur-nav-link.active {
    border-radius: 0;
    background-color: #ff5146 !important;
    color: #fff;
}

.ex-nav-link:hover,
.exd-inner-link:hover,
.ur-nav-link:hover {
    color: #ff5146;
}

.ex-tabs-content {
    padding: 15px;
}

/*----- exd slider start -----*/
.exd-slider-block {
    position: relative;
}

.exd-slider-video {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff5146;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
}

.exd-slider-video:hover {
    color: #fff;
}

.exd-tour-slider {
    max-height: 380px;
    margin-bottom: 15px;
}

.exd-tour-slider .item {
    max-height: 380px;
}

.slick-arrow {
    z-index: 799;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: #ff5146;
    font-size: 30px;
}


/*----- exd slider end -----*/


/*----- first tabs strat -----*/
.ex-tabs-txt {
    font-size: 14px;
}

.ex-inner-title {
    color: #ff5146;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ex-inner-ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.ex-inner-ul li {
    list-style-type: disc;
    padding-left: 0;
    font-size: 14px;
    color: #333;
}

.ex-inner-ul li + li {
    margin-top: 5px;
}

.ex-city-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*----- first tabs end -----*/

/*----- second tabs start -----*/

.ex-iti-details {
    position: relative;
}

.ex-iti-details:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ff5146;
    left: 14px;
    top: 0;
    bottom: 0;
}

.ex-detail-li {
    padding-left: 30px;
    color: #333;
    position: relative;
    cursor: pointer;
}

.ex-detail-li + .ex-detail-li {
    margin-top: 15px;
}

.ex-detail-li:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #f8f8f8;
    border: 4px solid #ff5146;
    top: 1px;
    left: 6px;
}

.ex-tour-day {
    font-size: 14px;
    font-weight: bold;
}

.ex-tour-day strong {
    color: #ff5146;
}

.ex-tour-details {
    font-size: 14px;
    margin: 10px 0;
    display: none;
}

.ex-service-ul li {
    vertical-align: middle;
}

.ex-service-ul img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

/*----- second tabs end -----*/

/*----- third tab start ------*/
.hotel-list-li + .hotel-list-li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.hotel-list-li .c-row + .c-row {
    margin-top: 15px;
}

.hn-txt {
    font-size: 12px;
    text-transform: capitalize;
    color: #333;
    margin-left: 10px;
}

.hl-img-block {
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.hl-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.hl-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000062;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .4s;
}

.hl-thumb:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f00e";
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .4s;
}

.hl-thumb:hover:before,
.hl-thumb:hover:after {
    opacity: 1;
}

.hl-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hl-desc {
    width: calc(100% - 150px);
    padding: 0 15px;
}

.hl-title {
    font-size: 16px;
    margin-bottom: 0;
}

.hl-trip {
    color: #ff5146;
    font-size: 14px;
    font-style: italic;
    float: right;
}

/*----- third tab end ------*/

/*----- Fourth tab start ------*/
#more {
    display: none;
}

.inner-tabs-txt {
    font-size: 14px;
}

.btn-read-more {
    padding: 0;
    color: #ff5146;
    font-size: 14px;
}

.btn-read-more:focus,
.btn-read-more.active,
.btn-trip-extra:focus,
.btn-trip-extra.active {
    box-shadow: none;
    outline: none;
}

/*----- Fourth tab end ------*/

/*----- Sixth tab start ------*/
.popup-desc {
    font-size: 12px;
    color: #ff5146;
    font-weight: bold;
    cursor: pointer;
}

.font-14 {
    font-size: 14px;
}

.hl-option-rate-block {
    width: 150px;
}

.opton-hl-block {
    width: calc(100% - 300px);
}

.orange-badge {
    background: #ff5146;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    display: inline-block;
    vertical-align: middle;
}

.hl-extra-price {
    text-align: right;
}

.hl-extra-price span {
    display: block;
    color: #ff5146;
    font-weight: bold;
    font-size: 20px;
}

.hl-extra-price small {
    display: block;
    margin-top: -2px;
}

.extra-btn-block {
    text-align: right;
    margin-top: 10px;
}

.ext-success-msg {
    font-size: 12px;
    color: #ff5146;
    display: none;
}

.ext-success-msg.show {
    display: block;
}

.btn-trip-extra {
    padding: 5px 15px 5px 30px;
    position: relative;
}

.btn-trip-extra i {
    position: absolute;
    top: 10px;
    left: 10px;
}

.extra-remove {
    display: none;
}

.btn-trip-extra.active .extra-add {
    display: none;
}

.btn-trip-extra.active .extra-remove {
    display: inline-block;
}

/*----- Sixth tab end ------*/
/*----- Seventh tab start ------*/

.review-tabs {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
}

/* width */
.review-tabs::-webkit-scrollbar {
    height: 8px;
}

/* Track */
.review-tabs::-webkit-scrollbar-track {
    background: #f8f8f8;
}

/* Handle */
.review-tabs::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.review-tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.review-tabs .nav-item + .nav-item {
    margin-left: 10px;
}

.ur-nav-link {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 200px;
}

.ur-nav-link.active {
    border-radius: 6px;
    border-color: #ff5146;
}

.ur-img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    max-width: 50px;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.user-review-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.user-review-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: calc(100% - 60px);
    white-space: nowrap;
}

.ur-detail-img {
    border-radius: 10px;
    overflow: hidden;
}

.ur-detail-img img {
    width: 100%;
}

.ur-city-badge {
    font-size: 14px;
    background: #ff5146;
    color: #fff;
    padding: 3px 10px;
    margin-right: 5px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.ur-travel-date {
    font-size: 14px;
}

.review-detail-ul {
    font-size: 14px;
}

.review-detail-ul li:not(:last-child) {
    border-right: 1px solid #333;
    padding-right: .5rem;
}

.read-all {
    font-size: 14px;
    color: #ff5146;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

/*----- Seventh tab end ------*/


/*---------- Faq start ----------*/
.ex-xommon-box {
    box-shadow: 0 0 6px #00000042;
    margin: 25px 0 15px;
    border-radius: 6px;
    overflow: hidden;
}

.ex-xommon-box .faq-title {
    padding: 15px;
    margin-bottom: 0;
    color: #ff5146;
}

/*---------- Faq end ----------*/

/*---------- Desposit start ----------*/

.deposite-block {
    background: #ff514612;
    margin-top: 30px;
}

.dp-header {
    padding: 15px;
    background: #ff5146;
    position: relative;
}

.dp-header-title {
    color: #fff;
}

.dp-offer-date {
    font-size: 13px;
    background: #2b3c4e;
    padding: 5px 15px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    position: absolute;
    top: -15px;
    right: 0;
}

.dp-body {
    padding: 15px;
}

.dp-price-ul li {
    margin-right: 0 !important;
    width: 32%;
    vertical-align: top;
}

.dp-price-box span {
    display: block;
}

.dp-days {
    color: #4e555b;
}

.dp-count {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.dp-count b {
    font-size: 16px;
    font-weight: normal;
    color: #4e555b;
}

.dp-txt {
    font-size: 14px;
    color: #4e555b;
}

.orange-txt {
    color: #ff5146;
}

.dp-chklist {
    margin: 20px 0;
}

.dp-chklist li {
    font-size: 14px;
    color: #4e555b;
    position: relative;
    padding-left: 20px;
}

.dp-chklist li:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f00c";
    font-size: 13px;
    top: 2px;
    left: 0;
    color: #4e555b;
    font-weight: lighter;
}

.dp-chklist li + li {
    margin-top: 10px;
}

/*---------- Desposit end ----------*/
/*---------- operator start ----------*/
.tour-operate {
    padding: 30px 15px 15px 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

.tour-operate img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
}

.ope-name {
    font-size: 14px;
}

/*---------- operator end ----------*/

/*---------- ex form start ----------*/
.ex-inner-form {
    background: #ffffff;
}

.ex-inner-form .exp-form-title,
.ex-inner-form .exp-form-chk,
.ex-inner-form .exp-lbl,
.ex-inner-form .exp-form-chk,
.ex-inner-form .secure-txt {
    color: #333;
}

.ex-inner-form .exp-input {
    border: 1px solid #ccc;
}

.ex-inner-form .exp-form-chk .checkmark {
    border: 2px solid #ccc;
}

.ex-inner-form .c-form-chk .checkmark {
    background-color: #ff514621;
}

.ex-inner-form .btn-exp-submit {
    background: #ff5146;
    border: 1px solid #ff5146;
}

.ex-inner-form .btn-exp-submit:hover {
    background: #fff;
    color: #ff5146;
}

/*---------- ex form end ----------*/

/*---------- How it work start ----------*/
.how-it-work-block {
    padding: 15px;
}

.work-block {
    width: 33.33%;
    text-align: center;
    color: #333;
}

.work-block img {
    width: 50px;
}

.w-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
}

.w-sub-txt {
    margin: 0;
    font-size: 14px;
}

.hw-title {
    color: #ff5146;
    background: #f8f8f8;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.hw-li + .hw-li {
    margin-top: 15px;
}

.hw-number {
    background: #ff5146;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}

.hw-desc {
    width: calc(100% - 25px);
    padding: 0 0 0 15px;
}

.hw-desc-title {
    font-weight: bold;
    margin: 0;
}

.hw-desc-detail {
    font-size: 14px;
    margin: 0;
}

/*---------- How it work end ----------*/

.why-tour {
    padding: 15px;
}

.why-tour .faq-title {
    padding: 0;
    padding-bottom: 15px;
}


.fancy-modal-block {
    padding: 30px;
    border-radius: 10px;
}

.popup-desc-title {
    color: #ff5146;
}

.popup-inner-desc {
    font-size: 14px;
    margin-bottom: 0;
}

/*==================== Execution detail end ========================*/

.anytime-form-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 15px;
    cursor: pointer;
}

/*counter start*/
.btn-qty {
    background: #ffffff;
    color: #ff5146;
    font-size: 30px;
    padding: 0;
    width: 45px;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 0;
}

.btn-qty:hover {
    color: #ff5146;
}

.btn-qty:focus {
    box-shadow: none;
    outline: none;
}

.qty-input-block {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    margin: 0 -3px;
    background: #fff;
}

.qty .countt {
    color: #18182c;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    height: 50px;
    text-align: center;
}

.qty .plus {
    cursor: pointer;
    vertical-align: middle;
}

.qty .minus {
    cursor: pointer;
    vertical-align: middle;
}

.qty span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    min-width: 60px;
}

/*Prevent text selection*/
span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.countt {
    border: 0;
    width: 50px;
}

.qty input::-webkit-outer-spin-button,
.countt::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.countt:disabled {
    background-color: transparent;
}

/*counter over*/
