@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Oxygen:wght@300;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; font-family: 'Oxygen', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Rochester&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
:root{
    --thm-grey:#ededed;
    --thm-black: #000000;
    --thm-red: #ff6633;
    --thm-blue: #2557a0;
    --thm-white:  #ffffff;
    --thm-greytext: #8a8a8a;
    --thm-lightblue: #f1faff;
    --thm-packgrey:  #666666;
    --thm-sitetext: "Poppins", sans-serif;
    --thm-heading: "Nunito", sans-serif;
    --thm-lightgrey: #f7f7f7;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body{
    font-family: var(--thm-sitetext);
    font-size: 14px;
    line-height: 24px;
    color: var(--thm-packgrey);
}
h1,h2,h3,h4,h5{
    font-family: var(--thm-heading);
    font-weight: bold;
    color: var(--thm-black);
    font-size: 24px;
}
p{
    padding-bottom: 0px;
}
.pos-rel{
    position: relative;
}

.new-container {
    width: 1200px;
    margin:auto;
    padding: 0px 15px;
    box-sizing: border-box;
}
.new-container h2{
    font-size: 18px;
}
.inner-heading-new h2{
    font-size: 16px !important;
}
.inner-heading-new h2 span{
    display: block;
    font-size: 12px;
    color:var(--thm-greytext);
    padding: 5px 0px 10px 0px;
    letter-spacing: 1px;
    font-weight: normal;
}

/* Sticky Header */
.sticky-bg{
    background: transparent; 
    color: var(--thm-whitecolor );
    font-family: var(--thm-sitetext);
    padding: 4px 0px;
}
.mainpadd{
    padding: 0px 20px;
}
.logo-area{
    width: 240px;
}
.logo-area img {
    width: 100%;
    display: block;
}
.top-list {
    float: right;
}
.top-list ul {
    margin: 0px;
    padding: 0px;
}
.top-list ul li {
    float: left;
    padding: 10px 20px;
    font-size:14px;
    list-style: none;
}
.top-list ul li a {
    color: #232323;
    text-decoration: none;
}
.top-list ul li a i{
    color: var(--thm-red);
}
.top-list ul li:last-child a{
    color: var(--thm-red);
    text-transform: uppercase;
    font-weight: bold;
}

/* Slide section starts here */
.slide-col-1{
    width: 28%;
    float: left;
}
.slide-col-1 img {
    width: 100%;
}
.slide-col-2{
    width: 100%;
/*    float: right;
    padding: 0px 40px 0px 40px;*/
    box-sizing: border-box;
}

.slider-bg{
    padding: 180px 0px 0px;
    position: relative;
}
.slider-bg:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.slider-bg .container{
    position: relative;
    z-index: 9;
}

.cloud-img{
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background-image: url(https://demo.colormoon.in/travamaze/web_assets/images/cloud.png);
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.slide-col-2 h1{
    font-size: 32px;
    color: var(--thm-red);
    font-family: var(--thm-heading);
    padding-top: 0px;
    margin: 0px;
    text-align: center;
/*    letter-spacing: -1px;*/
}
.slide-col-2 h1 span{
    display: block;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
   text-align: center;
   text-transform: uppercase;
}
.banner-caption-text {
    font-family: var(--thm-sitetext);
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 5px;
    color: var(--thm-black);
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.slide-form-div{
    width: 20%;
    float: left;
}
.theme {
    border: 1px solid #e3e3e3 !important;
    border-left: 0px;
    position: relative;
    padding:10px 10px 8px 33px;
    background: url(../images/theme-bg.png) #ffffff no-repeat 5% 50%;
    border-left: 0px !important;
    height: 50px;
    background-size: 17px!important;
}
.theme select,
.duration select,
.month select{
    background-color: #fff;
    color:#000;
}
.duration {
    border: 1px solid #e3e3e3 !important;
    border-left: 0px;
    position: relative;
    padding:10px 10px 8px 33px;
    background: url(../images/duration-bg.png) #ffffff no-repeat 8% 50%;
    border-left: 0px !important;
    background-size: 17px!important;
}

.month {
    border: 1px solid #e3e3e3 !important;
    border-left: 0px;
    position: relative;
    padding:10px 10px 8px 33px;
    background: url(../images/calender-bg.png) #ffffff no-repeat 8% 50%;
    border-left: 0px !important;
    height: 50px;
    background-size: 17px!important;
}
.explore-red-btn {
    background: var(--thm-red);
    padding: 11px 20px;
    font-family: var(--thm-sitetext);
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border:0px;
    color: var(--thm-white);
    width:100%;
    box-sizing: border-box;
    font-weight: 600;
    height:50px;
}
.filter {
    border: 1px solid #e3e3e3 !important;
    position: relative;
    background: url(../images/filter.png) #ffffff no-repeat 8% 50%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.destination {
    border: 1px solid #e3e3e3 !important;
    position: relative;
    background: url(../images/location-bg.png) #ffffff no-repeat 7% 50%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 50px;
    line-height: 45px;
    background-size: 17px!important;
}
.destination select{
    margin-left: 30px;
    padding-top: 0px;
    border: 0;
    width: 77%;
    height: 42px;
    box-shadow: inherit!important;
    border: 0px!important;
    background-color: #fff;
    color:#000;
}
.destination select option{
    border-bottom: 1px solid #000!important;
}
.destination select:focus-visible{
    outline: none;
}
.red-btn {
    background: var(--thm-red);
    padding: 10px 20px;
    font-family: var(--thm-sitetext);
    border-radius: 5px;
    border:0px;
    color: var(--thm-white);
    width:100%;
    box-sizing: border-box;
    font-size: 18px;
}
.newblue-btn {
    background: var(--thm-blue);
    padding: 10px 20px;
    font-family: var(--thm-sitetext);
    border-radius: 5px;
    border:0px;
    color: var(--thm-white);
    width:100%;
    box-sizing: border-box;
    font-size: 18px;
}

/* Package Scrolling */
.main-package-box{
    padding: 20px 10px 20px 0px;
}
.package-box{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    background: var(--thm-white);
    padding: 14px 20px;
    border-radius: 6px;
    margin-left: 60px;
    position: relative;
    height: 262px;
}
.package-box h2{
    font-size: 16px;
    color: var(--thm-black);
    font-family: var(--thm-sitetext);
    font-weight: 500;
    line-height: 20px;
}
.package-box h2 span{
    display: block;
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: normal;
    color: var(--thm-packgrey);
}
.package-img{
    position: absolute;
    left:-50px;
    width:270px;
    margin:0px;
}
.package-scroll .owl-nav button.owl-prev
{
    width: 40px !important;
    height: 40px !important;
    background-color: var(--thm-white) !important;
    color: var(--thm-black);
    font-size: 16px !important;
    border-radius: 100%;
    line-height: 40px;
    position: absolute;
    top: 97%;
    left: 30px;
    border:1px solid var(--thm-black);
}
.package-scroll .owl-nav button.owl-prev:hover
{
    background-color: var(--thm-red) !important;
}
.package-scroll .owl-nav button.owl-next
{
    width: 40px !important;
    height: 40px !important;
    background-color: var(--thm-white) !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    position: absolute;
    top: 97%;
    left: 80px;
    color:var(--thm-black);
    border:1px solid var(--thm-black);
}
.package-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.owl-dots{
    position: absolute !important;
    right: 0px;
    bottom: -18px;
}
.home-package{
    padding-top: 72px;
}
.form-padd-top{
    background: #ffffff;
    padding: 20px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    margin-top: 100px;
}

/* Trending Indian Destination */
.block-col-5 {
    width: 20%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
}
.achore-text a{
    text-decoration: none;
    color: var(--thm-black);
    padding-top: 3px;
    display: block;
    font-family: var(--thm-heading);
    font-size: 14px;
    font-weight: 700;
}
.achore-text a i{
    font-size: 10px;
}
.achore-text a:hover{
    color: var(--thm-red);
}
.table-box{
/*    display: table;*/
    padding: 25px 0px !important;
    text-align: center;
}

.table-box span{
    color: var(--thm-red);
    font-size: 20px;
    font-family: "Rochester", cursive;
}
.table-box h2{
    font-size: 30px;
    color: var(--thm-blue);
}
.box-destination {
    height: 280px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover !important;
}
.box-dest-inn{
    background-image: linear-gradient( to bottom, rgba(255,0,0,0) 0%,
        rgba(255,0,0,0) 60%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.5) 100%);
    height: 280px;
    width: 100%;
    position: relative;
}
.box-dest-inn h2{
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 13px;
    color: var(--thm-white);
    letter-spacing: 1px;
    font-family: var(--thm-sitetext);
    font-weight: normal;
}
.box-dest-inn h2 span{
    display: block;
    font-size: 18px;
    font-family: var(--thm-sitetext);
}
.box-destination-v2 {
    height: 200px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover !important;
}
.box-dest-inn-v2{
    background-image: linear-gradient( to bottom, rgba(255,0,0,0) 0%,
        rgba(255,0,0,0) 60%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.7) 100%);
    height: 200px;
    width: 100%;
    position: relative;
}
.box-dest-inn-v2 h2{
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 13px !important;
    color: var(--thm-white);
    letter-spacing: 1px;
    font-family: var(--thm-sitetext);
    font-weight: normal;
}
.box-dest-inn-v2 h2 span{
    display: block;
    font-size: 16px !important;
}
.happy-traveller-bg {
    height: 340px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover !important;
}


.desti-heading h2{
    font-family: var(--thm-sitetext);
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
.desti-heading h2 span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    color:var(--thm-packgrey);
}
.desti-price h2{
    font-size: 12px;
    font-weight: normal;
    color:var(--thm-packgrey);
    text-align: left;
    font-family: var(--thm-sitetext);
    line-height: 20px;
}
.desti-price h2 span{
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: var(--thm-red);
}

/* International */
.light-blue-bg{
    background: var(--thm-lightblue);
    padding: 40px 0px;
}

.how-we-work-main{
    position: relative;
    padding-bottom: 150px !important;
    
}
.how-we-work-main:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 111px;
    background-image: url(https://demo.colormoon.in/travamaze/web_assets/images/funfact-3-s.png);
    bottom: 0px;
    left: 0;
    z-index: 1;
    background-size: cover;
}


.internationalDestination{
    padding: 40px 0px;
}

.sections-titles span{
    color: var(--thm-red);
    font-size: 20px;
    font-family: "Rochester", cursive;
}
.sections-titles h2{
    font-size: 30px;
    color: var(--thm-blue);
}


.planmyholi {
    padding-top: 80px;
}
.white-bg{
    background: var(--thm-white);
    padding: 25px 0px;
}
.white-bg h2{
    font-size: 16px;
}
.default-box {
    border: 1px solid #e3e3e3;
    position: relative;
    padding:6px 10px;
    border-radius: 7px;
    background: var(--thm-white);
}
.default-box select{
    border: 0px;
    width: 100%;
    -webkit-appearance: none;
    background: url(../images/arrow-bg.jpg) no-repeat right;
    font-size: 14px;
}
.only-color-bg{
    background: var(--thm-lightblue);
}

/* How we work */
.new-how-work h2{
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 20px;
/*    border-bottom: 1px solid #efefef;*/
    text-transform: uppercase;
    font-weight: 800;
}
.how-we-work {
    padding: 20px;
    background:rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    min-height: 255px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; 
}
.how-we-work img{
    height: 80px;
    margin-bottom: 15px;
}
.how-we-work h2{
    color: #000;
    font-size: 20px;
    padding-top: 0px;
}
.how-we-work p{
    font-size: 15px;
    line-height: 20px;
    color: var(--thm-packgrey);
}
.media-body h5{
    font-size: 18px;
}
.media-body h5 span{
    display: block;
    font-family: var(--thm-sitetext);
    font-weight: normal;
    font-size: 14px;
    color: var(--thm-greytext);
    padding-top: 8px;
    letter-spacing: 1px;
}
.hme-form-text {
    font-weight: bold;
    text-align: right;
    color: var(--thm-black);
    padding-top: 10px;
}

.why-us-card{
    background: #fff;
    padding: 25px;
    border: 2px solid #efefef;
    border-radius: 10px;
    min-height: 310px;
    margin-bottom: 25px;
}

.why-us-text p {
    font-size: 14px;
    line-height: 20px;
    color: #323232;
}
.why-us-text p b {
    color: var(--thm-black);
    font-weight: 500;
}
/* Hide the browser's default radio button */
.container-radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-top: 10px;
    cursor: pointer;
    font-size: 16px;
    color: var(--thm-black);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-new-btn label{
    margin-left: 10px;
}
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--thm-white);
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* expert box */
.expert-box {
    background: var(--thm-grey);
    padding: 20px 40px 40px 40px;
    border-radius:10px;
}
.expert-box input {
    padding: 8px 10px;
    background: var(--thm-white);
    font-size: 16px;
    color: var(--thm-greytext);
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border:0px;
    margin: 0px 0px 10px 0px;
}
.expert-box input:focus {
    border: 0px !important;
}
.departure-btn {
    background: #8a8a8a;
    border-radius: 5px;
    padding:10px 0px;
    text-align: center;
    color: var(--thm-white);
}
.activation{
    background: var(--thm-blue);
}
.support-list ul {
    margin: 0px;
    padding: 0px;
}
.support-list ul li {
    padding: 5px 0px;
    list-style: none;
    position: relative;
    padding-left:24px;
}
.support-list ul li:before{
    position: absolute;
    content:'\f00c';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 4px;
}
.expert-box .input-group-text{
    background-color: #ffffff;
    border: 0px solid #ced4da;
}
.expert-box .custom-select{
    height: 39px !important;
}


/* Happy Travellers */
.holidaytext h3{
    font-size: 20px;
    color: var(--thm-blue);
    font-weight: bold;
}
.holiday-list span {
    padding: 5px 10px;
    background: var(--thm-white);
    color: var(--thm-black);
    font-size: 13px;
    margin-right: 5px;
}
.profile-holiday img {
    border-radius: 50%;
    width: 60px;
}
.prize-text {
    font-size: 16px;
    color: var(--thm-black);
}
.prize-text span{
    display: block;
    color: var(--thm-red);
    font-size: 20px;
    font-weight: bold;
}
.border-btn {
    border:1px solid var(--thm-blue);
    background: var(--thm-white);
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}
.border-btn a{
    color: var(--thm-blue);
    text-decoration: none;
}
.border-btn-small {
    border:1px solid var(--thm-blue);
    background: var(--thm-white);
    padding:3px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
}
.border-btn-small a{
    color: var(--thm-blue);
    text-decoration: none;
}
.holiday-scroll .owl-nav button.owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    left: -30px;
}
.holiday-scroll .owl-nav button.owl-prev:hover {
    background-color: var(--thm-red) !important;
}
.holiday-scroll .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    right: -30px;
    color: #777;
}
.holiday-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.stay-safe{
    border-radius:5px;
}
.precautions-text{
    font-size: 14px;
    color: var(--thm-black);
}

/* Footer */
footer{
/*    background: #fff;*/
    padding: 40px 0px 0px 0px;
    color: var(--thm-white);
    letter-spacing: 0.2px;
    font-size: 14px;
    background: #fff url(https://demo.colormoon.in/travamaze/web_assets/images/contact-bg.png) bottom left repeat-x;
    background-size: auto 130px;
}
.footer-link a{
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}
.footer-link a:hover {
    text-decoration: underline;
    color: var(--thm-red);
}
.footer-address h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--thm-blue);
}
.footer-address p{
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.footer-address p i{
    color: var(--thm-blue);
}


.footer-phone {
    text-align: right;
}
.footer-phone p {
    font-family: var(--thm-heading);
    font-size: 16px;
    color: var(--thm-white);
    margin: 0px;
    letter-spacing: 1px;
}
.social-med-foot i {
    background:var(--thm-blue);
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    margin:0px 2px;
}
.copyrights {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px 0px;
    color: #000;
    font-size: 14px;
}
.copyrights a{
    text-decoration: none;
    color:var(--thm-red);
    display: inline-block;
    text-align: center;
}
.copyrights a:hover{
    text-decoration: underline;
}

/* Arrows */
.slick-prev, .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.offer-slider .item{
    margin: 0px 20px;
}
.offer-slider .item img{
    border-radius: 10px;
}

/* Mega Menu */
.menu-bg {
    background: #fff;
    border-top: 1px dotted #E3F3FF;
/*    box-shadow: 0px 10px 11px -5px rgb(0 0 0 / 15%);
    border-bottom: 1px solid #f5f5f5;*/
}
.megamenu {
    position: static;
    padding: 0px 12px;
}
.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}
.megamenu .list-unstyled {
    margin: -8px;
}
.megamenu .list-unstyled .menu-last-padd-top {
    padding-top: 15px;
}
.megamenu .list-unstyled .menu-last-padd-top a {
    color: var(--thm-red);
}
.navbar ul li a {
    padding: 0px 15px;
    text-transform: none !important;
    color:var(--thm-black);
}
.navbar ul li a span {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
}
.navbar ul li a:hover {
    padding: 0px 15px;
    color: var(--thm-red);
}
.text-uppercase {
    letter-spacing: 0.02em;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--thm-red);
}
.menu-new-nav h6 {
    text-transform: none !important;
    letter-spacing: 0px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    color: var(--thm-red);
}
.menu-new-nav p {
    line-height: 24px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.list-unstyled .nav-item .nav-link{
    color: #000;
}

.navbar-light .navbar-nav .nav-link{}
.bord-rgt {
    border-right: 1px solid #d0d0d0;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    justify-content: flex-start;
}
.nav-item a {
    padding-bottom: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px;
    color: #232323;
}
.padd-RL-menu {
    padding: 0px 20px;
}
.sticky + .content {
    padding-top: 102px;
}
.red-brder {
    border:1px solid var(--thm-red);
    border-radius: 5px;
/*    font-weight: bold;*/
    background: var(--thm-red);
}

.red-brder a{
    color: #fff!important;
}

.red-brder:hover{
   background: var(--thm-red); 
   border:1px solid #fff;
   color: #fff!important;
}
.red-brder:hover a{
   color: #fff!important;  
}


.dropdown-toggle::after {
    content: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff !important;
    -webkit-box-shadow: 0px 10px 11px -5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 11px -5px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 11px -5px rgb(0 0 0 / 15%);
   border-top: 0px dotted #E3F3FF;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    z-index: 999;
    padding:30px;
    box-shadow: border-box;
    top: 40px;
}
.navbar{
    padding: 4px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 4px 8px;
}
.sticky .dropdown-menu {
    top: 42px !important;
}

.mobile-menu-icon{
    display: none;
}

/* Bread Crumbs */
.bread-crumb-bg{
    background: var(--thm-grey);
    padding:100px 0px;
}
.bread-crumb-bg h1{
    font-size: 32px;
    font-family: var(--thm-heading);
    color: var(--thm-white);
    margin:0px;
}
.bread-crumb-bg h1 span{
    display: block;
    font-family: var(--thm-sitetext);
    font-size: 12px;
    padding-top: 5px;
    font-weight: normal;
    color: var(--thm-white);
    position: absolute;
    right: 0px;
    top: 0px;
}
.bread-crumb-bg h1 span a{
    text-decoration: none;
    color: var(--thm-white);
}
.bread-crumb-bg h1 span a:hover{
    color: var(--thm-red);
}

.inner-bg-new{
    background: var(--thm-grey);
    padding:150px 0px;
}
.inner-bg-new h1{
    font-size: 22px;
    font-family: var(--thm-heading);
    color: var(--thm-white);
    margin:0px;
}
.inner-bg-new h1 span{
    display: block;
    font-family: var(--thm-sitetext);
    font-size: 12px;
    padding-top: 5px;
    font-weight: normal;
    color: var(--thm-white);
    position: absolute;
    right: 0px;
    top: 0px;
}
.inner-bg-new h1 span a{
    text-decoration: none;
    color: var(--thm-white);
}
.inner-bg-new h1 span a:hover{
    color: var(--thm-red);
}

/* inner content */
.default-content{
    padding:30px 0px;
}
.inner-slide-top{
    padding-top: 0px;
    padding-bottom: 30px;
}
.inner-inside{
    background: rgba(0,0,0,0.5);
    padding:60px 0px;
}
.inside-form-div{
    border-radius:10px;
    height:46px;
    display: flex;
}
.inner-inside h2{
    font-size: 30px;
    color: var(--thm-white);
    padding-bottom:5px;
    text-align: center;
}
.inner-inside .small-text {
    color: var(--thm-white);
    letter-spacing: 1px;
}
.default-content a{
    color: var(--thm-blue);
}
.inner-inside-v2{
    background: rgba(0,0,0,0.5);
    height: 255px;
    display: table-cell;
    vertical-align: middle;
    width: 200em;
    text-align: center;
}
.inner-inside-v2 h2{
    font-size: 30px;
    color: var(--thm-white);
    padding-bottom:5px;
    text-align: center;
}
.inner-inside-v2 .small-text {
    color: var(--thm-white);
    letter-spacing: 1px;
}

/* listing Pages */
.achore-text .custom-control{
    display: inline;
    padding-left: 40px;
}
.five-block-scroll .owl-nav button.owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    left: -30px;
}
.five-block-scroll .owl-nav button.owl-prev:hover {
    background-color: var(--thm-red) !important;
}
.five-block-scroll .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    right: -30px;
    color: #777;
}
.five-block-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.five-block-scroll .owl-dots{
    display: none;
}

.three-block-scroll .owl-nav button.owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    left: -30px;
}
.three-block-scroll .owl-nav button.owl-prev:hover {
    background-color: var(--thm-red) !important;
}
.three-block-scroll .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    right: -30px;
    color: #777;
}
.three-block-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.three-block-scroll .owl-dots{
    display: none;
}

.testimonials{
    padding: 40px 0px;
}
 

.btn-rounded-small { 
    border-radius: 20px;
    text-align: center;
    color: var(--thm-blue);
    font-size:16px;
    height: 32px;
    line-height: 20px;
    padding: 6px 20px;
    display: inline-block;
    align-items: center;
    border: 1px solid var(--thm-blue);
}
.btn-rounded-small:hover{
    background: var(--thm-blue);
    color: var(--thm-white);
    text-decoration: none;
}
.panel-body input{
    border: 1px solid var(--thm-packgrey);
    padding: 5px 10px;
    color: var(--thm-packgrey);
}
.panel-body i{
    color: #fabc00;
    font-size: 16px;
    padding-right: 5px;
}
.package-hotels h2 span{
    color: var(--thm-blue);
}
.packages-new-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    background: var(--thm-white);
    border-radius: 6px;
    margin-top:25px;
    overflow: hidden;
}
.packages-new-box .heading-package{
    overflow: hidden;
}
.packages-new-box p{
    letter-spacing: 0.3px;
    line-height: 20px;
    padding-top: 5px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 2px;
}
.packages-new-box b{
    font-family: var(--thm-heading);
    color: var(--thm-black);
    margin-right:8px;
}
.packages-new-box .location-pack {
    font-size: 13px;
    letter-spacing: 0.2px;
    overflow: hidden;
    margin: 2px 0px 0px 0px;
}
.packages-new-box .location-pack ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.packages-new-box .location-pack ul li {
    list-style: none;
    margin: 0px;
    padding: 0px 5px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.packages-new-box .location-pack ul li:nth-child(1) {
    padding: 0px;
}
.packages-new-box .location-pack ul li:after {
    content: '\f061';
    position: absolute;
    right: -8px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
}
.packages-new-box .location-pack ul li:nth-child(1):after {
    content: '';
    padding: 0px;
}

.packages-new-box .location-pack ul li:last-child:after {
    content: '';
    padding: 0px;
}



.packages-new-box .location-pack b{
    color: var(--thm-black);
}
.packages-new-box .location-pack span{
    margin-right: 15px;
}
.package-text h2{
    font-size: 17px;
    margin: 0px;
}
.package-text h2 a{
    text-decoration: none;
    color: var(--thm-black);
}
.package-text h2 a:hover{
    color: var(--thm-red);
}
.small-txt-1 {
    font-size: 14px;
    color: var(--thm-black);
    padding: 3px 0px;
}
.small-txt-1 span{
    color: var(--thm-greytext);
}
.verysmall-txt {
    font-size: 12px;
    color: var(--thm-greytext);
    padding: 3px 0px;
    text-align: right;
    margin-right: 15px;
    margin-top: -5px;
}
.price-text {
    font-size: 24px;
    color: var(--thm-blue);
    font-family: var(--thm-heading);
    font-weight: 700;
}
.package-text .price-text span{
    color: var(--thm-black);
    font-size: 14px;
    text-decoration: line-through;
}
.package-text .per-head {
    color: var(--thm-greytext);
    font-size: 14px;
    letter-spacing: 1px;
}
.package-text .highlights {
    display: block;
}
.package-text .highlights span{
    border-radius: 14px;
    text-align: center;
    color: var(--thm-blue);
    font-size: 12px;
    padding: 0px 13px;
    display: inline-block;
    align-items: center;
    border: 1px solid var(--thm-blue);
    text-transform: none;
    margin: 5px 0px;
    line-height: 20px;
}
.package-text h3{
    font-size: 18px;
    padding:2px 0px
}
a.getquote-btn {
    display:inline-block;
    text-decoration: none;
}
a.getquote-btn div{
    background: var(--thm-red);
    padding:6px 20px;
    font-family: var(--thm-sitetext);
    border-radius: 5px;
    border: 0px;
    color: var(--thm-white);
    width: 100%;
    box-sizing: border-box;
    font-size:14px;
    border: 1px solid var(--thm-red);
}
a.getquote-btn-border {
    display:inline-block;
    text-decoration: none;
}
a.getquote-btn-border div{
    background: var(--thm-white);
    padding:6px 20px;
    font-family: var(--thm-sitetext);
    border-radius: 5px;
    border: 0px;
    color: var(--thm-red);
    width: 100%;
    border: 1px solid var(--thm-red);
    box-sizing: border-box;
    font-size:14px;
}
.btn-align-right{
    text-align: right;
}
.anchor-text a{
    text-decoration: none;
    color: var(--thm-black);
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
}
.anchor-text a:hover{
    color: var(--thm-red);
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    height: 50px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color:none;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #666666 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #666666 transparent;
    top: 11px;
}

/*style the items (options), including the selected item:*/
.select-selected {
    color: var(--thm-black);
    padding: 11px 16px 11px 33px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    line-height: 25px;
    font-size: 14px;
    color: var(--thm-darkgrey);
}

.select-items div{
    color: var(--thm-black);
    padding: 3px 10px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    line-height: 25px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;

}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: var(--thm-white);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 150px;
    overflow-y: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.table thead th:nth-child(2)
{
    width: 12%;
}
.table thead th:nth-child(5)
{
    width: 12%;
}
.table td {
    color: var(--thm-packgrey);
}
.table-bordered td, .table-bordered th{
    padding: 8px;
}
.listing-pack-box {
    height: 280px;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
}
.listing-pack-box-inn{
    background-image: linear-gradient( to bottom, rgba(255,0,0,0) 0%,
        rgba(255,0,0,0) 60%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.5) 100%);
    height:280px;
    width: 100%;
    position: relative;
}
.listing-pack-box-inn h2{
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 13px;
    color: var(--thm-white);
    letter-spacing: 0.5px;
    font-family: var(--thm-sitetext);
    font-weight: normal;
}
.listing-pack-box-inn h2 span{
    display: block;
    font-size:30px;
    color: var(--thm-white);
    font-family: var(--thm-heading);
    font-weight: 700;
}
.listing-pack-box-v2 {
    height: 200px;
}

.seperate-icons {
    background: #f0f0f0;
    padding: 2px 0px;
    text-align: center;
    color: var(--thm-black);
    margin: 7px 20px 5px 0px;
    border-radius: 5px;
    font-size: 12px;
    clear: both;
}
.seperate-icons span {
    margin:0px 10px;
}
.compare-div{
    margin-right: 20px;
    text-align: right;
}
.side-filters .heading{
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.side-filters h2{
    font-family: var(--thm-heading);
    font-size: 14px;
}
.side-filters .heading span{
    float: right;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px;
}
.side-filters .heading span a{
    text-decoration: none;
    color: var(--thm-greytext);
}
.side-filters .heading span a:hover{
    color: var(--thm-red);
}
.side-filters .filter-content {
    font-size: 14px;
}
.side-filters .filter-content-star i {
    color: #fabc00;
    font-size: 8px;
    margin: 0px 1px;
}
.side-filters .activites-side i {
    color: var(--thm-blue);
}

.testibox{
    background:var(--thm-white);
    padding:18px 20px;
    margin:auto;
    text-align: left;
}
.testibox h2{
    font-family: var(--thm-heading);
    font-size: 14px;
}
.testibox .quote {
    width: 30px !important;
    padding-bottom: 10px;
}
.testi-inn {
    height: 100px;
    overflow-y: auto;
    line-height: 20px;
    font-weight: 300;
    padding-right: 15px;
    font-size: 13px;
    font-style: italic;
}
.testi-review .client-circle{
    background: var(--thm-blue);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: var(--thm-white);
    border-radius: 50%;
}
.review-star i{
    font-size: 12px;
    color: #fabc00;
    margin-right: 2px;
}
.review-star h2{
    font-family: var(--thm-heading);
    font-size: 14px;
}
.review-star h2 span{
    font-family: var(--thm-sitetext);
    color: var(--thm-greytext);
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    font-weight: normal;
}

.blog-page{
    padding: 60px 0px;
    background: #efefef!important;
}

.place-visit-box {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.20);
    background: var(--thm-white);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px!important;
    margin: 0px 10px 10px 10px;
}
.place-visit-box h2 {
    font-size: 16px;
}
.place-visit-box .padd-20{
    padding: 20px;
}
.padd-20 .highlights span{
    border-radius: 14px;
    text-align: center;
    color: var(--thm-blue);
    font-size: 12px;
    padding: 0px 13px;
    display: inline-block;
    align-items: center;
    border: 1px solid var(--thm-blue);
    text-transform: none;
    margin: 5px 0px;
    line-height: 20px;
}
.blog-social-icon span{
/*    background: var(--thm-blue);*/
    line-height: 40px;
    color: var(--thm-blue);
    border-radius:5px;
    padding: 0px 20px;
    margin-right: 5px;
}
.blog-social-icon span a{
    text-decoration: none;
    color: var(--thm-blue);
}
.padd-20 .anchor-text a{
    color: var(--thm-red);
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.searchbox input {
    background: var(--thm-white);
    margin: 5px 10px 0px 0px;
    border-radius: 5px;
    border:1px solid #e3e3e3;
    padding:4px 15px;
    float: right;
    font-size: 14px;
}
.social-med-blog i {
    background:var(--thm-black);
    width: 30px;
    height: 30px;
    color: var(--thm-white);
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    margin:0px 2px;
    text-align: center;
}

/*Accordion*/
.md-accordion .card .card-header {
    padding: 1rem 1.5rem;
    background: transparent;
    background: var(--thm-white);
    border-bottom: 1px solid #e6e6e6;
    border-radius: 6px;
/*    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);*/
}
.md-accordion .card {
    border: 0px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.md-accordion .card .card-header h5 {
    font-size:17px;
}
.card-header a{
    text-decoration: none !important;
}
.md-accordion .card .card-body {
    font-size:14px;
    font-weight: normal;
    line-height: 1.7;
    color: #626262;
    padding: 10px;
}
.md-accordion .card .fa-angle-down {
    float: right;
}
.md-accordion .card .card-header{
    padding: 20px;
}

.rating-package-text{
    text-align: right;
    color: var(--thm-greytext);
    font-size: 12px;
    margin-top: -30px;
    letter-spacing: 0.2px;
}
.rating-package-text span{
    color: var(--thm-black);
}
.cities-scroll-side{
    height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 5px;
}
.package-col-1 {
    width: 70%;
    float: left;
}
.package-col-2 {
    width: 30%;
    float: left;
}
.right-align-btn {
    text-align: right;
    margin-right: 21px;
    box-sizing: border-box;
}
.packages-new-box .package-price h2 {
    display: block;
    font-size: 20px;
    color: var(--thm-red);
    font-family: var(--thm-heading);
    font-weight: 700;
    line-height: 14px;
}
.packages-new-box .package-price h2 span {
    font-family:var(--thm-sitetext);
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: line-through;
    color: var(--thm-black);
}
.packages-new-box .start-text{
    font-family: var(--thm-sitetext);
    font-weight: 400;
    font-size: 12px;
}
.packages-new-box .start-text span{
    background: var(--thm-blue);
    color: var(--thm-white);
    font-weight: 600;
    font-size: 11px;
    padding: 2px 10px;
    margin-left:30px;
    border-radius: 20px;
}
.packages-new-box .person-text{
    font-family: var(--thm-sitetext);
    font-weight: 400;
    font-size: 12px;
}

.visit-block-scroll .owl-nav button.owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 6px 6px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 38%;
    left: -30px;
}
.visit-block-scroll .owl-nav button.owl-prev:hover {
    background-color: var(--thm-red) !important;
}
.visit-block-scroll .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 6px 6px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 38%;
    right: -30px;
    color: #777;
}
.visit-block-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.visit-block-scroll .owl-dots{
    display: none;
}
.visit-block-scroll .owl-nav.disabled{
    display: inline;
}
.trending-scroll .owl-nav.disabled{
    display: inline;
}


.lisitng-img-height {
    height: 200px;
    overflow:hidden;
}
.duration-v2 {
    border: 0px solid #e3e3e3 !important;
    border-left: 0px;
    position: relative;
    background: url(../images/duration-bg.png) #ffffff no-repeat 8% 50%;
    border-left: 0px !important;
    margin-top: -10px;
}
.theme-code-v2 {
    border: 0px solid #e3e3e3 !important;
    border-left: 0px;
    position: relative;
    background: url(../images/theme-bg.png) #ffffff no-repeat 8% 50%;
    border-left: 0px !important;
    margin-top: -10px;
}
.theme-code-v3 {
    border: 0px solid #e3e3e3 !important;
    border-left: 0px;
    position: relative;
    background: url(../images/location-bg.png) #ffffff no-repeat 8% 50%;
    border-left: 0px !important;
    margin-top: -10px;
}
.theme-code-v3-act {
    border: 0px solid #e3e3e3 !important;
    border-left: 0px;
    position: relative;
    background: url(../images/activities-bg.png) #ffffff no-repeat 8% 50%;
    border-left: 0px !important;
    margin-top: -10px;
}
.theme-code-v3-act-banner {
    border-left: 0px;
    position: relative;
    background: url(../images/activities-bg.png) #ffffff no-repeat 6% 50%;
    border-left: 0px !important;
}
.theme-code-v3-categ {
    border-left: 0px;
    position: relative;
    background: url(../images/category-bg.png) #ffffff no-repeat 6% 50%;
    border-left: 0px !important;
}


/* States tab starts here */
.state-tab-bg{
    background: var(--thm-blue);
    padding:0px 0px;
    overflow: hidden;
}
.state-tab-bg a {
    text-decoration: none;
    color: var(--thm-white);
    padding:6px 10px;
    margin: 10px 5px;
    border:0px solid var(--thm-lightblue);
    font-weight: 500;
}
.state-tab-bg a:hover{
    border:1px solid var(--thm-blue);
    color:var(--thm-red);
    border-radius: 5px;
}
.states-scroll-menu .item{
    margin: 10px 15px;
}

/* blog styles Starts here */
.blog-post-div{
    margin: 5px 0px;
    font-size: 12px;
}
.blog-post-div span {
    margin-right: 15px;
}
.blog-post-div span i {
    padding-right: 5px;
}
.place-visit-box a {
    color: var(--thm-red);
}
.blogradius {
    border-radius: 10px;
}
.blog-inside-div h2{
    font-size: 22px;
}
.blog-inside-div h3{
    font-size: 22px;
}
.blog-filter h2{
    font-size: 22px;
}
.blog-filter ul {
    margin: 0px;
    padding: 0px;
}
.blog-filter ul li {
    list-style: none;
    padding: 5px 0px;
    border-top:1px dotted #dfdfdf;
}
.blog-filter ul li a {
    color: var(--thm-greytext);
}
.blog-filter ul li a:hover {
    text-decoration: none;
    color: var(--thm-red);
}
.blogs-scroll-menu .item{
    margin: 10px 10px;
}
.blogs-scroll-menu .item .red-highlight{
    border:1px solid var(--thm-red);
    border-radius: 5px;
}

.pagination>li>a, .pagination>li>span
{
    border-radius: 50% !important;
    margin: 0 4px;
    color: var(--thm-blue);
    cursor: default;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border:1px solid var(--thm-blue);
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.pagination>li>a:hover{
    background: var(--thm-blue);
    border-color: var(--thm-blue);
    color: var(--thm-white);
}
.pagination>.active>a{
    background: var(--thm-blue);
    border-color: var(--thm-blue);
    color: var(--thm-white);
    text-decoration: none;
    cursor: pointer;
}

.weekend-getaways-scroll .owl-nav button.owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 35%;
    left: -30px;
}
.weekend-getaways-scroll .owl-nav button.owl-prev:hover {
    background-color: var(--thm-red) !important;
}
.weekend-getaways-scroll .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 35%;
    right: -30px;
    color: #777;
}
.weekend-getaways-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.weekend-getaways-scroll .owl-dots{
    display: none;
}
.weekend-getaways-scroll .owl-nav.disabled {
    display: inline;
}

.borderleft {
    border-left: 1px solid #e3e3e3 !important;
}
.borderleft .select-selected {
    padding-left: 40px;
}
.plan-view-all-btn a {
    text-decoration: none;
    color: var(--thm-black);
    padding-top: 3px;
    font-family: var(--thm-heading);
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    z-index: 9;
    right: 16px;
    top: 34px;
}
.plan-view-all-btn a:hover{
    color: var(--thm-red);
}
.plan-view-all-btn-2 a {
    text-decoration: none;
    color: var(--thm-black);
    padding-top: 3px;
    font-family: var(--thm-heading);
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    z-index: 9;
    right: 16px;
    top: 64px;
}
.plan-view-all-btn-2 a:hover{
    color: var(--thm-red);
}

/* Details Pages Styles */
.small-bread-crumb{
    font-size:12px;
    color: var(--thm-greytext);
}
.small-bread-crumb ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.small-bread-crumb ul li{
    display: inline-block;
}
.small-bread-crumb ul li:after{
    content: ">";
    padding:0px 5px;
}
.small-bread-crumb ul li a{
    color: var(--thm-black);
}
.small-bread-crumb ul li a:hover{
    color: var(--thm-red);
}
.small-bread-crumb ul li:last-child:after {
    content: "";
}
.small-text-top-right {
    text-align: right;
    color: var(--thm-greytext);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.small-text-top-right span{
    display: block;
    color: var(--thm-black);
}
.detail-heading-text h2{
    font-size:18px;
    color: var(--thm-black);
}
.detail-heading-text .blue-text{
    color: var(--thm-blue);
    font-size: 14px;
    padding-top: 5px;
}
.detail-heading-text .blue-text span{
    color: var(--thm-greytext);
    font-size: 14px;
}
.call-text-top{
    color: var(--thm-black);
}
.call-text-top i{
    font-size: 12px;
}
.call-text-top a{
    color: var(--thm-blue);
}

.lightblue-bg{
    background: var(--thm-lightblue);
    padding: 25px 0px;
}
.inner-slide{
    height: 450px;
    overflow: hidden;
}
.inner-col-1{
    width: 45%;
    float: left;
}
.inner-col-2{
    width: 55%;
    float: left;
}
.white-block{
    background: #ffffff;
    padding:20px;
    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.40);
    min-height: 352px;
    border-radius: 10px;
}
.padd-details-top {
    padding-top: 10px;
}
.white-block h2{
    font-size: 20px;
    font-weight: bold;
}
.white-block p{
    padding: 0px;
    margin:0px;
}
.white-block p span{
    margin-right: 10px;
}
.white-block p span i{
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.white-block .price-org{
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size:30px;
    color: #f77518;
    padding: 5px 0px;
}
.white-block .price-org span{
    font-size: 14px;
    color: #6d6d6d;
    letter-spacing: 1px;
    font-weight: 400;
}
.white-block .location-pack {
    font-size: 13px;
    letter-spacing: 0.2px;
    overflow: hidden;
    margin: 2px 0px 0px 0px;
}
.white-block .location-pack ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.white-block .location-pack ul li {
    list-style: none;
    margin: 0px;
    padding: 0px 5px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.white-block .location-pack ul li:after{
    content: '\f061';
    position: absolute;
    right: -8px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
}
.white-block .location-pack ul li:nth-child(1){
    padding: 0px;
}
.white-block .location-pack ul li:nth-child(1):after{
    content: '';
    padding: 0px;
}
.white-block .location-pack ul li:last-child:after{
    content: '';
    padding: 0px;
}


.white-block .highlights {
    display: block;
}
.white-block .highlights span{
    border-radius: 14px;
    text-align: center;
    color: var(--thm-blue);
    font-size: 12px;
    padding: 0px 13px;
    display: inline-block;
    align-items: center;
    border: 1px solid var(--thm-blue);
    text-transform: none;
    margin: 5px 0px;
    line-height: 20px;
}
.white-block h3{
    font-size: 18px;
    padding:2px 0px
}
.white-block .package-price h2 {
    display: block;
    font-size: 20px;
    color: var(--thm-red);
    font-family: var(--thm-heading);
    font-weight: 700;
    line-height: 14px;
}
.white-block .package-price h2 span {
    font-family:var(--thm-sitetext);
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: line-through;
    color: var(--thm-black);
}
.white-block .start-text{
    font-family: var(--thm-sitetext);
    font-weight: 400;
    font-size: 12px;
}
.white-block .start-text span{
    background: var(--thm-blue);
    color: var(--thm-white);
    font-weight: 600;
    font-size: 11px;
    padding: 2px 10px;
    margin-left:30px;
    border-radius: 20px;
}
.white-block .person-text{
    font-family: var(--thm-sitetext);
    font-weight: 400;
    font-size: 12px;
    margin-top: -7px;
}

.box-details{
    background: #ffffff;
    padding: 20px; 
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}
.box-details h2{
    font-size: 16px;
    font-weight: bold;
}
.box-details .small-note-text{
    font-size: 12px;
    color: var(--thm-greytext);
    letter-spacing: 1px;
    display: block;
    padding-top: 10px;
}
.box-details p{
    padding: 0px;
    margin:0px;
}
.box-details p span{
    margin-right: 10px;
}
.box-details span a {
    padding-top: 10px;
    color: var(--thm-red);
}
.box-details p span i{
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.amenities{
    clear: both;
    overflow:hidden;
}
.amenities ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.amenities ul li{
   /* width: 33.33333%;
    float: left;*/
    padding:5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.amenities ul li:before{
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    color: #f77518;
    width: 20px;
    height: 20px;
    background: #ffeadc;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Pro';
}
.content-block .highlights span {
    border-radius: 14px;
    text-align: center;
    color: var(--thm-blue);
    font-size: 12px;
    padding: 0px 13px;
    display: inline-block;
    align-items: center;
    border: 1px solid var(--thm-blue);
    text-transform: none;
    margin: 5px 0px;
    line-height: 20px;
}

.box{
    position: relative;
    text-align: center;
}
.box:before, .box:after{
    content: "";
    background: #333;
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
}
.box:after{
    background: #000;
    border: 1px solid #aaa;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: all 0.5s ease 0.2s;
}
.box:hover:before{
    opacity: 0.5;
    transform: scale(1);
}
.box:hover:after{
    opacity: 0.35;
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    color: #fff;
    width: 85%;
    filter: blur(5px);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0.3s;
}
.box:hover .box-content{
    filter: blur(0);
    opacity: 1;
}
.box .title{
    font-size: 25px;
    font-weight: 200;
    text-transform: capitalize;
    margin: 0 0 1px;
}
.box .post{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 10px;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    font-size: 24px;
}
.rating-star{
    color:#ff9920;
    font-size: 10px !important;
}
.rating-star i{
    padding-right: 5px;
}
.card-header h5 span{
    display: block;
    font-size: 12px;
}
.card-header {
    position: relative;
}
.card-header h5 i{
    position: absolute;
    right: 15px;
    top: 25px;
}

.inclusion{
    clear: both;
    overflow:hidden;
}
.inclusion ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.inclusion ul li{
    width:50%;
    float: left;
    padding:5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.inclusion ul li:before{
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    color: #4c9505;
    width: 20px;
    height: 20px;
    background: #deffda;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Pro';
}

.exclusion{
    clear: both;
    overflow:hidden;
}
.exclusion ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.exclusion ul li{
    width:50%;
    float: left;
    padding:5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.exclusion ul li:before{
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    color: #cb0000;
    width: 20px;
    height: 20px;
    background: #ffdada;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Pro';
}
.where-go {
    font-size: 16px;
}
.where-go input {
    background: url('../images/location-bg.png') no-repeat 5% 50%;
    border: 1px solid #e3e3e3 !important;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    width: 100%;
}
.where-go .small-side-text{
    font-size: 12px;
    color: var(--thm-greytext);
}

.review-tab{
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.review-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.review-list ul li{
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding:10px 0px 10px 0px;
    font-size: 16px;
}
.review-list ul li a{
    color: var(--thm-blue);
    text-decoration: none;
    padding: 6px 20px;
    margin: 0px 10px;
    border: 1px solid var(--thm-blue);
    border-radius: 5px;
}
.review-list ul li a:hover{
    color: var(--thm-red);
}
.review-list .active-review a{
    color: var(--thm-red) !important;
    border: 1px solid var(--thm-red) !important;
}

.testimonial-text h2{
    font-style: italic;
    line-height: 24px;
}
#freewall {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count:3;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile {
    position:relative;
}
.scale-anm {
    transform: scale(1);
}

.review-box {
    display: inline-block;
    background: var(--thm-lightgrey);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom:15px;
}
.scale-anm .reviewcnt{
    padding: 20px;
    overflow: hidden;
}
.scale-anm .reviewcnt h2{
    font-style: italic;
    line-height: 24px;
}
.scale-anm .anchor-text p{
    font-style: 16px;
}
.scale-anm .anchor-text a{
    color:var(--thm-red) !important;
    text-decoration: none;
}
.filter-2{
    background: url(../images/filter.png) #ffffff no-repeat 3% 50%;
}

.similar-desti-scroll .owl-nav button.owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 6px 6px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 38%;
    left: -30px;
}
.similar-desti-scroll .owl-nav button.owl-prev:hover {
    background-color: var(--thm-red) !important;
}
.similar-desti-scroll .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 6px 6px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 38%;
    right: -30px;
    color: #777;
}
.similar-desti-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.similar-desti-scroll .owl-dots{
    display: none;
}
.similar-desti-scroll .owl-nav.disabled{
    display: inline;
}

/* expert box */

.expert-box-inner input {
    padding: 10px;
    background: var(--thm-lightgrey);
    font-size: 16px;
    color: var(--thm-greytext);
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border:0px;
    margin: 5px 0px 10px 0px;
}
.expert-box-inner input:focus {
    border: 0px !important;
}

.expert-box-inner input {
    padding: 8px 10px;
    background: var(--thm-grey);
    font-size: 16px;
    color: var(--thm-greytext);
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border:0px;
    margin: 0px 0px 10px 0px;
}
.expert-box-inner input:focus {
    border: 0px !important;
}
.departure-btn {
    background: var(--thm-grey);
    border-radius: 5px;
    padding:10px 0px;
    text-align: center;
    color: var(--thm-white);
}
.activation{
    background: var(--thm-blue);
}
.support-list ul {
    margin: 0px;
    padding: 0px;
}
.support-list ul li {
    padding: 5px 0px;
    list-style: none;
    position: relative;
    padding-left:24px;
}
.support-list ul li:before{
    position: absolute;
    content:'\f00c';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 4px;
}
.expert-box-inner .input-group-text{
    background: var(--thm-grey);
    border: 0px solid #ced4da;
}
.expert-box-inner .custom-select{
    height: 39px !important;
    background: var(--thm-grey);
}



.departure-btn {
    background: #8a8a8a;
    border-radius: 5px;
    padding:10px 0px;
    text-align: center;
    color: var(--thm-white);
}
.activation{
    background: var(--thm-blue);
}
.support-list ul {
    margin: 0px;
    padding: 0px;
}
.support-list ul li {
    padding: 5px 0px;
    list-style: none;
    position: relative;
    padding-left:24px;
}
.support-list ul li:before{
    position: absolute;
    content:'\f00c';
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 4px;
}
a.activity-btn {
    text-decoration: none;
    display: inline-block;
}
a.activity-btn div{
    color: var(--thm-white);
    background: var(--thm-blue);
    padding: 6px 20px;
    border-radius: 5px;
    width:250px;
}
.address-details{
    font-size: 12px;
    color: #b5b5b5;
}

.plan-my-holidays{
    padding-top:0px;
}
.plan-my-bg{
    background: url('../images/happy-stories-2.png') #ffffff center bottom;
    height: 150px;
    width: 100%;
   background-size: 100%;
}
.blog-text h2 a{
    color: var(--thm-black);
    text-decoration: none;
}
.blog-work-img{
    width: 100px;
}

.customer-review{
    background: url('../images/rating-bg.jpg') center center;
    background-size: 100%;
}
.customer-review h2{
    font-size: 26px;
}
.reviews-stars{
    color: var(--thm-black);
    font-weight: normal;
    letter-spacing: 0.5px;
}
.reviews-stars i{
    color: #ff9920;
}
.review-count-main {
    background: var(--thm-white);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
.review-count-main .review-count-1 {
    font-size:20px;
}
.review-count-main .review-count-2 {
    font-size:20px;
}
.review-count-main .review-count-2 span{
    font-size: 14px;
    color: var(--thm-greytext);
}
.profile-review {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-review img{
    width: 100%;
}
.profile-name-review h2 {
    font-size: 14px;
}
.profile-name-review h2 span{
    display: block;
    font-size:11px;
    font-family: var(--thm-sitetext);
    font-weight: normal;
    padding-top:5px;
    letter-spacing: 0.5px;
}
.border-btm{
    border-bottom: 1px solid var(--thm-grey);
}


/* Login Forms */
.login-forms{
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
}
.login-forms a{
    color:var(--thm-blue);
    text-decoration: none;
}
.login-forms a:hover{
    text-decoration: underline;
}
.login-forms input{
    border: 1px solid var(--thm-grey);
    padding: 9px 14px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border-radius: 5px;
    color: #333333;
}
.login-forms input:focus {
    background:var(--thm-lightgrey);
}
.login-forms button{
    background:var(--thm-red);
    border: 0px;
    padding: 9px 0px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.login-forms textarea{
    border: 1px solid #e4e4e4;
    padding: 13px 14px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
    border-radius: 5px;
    color: #333333;
    resize: none;
}


.contact-text h2{
    font-size: 20px;
}
.media i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background:var(--thm-red);
    color: var(--thm-white);
    border-radius: 50%;
    margin:10px 0px;
    font-size:30px;
    text-align: center;
}
.media .media-body{
    padding-left: 10px;
}
.media .media-body h5{
    color:var(--thm-black);
    margin:0px;
    padding: 0px;
    font-size:18px;
}
.media .media-body p{
    margin: 0px;
    padding: 0px;
}
.media .media-body p span{
    display: block;
    font-size: 12px;
    margin-top: -5px;
    letter-spacing: 0.5px;
}
.reply-form input{
    background: var(--thm-lightgrey);
    box-shadow: none;
    border-radius: 5px;
    border: none;
}
.reply-form textarea{
    padding: 12px;
    border-radius: 5px;
    color: var(--thm-greytext)!important;
    background: var(--thm-lightgrey);
    text-transform: none;
    transition: all .3s linear;
    border: none;
    width: 100%;
    box-sizing: border-box;
    resize: none;
}
.reply-form button{
    width:100%;
}
.auto-height{
    height: auto;
}
.star-review-rating i{
    font-size:11px;
    padding: 0px 2px;
    color: #ff9920;
}

.terms-conditions h2 {
    font-size: 20px;
}
.anchor-text a{
    font-size: 14px;
    color: var(--thm-blue);
}
.reply-box {
    margin: 10px 0px 0px 0px;
    background: var(--thm-lightgrey);
    padding: 15px;
    border-radius: 5px;
}
.reply-box h2 {
    font-size:14px;
}
.reply-box h2 span{
    display: block;
    font-size: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--thm-sitetext);
}

.our-team h2{
    font-size: 20px;
    padding-top: 10px;
}
.our-team h2 span{
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    font-family: var(--thm-sitetext);
    font-weight: normal;
    padding-top: 8px;
}

/* Destination Guide */
.desti-top{
    margin-top: -10px !important;
}
.map-boder-box{
    border:1px solid var(--thm-grey);
}
.map-boder-box iframe{
    margin:0px;
    padding: 0px;
    margin-bottom: -8px;
}
.map-padd-div {
    padding: 12px 0px;
    overflow: hidden;
}
.map-padd-div h2{
    font-size: 20px;
}
.map-info h2{
    font-size: 12px;
    color: var(--thm-greytext);
    font-weight: normal;
}
.map-info h2 span{
    display: block;
    color: var(--thm-black);
    font-size: 16px;
}
.map-info img{
    float: left;
    width: 40px;
    margin-right: 10px;
}

.map-info .price-text span{
    color: var(--thm-black);
    font-size: 14px;
    text-decoration: line-through;
}
.map-info .per-head {
    color: var(--thm-greytext);
    font-size: 14px;
    letter-spacing: 1px;
}
.map-info .highlights {
    display: block;
}
.map-info .highlights span{
    border-radius: 14px;
    text-align: center;
    color: var(--thm-blue);
    font-size: 12px;
    padding: 0px 13px;
    display: inline-block;
    align-items: center;
    border: 1px solid var(--thm-blue);
    text-transform: none;
    margin: 5px 0px;
    line-height: 20px;
}
.map-info h3{
    font-size: 18px;
    padding:2px 0px
}

.des-guide-scroll .owl-nav button.owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 6px 6px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 38%;
    left: -30px;
}
.des-guide-scroll .owl-nav button.owl-prev:hover {
    background-color: var(--thm-red) !important;
}
.des-guide-scroll .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20), 0 6px 6px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 38%;
    right: -30px;
    color: #777;
}
.des-guide-scroll .owl-nav button.owl-next:hover {
    background-color: var(--thm-red) !important;
}
.des-guide-scroll .owl-dots{
    display: none;
}
.des-guide-scroll .owl-nav.disabled{
    display: inline;
}

.popular-packages h2 span{
    display: block;
    font-size: 13px;
    color: var(--thm-greytext);
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.desti-heading .location-pack {
    font-size: 13px;
    letter-spacing: 0.2px;
    overflow: hidden;
    margin: 2px 0px 0px 0px;
}
.desti-heading .location-pack ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.desti-heading .location-pack ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.desti-heading .location-new{
    color: var(--thm-black);
}
.desti-heading .location-new i{
    font-size: 14px;
    color: var(--thm-black);
}
.desti-heading .start-text{
    font-family: var(--thm-sitetext);
    font-weight: 400;
    font-size: 12px;
    color: var(--thm-greytext);
}
.desti-heading .start-text span{
    background: var(--thm-blue);
    color: var(--thm-white);
    font-weight: 600;
    font-size: 11px;
    padding: 2px 10px;
    margin-left:30px;
    border-radius: 20px;
}
.desti-heading .person-text{
    font-family: var(--thm-sitetext);
    color: var(--thm-greytext);
    font-weight: 400;
    font-size: 12px;
}
.desti-heading .package-price h2 {
    display: block;
    font-size: 20px;
    color: var(--thm-red);
    font-family: var(--thm-heading);
    font-weight: 700;
    line-height: 14px;
}
.desti-heading .package-price h2 span {
    font-family:var(--thm-sitetext);
    display: inline;
    font-weight: 400;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: line-through;
    color: var(--thm-black);
}

.destination-tabs {
    background: var(--thm-white);
    width: 100%;
    padding: 20px 0px;
    bottom: 0px;
    z-index: 99;
    -webkit-box-shadow: 0px 10px 11px 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 11px 10px rgba(0,0,0,0.15);
    position: fixed;
    box-shadow: 0px 10px 11px 10px rgb(0 0 0 / 15%);
    overflow: hidden;
}
.destination-tabs ul{
    margin:0px;
    padding: 0px;
}
.destination-tabs ul li {
    list-style: none;
    text-align: center;
    display: inline-block;
}
.destination-tabs ul li a{
    border:1px solid var(--thm-white);
    color: var(--thm-black);
    text-decoration: none;
    padding: 10px 20px;
}
.destination-tabs ul li a:hover{
    border:1px solid var(--thm-blue);
    color: var(--thm-blue);
    border-radius: 5px;
}
.destination-tabs ul li a.active{
    border:1px solid var(--thm-blue);
    color: var(--thm-blue);
    border-radius: 5px;
}

.monthly-border{
    border:1px solid var(--thm-grey);
    overflow: hidden;
}
.monthly-border ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.monthly-border ul li{
    float: left;
    padding: 10px;
    box-sizing: border-box;
    width: 8.33333%;
    font-weight: bold;
    font-size:16px;
}
.padd-left-30{
    padding-left: 47px;
    position: relative;
    box-sizing: border-box;
}
.summer-icon{
    position: absolute;
    left: 13px;
    top: 14px;
    width: 24px;
    height: 24px;
}
.place-visit-thumb{
    width: 100%;
    height: 240px;
    border-radius:10px;
    background-size: cover !important;
}

.modal-open .modal{
    /*position: absolute;*/
}
.modal-title{
    color: var(--thm-black);
    font-size:20px;
}
.modal-header{
    padding: 10px 20px;
}
.modal-header .close{
    font-size:26px;
    font-weight: 300;
}
.modal-body{
    padding: 24px 24px;
}

.question-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.question-list ul li {
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
}
.question-list ul li h2{
    font-size:16px;
}
.question-list ul li select{
    border: 1px solid #ededed;
    -webkit-appearance: none;
    background: url(../images/arrow-bg.jpg) no-repeat right;
    font-size: 14px;
    padding: 10px;
    width:100%;
    box-sizing: border-box;
}
.question-list ul li textarea{
    border: 1px solid #ededed;
    font-size: 14px;
    padding: 10px;
    width:100%;
    box-sizing: border-box;
}
.visits {
    position: relative;
}
.visit-btns {
    color: #272b41;
    background-color: #fff;
    width:100%;
    margin-bottom: 0px;
    display: block;
    outline: unset;
    cursor: pointer;
}
.visits input.form-check-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
}
.visits span.visit-rsn {
    text-align: center;
    border: 0;
    border-radius: 30px;
    padding: 0px 30px;
    border: 1px solid var(--thm-blue);
    min-width: 100px;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    color: var(--thm-blue);
    line-height: 28px;
    margin-top:8px;
}
.visits input:checked ~ .visit-rsn {
    background-color: var(--thm-blue);
    color: #fff;
    border-radius: 30px;
}
.thankyou h2{
    font-size: 34px;
    color: var(--thm-red);
}
.thankyou .padd-full{
    padding: 30px 0px;
}
.thankyou .padd-full .thumb{
    width: 200px;
    padding-bottom: 20px;
}
.thankyou .padd-full p{
    color: var(--thm-black);
    font-size:18px;
    padding:5px 0px;
    margin:0px;
    letter-spacing:1px;
}
.thankyou .padd-full p b{
    font-weight: bold;
    color: var(--thm-red);
}
.thankyou .padd-full p span{
    display: block;
}
.optional-text{
    color: var(--thm-red);
    letter-spacing: 1px;
}

.modal-body{
    font-size: 16px;
}
.modal-body input{
    border: 1px solid var(--thm-grey);
    padding: 8px 10px;
    color: var(--thm-packgrey);
    width: 100%;
    box-sizing: border-box;
}
.modal-body select{
    border: 1px solid var(--thm-grey);
    padding:11px 10px;
    color: var(--thm-packgrey);
    width: 100%;
    box-sizing: border-box;
}
.modal-body .paddTop{
    padding-top: 23px;
}
.active-scroll{
    height: 500px;
    overflow-y: scroll;
}

.active-scroll h2{
    font-size: 16px;
    font-weight: bold;
}
.active-scroll .small-note-text{
    font-size: 12px;
    color: var(--thm-greytext);
    letter-spacing: 1px;
    display: block;
    padding-top: 10px;
}
.active-scroll p{
    padding: 0px;
    margin:0px;
    font-size: 14px;
}
.active-scroll p span{
    margin-right: 10px;
}
.active-scroll span a {
    padding-top: 10px;
    color: var(--thm-red);
}
.active-scroll p span i{
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.amenities-popup{
    clear: both;
    overflow:hidden;
}
.amenities-popup ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.amenities-popup ul li{
    width:100%;
    padding:5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.amenities-popup ul li:before{
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    color: #f77518;
    width: 20px;
    height: 20px;
    background: #ffeadc;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Pro';
}
.inclusion-popup{
    clear: both;
    overflow:hidden;
}
.inclusion-popup ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.inclusion-popup ul li{
    width:100%;
    float: left;
    padding:5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.inclusion-popup ul li:before{
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    color: #4c9505;
    width: 20px;
    height: 20px;
    background: #deffda;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Pro';
}

.exclusion-popup{
    clear: both;
    overflow:hidden;
}
.exclusion-popup ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.exclusion-popup ul li{
    width:100%;
    float: left;
    padding:5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.exclusion-popup ul li:before{
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    color: #cb0000;
    width: 20px;
    height: 20px;
    background: #ffdada;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Pro';
}

.autoload-popup{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    height: 100%;
    display: none;
}
.autoload-popup .white-boxpop{
    width:450px;
    padding: 25px 20px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    background: #ffffff;
    border-radius:10px;
    margin-top: 80px;
}
.autoload-popup .white-boxpop h2{
    font-size: 18px;
    color: var(-thm-packgrey);
    line-height: 24px;
}
.autoload-popup .white-boxpop i{
    position: absolute;
    right:15px;
    font-size: 24px;
    top:10px;
    cursor: pointer;
}
.white-pop-list ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.white-pop-list ul li{
    margin: 0px;
    padding:3px 0px;
    list-style: none;
}
.white-pop-list ul li input{
    border: 1px solid var(--thm-grey);
    padding: 7px 10px;
    color: var(--thm-packgrey);
    width: 100%;
    box-sizing: border-box;
}
.greybg-popup {
    background: var(--thm-lightgrey);
    padding:7px 12px;
    font-size: 14px;
    font-weight:500;
}
.white-boxpop button{
    background: var(--thm-red);
    padding: 8px 20px;
    font-family: var(--thm-sitetext);
    border-radius:5px;
    border: 0px;
    color: var(--thm-white);
    width:100%;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
}
.new-heading-font{
    font-size: 21px;
}
.additional-text{
    font-size: 12px;
    letter-spacing: 0.5px;
    color: var(--thm-greytext);
    line-height: 16px;
}
.additional-text span{
    display: block;
}

.pop-slider-height{
    height: 340px;
}
.activity-count{
    font-size: 14px !important;
}
.activity-popup .packages-new-box {
    margin-top: 5px;
}
.activity-popup .listing-pack-box{
    height: 250px;
}
.activity-popup .hotel-include{
    font-size: 12px;
}
.activity-popup .small-txt-1{
    font-size: 11px;
    padding: 0px 0px;
}
.seperate-icons{
    margin: 4px 20px 0px 0px;
}
.activity-popup .packages-new-box .location-pack{
    margin: 0px 0px 0px 0px;
}
.modal-body .activity-pop-filter select {
    padding: 7px;
    font-size: 12px;
}
.select-btn{
    margin-right: 20px;
}
.select-btn div{
    width: 150px !important;
    text-align: center;
}
.view-details-pop{
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}
.view-details-pop a{
    text-decoration: none;
    color: var(--thm-blue);
}

.activity-details-view .box-details{
    font-size: 14px;
}
.activity-details-view .amenities ul li {
    width: 100%;
    float: none;
    padding: 5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
}
.activity-details-view .white-block p span {
    font-size: 14px;
}
.activity-details-view .activity-radio {
    font-size: 14px;
}
.activity-details-view .package-select-1 {
    background: var(--thm-lightgrey);
    text-align: center;
    padding: 10px;
}
.activity-details-view .package-name{
    font-size: 14px;
    font-weight: bold;
    color: var(--thm-black);
}
.activity-details-view .package-price{
    font-size: 20px;
    font-weight: bold;
    color: var(--thm-red);
}
.activity-details-view .package-price span{
    font-size: 12px;
    color: var(--thm-greytext);
    font-weight: normal;
}
.activity-details-view .active {
    background: var(--thm-blue);
    color: var(--thm-white) !important;
}
.activity-details-view .active .package-name {
    color: var(--thm-white) !important;
}
.activity-details-view .active .package-price {
    color: var(--thm-white) !important;
}
.activity-details-view .active .package-price span {
    color: var(--thm-white) !important;
}
.activity-details-view .back-btn-activity a {
    color: var(--thm-blue);
    font-size: 12px;
    font-weight: bold;
}
.activity-details-view .detail-heading-text .blue-text {
    color: var(--thm-greytext);
}

.review-details h2{
    font-size: 20px;
    color: var(--thm-black);
}
.review-details h2 span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}
.dates-review-det {
    padding-top: 10px;
}
.dates-review-det a{
    color: var(--thm-blue);
    text-decoration: none;
}
.review-details h3{
    font-size:18px;
    color: var(--thm-black);
    text-transform: uppercase;
}
.review-rooms {
    font-weight: bold;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    font-size: 16px;
}
.review-rooms input{
    border:0px;
    padding: 7px 10px;
    color: var(--thm-packgrey);
    width: 100%;
    box-sizing: border-box;
    background: var(--thm-grey);
    margin-top: 5px;
}
.review-rooms-2{
    text-transform: none;
    font-weight: 500;
}
.review-rooms-2 input{
    border: 0px;
    padding: 7px 10px;
    color: var(--thm-packgrey);
    width: 100%;
    box-sizing: border-box;
    background: var(--thm-lightgrey);
    margin-top: 5px;
}
.review-pack-box{
    border:1px solid var(--thm-greytext);
    padding: 15px;
}
.pancard-box {
    background: var(--thm-lightblue);
    padding:15px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
}
.heading-pan {
    padding: 15px;
    border-bottom: 1px solid var(--thm-grey);
    font-weight: 600;
    font-size: 18px;
}
.panterms-box {
    padding: 15px;
    overflow: hidden;
    position: relative;
    padding-left:40px;
}
.acknowledgetext{
    font-size: 16px;
    color: var(--thm-black);
}
.pan-checkbox{
    position: absolute;
    bottom:15px;
    left: 20px;
}
.review-total-blk{
    border: 1px solid var(--thm-grey);
    overflow: hidden;
}
.review-bg-1{
    background: var(--thm-lightblue);
    padding:15px;
}
.grandtext{
    font-size: 14px;
    color: var(--thm-black);
}
.grandprizetext{
    font-size:26px;
    font-weight: bold;
    color: var(--thm-blue);
}
.grandprizetext span{
    font-size: 13px;
    color: var(--thm-blue);
    display: block;
    font-weight: normal;
}
.review-bg-2{
    background: var(--thm-white);
    padding:15px;
    font-size: 15px;
}
.border-btm-new {
    border-bottom: 1px solid var(--thm-grey);
    padding:15px;
}
.smalltextcoupon{
    font-size: 12px;
    display: block;
    color: var(--thm-greytext);
    line-height: 16px;
}
.coupontextbox{
    border: 1px solid var(--thm-grey);
    padding: 7px 10px;
    color: var(--thm-packgrey);
    box-sizing: border-box;
}
.red-remove-btn{
    background: var(--thm-red);
    padding: 8px 10px;
    font-family: var(--thm-sitetext);
    border-radius:0px;
    border: 0px;
    color: var(--thm-white);
    box-sizing: border-box;
    font-weight: 600;
    font-size:12px;
}
.emi-avail{
    background: var(--thm-blue);
    padding:5px 10px;
    color: #ffffff;
    text-align: center;
}
.discounttext{
    font-size: 20px;
    color: var(--thm-blue);
    font-weight: bold;
}
.youpaytext{
    font-size: 16px;
    color: var(--thm-black);
    font-weight: bold;
}
.youpaytext span{
    position: absolute;
    right: 10px;
}
.amountdueText{
    font-size: 16px;
    color: var(--thm-blue);
}
.amountdueText span{
    position: absolute;
    right: 10px;
}

/* Review New Styles */
.lightbox-review{
    background: var(--thm-lightblue);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    position: relative;
    margin-bottom: 30px;
}
.timer-min{
    width: 65px;
    position: absolute;
    right: 20px;
}
.lightbox-review h2{
    font-size: 18px;
    color: var(--thm-black);
}
.lightbox-review h2 span{
    display: block;
    font-family: var(--thm-sitetext);
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px;
}
.lightbox-review .location-pack{
    overflow: hidden;
}
.lightbox-review .location-pack ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.lightbox-review .location-pack ul li {
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
    float: left;
    margin-right: 10px;
    position: relative;
    color: var(--thm-black);
}
.lightbox-review .location-pack ul li:nth-child(1) {
    padding: 0px;
}
.lightbox-review .location-pack ul li:after {
    content: '\f061';
    position: absolute;
    right: -8px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
}
.lightbox-review .location-pack ul li:nth-child(1):after {
    content: '';
    padding: 0px;
}

.lightbox-review .location-pack ul li:last-child:after {
    content: '';
    padding: 0px;
}
.lightbox-review .seperate-icons{
    background: none;
    overflow: hidden;
    text-align: left;
}
.lightbox-review .seperate-icons span {
    margin: 0px 15px 0px 0px;
    font-size: 14px;
}



.lightbox-review .date-location {
    font-size: 14px;
    color: var(--thm-black);
    padding: 10px 0px;
    clear: both;
}
.lightbox-review .date-location b{
    font-weight: 600;
}
.lightbox-review .date-location span {
    margin-left: 30px;
}
.lightbox-review .inclusionTxt{
    color: var(--thm-black);
    font-size: 16px;
    letter-spacing: 0.5px;
}
.lightbox-review .inclusionTxt span{
    color: var(--thm-blue);
}
.lightbox-review .inclusionTxt a{
    text-decoration: none;
    color: var(--thm-blue);
}
.traveller-text {
    padding: 15px 0px;
}
.traveller-text h2{
    font-size: 18px;
    color: var(--thm-black);
    float: left;
}
.traveller-text h2 span{
    font-family: var(--thm-sitetext);
    font-size: 14px;
    font-weight: normal;
    color: var(--thm-black);
    letter-spacing: 0.5px;
}
.edit-text{
    float: right;
    display: inline-block;
}
.edit-text a{
    color: var(--thm-blue);
}
.review-seperate-bdr fieldset{
    border: 1px solid #ededed;
}
.review-seperate-bdr legend{
    margin-left: 15px;
    font-size: 18px;
    padding: 0px 15px;
    display: inline-block;
    width: auto;
    font-weight: bold;
}

.review-bg-1 button {
    background: var(--thm-red);
    padding: 8px 20px;
    font-family: var(--thm-sitetext);
    border-radius: 5px;
    border: 0px;
    color: var(--thm-white);
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
.emi-background {
    background: var(--thm-lightgrey);
    padding: 10px 15px;
    font-size: 15px;
    position: relative;
}
.emi-background span{
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.before-text{
    padding-top: 5px;
    font-size: 13px;
    font-weight:600;
}
.left-padd-before{
    padding-left: 20px;
}
.connect-line{
    width: 8px;
    height:89px;
    position: absolute;
    border-right: 2px dotted var(--thm-greytext);
    top: 20px;
}
.num-count{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    position: absolute;
    background: var(--thm-blue);
    color: var(--thm-white);
    border-radius: 50%;
    font-weight: bold;
    top: 8px;
}
.newpop-expert input{
    border: 0px !important;
}
.newpop-expert select{
    border: 0px !important;
}

a.hotel-view-det-btn{
    text-decoration: none;
    display: inline-block;
}
a.hotel-view-det-btn div{
    padding: 3px 20px;
    color: var(--thm-blue);
    border:1px solid var(--thm-blue);
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.autoload-popup .sharepopupdiv{
    max-width:500px;
    padding: 25px 20px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    background: #ffffff;
    border-radius:10px;
    margin-top: 80px;
}
.autoload-popup .sharepopupdiv h2{
    font-size: 18px;
    color: var(-thm-packgrey);
    line-height: 24px;
}
.autoload-popup .sharepopupdiv i{
    position: absolute;
    right:15px;
    font-size: 24px;
    top:10px;
    cursor: pointer;
}
.sharetripfeilds textarea{
    padding:15px;
    border: 1px solid var(--thm-grey) !important;
    width: 100%;
    box-sizing: border-box;
    color: var(--thm-darkgrey);
    resize: none;
}

.travel-content{
    background: var(--thm-white);
    padding: 40px 0px !important;
}
.travel-box-lightblue{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
/*    height: 200px;*/
overflow: hidden;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}
.travel-box-lightblue:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.int-col-1{
/*    width: 20%;
    float: left;*/
}
.int-col-2{
/*    width: 80%;
    float: left;*/
/*    padding-left: 10px;*/
    box-sizing: border-box;
    text-align: center;
}

.int-col-2 p{
    text-align: center;
}
.int-col-2 h2{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 50px;
}
.int-box-img img{
/*    width: 100em;*/
    display: block;
    margin: 0px auto;
    vertical-align: middle;
    text-align: center;
    height: 160px;
}
.int-box-text{
    width: 100em;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 160px;
}
.benefits-block {
    overflow: hidden;
}
.benefits-block h2{
    font-size: 26px;
}
.benfits-col-5{
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.benefit-white-box{
    background: var(--thm-white);
    padding:20px 40px;
    text-align: center;
    height: 240px;
    border-radius: 10px;
    transition: transform .2s;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.benefit-white-box p{
    color: var(--thm-black);
    line-height: 18px !important;
    font-size: 13px;
}
.benefit-white-box:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.amaizing-travel-bg{
/*    background: url('../images/benefit-big-bg.jpg') no-repeat;
    background-size: cover;*/
background: #fff;
padding: 40px 0px;
}
.amaizing-travel-bg h2{
    font-size:44px;
    color: var(--thm-black);
    text-align: center
}
.free-leads h2{
    font-size: 20px;
    line-height: 28px;
}
.blue-bg{
    background: #1084cd;
    padding: 50px 0px;
    color: var(--thm-white);
}
.blue-bg h2{
    font-size: 40px;
    color: #ffec3a;
    font-weight: 900;
}
.blue-bg h2 span{
    display: block;
    font-size: 18px;
    color: #ffffff;
    padding-top: 10px;
}

.about-text-new{
    font-size: 20px !important;
}
.about-benefits{
    clear: both;
    overflow:hidden;
}
.about-benefits ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.about-benefits ul li{
    width:100%;
    float: left;
    padding:5px 0px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.about-benefits ul li:before{
    content: "\f00c";
    width: 30px;
    height: 30px;
    position: absolute;
    color: #cb0000;
    width: 20px;
    height: 20px;
    background: #ffdada;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Pro';
}

.about-us-bg{
    background: url('../images/about-us-bg.jpg') center;
/*    height: 300px;*/
padding: 100px 0px;
position: relative;
}
.about-us-bg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top:0px;
}


.login-bg{
   background: url('../images/login-bg.jpg') center; 
   background-size: cover;
   padding: 100px 0px!important;
   position: relative;
}

.login-bg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);    
}

.login-bg .form-control{
    height: 50px;
    border-left: 0px;
    padding-left: 0px;
}

.login-bg .input-group-text{
    background: #fff;
    
}

.login-box{
    background: #fff;
    padding: 35px;
    border-radius: 10px;
}

.about-heading-new h2{
    font-size: 36px;
    color: var(--thm-red);
    line-height: 54px;
}
.about-heading-new p{
/*    font-weight: bold;
    font-size: 26px;*/
    color: var(--thm-black);
    line-height: 30px;
/*    font-family: var(--thm-sitetext);
    line-height: 32px;*/
    padding-top: 10px;
}
.intrinsic-values{
    background: var(--thm-lightgrey);
}
.intrinsic-values p{
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: var(--thm-black);
}
.curve-blk-2{
    padding-left: 80px;
}

.benifit-bg-new{
    background: url('../images/benifit-bg.png');
}






/* dashboard styles*/


.dash-bg-grey{
    background-color:#f6f6f6;
}
.dashboard-box{
    background-color:var(--thm-blue);
    padding:20px;
    border-radius:10px;
    color:#fff;
    margin-bottom:20px;
}
.dashboard-box ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.dashboard-box ul li{
    display: block;
    border-bottom:1px solid #179fdc;
}
.dashboard-box ul li a{
    color:#fff;
    padding:10px 0px 8px 0px;
    display: block;
    text-decoration:none;
}
.dashboard-box ul li a:hover,.dashboard-box ul li.active a{
    opacity:0.7;
}
.dashboard-block h3{
    margin:0px;
    padding:0px 0px 7px 0px;
    font-size:18px;
    color:#333;
    border-bottom:1px solid #eee;
    margin-bottom:20px;
}

.dashboard-block{
    min-height:300px;
    overflow: hidden;
    background-color:#fff;
    border-radius: 10px;
    padding: 30px;
}

.profile-info-widget .upload-img {
    margin: 0 0 0px;
    cursor: pointer;
    z-index: 99;
    cursor:pointer;
}

.upload-img {
    background-color: #0c6db4;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    transition: .3s;
    text-align: center;
    line-height: 25px;
    width: 35px !important;
    height: 35px !important;
    bottom: 70px;
    right: 50px;
    line-height: 35px;
    cursor:pointer;
}

.upload-img input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
}

.widget-profile {
    background-color: #fff;
}

.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-top:30px;
}

.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 5px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit:cover;
}
.profile-det-info h3,.profile-det-info h5{
    margin:0px;
    padding:0px 0px 5px 0px;
    font-size:14px;
    font-weight:normal;
    letter-spacing:1px;
}

.dashprofile .input-group-text{
    background-color:#fff;
    border:0px;
    border:1px solid #ced4da;
    border-right:0px;
    border-radius: 0.25rem 0 0 0.25rem;
}
.dashprofile .form-control,.dashprofile .form-control:focus{
    box-shadow:inherit;
}
.dashprofile .form-control:focus{
    border-color:#ced4da;
    border-top-radius:0px;
    border-left-bottom:0px;
}
.dashprofile .form-select,.dashprofile .form-select:focus-visible{
    border:0px!important;
    box-shadow:inherit;
}

.dashprofile .btn-primary{
    background-color:var(--thm-blue);
    border-color:var(--thm-blue);
    border-radius:0 .25rem .25rem 0;
}
.dashprofile .btn-primary:hover{
    background-color:var(--thm-red);
    border-color:var(--thm-red);
}

.dashprofile label.mandi:after{
    content:"*";
    color:#ff0000;
    right:-3px;
    position: relative;
}




/*booking styles*/

.txt-black{
    color:#000
}
.txt-blue{
    color:#228ec5
}
.form-control:focus{
    box-shadow:inherit
}
.grey-bg{
    background-color:#f1f1f1;
    padding:40px
}
.grey-bg .breadcrumb{
    background-color:#f1f1f1
}
.grey-bg a{
    text-decoration:none;
    color:#228ec5
}
.grey-bg a:hover{
    text-decoration:none;
    color:#333
}
.alert-blue{
    background-color:#228ec5;
    text-align:center;
    font-weight:bold;
    font-size:18px;
    color:#fff
}
.alert-blue a{
    text-decoration:underline;
    color:#fff
}
.alert-blue a:hover{
    text-decoration:none
}
.bookingouter{
    background-color:#f7f7f7;
    padding-bottom:30px
}
.bookingouter h5{
    font-size:20px;
    color:#ff000d
}
.bookingouter .card p{
    margin-bottom:5px
}
.bookingouter .card hr{
    margin-top:5px;
    margin-bottom:5px
}
.bookingouter .card.bookmenu{
    position:relative;
    margin-top:-50px
}
.bookingouter ul.booking-menu{
    margin:0px;
    padding:0px;
    list-style:none
}
.bookingouter ul.booking-menu li{
    display:inline-block;
    padding:5px 5px
}
.bookingouter ul.booking-menu li a{
    color:#333;
    font-weight:bold;
    text-transform:uppercase;
    position:relative;
    transition:all ease .5s
}
.bookingouter ul.booking-menu li a:hover{
    color:#fff;
    text-decoration:none;
    background: #ff6633;
}
/*.bookingouter ul.booking-menu li a:hover:after{
    content:"";
    width:100%;
    height:2px;
    background-color:#ff000d;
    position:absolute;
    bottom:-7px;
    left:0px
}*/

.bookingouter ul.booking-menu li a.active{
    color:#fff;
    background-color:#ff6633;
    padding:10px 15px
}
.bookingouter .btn-view{
    background: var(--thm-blue);
    display:block;
    color:#fff;
    padding:5px 15px;
    text-align:center;
    border-radius:3px
}
.bookingouter .btn-view:hover{
    background: var(--thm-red);
    text-decoration:none
}

.bookdetails h4{
    font-size: 20px; 
}

.booking-Id{
    font-size: 16px;
    font-weight: 600;
}

.booking-Id span{
    color: var(--thm-red);
}

.info p a{
    padding:0px 10px
}
.info h2{
    color:#228ec5;
    font-weight:700;
    font-size:30px;
    margin-bottom:0px
}
.btn-compare{
    background-color:#ff000d;
    color:#fff;
    padding:5px;
    border:none;
    padding:8px 10px
}
.btn-compare:hover{
    background-color:#228ec5
}
.quotemenu .nav-tabs .nav-link:focus,.quotemenu .nav-tabs .nav-link:hover{
    border-color:inherit !important;
    background-color:#f4f4f4;
    border-radius:0px
}
.quotemenu .nav-tabs .nav-item.show .nav-link,.quotemenu .nav-tabs .nav-link.active{
    border-color:inherit !important;
    background-color:#228ec5;
    border-radius:0px;
    color:#fff
}
.quotemenu .nav-tabs .nav-link{
    border:0px !important;
    border-radius:0px;
    padding:8px 30px;
    color:#333
}
.quotemenu span.qprice{
    font-size:24px;
    font-weight:bold;
    display:block;
    padding-bottom:3px
}
.quotemenu span.qprice i{
    font-size:20px
}
.quotemenu small{
    display:block;
    line-height:15px
}
.quotemenu span.qagent{
    font-size:16px;
    font-weight:bold;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.quotecontent .trvagent{
    width:120px;
    height:120px;
    object-fit:contain
}
.quotecontent .media h5{
    font-size:24px;
    color:#228ec5;
    padding-right:20px
}
.quotecontent .media h5 a{
    color:#228ec5;
    text-decoration:none
}
.quotecontent .qtrating i{
    font-size:14px;
    background-color:inherit;
    border-radius:inherit;
    color:#fac22e;
    width:inherit;
    height:inherit;
    margin:0px;
    line-height:35px
}
.quotecontent .media p a{
    color:#666;
    text-decoration:none
}
.quotecontent ul.travelfeatures{
    margin:0px;
    padding:0px;
    list-style:none;
    background: var(--thm-blue);
    margin-bottom:15px
}
.quotecontent ul.travelfeatures li{
    display:inline-block
}
.quotecontent ul.travelfeatures li a{
    color:#fff;
    text-decoration:none;
    font-weight:500;
    display:block;
    padding:10px 20px
}
.quotecontent ul.travelfeatures li a:hover{
    background-color:var(--thm-red);
    color:#fff
}
h4.finalquoteprice{
    color:#228ec5;
    margin-bottom:0px
}
h4.finalquoteprice small{
    color:#333;
    font-size:12px
}
.trave-day{
    width:80px;
    height:80px;
    line-height:75px;
    font-size:16px;
    font-weight:600;
    color:#228ec5;
    border-radius:100%;
    text-align:center;
    border:2px dotted #228ec5
}
.hotelcon h5{
    color:#228ec5;
    font-size:16px
}
.ht-title h5{
    padding-right:10px;
    color:#333
}
.ht-title i{
    color:#fac22e;
    font-size:12px
}
.incllist ul{
    list-style:none;
    margin:0px;
    padding:0px 0px 0px 10px
}
.incllist ul li{
    width:48%;
    float:left;
    padding-left:20px;
    position:relative
}
.incllist ul li:before{
    font-family:'Font Awesome 5 Pro';
    content:"\f192";
    color:#53b000;
    position:absolute;
    top:0px;
    left:0px;
    font-size:12px
}
.excl ul li:before{
    color:#ff000d
}
.travelfeatures.sticky{
    width:100%;
    left: 0px;
    background-color: var(--thm-blue)!important;
        
}
.rgtquoteblock .btn-outline-primary{
    border-radius:0px;
    border-color:#228ec5
}
.rgtquoteblock .btn-outline-primary:hover{
    background-color:#228ec5
}
.rgtquoteblock .btn-outline-danger{
    white-space:nowrap;
    border-color:#ff000d;
    color:#ff000d;
    padding-top:10px;
    padding-bottom:10px
}
.rgtquoteblock .btn-outline-danger:hover{
    background-color:#228ec5;
    color:#fff;
    border-color:#228ec5
}
.rgtquoteblock .btn-danger{
    background-color:#ff000d;
    border-color:#ff000d;
    padding-top:10px;
    padding-bottom:10px;
    color:#fff
}
.rgtquoteblock .btn-danger:hover{
    background-color:#228ec5;
    border-color:#228ec5;
    color:#fff
}
#quoteeditModal .modal-xl{
    max-width:960px
}
#quoteeditModal .modal-content{
    border-radius:0px
}
#quoteeditModal .modal-body{
    height:550px;
    overflow-y:auto;
    overflow-x:hidden
}
#quoteeditModal .btn-danger{
    background-color:#ff000d;
    border-color:#ff000d
}
#quoteeditModal .btn-danger:hover{
    background-color:#228ec5;
    border-color:#228ec5
}
#quoteeditModal label{
    font-weight:bold
}
#quoteeditModal .btn-group-toggle{
    float:left
}
#quoteeditModal .form-control{
    border-radius:0px;
    border-color:#ccc;
    font-size:14px;
    height:45px
}
#quoteeditModal textarea.form-control{
    height:inherit
}
#quoteeditModal .btn-outline-primary{
    border-color:#ccc;
    font-weight:normal;
    color:#333;
    margin-bottom:10px;
    white-space:nowrap
}
#quoteeditModal .btn-outline-primary:hover{
    background-color:#228ec5;
    color:#fff
}
#quoteeditModal .btn-outline-primary:not(:disabled):not(.disabled).active{
    background-color:#228ec5 !important;
    border-color:#228ec5 !important;
    color:#fff
}
#quoteeditModal .budget label{
    font-size:14px
}
#quoteeditModal .btn-group-toggle{
    margin-right:5px
}
.starset{
    height:26px;
    position:relative;
    top:-7px
}
.newcompquote .incllist ul li{
    width:100% !important;
    float:none
}
.newcompquote .btn-danger{
    background-color:#ff000d;
    border-color:#ff000d
}
.step{
    list-style:none;
    margin:.2rem 0;
    width:100%;
    left:-10%;
    position:relative
}
.step .step-item{
    -ms-flex:1 1 0;
    flex:1 1 0;
    margin-top:0;
    min-height:1rem;
    position:relative;
    text-align:center
}
.step .step-item:not(:first-child)::before{
    background:#0069d9;
    content:"";
    height:2px;
    left:-50%;
    position:absolute;
    top:9px;
    width:100%
}
.step .step-item a{
    color:#666;
    display:inline-block;
    padding:20px 10px 0;
    text-decoration:none
}
.step .step-item a::before{
    background:#0069d9;
    border:.1rem solid #fff;
    border-radius:50%;
    content:"";
    display:block;
    height:.9rem;
    left:50%;
    position:absolute;
    top:.2rem;
    transform:translateX(-50%);
    width:.9rem;
    z-index:1
}
.step .step-item.active a::before{
    background:#fff;
    border:.1rem solid #0069d9
}
.step .step-item.active ~ .step-item::before{
    background:#e7e9ed
}
.step .step-item.active ~ .step-item a::before{
    background:#e7e9ed
}
.shortdescription
{
    word-wrap: break-word;
}

.gift-cards{
    position: relative;
    z-index: 9;
    padding: 30px 0px 0px;
}

.gcard{
    display: block;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.gcard:hover{
    text-decoration: none;
}


.gcard h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}

.gcard img{
    height: 130px;
    margin-right: 15px;
}

.gcard-1{
/*    background: #d7e2fe;*/
background: #D400E0;
background: radial-gradient(circle, rgba(212, 0, 224, 1) 0%, rgba(29, 0, 59, 1) 100%);
}

.gcard-2{
/*    background: #f8c3d3;*/
    background: #BD1107;
background: radial-gradient(circle,rgba(189, 17, 7, 1) 0%, rgba(102, 2, 4, 1) 100%);
}

.gcard-3{
/*    background: #e8e5ee;*/
background: #FD9C0F;
background: radial-gradient(circle,rgba(253, 156, 15, 1) 0%, rgba(245, 72, 3, 1) 100%);
}

.testimonials{
/*    background: #f9f9f9;*/
}

.testimonials .sections-titles{
    margin-bottom: 30px;
}

.feedbackBox{
    background: #fff;
    padding: 30px;
    display: block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 10px;
}

.travelr-details{
/*    text-align: left;*/
margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.travelr-details img{
    width: 50px!important;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.travelr-details h6{
    color: var(--thm-blue);
    margin: 0px;
}
.travelr-details p{
    margin: 0px;
    color: var(--thm-red);
}

.torus-list{
    padding: 60px 0px;
    background: #efefef;
}

.filter-sidebar{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.cms-data ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cms-data ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.cms-data ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--thm-red);
}


.mobile-fixed-menu{
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 8px;
	z-index: 99;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.mobile-fixed-menu ul{
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mobile-fixed-menu ul li{
	flex: 0 0 auto;
  width: 25%;
  text-align: center;
}

.mobile-fixed-menu ul li a{
	text-transform: capitalize;
	font-weight: 500;
	color: #717171;
}

.mobile-fixed-menu ul li a svg{
	fill: #717171;
	margin-bottom: 5px;
}

.mobile-fixed-menu ul li.active svg{
	fill: #0A1C34;
}

.mobile-fixed-menu ul li.active a{ 
    color: var(--thm-red);
}

.mobile-fixed-menu ul li a span{
	display: block;
	font-size: 12px;
}

.compare-btn-div{
    padding: 10px 0px 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.compare-btn-div .CpPkgCount{
    width:38px !important;
    height:38px !important;
    line-height: 38px;
    text-align: center;
    background: var(--thm-red);
    color: #fff;
    margin-left: 15px;
    border-radius: 6px;
    font-size: 16px;
}

.buy-gift-card{
    background: radial-gradient(circle, rgba(189, 17, 7, 1) 0%, rgba(102, 2, 4, 1) 100%);
    padding: 50px 50px 0px;
    border-radius: 10px;
}

.buy-gift-card form{
    padding-bottom: 50px;
}
.buy-gift-card h4{
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ffe5e4;
}

.buy-gift-card .input-group-text{
    background-color: #fff;
}

.buy-gift-card .form-control{
    height: 50px;
    font-size: 14px;
    border-left: 0px;
    padding-left: 0px;
}

.buy-gift-card textarea.form-control{
    height: 80px;
}


.location-pack img,
.address-details img{
    height: 20px; 
}

.review-details{ 
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.dashboard-breadcrumb{
    background: var(--thm-blue);
    padding: 40px;
}

.dashboard-breadcrumb .breadcrumb{
    background: transparent;
    padding: 0px;
}

.dashboard-breadcrumb .breadcrumb-item.active{
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.my-gift-card{
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 380px;
}

.my-gift-card .fa-gift-card{
    text-align: end;
    display: block;
    color: #ff6633;
    opacity: 0.4;
    font-size: 40px;
    margin-bottom: 10px;
}
.my-gift-card h4{
    font-size: 19px;
    color:#2557a0;
}

.my-gift-card .recipient-name{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.my-gift-card strong{
    color: #ff6633;
}

.my-gift-card p{
    color: #000;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.cuppon-code{
    margin: 15px 0px 0px;
    background: #ffebe4;
    padding: 10px;
    font-size: 20px;
    color: #ff6633;
    font-weight: 700;
    text-align: center;
    border: 3px dashed #ff6633;
    border-radius: 6px;
}

.redeemed .cuppon-code,
.expired .cuppon-code{
     background: #efefef;
     border: 3px dashed #ddd;
     color: #bebebe;
}

.ribbon {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  top: 20px;
  left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #2557a0;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
    var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
    calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
}

.expired .ribbon{
    background: #f00;
}

.redeemed .ribbon{
    background: #ff6633;
}

/* Preloader */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;/* change if the mask should be a color other than white */
    z-index:999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:49%; /* centers the loading animation horizontally on the screen */
    top:50%; /* centers the loading animation vertically on the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    
}
#preloader #status img {
  width: 170px;
  position: relative;
  top: 41%;
/*  left: 30%;*/
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}


/*.form-step {
    display: none;
}*/
.form-step.active {
    display: block;
}
.otp-input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    margin-right: 8px;
}
.otp-group {
    display: flex;
    justify-content: space-between;
}

.login-bg .otp-group  .form-control{
   border: 1px solid #ced4da!important;
   text-align: center;
   padding: 5px!important;
}

.grey-bg{
    padding: 40px 0px!important;
}


.tour-gift-cards{
    padding: 50px 0px;
}

.tour-gift-cards .sections-titles{
    margin-bottom: 30px;
}

.eGift-card{
/*    background: #ff6633;*/
/*    padding:2px 0px 10px;*/
    border-radius: 10px;
    text-align: center;
}

.eGift-card img{
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4)
}

.eGift-card h4{
    color: #fff;
    font-size: 22px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.gift-cards{
    background: #f1f0f0;
    padding: 50px 0px;
}


.eGift-cards .owl-nav button.owl-next{
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    right: -30px;
    color: #777;
}

.eGift-cards .owl-nav button.owl-next:hover,
.eGift-cards .owl-nav button.owl-prev:hover{
    background-color: var(--thm-red) !important;
    
}

.eGift-cards .owl-nav button.owl-prev{
    width: 45px !important;
    height: 45px !important;
    background-color: #fff !important;
    color: #777;
    font-size: 20px !important;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 38%;
    left: -30px;
}

@media only screen and (max-width: 1299px){
    .rgtquoteblock .btn-outline-danger,.rgtquoteblock .btn-danger{
        font-size:13px;
        white-space:normal;
        margin-bottom:20px
    }
}

@media only screen and (max-width: 1200px) {
    .review-package .new-container{
        width: 100%!important;
    }
}


@media only screen and (max-width: 992px){
    .bookingouter ul.booking-menu li{
        margin-bottom:15px
    }
    .travelfeatures.sticky{
        width:93% !important
    }
    .rgtquoteblock .btn-outline-danger,.rgtquoteblock .btn-danger{
        font-size:16px
    }
    .booking-menu{
        max-width:800px;
        white-space:nowrap;
        overflow-x:auto
    }
    .booking-menu::-webkit-scrollbar{
        height:5px
    }
    .footer-address h2    {
        font-size: 20px;    
    }
}
@media only screen and (max-width: 768px){
    .travelfeatures.sticky{
        position:inherit !important
    }
    
    .why-us-card{
        min-height: auto;
    }
    
    footer{
        padding: 40px 0px 90px 0px;
    }
    
    .buy-gift-card{
        padding: 25px 25px 0px;
    }
    
    .buy-gift-card form{
        padding-bottom: 25px;
    }
    
    .destination select,
    .duration select{
        margin-left: 30px!important;
    }
    
    .theme, .month{
        padding: 10px 10px 8px 30px;
    }
    
    
}

@media only screen and (max-width: 600px){
    .login-box{
        padding: 35px 15px;
    } 
    
    .otp-input{
        width: 38px;
        height: 38px!important;
        margin-right: 5px;
    }
    
    .tour-gift-cards {
        padding: 20px 0px;
    }
    
    .sections-titles h2,
    .table-box h2{
        font-size: 22px;
    }

    
}

@media only screen and (max-width: 460px){
    .mobile-fixed-menu ul li a span{
        font-size: 10px;
    }
}

/*# sourceMappingURL=newcustom.css.map */
/*# sourceMappingURL=newcustom.css.map */
