@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium-subset.woff2') format('woff2'),
      url('../fonts/Montserrat-Medium-subset.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold-subset.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold-subset.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
      url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
      url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular-subset.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular-subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{
     margin:0;
     padding: 0;
     font-size: 16px;
     background: #F3F3F3;
     color: #393939;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
}

h1,h2,h3,h4,h5{
   font-weight: 700;
    color: #0A1657;
}
h1{ 
font-size: 30px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
h5{
  font-size: 16px;
}
h6{
  font-size: 16px;
}
/*font-family: 'Roboto', sans-serif;*/

body a:hover{
	text-decoration: none;
	color:#d84d2c;
}
 
 ul,li{
    padding: 0;
    margin: 0;
 }

.wsmenu>.wsmenu-list>li.lastlogin a{
         line-height: initial;
    color: #fff;
    line-height: auto;
    font-size: 18px;
    transition: .3s all;
    padding: 13px 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;
    /* padding-bottom: 8px; */
    background: #ED1C24;
}
.wsmenu>.wsmenu-list>li.lastlogin a i{
font-size: 17px;
    transform: rotate(
90deg
);
    margin-right: 8px;
}
.hd-fixed {
       position: absolute;
    width: 100%;
    top: 0;
    padding: 15px 0px;
    z-index: 1;
}
.package-from .banner-form{
width: 100%;
}
.banner-form:after{
position: absolute;
left: -222px;
top: 53px;
background-image: url(../images/skybig.png);
width: 221px;
height: 228px;
background-size: cover;
content: "";
z-index: -1;
}
.package-from .banner-form:after{
display: none;
}
.banner-form:before{
 position: absolute;
    right: -87px;
    top: 0;
    width: 117px;
    height: 74px;
    background-size: cover;
    content: "";
    background-image: url(../images/flyone.png);
    bottom: 0;
    margin: auto;
    display: none;
}
.banner-section{
      background-image: url(../images/bannernew.webp);
    width: 100%;
    position: relative;
    height: 930px;
    background-size: cover;
    background-repeat: no-repeat;
/*    padding-top: 150px;*/
    padding: 50px 0px;
    margin-top: 138px;
}
.banner-innersection .container{
height: 100%;
}
.banner-innersection .container .row{
    height: 100%;
    align-items: center;
}
.banner-innersection{
     /* position: absolute;
    top: 0;
    width: 100%;
    bottom: 0; */
    /* padding-top: 100px; */
}

.bubble{
  position: absolute;
  bottom:-100px;
  animation: rise 10s infinite ease-in;
}
.bubble.firstele{
  left:10%;
   animation-duration:11s;
  animation-delay:0s;
  top: 30%;
  transform: scale(1);
}
.bubble.secondele{
  left:30%;
  top: 30%;
  animation-duration:11s;
  animation-delay:1s;
  transform: scale(1);
}
.bubble.thirdele{
  left:45%;
  animation-duration:11s;
  animation-delay:2s;
  transform: scale(1);
}
.bubble.fourthele{
  right:20px;
  top: 30%;
  animation-duration:11s;
  animation-delay:0s;  transform: scale(1);

}

.bubble.slidebllon{
  left:20px;
  animation-duration:11s;
  animation-delay:2s;
  transform: scale(1);
}
.bubble.slidebllon2{
right:20px;
  animation-duration:11s;
    transform: scale(1);
  animation-delay:0s;  transform: scale(1);
}

@keyframes rise{
  0%{
    bottom: -50px;
    transform:translateX(0);
    transform: scale(1);
  }
  50%{
    transform:translate(70px);
    opacity: 1;
    transform: scale(.8);
  }
  100%{
    bottom:800px;
    transform:translateX(100px);
    opacity: .6;
    transform: scale(.4);
  }
}
.groupdiv{
  display: flex;
}
input.form-control ,select.form-control{
  box-shadow: 3px 3px 6px #00ACFF12;
border: 1px solid #000;
border-radius: 7px;
background: transparent linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
height: 40px;
font-size: 14px;
position: relative;
color: #000;
}
input.form-control::placeholder ,select.form-control::placeholder{
color: #000;
}
.form-group.otpsection{
position: relative;
}
.datefiled{
    position: relative;
}
/* .datefiled input.form-control{
-webkit-appearance: none;
} */
.datefiled:after{content: ""; background: url('../images/sprite_img.webp') no-repeat -297px -12px;width: 16px; height: 16px; position: absolute; right: 13px; top: 12px; pointer-events: none;}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
textarea.form-control{ 
    box-shadow: 3px 3px 6px #00ACFF12;
border: 1px solid #d0d0d0;
border-radius: 7px;
background: transparent linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
font-size: 14px;
}
input.form-control:focus , select.form-control:focus{
outline: none;
box-shadow: none;
}
.groupdiv select:first-child{
margin-right: 10px;
}
.form-group label{
     font-size: 14px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 500;
   
      
}
.form-group label.error{
   position: absolute;  bottom: -25px; color: red; font-size: 12px;
}
.form-group label#Depdate-error{
left: 0;
}
form#enquiryformdata .form-group label{
position: absolute;
color: red;    font-size: 12px;bottom: -25px;
}
form#enquiryformdata .form-group label#Depdate-error{
left: 0;

}
.travelwebsites-form .form-group label.error{
font-size: 12px;
color: #FF8000;
font-weight: 300;
position: absolute;
    bottom: -15px;
    left: 5px;
}
.form-group label.error#prefer_contact-error{
  width: 200px;
  left: 15px;
}
/*.wsmainfullcstm{
  border-bottom: 1px solid #E8E8E8;
}*/
.wsmenu>.wsmenu-list>li.lastlogin{
      display: flex;
    align-items: center;
}
.btnorange{
    background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
    border-radius: 9px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
        font-weight: 600;
}
.btnorange:hover{
      background: transparent linear-gradient(
180deg
, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #ffb100;
    color: #FF5E00;
    transition: .3s all;
    border-radius: 9px;
}
.btnblack:hover{
    background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
    color: #fff;
}
.btnblack:hover span{
  color: #fff;
}
.btnblack{
background: transparent linear-gradient(0deg, #171616 0%, #4E4E4E 100%) 0% 0% no-repeat padding-box;
border: 1px solid #19181E;
border-radius: 9px;
font-size: 14px;
color: #fff;
padding: 5px 10px;
display: inline-block;
margin-left: 15px;
font-weight: 600;
}
.btnblack i{
  font-size: 15px;
  margin-left: 5px;
  font-weight: 700;
}
.btnblack span{
  color: #FF5E00;
}
.topheader{
  display: flex;
  justify-content: flex-end;
  padding-bottom: 6px;
  align-items: center;
}
.banner-form{
   background: #fffffff0;
    border-radius: 10px;
    width: 85%;
    position: relative;
    margin-left: auto;
    z-index: 0;
}
.bnr-form{
  padding: 12px 15px;
   border-radius: 0px 0px 10px 10px;
}
.blueboxform{
 background: transparent linear-gradient(
180deg
, #717171 0%, #000000 100%) 0% 0% no-repeat padding-box;
border-radius: 10px 10px 0px 0px;
padding: 10px 18px;  
color: #fff;
}
.blueboxform{
  text-align: center;
}
.blueboxform span{
    background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 5px 6px;
}
.blueboxform .contacthead{
  font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}
.blueboxform .blhead-bx{
  font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}
.blueboxform h2{
     font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}
.banner-form .form-row>.col, .banner-form .form-row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.submitbtndiv{
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
.commanbtn{
    background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
    border-radius: 9px;
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    font-size: 16px;
}
.viewallbtn{
    background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
    border-radius: 9px;
    padding: 2px 5px;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
}
.viewallbtn:hover{
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #FFB100;
color: #FF5E00;
transition: .3s all;
border-radius: 9px;

}
a:not([href]):not([tabindex]).moreless-button.commanbtn{
color: #fff;
}
a:not([href]):not([tabindex]).moreless-button.commanbtn:hover{
  color: #FF5E00;
}

/* .form-group.submitbtndiv .commanbtn{
    width: 20%;
} */
.commanbtn:hover{
background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #FFB100;
color: #FF5E00;
transition: .3s all;
border-radius: 9px;
}

.commanbtn:focus{
  outline: none;
}
.wsmenu>.wsmenu-list>li:last-child a{
padding-right: 0px;
}
.destinations-slidersection{
  background-image: url(../images/india_speacial.png);
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.destcontentmain{
      background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 13px 26px #e3e3e3;
    border-radius: 15px;
    margin-bottom: 12px;
}
.destimg{
  overflow: hidden;
}
.destimg img {
    box-shadow: 8px 32px 25px -30px #e0dada; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; width: 100%; height: 100%; overflow: hidden; position: absolute; object-fit: cover; top: 0; bottom: 0; right: 0; left: 0; object-position: center;
}
.destcontentmain:hover .destimg img {
    transform: scale(1.5);
}
.package-from{
    position: sticky;
    top: 120px;
}
.sectionforminner{
    background: #fff;
    padding: 50px 0px;
}
.sectionforminner .bnr-form{
background: #f2f2f2;
}
.sectionforminner .form-group.submitbtndiv .commanbtn{
width: 40%;
}
.destictsmall{
        padding: 15px;
    justify-content: space-between;
    padding-top: 20px;
        align-items: center;
}
.destprice{
        display: flex;
    justify-content: space-between;
        align-items: center;
    margin-bottom: 10px;
}
.desheadname .textdesi{
  font-size: 16px;
  font-weight: 600;
  color: #0A1657;
  margin-bottom: 0px;
  min-height:60px;
}
.servcietour .desheadname{
text-align: left;
}
.desheadname {
      text-align: center;
}
.destinations-slider-indian .desheadname{
text-align: left;
min-height: 38px;
}
.destimg{
  position: relative;
  height: 200px;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.desbg{
      background: #E2E2E3 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #0A1657;
    padding: 0px 8px;
    font-size: 14px;
    margin-bottom: 15px;
}
.desheadname{
  margin-bottom: 10px;
  min-height: 72px;

}
.destright.col-lg-12 .desheadname{
  text-align: center;
}
.bookdest{
    text-align: center;
    width: 100%;
}
.bookdest .commanbtn{
    width: 100%;
}
.desheadname small i{
margin-right: 5px;
color: #00ACFF;
}
.destimg .heart{
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffffff4f;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    color: #fff;

}
.destprice .smallhead{
  font-size: 20px;
  font-weight: 600;
}
.slidertopheading{
      display: flex;
    justify-content: space-between;
}

.section-heading{
margin-bottom: 20px;

}
.slidertopheading .section-heading{
width: 77%;
}
.section-heading .text-head{
  color: #0A1657;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section-heading h1.text-head ,.innerall h1{font-size: 30px; display: inline-block;}
.section-heading h2.text-head{font-size: 24px;}
.section-heading h3.text-head{font-size: 18px;}
.section-heading h4.text-head{font-size: 16px;}
.section-heading .text-head:after{
       position: absolute;
    width: 80px;
    content: "";
    height: 2px;
    background: #FF5E00;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.section-heading .text-head span{
color: #FF5E00;
}
.controlbtn{
    background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
    border-radius: 50%;
    color: #fff;
    width: 44px;
    height: 44px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
        margin: 0px 3px;
}
a.swiper-button-disabled.swiper-button-lock{
display: none;
}
.controlbtn:hover{
background: transparent;
color: #FF5E00;
}
.slideleftallbtn{
  display: flex;
}
.destcustombuttons{
  margin-left: 20px;
}
.destright{
 width: 100%;
}
/* .destinations-slidersection .swiper{
padding-bottom: 30px;
} */
.themetext{
 display: flex;
    justify-content: space-between;
}
.theme-explore{
  padding: 50px 0px;
  position: relative;
}
.themsmalltext small{
    display: block;
    color: #6A6A6A;
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 10px;
}
.themebox{
    
    position: relative;
}
.themebox:hover:after{
background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
transition: .3s all;
}
.themebox:hover .bigimgtheme img{
box-shadow: 0px 13px 26px #FF5E00CC;
transition: .3s all;
}
.themebox:hover .themetext strong ,.themebox:hover .themetext small{
color: #fff;

}
.themebox:hover .themeicon img{
      filter: brightness(0) invert(5);
}
.themebox:after{
position: absolute;
    content: "";
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 13px 26px #e3e3e3;
    border-radius: 10px;
    width: 100%;
    right: 0;
    height: 100%;
    z-index: -1;
    top: 0;

}
.theme-explore .col-lg-2{
    padding-right: 6px;
    padding-left: 6px;
}
.themsmallbg{
    padding: 15px 10px;
}
.themsmalltext{
      position: relative;
      min-height: 38px;
    
}
.themsmalltext a{
color: #000;
font-size: 13px;
display: inline-block;
}
.about-trip{
  padding: 50px 0px;
}
.about-trip{
  background-image: url(../images/about-trp-bg.png);
  width: 100%;
  height: 100%;
  padding: 50px 0px;
      background-size: cover;
}
.ourexpcont ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.ourexpcont ul li{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 13px 26px #e3e3e3;
    border-radius: 10px;
    width: 23%;
    padding: 15px 15px;
    text-align: center;    margin-right: 8px;
}
.ourexpcont ul li span{
  font-size: 32px;
  font-weight: 700;
  color: #FF5E00;
}
.ourexpcont ul li span.custspt_img img{
width: 30px;
}
.ourexpcont ul li p{
  margin-bottom: 0px;
}
.our-experience{
  padding: 50px 0px;
}
.smile-div ul li{
list-style: none;

}
.smile-div ul li a{
  display: inline-block;
  width: 40px;
}
.smile-div ul{
     display: flex;
    justify-content: space-between;
}
.our-expimg{
  position: relative;
}
.smile-div{
    box-shadow: 0px 13px 26px #e3e3e3;
    border-radius: 10px;
    position: absolute;
    padding: 25px 20px;
    left: 0;
    right: 0;
    width: 50%;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.smile-div .smilhead{
font-size: 24px;
font-weight: 700;
}
.smile-div .hw-text{
  font-size: 20px;
  color: #0A1657;
  font-weight: 600;
}
.smile-div span{
  color: #FF5E00;
}
.blogdate span{
       background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    transform: rotate(
-90deg
);
    color: #fff;
    padding-right: 8px;
}
.blogdate span i ,.blgdate  i{
  background: transparent linear-gradient(180deg, #00ACFF 0%, #2E4EF4 100%) 0% 0% no-repeat padding-box;
  padding: 3px 5px;
  display: inline-block;
}
.travelblogmain{
  position: relative;
 transition: transform 0.6s;
}
/*.travelblogmain:after{
    position: absolute;
    content: "";
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 13px 26px #e3e3e3;
    border-radius: 10px;
    width: 90%;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}*/
/*.travel-ct{
position: absolute;
    padding-right: 12%;
    top: 15px;
    bottom: 0;
    transition: .3s all;
}*/
.travel-ct .travelheading a{
  font-size: 20px;
  color: #0A1657;
  font-weight: 700;
}
.travel-ct .travelheading{min-height: 62px;}
.travelblogimg img{
box-shadow: 0px 13px 26px #e3e3e3;
height: 100%;
object-fit: cover;
object-position: right;
    width: 100%;
}
.travelblogimg{
     margin-bottom: 25px;
    transition: .3s all;
    height: 240px;
    width: 100%;
}

.travelblgbg{
     padding: 22px 18px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transition: 3s ease-out;
     background: #FFFFFF 0% 0% no-repeat padding-box;

}
.byadmin span i{
margin-right: 5px;
}
.byadmin span {
  margin-right: 6px;
  font-size: 14px;
}
.byadmin  span i {
  color: #00ACFF;
}
.byadmin span:first-child{
     position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.byadmin span:first-child:after{
     position: absolute;
    width: 60%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
    background: #FF5E00;

}
/*.travelblogmain:hover .travel-ct{
 transition: transform 3s all;
 top: 55%;

}
.travelblogmain:hover .travelblogimg{
 transition: transform 3s all;
 bottom: 47%;
}
.travelblogmain:hover .blogdate{
 transition: transform 3s all;
    top: 83%;
}*/
.blogdate{
      position: absolute;
    top: 90px;
    right: -30px;
    transition: .3s all;
}
.travelblogmain:hover .travelblgbg{
 transition: 3s ease-out;

}

.thmimg{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
    background: transparent linear-gradient( 
180deg
 , #00ACFF 0%, #2E4EF4 100%) 0% 0% no-repeat padding-box;  padding: 6px;
}
.what-customersays{
  padding: 50px 0px;
  position: relative;
}
.thmimg:after{
content: "";
    position: absolute;
    bottom: -38px;
    /* width: 30px; */
    /* height: 90px; */
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
    border-top: 73px solid #3655f4;
    clear: both;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;}
.whatcustomersthumb {
     
      position: relative;
    top: -470px;
    padding: 132px 0px;
    height: 560px;
}
.whatcustomerslider {

}
.whatcustomersthumb .swiper-slide:first-child .thmimg{
width: 70px;
height: 70px;
  
}
.whaysaysmain .whatcustomersthumb .swiper-slide:first-child .thmimg:after{
      border-top: 65px solid #3655f4;
}
.whatcustomersthumb .swiper-slide:first-child{
    position: absolute;
    left: 18%;
    top: -38%;
}
.thumbox{
  cursor: pointer;
}
.whatcustomersthumb .swiper-slide:nth-child(2){
top: 10%;
    left: 0;
}
.whatcustomersthumb .swiper-slide:nth-child(3){
top: 80%;
    left: 16%;
}
.whatcustomersthumb .swiper-slide{
  position: absolute;
  transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    
    transform: translatey(0px);
  }
  50% {
   
    transform: translatey(-15px);
  }
  100% {
   
    transform: translatey(0px);
  }
}
.whatcustomersthumb .swiper-slide:nth-child(4) {
    top: -38%;
    right: 18%;
}
.whatcustomersthumb .swiper-slide:nth-child(4) .thmimg{
margin-left: auto;
 background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
}
.whaysaysmain .whatcustomersthumb .swiper-slide:nth-child(4) .thmimg:after{
    border-top: 65px solid #e55f11;
}
.whatcustomersthumb .swiper-slide:first-child .thmimg ,.whatcustomersthumb .swiper-slide:nth-child(4) .thmimg{
    width: 70px;
    height: 70px;
}
.whatcustomersthumb .swiper-slide:first-child .thmimg:after ,.whatcustomersthumb .swiper-slide:nth-child(4) .thmimg:after{
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 65px solid #3655f4;
}

.whatcustomersthumb .swiper-slide:nth-child(5){
right: 0;
top: 10%;
}
.whatcustomersthumb .swiper-slide:nth-child(5) .thmimg{
margin-left: auto;
}
.whatcustomersthumb .swiper-slide:nth-child(6){
top: 80%;
    right: 16%;
}
.whatcustomersthumb .swiper-slide:nth-child(6) .thmimg{
    background: transparent linear-gradient( 
180deg
 , #D2E127 0%, #00E350 100%) 0% 0% no-repeat padding-box;
}
.whatcustomersthumb .swiper-slide:nth-child(6) .thmimg:after{
      border-top: 73px solid #74e24e;
}

.whatsaysct span{
display: block;
width: 100%;
}
/* .whaysaysmain{
  max-height: 540px;
} */
.whatsayimg{
  display: inline-block;
    border-radius: 50%;
    background: transparent linear-gradient(
0deg
, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    margin-bottom: 30px;
}
.whatsayimg img{
box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
}
.what-customersays{
  background-image: url(../images/whatsays-bg.png);
  width: 100%;
   background-size: cover;
}
.whatcustomersthumb .swiper-slide:nth-child(3) .thmimg{
      background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
}
.whatcustomersthumb .swiper-slide:nth-child(3) .thmimg:after{
      border-top: 73px solid #e55f11;
}
.whtasaysbox {
  background: #ffff;
  padding: 20px;
  box-shadow: 0px 13px 26px #e3e3e3;
  border-radius: 10px;
}
.whatsaysct h5{
color: #FF5E00;
font-size: 24px;
font-weight: 600;
}
.whatsaysct p {
  min-height: 216px;
}
footer .footerlogo{
text-align: left;
}
.footer-socail ul {
  display: flex;
  justify-content: flex-start;
}
.footer-socail ul li{
list-style: none;
margin-right: 10px;
}
.footer-socail ul li a{
      width: 38px;
    height: 38px;
    background: #0b1657;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
}
.footer-socail ul li a i{background: url('../images/sprite_img.webp') no-repeat;display: inline-block;filter:invert(1); vertical-align: middle; }
.footer-socail ul li a i.fa-facebook-f{background-position:-156px -12px; width: 16px; height: 16px;}
.footer-socail ul li a i.fa-instagram{background-position:-184px -12px; width: 16px; height: 16px;}
.footer-socail ul li a i.fa-youtube{background-position:-213px -12px; width: 16px; height: 16px;}
.footer-socail ul li a i.fa-whatsapp{background-position:-242px -12px; width: 16px; height: 16px;}
.footer-socail ul li a:hover{
    background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    transition: .3s all;
}
.footerlogo img{
width: 185px;
}
footer{
  background: #fff;
  padding-top: 55px;
  margin-top: 20px;
position: relative;

}
.tourpackage-box{
    padding: 50px 0px;
}
.footerbutton{
        position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 21%;
    margin-top: -20px;
}
.footerbutton a{
    width: 100%;
    text-align: center;
}
.footercopy{
    background: #0b1657;
    padding: 10px 0px;
    margin-top: 40px;
}
.footerlinks .fthead{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footerlinks ul{
    padding: 0px;
}
.footerlinks.domesticfot ul{
display: flex;
flex-wrap: wrap;
}
.footerlinks.domesticfot ul li{
    width: 50%;
}
.footerlinks ul li{
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 29px;
    margin-bottom: 15px;
}
.footerlinks ul li:after{
        position: absolute;
    width: 18px;
    content: "";
    left: 0;
    top: 2px;
    height: 19px;
    background-size: cover;
    background-image: url(../images/tik.png);
}
.footerlinks ul li a{
    color: #0A1657;
}
.footercopy p{
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}
footer p ,footer h4{
  margin-bottom: 0px;
}
.footer-socail{
  text-align: left;
  margin-top: 14px;
}
.footer-socail .socialhead{
font-size: 20px;
color: #FF5E00;
font-weight: 700;
margin-bottom: 10px;
}
.footer-socail h4{
font-size: 16px;
color: #FF5E00;
font-weight: 700;
margin-bottom: 10px;
}
.footerlogo p{
margin-top: 10px;
}

.footer-socail p{
  display: none;
}

/*contact-us*/
.banner-inner{
  height: 400px;
  padding-top: 108px;
  background-image: url(../images/inner-banner.png);
  width: 100%;
  background-color: #efefef;
  background-size: cover;
}
.innerall{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.innerbannerheading{
      height: 100%;
}
.banner-inner  .container.bannercontainer{
height: 100%;
}
.innerall {
font-size: 30px;
color: #0A1657;
font-weight: 700;
}
.innerall span{
  color: #FF5E00;
}
.breadcrumb-list ul li{
list-style: none;
}
.breadcrumb-list{
      background: transparent linear-gradient(
180deg
, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
}
.breadcrumb-list ul{
    display: flex;
    padding: 10px 0px;
}
.breadcrumb-list ul li{
  padding-right: 15px;
  position: relative;
}
.contactdetail-bg{
background: transparent linear-gradient(
180deg
, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}
.contactdetail-bg ul{
    list-style: none;
    padding: 0px;
    margin-top: 38px;
}
.contactdetail-bg ul li{
    margin-bottom: 26px;
}
.contactdetail-bg ul li a {
    color: #000;
}
.contactdetail-bg ul li a span{
    display: inline-block;
    margin-right: 15px;
}
.contactdetail-bg ul li a span img{
    width: 24px;
}
.contactdetail-bg ul li a{
    display: flex;
}
.contactdetail-bg:after{
    position: absolute;
    width: 141px;
    height: 153px;
    background-image: url(../images/sliderballon.png);
    content: "";
    background-size: cover;
    right: -45px;
    top: -105px;


}
.breadcrumb-list ul li a{
font-size: 12px;
font-weight: 700;
color: #FF5E00;
}
.breadcrumb-list ul li a i.fa-home{background: url('../images/sprite_img.webp') no-repeat -12px -12px; width: 16px; height: 12px;transition: all 0.4s; display: inline-block;}
.contact-details{
  padding: 50px 0px;
}
.contactbox p{
margin-bottom: 0px;
}
.contacticon{
    padding: 30px 20px;
    text-align: center;  
}
.contacticon img{
  margin-bottom: 20px;
}
.contacticon span{
    width: 91px;
    height: 91px;
    background: transparent linear-gradient(
0deg
, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #88888829;
    border: 1px solid #E2E2E3;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 106px;
    margin-bottom: 10px;
}
.contactbox ul li{
  list-style: none;
}
 .contactbox ul li a{
color: #0A1657;  
 }
 .mainquote{
       border: 1px solid #FF5E00;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
 }
 .quoteform textarea{
   background: transparent linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
box-shadow: 3px 3px 6px #00ACFF12;
border: 1px solid #F2F2F2;
border-radius: 7px;
height: 120px;
 }
 .quoteform textarea:focus{
  outline: none;
  box-shadow: none;
 }
 .quotebg{
     background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
 }
.get-quote{
        background-image: url(../images/india_speacial.png);
    width: 100%;
    padding: 50px 0px;
    background-size: cover;
    background-position: bottom;
    background-color: #F3F3F3;
}
.rediobuttonseciton.sectionforminner .nav-pills .nav-link{
  background: transparent linear-gradient( 
180deg
 , #717171 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #000;
    color: #fff;
    margin-right: 15px;
}
.rediobuttonseciton.sectionforminner .nav-pills .nav-link.active{
    background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
}
.contactsubmit{
  text-align: center;
    width: 100%;
    margin-top: 35px;
}

.quoteform{
      padding: 30px;
      position: relative;
}
.quoteform:after{
position: absolute;
    content: "";
    background-image: url(../images/tourist-running-fast.png);
    width: 371px;
    height: 386px;
    background-size: cover;
    left: -31%;
    bottom: -30%;
}
.quoteform:before{
      position: absolute;
    content: "";
    background-image: url(../images/attractive-woman.png);
    width: 302px;
    height: 229px;
    background-size: cover;
    right: -54px;
    bottom: -18%;
}
.quoteform .form-row>.col, .quoteform .form-row>[class*=col-] {
    padding-right: 8px;
    /* padding-left: 8px; */
}

/*custom radio css*/
/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E3;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFB100;;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.radiocustom{
    background: transparent linear-gradient( 
0deg
 , #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00acff11;
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    align-items: center;
    height: 40px;
    display: flex;
    padding: 0px 15px;
    /* justify-content: space-between; */
   /* padding-right: 50px;*/
}
.treageimg{
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px 1px #03030329;
    text-align: center;
}
.radiocustom p label{
margin-bottom: 0px;
} 
.radiocustom p{
  margin-bottom: 0px;
  margin-right: 22px;
}
/*custom radio css end*/

/*blog-details*/
.blgdate{
    background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    color: #fff;
    padding-right: 8px;
}
/*.blog-detail-main{
background: #fff;
    width: 85%;
    margin: 0 auto;
}*/
.blog-detail-main img{
    width: 100%;
}
/* .blog-detail-main{
       padding: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 13px 26px #e3e3e3;
    border-radius: 0px 0px 10px 10px;
} */
.blog-detail-main ul{
padding: 0px;
margin-bottom: 20px;
}
.blog-detail-main ul li{
    list-style: none;
    margin-bottom: 7px;
}
.blog-details{
  padding: 50px 0px; 
  position: relative;
}
.blog-detail-ct .byadmin span:first-child:after{
display: none;
}
.travel-blog-main .travelblogmain{
margin-bottom: 30px;
}
.travel-blog-main .travelblogmain .travel-ct h5 a{
font-size: 20px;
    color: #0A1657;
    font-weight: 700;
}
.travel-blog-main{
    padding: 50px 0px;
}
.bloglear{
  margin-top: 30px;
  text-align: center;
}
/*blog-details end*/

/*travel agent */
.travel-agent{
  padding: 50px 0px;
  background-image: url(../images/get-travel.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.tarvel-agentmid{
background-image: url(../images/getagent.png);
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.tarvel-agentmid .travellist ul{
display: flex;
flex-wrap: wrap;
}
.tarvel-agentmid .travellist ul li{
    width: 47%;
    margin-right: 15px;
}
.travellist ul li{
    list-style: none;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}
.travellist ul li:after{
position: absolute;
    width: 22px;
    content: "";
    left: 0;
    top: 0;
    height: 21px;
    background-size: cover;
    background-image: url(../images/tik.png);
}
.travellist ul li ul li{
    padding-left: 0px;
}
.travellist ul li ul li{
    font-size: 14px;
}
.travellist ul li ul li:after{
display: none;
}
ul.bulletpoints{
  list-style: none;
}
ul.bulletpoints li{
    list-style: none;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}
ul.bulletpoints li:after{
 position: absolute;
    width: 22px;
    content: "";
    left: 0;
    top: 0;
    height: 21px;
    background-size: cover;
    background-image: url(../images/tik.png);   
}
.agentsection{
    padding-bottom: 30px;
}
.theme-explore ul.bulletpoints{
  list-style: none;
}
.theme-explore ul li{
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
}
.theme-explore ul li:after{
  position: absolute;
  width: 22px;
  content: "";
  left: 0;
  top: 0;
  height: 21px;
  background-size: cover;
  background-image: url(../images/tik.png); 
}

.findoutdiv span{
font-size: 35px;
font-weight: 400;
}
.findoutdiv h2{
  color: #FF5E00;
  font-size: 35px;
  font-weight: 700;
  font-style: italic;
}
.findoutdiv h2 span{
  color: #0A1657;
  font-weight: 400;
  font-style: normal;
}
.tavlelepyimg{
  text-align: center;
}
.get-quality-leads{
  padding: 50px 0px;
  padding-bottom: 190px;    scroll-margin-top: 100px;
}
/*travel agent*/
/*indian package*/
.servcietour{
  padding: 50px 0px;
}
.viewallbtn select{
      background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
    border-radius: 9px;
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
}
.freaquently-section .accordion-toggle span{
background: transparent linear-gradient( 
0deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 9px 9px #ffdab8ab;
    border-radius: 10px;
    width: 52px;
    height: 52px;
    display: inline-block;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    margin-right: 10px;
}
.freaquntymain a.accordion-toggle{
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
    position: relative;
    align-items: center;
}
/* .freaquntymain a.accordion-toggle:after{
content: '\f078';
    position: absolute;
    font-size: 25px;
    font-family: "Font Awesome 5 Pro";
    top: 25px;
    right: 30px;
    bottom: 0;
    margin: 0 auto;
    transition: .3s all;
    margin: 0 auto;
    color: #e77d0b;
} */
.freaquntymain a.accordion-toggle:after{content: '';background: url('../images/sprite_img.webp') no-repeat -269px -17px;width: 16px; height:10px; top: 44px; right: 30px; position: absolute; bottom: 0;transition: all 0.4s;}
.freaquntymain a.accordion-toggle[aria-expanded="true"]:after{transform: rotate(180deg);}
.freaquntymain .panel {
background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 30px;
}
.freaquntymain a.accordion-toggle h2 ,.freaquntymain a.accordion-toggle p{
  font-size: 18px;
    color: #20053E;
    margin-left: 20px;
    margin-bottom: 0;
    font-weight: 700;
}
.freaquntymain .panel-body{
padding: 20px 30px;
    padding-left: 70px;
}
.qua span{
display: inline-block;
    background: #0A1657 0% 0% no-repeat padding-box;
    box-shadow: 10px 9px 9px #ffdab8ab;
    border-radius: 10px;
    height: 52px;
    width: 52px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.panlflex{
  display: flex;
}
.qua{
    margin-right: 15px;  
}
.theme-explore .col-lg-2 {
    padding-right: 6px;
    padding-left: 6px;
}
.innergallery-lah .banner-form{
width: 100%;
}
.packg_locations_box ul li{
list-style: none;
    margin-right: 4px;
    position: relative;
    margin-bottom: 10px;
}
.packg_locations_box ul{
  display: flex;
  margin-left: 15px;
  flex-wrap: wrap;
}
.packg_locations_box ul li:after{
position: absolute;
    content: "";
    right: -10px;
    height: 100%;
    top: 0;
    background: #E2E2E3;
    width: 2px;
}
.packg_locations_box ul .btnorange{
  padding: 2px 10px;
}
.packg_locations_box  i{position: absolute; margin-right: 7px;background:url('../images/sprite_img.webp') no-repeat -324px -12px;width: 10px; height: 16px;    display: inline-block; vertical-align: middle;}
.packg_locations_box ul li:last-child:after{
display: none;
}
.adentdiv ul{
  list-style: none;
}
.adentdiv ul li{
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
} 
.adentdiv ul li:after{
  position: absolute;
  width: 22px;
  content: "";
  left: 0;
  top: 0;
  height: 21px;
  background-size: cover;
  background-image: url(../images/tik.png);
}
.adentdiv{
        margin-top: 40px;
    display: flex;
}
.adenslingle{
/*  width: 70%;*/
    padding-right: 20px;
}
.innergallery-lah{
  padding: 50px 0px;
}
.leavediv{
     width: 30%;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
.innergallery-lah .banner-form:after{
display: none;
}
.innergallery-lah .banner-form:before{
 background-image: url(../images/sliderballon.png);
    width: 116px;
    height: 125px;
    content: "";
    right: -92px;
    top: 19px;
    position: absolute;
    margin: 0;
}
.highlighs ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.highlighs ul li{
    list-style: none;
    margin-right: 20px;
    color: #9b9c9f;
    font-size: 15px;
    font-weight: 400;
    color: #787d9d;
        position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
       width: 46%;
    margin-bottom: 30px;
}
.highlighs ul li:after{
        position: absolute;
    width: 22px;
    content: "";
    left: 0;
    top: 0;
    height: 21px;
    background-size: cover;
    background-image: url(../images/tik.png);
}
.highlighs ul li i{
box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D8D3D3;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin-right: 7px;
}
.subhead{
       color: #0A1657;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 14px;
}
.highlighs{

  margin-top: 30px;
}
.subhead:after{
position: absolute;
    width: 80px;
    content: "";
    height: 2px;
    background: #FF5E00;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.overive{
  margin-top: 50px;
}
.overviewtbing .tab-content{
background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 16px #0000000f;
    border: 1px solid #ECECEC;
    border-radius: 0px 0px 10px 10px;
    padding: 25px;
}
.overviewtbing .tab-content ul li{
    color: #000;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    list-style: none;
    font-size: 16px;
    color: #0A1657;
}
/* .overviewtbing .tab-content ul li:after{
  content: "\f054";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    color: #0A1657;
    top: 0;
    position: absolute;
} */
.overviewtbing .tab-content ul li:after{content: ''; background: url('../images/sprite_img.webp') no-repeat -98px -17px; width: 16px; height: 8px; transform: rotate(-90deg); filter: grayscale(1) brightness(0.5); position: absolute; left: -5px; top: 7px;}
.overviewtbing .nav-pills .nav-link.active{
  background: transparent linear-gradient(0deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border: 1px solid #F6F6F6;
border-radius: 10px 10px 0px 0px;
color: #fff;
}
.overviewtbing .nav-pills .nav-link{
background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
border: 1px solid #EBEBEB;
border-radius: 10px 10px 0px 0px;
opacity: 1;
color: #0A1657;
font-size: 18px;
font-weight: 500;
}
.leavshape{
height: 130px;
    width: 100%;
    border-radius: 250px 0px;
    text-align: center;
    background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    padding-top: 30px;
    position: relative;
    padding-right: 27px;
}
.leavshape span{
background: #0A1657 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 3px;
}
.leavshape  small{
  color: #fff;
    font-size: 16px;
}
.leavshape strong{
color: #fff;
    font-size: 20px;
}
.leavshape:after{
  position: absolute;
    content: "";
    height: 131px;
    width: 93%;
    border-radius: 250px 0px;
    background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    transform: rotate( 
66deg
 );
    left: 0;
    z-index: -1;
    top: 0;
    opacity: .2;
    top: 1px;
}
.quotebg h3{
font-size: 25px;
font-weight: 700;
color: #fff;
}
.tavlelepyimg h5{
font-size: 15px;
color: #0A1657;
margin-bottom: 20px;
}
.tavlelepyimg h5 span{
color: #FF5E00;
font-weight: 700;
font-size: 32px;
}
.get-quality-leads.createplanmain{
position: relative;
}
.get-quality-leads.createplanmain:after{
  position: absolute;
  content: "";
  background-image: url(../images/airplane.png);
  width: 339px;
  height: 159px;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}
.innergallery-lah .swiper-button-prev:after ,.innergallery-lah .swiper-button-next:after{
display: none;
}
.innergallery-lah .swiper-button-prev ,.innergallery-lah .swiper-button-next{
position: absolute;
background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FF5E00;
    border-radius: 50%;
    color: #fff;
    width: 44px;
    height: 44px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    margin: 0px 3px;
}

.fixed {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: .3s all;
    box-shadow: 2px -1px 12px #cecece;
    z-index: 9;
  padding-bottom: 5px;
  }

    /* .hd-fixed.fixed .desktoplogo{
         width: 105px;
         margin-top: 0px;
    } */
    /* .hd-fixed.fixed .topheader{
      display: none;
    } */
    /* .hd-fixed.fixed .wsmenu>.wsmenu-list{
         border-top: none;
         margin-top: 0px;
    } */
/*inadian package end*/

/*fixed icons */

.footefixed-contact{
    position: fixed;
    right: 6px;
    bottom: 29px;
    z-index: 1;
}
.footefixed-contact ul{
list-style: none;
padding: 0px;
}
.footefixed-contact li{
    margin-bottom: 15px;
}
.footefixed-contact li a{
    width: 50px;
    height: 50px;
        background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
        display: inline-block;
        font-size: 25px;
        color: #fff;
        text-align: center;
        line-height: 53px;
        border-radius: 50%;
        font-weight: 700;
}

.footefixed-contact li.getheadset.whtsapp-icon a{
  background: transparent;
  width: auto;
  height: auto;
  position: relative;
  font-size: 18px;
  display: inline-block;
  z-index: 1;
  transition: .3s all;
}

.footefixed-contact li.getheadset.whtsapp-icon a p{
  position: absolute;
  background: #65c655;
  width: 152px;
  border-radius: 50px;
  left: auto;
  right: 0;
  line-height: 19px;
  padding: 3px 20px;
  top: 5px;
  right: 0;
  z-index: -1;
  padding-right: 22px;
  opacity: 0;
  visibility: hidden;
}

.footefixed-contact li.getheadset.getquateoff a{
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: .3s all;
}

.footefixed-contact li.getheadset.getquateoff p{
  position: absolute;
  background: transparent linear-gradient( 
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
  width: 200px;
  border-radius: 50px;
  left: auto;
  right: 0;
  line-height: 19px;
  padding: 4px 16px;
  top: 2px;
  right: 0;
  z-index: -1;
  padding-right: 17px;
  opacity: 0;
  visibility: hidden;
}
.footefixed-contact li.getheadset.getquateoff a i{
  font-size: 24px;
}
.footefixed-contact li.getheadset.getquateoff a i.fa-phone{ background: url('../images/sprite_img.webp') no-repeat -69px -40px; width: 24px; height: 24px; display: inline-block;vertical-align: middle;}
.footefixed-contact li.getheadset.getquateoff a:hover p{
  opacity: 1;
  right: 48px;
  transition: .3s all;
  visibility: visible;
}
.footefixed-contact li.getheadset.getquateoff a i.fa-headset{ background: url('../images/sprite_img.webp') no-repeat -105px -40px; width: 24px; height: 24px; display: inline-block;vertical-align: middle;}
.footefixed-contact li.getheadset.whtsapp-icon a:hover p{
  opacity: 1; 
  right: 46px;
  transition: .3s all;
  visibility: visible;
  
}
.footefixed-contact li a.topicon{line-height: 47px;}
.footefixed-contact li a.topicon i.fa-arrow-alt-up{ background: url('../images/sprite_img.webp') no-repeat -139px -40px; width: 24px; height: 24px; display: inline-block;vertical-align: middle;}

.footefixed-contact li.getheadset.whtsapp-icon a img{
  width: 47px;
}
.formpup .banner-form:after{
display: none;
}
.formpup .banner-form{
    width: 100%;
    margin-top: 10px;
}
#footerpopu.modal .modal-body{
padding: 0px;
}
.formpup  .blueboxform{
border-radius: 0px;
}
#footerpopu.modal button.close{
       position: absolute;
    right: -7px;
    top: -8px;
    z-index: 9;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    background: #0a1657;
    border-radius: 50%;
}
#footerpopu.modal button.close:focus{
    outline: none;
}
#footerpopu.modal .modal-dialog{
margin-top: 60px;
}
/*fixed icons end*/
.moretext {
  display: none;
}
.courses-list.outer-padding{
text-align: center;
}
.courses-list.outer-padding{
    padding: 30px 0px;
}
.courses-list.outer-padding .thank-img{
    width: 300px;
    margin: 10px auto;
}
.agent_thankpage_txt p{
  font-size: 16px;
  margin-bottom: 5px;
}
/*.dataTables_paginate a{

        background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
}*/

.blog-details h1{
font-size: 30px;
}
.blog-details h2{
    font-size: 24px;
}
.blog-details h3{
    font-size: 18px;
    margin: 10px
}
.blog-details h4{
    font-size: 16px;
}
.blog-details h5{
    font-size: 16px;
}
.mobileversionform{
    display: none;
}
.ftgetfree{
    display: none;
}
.getheadset{
    display: block;
}
a.getotp,a.verifyotp{
        top: 32px;
    height: 40px;
    position: absolute;
    right: 9px;
    bottom: 0;
    padding: 11px 6px;
    background: transparent linear-gradient(
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 7px 7px 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    
}
a.getotp:hover,a.verifyotp:hover{background: transparent linear-gradient(180deg, #d69705 0%, rgb(190, 72, 3) 100%) 0% 0% no-repeat padding-box;color:#fff;}
.tourimageglry .img-fluid{width: 100%;}
.verifysces{
        position: absolute;
    color: green;
    font-size: 13px;
}
.courses-list.outer-padding.thankyousec{
padding-top: 130px;
    padding-bottom: 15px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background-color: #e98c06;
}
.swiper-pagination{
display: none;
}
/*.thanku-page{
        background: #fff;
    padding: 45px 20px;
    border-radius: 20px;
}*/

.thanku-page .thnx_grdnt_txt{    border-radius: 9px;
  color: #FF5E00;
  padding: 5px 20px;
  font-size: 26px;
  display: inline-block;
  font-weight: 500;
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;}
.thanku-page .thnx_lrg_txt { font-size: 20px; font-weight: 600; }
.thanku-page .thnx_lrg_txt img { max-width: 28px; vertical-align: top; }
.thanku-page .thnx_bx{display: flex; align-items: center; justify-content: space-between; background: #fff; position: relative; padding: 40px 30px 40px 220px;    max-width: 60%; margin:30px auto 0;}
.thanku-page .thnx_bx .thnx_bx_img{max-width: 400px; position: absolute; left: -210px;}
.thanku-page .thnx_bx .thnx_bx_img:before{content: ''; position: absolute; background: transparent linear-gradient( 180deg , rgb(0,0,0,0) 0%, rgb(255 255 255) 100%) 0% 0% no-repeat padding-box; right: 0; bottom: 0; left: 0; height: 200px; width: 100%; opacity: 0; visibility: hidden;transition: all 0.4s;}
.thanku-page .thnx_bx .thnx_bx_img .btnorange{position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; max-width: 220px; font-size: 16px; opacity: 0; visibility: hidden; transition: all 0.4s;}
.thanku-page .thnx_bx .thnx_bx_img:hover .btnorange{opacity:1;visibility:visible;}
.thanku-page .thnx_bx .thnx_bx_img:hover:before{opacity:1;visibility:visible;}
.thanku-page .thnx_bx .thnx_bx_con ul{list-style: none; padding: 0 0 0 30px; margin: 0;}
.thanku-page .thnx_bx .thnx_bx_con ul li{position: relative; margin: 0 0 15px; text-align: left;}
.thanku-page .thnx_bx .thnx_bx_con ul li:before{content: ''; position: absolute; height: 20px; width: 20px; left: -30px; top: 0; background-size: cover;background-image: url('../images/tik.png');}
.thnx_bx_rtimg { position: absolute; right: -40px; top: -50px; max-width: 160px; }

.fqdiv{
        background: #fff;
    padding: 20px;
}
.fqdiv strong{
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.thankyoupage .footerbutton{ display:none; }

.homecontent{
    position: relative;
    width: 100%;
    background: white;
    padding: 50px 0px;
}
.blog-sharefixed{
  position: fixed;
  left: 5px;
  bottom: 100px;
  z-index: 1;
}
.socaillink ul{

    justify-content: end;
    list-style: none;
    align-items: center;
}
.socaillink ul li a.facebookclr{ background: #385697; }
.socaillink ul li a.facebookclr i{background: url('../images/sprite_img.webp') no-repeat;display: block; filter: invert(1); background-position: -156px -12px; width: 16px; height: 16px; margin: auto; }
.socaillink ul li a.twitterclr{ background: #5aa9e6; }
.socaillink ul li a.twitterclr i{background: url('../images/sprite_img.webp') no-repeat -382px -14px; width: 16px; height: 13px;display: block;margin: auto;}
.socaillink ul li a.linkdinclr{ background: #0072b1; }
.socaillink ul li a.linkdinclr i{background: url('../images/sprite_img.webp') no-repeat -354px -12px; width: 16px; height: 18px;display: block;margin: auto;}

.socaillink ul li{
margin: 0px 8px;
margin-bottom: 5px;
}
.socaillink ul li a{ width: 38px; height: 38px; background:#cecece; display:
 flex; border-radius: 50%; text-align: center; line-height: 38px;
 color: #fff; }
 
 /* .socaillink ul li a:hover{
background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    transition: .3s all;

 } */
.desheadname h3{
        font-size: 18px;
}
.pictag{
    font-weight: 700;
    color: #0A1657;
    font-size: 20px;
}
/* .travelblogmain .travel-ct{
min-height: 315px;
} */
.travel-ct p a , .blog-detail-main p a{
    font-weight: 600;
    /* color: #393939; */
}
.travel-ct p a{
  color: #393939;
  font-size: 16px;
}
.travel-ct p a:hover{
  color: #e56010;
}
.travel-ct p {
  min-height: 50px;
}
.sectionforminner a.getotp, .sectionforminner a.verifyotp{
right: 0px;
}

.footer_btm_txt{display:flex;align-items:center;justify-content:space-between;}
.ftr_lnks a{color:#fff;margin:0 0 0 15px;}


/*blog new design*/
.topbarfix {
    position: sticky;
    top: 115px;
    z-index: 1;
        padding: 5px 3px;
        background: #e4e3e3;
        margin-bottom: 20px;
}
.topnavstiky ul{
display: flex;
list-style: none;
padding: 0px;
flex-wrap: wrap;
}
.topnavstiky ul li{
    margin: 0px 10px;
    margin-bottom: 4px;
}
.topnavstiky ul li a{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.topnavstiky ul li.free_quot_btn a{
        background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 4px;
    text-decoration: none;
}
.topnavstiky ul li.free_quot_btn a:hover{
    color: #fff;
}
.topnavstiky ul li a:hover{
    color: #FF5E00;
}
.section-content{
    margin-bottom: 30px;
        scroll-margin-top: 185px;
}
.scrollcontent.contentfixed{
position: relative;
top: 130px;
}
.servcietour .desheadname {
    text-align: left;
    min-height: 48px;
}

.blog-details{
    margin-top: 150px;
}
.travel-blog-main .travelblogmain .travel-ct {
    min-height: auto;
}
.socaillink{
        display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.agenttop-btns{
    text-align: center;
}
.agenttop-btns h1{display: block;}
.agenttop-btns .commanbtn{
    font-size: 14px;
        padding: 5px 15px;
}
.frequently-questions{
  padding: 50px 0px;
}

/* buy leads page css */
.buyleads-section{
  padding: 50px 0px;
}
.buylead-content{
  text-align: center;
  margin-top: 122px;
  height: 82px;
}
.buylead-content p{
  line-height: 20px;
}
.buyleadbox .buyimg{
position: relative;
margin-bottom: 50px;
}

.buyleadbox .buyimg:after{
  position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 13px solid #43386B;
    border-bottom: 9px solid transparent;
    bottom: -104px;

}
.buyleadbox{
  position: relative;
  margin-bottom: 50px;
}
.buyleadbox .round-poll{
  position: absolute;
  top: auto;
  width: 80px;
  height: 80px;
  background: #e6700e;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #fff; */
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.buyleadbox .round-poll:after{
  content: "";
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #e6700e;
  position: absolute;
  bottom: -10px;
}
.buyleadbox .round-poll:before{
  position: absolute;
  content: "";
  background: gray;
  height: 60px;
  width: 1px;
  bottom: -60px;
  top: auto;
}
.buyleadbox .round-poll span{
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
.buyleadbox .round-poll span:after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #6d6c6c;
  border-radius: 50%;
  top: auto;
  bottom: -89px;
}
.buyleadbox .round-poll span:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #bf3196;
  top: auto;
  bottom: -84px;
  border-radius: 50%;
}
.buyleads-section .row{
  position: relative;
}
.buyleads-section .row:after {
  position: absolute;
  content: "";
  background: gray;
  width: 75%;
  height: 1px;
  bottom: 158px;
  top: auto;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
.buyleads-section .row:nth-child(odd) .col-md-3:last-child .buyimg:after{
  bottom: -218px;
  transform: rotate(
90deg
);
  left: 50%;
}
.buyleads-section .row:nth-child(even) .col-md-3:last-child .buyimg:after{
  right: 121px;
  transform: rotate(
90deg
);
  bottom: -72px;
  top: auto;
}
.buyleads-section .row:nth-child(even) .col-md-3:last-child .buyimg:before{
  position: absolute;
  content: "";
  background: #43386b;
  width: 1px;
  height: 111px;
  bottom: 162px;
  right: 120px;
}

.buyleads-section .row:nth-child(even) .col-md-3 .buyleadbox .buyimg:after {
  transform: rotate( 
    -180deg
     );
}
.howtobuy-popup .modal-body img{
  width: 100%;
  }
  .howtobuy-popup button.close{
    position: absolute;
    right: -15px;
    background: transparent linear-gradient( 
180deg
 , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 50%;
    top: -14px;
  }
  
  .row .col-md-3:nth-child(7) .buyleadbox .buyimg:after{
    display: none;
  }
  .row:last-child .col-md-3:nth-child(5)  .buyleadbox .buyimg:after{
    display: none;
  }

/* buy leads page css end*/


.add-script{
  width: 40%; margin: 0 auto;
  margin-bottom: 20px;
}
/*new menu css start here*/
.sub-menu.sub-third{
display: none;
-webkit-transform-style: preserve-3d;
    background: #fff;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li .sub-menu.sub-third li a{
    padding: 7px 7px;
    border: none;
    font-size: 14px;
    font-weight: 400;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu{
          width: 75%;
    background: transparent linear-gradient( 
180deg
 , #EAEAEA 0%, #FFFFFF 16%, #F8F8F8 92%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #0000000d;
    border: solid 1px #eeeeee;
    background-color: #fff;
    border-radius: 8px;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu{

}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li a{
    background: transparent;
    background-color: transparent;
        padding: 10px 0px;
        border-bottom: 1px solid #ededed;
        font-weight: 600;
        font-size: 14px;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li a:hover{
    text-decoration: none;
        color: #e5660f;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li{
    position: relative;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li span{
        position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 8px;
    bottom: 0;
    cursor: pointer;
    text-align: center;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li span.open-menu{
  background: url(../images/sprite_img.webp) no-repeat -22px -8px;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  background-size: 380px;
  filter: brightness(0);
  top: 17px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li span:hover i{
      color: #e5660f;  
}
.wsmenu>.wsmenu-list>li>.wsmegamenu.custommegamenu .link-list li span.activeclass i{
    transform: rotate(
180deg
);
}
/*new menu css end here*/

.thanku-head.thnks-text p{
font-size: 17px;
}


.package-from .bnr-form {
    padding: 12px 8px;
}

.package-from a.getotp, a.verifyotp {
    font-size: 12px;
    padding: 11px 4px;
}

/* fillter bar css start here */
.fillterleftside{
  background: #efefef;
    padding: 10px 15px;
    
}
.fillterleftside form ul{
  padding: 0px;
}
.fillterleftside form ul li{
  list-style: none;
}
.fillterleftside h5{
  font-size: 16px;
  border-bottom: 1px solid #0A1657;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.fillterleftside h2.panel-title{
  font-size: 18px;
  color: #494747;
  padding: 5px 0px;
}
.fillterleftside .panel.panel-default {
  margin-bottom: 20px;
  border-bottom: 1px solid #cdbebe;
  padding-bottom: 10px;
  
}
.fillterleftside a.accordion-toggle{
  position: relative;
  display: block;
}
.fillterleftside a.accordion-toggle:after{
  content: '\f078';
  position: absolute;
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  top: 0px;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: .3s all;
  margin: 0 auto;
  color: #494747;
}
.fillterleftside a[aria-expanded="true"]:after {
  content: '\f077';
  transition: .3s all;
}
.fillterleftside .clear_all_btn{
  background: transparent linear-gradient( 
    180deg
     , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
        border: 1px solid #FF5E00;
        border-radius: 9px;
        padding: 4px 8px;
        color: #fff;
        cursor: pointer;
        outline: none;
        display: inline-block;
        margin-top: 10px;
}
.fillterleftside .clear_all_btn:hover{
  background: transparent linear-gradient(
    180deg
    , #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #ffb100;
        color: #FF5E00;
        transition: .3s all;
        border-radius: 9px;
}
.paginationlinks{
  text-align: center;
}
.paginationlinks ul.pagination{
display: inline-block;
}
.paginationlinks ul.pagination li{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent linear-gradient( 
180deg
, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FF5E00;
  margin: 10px;
  line-height: 30px;
}
.paginationlinks ul.pagination li a{
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 0px 10px;
}
.paginationlinks ul.pagination li.pg-next ,.paginationlinks ul.pagination li.pg-prev{
  width: auto;
}
.show_hide.show_more_btn.commanbtn{
margin-bottom: 20px;
}
.blogfaqsec .blog-detail-main{
margin-top: 30px;
}

.tour_content {
  height:340px;
  overflow:hidden;
  margin-bottom:10px;
}


.tour_content.visible {
  height:auto;
  overflow:visible;
}

.addlTextBox2 ul li{
  position: relative;
  padding-left: 29px;
  margin-bottom: 15px;
  list-style: none;
}
.addlTextBox2 ul li:after{
    position: absolute;
    width: 18px;
    content: "";
    left: 0;
    top: 2px;
    height: 19px;
    background-size: cover;
    background-image: url(../images/tik.png);
}
.filter_sec{
  position: sticky;
    top: 129px;
    z-index: 1;
}
.fillterleftside .form-group{
margin-bottom: 0px;
}


/*rating star css */
.rating {
  margin-top: 40px;
  border: none;
  float: left;
}

.rating > label {
  color: #90A0A3;
  float: right;
}

.rating > label:before {
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #F79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FECE31;
}

.temp_main_sec{
  display: flex;
  margin-bottom: 15px;
  color: #000000;
  border-bottom: 1px solid #c3bdbd;
}
.temp_p h6{
  font-size: 18px;
  font-weight: 600;
}
.temp_p p{
  font-size: 16px;
  font-weight: 500;
}
.temp_img{
  filter: brightness(.5);
}
.forecast_sec h6{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.wethr_main_div{
  background: #ffffff;
  box-shadow: 0px 13px 26px #e3e3e3;
  padding: 20px;
}
.forecast_sec p{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.wethr_main_div .wethr_p{
  font-size: 22px;
  color: #e6700e;
  font-weight: 700;
}


.blog-details ul li{
  list-style: none;
  margin-right: 20px;
  color: #9b9c9f;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.theme-explore ul{
padding-left: 30px;
}
.theme-explore .contentBox.readLess ul {
padding-left: 0px;
}
.theme-explore .contentBox.readLess ol{
  padding-left: 20px;
}
.theme-explore .contentBox.readLess ol li{
margin-bottom: 10px;
}
.theme-explore ul li{
  margin-bottom: 10px;
}

.blog-details ul li:after{
  position: absolute;
  width: 22px;
  content: "";
  left: 0;
  top: 0;
  height: 21px;
  background-size: cover;
  background-image: url(../images/tik.png);
}
.topheader .btnbwhtasapp{
  background: #65c655;
  position: relative;
  width: 158px;
  border-radius: 50px;
  margin-left: 20px;
  text-align: center;
 
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 39px;

  padding: 5px 24px;
  line-height: 14px;
  font-size: 17px;
  padding-left: 36px;
  border: 1px solid #65c655;
}
.topheader .btnbwhtasapp:hover{
  background: transparent;
  color: #66c959;
  transition: .3s all;
}
.topheader .btnbwhtasapp span{
  position: absolute;
  left: -7px;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.topheader .btnbwhtasapp span img{
  width: 38px;
}

.btnorange.upto_sm_text{
  line-height: 16px;
  text-align: center;
  padding: 3px 10px;
}
.btnorange.upto_sm_text small{
  display: block;
  font-size: 12px;
  font-weight: 500;
}

/* tour page css*/
.slide-read-more{
     overflow:hidden;
 }
 .slide-read-more-button{
     cursor: pointer;
     text-align: right;
     margin-top: 8px;
     color: #488A8A;
     display: none;
 }

section.howtopartner-trip{background:#F3F3F3;padding:40px 0 25px;}
.trpplnr_nmbr_inr{margin:40px 0 0;}
.trpplnr_nmbr_inr ul{display: flex;flex-wrap: wrap;list-style: none;padding:0;margin:0;}
.trpplnr_nmbr_inr ul li{width: 16.66%; text-align: center; color: #0A1657; margin: 0 0 20px; box-shadow: 11px 7px 12px -5px #00000029; background: #fff; padding: 25px 20px; font-size: 14px;position: relative;}
.trpplnr_nmbr_inr ul li strong{display: inline-block; width: 100%; font-size: 26px; font-weight: 600;}
.trpplnr_nmbr_inr ul li:nth-child(even){background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;}
.trpplnr_nmbr_inr ul li:after{content:'';position: absolute;right:0;top:0;bottom:0;margin:auto;height:80%;width: 2px;background:#efefef;}
.trpplnr_nmbr_inr ul li:hover{background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;color:#fff;}

section.ad_img_con_sec{padding:50px 0 40px;background:#fff;}
section.ad_img_con_sec ul{margin:0 0 30px;}
section.ad_img_con_sec img{max-width: 100%; max-height: 170px;}

section.ad_img_con_sec_odd{background:#F3F3F3;}
section.ad_img_con_sec_odd .row{flex-direction:row-reverse;}

.get_price_popup.modal button.close{ position: absolute; right: -7px; top: -8px; z-index: 9; color: #ea9703; opacity: 1; width: 30px; height: 30px; background: #fff; border-radius: 50%; }
.get_price_popup.modal button.close:focus{ outline: none; }
.get_price_popup.modal .modal-dialog{ margin-top:10px; }
.get_price_popup.modal .modal-body{padding:0;}

.multiselect-native-select { position: relative; }
.multiselect-native-select select { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px -1px -1px -3px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; left: 50%; top: 30px; }
.multiselect-container { position: absolute; list-style-type: none; margin: 0; padding: 0; }
.multiselect-container .input-group { margin: 5px; }
.multiselect-container li { padding: 0; }
.multiselect-container li .multiselect-all label { font-weight: 700; }
.multiselect-container li a { padding: 0; }
.multiselect-container li a label { margin: 0; height: 100%; cursor: pointer; font-weight: 400; padding: 3px 20px 3px 40px; }
.multiselect-container li a label input[type=checkbox] { margin-bottom: 5px; }
.multiselect-container li a label.radio { margin: 0; }
.multiselect-container li a label.checkbox { margin: 0; }
.multiselect-container li.multiselect-group label { margin: 0; padding: 3px 20px 3px 20px; height: 100%; font-weight: 700; }
.multiselect-container li.multiselect-group-clickable label { cursor: pointer; }
.btn-group .btn-group .multiselect.btn { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.form-inline .multiselect-container label.checkbox { padding: 3px 20px 3px 40px; }
.form-inline .multiselect-container label.radio { padding: 3px 20px 3px 40px; }
.form-inline .multiselect-container li a label.checkbox input[type=checkbox] { margin-left: -20px; margin-right: 0; }
.form-inline .multiselect-container li a label.radio input[type=radio] { margin-left: -20px; margin-right: 0; }
/* .btn { border-radius: 0; padding: 10px 0; }
.btn-primary { background-color: #f00; border: none; border-radius: 0; padding: 11px 15px; text-transform: uppercase; } */
.multiselect_otr .btn-group{width:100%!important;}
.multiselect_otr .btn-group button.multiselect{box-shadow: 3px 3px 6px #00ACFF12; border: 1px solid #d0d0d0; border-radius: 7px; background: transparent linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;text-align: left;color: #495057; font-size: 14px;height:40px;}
.multiselect_otr .btn-group ul li a label{color:#333;font-size: 14px;padding: 2px 15px 2px 13px;}

.advrts_on{display: flex;flex-wrap: wrap;align-items: center;}
.advrts_on label{margin:0;font-weight:400;}
.advrts_on .form-check{margin: 0 20px 10px 0;}

.imgpopup .modal-dialog{max-width:70%;margin:auto;margin:30px auto 0;text-align: center;}
.imgpopup .modal-dialog .modal-body{padding:50px;}
.imgpopup .modal-dialog .modal-content button{position: absolute;right:30px;top:15px;z-index: 11;}

.imgpopup img{max-width: 100% ;}

/*rs page content  8-4-24*/

.page_content{
  padding: 40px 0px;
}
.page_content .slide-read-more-button{
  background: transparent linear-gradient( 
    180deg
     , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
        border: 1px solid #FF5E00;
        border-radius: 9px;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 600;
}
.page_content .slide-read-more-button:hover{
  background: transparent linear-gradient( 
180deg
 , #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #ffb100;
    color: #FF5E00;
    transition: .3s all;
    border-radius: 9px;
}
.page_content  ul li{
  list-style: none;
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
}
.page_content  ul li:after{
  position: absolute;
  width: 22px;
  content: "";
  left: 0;
  top: 0;
  height: 21px;
  background-size: cover;
  background-image: url(../images/tik.png);
}

.banner-section .col-md-7.col-lg-7{
  align-self: end;  
}
.bannercontent-new{
  padding-bottom: 146px;
}

/* .banner-inner.tourpage_banner{
    height: 230px;
} */

/*rs page content  8-4-24*/

/* py css start */
.index_mn{ position: fixed; left: 120px; right: auto; bottom: 60px; background: #fff; box-shadow: 2px -1px 12px #cecece; border-radius: 4px; z-index: 10;min-width:270px;}
.index_mn.active ul{height:100%;opacity: 1;visibility: visible;padding:15px 20px 10px;}
.index_mn.active .index_mn_hdr span.index_mn_hdr_icn:after{content:'';background: url('../images/sprite_img.webp') no-repeat -432px -12px; width: 11px; height: 11px;display: inline-block;}
.index_mn_hdr{font-size: 18px;font-weight:600;display: flex;justify-content: space-between;padding:10px 20px;background: #ffead6;}
.index_mn_hdr:hover{cursor:pointer;}
.index_mn_hdr span{display: inline-block;}
.index_mn_hdr span.index_mn_hdr_icn:after{content:'';background: url('../images/sprite_img.webp') no-repeat -409px -12px; width: 11px; height: 11px;display: inline-block;}
.index_mn ul{padding:p;height:0;opacity:0;visibility: hidden;margin-bottom: 0;overflow-y: auto; max-height: 340px;}
.index_mn ul li{margin:0 0 7px;padding:0;}
.index_mn ul li a{width:100%;color:#0A1657;display: inline-block;}
.index_mn ul li a:hover{color:#333;}
.index_mn ul li::after{display:none;}

.bulletpoints ul{ list-style: none; }
.bulletpoints ul li{ list-style: none; position: relative; padding-left: 32px; margin-bottom: 15px; }
.bulletpoints ul li:after{ position: absolute; width: 22px; content: ""; left: 0; top: 0; height: 21px; background-size: cover; background-image: url(../images/tik.png); }
.blog_vw_all{text-align: center;margin:30px 0 0;}
/* py css end */

/* banner css */
/* .bantext h1{
  font-weight: 800;
  background: #e66f0e;
  padding: 5px 8px;
  color: #FFFFFF;
  display: inline;
  white-space: pre-wrap;
  line-height: 47px;
  font-size: 40px;
  padding: 5px 8px 5px 5px;
  padding-left: 0px;
  box-shadow: -9px 0 0 #e66f0e;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-bottom: 0px;
} */
.blue-text h3{
  background: #1a21a8;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 2px;
  margin-left: -9px;
  font-size: 18px;
  display: inline-block;
  padding: 0px 0px 0px 6px;
}
.blue-text h3 span{
  display: inline-block;
  background: #fff;
  color: #e66f0e;
  border: 1px solid #1a21a8;
  padding: 6px 6px;
}
/* banner css end*/

.ad_img_con_img{
  width: 35%;
  float: right;
  padding-left: 34px;
  margin-bottom: 20px;
}
section.ad_img_con_sec ul{
width: 100%;
display: flex;
flex-wrap: wrap;
}
section.ad_img_con_sec ul li{
  width: 32%;
  margin-right: 10px;
}
section.ad_img_con_sec_odd .ad_img_con_img{ width: 35%; float: left; padding-right: 34px; padding-left: 0px; margin-bottom: 20px; }
.ad_img_con_img a{display: inline-block;position: relative;}
.ad_img_con_img a:hover{cursor:zoom-in;display: inline-block;}
.ad_img_con_img a:hover:before,.ad_img_con_img a:hover:after{opacity: 1;visibility: visible;}
.ad_img_con_img a:before{content:'';position: absolute;right:0;bottom:0;left:0;top:0;margin:auto;background:rgb(0,0,0,0.5);opacity: 0; visibility: hidden; transition: all 0.4s;border-radius: 8px;}
.ad_img_con_img a:after{content: 'Click to zoom in'; position: absolute; right: 0; bottom: 0; left: 0; top: 0; margin: auto; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; opacity: 0; visibility: hidden; transition: all 0.4s;}
.ad_img_con_sec.full-list-section ul{
width: 100%;
}
.ad_img_con_sec.full-list-section ul li{
  width: 100%;
}

.wsmenu>.wsmenu-list>li>a i.fa-chevron-down{background: url('../images/sprite_img.webp') no-repeat -31px -12px;width: 12px; height: 6px; vertical-align: middle; background-size: 380px; filter: brightness(0);}
.wsmenu>.wsmenu-list>li>a i.fa-home{background: url('../images/sprite_img.webp') no-repeat -12px -12px; width: 16px; height: 12px;filter: brightness(0);margin: 12px 0 0;transition: all 0.4s;}
.wsmenu>.wsmenu-list>li>a:hover i.fa-home{filter: brightness(1);}
i.fa-arrow-left{background: url('../images/sprite_img.webp') no-repeat -174px -40px; width: 21px; height: 17px;filter: brightness(0) invert(1); display: inline-block;}
.controlbtn:hover i.fa-arrow-left{filter:brightness(1) invert(0);}
i.fa-arrow-right{background: url('../images/sprite_img.webp') no-repeat -174px -40px; width: 21px; height: 17px;filter: brightness(0) invert(1); display: inline-block;transform: rotate(180deg);}
.controlbtn:hover i.fa-arrow-right{filter:brightness(1) invert(0);}



.indx_sec_title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.indx_sec_title span {
    font-size: 20px;
    font-weight: 700;
    color: #0A1657;
    margin: 0 6px 0 0;
}

.ads_sec_outer{
  margin-top: -95px;
  text-align: center;
}
.about-trip.refund_policy_sec ul{
  padding: 0px;
  margin-bottom: 20px;
}
.about-trip.refund_policy_sec ul li{
  list-style: none;
    margin-right: 20px;
    color: #9b9c9f;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    margin-bottom: 15px;
}
.about-trip.refund_policy_sec ul li:after{
  position: absolute;
  width: 22px;
  content: "";
  left: 0;
  top: 0;
  height: 21px;
  background-size: cover;
  background-image: url(../images/tik.png);
}
.share_div span{
  color: #FF5E00;
  font-size: 16px;
  font-weight: 600;
}
.share_div a img{
  width: 35px;
}

.blog_img_atag{
  text-align: center;
}
.blog_img_atag a{
  background: transparent linear-gradient(
    180deg
    , #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
        border: 1px solid #FF5E00;
        border-radius: 9px;
        padding: 8px 15px;
        color: #fff;
        cursor: pointer;
        outline: none;
        display: inline-block;
        font-size: 16px;
}
.blog_img_atag a:hover{
  background: transparent linear-gradient( 
180deg
 , #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #ffb100;
    color: #FF5E00;
    transition: .3s all;
    border-radius: 9px;
}
.desktop_packages{
  display: block;
}
.mobile_packages{
  display: none;
}

.desktop_newyear_package{display: block;}
	.mobile_newyear_package{display: none;}

  .footefixed-contact.mobilefooter-fixedcontent{display: none;}
  .writeforus_page ul{
    padding: 0px;
    margin-bottom: 20px;
  }
  .writeforus_page{padding: 50px 0px;}
  .writeforus_page li{
    list-style: none;
    margin-right: 20px;
    color: #9b9c9f;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    margin-bottom: 15px;
  }
  .writeforus_page li:after{
    position: absolute;
    width: 22px;
    content: "";
    left: 0;
    top: 0;
    height: 21px;
    background-size: cover;
    background-image: url(../images/tik.png);

  }

  .writeforus_page ul{
    padding: 0;
    list-style: none;
    }
    .writeforus_page ul li{
      list-style: none;
      margin-right: 20px;
      font-size: 15px;
      font-weight: 400;
    
      position: relative;
      padding-left: 32px;
      margin-bottom: 15px;
     width: 100%;
      margin-bottom: 30px;
    }
    .writeforus_page ul li:after{
      position: absolute;
      width: 22px;
      content: "";
      left: 0;
      top: 0;
      height: 21px;
      background-size: cover;
      background-image: url(../images/tik.png);
    }


    .writeforus_page .form-group label.error{
      position: initial;
      bottom: 0;
    }
  li.lastlistiteam ul.sub-menu{
    right: 100% !important;
    left: auto !important;
  }

  .desktop_loadmore_btn{
    text-align: center;
    margin: 30px 0px;
  }
  .wsmenu>.wsmenu-list>li.religious_li_main .sub-menu{
    min-width: 235px;
  }

  .thanku-page.thanks_main_page  ul{
    display: flex;
    justify-content: center;
  }
  .thanku-page.thanks_main_page  ul li{
    list-style: none;
    margin-right: 10px;
  }
  .thanku-page.thanks_main_page  ul li a{
    width: 38px;
    height: 38px;
    background: #0b1657;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
  }
  .thanku-page.thanks_main_page  ul li a:hover {
    background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    transition: .3s all;
  }
  .thanku-page.thanks_main_page  ul li a i{
    background: url(../images/sprite_img.webp) no-repeat;
    display: inline-block;
    filter: invert(1);
    vertical-align: middle;
  }
  .thanku-page.thanks_main_page  ul li a i.fa-facebook-f{
    background-position: -156px -12px;
    width: 16px;
    height: 16px;
  }
  .thanku-page.thanks_main_page  ul li a i.fa-instagram{
    background-position: -184px -12px;
    width: 16px;
    height: 16px;
  }
  .thanku-page.thanks_main_page  ul li a i.fa-youtube{
    background-position: -213px -12px;
    width: 16px;
    height: 16px;
  }
  .thanku-page.thanks_main_page  ul li a i.fa-whatsapp{
    background-position: -242px -12px;
    width: 16px;
    height: 16px;
  }

.thank_btns_hide .footerbutton{
display: none;
  }
  
  
.social_share ul li button.copylinkclr i{
  background: url(../images/sprite_img.webp) no-repeat -279px -34px;
  width: 28px;
  height: 24px;
  display: block;
  margin: auto;
}
.social_share ul li button{
  width: 38px;
  height: 38px;
  background: #0b1657;
  display: flex;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  padding: 0;
  border: none;
}
.social_share ul li button:hover{
  background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
  transition: .3s all;
}
.social_share.socaillink ul{
display: flex;
}
.blog_view_count{
  display: flex
  ;
      align-items: center;
}
.blog_view_count span{
  background: url(../images/sprite_img.webp) no-repeat -241px -41px;
  width: 34px;
  height: 17px;
  display: block;
  margin: auto;
  filter: brightness(.3);
}
.social_share.socaillink ul li a:hover{
  background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
  transition: .3s all;
}

.travel-blog-main .travelblogmain .travel-ct {
  min-height: auto;
  margin-top: 26px;
}
.social_share.socaillink{margin-top: 10px;}
.social_share.socaillink li:first-child{
  margin-left: 0px;
}
.blog_view_count p{
  margin-bottom: 0px
}

a.download_pdf_btn{
    margin-top: 20px;
}


/* popup design */
.popup-img{
  background: #FFF7F0;
  padding: 20px;
  height: 100%;
}
.popupimg{text-align: center;}

.popupimg img{
  width: 75%;

}
.popup-img .formtop-ct strong{
  font-size: 20px;
  display: block;
  color: #FF5E00;
  font-weight: 700;
}
#footerpopu .blueboxform{
background: transparent;
}
#footerpopu .blueboxform .contacthead{
  color: #0A1657;
  font-size: 22px;
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
#footerpopu .blueboxform .contacthead:after{
  position: absolute;
  content: "";
  width: 73px;
  height: 3px;
  background: #FF5E00;
  bottom: -2px;
  left: 0;
  right: 0;
}
#footerpopu .blueboxform .contacthead small{
  color: #FF5E00;
  font-weight: 700;
    font-size: 22px;
}
.popuplist ul{
list-style: none;
padding: 0px;

flex-wrap: wrap;
}
.popuplist ul li{

  margin-bottom: 18px;
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
}
.popuplist ul li:after{
  position: absolute;
  content: "";
  width: 20px;
  background-size: 20px;
  background-image: url(../images/tick.svg);
  left: 0;
  right: 0;
  top: 0;
  height: 20px;
  background-repeat: no-repeat;
}
#footerpopu.modal .modal-body .col-lg-7{
align-self: center;
}

#footerpopu.modal .form-group.submitbtndiv .commanbtn{
  width: 100%;
}
.gifbanner_box a img{
  max-width: 100%;    margin-bottom: 5px;
}

.sidebar_enq_form.package-from .blueboxform{
  padding: 6px 13px;
}
.sidebar_enq_form.package-from .blueboxform .blhead-bx{
  font-size: 19px;
}
.sidebar_enq_form.package-from .form-group label{
margin-bottom: 0px;
}
.sidebar_enq_form.package-from .form-group{
  margin-bottom: 12px;
}
.sidebar_enq_form.package-from .form-group label.error{
font-size: 11px;
    bottom: -14px;
}


.social_share.socaillink.blog_detail_social{
  align-items: baseline; margin-top: 0px;
}
.social_share.socaillink.blog_detail_social ul li{
padding-left: 0px;   
}
.social_share.socaillink.blog_detail_social ul li:after{
display: none;
}

/* .datefiled:before {
  position: absolute;
  content: "Travel date";
  top: 3px;
  left: 0;
  font-size: 14px;
  z-index: 1;
  padding: .375rem .75rem;
  color: #646161;
  pointer-events: none;
} */
/* .datefiled input.form-control {
  font-size: 0px;
} */

.col-md-4 .blueboxform .blhead-bx{
  font-size: 18px;
  color: #110e0e;
  font-weight: 700;
}
.col-md-4 .blueboxform span{
  color: #FF5E00;
  background: transparent;
  font-size: 19px;
}
.col-md-4 .blueboxform{
  background: transparent linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.col-md-4 .package-from .bnr-form{
  padding: 12px 19px;
  padding-top: 0px;
  
}
.col-md-4 input.form-control,.col-md-4 select.form-control{
  height: 38px;
  box-shadow: 3px 3px 6px #ffec0012;
  border: 1px solid #000;
  font-weight: 500;
    color: #000;
  
}
.col-md-4 .banner-form{
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 46%);
  width: 100%;
}
.col-md-4 .form-group.submitbtndiv .commanbtn{
  background: transparent;
  color: #ff7a00;
  font-weight: bold;
  margin-top: 0px;
  width: 40%;
}
.col-md-4 .form-group.submitbtndiv .commanbtn:hover{
  background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.col-md-4 .package-from{
  top: 140px;
}

.col-md-4 .package-from .banner-form:before{
display: none;
}
.formpup .bnr-form {
  padding-right: 35px;
}

.departur_date2{
  box-shadow: 3px 3px 6px #00ACFF12;
    border: 1px solid #000;
    border-radius: 7px !important;
    height: 40px;
    width: 100%;
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;  padding: .375rem .75rem !important;
}

.departur_date2::placeholder{
  font-size: 14px !important;
  color: #000;
}
.departur_date2:focus{
  outline: none;

}
.col-md-4 .departur_date2{
  height: 38px;
}
.col-md-4 .departur_date2::placeholder{
  font-weight: 500;
  color: #000;
}
.faqcontent{
  display:none;
} 
.viewall_faq{text-align: center;}

.script_box{
  height: 400px;
  margin-bottom: 20px;
}
.thnk-list{
  margin-bottom: 15px;
}
.thnk-list li {
  list-style: none;
  padding: 0;
  margin-bottom: 8px;
  font-size: 12px;
}
.thnk-list strong{
  display: inline-block;margin-bottom: 10px;color: #FF5E00;height: 20px; font-size: 12px; margin-bottom: 10px;
}

.thankyou-message{
  text-align: center;
  margin-top: 20px;
}
.thankyou-message p{
font-size: 14px;
margin-bottom: 6px;
}
.thankyousection-list{
  width: 50%;
    margin: auto;
}

/* new home page css */
.bannercontent-new h1{
  font-size: 45px;
  color: #E66F0E;
}
.bannercontent-new p{
font-size: 40px;

}

.home_page_main .banner-section{
  position: relative;
  z-index: 0;
}
.home_page_main .banner-section:after{
  position: absolute;
  content: "";
  background: #F3F3F3;
  left: 0;
  top: 0;
  bottom: 0;
  width: 55%;
  z-index: -1;
}
.home_page_main .banner-section:before{
  position: absolute;
  content: "";
  background-image: url(../images/tripplanner-abstract-2.png);
  left: 54%;
  width: 147px;
  background-size: 131px;
  top: 0px;
  bottom: 0;
  /* transform: scaleX(-1); */
  height: 685px;
  background-repeat: no-repeat;
  /* transform: scaleX(-1); */
}
.home_page_main .banner-form:after{
  display: none;
}

.home_page_main .bannercontent-new h1{
  padding-right: 50px;
  font-size: 55px;
  position: relative;
  padding-bottom: 10px;
}
.home_page_main .bannercontent-new h1:after{
  position: absolute;
  content: "";
  background: #000000;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.bannercontent-new p{ font-size: 36px; line-height: 60px; color: #000; }
.bannerpopular-slider .popularbox a{
  display: block;
  padding: 10px;
  box-shadow: 23px 18px 30px -23px #0000003b;
  background: #f9f9f9;
  border-radius: 10px;
  color: #023F76;
  border: 2px solid #fff;
}
.bannerpopular-slider .popularbox a:hover{
  color:#FF8000;
}
.bannerpopular-slider .popularbox a .pop-img img{
width: 100%;
}
.swiper.popularslider-banner{
padding-bottom: 30px;
}
.populartext h3{ color: #FF8000; font-size: 28px; font-weight: 600; text-transform: capitalize;     margin-bottom: 0;}
.popularheading{ display: flex; justify-content: space-between; margin-top: 50px; margin-bottom: 20px; align-items: center; }
.populerslider-text{
  margin-top: 5px;
}
.populerslider-text span{
  font-size: 13px;
}
.populerslider-text span img{
  margin-right: 6px;
    width: 15px;
}
.bannerpopular-slider .populerslider-text strong{
display: block;
}
.bannerpopular-slider .controlbtn{
  width: 35px;
  background: transparent;
  height: 35px;
}
.bannerpopular-slider .controlbtn.swiper-button-disabled{
opacity: .4;
}
.bannerpopular-slider .controlbtn i.fa-arrow-right{
  background: url(../images/sprite_img.webp) no-repeat -174px -37px;    width: 17px;
  height: 20px;
  filter: initial;

}
.bannerpopular-slider .controlbtn i.fa-arrow-left{
  background: url(../images/sprite_img.webp) no-repeat -174px -40px;
  width: 17px;
  height: 20px;
  filter: initial;
}
.home_page_main .bannercontent-new{
  padding-bottom: 0px;
}
.home_page_main  .banner-innersection{

  height: 100%;
}


a:not([href]):not([tabindex]).toggle-btn.btnorange{
cursor: pointer;
margin-left: 0px;
color: #fff;
font-weight: 400;
padding: 2px  10px;
margin-bottom: 15px;
}
a:not([href]):not([tabindex]).toggle-btn.btnorange:hover{
  color: #FF5E00;
}

.readmore_con .more-text {
  position: absolute;  opacity: 0;    visibility: hidden;
}



.readmore_con.active .more-text {
  transition: opacity 0.3s ease;
  position: initial;
  opacity: 1;
  visibility: visible;
}
.readmore_con p span{
  position: absolute;  opacity: 0;    visibility: hidden;
}
.readmore_con.active p span{
  transition: opacity 0.3s ease;
  position: initial;
  opacity: 1;
  visibility: visible;
}
.home_page_main .smallslider .destcontentmain{
padding: 10px;
box-shadow: 23px 18px 30px -23px #0000003b;    border: 2px solid #fff;
}
.home_page_main .smallslider .destictsmall{
padding: 0px;
}
.home_page_main .smallslider .desheadname .textdesi .btntourpackages{
  font-weight: 500;
  color: #023F76;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
.home_page_main .smallslider .desheadname .textdesi .btntourpackages:hover{
  color: #FF5E00;
}
.home_page_main .smallslider .desheadname{
  margin-bottom: 0px;
  min-height: 48px;
}
.home_page_main .smallslider .destimg{
  height: 135px;
}
.readbtn-faq {
  text-align: center;
}
.readbtn-faq a:not([href]):not([tabindex]).toggle-btn.btnorange{
  padding: 10px 10px;
}

.bloghome-new{
  padding: 50px 0px;
  background: #fff;
}
.bloghome-new .blogbigbox strong{
  display: block;
  font-size: 23px;
  color: #000;
  margin-bottom: 10px;
}
.blogct{
  padding: 30px 20px;
}
.blog-readmorebtn{
  font-size: 18px;
  text-decoration: underline;
  color: #FF5E00;
  transition: .3s all;
}
.blog-readmorebtn i{
  margin-left: 10px;
}
.blogbigbox a{
  box-shadow: 0px 0px 35px 0px #00000014;
  background: #fff;
  display: inline-block;

}
.blogbigbox.blogsmallbox a{
display: flex;box-shadow: 0px 0px 35px 0px #00000014;

}
.blogbigbox.blogsmallbox a .bl-img{
width: 30%;

}
.blogbigbox.blogsmallbox{
margin-bottom: 30px;
}
.blogbigbox.blogsmallbox a .bl-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blogbigbox.blogsmallbox a .blogct{
width: 70%;
}
.bloghome-new .slidertopheading{
  align-items: start;position: relative;
}
.blogbigbox a:hover strong{
color: #FF5E00;
}
.blogbigbox a:hover .blog-readmorebtn{
  padding-left: 15px;
}
.logoimg img{
  width: 100%;
}
.partnerslogo .swiper-pagination{
display:  block;
}
.swiper.partnerslogo{
  padding-bottom: 50px;
}
.partnerslogo-section{ width: 100%; margin: auto; }
.homecontent.logo-parters{ padding-bottom: 0px; }

.destinations-slider-international .commanbtn{
  font-weight: 500;
  color: #023F76;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}
.destinations-slider-international .destictsmall{
padding: 0px;
}
.destinations-slider-international .destcontentmain {
  padding: 10px;
  box-shadow: 23px 18px 30px -23px #0000003b;
  border: 2px solid #fff;
}
.destinations-slider-international .destimg {
  height: 135px;
}
.destinations-slider-international .desheadname {
  margin-bottom: 0px;
  min-height: 48px;
}
.destinations-slider-international .desheadname .textdesi .commanbtn:hover {
  color: #FF5E00;
}


.wsmenu>.wsmenu-list>li.hotelli>ul.sub-menu{
right: 0;
}




.autocomplete-list {
  position: absolute;
  width: 100%;
  background: white;

  border-top: none;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-list li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.autocomplete-list li:hover {
  background: #f0f0f0;
}

.autocomplete-list li.active {
  background: #007bff;
  color: white;
}

#Going.form-control:focus::placeholder {
  color: transparent;
}
.autocomplete-list li{
padding-left: 10px !important;
margin-bottom: 0px !important;
}
.autocomplete-list li:after{
  display: none;
}



.main-button{
  background: #ff8100;
  padding: 5px 8px;
  margin-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
}
.main-button a{
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  line-height: 15px;
  text-align: center;
  margin: auto;
}
.main-button a img{
  width: 34px;
  margin: auto;
  display: block;
}
.footernew{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.footernew ul{
  display: inline-block;
  background: #feebd5;
  border-radius: 10px;
 padding: 0; 
 list-style: none;
  list-style: none;
  position: absolute;
  right: -200px;
  bottom: 0;
  transition: right 0.3s ease;
  z-index: 1;
}
.footernew ul li{
  text-align: center;
}
.footernew ul li a{
  padding: 8px 15px;
  display: inline-block;
  border-bottom: 1px solid #ead0b3;
  transition: .5s all;width: 100%;
}

.footernew ul span{
  background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  margin: auto;
;
  align-items: center;
  justify-content: center;
}
.footernew ul span img{
  width: 100%;    width: 16px;
}
.footernew ul small{
  display: block;    line-height: 10px;
  font-size: 10px; color: #535852;font-weight: 700;text-transform: capitalize;margin-top: 4px;
}

.footernew:hover ul{
  right: 0px;
}

.themebox .bigimgtheme{
 height: 80px; position: relative;
}
.themebox .bigimgtheme img{
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}


strike {
    color: #8c8a8a;
    font-weight: normal;margin-right: 10px;
}
.offrd_price_div2{display: flex;}

/* form css */
.formdiv.form-group{
      width: 19%;
    margin-right: 7px;
}
.row.formflex-row{
justify-content: space-between;    padding: 0px 15px;
}
.sellingfilterbtn{
  display: flex;
}
.sellingfilterbtn .formbtn{
    margin-right: 5px;
}
.formdiv.form-group select.form-control{
    padding: 0px 5px;
}
.sellingfilterbtn .formbtn .commanbtn{
    font-size: 14px;
    font-weight: 600;
}
.bestsellingmain{
  margin-bottom: 20px;
}
.stardiv i{
      background: url(../images/sprite_img.webp) no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -21px -102px;
    width: 24px;
    height: 24px;
 
}
/* form css new end */


/* travel launch website css start here */

.travelmain-banner{
  margin-top: 138px;
  height: 700px;
  padding: 50px 0px;
  padding-top: 10px;
     background: url(../images/travelbanner-img.webp) no-repeat;
     background-size: cover;
     position: relative;
}
.launch-travel-ct{
  padding-top: 20px;
}
.travelmain-banner:after{
      position: absolute;
    content: "";
    width: 100%;
    background-image: url(../images/banners-abstract.webp);
    height: 128px;
    bottom: 0px;
 
}
.travelwebsites-form .cmnbtn{
background: #E66F0E;
    border: 1px solid #FF8000;
    color: #fff;
    font-size: 20px;
    border-radius: 12px;
    box-shadow: 41.49px 49.79px 46.85px 0px #0000000E;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    cursor: pointer;
    transition: .3s all;
        margin-top: 15px;
}
.travelwebsites-form .cmnbtn:hover{
background: #ff6c00;
}
.traveltheme-btn{
  margin-top: 20px;
}
.traveltheme-btn .travel-cmnbtn{
    background: #1A21A8;
    color: #fff;
    padding: 17px 16px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    transition: .3s all;
    position: relative;
    cursor: pointer;
}
.traveltheme-btn .travel-cmnbtn:hover{
    background: #ff6c00;
}
.traveltheme-btn .travel-cmnbtn:first-child{
  margin-right: 10px;
}
.travel-cmnbtn.whtsappbtn{
   padding: 17px 12px;
   
}
.traveltheme-btn .travel-cmnbtn.orangebtn{
background: #E66F0E;  
border: none;
outline: none;
}
.traveltheme-btn .travel-cmnbtn.orangebtn:hover{
background: #ff6c00 ;
}
.launch-travel-ct h1{
 font-size: 45px;color: #000000;margin-bottom: 20px;
}
.launch-travel-ct h1 span{
  color: #1A21A8;
}
.website-benefits ul{
display: flex;
flex-wrap: wrap;
list-style: none;
background: #fff;
 
 
}
.website-benefits ul li{
width: 20%;
    text-align: center;
    padding: 15px 8px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.launch-travel-ct .traveltheme-btn{
margin-top: 40px;
}
.launch-travel-ct .traveltheme-btn .travel-cmnbtn.whtsappbtn{
margin-left: 20px;
}
.launch-travel-ct p{
  font-size: 18px;
}
.website-benefits ul li:after{
  position: absolute;
    right: 0;
    content: "";
    background: #E8E8E8;
    width: 1px;
    height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.website-benefits ul li:last-child:after{
display: none;
}
.website-benefits ul li span{
  display: block;
    width: 45px;
    margin: auto;
    margin-bottom: 6px;
}
.travelwebsites-form{
  background: #1A21A8;
    padding: 20px;
    border-radius: 12px;color: #fff;    box-shadow: 64.02px 76.82px 80px 0px #00000012;
}
.travelwebsites-form label{
  color: #fff;    font-size: 13px; font-weight: 500; margin-bottom: 0px;
}
.travelwebsites-form  h2{
    color: #fff;
    font-size: 27px;
    margin-bottom: 0;
}
.travelwebsites-form form.row{
 margin-right: -10px;
    margin-left: -10px;
}
.travelwebsites-form form.row .form-group.col-lg-6{
  padding-left: 10px;
  padding-right: 10px;
}
.travelwebsites-form  .form-group{
margin-bottom: 7px;
}
 
.travelwebsites-form  small{
      font-size: 18px;
    font-weight: 400;
        margin-bottom: 10px;
    display: inline-block;
}
.pricing-section{
  background: #fff;
  padding: 50px 0px;
  position: relative;
  padding-bottom: 70px;
  padding-top: 0px;
  scroll-margin-top: 150px;
}
 
ul.plans-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
 list-style: none;
 margin-left: -10px;
 margin-right: -10px;
}
 
ul.plans-list>li{
  width: 25%;padding: 0px 10px;
  position: relative;
}
ul.plans-list>li .planbox-main{
background: #F9F9F9;
border: 2px solid #EBEBEB;
    border-radius: 12px;height: 100%;
 
}
.addon-bottom>ul>li{
    background: #F9F9F9;
    border: 2px solid #EBEBEB;
    border-radius: 12px;
    height: 100%;
}
 
.addon-bottom>ul>li .features{
display: flex;
 
padding-left: 20px;
flex-wrap: wrap;
    padding-top: 20px;
}
.addon-bottom>ul>li{
  list-style: none;
}
.addon-bottom{
  margin-top: 40px;
}
.addon-bottom>ul>li .plan-header{
    text-align: center;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 40px;
}
.addon-bottom>ul>li .plan-price{
font-size: 30px;
}
.adonbtn-select{
  text-align: center;
}
.plan-btcontent .adonbtn-select  .select-btn{
width: 300px;
}
.addon-bottom>ul>li .features li{
  width: 50%;
  padding-left: 0px;
  display: flex;
    align-items: start;
}
.addon-bottom>ul>li .features li input[type=checkbox]{
    margin-right: 5px;
    margin-top: 0px;
    width: 16px;
    height: 15px;
}
.addon-bottom>ul>li .features li:before{
display: none;
}
ul.plans-list>li .planbox-main:hover{
  border-color: #1A21A8;
}
ul.plans-list>li .planbox-main:hover .plan-btcontent .select-btn{
    background: #1A21A8;
    color: #fff;
}
.plan-btcontent ul li:hover{
  padding-left: 30px;
}
.plan-btcontent .select-btn{
    background: #FFFFFF;
    color: #E66F0E;
    border: 1px solid #E3E3E3;
    padding: 10px 18px;
    display: inline-block;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    position: relative;
    top: -55px;
    transition: .3s all;
    cursor: pointer;
}
.plan-btcontent .select-btn:hover{
      background: #1A21A8;
    color: #fff;
}
ul.plans-list>li.popularplan .planbox-main{
  border-color: #1A21A8;
 
}
ul.plans-list>li.popularplan:after{
    content: "";
    position: absolute;
    width: 142px;
    height: 69px;
    background-size: 130px;
    background-image: url(../images/most-popular.webp);
    background-repeat: no-repeat;
    top: 0px;
    right: -5px;
}
/* ul.plans-list>li.popularplan .plan-btcontent .select-btn{
background: #1A21A8;color: #fff;
} */
.plan-btcontent{
  padding: 10px;
}
.plan-btcontent ul{
  padding: 0px;
  list-style: none;    margin-top: -25px;
}
.plan-btcontent ul li{
     margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    line-height: 18px;
    transition: .3s all;
}
 
.plan-btcontent ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    background: #08A600;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    left: 0;
}
 
.plan-header {
color: #fff;
    padding: 15px;
    text-align: left;
    border-radius: 12px 12px 0px 0px;
    min-height: 180px;
    background: linear-gradient(180deg, #FF8000 77.88%, #FFFFFF 87.98%);
    padding-top: 37px;
 
}
.plan-title {
  font-size: 16px;
  font-weight: 500;
}
.plan-price {
  font-size: 22px;
  margin-top: 5px;
  font-weight:700;
}
 
.plan-price span {
  font-size: 15px;
  display: block;
  color: #fff;
  font-weight: 400;
}
.choose-website{
  padding: 50px 0px;
  position: relative;
  padding-bottom: 70px;
  scroll-margin-top: 150px;
}
 
.choose-website .chooselist ul{
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0px;
}
.choose-website .chooselist ul li{
  width: 50%;text-align: center;
  border: 1px solid #fff;
  transition: .3s all;
}
.websitebox img{
  transition: .3s all;
}
.choose-website .chooselist ul li:hover .websitebox img{
transform: scale(1.2);
transition: .3s all;
}
.choose-website .chooselist ul li .websitebox{
padding: 40px;
}
.choose-website .chooselist ul li .websitebox .traveltheme-btn{
display: flex;
width: 80%;
margin: auto;
margin-top: -12px;
position: relative;
    z-index: 1;
}
.choose-website .chooselist ul li .websitebox .traveltheme-btn .travel-cmnbtn{
display: inline-block;
    width: 100%;
}
.choose-website .chooselist ul li .websitebox strong{
  font-size: 20px;
}
.choose-website .chooselist ul li:first-child .websitebox{
background: #BDD4DA;
}
.choose-website .chooselist ul li:nth-child(2) .websitebox{
background: #C4EFFF;
}
.choose-website .chooselist ul li:nth-child(3) .websitebox{
background: #FFECD9;
}
 
.choose-website .chooselist ul li:nth-child(4) .websitebox{
background: #BEDAB2;
}
.why-choose-website{
  padding: 50px 0px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%);
}
.why-choose-website ul{
  list-style: none;
  padding: 0px;
}
.why-choose-website ul li{
  margin-bottom: 20px;
}
.why-choose-website ul li strong{
color: #E66F0E;    font-size: 18px;
}
.need-website{
  padding: 50px 0px;
  background: #fff;
  position: relative;
  padding-top: 70px;
}
.need-website .controlbtn{
z-index: 0;
}
.need-website .needarrow-slider .swiper-button-next:after ,.need-website .needarrow-slider .swiper-button-prev:after {
font-size: 20px;
}
 
.need-website .needweb-box{
background: #F0F0F0;
padding: 40px;
transition: .3s all;min-height: 360px;
}
.need-website .needweb-box:hover {
  background: #E66F0E;
}
.need-website .needweb-box:hover strong,.need-website .needweb-box:hover p{
color: #fff;
}
.need-website .needweb-box span{
     width: 120px;
    display: inline-block;
    background: #FFFFFF;
    padding: 13px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.need-website .needweb-box strong{
 display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0px;
}
.contactus{
      padding: 50px 0px;
      background: #fff;
}
.contactus .traveltheme-btn{
    margin-top: 40px;
}
 
 
.trave-theme-mainsection .section-heading h2.text-head{
font-size: 40px;
}
.trave-theme-mainsection .text-head:after{
    width: 140px;
}

 
.blinking-arrow.travel-cmnbtn{
    text-align: center;
    background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    margin-left: 20px;
}
.blinking-arrow img{
      display: inline-block;
    width: 40px;
    filter: brightness(0) invert(1);animation: bounce 1.5s infinite ease-in-out;
}
.launch-travel-ct .traveltheme-btn .travel-cmnbtn:first-child{
margin-right: 0px;
}
.borderbtngourp .traveltheme-btn{
margin-top: 0px;
position: absolute;
width: 100%;
text-align: center;    bottom: -25px;    z-index: 1;
}
.whychoose-boxes .traveltheme-btn {
    margin-top: 30px;
}
 
 @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
        opacity: 0.4;
      }
      50% {
        transform: translateY(5px);
        opacity: 1;
      }
    }
.select2-selection.select2-selection--multiple{
box-shadow: 3px 3px 6px #00ACFF12;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    height: 40px;
    font-size: 14px;
    position: relative;
}
 
.travelwebsites-form .select2-container--default .select2-selection--multiple {
    display: block;
    white-space: nowrap;
    overflow-x: auto;   /* horizontal scroll */
    overflow-y: hidden; /* no vertical scroll */
    height: auto;
    min-height: 40px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    scrollbar-width: thin; /* Firefox */
}
 
/* Remove wrapping and allow tags in one line */
.travelwebsites-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 5px;
    padding-right: 10px;
    scrollbar-width: thin;
}
 
/* Individual tag style */
.travelwebsites-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
 background-color: #efefef;
    color: #000;
    border: none;
    border-radius: 2px;
    padding: 2px 6px;
    font-size: 12px;
    margin: 2px 0;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 5px;
        border: 1px solid #1a21a8;
}
 
/* Optional: style the close (x) icon */
.travelwebsites-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    margin-right: 4px;
}
.travelwebsites-form .select2.select2-container{
width: 100% !important;
}
.select-btn.selplanbtn.selectedplan{
background: #08A600;
color: #fff;
border: none;
outline: none;
}
.select-btn.selplanbtn.selectedplan span{
  position: relative;right: 18px;
}
.select-btn.selplanbtn.selectedplan span:after{ content: "✔"; position: absolute; left: 0; background: #fff; color: #08A600; width: 22px; height: 22px; border-radius: 50%; text-align: center; line-height: 23px; font-size: 16px; right: -30px; left: auto; top: 0; bottom: 0; margin: auto; }
 
ul.plans-list>li .planbox-main:hover .plan-btcontent .select-btn.selplanbtn.selectedplan{
background: #08A600;
color: #fff;
}
 
.travel-cmnbtn.orangebtn.siteselbtn.selectedwebsite{
background: #08A600;
color: #fff;
}
.travel-cmnbtn.orangebtn.siteselbtn.selectedwebsite span{
  position: relative;
  right: 18px;
}
.travel-cmnbtn.orangebtn.siteselbtn.selectedwebsite span:after{
  content: "✔"; position: absolute; left: 0; background: #fff; color: #08A600; width: 22px; height: 22px; border-radius: 50%; text-align: center; line-height: 23px; font-size: 16px; right: -30px; left: auto; top: 0; bottom: 0; margin: auto;
}
.travelwebsites-form .select2-search__field{
    width: 100% !important;
}
.travelwebsites-form .select2-container--default .select2-selection--multiple .select2-selection__clear{
  margin-right: -4px !important;
}

/* travel launch webiste css end here */
 .mobileview-link{
  display: none;
 }

 /* agent-verification css start herer */
.courses-list.outer-padding.thankyousec.agentverify_secmain{
      padding-top: 150px;
}
.courses-list.outer-padding.thankyousec.agentverify_secmain .form-group label{
display: block;
text-align: left;
}
.courses-list.outer-padding.thankyousec.agentverify_secmain .thanku-head.thnks-text{
line-height: 15px;
}
.courses-list.outer-padding.thankyousec.agentverify_secmain .form-group small{text-align: left; display: block;min-height: 36px;}
 
.courses-list.outer-padding.thankyousec.agentverify_secmain .thanku-page{
    background: #f6f6f6;
    padding: 35px 50px;
    width: 72%;
    margin: auto;
}
.courses-list.outer-padding.thankyousec.agentverify_secmain .thanku-page .btn.cmnbtn.btnorange{
    margin-left: 0;
    width: 100%;
}
.courses-list.outer-padding.thankyousec.agentverify_secmain .form-group label.error{
    bottom: inherit;
}
.courses-list.outer-padding.thankyousec.agentverify_secmain .form-group input{
font-size: 11px;
height: 36px;
}
.thankyousec .agent_thankpage_txt .btnorange{
margin: 10px 0px;
}
/* agent-verification css end herer */

.lazy-loading{background:#e3e3e3;} 


@media (min-width: 1299px) {
  .container {
    max-width: 1280px;
}
}

@media (min-width: 1599px) {
  .home_page_main .banner-section:before{
    height: 795px;
    background-size: 160px;
}
.container {
  max-width: 1500px !important;
}
}
@media (max-width: 1698px) {
  .home_page_main .banner-section {
    height: 650px;
}
  .home_page_main .banner-section:before{
    height: 650px;
    background-size: 148px;
    left: 55%;
  }
  .home_page_main .banner-section:after{
    width: 56%;
  }
  .home_page_main .bannercontent-new h1{font-size: 36px;}
  .bannercontent-new p{ font-size: 26px; line-height: 45px; }
  .populartext h3{font-size: 24px;}
  .bannercontent-new p br{display: none;}
  .banner-innersection .container .row{
    align-items: start;
  }
}

@media (max-width: 1398px) {
  .popularheading{
    margin-top: 35px;
  }
  .wsmenu>.wsmenu-list>li>a{font-size: 15px !important;}
  .bannercontent-new p{
    font-size: 24px;
        line-height: 36px;
  }
  .bannercontent-new p br{display: none;}
  .home_page_main .banner-section {
    height: 520px;
    padding: 18px 0px;
}
.home_page_main .bannercontent-new h1{
  font-size: 34px;
}
.bloghome-new .blogbigbox strong{
  font-size: 20px;
}
.banner-section .col-md-7.col-lg-7 {
    align-self: start;
}
.banner-form.desktopversionform .blueboxform{
padding: 5px 18px;
}
.home_page_main .bannercontent-new {
       padding-top: 40px;
}
.bannerpopular-slider .popularbox a{
  padding-bottom: 3px;
}
}



.footr_small_text{
  margin-top: 10px;
}
.footr_small_text small{
color: #fff;
display: inline-block;
}
.servcietour p img{
width: 100%;
}


.tourdetl strike{
    color: #000 !important;
}

.viewbtn_form {   
    color: #ffd400;
 font-size: 10px;
}

.liview_btn{
    color: red;
}

.selctd_span {   color: green;
}


.toperr_msg{
    font-size: 13px !important;
    color: #FF8000 !important;
}

#christmas_popup .close{
    position: absolute;
    right: -7px;
    top: -8px;
    z-index: 9;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    background: #ff0800;
    border-radius: 50%;
}
 
#christmas_popup.modal{
      background: #00000091;
}
#christmas_popup .modal-body{
    box-shadow: 2px 0px 8px 5px #c4c4c478;
}

.popularslider-banner .swiper-slide { flex: 1; }
.destinations-slider .swiper-slide{flex:0 0 15%;margin-right: 10px;}
.placeholder-bg { background: #e5e5e5; min-height:135px; /* adjust */ position: relative; }
.placeholder-bg img { display: none; }

.toggle-btn.btnorange{margin-left:0;margin-bottom: 15px;}