* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin: 0;padding: 0; border: 0; text-decoration: none}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
a:focus,
button:focus,
input:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
.ad{width: 100%;}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
    display: table;
    clear: both
}
.clearfix:before {
    clear: both;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
    display: table
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/************container**************/
@media(min-width:1400px){
    .container{
        max-width: 1600px;
    }
}
 /* @media(max-width:1400px){
    .container{
        max-width: 1140px;
    }
} */
/*@media(min-width:992px){
    .container{
        max-width: 960px;
    }
}
@media(min-width:768px){
    .container{
        max-width: 720px;
    }
} */



/*****************container*********/


@font-face {
    font-family: myFirstFont;
    src: url('../fonts/Poppins-Regular.ttf');
  }

/**************************header*****************/
p{
    font-family: myFirstFont;

}
a{
    font-family: myFirstFont;

}
h1,h2,h3,h4,h5,h6{
    font-family: myFirstFont;

}
h3{
    font-weight: bold;
}
.header {
    position: absolute;
    height: 100px;
    z-index: 9999;
}
.upper-nav{
    margin-top: 5px;
}
.social-icon {
    display: flex;
    align-items: center;
}
.social-icon ul li{
    display: inline-block;
    padding-left: 16px;
}
.pay{
    border-radius: 25px;
    border: 2px solid white;
}
.pay p{
    padding: 7px 20px;
}
.pay p a{
    color: white;
}
.call-num li{
    display: inline-block;
    padding-left: 10px;
}
.call-num a{
    color: white;
    font-size: 16px;
}
.call-01{
    display: flex;
    align-items: center;
}
.bottom-nav{
    margin-top: 10px;
}
.home {
    border-radius: 50%;
    background: white;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home img{height:40px;width: auto;}
.main-nav{
    border-radius: 40px;
    background: white;
    height: 70px;
}
.menu{
        border-radius: 50%;
    background: white;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu img{height: auto;
width: auto;}
.main-nav li{
    display: inline-block;
    padding-left: 60px;
}
.main-nav a{
    color: black;
    font-size: 17px;
  display: flex;
    align-items: center;
    height: 100%;
    font-weight: bold;
}
.main-nav a i {
    margin-left: 8px;
}
.main-nav ul.nav-justified li a.nav-link:hover {
    color: #ED1C24;
    /*padding-bottom: 13px;*/
    border-bottom: 2px solid #ED1C24;
  bottom: 0;
    height: 100%;
}
.sticky {
    width: 100%
  }
  
  .fixed {
    position: fixed;
    top:0;
    background-color: white;
    width: 100%;
    left: 0px;
    z-index: 99999999;
    height: auto;
    box-shadow: 0px 0px 8px 1px silver;
    transition: 2s;
  }

  .scroll-bottom .main-nav{
      background: transparent;
      box-shadow: none;
  }
  .scroll-bottom .home{
    background-color: #ffffff69;
    box-shadow: 0px 0px 8px 0px #ccc;
    margin-bottom: 10px;
  }
  .scroll-bottom  .menu{
    background-color: #ffffff69;
    box-shadow: 0px 0px 8px 0px #ccc;
  }
  .scroll-nav .call-num a{
      color: black;
  }
  .scroll-nav .pay p a{
    color: black;
  }
  .scroll-nav .pay{
      border: 2px solid black;
  }
/***********************header********************/
.banner-inner{
    position: relative;
}
#banner{
    position: relative;
}
.centered {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .centered1 {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-text p{
      color: white;
      font-size: 55px;
      font-family: myFirstFont;
  }
  .talk-us{
      position: absolute;
      left: 0px;
      top: 50%;
      background: white;
      border-radius: 0px 10px 10px 0px;
  }
  .talk-us p{
      color: #ED1C24;
      writing-mode: vertical-lr;
      text-orientation: mixed;
      padding: 20px 7px;
      font-weight: bold;
  }
  .search-section{
      position: absolute;
      /* bottom: 18%; */
      /* background: red; */
      top: 86%;
      height: 100px;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 999;
  }
  .holiday-search{
      border-radius: 36px;
      padding-left: 0px;
      padding-right: 0px;
  }
  .holi-001{
      background: #ED1C24;
      border-radius: 36px 10px 10px 36px;
      padding: 0px;
  }
  .holi-001 .form-control{
      background: #ED1C24 !important;
      border: none !important;
      height: 50px;
      color: white;
      font-size: 22px;
  }
  .holiday select:focus{
      outline: none !important;
  }
  .booking-b{
      padding-right: 0px;
      border-radius: 30px;
      /* padding: 0px 15px; */

  }
  .booking-b button{
    color: white;
    font-size: 22px;
  }
  .desti-in input{
      height: 50px !important;
      border: none !important;
      font-size: 22px;
  }
  .b-engine{
    border-radius: 36px;
    background: #36A3FF;
    width: 100%;
  }
  .holiday select{
      border: white !important;
  }
  #explore-city{
     margin-top: -50%;
  }
  .exploring{
      position: relative;
      margin-bottom: 20px;
      box-shadow: 0px 0px 8px 1px silver;
      border-radius: 10px;
  }
  .exploring img{
      height: 270px;
      border-radius: 10px;
  }
  .exploring-upper{
      position: absolute;
      background: rgba(0,0,0,0.4);
      height: 100%;
      width: 100%;
      top: 0px;
      border-radius: 10px;
  }
  .ex-upp p{
      color: white;
      font-size: 20px;
      text-align: left;
  }
  .ex-upp{
      padding-left: 10px;
      padding-top: 20px;
  }
  .ex-upp h2{
      color: white;
      text-transform: uppercase;
  }
  .ex-bottom h3{    
      color: white;
  }
  .ex-bottom p{
      color: white;
  }
  .ex-bottom{
      position: absolute;
      right: 22px;
      bottom: 10%;
  }
  .parent-ex{
      margin: 0 auto;
      margin-top: 4%;
  }
  .why-aero {
      margin: 0 auto;
  }
  #why-choose{
    margin-top: 60px;
    background-image: url('../image/bg.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: 60px;
    background-size: 100%;
  }
  .why-aero h3{
      text-align: center;
  }
  .why-aero span{
      font-weight: 600;
      font-size: 50px;
  }
  .why-aero p{
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 60px;
}
.why-aero-card{
    box-shadow: 0px 0px 8px 1px silver;
    margin: 0 auto;
    z-index: 9;
    border-radius: 10px;
    background: white;
    margin-top: 50px;
}
.choose-plan{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 45px 35px;
    padding: 35px 60px 35px 60px;
}
.choose-plan h3{
    text-align: center;
    padding-top: 20px;
}
.choose-plan p{
    text-align: justify;
    margin: 10px;
    font-size: 14px;
}
.arrow{
    position: absolute;
    right: -10px;
    top: 25%;
}
.planning{
    /* background: #ED1C24; */
    color: #ED1C24;
    padding: 15px 36px;
    border-radius: 34px;
    font-size: 22px; 
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid #ED1C24;
    /* box-shadow: 0px 0px 8px 1px silver; */
    background: white;
}
.planning a{
    color: white;
}
.planning-btn{
    margin-top: -25px;
    position: relative;
    z-index: 9;
}
/***********bottom to top button************/
.bottom-to-top{
position: fixed;
bottom: 0px;
left: 95px;
z-index: 999;
border-radius: 50%;
text-align: center;
display: none;
}
.child-bt{
height: 50px;
width: 50px;
border-radius: 50%;
overflow: hidden;
font-size: 28px;
text-align: center;
color: white;
margin-bottom: 14px;
margin: 10px;
background: white;
box-shadow: 0px 0px 8px 0px #ccc;
}
.child-bt img{
    height: 25px;
}
.scroll-bottom-to-top{
position: fixed;
bottom: 0px;
    /* left: 0; */
    right: 20px;
z-index: 999;
border-radius: 50%;
text-align: center;
}
/***********bottom to top button************/
.mobile_menu{display: none;}
.trends span{
    font-weight: 600;
    font-size: 50px;
}
.trends p{
    padding-top: 30px;
    font-size: 18px;
    text-align: justify;
}
.trending-text{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}
.trending-text span{
    font-weight: 600;
    font-size: 50px;
}
.trending-text p{
    padding-top: 0px;
    font-size: 18px;
    text-align: justify;
}
.pack-enjoy span{
    font-weight: 600;
    font-size: 24px;   
}
.pack-enjoy p{
    font-size: 16px;
    text-align: left;
}
.pack-enjoy {
    padding: 20px 39px;
}
.pack-time{
    font-size: 14px;
    color: #36A3FF ; 
}
.akiko{display: flex;    margin-bottom: 10px;    flex-wrap: wrap;}
.activity{
    box-shadow:0px 1px 5px 0px #ccc;
    border-radius: 20px;
    padding:7px 20px;
    margin-right: 7px;
    margin-top: 8px;
}
.activity p{
    font-size: 12px;
    color: #ED1C24;
}
/* .trending-img img{
    height: 230px;
    border-radius: 10px 10px 0px 0px;
} */
.main_vikash_img{height: 200px;}
.main_vikash_img img{height:100%;}
.main_vikash .pack-enjoy h5 { height: 45px;}
.image{
    height: 200px;
    border-radius: 10px 10px 0px 0px;
}
.my-trends{
    /* box-shadow: 0px 0px 8px 1px #888; */
    overflow: visible;
    background: white;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}
.domastc{
    margin-top: -14%;
}
.dom-pack{
    border-radius: 30px;
}
.dom-pack p{
    color: #FFAA00;
}
.new-text{
    position: absolute;
    right: 10px;
    top: 10px;
}
.new-001{
    border-radius: 35px;
}
.new-001 p{
    color: #36A3FF ;
}
.upper{
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 99;
    border-radius: 10px;
    display: none;
}
.about-package{
    padding: 0px 30px;
    
}
.pow-about{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flight-01{
    height: 25px;
    width: 25px;
    background: white;
    border-radius: 50%;
        display: flex;
            padding: 14px;
    align-items: center;
    justify-content: center;
}
.availbility p{
    color: white;
    font-size: 16px;
    text-align: left;
}
.pack-more p{
    color: white;
    font-size: 14px;
    border-bottom: 1px solid white;
}
.details{
    /* background: #36A3FF; */
    /* color: white; */
    padding: 9px 10px;
    border-radius: 34px;
    font-size: 14px;
    white-space: nowrap;
    border: none;
    border: 2px solid white;
    box-shadow: none !important;
}
.details:hover{
    border: 2px solid #36A3FF;
    background: #36A3FF !important;
    color: white;
}

.my-trends:hover .upper{
    display: block;
    transition: 0.3s !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.pack-browsing span{
    font-weight: 600;
    font-size: 50px;
}
.pack-browsing h3{
    text-align: center;
    padding-top: 40px;
}
.browse-tab{
    margin: 0 auto;
    background: white;
    margin-top: 40px;
    border-radius: 35px;
    box-shadow: 0px 0px 8px 1px silver;
}
.brudcumb a.nav-link {
    padding-left: 0px !important;
}
.brudcumb a.nav-link img{
    height: 25px;
    margin-right: 14px;
}
.brudcumb a.nav-link span{
    color: #ED1C24;
}
/****************tab***************/
.nav-pills .nav-link{
    border-radius: 35px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #ED1C24;
}
li.nav-item a{
    color: black;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0px;
}
.pack-sec{
    margin-top: 50px;
    padding-bottom: 40px;
}
.pack-brow-0001{
    margin-bottom: 50px;
}
.trending-0002{
    box-shadow: 0px 1px 8px 0px #ccc;
}
/*****************tab end***************************/
.destination{
    /* background: red; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.56)), url(../image/destination-bg.png);
    /*background-image: url('../image/destination-bg.png');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
        padding: 70px 0px;
    /* height: 600px; */
}
#browse-destination .dest-001 h3{
    text-align: center;
    padding-top: 0px;
     padding-bottom: 50px; 
}
.dest-001 h3{
    text-align: center;
    padding-top: 50px;
    /* padding-bottom: 50px; */
}
.dest-001 span{
    font-weight: 600;
      font-size: 50px;
}
.blog-find span{
    font-weight: 600;
      font-size: 50px;
}
#find-blogs{padding: 70px 0px;}
#find-blogs .blog-find h3{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 50px;
}
.blog-find h3{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-p{
    color: black;
    padding-top: 30px;
    text-align: left;
    font-weight: 600;
    height: 75px;
}
.main_blog_details .blog-p{text-align: justify;    padding-top: 20px;    height: 75px;}
.main_blog_details .blog-text{padding: 0px 15px ;}
.main_blog_details .detail-p {    height: auto;}
.main_blog_details .listing-p{padding: 0}
.main_blog_details .bloging-p{padding: 0}
.bloging-p{
    color: #333;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: justify;
    height: 175px !important;
}
.bloging-p1{
    color: silver;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: justify;
    height: 145px;
}
.finding-blok{
    box-shadow: 0px 0px 8px 2px silver;
    overflow: visible;
    margin-bottom: 30px;
    border-radius: 20px;
}
section#find-blogs .finding-blok {
    margin: 10px 40px;
}
#find-blogs.main_blog_details .finding-blok {
    margin: 10px;
}
#blog-listing .de-001 {
    margin-bottom: 30px;
}

.blog-image{
    height: 240px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
.blog-img{
    height: 240px;
}
.centeredBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .upperBox{
    position: absolute;
    background: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 999;
    border-radius: 20px;
}
.upperBox-01{
      background: #00000024;
    position: absolute; 
    width: 100%;
    margin: 0 auto 28px;
    top: 0px;
    display: flex; 
    height: 100%;
    flex-direction: column;
    justify-content: space-between;

}

.plan-09{
    text-align: center;
    color: white;
    background: #ED1C24;
    border-radius: 36px;
    padding: 10px 20px;
}
.city-btn{
    width: 74%;
    margin: 0 auto 28px;
 
}
.dehra h3{
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 20px;
}
.blog-img{
    position: relative;
}
.blog-user{
    position: absolute;
    right: 30px;
    bottom: 10px;
}
.blog-user p{
    color: white;
    font-size: 18px;
}
.travelles {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.56)), url(../image/Testimonials.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 70px 0px;
    display: flex;
    align-items: center;
}
.test-travel span{
    font-weight: 600;
    font-size: 50px; 
}
.test-travel h3{
    text-align: center;
    padding-top: 50px;
}
#testimonial .testimonial-card {
    margin: 0px 40px;
}
#testimonial .test-travel h3{
    text-align: center;
    padding-top: 0px;
}
/*#testimonial .test-travel{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.monial-img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
}
.monial-img img{
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 26%;
}
/* .extra-testi{
    background: yellow;
} */
.my-testi{
    background: white;
    border-radius: 10px;
}
.test-p{
    padding-left: 30px;
    padding-top: 55px;
}
.show-testimonial{
    color: black;
    padding-left: 30px;
    padding-right:12px;
}
.client-img{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px silver;
    padding: 20px;
}
.client-upper{
    height: 200px;align-items:center;
}
.client-logo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px silver;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.desti-upper{
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.our-offices{
    padding-bottom: 50px;
}
.office{
    text-align: center;
}

.span-1{
    font-weight: 600;
      font-size: 50px;
}
.office h3{
    padding-top: 50px;
    padding-bottom: 50px;
}
.head-office h3{
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    /* padding-bottom: 20px; */
}
.my-office{
    box-shadow: 0px 0px 24px 1px silver;
    border-radius: 20px;
}
.off-text{
    padding: 20px;
}
.office-map iframe{
    border-radius: 20px 20px 0px 0px;
}
.office-upper{
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 999;
    border-radius: 10px 10px 0px 0px;
    display: none;
}
.direction{
    font-size: 20px;
    color: white;
    border: 2px solid white;
    min-width: 160px;
    padding: 15px 0px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
}
.office-map:hover .office-upper{
    display: block;
    transition: all 0.3s linear;
}
.office-map{
    position: relative;
}
.discover-diff{
    margin-top: 50px;
}
.dis p{
    /*color: gray;*/
    font-size: 22px;
    padding-top: 12px;
    text-align: justify;
}
.imagined h4{
    text-transform: uppercase;
}
.enquiry h3{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.enrique-form{
    box-shadow: 0px 0px 15px 0px #ccc;
    border-radius: 20px;
    background: white;
}
.My-form{
    padding: 20px;
}
.My-form .input-group-text{
    border-bottom: 1px solid silver;
    background: white;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
}
.My-form .form-control{
    border-bottom: 1px solid silver;
    background: white;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
    color: gray;
    font-size: 20px;
}
.touch h3{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.touch-img{
    padding-right: 30px;
}
    input:hover{
        color: #ED1C24 !important;
    }
    input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus, select:hover, select:focus{
        border-color: #ED1C24;
        box-shadow: none;
        color: #ED1C24;
        transition: 2s;
    }
    input:focus .input-group-text{
        border-bottom: 1px solid #ED1C24 !important;
    }
    input:focus::placeholder{
        color: #ED1C24 !important;
    }
    .input:hover .input-group-text{
        border-bottom: 1px solid #ED1C24;
    }
    textarea:focus{
        color: #ED1C24;
    }
    
    #change-img-1:hover #change-img-1 {
        content: url('../image/phone.png');
    }
    

    .enjoying h3{
        /* padding-top: 50px; */
        padding-bottom: 10px;
    }
    .enjoying h5{
        line-height: 30px;
        word-spacing: 4px;
        text-align: justify;
    }
    .package{
        background: white;
        color: black;
        padding: 15px 25px;
        border-radius: 34px;
        font-size: 18px; 
        white-space: nowrap;
        box-shadow: 0px 0px 8px 1px silver;
        margin-right: 20px;
        min-width: 150px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }
    .package:hover{
        color: white;
        background: #ED1C24;
    }
    h5.d-flex.hotel_info_details .name_add {
margin-right: 20px;
}
    .iti-text h3{
        color: #ED1C24;
    }
    .iti-parent{
        border-radius: 35px;
        background: #EDEDED;
    }
    .iti-child{
        border-radius: 35px;
        background: #ED1C24;
            min-width: 159px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.iti-child img {
    height: 19px;
}
    .iti-span{
        text-transform: uppercase;
        word-spacing: 7px;
            font-weight: 700;
    }
    .arrive-inner{
        padding: 13px;
    }
    .arrive-p p{
        font-size: 18px;
        word-spacing: 2px;
        text-align: justify;
        line-height: 30px;
    }
    .total_flex{display: flex;padding: 8px 0px;}
    .total_flex h5{text-align:justify;}
    .icon_main{display: flex;align-items:center; align-items: center;}
    .total_flex .food-icon {      margin: 8px 10px 0px 0px;}

    .food-icon{
        height: 60px;
        width: 60px;
        background: white;
        box-shadow: 0px 0px 8px 0px #ccc;
        border-radius: 50%;
        display: flex;
    justify-content: center;
    align-items: center;
    }
    .arrive-p ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 12px;
    color: #ed2c23;
}
    .itinery{
        border-bottom: 2px solid silver;
    }
    .know-more{
        background: white;
        color: #ED1C24;
        padding: 15px 50px;
        border-radius: 34px;
        font-size: 22px; 
        white-space: nowrap;
        text-transform: uppercase;
        box-shadow: 0px 0px 8px 1px silver;
        border: 2px solid #ED1C24;
    }
    .know-more:hover{
        color: white;
        background: #ED1C24;
    }
    .planning:hover{
        background: #ED1C24;
        color: white;
        /* box-shadow: 0px 0px 8px 1px silver; */
    }
    .why-partner-text p {
        position: relative;
        padding-left: 28px;
        /* color: black; */
        padding-top: 10px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
    }
    .why-partner-text p:before, .why-partner-text p:after {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        /* border: solid 1px #AE0029; */
        border-radius: 50%;
        top: 17px;
        box-shadow: 0px 0px 8px 1px silver;
    }
    .why-partner-text p:after {
        width: 7px;
        height: 7px;
        border: 0;
        background: #ED1C24;
        top: 21px;
        left: 4px;
    }
    .trends-022{
        box-shadow: 0px 0px 8px 1px silver;
        border-radius: 10px;
        margin-bottom: 30px;
        position: relative;
        margin-left: 10px;
    }
    .greece-upper{
        /*margin-top: 50px;*/
    }
    .pack-form{
        position: fixed;
        border-radius: 20px;
        background: white;
        top: 170px;
        right: -550px;
        transition: 2s;
        z-index: 999;
        min-width: 27%;
    }
   .active1{
    transition: 10s!important;
    position: fixed;
        border-radius: 20px;
        z-index: 999;
        min-width: 27%;
        top: 170px;
        right: 8%;
        overflow-y: scroll;
        height: 600px;
   }
   /* .pack-001-form{
    transition:  5s;
   } */
    .regarding-info{
        background: white;
        box-shadow: 0px 0px 15px 0px #ccc;
        border-radius: 20px;
    }
    .for-enquiry{
        padding: 25px 30px;
    }

    .for-enquiry .short_details img {
    margin-bottom: 10px;
    height: 50px;
}
    .for-enquiry .info_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.My-form .form-horizontal .input-group {
    margin-bottom: 30px;
}
    .new-trend{
        background: white;
        border-radius: 20px;
    }
    .lefty{
        height: 60px;
        width: 60px;
        background: white;
        border-radius: 50%;
        border: 2px solid silver;
        position: relative;
    }
    .righty{
        height: 60px;
        width: 60px;
        background: white;
        border-radius: 50%;
        border: 2px solid silver;
        position: absolute;
    }
    .itinery-001{
        margin-bottom: 20px;
    }
    .new-tr-01{
        box-shadow: 0px 0px 15px 0px #ccc;
    }
    .new-trend.new-tr-01.text-trend{margin-bottom: 50px;}
    .food-icon img{
        height: 25px;
    }
    .pack-extra-info{
        box-shadow: 0px 0px 15px 0px #ccc;
        border-radius: 20px;
        background: white;
    }
    .search-section.akiko_numtal{
    position: fixed;
        transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 999;
    background:#000000d1;
    top: 0;
        /*opacity: 0.8;*/
    bottom: 0;
    left: 0;
    z-index: 999999999;
    right: 0;
    width: 100%;
}
label.btn.activity.filter.mb-3 img {
    height: 22px;
}
div#close1 {
    text-align: right;
    margin-top: -224px;
    margin-right: 85px;
}
    .upper-data .pack-extra-info, .upper-data .enrique-form, .why-choose-pack {margin-bottom: 50px;}
     .numtal{margin-left: 25px;}
.numtal li{font-size:23px;list-style-type: disc;color: #ed2c23;}
.numtal li p{font-size:18px;    color: #000;}
    .n-info{
        padding: 20px;
    }
    .food-icon-01{
        height: 42px;
        width: 42px;
    }
    .pack-extra-info .food-icon.food-icon-01 {    margin: 0px 8px 10px 0px;}
    .why_choose_icon{display: flex; align-items: center;}
    .why_choose_icon img {    margin-right: 10px;}
    .why-choose-pack{
        box-shadow: 0px 0px 15px 0px #ccc;
        border-radius: 20px;
        background: white;
    }
    .why-choose-pack .choosing-packing h3 {
    margin-bottom: 12px;
}
    .choosing-packing{
        padding: 20px;
    }
    .brud-01 li a{
        color: gray;
    }
    .travel-agency img{
        border-radius: 20px;
    }
    section#why-choose-01{
        margin-top: 60px;
    }
    .team{
        background: url(../image/bg1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 900px;
        margin-top: 50px;
        position: relative;
        background-position: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .upperBox-001{
        height: 100%;
        position: absolute;
        width: 100%;
        padding: 0px !important;
        margin: 0px !important;
        left: 0px;
        top: 0px;
    }
    .team-member h3 ,p{
        text-align: center;
    }
    
    .team-member img{
        border-radius: 50%;
        border: 2px solid white;
        width: 100%;
        height: 230px;
        width:230px;
    }

    .team-member p{
        color: white;
        text-align: center;
    }
    .team-member h3{
        color: white;
    }

#pay-online{
    margin-top: 30px;
}
.pay-img img{
    border-radius: 0px 20px 20px 0px;
    position: relative !important;
}
.pay-details{
    box-shadow: none;
}
.pay-img{
    /* position: relative !important; */
    padding: 0px !important;
    margin: 0px !important;
}
.centered2{
    width: 80%;
}
.reset{
    color: #ED1C24;
}
.mice-card .choose-plan img{
    height: 80px;
}
.about-u .choose-plan img{
    height: 80px;
}
.transaction h3,p{
    text-align: center;
}
.transaction p{
    color: gray;
}
.aero-trans {
    border-bottom: 1px solid silver;
}
.clear-payment{
    color: #32BA7C;
}
.succesful-payment{
    border-radius: 20px;
}
.about-discover{
    margin-top: 0px;
}
.form-upper{
    margin-top: -285px;
}
.team-tr{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.newClass{
    position: fixed;
    top: 110px;
    transition: 2s;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 0px 28px 1px silver;
    z-index: 999;
    max-width: 22%;
}
/* .arrive{
    display: none;
} */
/* #arrive1{
    display: block;
} */
.international-pack p{
    font-size: 20px;
    text-align: justify;
    line-height: 38px;
}
.filter{
    margin-right: 6px;
    border: 2px solid white;
    border-radius: 26px;
    padding: 3px 12px;
    font-size: 13px;
}
.my-filter1{
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 30px;   
}
.my-filter1::-webkit-scrollbar {
    width: 5px;
  }
  .my-filter1::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .my-filter1::-webkit-scrollbar-thumb {
    background: red; 
  }
.my-filter1 label{
    margin: 5px;
}
.filter p{
    font-size: 16px;
    color: black;
}
.filter-desti{
    border-bottom: 1px solid silver;
}
.pack-type{
    /* padding-left: 0px;
    margin-left: 0px; */
    border-bottom: 1px solid silver;
}
.pack-inclusion{
    border-bottom: 1px solid silver;
}
.inclu-pack{
    height: 50px;
    width: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px silver;
    margin-right: 13px;
}
label.btn.inclu-pack img{
    height: 30px;
}

.filter-desti-01{
    border-bottom: none;
}
span.beds-baths-word p{
    color: black;
}
span.beds-baths-word{
    border-radius: 36px;
}
.blog-read{
    text-align: left;
    color: #ED1C24;
    font-weight: 500;
    padding-bottom: 25px;
}
.blog-read a{
    color: #ED1C24;
}
.listing-p{
    color: #000;
    padding-bottom: 10px;
    line-height: 25px;
    word-spacing: 2px;
    height: 190px;
}
.planning-act{
    /* background: #ED1C24; */
    color: #ED1C24;
    padding: 15px 85px;
    border-radius: 34px;
    font-size: 22px; 
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid #ED1C24;
    /* box-shadow: 0px 0px 8px 1px silver; */
}
.blog-detail{
    margin: 0 auto;
}
.blog-detail h3{
    text-align: center;
}
.detail-data-1 h4{
    padding-left: 20px;
    padding-right: 20px;
}
.relate-blogs h1{
    text-align: left !important;
}
.detail-data-1 p{
    text-align: justify;
    color: gray;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    word-spacing: 2px;
}
.treehouse{
    color: black !important;
}
/* .blog-date{
    color: gray;
    font-size: 16px;
}
.blog-user{
    color: gray;
    font-size: 16px;
} */
.detail-date p{
    color: gray;
    font-size: 18px;
}
.details-user p{
    color: gray;
    font-size: 18px;
}
.btn-link{
    color: #ED1C24 !important;
}
.minus .btn-link i{
    font-size: 18px;
    
}
.brudcumb .nav-item a{
    word-spacing: 10px;
}
.filter p{
    white-space: nowrap;
}
.my-filter label.btn.filter.mb-3.active{
    background: #ED1C24;
    border: none;
    color: white;
    border: 2px solid #ED1C24;
}
.my-filter label.btn.filter.mb-3.active P{
    color: white;
}
.my-filter label.btn.filter.mb-3.checked{
    background: #ED1C24;
}
.my-filter label.btn.filter.mb-3.checked P{
    color: white;
}
.my-filter input:focus{
    outline: none !important;
}
.my-filter input[type=checkbox]{
    opacity: 0;
    z-index: 99999;
    position: absolute;
    height: 1px;
    width: 1px;
}
.my-filter label.btn.inclu-pack.active{
    border: 2px solid #ED1C24;
}
.my-filter label.btn.inclu-pack.checked{
    background:  #ED1C24;
}

.my-filter label.btn.filter.mb-3.checked{
    border: 2px solid #ED1C24;
}
.filter:hover{
    border: 2px solid #ED1C24; 
}
.filter:hover{
    color: #ED1C24; 
}
.filter:hover p{
   color: #ED1C24;
}
.my-filter label.btn.inclu-pack:hover{
    border: 2px solid #ED1C24;
}
.scroll-nav{
    display: none;
}
.scroll-bottom{
    margin-top: 10px;
}
.planning-more{
    padding: 7px 50px;
    font-size: 18px;
}
.upper-testi{
    position: absolute;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.client-logo img{
    height: 50px;
}
.view a{
    color: #000;
    border-bottom: 1px solid black;
}

.dd-city { width: 25%;
    padding: 7px 7px;
}
.dd-city a{
    color: gray;
}
.dd-city a :hover{
    color: #ED1C24;
}
.dd-city a :hover p{
    border-bottom: 1px solid #ED1C24;
}
.dd-city p{
    text-align: left !important;
    cursor: pointer;
}
.dd-city p :hover{
    color: #ED1C24;
    border-bottom: 1px solid #ED1C24;
}
.dd-city p{
    text-align: left;
}
.dd-city a p i{margin: 0px;}
.bottom-nav{
    position: relative;
}
.dropdown-img img{
    border-radius: 0px 20px 20px 0px;
}
.scroll-bottom {
    position: relative;
}
.main-nav ul li {
    cursor: pointer;
}

.dropdown1{
    position: absolute;
    z-index: 99;
    display: none;
    width: 100%;
    margin:  0 auto;
    /* top: 45px; */
    left: 0px;
    /* top: 0px; */
}
.dropdown2{
    position: absolute;
    z-index: 99;
    display: none;
    width: 100%;
    margin:  0 auto;
    /* top: 45px; */
    left: 0px;
    /* top: 0px; */
}
.main-nav li:hover .dropdown1 {
    display: block;
  }
  /* .main-nav li:nth-child(2):hover .dropdown2 {
    display: block;
  } */
  .contain-drop{
    background: white;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 1px silver;
  }
  .dropdown-city {
    padding: 20px;
}

.dropdown-img img{height: 100%;}
  ul.nav-justified li .dropdown1 .dropdown-city .dd-city a p {
    color: gray;
    font-size: 15px;
    font-weight: normal !important;
}
}
ul.nav-justified li .dropdown1 .dropdown-city .dd-city a:hover{
    border: none !important;
}
ul.nav-justified li .dropdown2 .dropdown-city .dd-city a:hover{
    border: none !important;
}
ul.nav-justified li .dropdown2 .dropdown-city .dd-city a p {
    color: gray;
    font-size: 16px;
    font-weight: normal;
}
.par-act{
    height: 69px;
    /*42px*/
    /* overflow: hidden; */
}
.package_info{
    display: flex;
    flex-wrap: wrap;
}
.flight-01 img{
    height: 18px;
}
.off-text h5{
    line-height: 30px;
}
.off-text p{
    line-height: 30px;
    text-align: left;
}
section#get-touch h5{
    line-height: 30px;
}
.for_detail{display: flex;
    justify-content: flex-end;
    padding-right: 0;}
.for_detail .upper-data{    margin-top: -555px;    width: 85%;}
.enjoying h5{    margin-bottom: 19px;}
.modal-body .My-form{
    padding: 0px;
}
.make_me_top{
    margin-top: 130px !important;
}
.make_me_top1{
    margin-top: 170px !important;
}
.center-Div{
    justify-content: center;
}
#trending-packages{
    margin-top: 50px;
}
#blog-listing{
    margin-top: 50px;
}
.detail-date-0100{
    justify-content: flex-end;
    margin-bottom: 30px;
}
.detail-user-0100{
    justify-content: start;
    margin-bottom: 30px;
}
.detail-p{
    height: 260px;
}
/* .new-tr-01{
    display: none;
} */
.newClass1{
    visibility: hidden;
}
.pack-vity{
    height: 95px;
}
.pack-enjoy h5{
    height: 45px;
    font-weight: bold;
    overflow: hidden;
}
.arrive-text h3{
    color: black;
    font-size: 18px;
}
.pack-enjoy-1{
    position: absolute;
    bottom: -12px;
    right: 20px;
}
.ohh-pack{
    margin-top: 50px;
}
.international-pack h3{
    margin-bottom: 30px;
}
.asia-parent{
    justify-content: space-between;
}
.test-travel1 h3{
    text-align: center;
    padding-top: 50px;
}
.test-travel1 span{
    font-weight: 600;
    font-size: 50px; 
}
.total_flex span {
    color: #ed2c24;
        font-size: 14px;
    margin-right: 10px;
}
#main_form{display: none;}
.itinery-001.align_icon .total_flex{align-items: center;}

a.ui-slider-handle.ui-state-default.ui-corner-all{
    background: #ed2c24 !important;
    border:#ed2c24 !important;
}
p#price_show{
    margin-top: 10px;
    margin-bottom:10px;
}
.ui-slider-horizontal .ui-slider-handle{
    margin-left:0px !important;
}
.dest-filter input{
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    border-bottom:2px solid silver;
    margin-bottom:10px;
}
/*********slider button****************/
.slick-prev:before{
    content:url('../image/previous.png') !important;   
}
.slick-next:before{
    content:url('../image/next.png') !important;
 }
.banner-slider .slick-prev{
    left: 46% !important;
    bottom: 1% !important;
    top: auto !important;
    z-index: 99;
    background: white !important;
}
.banner-slider .slick-next{
    right: 46% !important;
    bottom: 1% !important;
    top: auto !important;
    background: white !important;
    
}
.slick-prev:hover{
    background-color: #ED1C24 !important;
}
.slick-next:hover{
    background-color: #ED1C24 !important;
}
.international-slider .slick-prev{
    left: 42% !important;
    bottom: -5% !important;
    top: auto !important;
    z-index: 99;
    background: transparent !important;
    box-shadow: 0px 0px 8px 1px silver;
}
.international-slider .slick-next{
    right: 42% !important;
    bottom: -5% !important;
    top: auto !important;
    background: transparent !important;
    box-shadow: 0px 0px 8px 1px silver;
}
.new-trend .slick-next{
    right: -30px !important;
    box-shadow: 0px 0px 8px 1px silver;
}
.slick-prev{
    left: -75px !important;
    height: 60px !important;
    background: white !important;
    width: 60px !important;
    border-radius: 50% !important;
    border: 2px solid silver !important;
    box-shadow: 0px 0px 8px 0px #ccc;
    z-index: 99;
}
 .slick-next{
    right: -46px !important;
    height: 60px !important;
    background: white !important;
    width: 60px !important;
    border-radius: 50% !important;
    border: 2px solid silver !important;
    box-shadow: 0px 0px 8px 0px #ccc;
 }

.blog-slider .slick-prev{
    left: 0px !important;
    /*box-shadow: 0px 0px 8px 1px silver;*/
}
.blog-slider .slick-next{
    right: 0px !important;
    /*box-shadow: 0px 0px 8px 1px silver;*/
}
.testi-slider .slick-prev{
    left: 0px !important;
    /*box-shadow: 0px 0px 8px 1px silver;*/
    top: 65%;
}
.testi-slider .slick-next{
    /*box-shadow: 0px 0px 8px 1px silver;*/
    top: 65%;
    right:0px !important;
}
.client-slider button{
    display: none !important;
}
.travel-agency .slick-prev{
    left: -16px !important;
    z-index: 99;
    box-shadow: 0px 0px 8px 1px silver;
}
.related-arti .slick-prev{
    left: 0px !important;
    box-shadow: 0px 0px 8px 1px silver;
}
.detail-en .activity p{
    color: #000;
}
.similar-pack .slick-prev{
    left: -52px !important;
}
.similar-pack .slick-next{
    right: 1px !important;
}
.test1-silder .slick-prev{
    left: 0px !important;
    box-shadow: 0px 0px 8px 1px silver;
    top: 50%;
}
.test1-silder .slick-next{
    box-shadow: 0px 0px 8px 1px silver;
    top: 50%;
}
.tranding-slider .slick-next{
    right: 0px !important;
}
.tranding-slider .slick-prev{
    left: 0px !important;
}
/*****************footer***************/
.footer-upper{
    background: #F1F1F1;
    height: 150px;
}
.plan-destination .plan_dis{display: flex;align-items: center;justify-content: center;} 
.plan-destination{display: flex;align-items: center;justify-content: center; height: 100%;} 
.footer-bottom{
    background-image: url('../image/footer_bg.png');
    background-color: #000!important;
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: 100% 100%;
    box-shadow: 0px 0px 8px 1px gray;
}
.main-footer {
    margin: 0 auto;
    margin-top: 50px;
}
.footer-aero h4{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-aero ul{
    margin-top: 30px;
}
.footer-aero ul li{
    padding-top: 10px;
    float: none;
}
.footer-aero ul li a{
    color: white;
}
.footer-aero ul li a:hover{
    border-bottom: 1px solid white;
}
.footer-social{
    padding: 0px;
}
.footer-social ul li{
    display: inline-block;
    padding-left: 22px;
}
.footer-form{
    border-radius: 35px;
}
.footer-form .form-control{
    border: none;   
}
 input:focus{
    outline: none !important;
}
.copyright{
    margin-top: 20px;
}
.copyright p{
    color: white;
}
.desti-text span{
    font-weight: 600;
      font-size: 50px;
}
.desti-text h3{
    padding-right: 50px;
}
.mice .test-travel{
    margin: 0 auto;
}
.mice .test-travel h1{
    padding-top: 0px;
}
.mice-card{
    box-shadow: none;
}
.mice-card .choose-plan:hover{
        box-shadow: 0px 1px 8px 0px #ccc;
    border-radius: 15px;
}
.mice-card .choose-plan h3{
    padding-top: 0px;
}
.fa-long-arrow-right{
    color: #ED1C24;
}
#termsCondition .terms p {
    text-align: justify;
    word-spacing: 2px;
        color: #000;
}
#termsCondition .terms ol, #termsCondition .terms ul {
    text-align: justify;
    /* word-spacing: 2px; */
    color: #000;
    font-size: 1rem;
    font-family: myFirstFont;
        margin-left: 20px;
}
#termsCondition .terms ul{    list-style: disc;}
#termsCondition .terms ol{    list-style: decimal;}
#termsCondition .terms p big,#termsCondition .terms h3{color: #990100;}
#termsCondition .terms h4{color: #990100;
    font-weight: 500;
    font-size: 21px;    margin-bottom: 10px;}
#termsCondition .list-group-item{
    /* border-top: none; */
    border-left: none;
    border-right: none !important;
    border-radius: 0;
    /* border-bottom: none; */
}
#termsCondition .list-group li{
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0;
    line-height: 25px;
    word-spacing: 2px;
}
#termsCondition .list-group .fluid-row li{
    border: none !important;
    list-style-type: square;
    margin-left: 33px;
}
#termsCondition .list-groupl1:nth-child(1){
    border-top: none !important;
}
#cancelation-policy .terms li{
    list-style-type: square;
    line-height: 30px;
    word-spacing: 2px;
    margin-left: 33px;
}
.my-testi{
    background-image: url('../image/quote.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 28%;
}
.footer-aero-phone-1{
    display: none;
}
.footer-aero-phone-2{
    display: none;
}
.footer-aero-phone-3{
    display: none;
}
.footer-aero-phone-4{
    display: none;
}
.f-s{
    flex-direction: row-reverse;
}
/***************checkbox**************/
.insurance .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .insurance .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
 
  .insurance .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: silver;
  }
  
  .insurance .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .insurance .container input:checked ~ .checkmark {
    background-color: #ED1C24;
  }
  
  .insurance .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .insurance .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .insurance .container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .insurance label{
      font-size: 18px !important;
      color: gray;
  }
  .mice-text{
      font-size: 22px;
  }


  #Asia input{
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      /* opacity: 0; */
      z-index: -99;
  }
  .filter{
      position: relative;
      z-index: 9;
  }
  /* #Asia [type=checkbox] {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
     filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9;
    border: none;
    text-indent: 999999;
    transform: scale(2 ,1);
} */

section#trending-packages .container-fluid {
    width: 95%;
}

/********************chat icon*****************/
.chats{
    position: fixed;
    bottom: 0px;
    left: 20px;
    /* background: red; */
    z-index: 999;
}
.icon-chatted{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    color: white;
    margin-bottom: 14px;
    margin: 10px;
}
.chat-icon{
    background-color: #E74339;
}

.chat-icon1{
    background-color: #848484;
}
.chat-icon2{
    background-color: #ec5923;
}
.chat-icon3{
    background-color: #4dc247;
}
.chat-child{
    z-index: 999;
    display: none;
}
.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.fa-times {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}
.chat-child {
    position: relative;
}
.icon-chatted span{
    /* width: 100px; */
    position: absolute;
    color: white;
    font-size: 14px;
    background: black;
    left: 77px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    top: 0px;
    padding: 0px;
}
.chat-icon3:hover .icon-chatted span{
    display: block;
}

/*******************menu********************/
.overlay {
    /* height: 100%; */
    width: 0%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0px 0px 8px 1px silver;
    
  }
  
  .overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
  }
  
  .overlay .closebtn {
    font-size: 70px;
  }
  .menu-parent{
      width: 100%;
      background-image: url('../image/menu\ image.png');
      background-repeat: no-repeat;
      background-position-x: right;
      padding: 30px 0px;
  }
  .cut-btn1{
      height: 70px;
      width: 70px;
      background-color: #ED1C24;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }
  .cut-btn1 a{
      color: white;
  }
  .all-menu ul li{
    padding: 10px;
    text-align: left;
  }
  .all-menu ul li a{
    font-size: 30px;
    color: black;
  }
  .all-menu ul li a:hover{
     font-weight: bold;
    border-bottom: 2px solid black;
  }
  .menu-parent.bg-white p{
    font-size: 20px;
    text-align: left;
    color: black;
  }


  /*************search form*****************/
  .trip-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      background: #015E99;
      color: white;
  }
  .trip-tab .nav-pills .nav-link{
        border: 2px solid #015E99;
        color: #015E99;
        margin-left: 20px;
        margin-right: 20px;
  }
  .one-way{
      background: white;
      z-index: 999;
      border-radius: 25px;
      box-shadow: 0px 0px 7px 1px silver;
  }
  .one-way label p{
    color: black;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .one-way .form-control{
      border-top: none;
      border-left: none;
      border-right: none;
      border-radius: 0;
      padding-left: 0px !important;
      border-color: gray !important;
      padding-bottom: 10px !important;
  }
  .one-way .input-group span{
    border-right: none;
    border-top: none;
    border-left: none;
    background-color: white;
    border-bottom: 1px solid gray;
    border-radius: 0;
  }
  .form-control:focus{
    outline: none !important;
  }
  .b-engine1{
    background: #015E99;
    border-radius: 36px;
  }
  .trip-tab{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  }
  div#ui-datepicker-div{
      z-index: 999999999 !important;
  }
  .booking-b img{
      height: 25px;
  }
  .blackDiv{
      height: 100%;
      width: 100%;
      background-color: rgba(0,0,0,0.6);
      
  }
  div#b-engine{
      display: flex;
      justify-content: flex-end;
      /*flex-direction: column;*/
      padding-right: 0px;
  }
  .number-child .form-control{
      border: none;
  }
  
  .number-child{
    border-bottom: 1px solid gray;
  }
  .number-infant{
      border: none;
  }
  .number-child p{
    font-size: 14px;
    padding: 5px;
  }
  .ds-overlay{
    background: #000;
    opacity: 0.8;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    transition: 2s;
  }
  .z-search{
      z-index: 999999999;
  }
  div#search2-mid{
      display: grid;
  }

  .container-0011{
      display: none;
  }
  .container-0012{
      display: none;
  }
  .arrow img{
      height: auto !important;
  }
  textarea:focus{
      outline: none !important;
  }
  .form-control:focus{
      outline: none !important;
      box-shadow:none;
  }

  .footer-talk .planning{
    background-color: #ED1C24 !important;
    color: white;
  }

  .imagined.dis li{
    list-style: disc;
    margin-left: 22px;
  }

  .container-00101{
      display: none;
  }
  .container-00102{
      display: none;
  }
  .b-engine{
      padding: 10px;
  }
  .holiday-search{
      display: inline-flex;
  }
  .transaction h3, p{
      text-align: justify;
  }
  .package{
      margin-bottom: 20px;
      margin-right: 20px;
  }
  .some-data{
      display: none;
  }
  .iti-child{
      padding: 16px;
  }
  .high .total_flex{align-items: baseline;}
  .arrive-text{
      padding: 16px;
  }
  .minus{
      padding: 8px;
  }
  .detail-custom{
      display: flex;
      justify-content: center;
  }
  .footer-social ul li a img{
      height: 25px;
  }
  .upper-nav .social-icon ul li a img{
      height: 25px;
  }

  /***********gif loader************/
  .google-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #0009;
    z-index: 999999999999;
    left: 0;
    right: 0;
    height: 100%!important;
    /* top: 0; */
    bottom: 0;
    position: fixed;
}
  .google-loader span {
    display: inline-block;
    margin-top: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
  }
  .google-loader span:not(:first-child) {
    margin-left: 10px;
  }
  .google-loader span:nth-child(1) {
    background: #4285F4;
    animation: move 1s ease-in-out -0.25s infinite alternate;
  }
  .google-loader span:nth-child(2) {
    background: #DB4437;
    animation: move 1s ease-in-out -0.5s infinite alternate;
  }
  .google-loader span:nth-child(3) {
    background: #F4B400;
    animation: move 1s ease-in-out -0.75s infinite alternate;
  }
  .google-loader span:nth-child(4) {
    background: #0F9D58;
    animation: move 1s ease-in-out -1s infinite alternate;
  }
  
  @keyframes move {
    from {
      transform: translateY(-10px);
    }
    to {
      transform: translateY(5px);
    }
  }

  .exploring img {
    width: 270px;
}



/*****************date picker Changes************/
/* .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background-color:  #ED1C24 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: none !important;
    background: transparent;
} */
/* .ui-widget-header {
    border: 1px solid white !important;
    background: red !important;
    color: white !important;
    font-weight: 0 !important;
} */





/*****************New About us************/
.full-service h3{
    font-size: 36px;
    margin-bottom: 20px;
}
.travel-full{
    margin-bottom: 20px;
}
.full-service p{
    line-height: 30px;
    word-spacing: 2px;
}
.what-benefit{
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.full-service1{
    box-shadow: 0px 0px 8px 0px #ccc;
    padding: 50px;
}
.consultancy-planning{
    text-align: right;
    color: #ED1C24;
    margin-bottom: 20px;
}
.full-service1 p{
    line-height: 30px;
    word-spacing: 2px;
}
.about-experts{
    margin-top: 70px;
}
.expert-center{
    padding: 100px 0px;
}
.expert-center h3{
    color: white;
    margin-bottom: 20px;
    font-size: 36px;
    text-align: left;
}
.expert-center p{
    color: white;
    line-height: 30px;
    word-spacing: 2px;
}
.about-experts{
    background-image: url('../image/about us images/Experts.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: cover;
    height: 100%;
}
.travel-partner{
    margin-top: -70px;
}
.travel-part{
    box-shadow: none !important;
}
.integrity-tra{
    color: #ED1C24; 
}
.tourism-travelling{
    margin-top: 70px;
}
.Incentive-travel{
    text-align: right;
    font-size: 55px !important;
}
.topurism-text{
    margin-top: 30px;
    margin-bottom: 30px;
}
.topurism-text p{
    line-height: 30px;
    word-spacing: 2px;
}
.Incentive-travel1{
    color: #ED1C24;
    font-size: 55px !important;
}
.team-stre{
    background-image: url('../image/about us images/team.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: cover;
    height: 100%;
}
.commitment{
    text-align: right;
    margin-bottom: 20px;
}
.conferene{
    background-image: url('../image/about us images/Meeting\ and\ Conferences.png');
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: cover;
    height: 450px;
}
.all-meetings{
    box-shadow: 0px 0px 8px 0px #ccc;
    margin-top: -33px;
}
.all-meetings h3{
    color: black;
}
.all-meetings p{
    color: black;
}
.all-meetings .expert-center{
    padding: 100px 50px;
}
.all-meetings .expert-center ul li{
    line-height: 30px;
    list-style-type: disc !important;
    margin-left: 18px;
}
.extensive-offering{
    margin-top: 100px;
}
.customer-orient{
    margin-top: 70px;
}
.orientation-cust{
    text-align: left;
    margin-bottom: 20px;
    color: white;
}
.orient-cust-2 p{
    color: white;
}
.orient-cust-2{
    background: #ED1C24;
}
.full-service ul li{
    line-height: 30px;
    list-style-type: disc !important;
    margin-left: 18px;
}
.full-service1 {
    margin-right: 10px;
}
.banefit-slider .slick-next{
    top: 99% !important;
}
.banefit-slider .slick-next{
    right: 69px !important;
}
.banefit-slider .slick-prev{
    opacity: 0 !important;
}
.aero123{
    padding-right: 0px;
}
.aero345{
    padding-right: 0px;
}
.aero567{
    padding-left: 0px;
}
.aero789{
    padding-left: 0px;
}
.orient345{
    margin-left: 0px;
    padding-left: 0px;
}
.orient123{
    margin-right: 0px;
    padding-right: 0px;
}
.advent123{
    padding-left: 0px;
}
.advent345{
    padding-right: 0px;
}
.pay-btn {
    background: #ED1C24;
    color: white;
}