/*Common style*/
.search_list:hover {
    background-color: #ededed !important;
}
.blue-color-1 {
    color: #0a85ec;
}
.blue-color-2 {
    color: #0985ec;
}
.blue-color-3 {
    color: #035fac;
}
.orange-color-1 {
    color: #f76f15;
}
.orange-color-2 {
    color: #ff6602;
}
.orange-color-2 {
    color: #ff6803;
}
.orange-btncolor {
    background-color: #ff6803;
}
.yellow-color-1 {
    color: #fac917;
}
.yellow-color-2 {
    color: #f1e44b;
}
.text-black {
    color: #000000;
}
/*---Fonts---*/
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Abhaya Libre', serif;
*/

@font-face {
    src: url(../fonts/BebasNeue-Regular.ttf);
    font-family: Bebas;
}
@font-face {
    src: url(../fonts/CircularStd-Bold.otf);
    font-family: CircularStd-Bold;
}
@font-face {
    src: url(../fonts/CircularStd-BoldItalic.otf);
    font-family: CircularStd-BoldItalic;
}
@font-face {
    src: url(../fonts/CircularStd-Book.otf);
    font-family: CircularStd-Book;
}
@font-face {
    src: url(../fonts/CircularStd-BookItalic.otf);
    font-family: CircularStd-BookItalic;
}
@font-face {
    src: url(../fonts/CircularStd-Medium.otf);
    font-family: CircularStd-Medium;
}
@font-face {
    src: url(../fonts/CircularStd-MediumItalic.otf);
    font-family: CircularStd-MediumItalic;
}
/*---Fonts---*/


.h-line__orange {
    width: 100px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(18, 60, 84, 0.83);
    margin: auto;
}
.h-line__yellow {
    width: 100px;
    height: 6px;
    border-radius: 3.5px;
    background-color: #f1e44b;
    margin: auto;
}
.centered::after {
    height: 54vh;
}
.btn-blue {
    width: 166px;
    height: 48px;
    border-radius: 4px;
    background-color: #035fac;
    color: #ffffff;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.66px;
}
.btn-orange {
    width: 166px;
    height: 48px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #113c53;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.66px;
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
}
.btn-white{
    width: 166px;
    height: 48px;
    border-radius: 4px;
    color: #000000;
    background-color: #ffffff;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.66px;
    border: solid 1px #ff6602;
}

.send-enquiry {
    position: fixed;
    right: -22px;
    /*right: -48px;*/
    top: 50%;
    z-index: 10;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
::-webkit-scrollbar{
    width: 12px;
    height: 5px;
}
#mySidenav::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: lightgray;
}

 ::-webkit-scrollbar-thumb {
     background: transparent linear-gradient(250deg, #46AEF7 0%, #1DD5E6 100%) 0% 0% no-repeat padding-box;
 
    }
/* Only FireFox */
html {
    scrollbar-color: #46AEF7 lightgrey;
    border-radius: 2px;
}
/* Only FireFox */
         

main {
    /*overflow-x: hidden;*/
}
/*Common style*/



/*NAVBAR*/
.primary-nav a {
    font-family: CircularStd-Medium;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0a85ec;
}
.email-desktop:hover {
    text-decoration: none;
}
.sushant_nav {
    z-index: 1020;
    position: relative;
    background: white;
}
.secondary-nav div.navbar-collapse > li {
    padding: 0 30px;
}
.main-nav.secondary-nav div.navbar-collapse li {
    padding: -110px;
}
.main-nav .navbar-collapse {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.secondary-nav div.navbar-collapse li a {
    /*border-bottom: 4px solid transparent;*/
    border-radius: 1.5px;
    padding-bottom: 10px;

    /*height: 21px;*/
    font-family: CircularStd-Medium;
    /*opacity: 0.8;*/
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.66px;
}
/* .secondary-nav div.navbar-collapse li.nav-item:hover a {
  
    color: #000000;
}
.secondary-nav div.navbar-collapse li.nav-item a:hover,
.navbar-light .navbar-nav .nav-link:hover {
   
    color: #000000;
} */
.hover-dropdown.dropdown:hover>.dropdown-menu {
    background-color: #ffffff;
    color: #000000 !important;
}
/*.secondary-nav div.navbar-collapse li.nav-item .dropdown-menu a:hover {
    background-color: #ededed !important;
    color: #000000 !important;
}*/
.sub_menu_list:hover {
    background-color: #ededed !important;
    color: #035ca7;
}
.secondary-nav div.navbar-collapse li.nav-item.dropdown a.dropdown-item   {
    border-bottom: 0;
}
.secondary-nav div.navbar-collapse li.nav-item a.active {
    border-bottom: 4px solid #f76f15;
}
.mobno-desktop:hover {
    text-decoration: none;
}

.active-menu a{
    color: #000000 !important;
}
.active-menu a:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 10px;
    border-bottom: 3px solid #62ddd2;
}
/*MAIN PAGE NAVBAR*/
.main-nav.secondary-nav div.navbar-collapse li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    color: #ffffff;
    padding-top: 10px;
}
/*MAIN PAGE NAVBAR*/


/*NAVBAR*/



/*Taj Home*/

.cta .taj-mahal__img {
    /*background-image:  linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)),
    url(../img/banner.png);*/
    background-size: cover;
    height: 85vh;
    /*height: 600px;*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.main-home .cta .taj-mahal__img {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)),url(../img/banner.png);*/
}
.main-home .cta .taj-mahal__img {
    height: 60vh;
}
/*.main-home .cta .bg-gradient:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));*/
/*    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));*/
/*    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));*/
/*    opacity: .5;*/
/*    z-index: 2;*/
/*}*/
.main-home .cta .bg-gradient img {
    height: 60vh;
    width: 100%;
}
.main-home .cta .taj-mahal__img .centered {
    position: absolute;
    top: 18%;
    width: 100%;
    z-index: 5;
}
.cta .taj-mahal__img .centered {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cta .taj-mahal__img .centered .explore-agra {
    height: 38px;
    font-family: CircularStd-Medium;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff;
}
.main-home .cta .taj-mahal__img .centered .explore-agra {
    height: 43px;
    opacity: 0.8;
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.main-home .cta .input-group {
    width: 500px;
    margin: auto;
    /*position: relative;
    top: 10px;*/
    z-index: 999;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 36%;
}
.main-home .cta .input-group input {
    height: 44px;
    /*opacity: 0.32;*/
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding-left: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.main-home .cta .input-group .input-group-append span {
    background-color: #035ca7;
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 103px;
    z-index: 2;
    position: relative;
    padding-left: 16px;
}
.cta .centered .make-journey {
    height: 60px;
    font-family: Bebas;
    font-size: 45px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: 1.84px;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.main-home .cta .taj-mahal__img .centered h1.make-journey{
    height: 50px;
}
.main-home .cta .taj-mahal__img .centered h3.make-journey {
    height: auto;
    font-size: 40px;
}
.cta .taj-mahal__img .centered .make-journey .text-style-1 {
    color: #f76f15;
}
.agra-attraction__cards a:hover {
    text-decoration: none;
}
/*section.holiday-offers.pt-4.second_section_home .second-section-container{*/
/*    left:3% !important;*/
/*}*/

/*Taj Home*/
.why_choose_sushant {
    padding-top: 30px !important;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #035ca7;
    position: absolute;
    right: -20px;
    top: 32%;
    z-index: 2;
}
.arrow-right_color {
    border-left: 20px solid #4eba94;
}
/*Popular tours*/
.agra-attraction,
.popular-tours,
.transportation-facilities,
.blogs,
.delhi-desc,
.reason,
.holiday-offers,
.testimonials,
.recommendations,
.seo-header {
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}
.popular-tours {
    padding-bottom: 50px;
}
.popular-tours,
.testimonials {
    background-color: rgba(40, 148, 206, 0.03);
}
.popular-tours .popular-tours__title,
.agra-attraction .agra-attraction__title,
.transportation-facilities .transportation-facilities__title,
.blogs .blogs__title,
.delhi-desc .delhi-desc__title,
.reason .reason__title,
.holiday-offers .holiday-offers__title,
.testimonials .testimonials__title,
.recommendations .recommendations__title,
.taxi-testimonials .taxi-testimonials__title,
.tours-list .tours-list__title,
.transport-facility .transport-facility__title {
    height: 61px;
    font-family: Bebas;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.47px;
    text-align: center;
    color: #000000;
}
.blogs .news_title {
    height: 100%;
    line-height: 1;
}
.popular-tours .popular-tours__cards,
.blogs .blogs-cards,
.agra-attraction .agra-attraction__cards,
.transportation-facilities .transport,
.holiday-offers .offer-hotels,
.testimonials .testimonials-head,
#recommend,
.main-home .transport-facility .taxi-cards,
.main-home .testimonials-background .container,
.main-home .agra-attraction .abroad-vacation,
.main-home .agra-attraction .book-form {
    /*padding-top: 30px;*/
}
.blogs .blogs-cards a:hover {
    text-decoration: none;
}
.blogs .blogs-cards .card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.main-home .reason .h-line__orange {
    margin-bottom: 30px;
}
.popular-tours .popular-tours__cards .card,
.recommendations .recommendations__cards .card {
    /*width:410px;*/
    height: 504px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border: 0;
}
.recommendations .recommendations__cards a:hover {
    text-decoration: none;
}
.popular-tours .popular-tours__cards .card img ,
.blogs .blogs-cards .card img,
.recommendations .recommendations__cards .card img {
    height: 210px;
}
.popular-tours .popular-tours__cards .card .card-title,
.blogs .blogs-cards .card .card-title,
.recommendations .recommendations__cards .card .card-title {
    height: 63px;
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.73px;
    color: #000000;
}
.blogs .blogs-cards .card .card-title {
    height: 75px;
    text-align: left;
}
.popular-tours .popular-tours__cards .card .stars,
.recommendations .recommendations__cards .card .stars,
.details-of-tours .ratings-stars .stars {
    height: 13px;
    color: rgba(0, 0, 0, 0.1);
}
.popular-tours .popular-tours__cards .card .stars .best-seller_tag,
.recommendations .recommendations__cards .card .stars .best-seller_tag {
    height: 15px;
    font-family: CircularStd-Bold;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #0985ec;
}
.popular-tours .popular-tours__cards .card .card-text,
.recommendations .recommendations__cards .card  .card-text {
    height: 54px;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, 0.6);
}
.blogs .blogs-cards .card .card-text {
    height: 75px;
}
.blogs .blogs-cards .card .card-text {
    text-align: left;
}
.blogs .blogs-cards .card a .card-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: rgba(0, 1, 19, 0.6);
}
.popular-tours .tour-duration h5,
.recommendations .tour-duration h5 {
    height: 31px;
    opacity: 0.4;
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.59px;
    color: #000000;
}
.popular-tours .tour-duration p,
.recommendations .tour-duration p {
    height: 31px;
    opacity: 0.4;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.21;
    letter-spacing: 0.51px;
    text-align: right;
    color: #000000;
}
.popular-tours .price,
.recommendations .price {
    height: 23px;
    font-family: CircularStd-Medium;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.66px;
    text-align: right;
    color: #0985ec;
}
/*carousel indicators*/
.carousel-indicators li{
    width: 6px;
    height: 6px;
    background-color: rgba(231, 231, 231, .91);
    border: 3px solid rgba(231, 231, 231, .91);
    border-radius: 18px;
    margin-left: .5rem;
    margin-right: .5rem;
}
.carousel-indicators li.active {
    width: 6px;
    height: 6px;
    background-color: #0a85ec;
    border: 3px solid #FFF;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 0 2px #0a85ec;
    box-shadow: 0 0 0 2px #0a85ec;
}
.carousel-indicators {
    bottom: -40px;
}
.main-home #demo .carousel-indicators {
    bottom: 20px;
}
/*Popular tours*/

/*numerology starts*/
.left_up{
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: 5% 0,102% -23px,-30px 105%,95% 100%;
    background-size: 92px 90px,115px 115px,84px 80px,82px 80px;
}
.para_txt{
    width: 80%;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: justify;
    color: rgba(0, 2, 32, 0.8);
}
.about_heading{
    font-family: Bebas;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: normal;
    color: #000220;
    margin-bottom: 20px
}
.banner_video{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.bg-video__content {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.btn-orange.book-free{
    width: 250px !important;
    font-size: 16px !important;
}
/**/
/*Agra attractions*/

.main-home .agra-attraction .agra-attraction__cards img {
    /*width: 300px;*/
    height: 260px;
}
.main-home .agra-attraction .agra-attraction__cards .golden-tour__box {
    height: 295px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.main-home .agra-attraction .agra-attraction__cards .place-text {
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.73px;
    text-align: center;
    color: #000000;
}
.agra-attraction .agra-attraction__cards img {
    height: 321px;
    /*opacity: 0.4;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-image: -o-linear-gradient(38deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(52deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.agra-attraction .agra-attraction__cards .col-md-4 {
    position: relative;
    margin-bottom: 50px;
}
.agra-attraction .agra-attraction__cards .img-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity:1;
    color: white;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.59);
    font-family: CircularStd-Medium;
}


/*Transport facilites*/

.transportation-facilities .transport img {
    height: 269px;
    /*opacity: 0.4;*/
    border-radius: 4px;
    background-image: -o-linear-gradient(33deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(57deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.transportation-facilities .transport > div {
    position: relative;
}
.transportation-facilities .transport .img-overlay__transport {
    position: absolute;
    bottom: -1px;
    left: 13px;
    width: 188px;
    border-radius: 8px;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.73px;
    text-align: center;
    color: #000000;
    font-family: CircularStd-Medium;
}

/*Transport facilites*/
.adroad-vacation__box {
    position: relative;
}
.adroad-vacation__box .img-overlay {
    position: absolute;
    bottom: 0;
    width: 92%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.59);
    font-family: CircularStd-Medium;
}
.adroad-vacation__paris.adroad-vacation__box .img-overlay {
    width: 96%;
}
.abroad-vacation .left-bottom {
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.abroad-vacation .left-bottom h4 {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    border-radius: 3px;
}
/*Holiday Offers*/
.main-home .holiday-offers .offer-hotels img{
    width: 300px;
    height: 261px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.5);
}
.holiday-offers .offer-hotels img {
    height: 350px;
    /*opacity: 0.4;*/
    border-radius: 30px;
    background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.holiday-offers .offer-hotels > div {
    position: relative;
}
.holiday-offers .offer-hotels .traingle-top {
    position: absolute;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #0a85ec transparent transparent transparent;
    line-height: 0px;
    _border-color: #0a85ff #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.holiday-offers .offer-hotels .off-percent {
    position: absolute;
    /* top: -85px; */
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: -72px;
    left: -15px;
    width: 111px;
    /*transform: rotate(-47deg);*/
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.84px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}
.main-home .holiday-offers .content-overlay-box {
    background: rgba(0,0,0,0.8);
    position: absolute;
    /*height: 99%;
    width: 100%;*/
    height: 100%;
    /*width: 96%;*/
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 2;
    cursor: pointer;
    width: 110%;
    margin-left:-12px;
    border-radius: 25px;
}
.main-home .holiday-offers .content-overlay-box:hover {
    opacity: 1;
}
.main-home .holiday-offers .content-overlay-box .package-content {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;

    font-family: Bebas;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.main-home .holiday-offers .content-overlay-box .package-content .package-content-rank {
    width: 60px;
    height: 60px;
    background-color: #ff6602;
    border-radius: 50%;
    padding: 15px 20px;
    text-align: center;
}
.main-home .holiday-offers .content-overlay-box .package-content .package-name {
    font-family: Bebas;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.main-home .holiday-offers .content-overlay-box .package-content .package-details {
    opacity: 0.6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.holiday-offers .offer-hotels .img-overlay__hotel {
    position: absolute;
    bottom: 45px;
    width: 100% !important;
    font-family: CircularStd-Medium;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.81px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(3, 92, 167, 0.69);
    z-index: 1;
    width: 460px;
}
/*.main-home .holiday-offers .offer-hotels .img-overlay__hotel {*/
/*    width: 255px;*/
/*}*/
.holiday-offers #hotels  .offer-hotels .img-overlay__hotel {
    width: 92%;
}
.main-home .offer-hotels .owl-theme .owl-dots .owl-dot.active span,
.main-home .offer-hotels .owl-theme .owl-dots .owl-dot:hover span {
    width: 20px;
    height: 20px;
    background-color: #0a85ec;
    border: 4px solid #FFF;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 0 1px #0a85ec;
    box-shadow: 0 0 0 1px #0a85ec;
}
.main-home .offer-hotels .owl-theme .owl-dots .owl-dot span {
    opacity: 0.91;
    background-color: #e7e7e7;
    width: 20px;
    height: 20px;
}
/*Holiday Offers*/

/*Testimonials*/
.show_first{
    text-align: justify;
}
section.agra-attraction{
    padding-top: 20px;
}
.testimonials .testimonials-head h4 {
    opacity: 0.5;
    font-family: CircularStd-Medium;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.81px;
    text-align: center;
    color: #000000;
}
.testimonials .testimonials-video {
    /*background-image: url('../img/Testimonial 1.jpg');*/
    cursor: pointer;
}
.testimonials .testimonials-box {
    border-radius: 4px;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.2);
    /*height: 100%;*/
    width: 550px;
}
.testimonials .testimonials-video {
    position: relative;
}
.testimonials .testimonials-video .play-btn,
.main-home .common-testimonials .card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.testimonials .testimonials-video .overlay-testimonial {
    position: absolute;
    top: 0%;
    left:0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.testimonials .testimonials-desc {
    background-color: #0a85ec;
}
.testimonials .testimonials-desc p {
    /*height: 161px;*/
    height: 140px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.61px;
    color: #ffffff;
    position: relative;
    top: 10px;
}
.testimonials .testimonials-desc .testimonials-border-right .col-md-7 {
    border: 1px solid #ffffff;
}
.testimonials .testimonials-desc .testimonial-user {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    text-align: center;
    color: #ffffff;
}
.testimonials .testimonials-desc .testimonial-user .user-img,
.details-of-tours .review-desc img,
.recommendations .review-desc img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
/*Testimonials*/

/*SEO header*/
.seo-header .seo-header__img {
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)), url(../img/../img/India-Gate-new-delhi.jpg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9))), url(../img/../img/India-Gate-new-delhi.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)), url(../img/../img/India-Gate-new-delhi.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    background-attachment: fixed;
}
.seo-header .seo-header__img h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*SEO header*/


/*Reason cards*/

.reason .reason-cards .reason-circle {
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 20, 0.08);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
    background-color: #ffffff;
    border-radius: 50%;
}
.reason .reason-cards .reason-circle img {
    width: 45px;
}
.reason .reason-cards .reason-circle__year {
    position: relative;
}
.reason .reason-cards .reason-circle__year span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #1d2124;
    opacity: .8;
}
.reason .reason-cards .reason-title {
    opacity: 0.8;
    font-family: CircularStd-Medium;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d2124;
    height: 60px;
}
.reason .reason-cards .reason-text {
    height: 98px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 1, 19, 0.6);
}
/*Reason cards*/


/*Delhi Description (last)*/
.delhi-desc .delhi-desc___content h3 {
    font-family: CircularStd-Medium;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.81px;
    text-align: justify;
    color: #000000;
}
.delhi-desc .delhi-desc___content p {
    opacity: 0.8;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.51px;
    color: #000000;
    text-align: justify;
}
.home_page_last_sec {
    opacity: 0.8 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.51px;
    color: #000000  !important;
    text-align: justify !important;
}

.delhi-desc___content {
    padding-top: 20px;
}
.delhi-desc___content:first-child {
    padding-top: 10px;
}
/*Delhi Description (last)*/


/*=============----------=============TOUR DETAIL CODE======-------------===================---------------*/
.details-of-tours {
    padding-top: 37px;
}
.details-of-tours .tour-carousel .carousel-inner img {
    width: 100%;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 450px;
}
.details-of-tours .tour-carousel #carousel-tour {
    width: 100%;
}
.details-of-tours .tour-carousel .overlay-tour-carousel {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.details-of-tours .customer-reviews {
    margin-top: 35px;
}
.details-of-tours .customer-reviews h5,
.details-of-tours .details-common h5,
.details-of-tours .review-desc h5,
.recommendations .review-desc h5,
.details-of-tours .tab-tour #Overveiw h5,
.details-of-tours .tab-tour #Terms .package-info h5,
.details-of-tours .tab-tour #Terms .package-exclude h5,
.details-of-tours .tab-tour #Inclusion h5 {
    font-family: CircularStd-Medium;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    color: #000000;
}
.details-of-tours .details-common h1 {
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    color: #000000;
}
.details-of-tours .details-common h6 {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.details-of-tours .details-common h6 span.details-common__title {
    opacity: 0.4;
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #000000;
}
.details-of-tours .tab-tour {
    margin-top: 30px;
}
.details-of-tours .tab-tour .nav-tabs .nav-link {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, .4);
}
.details-of-tours .tab-tour .nav-tabs .nav-link.active {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ff6803;
    color: #ffffff;
}
/*.details-of-tours .tab-tour #Overveiw {
    padding-top: 20px;
}*/
.details-of-tours .tab-tour #Overveiw p,
.details-of-tours .tab-tour #Terms p {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, 0.6);
    /*height: 200px;*/
}
.details-of-tours .tab-tour #Overveiw .key-details,
.details-of-tours .tab-tour #Terms .package-info,
.details-of-tours .tab-tour #Inclusion .package-info {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, 0.6);
}
.details-of-tours .tab-tour #Overveiw .key-details ul,
.details-of-tours .tab-tour #Terms .package-info ul,
.details-of-tours .tab-tour #Inclusion ul {
    list-style: none;
    line-height: 1.77;
}
.details-of-tours .tab-tour #Overveiw .key-details ul li::before,
.details-of-tours .tab-tour #Inclusion ul li::before,
.details-of-tours .tab-tour #Terms .package-info ul.package-info-list li::before {
    content: "\2022";
    color: #ff6803;
    font-weight: bold;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: -1em;
    position: relative;
    left: -5px;
}
.main-home .details-of-tours .tab-tour #Overveiw .key-details ul li::before,
.main-home .details-of-tours .tab-tour #Inclusion ul li::before,
.main-home .details-of-tours .tab-tour #Terms .package-info ul.package-info-list li::before {
    color: #0a85ec;
}
.details-of-tours .tab-tour #Itinerary {
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.04);
    border: solid 1px #979797;
    background-color: #fcfcfc;
}
.details-of-tours .customer-reviews h6 {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}
.details-of-tours .ratings-stars .stars .rating-value {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}
.details-of-tours .ratings-stars .total-reveiws {
    opacity: 0.4;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}
.details-of-tours .review-summary h6 {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}
.details-of-tours .review-progress .progress {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.details-of-tours .review-progress .progress p {
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}
.details-of-tours .review-progress p {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}
.details-of-tours .review-progress .review-val {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.8);
}
.details-of-tours .h-line-review {
    border-radius: 0.5px;
    border-top: 2px solid  rgba(0, 0, 0, 0.1);
}
.details-of-tours .review-desc p,
.recommendations .review-desc p {
    height: 120px;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, 0.6);
    overflow: auto;
}
.details-of-tours .review-desc p::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.details-of-tours .review-desc p::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.details-of-tours .review-desc p::-webkit-scrollbar-thumb
{
    background-color: rgba(0, 0, 0, 0.6);
}
.details-of-tours .review-desc .user-name,
.recommendations .review-desc .user-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    text-align: center;
    color: #000000;
}
.details-of-tours #Itinerary .book-btn {
    padding-left: 30px;
}
/*====VERTICAL PROGRESS BAR====*/
.details-of-tours .StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}
.details-of-tours .StepProgress::before,
.main-home .details-of-tours .StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #0a85ec;
}
.details-of-tours .StepProgress-item {
    position: relative;
    counter-increment: list;
}
.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}
.details-of-tours .StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}
.details-of-tours .StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -39px;
    width: 12px;
    height: 12px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}
.details-of-tours .StepProgress-item.is-done::before,
.main-home .details-of-tours .StepProgress-item.is-done::before {
    border-left: 2px solid #0a85ec;
}
.details-of-tours .StepProgress-item.is-done::after,
.main-home .details-of-tours .StepProgress-item.is-done::after {
    content: "";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: solid 2px #0a85ec;
    background-color: #0a85ec;
}
.details-of-tours .StepProgress-item.current::before {
    border-left: 2px solid green;
}
.details-of-tours .StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: green;
    border: 2px solid green;
    background-color: white;
}
.details-of-tours .StepProgress strong {
    display: block;
}
.details-of-tours ul.StepProgress li.StepProgress-item strong {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
}
.details-of-tours ul.StepProgress li.StepProgress-item p {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #797979;
}
/*====*/
.details-of-tours .tour-carousel .carousel-control-prev p,
.details-of-tours .tour-carousel .carousel-control-next p,
.cta-rajasthan #demo .carousel-control-prev p,
.cta-rajasthan #demo .carousel-control-next p {
    width: 40px;
    height: 40px;
    -webkit-backdrop-filter: blur(2.9px);
    backdrop-filter: blur(2.9px);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}
.cta-rajasthan #demo .carousel-control-prev img,
.cta-rajasthan #demo .carousel-control-next img,
.details-of-tours .tour-carousel .carousel-control-prev p img,
.details-of-tours .tour-carousel .carousel-control-next p img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*col-md-4*/
.details-of-tours .contact-form {
    border-radius: 4px;
    background-color: #ffffff;
}
/*.details-of-tours .contact-form .form-div {
    height: 550px;
}*/
.details-of-tours .contact-form .form-div,
.details-of-tours .same-day-tours {
    /*width: 412px;*/
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 15px;
}
.details-of-tours .contact-form .form-div label {
    margin-bottom: 0;
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.56);
    /*height: 37px;*/
}
.details-of-tours .contact-form .form-div input {
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    /*height: 37px;*/
}
.details-of-tours .same-day-tours h5 {
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    color: #000000;
}
.details-of-tours .same-day-tours a {
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.59px;
    color: rgba(0, 0, 0, 0.6);
}
.details-of-tours .same-day-tours a:hover {
    color: #ff6803;
    text-decoration: none;
}
/*=============----------===========TOUR DETAIL CODE========-------------===================---------------*/



/*=============----------===========TAXI PAGE CODE========-------------===================---------------*/

.taxi-page .carousel-indicators {
    bottom: 0;
}
.taxi-page .carousel-indicators li {
    background-color: rgba(231, 231, 231, .91);
    border: 3px solid rgba(231, 231, 231, .91);
}
.taxi-page .carousel-indicators li.active {
    border: 3px solid transparent;
    background-color: #0a85ec;
}
.taxi-page .delhi-desc .delhi-desc___content h3 {
    font-family: Bebas;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.taxi-page .delhi-desc .delhi-desc___content li:before {
    content: '•';
    color: #0a85ec;
    width: 6px;
    height: 6px;
    font-size: 18px;
}
.taxi-page .taxi-cards {
    padding-top: 35px;
}
.taxi-page .taxi-cards > div {
    padding-top: 30px;
}
.taxi-page .taxi-cards .card {
    height: 500px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border: 0;
}
.taxi-page .taxi-cards .card img.card-img-top {
    height: 260px;
}
.taxi-page .taxi-cards .card .travels-name h6 {
    opacity: 0.5;
    font-family: CircularStd-Medium;
    /*font-size: 16px;*/
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.59px;
    color: #000000;
}
.taxi-page .taxi-cards .card a:hover {
    text-decoration: none;
}
.taxi-page .taxi-cards .card .travels-ratings {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    color: #ffffff;
}
.taxi-page .taxi-cards .card .travels-ratings span {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #0a85ec;
    padding: 7px;
}
.taxi-page .taxi-cards .card .bus-type h5 {
    font-family: CircularStd-Medium;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: 0.66px;
    color: #000000;
}
.taxi-page .taxi-cards .card .bus-features li:before {
    content: '•';
    color: #0a85ec;
    width: 6px;
    height: 6px;
    font-size: 18px;
}
.taxi-page .taxi-cards .card .bus-features li {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, 0.6);
}
.taxi-page .taxi-cards .card .bus-fare {
    font-family: CircularStd-Medium;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: 0.81px;
    color: #000000;
}
.taxi-page .taxi-cards .card .bus-fare__value {
    color: #ff6602;
}
.taxi-page .taxi-testimonials .card {
    /*width: 550px;*/
    width: 100%;
    height: 310px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border: 0;
}


.taxi-page .taxi-cards .card {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*position: relative;
    z-index: 3;*/
}
.middle {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*top: 0;
    height: 100%;
    width: 92%;
    text-align: center;
    z-index:2;*/
}
.card-info {
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    visibility: hidden;
}
.card-info h3 {
    font-family: Bebas;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.card-info .raing-score {
    width: 60px;
    height: 60px;
    background-color: #ff6602;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    text-align: center;
}
.card-info .raing-score span {
    font-family: Bebas;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.card-info .short-review {
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.card-info .review-text {
    opacity: 0.7;
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.card-info .reviewed-user img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.card-info .reviewer-name,
.card-info .reviewed-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.59px;
    text-align: center;
    color: #ffffff;
}
.content-overlay{
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
}
.taxi-page .taxi-cards .card:hover {
    cursor: pointer;
}
.taxi-page .taxi-cards .card:hover > .content-overlay {
    opacity: 1;
    /*background-color: rgba(0, 0, 0, 0.8);*/
}
.taxi-page .taxi-cards .card:hover > .middle,
.taxi-page .taxi-cards .card:hover > .card-info {
    opacity: 1;
    visibility: visible;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}


.taxi-page .taxi-testimonials .taxi-testimonials__cards,
.main-home .owl-hotels,
.main-home .tour-package,
.main-home .owl-offer {
    padding-top: 33px;
}
/*taxi page owl carousel*/
.taxi-page .owl-carousel .owl-item img {
    display: initial !important;
    width: auto !important;
}
.taxi-page .cars-slider .owl-carousel .owl-item img {
    display: initial !important;
    width: 100% !important;
}
.taxi-page .owl-carousel .owl-item .testimonials_user img {
    width: 50px !important;
    height: 50px;
}
.taxi-page .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /* width: 20px;
    height: 20px;
    background-color: #0a85ec;
    border: 4px solid #FFF;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 0 1px #0a85ec;
    box-shadow: 0 0 0 1px #0a85ec; */
}
.taxi-page .owl-theme .owl-dots .owl-dot span {
    opacity: 0.91;
    background-color: #e7e7e7;
    width: 20px;
    height: 20px;
}
.taxi-page .owl-carousel .owl-stage-outer {
    height: 320px;
}
/*taxi page owl carousel*/
.taxi-page .taxi-testimonials .taxi-testimonials__cards .taxi-testimonials__info p {
    height: 101px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.73px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}
.taxi-page .unquote-icon img {
    position: relative;
    top: -20px;
}
.taxi-page .taxi-testimonials__cards .taxi-testimonials_user img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
}
.taxi-page .taxi-testimonials_user p span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    color: #000000;
}
.taxi-page .taxi-testimonials_user p i {
    width: 20px;
    height: 19px;
    color: #d8d8d8;
}
.taxi-page .taxi-testimonials_user p i.yellow-color-1 {
    color: #fac917;
}
.taxi-page .taxi-testimonials_user .bus-reviewed p {
    opacity: 0.5;
    font-family: CircularStd-Medium;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.66px;
    color: #000000;
}
.taxi-page .delhi-desc .advantages-features h5 {
    font-family: CircularStd-Medium;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c2e30;
}
.taxi-page .delhi-desc .advantages-features  p {
    height: 70px;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, .5);
}
.taxi-page .delhi-desc___content {
    padding-top: 30px;
}

/*==========NEW HOME PAGE===============*/

.main-home .tour-locations {
    padding: 45px 100px;
    position: relative;
    bottom: 55px;
    width: 85%;
    margin: auto;
    z-index: 4;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.main-home .tour-locations h3 {
    opacity: 0.3;
    font-family: Bebas;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.main-home .tour-locations a:hover h3 {
    text-decoration: none;
    color: #ff6602;
    opacity: 1;
    cursor: pointer;
}
.main-home .tour-locations a:hover {
    text-decoration: none;
}
.main-home .transport-facility .card {
    height: 450px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}
.main-home .transport-facility .card:hover {
    cursor: pointer;
}
.main-home .transport-facility .card .know-more__btn {
    position: absolute;
    bottom: 15px;
}
.main-home .transport-facility .card > img {
    height: 240px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: -o-linear-gradient(33deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(57deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));

}
.main-home .transport-facility .card .bus-type h5 {
    font-family: CircularStd-Medium;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: 0.81px;
    color: #000000;
}
.main-home .transport-facility .card a:hover {
    text-decoration: none;
}
.main-home .transport-facility .card .bus-features li {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, 0.6);
}
.main-home .transport-facility .card .bus-features li::before {
    content: "•";
    color: rgb(10, 133, 236);
    width: 6px;
    height: 6px;
    font-size: 18px;
}
.main-home .tours-list .tour-list__btn a {
    width: 288px;
    height: 52px;
    border-radius: 2px;
    border: solid 2px rgba(0, 0, 0, 0.1);
    font-family: CircularStd-Medium;
    color: #000000;
    font-size: 12px;
}
.main-home .tours-list .tour-list__btn > div {
    /*margin-left: 1rem;
    margin-right: 1rem;*/
}
.main-home .tours-list .tour-list__btn a:hover {
    text-decoration: none;
    background-color: #ff6602;
    color: #ffffff;
}
.main-home .agra-attraction .agra-attraction__cards .golden-tour__box img {
    width: 300px;
    height: 263px;
}
.icon-bar {
    position: fixed;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.icon-bar a {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.slide-btn {
    width: 67px;
    height: 35px;
    background-color: #ffd157;
    color: #ffffff;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slide-btn i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slide-btn:hover {
    cursor: pointer;
}
.icon-bar a.hotel-path img {
    width: 25px;
    height: 25px;
    top: 50%;
    left: 0;
}
.icon-bar a img {
    width: 60px;
    height: 60px;
    position: relative;
    top: 65%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-bar a:hover {
    width: 100px;
}
.car-path {
    width: 67px;
    height: 74px;
    border-top-right-radius: 4px;
    background-color: #0a85ec;
}
.plane-path {
    width: 67px;
    height: 69px;
    background-color: #ffd157;
}
.bus-path {
    width: 67px;
    height: 74px;
    background-color: #ee6e1a;
}
.hotel-path {
    width: 67px;
    height: 74px;
    background-color: #0a85ec;
}


.main-home .abroad-vacation .adroad-vacation__paris div:first-child {
    /*width: 856px;*/
    height: 370px;
    /*opacity: 0.4;*/
    border-radius: 4px;
    /*background-image: url('../img/Bali-min.png'), -o-linear-gradient(23deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));*/
    background-image: url('../img/Bali-min.png'), linear-gradient(67deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-home .abroad-vacation .adroad-vacation__box >div:first-child:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.main-home .abroad-vacation .adroad-vacation__america div:first-child {
    /*width: 418px;*/
    height: 370px;
    /*opacity: 0.4;*/
    border-radius: 4px;
    background-image: url('../img/Malaysia-min.jpg'), -o-linear-gradient(42deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: url('../img/Malaysia-min.jpg'), linear-gradient(48deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
}
.main-home .abroad-vacation .adroad-vacation__singapore div:first-child {
    /*width: 406px;*/
    height: 371px;
    /*opacity: 0.4;*/
    border-radius: 4px;
    background-image: url('../img/singapore.jpg'), -o-linear-gradient(42deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: url('../img/singapore.jpg'), linear-gradient(48deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.main-home .abroad-vacation .adroad-vacation__dubai div:first-child {
    /*width: 408px;*/
    height: 763px;
    /*opacity: 0.4;*/
    border-radius: 4px;
    background-image: url('../img/dubai.png'), -o-linear-gradient(62deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: url('../img/dubai.png'), linear-gradient(28deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-size: cover;
    background-repeat: no-repeat;
}
.main-home .common-testimonials .card {
    width: 445px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f9f9f9;
    background-color: #ffffff;
}
.main-home .testimonials-background {
    background-image: url('../img/pattern-testimonials.png');
}
.main-home .common-testimonials .overlay-background__testimonials {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.common-testimonials div.card-overlay,
.common-testimonials .card-img-top,
.common-testimonials .overlay-background__testimonials {
    height: 234px;
    position: relative;
}
.main-home .common-testimonials .card .card-body .card-title {
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #454545;
}
.main-home .common-testimonials .card .card-body .card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
    color: #454545;
}
.main-home .common-testimonials .card .play-btn {
    width: 49.9px;
    height: 49.9px;
}
.main-home .common-testimonials .owl-two .owl-item {
    opacity: .35;
}
.main-home .common-testimonials .owl-two .owl-item.active.center {
    opacity: 1;
}
.main-home .owl-two .owl-prev,
.main-home .owl-two .owl-next {
    width: 40px;
    height: 40px;
    -webkit-backdrop-filter: blur(2.9px);
    backdrop-filter: blur(2.9px);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50% !important;
}
.main-home .owl-two .owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-home .owl-two .owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-home.taxi-page .owl-carousel.owl-taxi .owl-stage-outer {
    height: 105%;
}
/*============NEW HOME PAGE============*/


/*RAJASTHAN PAGE*/
.cta-rajasthan .desert-img {
    /*background-image:  linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)),
    url(../img/desert.jpg);*/
    background-size: cover;
    height: 65vh;
    /* height: 600px; */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.cta-rajasthan .carousel .desert-img {
    position: relative;
}
.overlay-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5));
}
.cta-rajasthan.about-us  .desert-img {
    background-image:  -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5))),
    url(../img/maldiv-2.jpg);
    background-image:  -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)),
    url(../img/maldiv-2.jpg);
    background-image:  linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)),
    url(../img/maldiv-2.jpg);
    background-size: cover;
    height: 65vh;
    /* height: 600px; */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.cta-rajasthan .hotel-img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5))),
    url(../img/hotel-booking.png);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)),
    url(../img/hotel-booking.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)),
    url(../img/hotel-booking.png);
    background-size: cover;
    height: 75vh;
    /* height: 600px; */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.cta-rajasthan .cta-img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5))),
    url(../img/City.png);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)),
    url(../img/City.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)),
    url(../img/City.png);
    background-size: cover;
    height: 85vh;
    /* height: 600px; */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.cta-rajasthan .car-cta .cta-img {
    height: 65vh;
}
.cta-rajasthan .desert-img .centered,
.cta-rajasthan .hotel-img .centered {
    width: 953px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cta-rajasthan .hotel-img p {
    opacity: 0.9;
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
/*------RAJASTHAN PAGE & hotel page------*/

.main-home .cta-rajasthan .desert-img h1 {
    height: 74px;
    font-family: Bebas;
    font-size: 50px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.main-home .cta-rajasthan .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    background-color: #0a85ec;
    border: 3px solid transparent;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 0 2px #0a85ec;
    box-shadow: 0 0 0 2px #0a85ec;
}
.main-home .cta-rajasthan  .cta-rajasthan .carousel-indicators {
    bottom: 0;
}
.main-home .tour-details div.row {
    padding: 32px 0;
}
.main-home .tour-details h2 {
    font-family: Bebas;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.main-home .tour-details p {
    opacity: 0.6;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    color: #000000;
}
.main-home .holiday-packages h2,
.main-home .hotel-packages h2 {
    font-family: Bebas;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.main-home .holiday-package__sort .dropdown label,
.main-home .hotel-package__sort .dropdown label {
    font-family: Bebas;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    text-align: center;
    color: #000000;
    position: relative;
    top: 3px;
}
.main-home .holiday-package__sort .btn-popularity,
.main-home .hotel-package__sort .btn-popularity {
    font-family: Bebas;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    text-align: center;
    color: #0a85ec;
}
.main-home .holiday-package__sort .btn-popularity:after,
.main-home .hotel-package__sort .btn-popularity:after {
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
    color: black;
}
.main-home .holiday-package__sort .dropdown-menu a label,
.main-home .hotel-package__sort .dropdown-menu a label{
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}
.main-home .holiday-package__cards .card,
.main-home .hotel-package__cards .card {
    height: 480px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    margin-bottom: 35px;
}
.holiday-package__cards .card img {
    height: 230px;
}
.main-home .hotel-package__cards .card {
    height: 515px;
}
.main-home .holiday-package__cards .card {
    position: relative;
    border: 0;
    transition: all 0.2s ease;
}
.main-home .holiday-package__cards .card:hover {
    box-shadow: 1px 0px 12px 0 rgba(0,0,0,0.3);
    cursor: pointer;
    transform: translatey(-1px);
}

#ribbon {
    padding: 0 0 10px 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
}
#ribbon div {
    background: #bb3a34;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a85ec), to(#0a85ec));
    background: -o-linear-gradient(#0a85ec 0%, #0a85ec 100%);
    background: linear-gradient(#0a85ec 0%, #0a85ec 100%);
    color: #fff;
    padding: 0.5em 0;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);

    font-family: CircularStd-Medium;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    color: #ffffff;
}
#ribbon div:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #0a85ec;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
.main-home .holiday-package__cards .card a:hover,
.main-home .hotel-package__cards .card a:hover {
    text-decoration: none;
}
.main-home .holiday-package__cards .card > img,
.main-home .hotel-package__cards .card > img {
    height: 230px;
}
.main-home .holiday-package__cards .card .holiday-package__ratings span,
.main-home .hotel-package__cards .card .hotel-package__ratings span {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background-color: #0a85ec;
    padding: 8px 5px;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    color: #ffffff;

    position: absolute;
    right: 0;
    top: -35px;
}
.main-home .hotel-package__cards .card .hotel-package__ratings span {
    position: static;
}
.main-home .holiday-package__cards .card .holiday-package__name,
.main-home .hotel-package__cards .card .hotel-package__name {
    font-family: CircularStd-Medium;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.66px;
    color: #000000;
}
.main-home .holiday-package__cards .card .holiday-package__name h6 {
    height: 50px;
}
.main-home .holiday-package__cards .card .holiday-package__duration,
.main-home .hotel-package__cards .card .hotel-package__duration {
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: 0.59px;
    color: rgba(0, 0, 0, .4);
}
.main-home .holiday-package__cards .card .holiday-package__duration .old_price,
.main-home .hotel-package__cards .card .hotel-package__duration .old_price {
    text-decoration: line-through;
}
.main-home .holiday-package__cards .card .holiday-package__details,
.main-home .hotel-package__cards .card .hotel-package__details {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, 0.6);
    height: 80px;
}
.main-home .cta-rajasthan .search-hotels {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #1c8be9;
    position: relative;
    bottom: 55px;
    padding: 30px 35px;
}
.main-home .cta-rajasthan .search-hotels .field-xl input {
    width: 270px;
    height: 48px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    background-color: #ffffff;
}
.main-home .cta-rajasthan .search-hotels .field-sm input {
    width: 150px;
    height: 48px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    background-color: #ffffff;
}
.main-home .cta-rajasthan .search-hotels button {
    width: 166px;
    height: 48px;
    border-radius: 4px;
    background-color: #ff6602;
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.main-home .hotel-package__cards .card .hotel-package__details {
    height: 100px;
}
/*.main-home .all-reviews .customer-images {
    position: absolute;
}*/
.main-home .all-reviews .customer-images img {
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff;
    border: 1px solid white;
    position: relative;
    width: 32px !important;
}
.main-home .all-reviews .customer-images img:nth-child(1){
    z-index: 4;
    background: white;
}
.main-home .all-reviews .customer-images img:nth-child(2){
    right: 15px;
    z-index: 3;
    background: white;
}
.main-home .all-reviews .customer-images img:nth-child(3){
    right: 30px;
    background: white;
}
.main-home .all-reviews .all-review__btn {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    padding-left: 0rem;
}
.main-home .hotel-package__cards .card .hotel-package__details .read-more__btn {
    color: #000000;
}
/*------RAJASTHAN PAGE & hotel page------*/



/*-----------main tour detail-------------*/
.main-home div .package-more__btn {
    font-family: CircularStd-Medium;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.66px;
    color: #035fac;
}
.main-home #carousel-tour_main .carousel-indicators {
    bottom: 0;
}
.main-home #carousel-tour_main .carousel-item img {
    width: 868px;
    /*height: 571px;*/
    height: 480px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
}
/*-----------------main tour detail------------*/

/*Book Hotel page*/
.taxi-page .owl-carousel.owl-hotels .owl-stage-outer,
.taxi-page .owl-carousel.tour-package .owl-stage-outer,
.taxi-page .owl-carousel.owl-offer .owl-stage-outer {
    height: auto;
}
.main-home .about-hotel {
    background-color: rgba(40, 148, 206, 0.03);
}
.main-home .about-hotel h4 {
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    color: #000000;
}
.main-home .about-hotel p {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.51px;
    color: rgba(0, 0, 0, .5);
}
.main-home .about-hotel .amenities h5,
.main-home .about-hotel .room-fetaures h5 {
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    color: #000000;
}
.modal .modal-dialog {
    width: 710px;
    /*height: 860px;*/
}
.modal .modal-content {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.modal .close {
    color: #ffffff;
    opacity: 1;
}
.modal .modal-header h4 {
    font-family: Bebas;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}
.modal .modal-body h6 {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.modal .modal-body .h-line-modal {
    border-radius: 0.5px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.modal .modal-body label {
    font-family: CircularStd-Medium;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(74, 74, 74, .6);
}
.modal .modal-body input,
.modal .modal-body select,
.modal .modal-body textarea {
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}
.modal .modal-body textarea {
    resize: none;
}
.modal .modal-body input:focus,
.modal .modal-body select:focus,
.modal .modal-body textarea:focus {
    border-radius: 2px;
    border: solid 1px #4a4a4a;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal .modal-body .custom-select {
    background: url('../img/drop-down.svg') no-repeat right .75rem center/20px 20px;
}
.modal .modal-body .terms-condition label {
    font-family: CircularStd-Medium;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}
.modal .modal-body .custom-control-input:checked~.custom-control-label::before {
    color: #d8dbde;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 2px #d8dbde;
    background-color: #000000;
}
/*Book Hotel page*/


/*Taxi booking pages*/
.cta-rajasthan .car-img img {
    width: 200%;
    height: 75vh;
}
.centered-left {
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.centered-left h1{
    font-family: Bebas;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
}
.centered-left h6{
    font-family: CircularStd-Medium;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.centered-left p {
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    width: 525px;
    line-height: 1.5;
    opacity: .8;
}
.main-home .agra-attraction .agra-attraction__cards .car-rental {
    height: 330px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 4px;
}
.main-home .agra-attraction .agra-attraction__cards .car-rental img {
    width: 300px;
    height: 265px;
}
.main-home .agra-attraction .agra-attraction__cards .car-rental p {
    opacity: 0.5;
    font-family: CircularStd-Medium;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.72;
    letter-spacing: 0.66px;
    color: #000000;
}

.book-form label {
    font-family: CircularStd-Medium;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(74, 74, 74, .6);
}
.book-form input,
.book-form select,
.book-form textarea {
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}
.book-form textarea {
    resize: none;
}
.book-form input:focus,
.book-form select:focus,
.book-form textarea:focus {
    border-radius: 2px;
    border: solid 1px #4a4a4a;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.book-form .custom-select {
    background: url('../img/drop-down.svg') no-repeat right .75rem center/20px 20px;
}
.book-form .terms-condition label {
    font-family: CircularStd-Medium;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}
.book-form .custom-control-input:checked~.custom-control-label::before {
    color: #d8dbde;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 2px #d8dbde;
    background-color: #000000;
}
.car-img__pos {
    width: 726px;
    height: 269px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
    z-index: 2;
}
.bg-img__combined {
    width: 100%;
    height: 65vh;
}
/*Taxi booking pages*/

[data-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}
/*Taxi booking pages*/


/*Terms and Conditions*/
main .terms-main h2,
main .terms-main h5,
main .terms-main p,
main .terms-main ul li,
main .terms-main table tr {
    /*height: 61px;*//*CircularStd-Book*/
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.47px;
    font-size: 14px;
}
main .terms-main .jumbotron img {
    width: 100%;
}
main .terms-main h1 {
    font-size: 40px;
    line-height: 2;
    color: #ff6803;
    font-family: Bebas;
}
main .terms-main h5 {
    font-size: 30px;
    line-height: 1;
    color: #ff6803;
}
main .terms-main ul li,
main .terms-main table tr {
    opacity: .8;
}
main .terms-main .terms-main__inbound h5 {
    color: #000000;
    font-size: 25px;
    border-bottom: 1px dashed black;
}
main .terms-main .terms-main__inbound .sushant-text {
    color: #f56729;
}
main .terms-main p {
    font-size: 14px;
    opacity: .8;
    line-height: 1.4;
    letter-spacing: 0px;
}
main .terms-main a:hover {
    text-decoration: none;
}
main .terms-main a:hover h5 {
    color: #000000;
    opacity:.9;
}
main .become_partner h5 {
    color: #000000;
}
/*Terms and Conditions*/

/*CONTACT MODAL*/

#contactModal .writeus-modaldialog {
    width: 100% !important;
    /* max-height: 100%; */
    height: 100vh;
    max-width: 100%;
}
#contactModal .writeus-modalcontent {
    background: rgba(10, 133, 236, .8);
    /* height: 100vh !important; */
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

#contactModal ::-webkit-input-placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

#contactModal ::-moz-placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

#contactModal :-ms-input-placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

#contactModal ::-ms-input-placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

#contactModal ::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

#contactModal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

#contactModal ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
#contactModal .writeus-container {
    padding-top: 6%;
}
#contactModal .writeus-border {
    height: 0;
    width: 100%;
    border-bottom: 5px solid #ffffff;
}
/*CONTACT MODAL*/

/*AWARDS PAGE*/
.awards .award-cta__img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5)),url('../img/Awards.png');
    /*height: 561px;*/
    height: 65vh;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.awards .award-cta__img .awards-text__centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.awards .award-cta__img .awards-text__centered h2 {
    height: 74px;
    font-family: Bebas;
    font-size: 50px;
    letter-spacing: 1.2px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.awards .certificates h4 {
    height: 61px;
    font-family: Bebas;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 1.47px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 20px;
}
/*.awards .certificates_img {
    margin-bottom: 40px;
    margin-top: 40px;
}*/
.awards .h-certificates{
    margin-top: 40px;
}
.awards .certificates_img:nth-child(3),
.awards .certificates_img:nth-child(5),
.awards .certificates_img:nth-child(6) {
    background-color: rgba(40, 148, 206, 0.03);
}
.awards .certificates_img li::before {
    content: "•";
    color: rgb(10, 133, 236);
    width: 14px;
    height: 14px;
    font-size: 18px;
}
.awards .certificates_img li {
    font-family: CircularStd-Medium;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.2px;
    color: rgba(39, 39, 39, .5);
    height: 64px;
}
.awards .certificates_img p {
    /*margin: auto;*/
    opacity: 0.7;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}
.awards .certificates .incredible-india {
    background-color: rgba(40, 148, 206, 0.03);
}
.awards .h-certificates img {
    width: 556px;
    height: 411px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    border-top: 25px solid #f2f2f2;
    border-right: 30px solid #f2f2f2;
    border-bottom: 23px solid #f2f2f2;
    border-left: 30px solid #f2f2f2;
}
.awards .v-certificates img {
    width: 100%;
    height: 100%;
    opacity: 0.86;
    background-color: #cccccc;
    border-top: 20px solid #7a9086;
    border-right: 24px solid #7a9086;
    border-bottom: 21px solid #7a9086;
    border-left: 22px solid #7a9086;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.awards .v-certificates .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.awards .h-certificates .content-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 99%;
    width: 95%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
    margin: 0 15px;
    padding: 15px 0;

}
.awards .h-certificates .h-container:hover .content-overlay {
    opacity: 1;
    cursor: pointer;
}
.awards .v-certificates .image-container:hover .middle {
    opacity: 1;
}
.awards .content-overlay_img {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 95%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.awards .v-certificates .content-details {
    overflow: auto;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 95%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px 0;

}
.awards .v-certificates div.col-md-6:hover .content-overlay_img {
    opacity: 1;
    z-index: 2;
    cursor: pointer;
}
.awards .v-certificates div.col-md-6:hover .content-details {
    opacity: 1;
    z-index: 3;
    cursor: pointer;
}
/*.awards .content-overlay_img:hover .content-details{
    opacity: 1;
    cursor: pointer;
}*/
.awards .awards-content h3 {
    font-family: Bebas;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.awards .awards-content p {
    opacity: 0.8;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.51px;
    color: #000000;
    text-align: justify;
}
/*AWARDS PAGE*/


/*=============----------===========TAXI PAGE CODE========-------------===================---------------*/

/*FOOTER*/
.page-footer {
    background-color: #131313;
    padding-top: 50px;
}
.page-footer .page-links {
    border-bottom: 3px solid rgba(255, 255, 255, 0.05);
}
.page-footer .footer-copyright {
    /*height: 82px;*/
    background-color: #030303;
}
.page-footer h5 {
    height: 22px;
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: #ffffff;
}
.page-footer ul li a,
.page-footer address {
    opacity: 0.7;
    /*font-family: CircularStd-Medium;*/
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
}
.page-footer ul li a {
    word-break: break-all;
}
.page-footer ul li a:hover {
    text-decoration: none;
}
.page-footer h4 {
    font-family: CircularStd-Medium;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.75;
    letter-spacing: normal;
    color: #ffffff;
}
.page-footer .taxi-service a {
    opacity: 0.78;
    font-family: CircularStd-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.page-footer .taxi-service a:hover,
.page-footer ul li a:hover {
    text-decoration: none;
    color: #ff6803;
}
.page-footer .footer-email {
    word-break: break-all;
}
/*FOOTER*/
.open-nav {
    display: none;
}

/*Contact*/
.contact-package {
    position: relative;
}
/*.contact-package .container-fluid,
.contact-package iframe {
    height: 90vh;
}*/
.wirte-us--contact {
    background: #3641a8;
    color: white;
    position: absolute;
    top: 30%;
    left: 0.5%;
    width: 38%;
}
.contact-package .email-link {
    word-break: break-all;
}
.writeus-modaldialog {
    max-width: 100%;
    /* max-height: 100%; */
    height: 100vh;
}

.writeus-modalcontent {
    background: rgba(24, 62, 132,.8);
    /* height: 100vh !important; */
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
.writeus-container {
    padding-top: 6%;
}

.writeus-border {
    height: 0;
    width: 100%;
    border-bottom: 5px solid #ffffff;
}

#contactModal .inp-style {
    border-radius: 0;
    background-color: transparent;
    color: white;
    width: 100% !important;
}
.writeform-btn {
    padding-left: 8.5% !important;
    padding-right: 8.5% !important;
    border-radius: 0;
    text-transform: uppercase;
}
.close-modal-outside {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    border: 1px solid white;
    border-radius: 0;
}

/*Social links*/
.contact-footer {
    background-color: #f56729;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 16;
}
.contact-footer .col-6:first-child {
    border-right: 1px solid white;
}
.contact-footer a:hover {
    text-decoration: none;
}
#st-2 {
    display: block !important;
    top: 160px !important;
}
#st-2 > div {
    clear: left !important;
    float: left !important;
}
/*Social links*/

/*Gallery image*/

.gallery-cta img {
    height: 60vh;
    width: 100%;
}
.gallery-images {
    padding-bottom: 35px;
}
.gallery-images .gallery-box {
    position: relative;
    transition: all ease-in .2s;
}
.gallery-images .share-gallery {
    position: absolute;
    top: 9%;
    right: 6%;
    cursor: pointer;
    display: none;
}
.gallery-images .gallery-box img.main-gallery_image {
    width: 90%;
    height: 350px;
}
.gallery-images .gallery-box:before {
    content: '';
    position: absolute;
    top: 24px;
    right: 26px;
    bottom: 0px;
    left: 26px;
    /*background-image: linear-gradient(to bottom right,#e5c20cbf 50%,transparent 100%);*/
    background-image: linear-gradient(360deg ,rgba(2, 1, 18, .9) 0%, rgba(2, 1, 18, .06) 30%, transparent 30%);
    opacity: .75;
    cursor: pointer;
}
.gallery h2 {
    height: 61px;
    font-family: Bebas;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.47px;
    text-align: center;
    color: #000000;
}
.gallery-images .gallery-text {
    width: 90.3%;
    position: absolute;
    bottom: 5px;
    left: 7.6%;
}
.gallery-images .gallery-text .jssocials-share-link {
    padding: 5px;
    border-radius: 50%;
}
.gallery-images .gallery-vline {
    border-top: 3px solid white;
    width: 33%;
}
.gallery-images .gallery-text .gallery-name {
    /*font-family: Bebas;*/
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1;*/
    letter-spacing: normal;
    text-align: left;
    color: #ff6600;
}
.gallery-images .gallery-text p.gallery-location {
    /*font-family: Bebas;*/
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.33;*/
    letter-spacing: normal;
    color: #ffffff;
}
.gallery-images .gallery-country {
    font-size: 12px;
    font-weight: 500;
}
.gallery-images .tour-days {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
}
.gallery-images .tour-days .days-count {
    font-size: 35px;
    right: 2px;
    top: 5px;
    position: relative;
}
.gallery-images .tour-days p:last-child {

}
.galleryModal .gallery-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #020115;
}
.galleryModal .gallery-title + p {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.78;
    letter-spacing: normal;
    text-align: center;
    color: rgba(2, 1, 21, 0.5);
    border-bottom: 2px solid #f26a28;
}
.galleryModal .allGallery {
    padding-top: 22px;
}
.modal.galleryModal .modal-dialog {
    width: initial;
}
.modal.galleryModal .modal-content {
    height: 600px;
    overflow-y: auto;
}
.galleryModal .allGallery img {
    padding-bottom: 14px;
}
.galleryModal .image-wrapper {
    position: relative;
}
.galleryModal .image-wrapper img {
    cursor: pointer;
}
.galleryModal .image-description {
    position: absolute;
    top: 80%;
    bottom: 13px;
    left: 1px;
    right: 0;
    background:  rgba(2, 1, 28, .8);;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    width: 95%;
    margin: auto;
}
.galleryModal .image-wrapper:hover .image-description {
    visibility: visible;
    opacity: 1;
}
.galleryModal .image-description p:first-child {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #ffffff;
}
.galleryModal .image-description p:last-child{
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
}
.image-description i.fa-share {
    cursor: pointer;
}
img.gallery-item {
    /*height: 230px;*/
    height: 250px;
    cursor: pointer;
}
/*Gallery image*/


/*Testimonials*/
.testimonials-page .testimonial-banner img {
    /*height: 561px;*/
    height: 70vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position:relative;
    z-index:-1;
}
.testimonials-page .testimonial-banner div.row {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)),to(rgba(0,0,0,0.3)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    position: relative;
}
.testimonials-page .testimonial-banner .testimonial-centered {
    position: absolute;
    z-index:2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.testimonials-page .testimonial-banner .testimonial-centered h2 {
    font-family: Bebas;
    font-size: 50px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    text-align: center;
    color: #ffffff;
}
.testimonials-page .testimonial-list h3 {
    font-family: Bebas;
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.29px;
    text-align: center;
    color: #000000;
    margin: 50px 0;
}
.testimonials-page .testimonial-list .card-img-top {
    height: 287px;
}
.testimonials-page .testimonial-list .card-body__testimonials {
    height: 230px;
    border-radius: 4px;
    background-color: #0a85ec;
    padding: 15px;
    width: 90%;

    position: relative;
    top: -50px;
    left: 5%;
}
.testimonials-page .testimonial-list .card-body__testimonials .star-rating i {
    color: #d8d8d8;
}
.testimonials-page .testimonial-list .card-body__testimonials .star-rating i.filled {
    color: #fac917;
}
.testimonials-page .testimonial-list .card-title {
    font-family: CircularStd-Medium;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.92px;
    text-align: center;
    color: #ffffff;
}
.testimonials-page .testimonial-list.card-text {
    opacity: 0.8;
    font-family: CircularStd-Medium;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.73px;
    text-align: center;
    color: #ffffff;
}
/*Testimonials*/

/*gallery*/
.gallery-cta .mobile-gllaery {
    display: none;
}
/*gallery*/

/*Menu navbar*/
.hover-dropdown.dropdown:hover>.dropdown-menu {
    display: block;
}
.hover-dropdown.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
/*Menu navbar*/

/*similar package box*/
.similar-package__box::-webkit-scrollbar-track,
.international-dropdown::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.similar-package__box::-webkit-scrollbar,
.international-dropdown::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.similar-package__box::-webkit-scrollbar-thumb,
.international-dropdown::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
/*similar package box*/

/*Sightseeing images*/
.sightseeing-images img {
    width: 100%;
    height: 250px;
}
/*Sightseeing images*/

/*Timepicker*/
.gj-picker .modal-footer {
    justify-content: flex-start !important;
}
/*Timepicker*/

/*Modal code*/
.modal.fade{
    opacity:1;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
/*Modal code*/
/*share icon*/
/*.shareRound {
    display: none !important;
}*/

/*news page*/
.read-news_icon,
.share-news_icon {
    cursor: pointer;
}
.ribbon3 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 150px;
    background: #f56729;
    color: #ffffff;
}
.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.ribbon3:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #f56729;
}
.card-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#00000096,#00000096);
    opacity: .75;
    height: 210px;
}
.play-news {
    position: absolute;
    top:25%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news-detail_img img {
    /*height: 500px;*/
    height: 100%;
}
/*news page*/

/*Trip Advisor links*/
#CDSWIDCOE.widCOE .widCOETitle,
.bravoBox {
    display: none !important;
}
.bravoBox + br {
    display: none;
}
#CDSWIDCOE.widCOE .widCOEImg {
    height: 90px;
    width: 80%;
}
#CDSWIDCOE.widCOE {
    border: 0 !important;
}
#CDSWIDCOE.widCOE .widCOEImg {
    width: 95px !important;
    height: 85px !important;
}
#CDSWIDEXC {
    width: 100%;
}
#CDSSCROLLINGRAVE.wide {
    width: 100%;
}
/*Footer trip advisor*/
footer #CDSWIDFRR {
    margin-left: 0 !important;
}
/*Footer trip advisor*/
/*Trip Advisor links*/

/*=====Floating Offers======*/
.container-btn {
    /*bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0px;*/
    bottom: 25%;
    position: fixed;
    margin: 1em;
    right: 20px;
    z-index: 99999;
    transform: translateX(600px);
}

.buttons {
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18),
    0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    /*border-radius: 50%;*/
    display: block;
    width: 57px;
    height: 57px;
    margin: 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    padding: 5px;
}

.buttons:active,
.buttons:focus,
.buttons:hover {
    box-shadow: 0 0 4px rgba(0,0,0,.14),
    0 4px 8px rgba(0,0,0,.28);
    text-decoration: none;
}

.buttons {
    /*width: 40px;*/
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    border-radius: 6px;
    color: #035ca7;
    text-align: center;
    padding: 8px 5px;
    background-color: white;
}
.buttons:hover {
    color: #f56729;
}
.container-btn:hover .buttons {
/*#offer-btn:hover .buttons {*/
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 15px auto 0;
}

/* Unessential styling for sliding up buttons at differnt speeds */

#offer-btn {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
    background-size: contain;
    border-radius: 50%;
    margin: 20px 0 0 auto;
}

.buttons:not(:last-child):nth-last-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 20ms;
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 75ms;
    transition-delay: 40ms;
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 100ms;
    transition-delay: 60ms;
    background-size: contain;
}

.buttons:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 125ms;
    transition-delay: 80ms;
    background-size: contain;
}
.buttons:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 150ms;
    transition-delay: 100ms;
    background-size: contain;
}

/* Show tooltip content on hover */

[tooltip]:before {
    bottom: 25%;
    font-family: arial;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

.blinking{
    animation:blinkingText 2s infinite;
}

/*Toggle Class*/
.container-btn_toggle {
    transform: translateX(0px);
}
.buttons_toggle {
    opacity: 1;
    transform: none;
    margin: 15px auto 0;
}
/*Toggle Class*/

/*=====Floating Offers======*/

/*Blogs social icons*/
.blog_social_media_icons {
    width: 25%;
    height: auto !important;
}
/*Blogs social icons*/

/*Owl icons*/
.owl-newsPost .owl-nav {
    display: block !important;
}
.owl-newsPost .owl-prev,
.owl-newsPost .owl-next {
    width: 40px;
    height: 40px;
    -webkit-backdrop-filter: blur(2.9px);
    backdrop-filter: blur(2.9px);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50% !important;
    cursor: pointer;
}
.owl-newsPost .owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-newsPost .owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-newsPost .owl-item {
    transform: scale(.9);
    transition: all .75s ease;
}
.owl-newsPost .owl-item.active.center {
    transform: scale(1.05);
}
.owl-newsPost .owl-item.active.center img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/*Owl icons*/
.trip-details p,
.trip-info p {
    word-break: break-all;
}

/*News image modal*/
#newsImageModal.modal .modal-content
/*#galleryImageModal.modal .modal-content */{
    background-color: transparent;
    border: 0;
}
#newsImageModal.modal .close,
#galleryImageModal.modal .close {
    background: white;
}
#newsImg img,
#galleryImg img {
    /*height: 500px;*/
    height: 100%;
}
/*.trip-details_info li {
    list-style-type: none;
}*/
.trip-details_info li span,
.trip-details_info li strong,
.trip-details_info li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: rgba(0, 1, 19, 0.6);
}
.trip-info p,
.gallery_desc p {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    word-break: break-word;
}
/*News image modal*/

/*airtpot pickup form*/
.row.bg-airport-form {
     background-color: #025ca7;

}
.container.bg-airport-shadow {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.row.bg-airport-border{
    border-right:2px solid #e9ecef ;
}
.row.bg-airport-form.border-airport-form:after{
    content: '';
    height: 15%;
    width: 2px;
    position: absolute;
    right: 0;
    top: 2%;
    background-color: white;
}
/*footer*/
.links-footer{
    z-index:9999999999;
}
.case-study-img{
    height: 200px !important;
}
.portfolio-card{
    width: 90%;
    margin: auto;
}



@media(max-width: 1199.98px) {
    .popular-tours .popular-tours__cards .card,
    .recommendations .recommendations__cards .card {
        height: 570px;
    }
    .popular-tours .popular-tours__cards .card .card-title,
    .recommendations .recommendations__cards .card .card-title {
        height: 80px;
        line-height: 1;
    }
    .blogs .blogs-cards .card .card-title {
        height: 40px;
    }
    .popular-tours .popular-tours__cards .card .stars,
    .recommendations .recommendations__cards .card .stars,
    .details-of-tours .ratings-stars .stars {
        height: 30px;
    }
    .popular-tours .popular-tours__cards .card .card-text,
    .blogs .blogs-cards .card .card-text,
    .recommendations .recommendations__cards .card .card-text {
        height: 85px;
        line-height: 1;
    }
    .holiday-offers #hotels .offer-hotels .img-overlay__hotel {
        width: 90.5%;
    }
    .testimonials .testimonials-box {
        width: 100%;
    }
    /*Details of tour*/

    /*Details of tour*/

    /*Vehicle details*/
    .taxi-page .taxi-cards .card .card-body {
        height: 360px;
    }
    /*Vehicle details*/

    /*Main Menu*/
    .main-nav.secondary-nav div.navbar-collapse li a {
        font-size: 11px;
        letter-spacing: -0.1px;
    }

    .main-home .tours-list .tour-list__btn a {
        padding: 10px !important;
        width: 100%;
    }
    /*Main Menu*/

    .main-home .transport-facility .card {
        height: 500px;
    }
    .main-home .common-testimonials .card {
        width: 100%;
    }
    .main-home .owl-two .owl-prev {
        left: -3%;
    }
    .main-home .owl-two .owl-next {
        right: -3%;
    }
    .main-home .abroad-vacation .adroad-vacation__dubai > div {
        background-position: 60%;
    }
    .main-home .cta .taj-mahal__img {
        height: 85vh;
    }
    .main-home .cta .bg-gradient img {
        height: 85vh;
        width: 100%;
    }
    /*.main-home .holiday-offers .content-overlay-box {*/
    /*    width: 100%;*/
    /*}*/
    .main-home .holiday-offers .offer-hotels .img-overlay__hotel {
        width: 100%;
    }
    .main-home .holiday-package__cards .card {
        height: 570px;
    }
    .main-home .holiday-package__cards .card .holiday-package__details {
        height: 90px;
    }
    /*section.holiday-offers.pt-4.second_section_home .second-section-container{*/
    /*    left:3% !important;*/
    /*}*/
    .third_section_home{
        padding-top: 20% !important;
    }
    /*Hotels list page*/
    /*Home*/
    .adroad-vacation__box .img-overlay {
        width: 90%;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 95.3%;
    }
    /*Home*/
    .main-home .cta-rajasthan .search-hotels .field-sm input {
        width: 120px;
    }
    .main-home .cta-rajasthan .search-hotels .field-xl input {
        width: 240px;
    }
    /*Hotels list page*/
    /*Gallery*/
    .gallery .container {
        max-width: 100%;
    }
    .testimonials-page .testimonial-list .card-body__testimonials {
        height: 250px;
    }
    /*Gallery*/
    /*Contact Page*/
    .wirte-us--contact {
        width: 42%;
    }
    /*Contact Page*/

    /*Customise Tour*/
    .main-home .hotel-package__cards .card .hotel-package__details {
        height: auto;
    }
    /*Customise Tour*/

    /*Gallery*/
    .galleryModal .image-description {
        width: 92%;
        top: 72%;
    }
    .owl-newsPost .owl-item img {
        cursor: pointer;
    }
    /*Gallery*/
}
@media (max-width: 1076px) {
    .main-nav.secondary-nav div.navbar-collapse li a{
        font-size: 10px;
    }
}
@media (max-width: 1024px) {
    /*Navigation*/
    main {
        margin-top: 0px !important;
    }
    .open-nav {
        display: inline-block;
    }
    .sushant-nav {
        display: none;
    }
    .email-desktop,
    .mobno-desktop {
        display: none !important;
    }
    .burger-icon {
        display: inline-block !important;
    }

    .details-of-tours {
        padding-top: 10px;
    }
    .sushant_nav {
        position: fixed;
        top: 0;
        z-index: 1021;
        background: white;
    }
    /*Navigation*/

    /*Hotel list page*/
    .main-home .cta-rajasthan .search-hotels {
        position: relative;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .main-home .hotel-package__cards .card .hotel-package__details {
        height: 120px;
    }
    .main-home .hotel-package__cards .card {
        height: 535px;
    }
    .blogs .blogs-cards .card .card-title {
        height: 100px;
    }
    .blogs .blogs-cards .card .card-text {
        height: 95px;
    }
    /*Hotel list page*/

    /*contact page*/
    .wirte-us--contact {
        width: 43%;
    }
    /*contact page*/

    /*Gallery page*/
    .gallery-images .gallery-text {
        left: 7.8%;
    }
    .gallery-images .gallery-box:before {
        top: 24px;
        right: 5%;
        left: 5%;
    }
    /*Gallery page*/
}

@media (max-width: 991.98px) {
    .secondary-nav div.navbar-collapse li a {
        padding-top: 10px;
    }
    .cta .taj-mahal__img .centered .explore-agra {
        margin-bottom: 1rem !important;
    }
    .cta .taj-mahal__img .centered {
        top: 45%;
    }
    .popular-tours .container {
        max-width: 100%;
    }
    .holiday-offers #hotels .offer-hotels .img-overlay__hotel {
        width: 87.5%;
    }
    .reason .reason__title {
        height: 100%;
        line-height: 1;
    }
    .reason-cards .col-md-4 {
        height: 450px;
    }
    /*Footer*/
    .page-footer h5 {
        height: auto;
    }
    /*Footer*/

    /*DETAILS OF TOUR*/
    .details-of-tours .container,
    .recommendations .container {
        max-width: 100%;
    }
    /*DETAILS OF TOUR*/

    /*vehicle details*/
    .taxi-page .details-of-tours .contact-form .form-div input {
        height: 28px;
    }
    .taxi-page .taxi-cards .card .card-body {
        height: 320px;
    }
    .taxi-page .taxi-cards .card .card-body .bus-features > div {
        padding-left: 7px;
        padding-right: 7px;
    }
    .taxi-page .taxi-cards .card .travels-name h6 {
        line-height: 1.3;
    }
    /*vehicle details*/

    /*Main Page code*/
    .main-home .agra-attraction .container,
    .main-home .blogs .container,
    .transport-facility .container,
    .main-home .tours-list .container  {
        max-width: 100%;
    }
    .adroad-vacation__box .img-overlay {
        width: 89%;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 94.3%;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box {
        height: 280px;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box img {
        height: 203px;
    }
    .reason .reason-cards .reason-title {
        height: 90px;
    }
    .reason .reason-cards .reason-text {
        height: 105px;
    }
    .main-home .tours-list .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-home .tours-list .tour-list__btn a {
        padding: 7px !important;
        font-size: 13px;
    }
    .main-home .transport-facility .card {
        height: 540px;
    }
    .main-home .transport-facility .card .bus-features ul {
        margin-bottom: 0;
    }
    .main-home .owl-two .owl-prev {
        left: 0%;
    }
    .main-home .owl-two .owl-next {
        right: 0%;
    }
    .main-home .tour-locations h3 {
        font-size: 18px;
    }
    .main-home .tour-locations {
        padding: 45px 40px;
    }
    .main-home .holiday-offers .offer-hotels img {
        width: 100%;
    }
    .blogs .blogs-cards .card .card-title {
        height: 100px;
    }
    .blogs .blogs-cards .card .news-body .card-title {
        height: 125px;
    }
    .blogs .blogs-cards .card .card-text {
        height: 95px;
    }
    .blogs .blogs-cards .card .news-body .card-text {
        height: 115px;
    }
    /*Tour detail main page*/
    .main-home .holiday-package__cards .card {
        height: 680px;
    }
    .main-home .holiday-package__cards .card .holiday-package__details {
        height: 120px;
    }
    .delhi-desc .delhi-desc__title {
        height: 100%;
        line-height: 1;
    }
    /*Tour detail main page*/

    /*Hotels list page*/
    .cta-rajasthan .hotel-img .centered {
        width: 100%;
    }
    .cta-rajasthan #guest {
        margin-top: 0 !important;
    }
    .hotel-packages .container {
        max-width: 100%;
    }
    /*Hotels list page*/

    /*Individual Hotel*/
    .main-home .hotel-package__cards .card .hotel-package__details {
        height: 100px;
    }
    .main-home .hotel-package__cards .card {
        height: 535px;
    }
    /*Individual Hotel*/

    /*Rajsathan package*/
    .main-home .holiday-package__cards.individual_tours__card .card {
        height: 560px;
    }
    /*Rajsathan package*/

    /*Gallery page*/
    .gallery-cta .image-box__first .left-centered h2 {
        font-size: 40px;
    }
    .gallery .gallery-overlay-middle {
        width: 93.5%;
    }
    .gallery .gallery-overlay {
        width: 88%;
    }
    .testimonial-list .container {
        max-width: 100%;
    }
    .testimonials-page .testimonial-list .card-body__testimonials {
        height: 270px;
    }
    img.gallery-item {
        height: 150px;
    }
    /*Gallery page*/

    /*awards*/
    .awards .certificates_img p{
        font-size: 14px;
    }
    .awards .h-certificates img {
        width: 100%;
        height: 110%;
    }
    .awards .h-certificates .content-overlay {
        height: 110%;
        overflow: auto;
    }
    /*awards*/

    /*Footer*/
    .footer-copyright img {
        margin: 0 17px;
    }
    /*Footer*/

    /*Gallery page*/
    .galleryModal  .modal-dialog {
        max-width: 700px;
    }
    .galleryModal .image-description {
        width: 91%;
        top: 70%;
    }
    /*Gallery page*/
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) and (orientation : portrait) {
    /*vehicle details*/
    .taxi-page .details-of-tours .contact-form .form-div input {
        height: 37px;
    }
    .taxi-page .details-of-tours .contact-form .form-div label {
        height: 18px;
    }
    .taxi-page .taxi-cards .card .travels-name h6 {
        height: 30px;
    }
    /*vehicle details*/

    /*Main Page*/
    .third_section_home {
        padding-top: 30% !important;
    }
    .holiday-offers .offer-hotels img{
        border-radius:20px;
    }
    .img-overlay__hotel.py-md-2.text-uppercase.overlay_second_section{
        width:100% !important;
    }
    /*.second_section_home {*/
    /*    top: 34% !important;*/
    /*}*/
    .main-home .cta .taj-mahal__img {
        height: 65vh;
    }
    .seo-header .seo-header__img {
        background-attachment: scroll;
    }
    /*section.holiday-offers.pt-4.second_section_home .second-section-container{*/
    /*    left:5% !important;*/
    /*}*/
    /*Main Page*/
    .blog_social_media_icons {
        width: 25px;
    }


    /*Hotels list page*/
    .cta-rajasthan #guest {
        margin-top: 1rem !important;
    }
    .main-home .cta-rajasthan .search-hotels .field-sm input {
        width: 150px;
    }
    /*Hotels list page*/

    /*Rajasthan tour page*/
    .cta-rajasthan .desert-img,
    .cta-rajasthan .cta-img  {
        height: 275px;
    }
    /*Rajasthan tour page*/

    /*Taxi and car pages*/
    .car-img__pos {
        left: -15%;
    }
    .centered-left {
        top: 40%;
    }
    /*Taxi and car pages*/

    /*Home page*/
    .main-home .cta .taj-mahal__img .centered .make-journey {
        height: 100%;
    }
    .main-home .tour-locations {
        padding: 35px 20px;
    }
    .main-home .holiday-offers .offer-hotels img,
        /*.main-home .holiday-offers .content-overlay-box,*/
    .main-home .holiday-offers .offer-hotels .img-overlay__hotel {
        width: 100%;
    }
    .main-home .agra-attraction .agra-attraction__cards .img-overlay {
        font-size: 14px;
    }
    .main-home .owl-two .owl-prev {
        left: 2%;
    }
    .main-home .owl-two .owl-next {
        right: 2%;
    }
    .main-home .owl-two .owl-prev {
        left: 2%;
    }
    .main-home .owl-two .owl-next {
        right: 2%;
    }
    .main-home .transport-facility .card > img {
        height: 180px;
    }
    .main-home .transport-facility .card {
        height: 460px;
    }
    .main-home .transport-facility .card .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box {
        height: 245px;
    }
    .main-home .agra-attraction .agra-attraction__cards .place-text {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 1px;
    }
    .agra-attraction .agra-attraction__title,
    .transportation-facilities .transportation-facilities__title,
    .blogs .blogs__title, .delhi-desc .delhi-desc__title,
    .reason .reason__title, .holiday-offers .holiday-offers__title,
    .testimonials .testimonials__title,
    .recommendations .recommendations__title,
    .taxi-testimonials .taxi-testimonials__title,
    .tours-list .tours-list__title,
    .transport-facility .transport-facility__title {

        font-size: 30px;
    }
    .delhi-desc .delhi-desc___content h3 {
        font-size: 20px;
    }
    /*Home page*/

    /*Gallery*/
    .gallery .gallery-overlay-middle {
        width: 92.5%;
    }
    .gallery .gallery-overlay {
        width: 85%;
    }
    .testimonials-page .testimonial-list .card-body__testimonials {
        height: 270px;
    }
    .modal.galleryModal .modal-content {
        height: 800px;
    }
    /*Gallery*/

    /*=====Floating Offers======*/
    .blinking{
        animation:blinkingText 0s;
    }
    /*=====Floating Offers======*/
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /*Main page*/

    .main-home .tour-locations h3 {
        font-size: 20px;
    }
    .main-home .tour-locations {
        padding: 45px 75px;
    }
    .main-home .cta .taj-mahal__img .centered .make-journey {
        height: 100%;
        margin-bottom: 1rem !important;
    }
    .main-home .holiday-offers .offer-hotels img,
        /*.main-home .holiday-offers .content-overlay-box,*/
    .main-home .holiday-offers .offer-hotels .img-overlay__hotel {
        width: 100%;
    }
    .img-overlay__hotel.py-md-2.text-uppercase.overlay_second_section{
        width:100%;
    }
    .third_section_home{
        padding-top:20% !important;
    }
    /*section.holiday-offers.pt-4.second_section_home .second-section-container{*/
    /*    left:4% !important;*/
    /*}*/
    .main-home .agra-attraction .agra-attraction__cards .img-overlay {
        font-size: 14px;
    }
    .main-home .owl-two .owl-prev {
        left: 2%;
    }
    .main-home .owl-two .owl-next {
        right: 2%;
    }
    .main-home .transport-facility .card {
        height: 550px;
    }
    .main-home .transport-facility .card .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-home .transport-facility .card .bus-features .col-md-6:first-child ul {
        margin-bottom: 0;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box {
        height: 255px;
    }
    .main-home .agra-attraction .agra-attraction__cards .place-text {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 1px;
    }
    .main-home .cta .taj-mahal__img {
        height: 65vh;
    }
    .blog_social_media_icons {
        width: 35px;
    }
    .seo-header .seo-header__img {
        background-attachment: scroll;
    }
    /*section.holiday-offers.pt-4.second_section_home{*/
    /*    position:absolute;*/
    /*    top:40% !important;*/
    /*    left: 13%;*/
    /*}*/
    section.cta-rajasthan .carousel-inner{
        height:400px;
    }
    /*Main page*/

    /*=====Floating Offers======*/
    .blinking{
        animation:blinkingText 0s;
    }
    /*=====Floating Offers======*/
}

@media (max-width: 767px) {
    .third_section_home {
        padding-top: 70% !important;
    }
    .row.offer-hotels{
        padding-top:0px !important;
    }
    .logo-container {
        position: absolute;
    }
    .cta .taj-mahal__img .centered {
        top: 60%;
    }
    .cta .taj-mahal__img .centered .explore-agra {
        height: 100%;
        font-size: 25px;
    }
    .cta .taj-mahal__img .centered .make-journey {
        height: 100%;
        font-family: Bebas;
        font-size: 35px;
    }
    .popular-tours .popular-tours__cards .card .card-text,
    .blogs .blogs-cards .card .card-text,
    .recommendations .recommendations__cards .card .card-text {
        height: 55px;
    }
    .popular-tours .popular-tours__cards .card .card-title,
    .blogs .blogs-cards .card .card-title,
    .recommendations .recommendations__cards .card .card-title {
        height: 50px;
    }
    .popular-tours .popular-tours__cards .card,
    .recommendations .recommendations__cards .card {
        height: 500px;
    }
    .agra-attraction .agra-attraction__cards img {
        width: 100%;
    }
    .popular-tours .container {
        max-width: 540px;
    }

    .transportation-facilities .transport .img-overlay__transport {
        left: 65px;
        width: 188px;
        padding: 7px;
    }
    .holiday-offers .offer-hotels img {
        width: 100%;
    }
    .holiday-offers #hotels .offer-hotels .img-overlay__hotel {
        width: 94.5%;
    }
    .footer-copyright .col-md-6:last-child {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .reason-cards .col-md-4 {
        height: 100%;
    }
    .reason .reason-cards .reason-title {
        height: auto;
    }
    .reason .reason-cards .reason-text {
        height: auto;
    }
    .cta-rajasthan .carousel .desert-img {
        height: 50vh;
    }
    .cta-rajasthan .carousel .desert-img img {
        height: 400px;
        width:  100%;
    }
    .cta-rajasthan .carousel .overlay-carousel{
        height: 400px;
    }
    /*Taxi page*/
    .taxi-page .contact-form {
        margin-top: 1rem;
    }
    .taxi-page .delhi-desc .delhi-desc__title {
        height: 100%;
        line-height: 1;
    }
    .taxi-page .bus-features ul {
        margin-bottom: 0;
    }
    .taxi-page .car-cta .centered-left p {
        width: 95%;
        line-height: 1;
    }
    .car_banner_text {
        width: 44% !important;
    }
    /*Taxi page*/

    /*Main page*/
    .agra-attraction .agra-attraction__cards .col-md-4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 5%;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box {
        height: 280px;
        width: 250px;
        margin: auto;
        margin-bottom: 1.5rem;
    }
    .main-home .blogs .blogs-cards div.col-md-4 {
        margin-bottom: 1.5rem;
    }
    .main-home .tours-list .tour-list__btn a {
        padding: 10px !important;
        font-size: 16px;
    }
    .main-home .tours-list .tour-list__btn a {
        padding: 8px !important;
        font-size: 9px;
    }
    .main-home .owl-two .owl-prev {
        left: 1%;
    }
    .main-home .owl-two .owl-next {
        right: 1%;
    }
    .main-home .abroad-vacation .adroad-vacation__paris > div,
    .main-home .abroad-vacation .adroad-vacation__america > div,
    .main-home .abroad-vacation .adroad-vacation__singapore > div,
    .main-home .abroad-vacation .adroad-vacation__dubai > div {
        margin-bottom: 1.5rem;
    }
    .main-home .tour-locations {
        padding: 30px 25px;
    }
    .main-home .tour-locations h3 {
        font-size: 14px;
    }
    .main-home .cta .taj-mahal__img .centered {
        top: 30%;
    }
    .main-home .cta .input-group {
        top: 45%;
    }
    .send-enquiry {
        display: none;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 95.7%;
    }
    .adroad-vacation__box .img-overlay {
        width: 96%;
    }
    .details-of-tours .tour-carousel .carousel-inner img {
        height: 300px;
    }
    /*.main-home .agra-attraction .agra-attraction__cards img {
        width: 100%;
    }*/
    /*Main page*/

    /*Tour details main page*/
    .main-home #carousel-tour_main .carousel-item img {
        height: 400px;
    }
    /*Tour details main page*/

    /*Hotels list page*/
    .cta-rajasthan #guest {
        margin-top: 1rem !important;
    }
    .main-home .cta-rajasthan .search-hotels .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1rem;
    }
    .main-home .cta-rajasthan .search-hotels .col:nth-child(4),
    .main-home .cta-rajasthan .search-hotels .col:nth-child(5) {
        margin-top: 0rem;
    }
    .main-home .cta-rajasthan .search-hotels .col .form-group,
    .main-home .cta-rajasthan .search-hotels .field-xl input,
    .main-home .cta-rajasthan .search-hotels .field-sm input {
        width: 100%;
    }
    .main-home .hotel-package__cards .card .hotel-package__details {
        height: 100px;
    }
    .main-home .hotel-package__cards .card {
        height: 550px;
    }
    .main-home .cta .input-group {
        top: 58%;
    }
    /*Hotels list page*/
    /*Rajasthan tour package*/
    .cta-rajasthan .desert-img .centered {
        width: 100%;
        top: 40%;
    }
    /*Rajasthan tour package*/

    /*car and taxi page*/
    .car-img__pos {
        display: none;
    }
    .centered-left p {
        width: 200%;
    }
    /*car and taxi page*/

    /*Gallery*/
    .gallery-cta .image-box__first .left-centered{
        top: 55%;
        left: 50%;
    }
    .image-box__second img {
        height: 100%;
    }
    .gallery-cta .image-box__first {
        height: 400px;
    }
    .gallery-cta .image-box__first img {
        height: 100%;
        width: 100%;
    }
    .gallery-cta .desktop-gllaery {
        display: none;
    }
    .gallery-cta .mobile-gllaery {
        display: block;
    }
    .gallery-cta .mobile-gllaery .carousel-item {
        height: 400px;
    }
    .gallery-cta .mobile-gllaery .carousel-item img {
        width: 100%;
        height: 100%;
    }
    .gallery .gallery-overlay,
    .gallery .gallery-overlay-middle  {
        width: 96%;
    }
    .gallery .gallery-column {
        margin-bottom: 1rem;
    }
    /*.gallery img {
        height: 100%;
    }*/
    img.gallery-item {
        height: 100%;
    }
    /*Gallery*/

    /*Testimonials*/
    .testimonials-page .testimonial-list .card-body__testimonials {
        height: 250px;
    }
    .testimonials-page .testimonial-banner img {
        height: 350px;
    }
    .testimonials-page .testimonial-banner .testimonial-centered h2 {
        font-size: 40px;
    }
    /*Testimonials*/

    /*contact page*/
    .wirte-us--contact {
        position: static;
        width: 100%;
    }
    /*contact page*/
    #st-2 {
        display: none !important;
    }
    .contact-footer {
        display: block;
    }
    /*awards*/
    .awards .certificates_img p{
        font-size: 12px;
        padding: 0 5px;
    }
    .awards .h-certificates img {
        width: 100%;
        height: 100%;
    }
    .awards .h-certificates .content-overlay {
        height: 100%;
    }
    .awards .h-container {
        margin-bottom: 1.5rem;
    }
    .awards .certificates .incredible-india {
        max-width: 540px;
    }
    .awards .h-certificates .h-container:hover .content-overlay {
        margin: auto;
    }
    /*awards*/

    /*Sightseeing*/
    .sightseeing-images img {
        height: auto;
    }
    /*Sightseeing*/

    /*Gallery page*/
    .galleryModal .image-description {
        width: 95%;
        top: 80%;
    }
    .modal.galleryModal .modal-content {
        height: 88vh;
    }
    /*Gallery page*/

    /*News*/
    .blogs .blogs-cards .card .news-body .card-title,
    .blogs .blogs-cards .card .news-body .card-text {
        height: 100%;
    }
    /*News*/

    /*Trip Advisor links*/
    #CDSSCROLLINGRAVE.wide {
        width: 100%;
    }
    /*Trip Advisor links*/

    /*=====Floating Offers======*/
    .blinking{
        animation:blinkingText 0s;
    }
    .container-btn {
        bottom: 15%;
        right: 0px;
    }
    #CDSWIDCOE.widCOE {
        border: 0 !important;
        width: auto;
    }
    /*=====Floating Offers======*/
    /*numerology*/
    .banner_video{
        height: 350px;
    }
    .blog_social_media_icons {
        width: 33px;
    }

    /*Hover grow*/
    .hvr-grow {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    .arrow-right_color {
        display: none;
    }
    .owl-newsPost .owl-item img {
        /*height: 100% !important;*/
        height: 300px !important
    }
    .row.bg-airport-border{
        border: none;
    }
    .row.bg-airport-form.border-airport-form:after{
        background-color: transparent;
    }

    .show_read_more,.show_first{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #offer-btn{
        display: none !important;
    }
    button.btn.btn-orange.btn-span_more.read_more_button{
        margin-left: 10px;
    }
    .links-footer{
        z-index:0;
    }
    .footer-tech-size{
        font-size: 13px;
    }

    /*Details of tour*/
    .details-of-tours .btn-orange,
    .tour-details .btn-orange {
        width: 45%;
    }
    .main-home .holiday-package__cards .card .holiday-package__details {
        height: 70px;
    }
    /*Details of tour*/
}

@media (max-width: 575.98px) {
    .main-home .cta .taj-mahal__img .centered {
        width: 95% !important;
    }
    .logo-container img {
        width: 250px;
    }
    .cta .taj-mahal__img .centered {
        width: 95%;
    }
    .cta .taj-mahal__img .centered .explore-agra {
        font-size: 20px;
    }
    .cta .taj-mahal__img .centered .make-journey {
        font-size: 24px !important;
    }
    .popular-tours .popular-tours__title, .agra-attraction .agra-attraction__title, .transportation-facilities .transportation-facilities__title, .blogs .blogs__title, .delhi-desc .delhi-desc__title, .reason .reason__title, .holiday-offers .holiday-offers__title, .testimonials .testimonials__title, .recommendations .recommendations__title, .taxi-testimonials .taxi-testimonials__title, .tours-list .tours-list__title, .transport-facility .transport-facility__title {
        height: 100%;
        line-height: 1;
    }
    .popular-tours .popular-tours__title,
    .agra-attraction .agra-attraction__title,
    .transportation-facilities .transportation-facilities__title,
    .blogs .blogs__title,
    .delhi-desc .delhi-desc__title,
    .reason .reason__title,
    .holiday-offers .holiday-offers__title,
    .testimonials .testimonials__title,
    .recommendations .recommendations__title,
    .taxi-testimonials .taxi-testimonials__title,
    .tours-list .tours-list__title,
    .transport-facility .transport-facility__title {
        font-size: 28px;
    }
    .seo-header .seo-header__img h1 {
        font-size: 30px;
    }
    .seo-header .seo-header__img {
        height: 250px;
        background-attachment: scroll;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box {
        width: 94.5%;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box img {
        width: 100%;
    }
    .popular-tours .popular-tours__cards .card,
    .recommendations .recommendations__cards .card {
        height: 520px;
    }
    .popular-tours .popular-tours__cards .card .card-title,
    .blogs .blogs-cards .card .card-title,
    .recommendations .recommendations__cards .card .card-title {
        height: 100%;
        font-size: 18px;
    }
    .popular-tours .container {
        max-width: 100%;
    }
    .reason .reason-cards .reason-text {
        height: 75px;
    }

    .transportation-facilities .transport .img-overlay__transport {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .testimonials .testimonials-box .testimonials-video img:first-child {
        height: 500px;
        width: 100%;
    }
    .testimonials .testimonials-desc p {
        height: 115px;
    }

    /*Taxi page*/
    .taxi-page .taxi-cards .card .card-body {
        height: auto;
    }
    .taxi-page .taxi-cards > div {
        padding-top: 10px;
    }
    .taxi-page .taxi-cards .card .card-body {
        margin-bottom: 1.5rem;
    }
    .taxi-page .taxi-testimonials_user p span {
        font-size: 20px;
    }
    .taxi-page .taxi-testimonials_user .bus-reviewed p {
        font-size: 16px;
    }
    .taxi-page .cta-rajasthan .cta-img,
    .bg-img__combined {
        height: 75vh;
    }

    /*Taxi page*/

    /*Main page*/
    .main-home .blogs .blogs-cards .card img {
        height: 290px;
    }
    .main-home .tours-list .tour-list__btn a {
        padding: 10px !important;
        font-size: 14px;
    }
    .main-home .tour-locations h3 {
        font-size: 20px;
    }
    .main-home .tour-locations {
        width: 100%;
        margin: 0 !important;
        /*position: static;*/
        margin-bottom: 1.5rem !important;
    }
    .main-home .cta .taj-mahal__img .centered .explore-agra {
        font-size: 16px;
    }
    .main-home .cta .input-group {
        /*width: 70%;*/
        width: 70%;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 94.5%;
    }
    .main-home .cta .input-group input {
        height: 44px;
    }
    .main_banner_img_home {
        height: 46vh !important;
    }
    .home_carousel_inner {
        height: 211px !important;
    }
    /*.second_section_home {*/
    /*    top: 35% !important;*/
    /*    left: 0 !important;*/
    /*}*/

    .home_overlay {
        height: 54%;
    }
    .main-home .cta .taj-mahal__img .centered {
        top: 12%;
    }
    .third_section_home{
        padding-top: 210% !important;
    }
    .main-home #demo .carousel-indicators {
        /*bottom: 0;*/
    }
    .icon-bar a {
        width: 50px;
        height: 57px;
    }
    .slide-btn {
        width: 50px;
    }
    .icon-bar a img {
        width: 40px;
        height: 48px;
        position: relative;
        top: 55%;
        left: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-home .holiday-offers .offer-hotels .img-overlay__hotel {
        padding: 10px 0;
    }
    .modal .modal-dialog {
        width: 100%;
        margin: auto;
        padding-right: 0 !important;
    }
    .h-line__yellow,
    .h-line__orange {
        margin-top: 5px;
    }
    .holiday-offers .offer-hotels,
    .testimonials-background .common-testimonials {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-home .agra-attraction .agra-attraction__cards .golden-tour__box {
        height: 240px;
    }
    .main-home .cta .input-group {
        top: 26%;
    }
    .cta_img-1 {
        height: 70vh;
    }
    .adroad-vacation__box .img-overlay {
        width: 95%;
    }
    .adroad-vacation__box {
        margin-bottom: 1.5rem;
    }
    /*Main page*/

    /*car and taxi page*/
    .car-img__pos {
        display: none;
    }
    .centered-left {
        width: 200%;
    }
    .taxi-page .car-cta .taxi-text__box .centered-left {
        width: 95%;
    }
    .centered-left p {
        width: 100%;
    }
    .cta-rajasthan .cta-img {
        height: 100vh;
    }

    /*car and taxi page*/

    /*footer*/
    .page-footer h5,
    .page-footer ul,
    .page-footer address {
        text-align: left;
    }
    .footer-copyright i {
        width: auto;
        font-size: 20px;
    }
    .footer-copyright img {
        margin: 0 17px;
    }
    /*footer*/

    /*contact modal*/
    .close-modal-outside {
        width: 3rem;
        height: 3rem;
    }
    /*contact modal*/

    /*Awards page*/
    .awards .award-cta__img img {
        width: 60px;
    }
    .awards .award-cta__img {
        height: 50vh;
    }
    .awards .award-cta__img .awards-text__centered h2 {
        height: 100%;
        font-size: 35px;
    }
    .awards .award-cta__img .awards-text__centered {
        width: 100%;
    }
    .awards .certificates_img li {
        height: auto;
    }
    /*Awards page*/

    /*Gallery*/
    .gallery-cta .image-box__first .left-centered h2 {
        font-size: 30px;
    }
    .gallery .gallery-overlay,
    .gallery .gallery-overlay-middle  {
        width: 95%;
    }
    /*Gallery*/

    /*About*/
    .main-home .cta-rajasthan .desert-img h1,
    .carousel-tour_text {
        height: auto;
        font-size: 35px !important;
        width: 100%;
    }
    .cta-rajasthan.about-us .desert-img {
        height: 45vh;
    }
    .main-home .tour-details h2 {
        font-size: 30px;
    }
    /*About*/

    /*enquiry modal*/
    .modal .modal-header h4 {
        font-size: 30px;
    }
    /*enquiry modal*/

    /*Delhi sightseeing*/
    main .terms-main h1 {
        line-height: 1;
    }
    /*Delhi sightseeing*/
    .shareRound {
        display: block !important;
    }
    .tour_detail_mobile {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /*Gallery page*/
    .gallery-cta img {
        height: 50vh;
    }
    .gallery-images .gallery-text .gallery-name {
        font-size: 21px;
    }
    .galleryModal .image-description {
        width: 94%;
        top: 75%;
    }
    /*Gallery page*/
    /*Trip Advisor links*/
    #CDSWIDEXC {
        width: 85%;
    }
    /*Trip Advisor links*/

    /*Offer link*/
    .container-btn {
        bottom: 26%;
    }
    .buttons {
        padding: 5px;
    }
    /*Offer link*/

    /*Blogs*/
    .share-box {
        flex-wrap: inherit;
    }
    /*Blogs*/

    /*News*/
    .owl-newsPost .owl-nav {
        display: none !important;
    }
    /*News*/
    .tour-text_div {
        left: 53% !important;
        width: 100%;
    }
    /*Js social icons*/
    .jssocials-share-link {
        padding: .2em !important;
    }
    /*Js social icons*/
    #newsImg img {
        height: 400px;
    }
}

@media (max-width: 480px) {
    /*customization page*/
    .bg-img__combined {
        height: 70vh;
    }
    /*customization page*/

    /*Main page*/
    .third_section_home {
        padding-top: 240% !important;
    }
    .main-home .cta .bg-gradient img {
        height: 35vh !important;
    }
    .main-home .cta .taj-mahal__img {
        height: 65vh;
    }
    .cta_img-2,
    .cta_img-3 {
        height: 70vh;
        width: 100%;
    }
    .main-home #demo .carousel-indicators {
        bottom: 50px;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 93.5%;
    }
    .adroad-vacation__box .img-overlay {
        width: 94%;
    }

    /*Main page*/

    /*car pages*/
    .taxi-page .cta-rajasthan .car-cta .cta-img {
        height: 70vh;
    }
    /*car pages*/

    /*Gallery*/
    .gallery .gallery-overlay, .gallery .gallery-overlay-middle {
        width: 94%;
    }
    .galleryModal .image-description {
        width: 92.8%;
        top: 72%;
    }
    /*Gallery*/
    .similar-package__box{
        height: 150px !important;
    }
    .main-home .holiday-package__cards .card {
        height: 600px;
    }
}

@media (max-width: 425px) {
    .testimonials .testimonials-box .testimonials-video img:first-child {
        height: 400px;
    }
    .logo-container img {
        width: 250px;
    }
    .details-of-tours .tab-tour .nav-tabs .nav-link {
        font-size: 18px;
    }

    /*Taxi page*/
    .taxi-page .taxi-testimonials .taxi-testimonials__cards .taxi-testimonials__info p {
        font-size: 16px;
    }
    .taxi-page .taxi-testimonials .taxi-testimonials__cards .taxi-testimonials__info p {
        margin: auto;
    }
    /*Taxi page*/

    /*Main page*/
    .third_section_home {
        padding-top: 285% !important;
    }
    .second_section_col {
        padding-bottom: 6% !important;
    }
    .main_banner_img_home {
        height: 35vh !important;
    }
    .overlay_second_section {
        width: 100% !important;
    }
    .main-home .blogs .blogs-cards .card img {
        height: 240px;
    }
    .main-home .abroad-vacation .adroad-vacation__paris > div {
        background-position: right;
    }
    .main-home .transport-facility .card {
        height: 565px;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 92.5%;
    }
    .adroad-vacation__box .img-overlay {
        width: 93%;
    }
    .holiday-offers .offer-hotels .img-overlay__hotel{
        bottom: 85px;
    }
    .home_awards_second{
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 24px !important;
        padding-right: 4px !important;

    }
    .home_awards{
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 9px !important;
    }
    .awards_home_img{
        height: 74px !important;
        width: 38px !important;
    }
    .cta .taj-mahal__img .centered .make-journey {
        font-size: 20px !important;
    }
    .main-home .cta .taj-mahal__img .centered{
        top:14%;
    }
    .main-home .cta .input-group{
        top:35%;
    }
    .popular-tours .popular-tours__cards,
    .blogs .blogs-cards,
    .agra-attraction .agra-attraction__cards,
    .transportation-facilities .transport,
    .holiday-offers .offer-hotels,
    .testimonials .testimonials-head,
    #recommend,
    .main-home .transport-facility .taxi-cards,
    .main-home .testimonials-background .container,
    .main-home .agra-attraction .abroad-vacation,
    .main-home .agra-attraction .book-form {
        padding-top: 10px;
    }
    .third_section_home{
        padding-top: 250% !important;
    }
    /*.second_section_home{*/
    /*    top:25% !important;*/
    /*}*/
    .main-home #carousel-tour_main .carousel-item img{
        height: 300px;
    }
    /*Main page*/

    /*car and taxi page*/
    .centered-left p {
        font-size: 14px;
    }
    .centered-left h1 {
        font-size: 35px;
    }
    .centered-left h6 {
        font-size: 20px;
    }
    /*car and taxi page*/

    /*Rajasthan image*/
    .cta-rajasthan .desert-img {
        height: 65vh;
    }
    .cta-rajasthan .carousel .desert-img{
        height: 40vh;
    }
    .cta-rajasthan .carousel .desert-img img{
        height:100%;
    }
    .cta-rajasthan .desert-img .centered{
        top:49%;
    }
    .main-home .cta-rajasthan .desert-img h1,
    .carousel-tour_text {
        font-size:26px !important;
    }
    /*Rajasthan image*/

    /*Gallery*/
    .gallery .gallery-overlay, .gallery .gallery-overlay-middle {
        width: 93%;
    }
    .gallery-images .gallery-text .gallery-name {
        font-size: 19px;
    }
    .galleryModal .image-description {
        width: 90.8%;
        top: 70%;
    }
    /*Gallery*/
}

@media (max-width: 410px){
    .third_section_home{
        padding-top: 285% !important;
    }
}
@media (max-width: 375px) {
    .logo-container img {
        width: 220px;
    }
    .popular-tours .popular-tours__cards .card .card-text,
    .blogs .blogs-cards .card .card-text,
    .recommendations .recommendations__cards .card .card-text {
        height: 100%;
    }
    .popular-tours .popular-tours__cards .card .card-title,
    .blogs .blogs-cards .card .card-title,
    .recommendations .recommendations__cards .card .card.cta-rajasthan .carousel .desert-img-title {
        height: 100%;
    }
    .popular-tours .popular-tours__cards .card,
    .recommendations .recommendations__cards .card {
        /* width: 410px; */
        height: 550px;
    }
    .testimonials .testimonials-desc p {
        height: 145px;
    }

    .details-of-tours .tab-tour .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 12px;
    }
    /*Taxi page*/
    .taxi-page .taxi-testimonials .taxi-testimonials__cards .taxi-testimonials__info p {
        font-size: 14px;
    }
    .taxi-page .taxi-testimonials__cards .taxi-testimonials_user img {
        width: 50px !important;
        height: 50px;
    }
    .taxi-page .car-cta .centered-left p {
        line-height: 1;
    }
    /*Taxi page*/

    /*Main page*/
    .main-home .cta .bg-gradient img {
        height: 53% !important;
    }
    .home_overlay {
        height: 53% !important;
    }
    .cta .taj-mahal__img .centered .make-journey {
        font-size: 20px !important;
    }
    .package-content {
        top: 40% !important;
    }
    .package-name {
        font-size: 24px !important;
    }
    .overlay_second_section {
        width: 100% !important;
        bottom: 49px !important;
        font-size: 12px;
    }
    .awards_home_img {
        height: 74px !important;
        width: 38px !important;
    }
    .img_col_home {
        padding-left: 0;
    }
    .home_awards {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: 9px !important;
    }
    .home_awards_second {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 24px !important;
        padding-right: 4px !important;
    }
    .arrow-right {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #035ca7;
        right: -12px;
        top: 1%;
    }
    .main-home .holiday-offers .offer-hotels img {
        width: 100%;
        height: 160px;
    }
    .main-home .holiday-offers .content-overlay-box.cta-rajasthan .carousel .desert-img {
        width: 85%;
        top: -15px !important;
    }
    .home_page_view_btn {
        width: 140px !important;
        height: 30px !important;
    }
    .main-home .cta .input-group {
        top: 34% !important;
    }
    /*.second_section_home {*/
    /*    top: 32% !important;*/
    /*    left: 40px !important;*/
    /*}*/
    .home_carousel_inner {
        height: 198px !important;
    }
    .main-home .cta .taj-mahal__img .centered {
        top: 9%;
        height: 45px !important;
    }
    .third_section_home{
        padding-top: 175% !important;
    }
    .common_size {
        padding-top: 24px !important;
    }
    .explore_btn {
        height: 32px !important;
    }
    .main-home .blogs .blogs-cards .card img {
        height: 220px;
    }
    .main-home .cta  .input-group input {
        font-size: 14px;
        height: 32px !important;
    }
    .main-home .cta .input-group .input-group-append span {
        font-size: 18px;
    }
    .main-home .tour-locations h3 {
        font-size: 17px;
    }
    .main-home .cta .taj-mahal__img {
        height: 60vh;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 91.5%;
    }
    .adroad-vacation__box .img-overlay {
        width: 92%;
    }
    .main-home .hotel-package__cards .card {
        height: 560px;
    }
    .home_overlay{
        height: 32vh;
    }
    .holiday-offers .offer-hotels img{
        border-radius:24px;
    }
    /*.main-home .holiday-offers .content-overlay-box{*/
    /*    left: 0px;*/
    /*}*/
    /*Main page*/

    /*Hotels list page*/
    .main-home .hotel-package__cards .card .hotel-package__details {
        height: 110px;
    }
    /*Hotels list page*/

    /*Rajasthan Package*/
    .main-home .holiday-package__cards.individual_tours__card .card {
        height: 600px;
    }
    /*Rajasthan Package*/

    /*customization page*/
    .bg-img__combined {
        height: 70vh;
    }
    /*customization page*/
    /*Gallery*/
    .gallery-cta .image-box__first {
        height: 300px;
    }
    .gallery .gallery-overlay, .gallery .gallery-overlay-middle {
        width: 92%;
    }
    .galleryModal .image-description {
        width: 89.8%;
        top: 65%;
    }
    /*Gallery*/
    .owl-newsPost .owl-item img {
        height: 250px !important
    }
}
@media (max-width: 360px){
    .third_section_home{
        padding-top: 195% !important ;
    }
}
@media (max-width: 320px) {
    .third_section_home{
        padding-top: 210% !important;
    }
    .main-home .cta .input-group input {
        font-size: 11px;
    }
    .main-home .cta .input-group .input-group-append span {
        font-size: 12px;
    }
    /*.second_section_home {*/
    /*    left: 34px !important;*/
    /*}*/
    .overlay_second_section {
        width: 100% !important;
        font-size: 12px;
    }
    .adroad-vacation__paris.adroad-vacation__box .img-overlay {
        width: 90.5%;
    }
    .adroad-vacation__box .img-overlay {
        width: 91%;
    }

    /*Gallery*/
    .gallery .gallery-overlay, .gallery .gallery-overlay-middle {
        width: 91%;
    }
    .galleryModal .image-description {
        width: 87.8%;
        top: 62%;
    }
    /*Gallery*/
}
