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

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold.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.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.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: var(--red);
}
 
 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: 18px 0px;
    z-index: 1;
    background: black;
}
.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: url(../../../images/bg1.jpg);
    width: 100%;
    position: relative;
    height: 930px;
    background-size: cover;
    background-repeat: no-repeat;
/*    padding-top: 150px;*/
    padding: 50px 0px;
    margin-top: 138px;
}
.banner-section:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffffba;
/*    background: linear-gradient(360deg, rgba(8, 18, 38, 0) 0%, rgba(8, 18, 38, 0.7) 33%);*/
}


.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: #19181E;
    margin-bottom: 7px;
    font-weight: 500;
}
.form-group label.error{
font-size: 12px;
color: red;
font-weight: 300;
position: absolute;
    bottom: -26px;
    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, #ed1d24 0%, #ed1d24 100%) 0% 0% no-repeat padding-box;
/*    background: transparent linear-gradient(180deg, #ed1d24 0%, #ed1d24 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 #ed1d24;
    color: #ed1d24;
    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, #ed1d24 0%, #930000 100%) 0% 0% no-repeat padding-box;
/*    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 var(--red);
color: var(--red);
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;    display: none;
}

.destleft{
    margin-top: 25px;
}

.desheadname .textdesi{
  font-size: 16px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 0px;
  min-height:30px;
}
.servcietour .desheadname{
text-align: left;
}
.desheadname {
      text-align: center;
}
.destinations-slider-indian .desheadname{
text-align: left;
min-height: 38px;
}
.destimg{
  position: relative;
     height: 275px;
  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: #000;
  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: var(--red);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.section-heading .text-head span{
color: var(--red);
}
.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;
    
}
.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;
}
.ourexpcont ul li span{
  font-size: 35px;
  font-weight: 700;
  color: var(--red);
}
.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;
/*background: url(https://armonia.ae/img/contacts-1.jpg);*/
background: black;

}
.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: #ed1d24;
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;*/    color: #c5c5c5;
}

/*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;
}
/*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;    display: none;
}
.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;
    border-bottom: 1px solid #d8d8d8;
}
.freaquntymain a.accordion-toggle h2 ,.freaquntymain a.accordion-toggle p{
 font-size: 20px;
    color: #000000;
    /* 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;
}
.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: #000;
    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, #ed1d24 0%, #ed1d24 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: var(--red);
    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: 20px auto;
}
/*.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: 180px;
    padding-bottom: 50px;
}
.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{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 20px; font-size: 26px; display: inline-block; font-weight: 500; margin: 0 0 30px;}
.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: #0b1657; 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: 0;
  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: #dc35450f;
  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: #000;
  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: var(--red);
  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: 12px;    bottom: -17px;
}


.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;
}
/* new home page css */
.bannercontent-new h2{
  font-size: 45px;
  color: #ffffff;
}
.bannercontent-new p{
font-size: 40px;

}

.home_page_main .banner-section{
  position: relative;
  z-index: 0;
 
}


.home_page_main .banner-form:after{
  display: none;
}

.home_page_main .bannercontent-new h2{
  padding-right: 50px;
    font-size: 29px;
  position: relative;
  padding-bottom: 10px;
  padding-top: 20px;
}
.home_page_main .bannercontent-new h2:after{
  position: absolute;
  content: "";
  background: #000000;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: 0;
  display: none;
}
/*.bannercontent-new p{ font-size: 36px; line-height: 60px; color: #000; }*/
    
    .bannercontent-new p{
      font-size: 18px;
    line-height: 30px;
  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:#ee1d25;
}
.bannerpopular-slider .popularbox a .pop-img img{
    width: 100%;
    height: 117px;
    object-fit: cover;
}
.swiper.popularslider-banner{
padding-bottom: 30px;
}
.populartext h3{ 
   font-size: 28px; font-weight: 600; 
    text-transform: capitalize;     margin-bottom: 0;
    color: gold;

    text-decoration: underline;
}
.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%; z-index: 1;
    position: relative;

}


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;
}



@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 h2{font-size: 40px;}*/
/*  .bannercontent-new p{ font-size: 28px; line-height: 45px; }*/
  .wsnavtoggle.active span {
    display: none; /* Hide the hamburger icon */
}

.wsnavtoggle.active::after {
    content: 'X'; /* Or use your close icon here */
    font-size: 2em;
}
{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: 28px;
        line-height: 36px;
  }
  .bannercontent-new p br{display: none;}
  .home_page_main .banner-section {
    height: 545px;
    padding: 23px 0px;
}
.home_page_main .bannercontent-new h2{
  font-size: 40px;
}
.bloghome-new .blogbigbox strong{
  font-size: 20px;
}


}



.footr_small_text{
  margin-top: 10px;
}
.footr_small_text small{
color: #fff;
display: inline-block;
}   


.desheadname ul{
    list-style: none;    text-align: left;
}
.desheadname ul li i{    padding-right: 30px;
    width: 20px; color: var(--red);}

    .bookdest2 .commanbtn{       width: 194%;
    margin-left: 2%;}

/*    table*/
.tablemy table th {
    /* border: 1px solid #fff; */
    padding: 10px 6px 10px 6px;
    background-color: var(--red);
    color: #fff;
    border-left: #000 solid 1px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}thead {
    border-bottom: 1px solid #d0d0d0;
}.tablemy table td {
    border: 1px solid #000;
    padding: 10px 6px 10px 6px;
}.btn-primary {
    color: #fff;
    background-color: #ce0000;
    border-color: #e33913;
}.btn-success {
    color: #fff;
    background-color: goldenrod;
    border-color: #f47519;
}table {
    width: 100%;
    display: table;
}.c5_main_div {
    background-color: rgb(240, 241, 244);
}.c5_main_div1 {
    padding-top: 4vh;
/*    width: 80vw;*/
    margin: 0 auto;
}.c5_main_div1 hr {
    height: 3px;
    border-width: 0;
    background-color: rgb(130, 184, 51);
    width: 10vw;
    margin-left: 0;
}.c5_main_div1 h3 {
    font-weight: 700;
    text-align: left;
    color: #000000 !important;
}.span1 {
    color: #12A6C4;
}.c5_main_div2 {
    padding-top: 2vw;
    width: 80vw;
    margin: 0 auto;
    padding-bottom: 5vw;
}.c5_div {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #e6e5e5;
}.c5_sub_div {
    display: grid
;
    grid-template-columns: auto auto auto;
    padding: 2vw;
}.c5_sub_div1 {
    border: 1px solid rgb(244, 242, 242);
    padding: 20px;
    font-size: 30px;
    border-left: 0px;
    border-top: 0px;
}.c5_sub_div1 h4 {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.2vw;
    color: #404040;
/*      margin-top: 1vw;*/
}

.c5_sub_div1 strong{
    font-size: 1.4vw;

}

.c5_sub_div1 i{
    color: var(--red);
}
.c5_sub_div1:hover{
    padding-top: 10px;
    transition: 0.6s;
}

footer ul .social-icons a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
    border-radius: 50%;
    border: 1px solid rgba(35, 40, 45, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    transition: .5s;
    background: var(--red);
}footer ul li a {
    opacity: .85;
    -webkit-transition: .35s;
    transition: .35s;
    color: #dddddd;
}   


.list-unstyled li{

 line-height: 35px;}  

 footer h6{
font-size: 24px;}

.copyright{
    color: #ddd;
    font-size: 17px;
}    

.bantext .pk-creative{
width: 321px;
    /* height: 150px; */
    text-align: right;
    justify-content: right;
    right: 0;
    margin-bottom: 17px;

   
}
.social-icons{
    margin-top: 20px;}  

  .wsnavtoggle.active span {
    display: none; /* Hide the hamburger icon */
}

.wsnavtoggle.active::after {
    content: 'X'; /* Or use your close icon here */
    font-size: 2em;
}


.kUtGLe img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.gpRVQk {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    border-radius: 8px;
    background: linear-gradient(rgba(0, 0, 0, 0) 46.67%, rgb(0, 0, 0) 86.21%);
}.hfMLgo {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex
;
    padding: 2px 16px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 26px;
    border: 1px solid rgb(251, 251, 251);
    background: rgb(254, 230, 11);
    color: rgb(19, 19, 19);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}.hfMLgo p {
    color: rgb(61, 61, 61);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    position: relative;
}.hfMLgo span {
    color: rgb(19, 19, 19);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}.bXFmjN {
/*    padding: 4px;*/
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.035px;
    position: absolute;
    bottom: 78px;
    left: 13px;
    right: 13px;
    min-height: 48px;
}.kGtixS {
    display: flex
;
    gap: 4px;
    color: rgb(242, 242, 242);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    position: absolute;
    left: 18px;
    bottom: 45px;
        border-radius: 26px;
    border: 1px solid rgb(251, 251, 251);
    background: rgb(254, 230, 11);
    color: rgb(19, 19, 19);    padding: 0px 17px;



}.jQMQFc {
    height: 18px;
    width: 18px;
    background-image: url(/assets/images/new-clock.svg);
    background-size: contain;
}.biGOWt {
    display: flex
;
    gap: 4px;
    color: rgb(242, 242, 242);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    position: absolute;
    right: 18px;
    bottom: 45px;
    -webkit-box-pack: end;
    justify-content: end;
    width: 60%;
}.kUtGLe {
    display: flex
;
    width: 100%;
    aspect-ratio: 259 / 391;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) center center / cover no-repeat, url((unknown));
    background-position: center center;
}
.theme-btn i.fa-arrow-right{
    background: url(../images/sprite_img.webp) no-repeat -174px -42px;
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
    display: inline-block;
    transform: rotate(180deg);
/*  font-size: 15px;*/

}
.theme-btn:hover span, a.theme-btn:hover span {
    transform: translateY(-150%);
}
.style-two{
background: #ed1d24;
    color: white;
      padding: 10px 14px;
    border-radius: 30px;
    margin-top: 6px !important;
    display: inline-block;}
    .style-two:hover{
        color: white;
    }
    .about-us-content .text-head{
        font-size: 33px !important;    }
        .desheadname ul li{
margin-bottom: 10px;
        }
        .map-ban {
            position: relative;
        }
.map-ban .big{

           width: 100%;
   

}

.map-ban .small{
     position: absolute;
    bottom: -9%;
    right: 0%;
    width: 39%;
       top: 50%;

    border: 5px solid white;}
.map-ban1 .small{

        left: 0%;
    }

   .map-ban1 .section-heading {

    right: 0;
    position: absolute; }
.map-ban1 .section-heading{
    /* padding-right: 50px; */
    font-size: 29px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: right;}

   .map-ban1 .bannercontent-new h2{
    text-align: right;     padding-right: 0px;
}


.map-ban1 .section-heading .text-head:after{
right: 0;
}.site-list-style-two li {
     /* font-family: 'Teko', sans-serif; */
    color: #000000;
    font-size: 19px;
    position: relative;
    left: 30px;
    font-weight: 500;
}.site-list-style-two li:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 17px;
    width: 20px;
    height: 2px;
    background-color: #ed1d24;
}.site-list-style-two {
    list-style: none;
}
.section-full .section-content {
    margin-bottom: 50px;}

  .section-full  .section-heading .text-head:after {

    left: 50%;

    }

    .bg-blues{
        background: #2095f2;
    }   

    .bg-blues h3 {color: #ffea00;font-size: 22px;    }
    .bg-blues ul li{

        font-size: 19px;
 
    color: black;   }
    #mobile-nav{
        background: black !important;
    }.offcanvas.offcanvas-end {
    top: 0;
    right: -18%;  }

    .bg-blues .section-heading .text-head {
    color: #ffffff; margin-top: 25px;     line-height: 37px;}

    .count1 ul li span {

 color:  #000000 !important
    }

     .count1 ul li  {
      box-shadow:unset !important;
    border-radius: 10px;
    width: 16% !important; }

    .count1 ul{ margin-top: 0px; }
