
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
      
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /*--- by kapil----*/
     .holograms li:first-child { width: 10%;}
     /*--- by kapil----*/
    .instagram-placeholder {
        width: 20%;
    }


    .result-img {
        width: 100%;
        height: 100%;
    }

    .list-info li {
        display: inline;
    }

    small.per-night, .per-night {
        font-size: 10px;
        font-weight: normal;
        font-variant-position: super;
    }

    .package-list-item .image {
        width: 25%;
    }

    .package-list-item .content {
        width: 75%;
    }

        .package-list-item .content .price {
            margin: 0px 0;
        }

    .padding-15 {
        padding: 0 5px 0 0 !important;
    }

    .rooms.padding-15 {
        padding: 15px !important;
    }

    .text-left-sm {
        text-align: right !important;
    }

    .content-wrapper {
        padding: 0;
    }

    .navbar-logo {
        margin-top: 10px;
    }

    .page-title {
        padding: 10px;
    }

    .main-wrapper {
        margin-top: 75px;
    }

    .margin-top-30-sm {
        margin-top: 30px;
    }

    .breadcrumb-wrapper {
        display: none;
    }

    .detail-content {
        margin-bottom: 50px;
    }

    .form-control-pkg {
        width: 119% !important;
        border-radius: 0px !important;
        height: 37px !important;
    }

    #hotelauto input {
        width: 111% !important;
        border-radius: 0px !important;
    }

    .date-htl {
        width: 120% !important;
        border-radius: 0px !important;
    }

    .htl-paxval {
        width: 120% !important;
        border-radius: 0px !important;
    }

    .btn-htl-home {
        border-radius: 3px !important;
        height: 38px;
    }

    .Show-details {
        margin-top: 5px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    /*add by imran 08-05-2023*/
    .tab-container.full-width-style ul.tabs {
        width: auto!important;
        float: left;
    }
    .tab-container.full-width-style ul li{
        vertical-align: middle;
    }
    .tab-container.full-width-style.arrow-left ul.tabs li {
        margin: 0 5px 0px 0;
        width: 23%;
        float: none;
        display: inline-block;
    }
    .tab-content h2 {
        margin-top: 25px;
        line-height: normal;
    }
    .sort-by-section .sort-bar .sort-by-container > span {
        padding: 0 40px 0 15px;
    }
    .sort-by-section .sort-bar {
        float: none;
    }
        .sort-by-section .sort-bar .sort-by-container > span {
            padding: 0 22px 0 5px!important;
        }
    .sort-by-section .sort-by-title {
        margin: 15px 8px 0 0!important;
    }
    .tab-container.full-width-style ul.tabs li a > i {
        display: none !important;
    }
    .dashboard .tab-content {
        width: 100% !important;
    }
    .tab-container.full-width-style ul.tabs li a {
        margin: 0px !important;
        padding: 12px 5px!important;
        height: auto !important;
        white-space: normal;
        line-height: normal!important;
    }
    #profile .term-description dd {
        padding-left: 12px!important;
    }
    #booking .booking-info {
        border-top: 1px solid #f5f5f5;
        padding: 0px!important;
    }
    .tab-container.full-width-style.arrow-left .tab-content .tab-pane {
        padding: 28px 10px!important;
    }
    .custom-close{
        right:0px!important;
        font-size:13px!important;
    }

    .ti-signup-box, .ti-login-box{
        width:100%;
    }
    header .navbar-nav.navbar-right > li > a.currency {
        margin-left:0px!important;
    }
    /*add by imran 08-05-2023 end*/
    /*Changes by Kapil*/
    .oneinchshift {
        padding: 12px 0 16px 0 !important;
    }
  
  ul.availabily-list li:last-child {
        /* border-bottom: 1px solid #E3E3E3; */
        border-top: 0px solid #0dafd4 !important;
        border-bottom: 0px solid #0dafd4 !important;
    }
 .journeysetter-hotel-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
 .hotel-name-with-rating .star > .fa {font-size: 10px;}
 .hotel-name-with-rating .trip-rate-result { padding: 5px 0px 0px 0px;}
 .holograms li:first-child { width: 25%;}   
.holograms li:nth-child(2){ width:60%;}
 .holograms li:last-child{ width:14%; float:right;}
 .wrap { box-shadow: 0px 0px 5px rgba(41,47,55,0.1);  border: 1px solid #eee; border-radius: 10px;}
 .trip-rate-result img { width: 100%;}
 .hotel-name-with-rating > .fa{ font-size:10px;}
 .price-summary-r { padding: 15px !important;  float: none; }

 /*Changes by Kapil*/

    /*k*/
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px 0px;
        font-weight:normal!important;
    }

    .responsive-star-rating-m {
        width: 100% !important;
    }

    .more-container .btn-default {
        background-color: #fff !important;
        border: 1px solid #f59010 !important;
    }


    .btn-group-sm > .btn-sm, .btn-group-sm > .btn {
        min-height: 95px !important;
    }

    .gallery-slideshow .image {
        height: auto !important;
    }

    ul.availabily-list li > div {
        width: 100% !important;
    }

    ul.availabily-list li > div {
        display: block;
        width: 100% !important;
        position: relative;
        padding-left: 0px !important;
        text-align: left !important;
        margin-bottom: 15px;
    }

    ul.book-sum-list li {
        padding-left: 0px !important;
    }

        ul.book-sum-list li span {
            position: relative;
            display: block;
        }

    .price-summary-list-hotel li {
        width: 79px;
    }

    .padding-right-10 {
        padding-right: 0px !important;
        display: block;
    }

    .gallery-slideshow .image {
        height: auto !important;
    }

    .navbar-logo img {
        height: 40px;/*30px*/
        /*width:150px;*/
    }

    .navbar-logo {
        margin-top: 5px;
        margin-bottom: 5px;
        float: none;
    }

    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        font-size: 25px;
        color: #000;
    }

    .post-hero {
        display: none;
    }

    .why-us-half-image-wrapper {
        display: none;
    }

    .newsletter-wrapper {
        display: none;
    }

    .instagram-wrapper {
        display: block;
    }
    /*.package-grid-item-wrapper img {    width: 100%;    max-width: 100%;    height: auto;    display: block;}*/
    .Header1 {
        background: #16264a;
    }

    .hero {
        padding: 10px 0;
    }

    section, .section {
        padding: 20px 0;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-wrapper {
        padding: 0;
    }

    .mobile-filter .nav li a {
        color: #fff;
    }

    .mobile-filter .nav li li a {
        color: #000;
    }

    .mobile-filter .dropdown {
        color: #fff;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #48b5d1;
    }

    .main-wrapper {
        margin-top: 0px;
    }
    /*.sorting-wrappper { margin: 0;}*/
    h3, .h3 {
        font-size: 16px;
    }

    .sorting-header {
        margin: 6px 0 15px;
    }

    .sorting-label {
        display: inline-block;
    }

    .sorting-middle-holder {
        display: inline-block;
        margin: 0;
    }

    h5, .h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .navbar-brand {
        padding: 2px 0px;/*10px 5px*/
    }

    .footer-logo {
        width: 100%;
    }

    .detail-content {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .padding-top-50 {
        padding-top: 20px !important;
    }

    #main {
        padding-top: 0px;
    }

    #slider .slides img {
        width: 100% !important;
        margin-left: 0px !important;
        height: 100%;
    }

    .flex-viewport {
        height: 300px;
    }

    .flexslider .slides > li {
        height: 280px !important;
    }

    .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
        top: 50% !important;
    }

    .flex-direction-nav .flex-next {
        padding: 2px 5px !important;
    }

    .flex-direction-nav .flex-prev {
        padding: 2px 5px !important;
    }

    .margin-top-100 {
        margin-top: 20px;
    }

    .trip-sum-box {
        float: none;
    }

    .margin-bottom-20-xs {
        margin-bottom: 20px;
    }

    .margin-top-20-xs {
        margin-top: 20px;
    }

    #back-to-top {
        display: none !important;
    }

    .select2-container {
        width: 100% !important;
    }

    .result-img {
        width: 100%;
        height: 198px;
    }

    .datepicker-wrap input {
        width: 100%;
    }

    .modal-content .title {
        color: #000;
    }

    .modal-body {
        margin: 20px;
        padding: 0;
    }

    .pax-count-hotel {
        width: 100%;
    }

    .session-box {
        width: 100%;
    }

    #ui-datepicker-div {
        z-index: 9999 !important;
    }

    .datetextbox {
        padding: inherit;
    }

    .dropdown a {
        font-size: 13px;
    }

    .form-control-pkg {
        width: 100% !important;
        border-radius: 5px !important;
    }

    .btn-pkg-home {
        border-radius: 3px !important;
    }

    #hotelauto input {
        width: 100% !important;
        border-radius: 3px !important;
    }

    .date-htl {
        width: 100% !important;
        border-radius: 3px !important;
    }

    .htl-paxval {
        width: 100% !important;
        border-radius: 3px !important;
    }

    .btn-htl-home {
        border-radius: 3px !important;
        height: 38px;
    }

    .sort-by-wrapper {
        margin: 0px 0;
    }

    .pkg-rate {
        margin-top: 0px;
        clear: both;
        display: block;
        float: left;
        width: 100%;
        padding-top: 10px;
    }

    .raty-wrapper {
        font-size: 10px;
        float: right;
        margin-top: 11px;
    }

    ul.list-info {
        margin: 0px 0;
    }

    .pkg-include > div {
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px;
    }

    .image {
        width: 100%;
        height: 150px;
        overflow-y: hidden;
    }

    #mainMenuBar {
        position: fixed;
        bottom: 0;
    }

    .sticky-box-container {
        width: 100%;
        float: none;
    }

    #mainMenuBar .scrollspy-sidenav {
        margin: 0 auto;
        padding-top: 0px;
        padding-bottom: 0px;
        border: 4px solid #EEEEEE;
        background-color: #FFF;
        border-radius: 3px;
        width: 100%;
    }

    #mainMenuBar .padding-bottom5 {
        margin-bottom: 0px;
    }

    #mainMenuBar .hotel-detail-price {
        font-size: 16px !important;
        color: #f59010;
        font-weight: 700;
    }

    .stick {
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }

    #slider {
        z-index: 0;
    }

    .block-xs {
        display: inline;
    }

    #mainMenuBar .margin-top-20 {
        margin-top: 0px;
    }

    #packagerates .rate {
        width: 100%;
        float: left;
    }

    .add-room {
        right: 0px;
        bottom: 0px;
        position: absolute;
        bottom: -30px;
    }

    .close-btn {
        padding-top: 0px;
        left: 0;
        display: inline;
        position: absolute;
        bottom: 0;
        bottom: -30px;
    }

    .package-contents {
        width: 100%;
    }

    #mainMenuBar .btn-primary {
        padding: 5px !important;
    }

    .sidebar {
        float: none;
        padding-top: 0;
    }

    .sidebar-post .image {
        height: 80px;
    }

    ul.price-summary-list li.total-price { /*margin: 0px -19px -29px;*/
        padding: 20px 19px;
    }

    .pkgcontent-wrapper {
        padding: 0px 0;
    }

    .pkg-detail-img {
        float: none;
        display: block;
        width: 180px;
    }

    .main-wrapper {
        min-height: 300px;
    }

    #btngoHome {
        margin-bottom: 10px;
    }

    .pkg-customCheck {
        top: 0px !important;
    }

    .ti-signup-box, .ti-policy-box {
        width: 100%;
    }

    #ti-policy .form-control {
        margin-bottom: 5px;
    }

    .price-summary-wrapper {
        padding: 20px 10px;
        margin-bottom:10px;
    }

    .travelo-box {
        padding: 5px;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        top: 15px;
    }

    .progress {
        margin: 0 auto;
        top: 15px;
    }

    .main-wrapper-hotel {
        margin-top: 0px !important;
    }

    .package-list-item {
        margin-bottom: 5px;
    }

    .no-border {
        border-top: 0px solid #0dafd4;
    }


    .tab-container ul.tabs {
        position: absolute;
    }

    .tab-container ul.tabs {
        width: auto;
    }

    .cancellation-policy {
        padding: 5px;
    }

    .refund-font-16 {
        font-size: 11px !important;
    }

    .refund-read-hotel {
        font-size: 10px;
    }

    #termandbutton .details a {
        font-size: 15px;
        padding: 8px 70px !important;
    }

    #hotelroom ul.availabily-list li.availabily-heading {
        border-top: 0px solid #0dafd4 !important;
    }

    ul.availabily-list li {
        /* border-bottom: 1px solid #E3E3E3; */
        border-top: 0px solid #0dafd4 !important;
        border-bottom: 1px solid #0dafd4 !important;
    }

    .no-border-bottom {
        border-bottom: 0px solid #000 !important;
    }

    .refund-font-11 {
        font-size: 11px !important;
    }

    .navbar-brand {
        height: 55px;
    }

    .result-bg {
        padding: 0px !important;
        margin-top: 10px !important;
    }

    .customDir {
        font-size: 12px !important;
    }


    .package-list-item .image {
        line-height: 0px;
        border-radius: 7px 0px 7px 7px;
    }

    .font-bold {
        font-weight: bold !important;
    }

    .width-star-h-m {
        padding: 5px 15px !important;
    }

    .instagram-placeholder {
    width: 50% !important;
}

}

@media (max-width: 767px) {
    .modal-content .filter-clear-container {
        padding: 10px;
        box-shadow: 0 0px 5px 0px rgba(0,0,0,0.75);
        margin: 0;
    }
   

}


a.button.yellow {
    background: #98ce44;
    padding: 0px 4px !important;
}


@media (max-width: 767px) and (min-width: 320px) {
    /*Changes by kapil*/
    .holograms li > .progress{ width: 100px; height: 12px; position: static !important; top: 13px; right: 90px;color: #fff; top:10px !important;}
              .holograms li:first-child { width: 35% !important;}   
			  .holograms li:nth-child(2){ width:50% !important;}
			  .holograms li:last-child{ width:10%; float:right;}
              .Trip-raty-wrapper{float:none;}
              /*Changes by kapil*/

/*Start changes by santosh respective to waiting page :- 06-sept-2018*/    
.waiting-content { top: 10%; width: 100%;}
 .waiting-bg { background: #0065b8; height: 75px;}
 .waiting-content .text-center.padding-15 img {width: 100%;}
 /*End changes by santosh respective to waiting page*/
    .select-rooms {
        height: 30px !important;
        line-height: 30px !important;
        font-size: 13px !important;
        width: 100% !important;
        font-weight: bold !important;
    }

    .filterbuttonstyle {
        background: #FF6A00 !important;
        display: inline-block !important;
        text-align: center !important;
        color: #fff !important;
        padding: 20px 0px !important;
        /*height: 90px !important;
    line-height: 0px !important;*/
    }
}

@media only screen and (min-device-width : 768px) {
    .txticonH {
        left: 29px;
    }

    .apply_button_css {
        float: right;
        left: 6px;
        position: relative;
        top: 8px;
    }

    .apply_button_css {
        float: right;
        left: 6px;
        position: relative;
    }
}
