/*-----------------------Display none -----------------------------------*/
.destinations-card-two__hover img{
    display:none !important;
}
.listing-card-four__btn-group {
    display: none;
}
.listing-card-four__btns {
    display: none;
}
.listing-card-four__price {
    display: none;
}
.listing-card-four__rating {
    display: none;
}
div#crumbs {
    display: none;
}
.banner-heading .border-title.border-left:before {
    display: none;
}
.tour_places_bookbtn .offer-one__card__btn {
    display: none;
}
/*------------------------------Menu -------------------------------------*/
.qc-menu-list li:nth-child(4) ul.dropdown-menu.level1 {
    column-count: 2;
    width: 350px;
    margin-left: -50px;
    padding: 10px 0;
}
ul.dropdown-menu.level1 li {
    border-right: 1px solid #ddd;
    padding: 0 10px;
}
ul.dropdown-menu.level1 li a {
    border-bottom: 1px dashed #ddd;
}
ul.dropdown-menu.level1 li:hover a {
    color: #E20110;
}
.qc-mainmenu .collapse ul ul, .qc-mainmenu .collapse ul ul.dropdown-menu {
    background: linear-gradient(45deg, #00a4d8, #373737);
}
.qc-menu-list li > a:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    background: #E20110;
    width: 0%;
    margin-top: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.qc-menu-list li > a:hover:before, .qc-menu-list li > a.active:before {
    width: 100%;
}
.qc-menu-list li.dropdown  > a:before {
    content: unset;
    height: unset;
}
.dropdown-menu.level1 li  > a:before {
    content: unset;
    height: unset;
}
/*--------------------------- Banner ----------------------------------*/
p.sht_tit {
    color: #fff;
    font-family: 'dancingscript-regular' !important;
    font-size: 35px !important;
}
p.main_tit {
    color: #fff;
    font-family: 'jakarta-regular' !important;
    font-size: 55px !important;
}
.tp-bgimg.defaultimg {
    position: absolute;
    animation: scalein 30s infinite;
}
@keyframes scalein{
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.3);
}
}
/*--------------------------- default setting -----------------------------*/
:root{
    --font-regular: 'jakarta-regular';
    --font-bold: 'jakarta-bold';
    --font-juzregular:'juz-regular';
    --font-dancingmedium:'dancingscript-medium';
    --font-dancingregular:'dancingscript-regular';
    --color-skyblue: #18B9EC;
    --color-red:#E20110;
    --color-orange:#EE7B04;
    --color-white: #fff;
    --color-black:#1D231F;
    --color-gray:#595959;
    --color-primary-rgb: 247, 146, 30;
}

/*------------------------------ Animation --------------------------------*/
.slide-in-left span {
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.slide-in-right span {
  transform: translateX(40px); /* ➡️ right side */
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
span.word {
    opacity: 1;
    white-space: nowrap;
}
/*------------------------------------------ Keyframe -----------------------*/
/*============================== topToBottomTwo ==========================*/
@keyframes topToBottomTwo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
/*============================== topToBottom ==========================*/
@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
/*============================== iconTranslateX ==========================*/
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*============================== scale ==========================*/
@keyframes scale {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
/*============================== leftToRight ==========================*/
@keyframes leftToRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
/*============================== topToBottomThree ==========================*/
@keyframes topToBottomThree {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
/*============================== bottomOpacity ==========================*/
@keyframes bottomOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
/*======================================== Breadcrum =====================================*/
.banner-heading .border-title.border-left, .banner-heading {
    color: #000000;
}
.banner-area {
    background: url(../../images/images/breadcrum/7.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.india_banner{
    background: url(../../images/images/breadcrum/10.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-heading .border-title.border-left {
    font-size: 35px;
    font-family: 'jakarta-bold';
}
.banner-heading .breadcrumb a ,#crumbs span{
    font-family:  var(--font-regular);
}
/*------------------------------------------ Btn -----------------------------------------*/
.gotur-btn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--color-skyblue);
    color:  #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    font-family: var(--font-regular);
    line-height: normal;
    padding: 17.5px 58px 17.5px 20px;
    border-radius: 100px;
    transition: 500ms;
    text-transform: capitalize;
    z-index: 1;
}
.gotur-btn::before {
    top: 0;
    left: 0;
    right: auto;
}
.gotur-btn--primary::before, .gotur-btn--primary::after {
    background-color:var(--color-skyblue) !important;
}
.gotur-btn::before, .gotur-btn::after {
    content: "";
    background-color:#F7921E;
    height: 50%;
    width: 0;
    position: absolute;
    z-index: -1;
    transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.gotur-btn--primary .icon {
    background-color: #fff;
    color: var(--color-orange);
}
.gotur-btn .icon {
    transition: all 0.4s ease-in-out;
    max-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 50%;
    height: 40px;
    line-height: 1;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    overflow: hidden;
}
.gotur-btn--primary {
    color: #fff;
    background-color:var(--color-orange);
}
.gotur-btn::after {
    bottom: 0;
    right: 0;
    left: auto;
}
/*hover */
.gotur-btn--primary:hover {
    color: #fff;
    background-color: var(--color-skyblue);
}
.gotur-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.gotur-btn:hover .icon i {
    animation: iconTranslateX 0.4s forwards;
}
.gotur-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
/*------------------------------------------- Common -----------------------------------*/
p{
    font-family: var(--font-regular);
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.sec-title {
    position: relative;
    padding-bottom: 30px;
}
.sec-title__tagline {
    color: var(--color-orange);
    font-family: var(--font-juzregular);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 117%;
    padding: 5px 10px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 8px;
    background: #FFF4E8;
}
/*.sec-title__tagline::after {
    content: "";
    width: 100%;
    background-color: #FFF4E8;
    position: absolute;
    top: 0;
    border-radius: 8px;
    bottom: 8px;
    right: 0;
    left: 0;
}*/
.sec-title__title {
    font-family: var(--font-bold);
    margin: 0;
    color: var(--color-black);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    font-size: 50px;
    text-shadow: 0 0 0.1px currentColor;
}

/*--------------------------------------- Home -----------------------------------------*/
/*=============================== Abt section 1 ============================*/
/* lft sd */
.about-one {
    position: relative;
    padding: 120px 0;
}
.about-one__thumb {
    padding-left: 45px;
    padding-right: 100px;
    position: relative;
}
.about-one__thumb__item {
    position: relative;
}
.about-one__thumb__item img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.about-one__thumb__item-small {
    position: absolute;
    bottom: 50px;
    right: 0;
}
.about-one__thumb__item-small img {
    border: 8px solid #fff;
    border-radius: 10px;
}
.about-one__thumb__item-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    animation: scale 3s ease-in-out infinite;
    animation-delay: 500ms;
}
.about-one__thumb::after {
    content: "";
    width: 19px;
    height: 209px;
    border-radius: 8px;
    background-color: var(--color-skyblue);
    position: absolute;
    left: 0;
    bottom: 0;
    animation: topToBottomTwo 3s ease-in-out infinite;
}
/* ryt sd */
.about-one__right {
    margin-left: 25px;
}
.about-one__right .sec-title {
    padding-bottom: 22px;
    margin-right: -10px;
}
.about-one__top__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: var(--color-gray);
    padding-bottom: 0;
    margin-bottom: 30px;
}
.about-one__feature {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}
.about-one__feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-one__feature-list li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    text-transform: capitalize;
    color: var(--color-black);
    margin-top: 15px;
    font-family: var(--font-bold);
}
.about-one__feature-vestion {
    display: flex;
    align-items: center;
    gap: 15px;
}
.about-one__feature_icon {
    max-width: 80px;
    width: 100%;
    border-radius: 50%;
    background-color: var(--color-skyblue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 44px;
    height: 80px;
    transition: all 0.4s ease-in-out;
}
.about-one__feature-list li i {
    color: var(--color-skyblue);
    margin-right: 5px;
    transition: all 0.4s ease-in-out;
}
.about-one__feature-title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 2px;
    padding-bottom: 0;
    color: #1D231F;
    font-family: var(--font-bold);
}
.about-one__feature-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color:#595959;
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-one__button {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    flex-direction: row;
}
.about-one__button__call {
    position: relative;
}
.about-one__button__call__icon {
    position: absolute;
    left: 0;
    top: 5%;
    border-radius: 50%;
    max-width: 48px;
    width: 100%;
    height: 48px;
    background-color:var(--color-skyblue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color:#fff;
    transition: all 0.4s ease-in-out;
}
.about-one__button__call__icon::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    background-color: transparent;
    border: 1px solid var(--color-skyblue);
    transition: all 0.4s ease-in-out;
}
.about-one__button__call__content {
    padding-left: 58px;
}
.about-one__button__call span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 186%;
    text-transform: capitalize;
    color: var(--color-skyblue);
    display: block;
    font-family: var(--font-bold);
}
.about-one__button__call a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    margin-bottom: 0;
    padding-bottom: 0;
    color:#1D231F;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    font-family: var(--font-bold);
}
.about-one__feature-list li   li {
    margin-top: 10px;
}
/* hover */
.about-one__feature-vestion:hover .about-one__feature_icon {
    background-color:  var(--color-orange);
}
.about-one__feature-list li:hover i {
    color: #1D231F;
}
.about-one__button__call a:hover {
    color: var(--color-skyblue);
    background-size: 100% 1px;
}
.about-one__button__call:hover .about-one__button__call__icon {
    background-color:var(--color-orange);
}
.about-one__button__call:hover .about-one__button__call__icon::after {
    border-color: var(--color-orange);
}
/* backgrd icn */
.about-one__element-one {
    position: absolute;
    left: 0;
    top: 8%;
    animation: topToBottom 4s ease-in-out infinite;
    display: block;
}
.about-one__element-two {
    position: absolute;
    right: 0;
    top: 40%;
    animation: topToBottom 3.5s ease-in-out infinite;
    display: block;
}
@media only screen and (min-width: 1200px) {
.about-one__element-two::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    background: var(--color-skyblue);
    filter: blur(150px);
    z-index: -1;
}
}
/*=============================== destination section 2 ============================*/
.destinations-two--two {
    background-color: #F3F8F6;
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
.destinations-two__top {
    padding-bottom: 50px;
}
.align-items-end {
    align-items: flex-end!important;
}
.destinations-two .slide-in-left .word:nth-child(2) {
    font-family: var(--font-regular);
    color: var(--color-skyblue);
    font-style: italic;
    font-weight: 600;
}
.destinations-two__bottom__nav {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
@media (min-width: 992px){
.destinations-two__bottom__nav {
    justify-content: end;
}
}
.destinations-two__bottom__nav button {
    border: none;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--color-skyblue);
    border: 1px solid var(--color-skyblue);
    transition: all 400ms ease;
}
.destinations-two__bottom__nav button i {
    border: none;
    outline: none;
    color: inherit;
}
/* hover */
.destinations-two__bottom__nav button:hover {
    background-color: var(--color-skyblue);
    color:  #fff;
    border-color: transparent;
}
/* hover end*/
/* destination card */
.destinations-card-two {
    position: relative;
    margin:15px;
}
.destinations-card-two__thumb {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    /*border-radius: 122px;*/
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}
.destinations-card-two__thumb img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.destinations-card-two__hover img {
    object-fit: cover;
    width: 100%;
    transform: scale(1.02);
}
.destinations-card-two__hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.destinations-card-two__title {
    font-family: var(--font-juzregular);
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 70%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--color-orange);
    text-align: center;
}
.destinations-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}
.destinations-two__element {
    position: absolute;
    right: 0;
    top: 83%;
    animation: topToBottom 3.5s ease-in-out infinite;
    z-index: -1;
    display: none;
}
/* media */
@media (min-width: 1200px){
.destinations-two__element {
    display: block;
}
}
/* end media */
.destinations-two__element::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    left: -40%;
    opacity: 0.4;
    background: #F7921E;
    filter: blur(150px);
    z-index: -1;
}
/* hover card */
.destinations-card-two:hover .destinations-card-two__thumb img {
    transform: scale(1.1);
}
.destinations-card-two:hover .destinations-card-two__hover {
    opacity: 1;
    visibility: visible;
}
.destinations-card-two:hover .destinations-card-two__hover img {
    transform: scale(1.02);
}
.destinations-card-two__title a:hover {
    background-size: 100% 1px;
}
/*=============================== Package section 3 ============================*/
.feature-package .slide-in-left .word:nth-child(2) {
    font-family: var(--font-regular);
    color: var(--color-skyblue);
    font-style: italic;
    font-weight: 600;
}
.feature-package {
    position: relative;
    z-index: 1;
    padding: 120px 0;
}
/* listing card */
.listing-card-four {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 6%);
    border-radius: 16px;
    padding: 16px;
    transition: all 0.4s ease-in-out;
    margin: 15px;
}
.listing-card-four__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    display: block;
}
.in-hm-pg .listing-card-four__image img {
    height: 185px;
}
.listing-card-four__image img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.listing-card-four__btn-group {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}
.listing-card-four__featured {
    background-color: var(--color-skyblue);
}
.listing-card-four__featured {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    text-transform: capitalize;
    color: #fff;
    padding: 2px 11.6px;
    border-radius: 8px;
}
.listing-card-four__btns {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}
.listing-card-four__btns a {
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 16px;
    color: var(--color-gray);
    height: 30px;
    transition: all 0.4s ease-in-out;
}
.listing-card-four__meta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-orange);
    margin-right: 30px;
    border-radius: 20px 20px 0px 0px;
    margin-left: 30px;
    padding: 9px 15px;
    margin-bottom: 0;
    margin-top: -40px;
    transition: all 0.4s ease-in-out;
}
.listing-card-four__meta a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: var(--font-bold);
}
.listing-card-four__meta a i {
    margin-right: 3px;
    color:#fff;
}
.listing-card-four__image__overly {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color:#63AB45;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.listing-card-four__content {
    padding: 0px 15px 15px;
}
.listing-card-four__rating {
    margin-top: 24px;
    margin-bottom: 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--color-gray);
    text-transform: capitalize;
}
.listing-card-four__rating span {
    margin-right: 5px;
    font-family: var(--font-regular);
}
.listing-card-four__rating i {
    font-size: 18px;
    letter-spacing: -1px;
    color: var(--color-orange);
}
.listing-card-four__rating i:nth-child(6) {
    color: #808080;
}
.listing-card-four__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    text-transform: capitalize;
    padding-bottom: 18px;
    margin-bottom: 18px;
    color: #1D231F;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.listing-card-four__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    font-family: var(--font-regular);
}
.listing-card-four__content__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listing-card-four__price__sub {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    display: block;
    color: var(--color-gray);
    font-family: var(--font-regular);
}
.listing-card-four__price__number {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 178%;
    display: block;
    color: var(--color-black);
    font-family: var(--font-regular);
}
.listing-card-four .listing-card-four__btn {
    border: 1px solid var(--color-skyblue);
    background-color: transparent;
    color: var(--color-black);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 40px;
}
.listing-card-four .listing-card-four__btn::after, .listing-card-four .listing-card-four__btn::before {
    background-color: var(--color-skyblue);
}
.listing-card-four .listing-card-four__btn .icon {
    background-color: var(--color-skyblue);
    color:  #fff;
    width: 24px;
    height: 24px;
    font-size: 10px;
}
.listing-card-four__meta li:not(:first-child) a::before {
    position: relative;
    content: "|";
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 400;
    color:  #fff;
    opacity: 0.5;
}
/* hover */
.listing-card-four:hover {
    box-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
}
.listing-card-four:hover .listing-card-four__image img {
    transform: scale(1.1);
}
.listing-card-four:hover .listing-card-four__meta {
    background-color: var(--color-skyblue);
}
.listing-card-four:hover .listing-card-four__image__overly {
    visibility: visible;
    opacity: 1;
}
.listing-card-four__title a:hover {
    color: var(--color-skyblue);
    background-size: 100% 1px;
}
.listing-card-four .listing-card-four__btn:hover {
    color:  #fff;
    border-color: transparent;
}
.listing-card-four .listing-card-four__btn:hover .icon {
    background-color: #fff;
    color: var(--color-skyblue);
}
.listing-card-four__btns a:hover {
    background-color:var(--color-orange);
    color: #fff;
}
/*=============================== offer section 4 ============================*/
.offer-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 120px;
}
.offer-two__inner {
    border-radius: 20px;
    position: relative;
}
.offer-two__inner::after {
    background-color: #FEE9D2;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.offer-two__content {
    padding: 100px 100px 310px;
}
.offer-two__content .sec-title {
    padding-bottom: 40px;
}

/* hover */
.offer-two__btn .gotur-btn .icon {
    background-color: #fff;
    color: var(--color-skyblue);
}
.offer-two__thumb {
    position: absolute;
    bottom: 0;
    right: 0;
}
.offer-two__thumb__item {
    margin-right: 90px;
    animation: leftToRight 3s ease-in-out infinite;
}
.offer-two__thumb__element {
    position: absolute;
    width: 562px;
    height: 534px;
    bottom: 0;
    background-color: rgba(var(--color-primary-rgb, 247, 146, 30), 0.15);
    right: 50px;
    z-index: -1;
    border-radius: 1000px 1000px 0 0;
}
.offer-two__thumb__element::after {
    content: "";
    position: absolute;
    top: -13px;
    left: -13px;
    right: -13px;
    border-radius: 1000px 1000px 0 0;
    bottom: 0;
    background-color: rgba(var(--color-primary-rgb, 247, 146, 30), 0.15);
    animation: scale 4s ease-in-out infinite;
}
.offer-two__funfact {
    position: absolute;
    left: 57%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.offer-two__funfact__item__inner {
    position: relative;
    z-index: 1;
    width: 265px;
    height: 265px;
    border-radius: 50%;
    background-color: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.offer-two__funfact__item__count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
    font-weight: 900;
}
.offer-two__funfact__item__count {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    font-family: var(--font-bold);
}
.offer-two__funfact__item__text {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}
.offer-two__funfact__item__upto {
    font-family: var(--font-bold);
    position: absolute;
    top: 34%;
    left: -30px;
    padding: 6px 12px;
    background-color: var(--color-skyblue);
    color: #fff;
    border-radius: 100px;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}
.offer-two__funfact__item__shape {
    position: absolute;
    right: -30px;
    bottom: 0px;
    z-index: -1;
    animation: topToBottomThree 3s ease-in-out infinite;
}
.offer-two__element {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1;
}
.offer-two__element-two {
    position: absolute;
    bottom: 10%;
    left: 25%;
    z-index: -1;
    animation: leftToRight 3.8s ease-in-out infinite;
}
.offer-two__element-three {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -1;
    animation: leftToRight 3.8s ease-in-out infinite;
}
.offer-two .gotur-btn:hover {
    color: #fff;
}
/*=============================== offer-1 section 5 ============================*/
.offer-one {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) {
.offer-one .container::before {
    background-color: #f7921e;
    top: 10%;
    right: -10%;
}
.offer-one .container::after, .offer-one .container::before {
    position: absolute;
    content: "";
    width: 308px;
    height: 308px;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(150px);
    z-index: -1;
    display: block;
}
}
.offer-one__card {
    display: flex;
    align-items: center;
    background-color: var(--color-skyblue);
    padding: 60px 40px 60px 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.offer-one__card::before {
    top: 10%;
    left: 40px;
    position: absolute;
    width: 204px;
    height: 204px;
    content: "";
    background:  #fff;
    filter: blur(175px);
}
.offer-one__card__content {
    width: 50%;
}
.text-end {
    text-align: right!important;
}
.offer-one__card__content .sec-title {
    padding-bottom: 30px;
}
.offer-one__card__content .sec-title .sec-title__tagline {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    padding: 0;
    background: unset;
}
.offer-one__card__content .sec-title .sec-title__title {
    font-weight: 800;
    font-size: 20px;
    color: #fff;
}
.offer-one__card__content .sec-title .sec-title__tagline {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    padding: 0;
}
.offer-one__card__content .sec-title .sec-title__title {
    font-weight: 800;
    font-size: 20px;
    color: #fff;
}
.offer-one__card__btn .gotur-btn {
    padding: 10px 41px 10px 20px;
}
.offer-one__card__btn .gotur-btn .icon {
    width: 24px;
    height: 24px;
    font-size: 13px;
    background-color:  #fff;
    color: var(--color-skyblue);
}
.offer-one__card__btn .gotur-btn .icon {
    width: 24px;
    height: 24px;
    font-size: 13px;
    background-color: #fff;
    color: var(--color-skyblue);
}
.offer-one__card__thumb {
    max-width: 282px;
    width: 100%;
    height: 101%;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
}
.offer-one__card__thumb img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.offer-one__card--two {
    background-color: var(--color-orange);
}
.offer-one__card--two::before {
    top: 10%;
    right: 40px;
    left: auto;
    position: absolute;
    width: 204px;
    height: 204px;
    content: "";
    background: #fff;
    filter: blur(175px);
}
.offer-one__card--two .offer-one__card__thumb {
    top: -1px;
    right: auto;
    left: -1px;
    bottom: -1px;
}
.offer-one__card--two .offer-one__card__btn {
    text-align: end;
}
.offer-one__card--two .offer-one__card__content{
    flex:50%;
}
.offer-one__card--two .offer-one__card__btn .icon {
    color: #F7921E;
}
.offer-one .container::after {
    background-color: var(--color-skyblue);
    left: -10%;
    top: 10%;
}
.offer-one__element {
    position: absolute;
    right: 0;
    top: 40%;
    animation: topToBottom 4000ms ease-in-out infinite;
    z-index: -1;
    animation-delay: 500ms;
}
/* hover */
.offer-one__card__btn .gotur-btn:hover {
    color:#fff;
}
.offer-one__card:hover .offer-one__card__thumb img {
    transform: scale(1.1);
}
/*======================== whole image section 6 =========================*/
.whole_img {
    padding: 0 0 120px;
}
.destination-carousel{
    position: relative;
}
.destination-carousel .destination-carousel__item {
    overflow: hidden;
}
.destination-carousel .destination-carousel__item img {
    object-fit: cover;
    width: 100%;
}
.destination-carousel--two .destination-carousel__item span {
    font-family: var(--font-bold);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300%);
    font-style: normal;
    font-weight: 800;
    font-size: 200px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: transform 1500ms ease, opacity 1500ms ease;
}
@media only screen and (max-width: 1200px) {

.destination-carousel--two .destination-carousel__item span {
    font-family: var(--font-bold);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300%);
    font-style: normal;
    font-weight: 800;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: transform 1500ms ease, opacity 1500ms ease;
}

}
.destination-carousel--two .active .destination-carousel__item span {
    opacity: 0.6;
    transform: translate(-50%, -50%);
    transition-delay: 1000ms;
}
.destination-carousel .owl-nav {
    margin-top: -40px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.destination-carousel .owl-nav button {
    border: none;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--color-skyblue);
    border: 1px solid var(--color-skyblue);
    transition: all 400ms ease;
}
.destination-carousel .owl-nav::after {
    position: absolute;
    top: -14px;
    content: "";
    z-index: -1;
    width: 180px;
    height: 60px;
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.destination-carousel .owl-nav button:hover {
    background-color: var(--color-skyblue);
    color: #fff;
    border-color: transparent;
}
/*======================== why choose section 7 ===========================*/
.why-choose-one {
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
}
.align-items-center {
    align-items: center!important;
}
.why-choose-one__thumb {
    margin-left: 0;
    margin-right: 40px;
}
.why-choose-one__thumb__item-one {
    overflow: hidden;
    /*border-radius: 135px 135px 0 0;*/
    border-radius: 20px;
}
.why-choose-one__thumb img {
    object-fit: cover;
    width: 100%;
    margin-bottom: -8px;
}
.why-choose-one__thumb__item-one:last-child {
    margin-top: 30px;
    /*border-radius: 0 0 135px 135px;*/
    border-radius: 20px;
    overflow: hidden;
}
.why-choose-one__thumb__item-two {
    border-radius: 20px;
    overflow: hidden;
}
.why-choose-one__content {
    margin-left: -12px;
}
.why-choose-one__content__text {
    margin-bottom: 32px;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
}
.why-choose-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px 17px;
}
.why-choose-one__list__item {
    display: flex;
    align-items: center;
    gap: 17px;
    border-radius: 12px;
    padding: 16px 20px;
    background-color: #ebfaff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.why-choose-one__icon {
    color:  #63AB45;
    font-size: 44px;
    line-height: 1;
    transition: all 0.4s ease-in-out;
}
.why-choose-one__title {
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-transform: capitalize;
    color: #1D231F;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    padding-bottom: 0;
}
.why-choose-one__list__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  var(--color-skyblue);
    transform: translateX(-101%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.why-choose-one__element {
    position: absolute;
    left: 0;
    bottom: 10%;
    animation: topToBottom 3s ease-in-out infinite;
    z-index: -1;
}
.why-choose-one__element::after {
    content: "";
    position: absolute;
    width: 344px;
    height: 344px;
    background:  var(--color-skyblue);
    filter: blur(150px);
    z-index: -1;
    right: -20%;
    top: -30%;
    opacity: 0.4;
}
/* hover */
.why-choose-one__list__item:hover .why-choose-one__icon {
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(200%) contrast(102%);
    transform: scaleX(-1);
}
.why-choose-one__list__item:hover .why-choose-one__title {
    color: #fff;
}
.why-choose-one__list__item:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-skyblue);
    transform: translateX(0%);
}

/*=============================== tour gal section 8 ============================*/
.instagram-one__item {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    margin: 15px;
}
.instagram-one__item img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    height:200px;
}
.instagram-one__item__overly {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 35, 31, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    transition: opacity 500ms ease, transform 500ms ease;
}
.instagram-one__item__overly__icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7921E;
    color:  #fff;
    transition: all 0.4s ease-in-out;
    font-size: 30px;
}
.tour_sec {
    padding: 120px 0;
    text-align: center;
}
/* hover */
.instagram-one__item:hover {
    border-radius: 100px;
}
.instagram-one__item:hover img {
    transform: scale(1.1);
}
.instagram-one__item:hover .instagram-one__item__overly {
    opacity: 1;
    transform: translateY(0);
}
.instagram-one__item__overly__icon:hover {
    background-color: #63AB45;
}

/*--------------------------------------- About Page -----------------------------------------*/
/*=============================== Abt pg section 1 ============================*/
.about-five {
    position: relative;
    padding: 120px 0;
    z-index: 1;
}
.about-five__thumb {
    position: relative;
    margin-right: 32px;
}
.about-five--two .about-five__thumb__item {
    border-radius: 10px;
    padding-left: 30px;
    margin-right: 0;
    padding-right: 73px;
}
@media (min-width: 1200px){
.about-five__thumb__item {
    margin-right: 89px;
}
}
.about-five__thumb__item img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.about-five--two .about-five__thumb__item-small {
    position: absolute;
    right: 0;
    bottom: 87px;
    border-radius: 16px;
    margin-top: -262px;
    text-align: end;
}
.about-five__thumb__item-small img {
    border: 10px solid #fff;
    border-radius: 10px;
    object-fit: cover;
}
.about-five--two .about-five__thumb__text {
    top: 10%;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    color:  #fff;
    background-color:var(--color-skyblue);
    padding: 42px 14px 20px 15px;
    position: absolute;
    left: 0;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
    clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.about-five__thumb::after {
    content: "";
    width: 16px;
    height: 170px;
    border-radius: 100px;
    background-color:  var(--color-skyblue);
    position: absolute;
    top: 0;
    right: 25px;
    animation: topToBottom 5s ease-in-out infinite;
    z-index: -1;
}
.about-five__right .sec-title__title {
    line-height: 1.5;
    font-size: 40px;
}
.about-five__right .sec-title {
    padding-bottom: 20px;
}
.about-five__top__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #595959;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.about-five--two .about-five__feature {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 23px;
    display: flex;
    margin-bottom: 45px;
}
.about-five--two .about-five__feature__item {
    display: flex;
    align-items: center;
    gap: 30px;
}
.about-five--two .about-five__feature__content {
    flex: 50%;
    display: flex;
    align-items: center;
    gap: 23px;
}
.about-five--two .about-five__feature__content .about-five__feature__icon {
    max-width: 80px;
    width: 100%;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:  var(--color-skyblue);
    font-size: 40px;
    color: #fff;
}
.about-five__feature__icon {
    font-size: 44px;
    color:  #63AB45;
    line-height: 1;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
.about-five--two .about-five__feature__content .about-five__feature__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #1D231F;
    font-family: var(--font-bold);
}
.about-five--two .about-five__feature__text {
    font-size: 16px;
    line-height: 178%;
    margin-bottom: 0;
    flex: 50%;
    position: relative;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 0;
    max-width: 245px;
}
.about-five--two .about-five__element-three {
    position: absolute;
    left: 0;
    top: 40%;
    animation: topToBottom 4s ease-in-out infinite;
    z-index: -1;
}
.about-five--two .about-five__feature__text::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    background-color:var(--color-skyblue);
}
.about-five--two .about-five__element-four {
    position: absolute;
    right: 0;
    top: 45%;
    animation: topToBottom 3.5s ease-in-out infinite;
    z-index: -1;
}
@media only screen and (min-width: 1200px) {
.about-five--two .about-five__element-four::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    background:  var(--color-skyblue);
    filter: blur(150px);
    z-index: -1;
}
}
/* hover */
.about-five--two .about-five__feature__item:hover .about-five__feature__icon {
    background-color: var(--color-orange);
    transform: scaleX(-1);
}

/*=============================== abt section 2 ============================*/
.about-service{
    position: relative;
    background-color: #F3F8F6;
    z-index: 1;
    padding: 120px 0;
}
.about-five__element-one {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.about-five__element-two {
    position: absolute;
    left: 0;
    top: 40%;
    animation: topToBottom 4s ease-in-out infinite;
    z-index: -1;
}
.about-five__element-two::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    background:var(--color-orange);
    opacity: 0.35;
    filter: blur(150px);
    right: 0;
}
/* box */
.abt-service-item {
    background-color: #ffffff;
    border: 1px solid rgba(28, 28, 28, 0.12);
    border-radius: 10px;
    padding: 40px 30px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.abt-service-item .abt-service-icon img {
    font-size: 54px;
    color: #1D92CD;
    transition: all 0.5s;
}
.title-name {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    font-family: var(--font-regular);
}
.desc-text p {
    font-family: var(--font-regular);
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    color: #616161;
    margin-bottom: 0;
}
.desc-text.font-15 {
    height: 170px;
}
.abt-service-item:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 0.5s;
    z-index: -1;
    background-color:var(--color-skyblue);
}
/* hover */
.abt-service-item:hover .title-name  {
    color: #ffffff;
}
.abt-service-item:hover .abt-service-icon img {
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(200%) contrast(102%);
}
.abt-service-item:hover .desc-text p {
    color: #ffffff;
}
.abt-service-item:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    bottom: 0;
}
/*=============================== abt section 3 ============================*/
.hotel{
    position: relative;
    z-index: 1;
    padding: 120px 0 50px;
}
.hotel .destinations-two__top {
    padding-bottom: 10px;
}
.destination-two__item {
    position: relative;
    z-index: 1;
    margin: 15px;
}
.destination-two__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 20px;
}   
.destination-two__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.destination-two__image::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
   /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);*/
}
.destination-two__content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 1;
    background-color: transparent;
    padding: 20px 20px;
}
.destination-two__content__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.destination-two__item__title {
    font-family: 'jakarta-regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 0px;
    color: #fff;
    margin-top: unset;
}
.destination-two__content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    border: 1px solid rgba(255, 255, 255, 0.23);
    -webkit-backdrop-filter: blur(310.15px);
    backdrop-filter: blur(310.15px);
    border-radius: 16px;
    z-index: -1;
}
.tg-location-su-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 67px;
    width: 100%;
    z-index: -1;
}
.tg-location-su-bg img {
    max-width: 100%;
}
/* hover */
.destination-two__item:hover .destination-two__image img {
    transform: scale(1.1);
}
.destination-two__item:hover .destination-two__image::after {
    height: 100%;
}
/*=========================== partner travel ===============================*/
.travel_partner {
    padding: 0 0 80px;
}
.partner_det {
    margin: 10px;
}
.partner_det img {
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #818181;
}

/*------------------------------------------------- International Page ---------------------------------*/
/*================================International Common ====================================*/
/* flex slid */
.prd_slidersec{
    margin:0 20px;
}
.bigSlider_1.flexslider img {
    width: 100%;
}
ul.flex-direction-nav {
    list-style: none;
}
.flexslider ul {
    padding:unset;
    margin: unset;
}
.spec_img {
    border-left: 3px solid #ddd;
    background: #00411C;
}
.flexslider {
    margin: 0 !important;
}
.bigSlider_1.flexslider img {
    background: #fff;
    width: 100%;
}
.thumbSlider_1.flexslider ul li img {
    height: 100px;
}
.thumbSlider_1.flexslider .flex-viewport {
    background: #fff;
}
/* end flex slid */
.prd_content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #1D231F;
    font-family: var(--font-regular);
    letter-spacing: 1px;
}
li.prd_li span {
    color: var(--color-orange);
    font-size: 18px;
    padding-right: 5px;
}
li.prd_li {
    list-style: none;
    font-family: var(--font-regular);
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
ul.prd_ul {
    padding: unset;
}
.prd_content {
    margin-left: 20px;
}
/*------------------------------------- India --------------------------------*/
/*================================= Common ====================================*/
.tour_list .listing-card-four {
    margin: unset;
}
.tour_list {
    padding: 80px 0 50px;
}
.tour_list .sec-title {
    padding-bottom: 30px;
    text-align: center;
}
.tour_list .listing-card-four__meta {
    margin-right: 15px;
    margin-left: 15px;
    padding: 9px 9px;
}
.tour_list .listing-card-four__meta a {
    font-size: 12px;
}
.tour_list .listing-card-four__meta li:not(:first-child) a::before {
    margin-left: 8px;
    margin-right: 8px;
}
.tour_list .listing-card-four__title {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tour_list .gotur-btn {
    font-size: 13px;
    padding: 10px;
}
.tour_list .listing-card-four .listing-card-four__btn {
    padding-right: 30px;
}
.tour_list .listing-card-four .listing-card-four__btn .icon {
    width: 18px;
    height: 18px;
    font-size: 12px;
}
.tour_list .gotur-btn .icon {
    top: 10px;
    right: 7px;
    bottom: 8px;
}
.tour_list .listing-card-four__content {
    padding: 0px 15px;
}
.tour_list .listing-card-four__price {
    display: unset;
}
.tour_list .listing-card-four__price a {
    font-weight: 700;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}
.tour_list .listing-card-four__price a:hover {
    color: #E20110;
    background-size: 100% 1px;
}
/*================== Page Title ==========================*/
.page_title {
    background: url(../../images/images/page_tit/4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.page_title h2 {
    padding: 80px 0;
    color: #09436D;
    font-size: 35px;
    font-family: 'jakarta-bold';
    margin: unset;
    padding-left: 60px;
}
/*================ tour_places south india common ============================*/
.tour_places {
    padding: 80px 0 20px;
}
.hidden_page .sec-title__title, #extra_user_product .sec-title__title, .extra_page .sec-title__title {
    font-size: 28px;
}
.tour_places .sec-title {
    padding-bottom: 20px;
}
.tour_places_bookbtn {
    text-align: end;
}
.tour_places_subtit h6 {
    font-size: 15px;
    line-height: 2;
    font-family: 'jakarta-regular';
}
/*------------ carosel img tour_place photo -----------------------*/
.tour_place_photo {
    padding: 0 0 30px;
}
.left_photo_tour img {
    height: 450px;
    border-radius: 15px;
}
.ryt_top_img img {
    height: 220px;
    border-radius: 15px;
    margin-bottom: 5px;
    width: 100%;
}
.ryt_below_img img {
    height: 220px;
    width: 100%;
    border-radius: 15px;
}
/*------------------------------- icn ---------------------------------------*/
.tour-listing-details__info-area__info {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tour-listing-details__info-area__info li {
    display: block;
    align-items: center;
    gap: 20px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
.tour-listing-details__info-area__info li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
}
.tour-listing-details__info-area__icon {
    font-size: 40px;
    color: #ee7b04;
    transition: all 0.4s ease-in-out;
}
.tour-listing-details__info-area__title {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: #1D231F;
    text-transform: capitalize;
    margin-bottom: 7px;
    padding-bottom: 0;
    font-family: 'jakarta-bold';
}
.tour-listing-details__info-area__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #595959;
}
.tour-listing-details__info-area__info li:hover .tour-listing-details__info-area__icon {
    color: var(--color-skyblue);
}
.tour-listing-details__info-area__info li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
    position: absolute;
    top: 0;
    left: -30%;
    transform: translateX(50%);
}
.tour-listing-details__info-area__info li:nth-child(1)::after {
    background-color: unset;
    width: unset;
}
/*---------------------------------- tour_place_day ----------------------*/
section.tour_place_content {
    padding-bottom: 50px;
}
.tour_place_content .sec-title {
    padding-bottom: 30px;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #D9F1F8;
    border-color: #EEEEEE;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-family: 'jakarta-bold';
    line-height: 1.5;
    font-size: 18px;
}
.tour_place_content span.fa {
    float: right;
    font-size: 25px;
    font-weight: 700;
}
.panel-title > a:hover {
    color: #ee7b04;
}
/*.tour_place_content i.fa {
    background: #ee7b04;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}*/
span.day_btn {
    background: #E20110;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}
.tour_place_content span.fa.fa-hand-o-right {
    float: unset;
    font-size: 18px;
    font-weight: unset;
}
/*------------ left top ------------*/
.trip_info {
    padding: 34px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding-bottom: 5px;
}
ul.trip-facts-value {
    column-count: 2;
    padding: unset;
}
.trip-facts-value li {
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin: 0 !important;
    padding-left: 55px;
    padding-right: 8px;
    position: relative;
    margin-bottom: 20px !important;
}
.trip-facts-value .fa {
    display: flex;
    width: 45px;
    height: 45px;
    background: var(--color-skyblue);
    color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    float: unset !important;
    font-size: 20px !important;
}
.trip-facts-value li label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(15,29,35,.64);
    font-family: 'jakarta-bold';
}
.trip-facts-value li .value {
    line-height: 2;
    color: #82828a;
    font-size: 12px;
    font-family: 'jakarta-regular';
}
/*--------- left blw--------------------*/
.tour-listing-details__sidebar-single {
    padding: 34px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding-bottom: 24px;
    margin-top: 30px;
}
.tour-listing-details__sidebar-post-title {
    padding-bottom: 23px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FF5956;
    font-size: 22px;
    font-family: 'jakarta-bold';
}
.tour-listing-sidebar-post {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tour-listing-sidebar-post__item {
    padding-top: 16px;
    padding-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-top: 1px solid #EBE6DE;
}
.tour-listing-sidebar-post__image {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.tour-listing-sidebar-post__image img {
    width: 100%;
    display: block;
    border-radius: 6px;
    width: 70px;
    height: 70px;
}
.tour-listing-sidebar-post__image::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: RGBA(45, 35, 48, 0.5);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.tour-listing-sidebar-post__link {
    font-size: 16px;
    color: #2D2330;
    line-height: 1.4;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 3px;
}
.tour-listing-sidebar-post__link a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 16px;
    font-family: 'jakarta-bold';
}
.tour-listing-sidebar-post__location {
    display: flex;
    align-items: flex-start;
}
.tour-listing-sidebar-post__location span {
    position: relative;
    top: 4px;
    font-size: 14px;
    color: #FF5956;
    margin-right: 8px;
}
.tour-listing-sidebar-post__location-text {
    margin-bottom: 0;
}
.tour-listing-sidebar-post__item:hover .tour-listing-sidebar-post__image::after {
    transform: scaleX(1);
}
.tour-listing-sidebar-post__link:hover {
    color: #FF5956;
}
.tour-listing-sidebar-post__link a:hover {
    background-size: 100% 1px;
}
/*--------------------------------------- Contact Page -----------------------------------------*/
/*=============================== Contact sec 1 ============================*/
.contact-top{
    padding: 120px 0 50px;
}
.contact-top__item {
    background-color:  #ebfaff;
    position: relative;
    padding: 40px 45px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    height: 350px;
}
.contact-top__item:hover .contact-top__item__icon {
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(200%) contrast(102%);
}
.contact-top__item::before {
    content: "";
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--color-skyblue);
    z-index: -2;
}
.contact-top__item__icon {
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.contact-top__item__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 7px;
    padding-bottom: 0;
    color: #1D231F;
    transition: all 0.4s ease-in-out;
    font-family: 'jakarta-bold';
}
.contact-top__item__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #595959;
    transition: all 0.4s ease-in-out;
}
.contact-top__item::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 16px;
    bottom: 12px;
    right: 16px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    z-index: -1;
}
.contact-top__item:hover::before {
    width: 100%;
    left: auto;
    right: 0;
}
.contact-top__item:hover .contact-top__item__icon, .contact-top__item:hover .contact-top__item__title, .contact-top__item:hover .contact-top__item__text {
    color: #fff;
}

/*=================================== Map ==================================*/
.location_map iframe {
    border-radius: 30px;
}
/*================================= form ==================================*/
.contact-page__title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.8;
    margin-bottom: 0;
    padding-bottom: 12px;
    color:  #1D231F;
    font-family: var(--font-bold);
    margin: unset;
}
.enq_form .site-button {
    background: var(--color-orange);
    padding: 15px 30px !important;
    border-radius: 10px;
    float: left !important;
}


/*------------------------------------ Tariff -------------------------------*/
/*================= Common ==========================*/
.locl_tariff {
    padding: 100px 0;
}
.tariff_img {
    margin-top: 15px;
}
a.taxi-grid_info.detail_fare span.fa {
    font-size: 22px;
}
.taxi-grid_info {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #000000 !important;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: 'jakarta-regular';
}
.tariff_whol {
    padding: 10px;
    border-radius: 30px;
    border: 1px dashed #000;
}
.tariff_img h5 {
    font-size: 14px;
    margin: unset;
    font-family: 'jakarta-regular';
    color: #636363;
    text-align: center;
}
.tariff_img h3 {
    margin: unset;
    font-size: 16px;
    font-family: 'jakarta-regular';
    text-align: center;
}
.tariff_detail {
    background: #fae6e6;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}
.tariff_whol hr {
    margin-top: 15px;
    margin-bottom: 10px;
}
.tariff_whol .offer-one__card__btn {
    text-align: end;
}
.pstyle {
    font-size: 12px;
}
a.detail_fare{
    color:#E20110 !important;
    cursor: pointer;
}

/*----------------------------------- Tariff Booking -------------------------*/
.tariff_booking_sec {
    padding: 80px 0;
    position: relative;
}
.tariff_details h4 {
    font-size: 22px;
    font-family: 'jakarta-bold';
    color: var(--color-orange);
}
/*============= Ryt ====================*/
.fare_details {
    padding: 34px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding-bottom: 24px;
}
.fare_details h3 {
    margin-bottom: 22px;
    border-bottom: 1px solid #ff595694;
    font-size: 22px;
    font-family: 'jakarta-bold';
    text-transform: capitalize;
    background: var(--color-orange);
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: unset;
}
.ryt_fare {
    font-size: 15px;
}
.ryt_bldfare {
    font-size: 16px;
    font-family: 'jakarta-bold';
}
.carimg {
    position: absolute;
    right: 0;
    border: 0;
    top:60%;
}
.tariff_details label {
    font-family: 'jakarta-bold';
    font-size: 16px;
    color: #ddd;
}
.tariff_details {
    background: url(../../images/images/tariff/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 20px;
}
.tariff_details .form-control {
    border: 1px solid #ffffff8f;
    font-size: 15px;
    background: #fff;
    color: #000;
    font-family: 'jakarta-bold';
    margin-bottom: 10px;
}
.tariff_booking_sec .sec-title__tagline, .locl_tariff .sec-title__tagline{
    font-size: 35px;
}
.tariff_booking_sec .sec-title__title, .locl_tariff .sec-title__title{
    font-size: 40px;
    margin-bottom: 25px;
}
/*-------------------------------- Tour Booking Enquiry -------------------*/
.tripBook_details label {
    font-family: 'jakarta-bold';
    font-size: 16px;
    color: #ddd;
}
.tripBook_details {
    background: url(../../images/images/tariff/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    border-radius: 20px;
}
.tripBook_details .form-control {
    border: 1px solid #ffffff8f;
    font-size: 15px;
    background: #fff;
    color: #000;
    font-family: 'jakarta-bold';
    margin-bottom: 10px;
}
.tripBook_details h4 {
    font-size: 22px;
    font-family: 'jakarta-bold';
    color: var(--color-orange);
}
.trip_booking_sec .sec-title__tagline {
    font-size: 35px;
}
.trip_booking_sec .sec-title__title{
    font-size: 40px;
    margin-bottom: 25px;
}
.trip_booking_sec {
    padding: 80px 0;
}
.trip_booking_sec .gotur-btn, .tariff_booking_sec .gotur-btn {
    padding: 17.5px 20px 17.5px 20px;
}
.ryt_bookingtrip img {
    border-radius: 20px;
}

/*=============================== Footer ============================*/
.footer-social ul li a img {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border-radius: 50%;
    color: #ee7b04;
    background: #ffffff;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
ul#menu-our-services li a {
    font-family: var(--font-regular);
    line-height: 1.5;
    font-size: 15px;
}
.unstyled.clearfix li a {
    font-family: var(--font-regular);
    line-height: 1.5;
    font-size: 15px;
    color: #ccc;
}
.footer .widget-title {
    font-size: 20px;
    font-family: var(--font-bold);
}
.contact_us1 h5 {
    font-family: 'jakarta-bold';
    font-size: 16px;
    color: #fff;
    margin-bottom: unset;
}
.main-footer__element-one {
    position: absolute;
    bottom: 20%;
    left: 0;
    opacity: 0.07;
    z-index: -1;
    animation: bottomOpacity 3s ease-in-out infinite;
}

.main-footer__element-two {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.07;
    z-index: -1;
    animation: leftToRight 3.5s ease-in-out infinite;
}
.footer{
    position: relative;
    background-color: #1f2621;
    z-index: 1;
}
.copyright {
    background: #242E84;
    padding-top: 15px;
    padding-bottom: 15px;
}
#back-to-top .btn.btn-primary {
    background: var(--color-skyblue);
}
#back-to-top i {
    color: #fff;
}












@media (max-width: 767px) {
    .listing-card-four__title {
        font-size: 16px;
    }
    .offer-two {
        padding-bottom: 70px;
    }
    .whole_img {
        padding: 0 0 50px;
    }
    .tour_sec {
        padding: 40px 0;
    }
    .testimonials-two-card__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonials-two-card__star i {
        font-size: 14px;
    }
    .testimonials-two-card__star--two .testimonials-two-card__star__item {
        right: 5px;
    }
    .testimonials-two-card__author__name {
        font-size: 16px;
    }
    .testimonials-two-card__text {
        font-weight: 600;
        font-size: 14px;
    }
    .testimonials-two-card__quite {
        font-size: 30px;
        left: 20px;
    }
    .about-one__element-two::after {
        width: 0;
    }
    .offer-one .container::after, .offer-one .container::before {
        width: 0;
    }
    .why-choose-one__element::after {
        width: 0;
    }
    .why-choose-one__element::after {
        width: 0;
    }
    .sec-title__title {
        font-size: 30px;
    }
    .offer-two__content {
        padding: 70px 50px 530px;
    }
    .offer-two__funfact__item__count {
        font-size: 40px;
        line-height: 10px;
    }
    .offer-two__funfact__item__inner {
        width: 180px;
        height: 180px;
    }
    .offer-two__funfact__item__upto {
        display: none;
    }
    .offer-two__funfact__item__shape {
        right: -55px;
        bottom: -20px;
    }
    .about-one__button {
        display: block;
    }
    .about-one__button__call {
        margin-top: 30px;
    }
    .testimonials-three::after {
        width: 100%;
    }
    .offer-one {
        display: none;
    }
    .destination-carousel--two .destination-carousel__item span {
        top: 40%;
        font-size: 30px;
    }
    .destination-carousel .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .destination-carousel .owl-nav::after {
        width: 135px;
        height: 55px;
    }
    .why-choose-one__list li {
        margin: 10px;
    }
    .why-choose-one__list {
        display: block;
    }
    .why-choose-one__thumb {
        margin-right: 0;
    }
    .why-choose-one__thumb__item-one:last-child {
        margin-bottom: 20px;
    }
    .about-one__element-one{
        width: 160px;
        top: 5%;
    }
    .about-one__thumb__item-small{
        display:none;
    }
    .about-one__thumb {
        padding-right: 10px;
    }
    .about-one__thumb__item-popup {
        top: -70px;
        right: 0;
    }
    .listing-card-four__meta {
        display: block;
    }
    .testimonials-three__inner {
        margin-right: 0;
    }
    .testimonials-three__bg {
        display: none;
    }
    .why-choose-one {
        padding-bottom: 20px;
    }
    .why-choose-one__element {
        bottom: -6%;
    }
    .main-footer__element-two {
        right: unset;
    }
    .about-five--two .about-five__element-four::after,.about-five--two .about-five__element-four{
        display:none;
    }
    .banner-text {
        left: unset;
    }
    img.qc-brand-logo {
        width: 220px;
    }
    .banner-heading .border-title.border-left {
        font-size: 18px;
        padding: 10px 0;
    }
    .about-five__thumb__item-small img {
        width: 200px;
    }
    .about-five--two .about-five__thumb__item-small {
        bottom: 20px;
    }
    .about-five--two .about-five__thumb__item {
        padding-right: 10px;
        padding-left: 10px;
    }
    .about-five--two .about-five__thumb__text {
        font-size: 16px;
    }
    .about-five__thumb {
        margin-right: 0;
    }
    .about-five__right .sec-title__title {
        font-size: 25px;
    }
    .about-five--two .about-five__feature__item {
        display: block;
    }
    .about-five--two .about-five__feature {
        justify-content: unset;
        align-items: unset;
    }
    .about-five--two .about-five__element-three {
        top: 88%;
    }
    .abt-service-item {
        margin-bottom: 20px;
    }
    .about-five__element-two {
        top: unset;
    }
    .banner-area {
        height: 90px;
        min-height: 90px;
        background-position: top;
    }
    .banner-heading .breadcrumb a {
        color: #ffffff;
    }
    .qc-menu-list li:nth-child(3) ul.dropdown-menu.level1 {
    margin-left: 0;
    }
    .left_photo_tour img {
    height: 230px;
    }
    .tour-listing-details__info-area__info {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .tour-listing-details__info-area__info li::after {
        left: 0;
        width: unset;
    }
    .tour-listing-details__info-area__info li {
        display: flex;
        margin-bottom: 20px;
    }
    .tour-listing-details__info-area__icon {
        font-size: 30px;
    }
    .tour-listing-details__info-area__title {   
        font-size: 14px;
    }
    .offer-one__card__btn .gotur-btn .icon {
        width: 15px;
        height: 15px;
        font-size: 15px;
        top: 11px;
    }
    .offer-one__card__btn .gotur-btn {
        padding: 10px 27px 10px 10px;
        font-size: 13px;
    }
    span.day_btn {
        margin-right: 5px;
    }
    .panel-title > a {
        padding: 15px 5px;
        font-size: 13px;
    }
    .tour_place_content span.fa {
        font-size: 20px;
    }
    .tour_place_ryt .row {
        margin-left: 0;
        margin-right: 0;
    }
    .ryt_below_img img {
        height: auto;
    }
    .ryt_top_img img {
        height: auto;
    }
    .tour_place_ryt .col-md-12.col-xs-12, .tour_place_ryt .col-md-6.col-xs-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .tour-listing-details__sidebar-single {
        padding: 25px 25px 25px;
    }
    .about-one,.destinations-two--two,.feature-package {
        padding: 50px 0;
    }
    p.main_tit {
        font-size: 16px !important;
    }
    p.sht_tit {
        font-size: 14px !important;
    }
    .about-five {
        padding: 50px 0;
    }
    ul.trip-facts-value {
    column-count: 1;
    }
    .contact-top__item {
        margin-bottom: 15px;
    }
    .tariff_whol {
        margin-bottom: 10px;
    }
    .carimg {
        display: none; 
    }
}




/*QC HEADER STYLE START*/
#qcheader-top {/*background: #242E84;*/    background: #00a4d8;    display: none;}
.qctopblock { padding: 10px 0px; width: 100%; display: flex; align-items: center; }
.qc-d-flex-1 { flex: 1; }
.qc-top-list { margin: 0; padding: 0; color: #fff; }
.qc-top-list li { display: inline-block; list-style: none; margin-right: 10px; font-size: 13px; }
.qc-top-list li i { margin-right: 5px; }
.qc-top-list li .block { color: #fff;    font-size: 14px;
    font-family: 'jakarta-regular'; }
.qc-social .social { width: 30px; height: 30px; background: #fff; border-radius: 50%; line-height: 30px; text-align: center; display: block; font-size: 13px; color: #0b92bf; }
.qc-social .social i { margin: 0; }
#qc-navbar { height: 100px; margin: 5px 0; padding: 0; }
.qc-menu-bar { margin: 0; padding: 0 40px 0 20px; height: 100%; }
.qc-brand-block .qc-navbar-brand { display: inline-block; padding: 0; }
.qc-menu-list { margin: 0; padding: 0;    padding-left: 50px; }
.qc-menu-list li {list-style: none;}
#qcnavbarmenu { padding: 40px 0 10px; line-height: 10px; margin: auto;  float: unset !important;}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.qc-mainmenu a, .navbar-default .navbar-nav > li > a, .qc-mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#000;font-size:14px;text-transform:capitalize;font-family: 'jakarta-regular';padding:10px 0px 5px; display: block !important;    position: relative;    margin: 0 8px; }
.qc-mainmenu .active a,.qc-mainmenu .active a:focus,.qc-mainmenu .active a:hover,.qc-mainmenu li a:hover,.qc-mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #E20110;outline: 0;}
/*.qc-mainmenu .collapse ul > li:hover > a{background: #4CAF50;}*/
.qc-mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: unset;}
.qc-mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}

.qc-mainmenu .collapse ul ul, .qc-mainmenu .collapse ul ul.dropdown-menu{background:#fff;}
.qc-mainmenu .collapse ul ul ul, .qc-mainmenu .collapse ul ul ul.dropdown-menu{background:#fff}
.qc-mainmenu .collapse ul ul ul ul, .qc-mainmenu .collapse ul ul ul ul.dropdown-menu{background:#fff}
.level1.dropdown-menu > li, .level2.dropdown-menu > li, .level3.dropdown-menu > li { width: 100%; }
.level3.dropdown-menu { width: 200px; }
.qc-mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.qc-mainmenu .collapse ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul li{position:relative}
.qc-mainmenu .collapse ul ul li:hover> ul{display:block}
.qc-mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:200px;display:none}
.qc-mainmenu .collapse ul ul ul li{position:relative}
.qc-mainmenu .collapse ul ul ul li:hover ul{display:block}
.qc-mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:200px;display:none;z-index:1}
}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
#qc-navbar { height: auto; line-height: 20px; }
.qc-menu-bar { display: inline-block; width: 100%;    padding: unset; }
.qctopblock { display: block; }
.qc-top-list { margin-bottom: 5px; }
.qc-brand-block { display: inline-block; width: 100%; }
.qc-navbar-brand {height: 100%; }
.qc-brand-block .navbar-toggle { margin: 20px 20px 0px 0px; border: 1px solid #ddd;    padding: 10px; }
.qc-brand-block .navbar-toggle:focus { background: none; }
#qcnavbarmenu { padding: 0;    width: 100%; }
.qc-menu-list {width: 100%; display: inline-block;    padding-left: unset;}
.qc-menu-list li {width: 100%;}
.qc-menu-list li:nth-child(4) ul.dropdown-menu.level1 {
    margin-left: unset;
}
.page_title h2 {
    padding: 45px 0;
    font-size: 20px;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding-left: unset;
}
}

/*QC HEADER STYLE END*/
/*------------------------------------- Desktop 1200----------------------------------------------------------*/
@media (min-width:1700px) and (max-width:1900px) {
    .banner-area {
        height: 400px !important;
        max-height: 400px !important;
    }
}
/*------------------------------------- Desktop 1550----------------------------------------------------------*/
@media (min-width:1550px) and (max-width:1650px) {
    .banner-area {
        height: 350px !important;
        max-height: 350px !important;
    }
}