html{
    overflow-x: hidden;  
      scroll-behavior: smooth;

}

body{
    margin: 0; 
    overflow-x: hidden;
    font-family: 'DM Sans 18pt' !important;
    background-color: #fff;
}


@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Black.eot');
    src: url('../font/DMSans18pt-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans18pt-Black.woff2') format('woff2'),
        url('../font/DMSans18pt-Black.woff') format('woff'),
        url('../font/DMSans18pt-Black.ttf') format('truetype'),
        url('../font/DMSans18pt-Black.svg#DMSans18pt-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-SemiBold.eot');
    src: url('../font/DMSans18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans18pt-SemiBold.woff2') format('woff2'),
        url('../font/DMSans18pt-SemiBold.woff') format('woff'),
        url('../font/DMSans18pt-SemiBold.ttf') format('truetype'),
        url('../font/DMSans18pt-SemiBold.svg#DMSans18pt-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Bold.eot');
    src: url('../font/DMSans18pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans18pt-Bold.woff2') format('woff2'),
        url('../font/DMSans18pt-Bold.woff') format('woff'),
        url('../font/DMSans18pt-Bold.ttf') format('truetype'),
        url('../font/DMSans18pt-Bold.svg#DMSans18pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Medium.eot');
    src: url('../font/DMSans18pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans18pt-Medium.woff2') format('woff2'),
        url('../font/DMSans18pt-Medium.woff') format('woff'),
        url('../font/DMSans18pt-Medium.ttf') format('truetype'),
        url('../font/DMSans18pt-Medium.svg#DMSans18pt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Light.eot');
    src: url('../font/DMSans18pt-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans18pt-Light.woff2') format('woff2'),
        url('../font/DMSans18pt-Light.woff') format('woff'),
        url('../font/DMSans18pt-Light.ttf') format('truetype'),
        url('../font/DMSans18pt-Light.svg#DMSans18pt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Regular.eot');
    src: url('../font/DMSans18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans18pt-Regular.woff2') format('woff2'),
        url('../font/DMSans18pt-Regular.woff') format('woff'),
        url('../font/DMSans18pt-Regular.ttf') format('truetype'),
        url('../font/DMSans18pt-Regular.svg#DMSans18pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-ExtraBold.eot');
    src: url('../font/DMSans18pt-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/DMSans18pt-ExtraBold.woff2') format('woff2'),
        url('../font/DMSans18pt-ExtraBold.woff') format('woff'),
        url('../font/DMSans18pt-ExtraBold.ttf') format('truetype'),
        url('../font/DMSans18pt-ExtraBold.svg#DMSans18pt-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}






/* width */
::-webkit-scrollbar {
 width:3px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px  #023856; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background: #023856;
 border-radius:0px;
}



a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}

.header-panel{
    float:left;
    width:100%;
    background-color:#068bd9;
    padding-top:7px;
    padding-bottom:7px;
}

.logo{
    float:left;
}

.logo img{
    width:260px;
}


#panel-one{
    float:left;
    width:100%;
}

.ban-carousel{
    float:left;
    width:100%;
}

.ban-carousel .item img{
    width:100%;
}

#panel-two{
    float:left;
    width:100%;
    background: url(../images/bgone.png);
    background-size: cover;
    padding-bottom: 70px;
}

.search-bg{
    float:left;
    width:100%;
    height:165px;
    border-radius:8px;
    padding-top:20px;
    padding-left:25px;
    padding-right:25px;
    background: rgb(6,91,141);
    background: linear-gradient(90deg, rgba(6,91,141,1) 0%, rgba(14,133,204,1) 100%);
    margin-top: -89px;
    position: relative;
    z-index: 11;
}


.content {
    /* margin: 15px 100px auto; */
    /* padding: 0 10px; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: center;
    flex-direction: column;
}

.content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #888;
  line-height: 2.5em;
  word-spacing: -0.2em;
  text-transform: uppercase;
  text-align: left;
}
.content h1 > span {
   color: #FFC10E;
}
.content h2 {
  font-size: 22px;
  font-weight: 500;
  color: #040444;
  line-height: 2em;
  text-align: left;
}

.content p {
  font-size: 15px;
  font-weight: 500;
  color: #777;
  text-align: left;
  padding-top: 15px;
}
.content a {
  text-decoration: none;
  color: #FFC41C;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  font-size: 15px; 
}


.ding {
  width: 100%;
  padding-bottom: 15px;
  flex-flow:
}
.ding h2 {
  font-size: 16px;
  font-weight: 500;
  color:#ffffff;
  margin-bottom: 3px;
} 

.ss-main .ss-single-selected {
    width: 50%;
    height: 50px;
    padding: 10px;
}
.ss-main .ss-content {
  width: 50%;
}
.ss-main .ss-multi-selected {
    width: 80%;
    padding: 10px;
}

  @media (max-width:950px) {
  .content {
    /* margin: 15px 10px auto; */
    /* padding: 0 10px; */
    /* width: 500px; */
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: center;
    flex-direction: column;
  }
}


.icon-sr{
    width:22px;
    float: left;
    position: absolute;
    z-index: 11;
    top: 50px;
    left: 28px;
}

.dest-r{
    display: flex;
    cursor: text;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 3px solid #089df4;
    border-radius: 4px;
    background-color: #ffffff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
    height: 51px;
    border-radius: 11px;
    font-size: 14px;
    color: rgb(0 0 0 / 66%);
    font-weight: 600;
    letter-spacing: 0px;
    padding-left: 41px;
  }


.left-align{
  float:left;
}


.dropdown_c{position:relative;/* margin: 20px; *//* background: aliceblue; */}

 .selected span{
  display:flex;
  background: rgb(255 255 255);
  width: 100%;
  border-radius:5px;
  color:#131313;
  border: 3px solid #089df4;
  border-radius: 11px;
  padding-left: 41px !important;
  font-size: 14px;
  color: rgb(0 0 0 / 66%);
  font-weight: 600;
  height: 51px;
}

 .selected  span{
  cursor:pointer; 
  display:flex; 
  padding:10px 15px;
  margin:0;
}

 .drop-content{
  position:relative; 
}

 .drop-content ul{position: absolute;left: 0px;top: -3px;display: none;list-style: none;width: 100%;background: rgb(19 18 18);border-top: 0;border-radius: 0 0 5px 5px;padding-top: 3px;margin-left: 0px;padding-left: 0px;}


 .drop-content ul li span{
  display:flex;
  padding:10px 15px;
  text-decoration:none;
  color:#131313;
}

 .drop-content ul li span:hover{
    background: rgba(0,0,0,0.1);
    color: #fff;
    border-left: 5px solid rgba(0,0,0,0.8);
}

.dropdown_c.dropdown_click:before {
    content: 'Onclick';
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    font-family: cursive;
    font-size: 22px;
    display: none;
}
.dropdown_c.dropdown_hover:before {
    content: 'Hover';
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    font-family: cursive;
    font-size: 22px;
}




.input-row {
  display: flex;
  padding: var(--space-8) 0;
  border-bottom: var(--border);
}
.input-row:last-child {
  border-bottom: 0;
}
.title {
  margin-right: var(--space-8);
}
.label {
  margin-bottom: var(--space-1);
  font-weight: bold;
}
.description {
  color: var(--color-gray-600);
}
.input {
  display: flex;
  align-items: center;
  margin-left: auto;
}
button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--space-12);
  height: var(--space-12);
  border: 1px solid var(--color-blue-500);
  border-radius: var(--round);
  background-color: var(--color-white);
}
button:hover {
  background-color: var(--color-blue-200);
  cursor: pointer;
}
button:focus {
  outline: none;
  box-shadow: var(--shadow-focus);
}
button[disabled] {
  opacity: var(--opacity-50);
  pointer-events: none;
}
button:active {
  background-color: var(--color-blue-300);
}

.number {
  font-size: var(--text-lg);
  min-width: var(--space-12);
  text-align: center;
}
.icon {
  user-select: none;
}
.dim {
  color: var(--color-gray-400);
}

.featured_Packages{
  float:left;
  width:100%;
}

.featured_Packages h2{
  float:left;
  width:100%;
  color:white;
  font-size:35px;
  font-weight: 600;
  padding-top:65px;
  padding-bottom:30px;
}

.list-featured{
  float:left;
  width:100%;
}


.featured-bg{
  float:left;
  width:100%;
  background:white;
  border-radius:8px;
}

.img-ftr{
  width:100%;
  border-top-right-radius:8px;
  border-top-left-radius:8px;   
    height: 325px;
    object-fit: cover;
}

.details-feature{
  float:left;
  width:100%;
  background-color:white;
  padding:16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
    z-index: 1111;
}


.details-feature h3{
  float:left;
  width:100%;
  font-size:21px;
  color:#000000;
  font-weight:normal !important;
}

.details-feature h4{
   float:left;
   width:100%;
   font-size:23px;
   color:#045e92;
   font-weight:bold;
   padding-top: 5px;
}

.details-feature h4 span{
  font-size:16px;
  color:#ff0000;
  font-size:16px;
  font-weight: 600;
  text-decoration: line-through;
  padding-left: 5px;
}

.details-feature h5{
  float:left;
  width:100%;
  text-transform:uppercase;
  font-size:15px;
  color:#052f47;
  font-weight:600;
  text-decoration:underline;
  padding-top: 10px;
}

.inclusion-list{
  float:left;
  width:100%;
  padding-top:5px;
}

.flight{
  float:left;
  margin-bottom:15px;
  width: 25%;
}

.flight span{
  float:left;
  width:100%;
  font-size:14px;
  color:#052f47;
  font-weight:600;
  word-break: break-word;
}

.flight img {
    width: 30px;
    display: inline !important;
    margin-bottom: 5px;
    margin-top: 5px;
}




.book-now{
  float:left;
  width: 49%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(63,142,41);
  background: linear-gradient(90deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
}

.book-now:hover{
  background: rgb(63,142,41);
  background: linear-gradient(315deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
}

.connect-now{
  float:left;
  width: 48%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(56,58,58);
  background: linear-gradient(315deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
  border-radius: 12px;
}

.connect-now:hover{
  background: rgb(56,58,58);
  background: linear-gradient(344deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
}

.duration{
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: black;
    text-align: center;
    background-color: white;
    border-radius: 50px;
    position: absolute;
    left: 10px;
    top: 20px;
    padding: 7px;
    padding-left: 14px;
    padding-right: 14px;
}

#uae-tour{
  float:left;
  width:100%;
  background: url(../images/bgtwo.png);
  background-size: cover;
  padding-top:40px;
  padding-bottom:40px;
  background-position-x: 50% !important;
}

#uae-tour h2{
  float:left;
  width:100%;
  font-size: 35px;
  font-weight: 500;
  color: white;
  line-height: 40px;
  padding-bottom: 14px;
}

#uae-tour h2 span{
    color: #9afe7e;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

#uae-tour p{
  float:left;
  color:#ffffff;
  font-size: 16px;
  line-height: 26px;
  padding-right: 396px;
  margin-bottom: 6px;
}

.uae-owal{
  float:left;
  width:100%;
  margin-top:38px;
}

.uae-lst{
  float:left;
  width:100%;
}

.uae-lst img{
  border-radius:8px;
  width:100%;
}

.dest-titels{
  float:left;
  width:100%;
  /* background: url(../images/mask.png); */
  background-size: cover;
  margin-top: -81px;
  position: relative;
  padding-left: 20px;
  padding: 20px;
  /* background-position: left; */
  background-position-y: -51%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: rgb(5,65,100);
  background: linear-gradient(359deg, rgb(5 65 100) 0%, rgb(5 65 100 / 23%) 100%);
}

.dest-name{
  float:left;
  color:white;
  font-size: 15px;
  font-weight:normal;
  border:solid 1px white;
  border-radius:50px;
  padding: 8px;
  padding-left: 19px;
  padding-right: 19px;
}

.uae-lst:hover .dest-name{
  background-color:white;
  color:black;
}

#why{
    float: left;
    width: 100%;
    background: url(../images/bgthree.png);
    background-size: cover;
    padding-bottom:55px;
}

#why h2 {
    float: left;
    width: 100%;
    color: white;
    font-size: 35px;
    font-weight: 600;
    padding-top: 55px;
    padding-bottom: 40px;
}

.gr-bg{
  float:left;
  width:72px;
  height:94px;
  background-color:#96dd82;
  border-radius: 50px;
  text-align:center;
}

.gr-bg img{
  width: 46px;
  top: 22px;
  position: relative;
}

#why  h3{
  float:left;
  width:100%;
  color:white;
  font-size:24px;
  font-weight:bold;
  margin-top: 20px;
}

#why p{
  float:left;
  width:100%;
  color:#bee6fe;
  font-size:16px;
}

.india-bg{
  background: url(../images/bgfour.png) !important;
  background-size: cover; 
  background-position-x: 50% !important;
}

#advertisment-section{
  float:left;
  width:100%;
  padding-top:50px;
  padding-bottom:50px;
  background: url(../images/bgfive.png) !important;
  background-size: cover; 
}

.adv-owal{
  float:left;
  width:100%;
}

.adv-owal img{
  width:100%;
  border-radius:8px;
}

#quick-about{
  float:left;
  width:100%;
  background-color:#0b669a;
  padding-top:45px;
  padding-bottom:45px;
}

#quick-about h2 {
    float: left;
    width: 100%;
    color: white;
    font-size: 35px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 12px;
}

#quick-about p{
  float:left;
  width:100%;
  color:white;
  font-size:16px;
  line-height: 27px;
  padding-right: 80px;
  padding-bottom: 15px;
}

.count-section{
  float:left;
  width:100%;
}

.team-nmbr{
  float:left;
  flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.team-nmbr h3{
  float:left;
  width:100%;
  color:white;
  font-size:45px;
  font-weight:bold;
  margin-bottom: 3px;
}

.team-nmbr span{
  float:left;
  color:white;
  font-size:15px;
  width: 100%;
}

.team-nmbr img{
  width: 55px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.aboutimg{
    float: right;
    margin-top: -438px;
    width: 500px;
}

#our-services{
  float:left;
  width:100%;
  background: url(../images/bgone.png);
  background-size: cover;
  padding-top:50px;
  padding-bottom:50px;
}

#our-services h2 {
    float: left;
    width: 100%;
    color: white;
    font-size: 35px;
    font-weight: 600;
    padding-top:15px;
    padding-bottom: 40px;
}

.sr-section{
  float:left;
  width:100%;
  margin-bottom:45px;
}

.sr-thumb{
  float:left;
  width:100%;
  color:white;
  text-align:center;
}

.sr-bg{
  border-radius:8px;
  background-color:#0777b8;
  padding: 30px;
  float:left;
  width:100%;
  margin-bottom: 18px;
}

.sr-thumb span{
  float:left;
  width:100%;
  font-size:16px;
  font-weight: 500;
  line-height: 21px;
}

.sr-bg img{
  width:85px;
}

.sr-thumb:hover .sr-bg {
  background-color:#0f80c2;
}

.srv-align{
  float:left;
}


.cntry-ftr{
  float:left;
  width:100%;
}

.india{
  float:left;
  width:100%;
  border-radius:8px;
  padding:25px;
  border:solid 1px rgb(255 255 255 / 50%);
}

.dtl-cntr{
  float:left;
  width:100%;
}

.dtl-cntr h2{
   float:left;
  width:100%;
  font-size:24px;
  color:white;
  font-weight:bold;
  text-transform:uppercase;
}

.dtl-cntr p{
  float:left;
  width:100%;
  color:white;
  font-size:15px;
  margin-bottom: 5px;
}

.ftr-tel{
  float:left;
  width:100%;
    color:white;
  font-size:15px;
}

.ftr-tel:hover{
  color:#8bd4fe;
  text-decoration:none;
}

.map-nav{
  float:left;
  width:100%;
  text-transform:uppercase;
  padding-top:20px;
  color:#8df371;
  font-size:14px;
  font-weight:500;
}

.map-nav:hover{
  color: #3ac115;
}

.flag img{
  border-radius: 8px;
  border: solid 3px rgb(194 197 199 / 45%);
}

.flag{
    float: left;
    width: 100%;
    margin-top: -59px;
    margin-bottom: 25px;
}

.footer{
    float:left;
    width:100%;
    padding-top:90px;
    padding-bottom:25px;
    background: rgb(0,0,0);
background: linear-gradient(4deg, rgba(0,0,0,1) 0%, rgba(7,119,184,1) 100%);
}

.ftr-links{
  float:left;
  margin-top:80px;
  width:100%;
}

.listing-services{
  float:left;
  width:100%;
  margin-bottom:20px;
}

.listing-services h3{
  float:left;
  width:100%;
  color:#ffffff;
  font-size:20px;
  font-weight:600;
  padding-bottom:17px;
}

.ftr-nav{
  float:left;
  width:100%;
  font-size:14px;
  color:rgb(254 254 254 / 73%);
  padding-bottom:15px;
}

.ftr-nav:hover{
  color:white;
}

.sub-nav{
  float:left;
  width:100%;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top:solid 1px #262929;
  border-bottom:solid 1px #262929;
  margin-top: 20px;
}

.subn-lnks{
  float:left;
  color:white;
  font-size:14px;
  padding-right: 25px;
}

.subn-lnks:hover{
  color:rgb(254 254 254 / 73%);
}

.social-ftr {
  float:left;
  margin-right:25px;
}

.social-ftr img{
  float:left;
  width:25px;
}

.social-align{
  float:right;
}

.copy-rsr{
  float:left;
  width:100%;
  padding-left:15px;
  padding-right:15px;
  font-size:14px;
  color:white;
  text-align:center;
  padding-top: 27px;
}




 /*search popover*/
    .popover__message label{
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: left;
    color: black;
    margin-bottom: 17px;
    margin-top: 6px;
    font-weight: 500 !important;
    line-height: 19px !important;
    float: left;
    width: 100%;
    }
       .popover__title label{
     font-size: 17px;
     color:black;
     font-weight: 600;
     margin-bottom: 0px;
     line-height: 26px;
     font-size: 14px;
     color: rgb(0 0 0 / 66%);
     font-weight: 600;
    }
.popover__title {
  /* font-size: 24px; */
  /* line-height: 36px; */
  /* text-decoration: none; */
  /* color: rgb(228, 68, 68); */
  /* text-align: center; */
  /* padding: 4px 0; */
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
}

.popover__wrapper {
  position: relative;
  width: 100%;
  float: left;
  /* margin-top: -7px; */
  /* margin-top: 1.5rem; */
  /* display: inline-block; */
}
.error_msgs{
    color: #fa1010 !important;
    background:transparent !important;
    font-size:11px !important;
}

.error_msg{
        font-size: 13px;
        color: red;
        float: left;
        width: 100%;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #f4ea26 !important;
    border-color: #f4ea26 !important;
}

.ft-left p a{
    color:#fff;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  transform: translate(0, 10px);
  background-color: #ffffff;
  padding: 10px;
  min-height: 178px;
  top: 245%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  width: 235px;
  float: left;
  border-radius: 8px;
  left: -43px;
  /* right: 14%; */
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__content1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  transform: translate(0, 10px);
  background-color: #ffffff;
  padding: 10px;
  min-height: 178px;
  top: 245%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  width: 235px;
  float: left;
  border-radius: 8px;
  left: -43px;
  /* right: 14%; */
}
.popover__content1:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover_is_visible{
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);

}

@media(max-width:767px){
    .tab-content{
        margin-top:0 !important;
        padding:0;
    }
.form-brd{margin-bottom: 10px;}
    
}

.popover__message {
  text-align: center;
}
.sel-book-loc{
      padding-right: 40px;
}
.popover__title:after{
  position: absolute;
  content: '';
  right: 56px;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  top: 0;
  /* z-index: 999; */
}

.quantity-nav{
  float:left;
}

.quantity input{
    border-radius: 7px;
    border: solid 1px rgb(0 0 0 / 23%);
    text-align: center;
    font-size: 14px;
    height: 40px;
}

.quantity-up{
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: black;
    width: 100%;
    background-color: #b1d8f0;
    border-radius: 50px;
}

.quantity-up:hover{
   background-color:black;
  color:white;
}

.quantity-down{
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: black;
    width: 100%;
    background-color: #c8f2bf;
    border-radius: 50px;
    margin-top: 3px;
}

.quantity-down:hover{
  background-color:black;
  color:white;
}


.btn-ok{
  float:left;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(63,142,41);
  background: linear-gradient(90deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
}

.btn-ok:hover{
  background: rgb(63,142,41) !important;
  background: linear-gradient(315deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%) !important;
}

.btn-clr{
  float:left;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(56,58,58);
  background: linear-gradient(315deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
  border-radius: 12px;
}

.btn-clr:hover{
  background: rgb(56,58,58);
  background: linear-gradient(344deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
}

.search-home{
  width:180px;
  background-color:black;
  height:47px;
  border-radius:8px;
  position: relative;
  color:white;
  font-weight:600;
  font-size:15px;
  bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  background: rgb(60,63,63);
background: linear-gradient(86deg, rgba(60,63,63,1) 0%, rgba(9,13,13,1) 100%);

}

.search-home:hover{
  background: rgb(60,63,63);
background: linear-gradient(270deg, rgba(60,63,63,1) 0%, rgba(9,13,13,1) 100%);
}

.btn-style{
  float:left;
  width:100%;
  text-align:center;
}

.sub-header{
  float:left;
  width:100%;
  background-color:#383a3a;
  height:50px;
}

#sub-page-intro{
  float:left;
  width:100%;
  padding-top:25px;
  padding-bottom:50px;
  background: url(../images/bgone.png);
  background-size: cover;
}


#sub-page-intro h1 {
    float:left;
    width:100%;
    color:white;
    font-size:40px;
    font-weight:bold;
    padding-top:25px;
    padding-bottom:10px;
}

.loc-bg{
  float:left;
  width:100%;
  padding:25px;
  background-color: #068bd9;
  border-radius:8px;
}

.loc-bg h2{
  float:left;
  width:100%;
  font-weight:500;
  color:white;
  font-size:20px;
}

.cnt-tel{
  font-size:20px;
  font-weight:bold;
  color:#ccffbd;
}

.cnt-tel:hover{
  color:#fff0b9 !important;
  text-decoration:none !important;
}

.cnt-mail{
   font-size:20px;
  font-weight:bold;
  color:#ccffbd;
}

.cnt-mail:hover{
  color:#fff0b9 !important;
  text-decoration:none !important;
}

.loc-bg h3{
  float:left;
  width:100%;
  font-weight:500;
  color:white;
  margin-top:10px;
  font-size:20px;
  margin-bottom: 0px;
}

.cnt-thumb{
  float: left;
  width: 80px;
  height: 80px;
  background-color: #96dd82;
  border-radius:20px;
  margin-bottom: 21px;
  text-align: center;
}

.cnt-thumb img{
  width: 45px;
  padding-top: 18px;
}

.mct_form {
    /* border: 1px solid #b0aaaa; */
    color: white;
    display: block;
    padding-left:15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #0771af;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 32%);
    margin-top: 3px;
    width: 100%;
    /* font-family: 'Arial' !important; */
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 8px;
    }

    .push-left{
      float:left;
    }

    .frm-titel {
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 600;
}


.send-msg-btn{
  float:left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(63,142,41);
  background: linear-gradient(90deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
  margin-top:20px;
}

.send-msg-btn:hover{
  background: rgb(63,142,41);
  background: linear-gradient(315deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
}

.presence-our{
  float:left;
  width:100%;
}

.presence-our h4{
    float: left;
    width: 100%;
    color: white;
    font-size: 25px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 15px;
}

.uae-tag{
  float:left;
  text-align:center;
  font-size:17px;
  font-weight:normal;
  color:white;
  border:solid 1px #fff;
  padding: 10px;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right:10px;
}

.head-map{
  float:left;
  width:100%;
}

.head-map h2 {
    float: left;
    width: 100%;
    color: white;
    font-size: 35px;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 20px;
}

.map-radius{
  border-radius:10px;
  margin-bottom:35px;
}

.menu-sec {
    float: right;
}

#notification img{
  width: 30px;
    float: right;
}

#notificationWrap{
  float: right;
  margin-top: 33px;
}

.srv-50{
  float:left !important;
  width:50% !important;
}

#sub-page-intro p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: white;
    padding-right: 250px;
    line-height: 28px;
    padding-bottom: 20px;
}

.offer-bg{
  float:left;
  width:100%;
  border-radius:8px;
  background-color: #068bd9;
  padding:20px;
  margin-bottom:35px;
}

.offer-imgs{
  float:left;
  width:100%;
}

.offer-bg h2{
    float: left;
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 2px;
}

.offer-bg p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: white;
    padding-right:0px !important;
    line-height: 26px !important;
    padding-bottom:0px !important;
}

.offer-btn{
  float:left;
  width: 49%;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(63,142,41);
  background: linear-gradient(90deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
}

.offer-btn:hover{
  background: rgb(63,142,41);
  background: linear-gradient(315deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
}

.offer-imgs img{
  width:100%;
  border-radius:12px;
  margin-bottom:18px;
}

.offer-details{
  float:left;
  width:100%;
}

.offer-details h2 {
    float: left;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 2px;
    padding-top: 14px;
}

.offer-details p{
    float: left;
    width: 100%;
    padding-right: 0px !important;
    margin-top: 15px !important;
    line-height: 26px !important;
    padding-bottom: 3px !important;
}

.offer-date{
    float: left;
    /* width: 100%; */
    font-size: 15px;
    font-weight: 500;
    color: white;
    border: solid 1px rgb(255 255 255 / 54%);
    border-radius: 8px;
    padding: 12px;
    padding-left: 23px;
    padding-right: 23px;
}

.related-offers{
  float:left;
  width:100%;
  border: solid 1px rgb(255 255 255 / 54%);
  padding:20px;
  border-radius:10px;
}

.related-sec{
  float:left;
  width:100%;
  margin-bottom:20px;
  border-bottom: solid 1px rgb(255 255 255 / 32%);
  padding-bottom: 20px;
}

.related-sec img{
  width:100%;
  float:left;
  border-radius:8px;
}

.related-sec h3{
    float: left;
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 0;
    padding-top: 12px;
}

.offer-nav{
  float:left;
  width:100%;
  font-size: 14px;
  color: #c8ffc8;
  font-weight:600;
}

.offer-nav:hover{
  color: #aedaae;
}

.related-offers h4{
   float: left;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 500;
    background: #256aa7;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 21px;
}


.career-frn{
  float:left;
  width:100%;
}    

.career-frm{
   /* border: 1px solid #b0aaaa; */
    color: white;
    display: block;
    padding-left:15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #0771af;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 32%);
    margin-top: 3px;
    width: 100%;
    /* font-family: 'Arial' !important; */
    float: left;
    padding: 7px 10px;
    margin-top: 3px;
    border-radius: 8px;
}

.cpt{
  padding-top:12px;
}

.career-frm::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.career-frm::-ms-input-placeholder { /* Edge 12-18 */
  color: white;
}


.career-msg-btn{
  float:left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(56,58,58);
  background: linear-gradient(315deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
  margin-top: 30px;
}

.career-msg-btn:hover{
 background: rgb(56,58,58);
  background: linear-gradient(344deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
}

.about-sections{
  float:left;
  width:100%;
  margin-top:5px;
}

.about-sections h2{
  color: white;
    font-size: 29px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 15px;
}

.about-sections p {
    float: none !important;
    width: none !important;
    font-size: 16px;
    color: white;
    padding-right: 5px !important;
    line-height: 28px;
    padding-bottom: 0px !important;
}

.about-sections img{
    border-radius: 10px;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

.our-mission{
  float:left;
  width:100%;
  margin-top:20px;
}

.vm-thumb{
  float: left;
  width: 80px;
  height: 80px;
  background-color: #96dd82;
  border-radius:20px;
  margin-bottom: 15px;
  text-align: center;
}

.vm-thumb img{
  width: 45px;
  padding-top: 18px;
}


.our-mission h3 {
    color: white;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 4px;
    margin-top: 2px;
}

.our-mission p{
  padding-right:20px !important;
  float:left !important;
  width:100% !important;
  padding-bottom: 0px !important;
}

.visa-features{
  float:left;
  width:100%;
}

.visa-features h3{
     float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding-top: 6px;
    padding-bottom: 15px;
}

.pt20{
  padding-top:20px !important;
}

.duration-new{
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: black;
    text-align: center;
    background-color: white;
    border-radius: 50px;
    position: absolute;
    left: 30px;
    top: 20px;
    padding: 7px;
    padding-left: 14px;
    padding-right: 14px;
}

.mb35{
  margin-bottom:35px;
}

.package-tab{
    float:left;
    width:100%;
    border-radius:8px;
    padding-top:20px;
    padding-left:25px;
    padding-right:25px;
    background: rgb(6,91,141);
    background: linear-gradient(90deg, rgba(6,91,141,1) 0%, rgba(14,133,204,1) 100%);
    margin-top: 19px;
    position: relative;
    z-index: 11;
    padding-bottom: 20px;
}

.package-tab h2{
  float:left;
  width:100%;
  font-size: 34px;
  color: #ffffff;
  font-weight:bold;
  margin-bottom: 0px;
}

.rate-bg{
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    background: rgb(63,142,41);
    background: linear-gradient(90deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
    font-size: 38px;
    font-weight: 900;
    color: yellow;
}

.rate-bg span{
  font-size: 21px;
  font-weight: normal;
  padding-right: 5px;
  color: white;
  font-weight: 600;
}

.disc{
  float: right;
    font-size: 25px;
    color: #b3e2a6;
    /* padding-top: 7px; */
    font-weight: 500;
    padding-left: 53px;
    width: 100%;
    text-decoration: line-through;
}

.package-tab h3{
    float: left;
    width: 100%;
    color: #defba8;
    font-weight: 400;
    font-size: 20px;
    padding-top: 11px;
}

.dn{
    margin-top: 5px;
    margin-bottom: 9px;
    float:left;
    width:100%;
}

.dn span{
    float: left;
    background: #fccf51;
    border-radius: 10px;
    padding: 8px;
    padding-left: 17px;
    padding-right: 17px;
}

.overview-tour{
  float:left;
  width:100%;
  padding-top: 50px;
}

.overview-tour h4{
    color: white;
    font-size: 21px;
    font-weight: 600;
    float: left;
    background: #4fa936;
    padding: 12px;
    border-radius: 10px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    z-index: 11;
}

.overview-tour p{
  float:left !important;
  width:100% !important;
  font-size:16px !important;
  padding-right:25px !important;
  line-height: 25px !important;
  color:white !important;
  padding-bottom: 5px !important;
  margin-top: 10px;
}

.overview-tour::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #4fa936;
    top: 22px;
    position: relative;
}

.overview-inc{
  float:left;
  width:100%;
  padding-top:0px;
  margin-top:20px;
}

.overview-inc h4{
    color: white;
    font-size: 21px;
    font-weight: 600;
    float: left;
    background: #4fa936;
    padding: 12px;
    border-radius: 10px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    z-index: 11;
}

.overview-inc p{
  float:left !important;
  width:100% !important;
  font-size:16px !important;
  padding-right:25px !important;
  line-height: 25px !important;
  color:white !important;
  padding-bottom: 5px !important;
  margin-top: 10px;
}

.overview-inc::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #4fa936;
    top: 22px;
    position: relative;
}

.inclusions-list{
  float:left;
  width:100%;
  margin-top:25px;
}

.inc-thumb{
  float:left;
  width:100%;
  color:white;
  text-align:center;
  margin-bottom:15px;
}

.inc-bg{
  border-radius:8px;
  background-color:#0777b8;
  padding: 30px;
  float:left;
  width:100%;
  margin-bottom: 18px;
}

.inc-thumb span{
    float: left;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
    padding-top: 3px;
    letter-spacing: 0px;
}

.inc-bg img{
  width:85px;
}

.inc-thumb:hover .inc-bg {
  background-color:#0f80c2;
}



.add-tours{
  float:left;
  width:100%;
  padding-top:0px;
  margin-top:30px;
}

.add-tours h4{
    color: white;
    font-size: 21px;
    font-weight: 600;
    float: left;
    background: #4fa936;
    padding: 12px;
    border-radius: 10px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    z-index: 11;
}

.add-tours p{
  float:left !important;
  width:100% !important;
  font-size:16px !important;
  padding-right:25px !important;
  line-height: 25px !important;
  color:white !important;
  padding-bottom: 5px !important;
  margin-top: 10px;
}

.add-tours::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #4fa936;
    top: 22px;
    position: relative;
}

.tour-steps{
  float:left;
  width:100%;
  margin-top: 15px;
}




.accordion-header{
    background: #2b78ac;
    border-radius: 8px;
    font-size: 21px;
    color: white;
    padding: 15px;
    float: left;
    width: 100%;
    text-align: left;
}

.accordion-button{
    color: white;
    float: left;
    width: 100%;
    text-align: left;
    display: inline;
}

.accord-flt{
  float:left;
  width:100%;
}

.day-bg{
    float: left;
    width: 100%;
    background: aliceblue;
    margin-bottom: 10px;
    padding: 18px;
    border-radius: 8px;
}

.day-st{
  float:left;
  width:100%;
  border-bottom: solid 1px rgb(0 0 0 / 13%);
  margin-bottom: 20px;
}

.day-st h3{
    float: left;
    background: #4fa936;
    color: white;
    font-size: 19px;
    padding: 9px;
    border-radius: 7px;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
}

.day-st p{
    float: none !important;
    width: auto !important;
    color: black !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 4px !important;
}

.day-st img{
    float: left;
    border-radius:10px;
    border-bottom: solid 1px rgb(0 0 0 / 13%);
    margin-bottom: 20px;
    margin-right:30px;
}

.book-now-sec{
    float: left;
    width: 100%;
    margin-top: 45px;
    text-align: center;
    margin-bottom: 25px;
}

.book-btn{
  /* float:left; */
  /* width: 100%; */
  padding-top: 19px;
  padding-bottom: 19px;
  text-align:center;
  font-size: 16px;
  color:#ffffff;
  font-weight:600;
  background: rgb(56,58,58);
  background: linear-gradient(315deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
  margin-top: 0px;
  padding-left: 45px;
  padding-right: 45px;
  text-transform:uppercase;
  font-weight: bold;
}

.book-btn:hover{
 background: rgb(56,58,58);
  background: linear-gradient(344deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
}

.booking-step{
  float:left;
  width:100%;
}

.booking-step h2 {
    color: white;
    font-size: 16px;
    font-weight: 500;
    float: left;
    background: rgb(79,169,54);
    background: linear-gradient(270deg, rgb(18 83 117) 0%, rgba(38,97,22,1) 100%);
    padding: 12px;
    border-radius: 10px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    z-index: 11;
    margin-bottom: 25px;
}

.tr1{
    float: left;
    width: 100%;
    color: white;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 16px;
}


.add-more-btn{
  float:left;
  width: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(56,58,58);
  background: linear-gradient(315deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
  margin-top:2px;
  margin-bottom: 30px
}

.add-more-btn:hover{
 background: rgb(56,58,58);
  background: linear-gradient(344deg, rgba(56,58,58,1) 0%, rgba(9,13,13,1) 100%);
}


.send-book-btn{
 float:left;
  width: 195px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align:center;
  font-size:15px;
  color:#ffffff;
  font-weight:600;
  background: rgb(63,142,41);
  background: linear-gradient(90deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
  border-radius: 12px;
  margin-right: 7px;
  margin-top:20px;
}

.send-book-btn:hover{
  background: rgb(63,142,41);
  background: linear-gradient( 15deg, rgba(63,142,41,1) 0%, rgba(86,176,61,1) 100%);
}



.selected-details{
    float: left;
    width: 100%;
    border-radius: 8px;
    border: solid 3px rgb(25 154 231 / 74%);
    padding: 18px;
    margin-bottom: 45px;
    background: rgb(6,91,141);
    background: linear-gradient(90deg, rgba(6,91,141,1) 0%, rgba(14,133,204,1) 100%);
}

.selected-details h2{
  float:left;
  width:100%;
  font-size: 24px;
  color: white;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 10px;
}

.slt-dtl{
  float:left;
  width:100%;
}

.slt-dtl h3,h4,h5 {
    float: left;
    width: auto;
    color: #def9ac;
    font-size: 20px;
    font-weight: 800;
    padding-top: 0px;
    padding-right: 15px;
    border-right: solid 1px rgb(255 255 255 / 35%);
    margin-right: 15px;
}

.srv-lst{
    float: left;
    width: auto;
    font-size: 15px;
    margin-bottom:20px;
    margin-right:15px;
    font-weight: 400;
    color: white !important;
    padding: 15px;
    border-radius: 8px;
    background: #2d7097;
    padding-top: 12px;
    padding-bottom: 12px;
}

.uae-modal{
    float: left;
    width: 100%; 
    border-radius: 8px;
    padding: 20px;
    color: white;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
    /* background: #404246; */
    background: rgb(63,64,66);
    background: linear-gradient(270deg, rgb(6 76 117) 0%, rgb(5 36 55) 100%);
}

.uae-modal img {
    float:left;
    border-radius: 8px;
    border: solid 3px rgb(194 197 199 / 16%);
    width: 74px;
    margin-right: 19px;
}

.md-presence{
    float: left;
    width: 100%;
    font-size: 30px;
    color: white;
    font-weight: 100;
    padding-bottom: 20px;
}

.enq-mb-bg{
  float:left;
  width:100%;
  padding:15px;
  background-color:white;
  border-radius:20px;
}


.forms-modal{
  /* border: 1px solid #b0aaaa; */
    color: black;
    display: block;
    padding-left:15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 20px !important;
    padding: 0 20px;
    outline: none;
    background: #eef0f0;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(0 0 0 / 5%);
    margin-top: 3px;
    width: 100%;
    /* font-family: 'Arial' !important; */
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 8px;
}

.modal-frm-titel {
    float: left;
    padding-bottom: 5px;
    width: 100%;
    color: black;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

#animatedModal{
  background: linear-gradient(4deg, rgb(0, 0, 0) 0%, rgb(7, 119, 184) 100%);
}

#closebt-container {
    text-align: right;
    padding: 15px;
    cursor: pointer;
    padding-bottom: 0px;
}



.sticky-icon  {
  z-index: 11;
  position:fixed;
  top: 34%;
  right:0%;
  width:220px;
  display:flex;
  flex-direction:column;
  }  
.sticky-icon a  {
  transform:translate(160px,0px);
  /* border-radius:50px 0px 0px 50px; */
  text-align:left;
  /* margin:2px; */
  text-decoration:none;
  /* text-transform:uppercase; */
  padding:10px;
  font-size: 15px;
  /* font-family:'Oswald', sans-serif; */
  transition:all 0.8s;
  font-weight: 400;
  }
.sticky-icon a:hover  {
  color:#FFF;
  transform:translate(0px,0px);}  
.sticky-icon a:hover i  {
  transform:rotate(360deg);}
/*.search_icon a:hover i  {
  transform:rotate(360deg);}*/
.Facebook  {
  background-color: #068bd9;
  color:#FFF;
  border-top-left-radius: 17px;
  }
  
.Youtube  {
  background-color: #0f981d;
  color:#FFF;
  border-bottom-left-radius: 17px;
  }
  
.Twitter  {
  background-color:#53c5ff;
  color:#FFF;}
  
.Instagram  {
  background-color: #103b60;
  color:#FFF;
  }
  
.Google  {
  background-color: #383a3a;
  color:#FFF;
  }           
.sticky-icon a i {
  background-color:#FFF;
  height:40px;
  width:40px;
  color:#000;
  text-align:center;
  line-height:40px;
  border-radius:50%;
  margin-right:20px;
  transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
  background-color:#FFF;
  color:#2C80D3;}
  
.sticky-icon a i.fa-google-plus-g  {
  background-color:#FFF;
  color:#d34836;}
  
.sticky-icon a i.fa-instagram  {
  background-color:#FFF;
  color:#FD1D1D;}
  
.sticky-icon a i.fa-youtube  {
  background-color:#FFF;
  color:#fa0910;}
  
.sticky-icon a i.fa-twitter  {
  background-color:#FFF;
  color:#53c5ff;}
.fas fa-shopping-cart  {
  background-color:#FFF;} 
#myBtn {
  height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
  line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
  font-size:30px;}

#myBtn:hover {
  background-color: #555;
}

.sticky-icon img {
    width: 35px;
    margin-left: 4px;
    margin-right: 10px;
}


.package-srch{
  margin-top:20px;
  margin-bottom:30px;
}


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgb(0 0 0 / 90%);
  overflow-y: hidden;
  transition: 0.5s;
  background: rgb(63,64,66);
    background: linear-gradient(270deg, rgb(6 76 117) 0%, rgb(5 36 55) 100%);
}

.overlay-content {
  position: relative;
  /* top: 25%; */
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  z-index: 1111;
  /* top: 20px; */
  right: 5px;
  /* font-size: 60px; */
}

#notificationWrap img{
      width: 30px;
    float: right;
}

#myNav body{
  overflow:none !important;
}

.ban-carousel .owl-nav{
  display:none !important;
}

.uae-owal .owl-nav{
  display:none !important;
}

.adv-owal .owl-nav{
  display:none !important;
}


.featured-carousel .owl-nav {
    width: 100px;
    text-align: center;
    top: 0px;
    margin-top: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.featured-carousel .owl-nav button{
  float:left !important;
}

.featured-carousel .owl-prev img{
    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
      float:left;
  outline:none !important;
  position: relative;
  width:35px;

}
.featured-carousel .owl-next img{
    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    float: right;
    outline: none !important;
    position: relative;
     width:35px;
     margin-left:8px;

}
.featured-carousel .owl-next:hover img{
    filter: invert(1);
}
.featured-carousel .owl-prev:hover img{
    filter: invert(1);
}

.grecaptcha-badge { 
    visibility: hidden;
}



.s2 {
    float: left;
    overflow: hidden;
    position: relative;
        border-radius: 8px;
}
.s2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 36%);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 16deg) translate3d(0, -200%, 0);
    z-index: 999;
    /* border-radius: 20px; */
}
.b4-1:hover .s2::before {
    webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}




@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


@media only screen and (max-width:600px) {
.field-md{width:100%; min-width:100%; max-width:100%; flex:100%; float:left;}
.search-bg{margin-top:-40px;}
}


@media only screen and (max-width:991px) {
#sub-page-intro p{padding-right:10px !important;}
#uae-tour p{padding-right:0px;}
.india-bg{background: url(../images/bgone.png) !important;}
#uae-tour{background: url(../images/bgone.png) !important;}
}

@media only screen and (max-width:767px) {
.about-sections img{float:left; margin-left: 0px; margin-right:10px; margin-bottom:20px;}
.flag{margin-top:0px; margin-bottom:10px;}
.india{margin-bottom:25px; padding-top: 7px;}
.footer{padding-top:50px;}
.ftr-links{margin-top: 25px;}
.quantity input{float:left; margin-right: 10px; height:48px; width:45px;}
.popover__message label{margin-bottom:10px;}
.quantity{margin-bottom:10px; float:left; width:100%;}
.presence-our{margin-bottom:25px;}
.mb-forms{float: left; width: 100%;  background: #0876b6; border-radius: 8px; padding-top: 25px; padding-bottom: 25px;}
}

@media only screen and (max-width:485px) {
.about-sections img{width:100%; margin-right:0px;}
}

@media only screen and (max-width:1199px) {
.aboutimg{width:380px; margin-top: -400px;}
.menu-wrapper .menu-item a{padding-right:0px !important;}
.mcr-mb{float:left !important; width:100% !important; min-width:100% !important; max-width:100% !important; flex:100% !important;}
.rate-bg{margin-bottom:20px;}
}

@media only screen and (max-width:1024px) {
#notificationWrap{display:none;}
.header_menu_area{margin-right:0px !important;}
}

@media only screen and (max-width:444px) {
.srv-50{width:100% !important;}
}

@media only screen and (max-width:991px) {
.aboutimg{display:none;}
.tab-width-abt{float:left; width:100%; min-width:100%; max-width:100%; flex:100%;}
.srv-align{width:50%; flex:50%; max-width:50%; float:left;}
.sr-thumb span{margin-bottom:30px;}
}

@media only screen and (max-width:450px) {
.team-nmbr{width:50%; flex:50%; max-width:50%; margin-bottom:25px;}
}

@media only screen and (max-width:1000px) {
.field-md{width:50%; flex:50%; max-width:50%; float:left;}
.search-bg{height:100%; padding-left:10px; padding-right:10px;}
}


@media only screen and (max-width:768px) {
.subn-lnks{width:50%; float:left; padding-right:0px; padding-bottom:15px;}
.ftr-nav{width:50%; float:left;}
.social-align{float:left; width:100%; margin-top:10px;}
.listing-services{display:none;}
.sticky-icon{display:none;}
}

@media (min-width:768px) and (max-width:2500px) {
.mb-list-srv{display:none;}
}

@media (min-width:1200px) and (max-width:2500px) {
.menu-wrapper .pointer{display:none;}
}

@media (min-width:1025px) and (max-width:1199px) {
.header_menu_area > ul > li > a{padding-left: 35px !important;}
}

@media only screen and (max-width:425px) {
.logo img{width:188px;}
.header_menu_area > .mob_nav{margin-top:19px !important;}
.header_menu_area > ul{top:80px !important;}
}

@media only screen and (max-width:768px) {
.search-bg{margin-top:-40px;}
}


.mb-list-srv{
  float:left;
  width:100%;
}

.mb-list-srv h3{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 17px;
}

.adv-hvr{
  float:left;
  width:100%;
}

.adv-hvr:hover{
  filter: grayscale(60%);
}


.dwn-arw{
  width: 24px;
    float: right;
}

.loader img {
    max-width: 111px;
    width: 100%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}