/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap");

/*===============================================*/
* {
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

body,
html {
  scroll-behavior: smooth;
  transition: 0.5s ease-in-out;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
  font-weight: 700;
  /* color: #0a9cd1; */
}

input {
  box-shadow: none;
  border: none;
  outline: none;
  background-color: #fff;
  transition: 0.4s ease-in-out;
}

img {
  max-width: 100%;
  transition: 0.4s ease-in-out;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;

  transition: 0.4s ease-in-out;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

/* frm start */
/*  */

.inner_page_img_div{
  background-position: center center;
}

.overlay_bg_inner{
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 53px;
  padding-bottom: 53px;
}

.overlay_bg_inner2{
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 103px;
  padding-bottom: 83px;
}

.left_banner_txt{

  text-align: center;
}

.left_banner_txt h1{
  font-size: 47px;
  text-transform: capitalize;
  left: .4px;
  font-weight: 700;
  letter-spacing: .6px;
  color: #fff;
}

.left_banner_txt h1 span{
  color: #008AA9;
}

.left_banner_txt p{
  font-size: 18px;
  color: #FDF5ED;
  font-weight: 600;
  text-transform: capitalize;
}

.left_banner_txt p span{
  color: #008aa9;
  font-weight: 700;
}

.form_main_div{
  background-color: #fff;
  padding: 20px 30px 15px 30px;
}

.form_main_div h5{
  color: #008AA9;
  font-weight: 700;
  padding-bottom: 5px;
}

.form_main_div .input-group ::placeholder{
  font-size: 14px;
  font-weight: 500;
}

.form_main_div .input-group input{
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.form_main_div .input-group-text{
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  color: #008aa9;
}

.form_main_div .input_div input.btn{
  background-color: #008AA9;
  padding: 12px 75px 12px 75px;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-bottom: 10px;
  animation: pulse 1500ms infinite;

}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #008AA9;
  }
  100% {
    box-shadow: 0 0 0 17px #fbb32f01;
  }
}

.form_main_div .form-check label{
  font-size: 13px;
  font-weight: 400;
  color: gray;

}

.banner_icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.banner_icon img{
  width: 80px;
  margin: 0 7px;


}

.banner_btn{
  margin-top: 35px;
}

.banner_btn a{
  background-color: #008AA9;
  padding: 8px 30px 10px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border: 4px solid #008AA9;
  transition: .4s ease-in-out;
  text-transform: capitalize;
}


.banner_btn a:hover{
  background-color: transparent;
  padding: 8px 30px 10px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border: 4px solid #fff;
  transition: .4s ease-in-out;
}


.banner_btn .fa{
  font-size: 25px;
}

/*  */


/* frm end */

/*=====================topbar css ==============================*/
.topbar_section {
  background-color: #044466;
  transition: .4s ease-in-out;
  position: relative;

}

.shape_topbar1 {
  position: absolute;
  top: 0;
  left: 0;
}

.shape_topbar1 img {
  width: 75px;
  /*	z-index: -999;*/
}


.shape_topbar2 {
  position: absolute;
  top: 0;
  right: 0;
}

.shape_topbar2 img {
  width: 75px;
  /*	z-index: -999;*/
  opacity: .7;
}

.left_topbar {
  padding: 5px;
  transition: .4s ease-in-out;
  margin: 0px 35px;
}

.left_topbar a {
  margin: 0px 5px;
  color: #fff !important;
  transition: .4s ease-in-out;
  letter-spacing: .2px;
  z-index: -1;
  font-size: 14px;
}

.left_topbar span {
  margin: 0px 4px;
  transition: .4s ease-in-out;
  color: #fff !important;
}

.right_topbar {
  padding: 5px;
  transition: .4s ease-in-out;
  float: right;
  margin: 0px 45px;
}

.right_topbar a {
  margin: 0px 3px;
  transition: 4s ease-in-out;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 1px;
  font-size: 14px;
  color: #044466;
  border-radius: 3px;
}


.right_topbar a:hover {
  margin: 0px 3px;
  transition: 4s ease-in-out;
  background-color: lightgray;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 1px;
  font-size: 14px;
  color: #000;
}

.right_topbar span {
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  font-size: 14px;
}

/*=====================topbar css end==============================*/


/*==============================================================*/


.carousel-item img {

}

.carousel-caption {
  position: absolute;
  top: 0;
  right: -45%;
}

.carousel-caption h5 {
  font-size: 50px;
  text-transform: capitalize;
  text-shadow: rgb(0 0 0 / 50%) 0px 2px 5px;
  font-weight: 700;
}

.carousel-caption p {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  text-shadow: rgb(0 0 0 / 50%) 0px 2px 5px;
}

.navbar {
  background-color: transparent !important;
  outline: none;
  border: none;
  z-index: 99;
  box-shadow: rgb(100 100 111 / 5%) 0px 98px 54px 61px;
}

.navbar-brand {
  width: 180px;
}

.scrolled .navbar-brand {
  width: 80px !important;
  display: block !important;
}

.scrolled {
  background-color: #fff !important;
  transition: 0.4s ease-in-out;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.scrolled .navbar {
  position: fixed;
  top: 0;
  background-color: #fff !important;
  transition: 0.4s ease-in-out;
  box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}

.scrolled .navbar-brand {
  width: 180px !important;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;

  animation: fadeInDown 0.6s linear forwards;
  background-color: #fff !important;
}

.scrolled .navbar-nav .active {
  color: #4cc4d1 !important;
}

.navbar .navbar-nav .active {
  color: #4cc4d1 !important;
}

.navbar .navbar-nav>li>a {
  color: #212121 !important;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  margin: 0px 3px;
}

.navbar .navbar-nav>li>a:hover {
  color: #212121 !important;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  margin: 0px 3px;
}

.scrolled .navbar-nav>li>a {
  color: #252525 !important;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  margin: 0px 3px;
}

.scrolled .navbar-nav>li>a:hover {
  color: #4cc4d1 !important;
  font-size: 14px;
  font-weight: 500 !important;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  margin: 0px 3px;
}

.navbar .navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar .navbar-toggler .fa {
  color: #4cc4d1 !important;
}

.get_quotebtn>li>a {
  border: 1px solid #008aa9;
  border-radius: 100px;
  padding: 6px 20px 6px 20px !important;
  color: #fff !important;
}

.scrolled .get_quotebtn>li>a {
  border: 1px solid #212121 !important;
  border-radius: 100px;
  background-color: #212121d7;
  padding: 6px 20px 6px 20px !important;
  color: #fff !important;
}

/*=========================navbar css end=========================*/

.offcanvas_btn {
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  font-size: 23px;
  display: none;
}

/*  */

/* mobile menu css  */
.offcanvas {
  padding: 0;
  margin: 0;
}

.offcanvas-header {
  border-bottom: 1px solid lightgray;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

.offcanvas-header {
  border-bottom: 2px solid #4cc4d1;
  background-color: #ffffff;
  padding: 5px 15px 5px 10px;
  margin: 0;
  border-top: 2px solid #fff;
}

.offcanvas-header .offcanvas-title img {
  width: 140px;
}

.offcanvas-header button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 0px;
}

.offcanvas-header span {
  background-color: #4cc4d1 !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px !important;
  font-size: 15px;
}

.offcanvas-body {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0;
  margin: 0;
}

.mobile_navbar .main_ul {
  padding: 0;
  margin: 0;
}

.mobile_navbar .main_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: uppercase;
}

.mobile_navbar .main_ul>li>a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 200;
  color: #413f3f;
}

.mobile_navbar .main_ul>li>a>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 16px;
}

.profile_card_body {
  padding: 0;
  margin: 0;
  border: none !important;
}

.profile_card_body>.profile_ul {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.profile_card_body>.profile_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}

.profile_card_body>.profile_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/*  */

.prodct_menu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_menu_cardbody>.product_menu_ul {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.prodct_menu_cardbody>.product_menu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}

.prodct_menu_cardbody>.product_menu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.prodct_menu_cardbody>.product_menu_ul>li>a>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
}

/*  */

/*  */

.prodct_submenu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_submenu_cardbody>.submenu_ul {
  padding: 0;
  margin: 0;
  background-color: #4cc4d1;
}

.prodct_submenu_cardbody>.submenu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}

.prodct_submenu_cardbody>.submenu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/*  */

/*  */
.offcanvas_conatct_div {
  padding: 7px 15px 7px 25px;
}

.followus_div {
  text-align: center;
}

.followus_div b {
  color: #212121;
  text-transform: capitalize;
}

.followus_div a {
  background-color: #4cc4d1;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px 1px;
  border-radius: 100%;
}

.offcanvas_conatct_div b {
  color: #4cc4d1;
  text-transform: capitalize;
  font-size: 15px;
}

.offcanvas_conatct_div p a {
  display: block;
  color: gray;
  font-size: 13px;
  line-height: 27px;
}

.offcanvas_conatct_div p strong {
  font-size: 14px;
  color: gray;
}

.offcanvas_conatct_div p {
  line-height: 27px;
  font-size: 13px;
}

.offcanvas_ti h3 {
  font-size: 20px;
  background-color: #212121;
  padding: 0px 15px 0px 25px;
  color: #fff;
  text-transform: capitalize;
}

/*  */

/* mobile menu css end */

/* */
.inner_page_img_div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay_bg_inner {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 225px;
  padding-bottom: 112px;
}

.left_banner_txt h1 {
  font-size: 60px;
  text-transform: capitalize;
  left: 0.4px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fff;
  line-height: 75px;
}

.left_banner_txt h1 span {
  color: #4cc4d1;
  display: block;
}

.left_banner_txt p {
  font-size: 18px;
  color: #fdf5ed;
  font-weight: 600;
  text-transform: capitalize;
}

.left_banner_txt p span {
  color: #4cc4d1;
  font-weight: 700;
}

.form_main_div {
  background-color: #fff;
  padding: 20px 30px 15px 30px;
}

.form_main_div h5 {
  color: #4cc4d1;
  font-weight: 700;
  padding-bottom: 5px;
}

.form_main_div .input-group ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.form_main_div .input-group input {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.form_main_div .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  color: #4cc4d1;
}

.form_main_div .input_div input.btn {
  background-color: #4cc4d1;
  padding: 12px 75px 12px 75px;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  animation: pulse 1500ms infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #4cc4d1;
  }

  100% {
    box-shadow: 0 0 0 17px #fbb32f01;
  }
}

.form_main_div .form-check label {
  font-size: 13px;
  font-weight: 400;
  color: gray;
}

.banner_icon {
  margin-top: 10px;
  margin-bottom: 20px;
}

.banner_icon img {
  width: 80px;
  margin: 0 7px;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.banner_btn {
  margin-top: 20px;
}

.banner_btn span {
  background-color: #4cc4d148;
  border-radius: 100%;
  color: #fff;
  font-weight: 300 !important;
  transition: 0.4s ease-in-out;
  font-size: 40px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.banner_btn a {
  text-transform: capitalize;
  color: #fff;
  margin-top: -20px;
}

/*  */

/*  */
.about_section {
  padding-top: 50px;
  padding-bottom: 70px;
}

.about_left_txt {
  margin-bottom: 40px;
  margin-top: 10px;
}

.about_left_txt b {
  color: rgb(72, 77, 77);
  font-size: 15px;
}

.about_left_txt ul {
  list-style: square;
  padding: 0px 15px;
}

.about_left_txt li {
  font-size: 14px;
  color: #666464;
  line-height: 28px;
  word-spacing: 1px;
  font-weight: 400;
}


.about_left_txt span {
  color: #4cc4d1;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.about_left_txt h2 {
  color: #212121;
  line-height: 40px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.about_left_txt p {
  font-size: 14px;
  color: #666464;
  line-height: 28px;
  word-spacing: 1px;
  font-weight: 400;
}

.about_btn {
  margin-top: 24px;
}

.about_btn a {
  background-color: #212121;
  padding: 10px 26px 10px 26px;
  color: #fff;
  border-radius: 100px;
}

.right_img_div {
  text-align: center;
}

.right_img_div img {
  margin: auto;
}

.right_img_div2 {
  text-align: center;
  margin-top: 50px;
}

.right_img_div2 img {
  margin: auto;
}

/*  */
.itinerary_section_sec {
  padding-top: 30px;
  background-color: #fff;
}

.table_div_itinerary {
  overflow-x: auto;
}

.table_div_itinerary b {
  text-transform: capitalize;
  color: #008aa9;
}

.table_div_itinerary table {
  margin-top: 10px;
}

.table_div_itinerary tr th {
  font-size: 15px;
  text-transform: capitalize;
}

.table_div_itinerary tr td {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  color: #414040;
}

/*  */

/*  destination packages */
.destination_slider_div {
  padding-top: 20px;
  padding-bottom: 40px;
}

.destination_text_head {
  text-align: center;
  padding-bottom: 10px;
}

.destination_text_head span {
  color: #4cc4d1;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.destination_text_head h2 {
  color: #575656;
  line-height: 40px;
  text-transform: capitalize;
  padding-top: 4px;
  padding-bottom: 4px;
}

.destination_text_head p {
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 27px;
  max-width: 600px;
  margin: auto;
}

.destination_main_div {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 2px dashed lightgray;
}

.destination_img_div {
  text-align: center;
  border-radius: 10px;
}

.destination_img_div img {
  text-align: center;
  border-radius: 10px;
  margin: auto;
}

.price_div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.price_div a {
  background-color: #fff;
  padding: 10px 50px 10px 50px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  color: #414040;
  font-weight: 600;
}

.days_div {
  position: absolute;
  bottom: 1%;
  text-align: center;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  padding: 10px 0px;
}

.days_div a {
  color: #413f3f;
  font-size: 14px;
}

.destiname_div {
  text-align: center;
}

.destiname_div p {
  background-color: #f7fafa;
  padding: 8px 10px 8px 10px;
}

.destiname_div p a {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}

.location_div {
  text-align: center;
}

.location_div p {
  font-size: 14px;
}

.location_div p span {
  color: #4cc4d1;
}

.flex_div {
  display: flex;
  justify-content: space-around;

  text-align: center;
}

.inner_flx b {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
  margin: 0 2px;
}

.inner_flx .fa {
  font-size: 13px;
  color: #008aa9;
}

.pakages_btn {
  text-align: center;
  background-color: #008aa9;
  margin-top: 10px;
  padding: 5px 0px;
}

.pakages_btn a {
  text-transform: capitalize;
  margin: 0px 15px;
  color: #fff;
  font-size: 14px;
}

.view_more_btn {
  text-align: center;
  margin-top: 30px;
}

.view_more_btn a {
  background-color: #008aa9;
  padding: 10px 40px 10px 40px;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #212121;
  }

  100% {
    box-shadow: 0 0 0 17px #fbb32f01;
  }
}

/* destination packages css end */

/*inner destination packages css */

.destination_slider_div {
  background-color: rgb(250, 247, 247);
}

.packages_section_index {
  background-color: #f7fafa;
}

.packages_section_inner {
  padding-top: 30px;
  padding-bottom: 50px;
}

.destination_text_head_inner {
  text-align: center;
  padding-bottom: 20px;
}

.destination_text_head_innerspan {
  color: #4cc4d1;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.destination_text_head_inner h2 {
  color: #575656;
  line-height: 40px;
  text-transform: capitalize;
  padding-top: 4px;
  padding-bottom: 4px;
}

.destination_text_head_inner p {
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 27px;
  max-width: 600px;
  margin: auto;
  margin-bottom: 35px;
}

.main_div_inner_shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}

.destination_main_div_inner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 2px dashed lightgray;
}

.destination_img_div_inner {
  text-align: center;
  border-radius: 10px;
}

.destination_img_div_inner img {
  text-align: center;
  border-radius: 10px;
  margin: auto;
 /* height: 250px;
  object-fit: cover;
  width: 100%;*/
}

.price_div_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.price_div_inner a {
  background-color: #fff;
  padding: 10px 50px 10px 50px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  color: #414040;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}

.days_div_inner {
  position: absolute;
  bottom: 1%;
  text-align: center;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  padding: 10px 0px;
}

.days_div_inner a {
  color: #413f3f;
  font-size: 14px;
}

.days_div_inner b {
  text-transform: capitalize;
}

.destiname_div_inner {
  text-align: center;
}

.destiname_div_inner p {
  background-color: #f7fafa;
  padding: 8px 10px 8px 10px;
}

.destiname_div_inner p a {
  color: #252525;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.location_div_inner {
  text-align: center;
  padding: 0px 6px;
}

.location_div_inner p {
  font-size: 14px;
}

.location_div_inner p span {
  color: #4cc4d1;
}

.flex_div_inner {
  display: flex;
  justify-content: space-around;

  text-align: center;
}

.inner_flx_inner b {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
  margin: 0 2px;
}

.inner_flx_inner .fa {
  font-size: 13px;
  color: #008aa9;
}

.pakages_btn_inner {
  text-align: center;
  background-color: #008aa9;
  margin-top: 4px;
  padding: 8px 0px;
}

.pakages_btn_inner a {
  text-transform: capitalize;
  margin: 0px 10px;
  color: #fff;
  font-size: 13px;
}

.pakages_btn_inner a:nth-child(1) {
  background-color: #008aa9;
  padding: 5px 7px 5px 7px;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  border: 1px dashed #fff;
}

.pakages_btn_inner a:nth-child(2) {
  background-color: #f7fafa;
  padding: 5px 7px 5px 7px;
  color: #008aa9;
  border-radius: 100px;
  font-weight: 600;
  border: 1px dashed #fff;
}

/*inner destination packages css end */

/* blog css */
.blog_section {
  padding-top: 60px;
  padding-bottom: 50px;
}

.blog_head_ti {
  margin-bottom: 10px;
  text-align: center;
}

.blog_head_ti span {
  font-weight: 600;
  color: #4cc4d1;
}

.blog_m_div {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
}

.blog_img {
  text-align: center;
  margin-bottom: 10px;
}

.blog_img img {
  margin: auto;
 /* height: 270px;
  object-fit: cover;
  width: 100%;*/
}

.blog_m_div span {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.blog_m_div h5 {
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 1px;
  text-transform: capitalize;
}

.blog_m_div h5 a {
  color: #414040;
  text-transform: capitalize;
}

.blog_m_div p {
  font-size: 14px;
  color: gray;
}

.blog_btn {
  padding-bottom: 10px;
}

.blog_btn a {
  background-color: #212121;
  padding: 6px 12px 6px 12px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  transition: 0.4s ease-in-out;
}

.blog_btn a:hover {
  background-color: #4cc4d1;
  padding: 6px 12px 6px 12px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  transition: 0.4s ease-in-out;
}

/* blog css end */

/*  */
.ft_top_sec {
  background: linear-gradient(90deg, #fafafa 13px, transparent 1%) 50%,
    linear-gradient(#fafafa 13px, transparent 1%) 50%, #008aa9;
  background-size: 14px 14px;
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 5px solid #4cc4d1;
}

.ft_top_left_div h4 {
  color: #212121;
  text-transform: capitalize;
}

.ft_top_right_div {
  float: right;
}

.ft_top_right_div a {
  border: 1px solid #008aa9;
  padding: 10px 25px 10px 25px;
  border-radius: 100px;
  color: #008aa9;
  font-weight: 600;
}

/*  */

.itnerary_section {
  padding-top: 50px;
  padding-bottom: 30px;
}

.left_head_ti h2 {
  color: #413f3f;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 7px;
}

.duration_div {
  font-size: 14px;
  color: #666464;
  line-height: 28px;
  word-spacing: 1px;
  font-weight: 500;
  text-transform: capitalize;
}

.duration_div b {
  font-size: 14px;
  color: #008aa9;
}

.left_txt_div_inner b {
  color: #414040;
  font-size: 16px;
  text-transform: capitalize;
}

.left_txt_div_inner ul {
  list-style: square;
  padding: 0px 15px;
}

.left_txt_div_inner li {
  font-size: 14px;
  color: #666464;
  line-height: 28px;
  word-spacing: 1px;
  font-weight: 400;
}

.left_txt_div_inner p {
  font-size: 14px;
  color: #666464;
  line-height: 28px;
  word-spacing: 1px;
  font-weight: 400;
}

.form_main_itinerary {
  background-color: #fff;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form_main_itinerary h5 {
  text-align: center;
  font-size: 17px;
  text-transform: capitalize;
  color: #008aa9;
}

.sticky_form {
  position: sticky;
  top: 17%;
}

.form_main_itinerary .input_div {
  margin-bottom: 13px;
}

.form_main_itinerary .input_div input {
  box-shadow: none !important;
  border-radius: 0px !important;
}

.form_main_itinerary .input_div ::placeholder {
  font-size: 14px;
}

.form_main_itinerary .input_div .btn {
  background-color: #212121;
  padding: 10px 40px 10px 40px;
  color: #fff;
  border-radius: 10px !important;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.left_txt_div_inner b {
  font-size: 14px;
}

/*  */
.footer {
  background-color: #f7fafa;
  background-image: url(../images/pageti.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer_over {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 60px;
  padding-bottom: 70px;
}

.footer_ab img {
  width: 200px;
  margin: auto;
}

.footer_ab p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  margin-top: 10px;
}

.footer_ti h4 {
  padding-bottom: 6px;
  text-transform: capitalize;
  font-size: 17px;
  color: #4cc4d1;
}

.footer_ti ul {
  list-style: none;
}

.footer_ti li {
  line-height: 32px;
}

.footer_ti li a {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

.footer_ti p b {
  color: #4cc4d1;
  font-size: 14px;
}

.footer_ti p {
  color: #fff;
  font-size: 14px;
  line-height: 27px;
}

.footer_ti .footer-numer a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
}

/*  */

.footer_copy_right {
  background-color: #212121;
}

.copy_right p {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
}

.footer_icon a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #044466;
  border-radius: 100px;
  font-size: 17px;
  margin: 0px 2px;
}

/*-- Page Title --*/

.page-title-area-section {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center center;
}

.page-title-area {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 180px;
  padding-bottom: 258px;
  text-align: center;
  position: relative;
}

.page-title-area img {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  opacity: 0.2;
}

.page-title-area .page-title-content {
  position: relative;
  margin-left: 642px;
}

.page-title-area .page-title-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 14px;

}

.page-title-area .page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #fdb819;
}

.page-title-area .page-title-content ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

/*-- End Page Title --*/

/*  */
.blog_section-about {
  background-color: #f7fafa;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

/*  */

/* contact page css */

.contact_page_sec {
  padding-top: 50px;
  padding-bottom: 60px;
}

.left_contact_frm {
  background-color: #fff;
  padding: 20px 30px 15px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.left_contact_frm h5 {
  color: #4cc4d1;
  font-weight: 700;
  padding-bottom: 5px;
}

.left_contact_frm .input-group ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.left_contact_frm .input-group input {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.left_contact_frm .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  color: #4cc4d1;
}

.left_contact_frm .input_div input.btn {
  background-color: #4cc4d1;
  padding: 12px 75px 12px 75px;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.contact_addrees_right h5 {
  color: #4cc4d1;
  font-weight: 700;
  padding-bottom: 10px;
}

.contact_addrees_right .d-flex {
  margin-bottom: 6px;
}

.contact_addrees_right .d-flex .flex-shrink-0 .fa {
  background-color: #4cc4d1;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
}

.contact_addrees_right .flex-grow-1 p {
  font-size: 15px;
  color: gray;
  line-height: 26px;
  font-weight: 500;
}

.contact_addrees_right .flex-grow-1 a {
  color: gray;
}

/* contact page css end */

/*  */
.add_con {
  background-color: #fdfdfd;
  padding-top: 50px;
  padding-bottom: 40px;
  border-radius: 10px;
}

.conadd_div_m {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: rgb(149 157 165 / 10%) 0px 8px 24px;
  height: 200px;
}

.conadd_div_m span {
  background-color: #4cc4d1;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  font-size: 30px;
  margin-bottom: 16px;
}

.conadd_div_m p {
  color: #413f3f;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

.conadd_div_m p a {
  display: block;
  color: #413f3f;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}

/*  */

/*testomonial css =========================*/

.testomonials_section {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fffefd;
}

.testomonials_head_ti {
  text-align: center;
  margin-bottom: 20px;
}

.testomonials_head_ti h3 {
  color: #575656;
  line-height: 40px;
  text-transform: capitalize;
  padding-top: 4px;
  padding-bottom: 4px;
}

.testomonials_head_ti h3 span {
  color: #008aa9;
}

.testomonials_head_ti b {
  color: #353535;
  font-weight: 600;
}

.testomonials_head_ti p {
  font-size: 16px;
  color: gray;
  letter-spacing: 0.2px;
  word-spacing: 0.1px;
}

.main_testomonials_bg {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px 10px 20px 10px;
  position: relative;
}

.testomonials_overlay_sq {
  position: absolute;
  bottom: 5%;
  left: 5%;
  transition: 0.4s ease-in-out;
  background-color: rgba(255, 102, 0, 0.3);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 2px solid rgba(255, 102, 0, 0.3);
  animation: rotation 8s infinite linear;
}

.testomonials_overlay_sq2 {
  position: absolute;
  top: 5%;
  right: 5%;
  transition: 0.4s ease-in-out;
  background-color: rgba(255, 102, 0, 0.5);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 2px solid rgba(255, 102, 0, 0.5);
  animation: rotation2 8s infinite linear;
}

@keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-359deg);
  }
}

.testomonials_overlay_sq3 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  transition: 0.4s ease-in-out;
  background-color: rgba(255, 102, 0, 0.5);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 2px solid rgba(255, 102, 0, 0.5);
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.main_testomonials_bg img {
  width: 30px !important;
  margin: auto;
  margin-bottom: 20px;
}

.testomonials_img_box {
  text-align: center;
  margin-top: 0px;
}

.testomonials_txt_div p {
  font-size: 14px;
  color: #666464;
  line-height: 28px;
  word-spacing: 1px;
  font-weight: 400;
}

.testomonials_txt_div span {
  font-size: 30px;
  font-weight: 700;
}

.testomonials_img_box img {
  width: 80px !important;
  text-align: center;
  margin: auto;
  border-radius: 100%;
}

.testomonials_img_box p {
  margin-top: 5px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #008aa9;
  padding-bottom: 0px !important;
}

.testomonials_img_box div {
  margin-top: -15px;
  font-weight: 500;
  font-size: 14px;
}

.destination_slider_div .owl-prev {
  font-size: 20px !important;
  box-shadow: none !important;
  background-color: #008aa9 !important;
  color: #fff !important;
  outline: none !important;
  width: 37px !important;
  height: 37px !important;
  line-height: 30px !important;
  text-align: center !important;
  border-radius: 100% !important;
}

.destination_slider_div .owl-next {
  font-size: 20px !important;
  box-shadow: none !important;
  background-color: #008aa9 !important;
  color: #fff !important;
  outline: none !important;
  width: 37px !important;
  height: 37px !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 100% !important;
}

.gallery_main_div .owl-prev {
  font-size: 20px !important;
  box-shadow: none !important;
  background-color: #008aa9 !important;
  color: #fff !important;
  outline: none !important;
  width: 37px !important;
  height: 37px !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 100% !important;
  position: absolute;
  top: 45%;
  left: -2%;
}

.gallery_main_div .owl-next {
  font-size: 20px !important;
  box-shadow: none !important;
  background-color: #008aa9 !important;
  color: #fff !important;
  outline: none !important;
  width: 37px !important;
  height: 37px !important;
  line-height: 25px !important;
  text-align: center !important;
  position: absolute;
  top: 45%;
  right: -2%;
  border-radius: 100% !important;
}

/*testomonial css =========================*/

/*  */
.galery_section {
  padding-bottom: 40px;
  background-color: #ffffff;
}

.galery_section_page {
  padding-top: 10px;
}

.main_div_haed_gallery h3 {
  color: #575656;
  line-height: 40px;
  text-transform: capitalize;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}

.main_div_item_gallery {
  background-color: #fff;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 7px;
}

.gallery_img_div {
  text-align: center;
}

.gallery_img_div img {
  margin: auto;
 /* height: 200px;
  object-fit: cover;
  width: 100% !important;*/
}

.fixed_section {
  background-color: #008aa9;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
}

.fixed_btn_bottm a {
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  font-weight: bold !important;
  border: 2px solid #fff;
  padding: 8px 20px 8px 20px;
  border-radius: 10px;
}

.form_main_div {
  background-color: #fff;
  padding: 13px 25px 18px 25px;

  border-radius: 5px 5px 5px 5px;
}

.form_main_div h5 {
  color: #044466;
  font-weight: 500;
  padding-bottom: 0px;
  font-family: 700;
}

.form_main_div .input-group ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.form_main_div .input-group input {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 1px 0px 2px 4px;

}

.form_main_div .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  color: #044466;
}

.form_main_div .input_div input.btn {
  background-color: #044466;
  padding: 12px 75px 12px 75px;
  color: #fff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  animation: pulse 1500ms infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #044466;
  }

  100% {
    box-shadow: 0 0 0 17px #fbb32f01;
  }
}

.form_main_div .form-check label {
  font-size: 13px;
  font-weight: 400;
  color: gray;
}

.pakages_itenary_btn {
  margin-bottom: 10px;
}

.pakages_itenary_btn a {
  border: 2px dashed #fff;
  border-radius: 100px;
  padding: 6px 12px 6px 12px;
  font-size: 13px;
  background-color: #008aa9;
  color: #fff;
}

/*  */

.authentic_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main_div_haed_authentic {
  text-align: center;
  padding-bottom: 15px;
}

.main_div_haed_authentic h3 {
  color: #575656;
  line-height: 40px;
  text-transform: capitalize;
}

.main_div_item_authentic {
  background-color: #fff;
  position: relative;
}

.overlya_txt_authentic {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.authentic_img_div img {
  border-radius: 10px;
}

.overlya_txt_authentic h3 {
  font-size: 20px;
  color: #fff;
  text-shadow: rgb(0 0 0 / 50%) 0px 2px 5px;
}

.authentic_section .owl-prev {
  font-size: 16px !important;
  box-shadow: none !important;
  background-color: #212121 !important;
  color: #fff !important;
  outline: none !important;
  width: 37px !important;
  height: 37px !important;
  line-height: 30px !important;
  text-align: center !important;
  border-radius: 100% !important;
}

.authentic_section .owl-next {
  font-size: 16px !important;
  box-shadow: none !important;
  background-color: #212121 !important;
  color: #fff !important;
  outline: none !important;
  width: 37px !important;
  height: 37px !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 100% !important;
}

/*  */

.img_box_sp {
  text-align: center;
  margin-bottom: 30px;
}

.img_box_sp img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.img_box_sp2 {
  text-align: center;
  margin-bottom: 30px;
}

.img_box_sp2 img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.img_box_sp3 {
  text-align: center;
  margin-bottom: 30px;
}

.img_box_sp3 img {

  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#carouselExampleFade{
position: relative;

}
.form_main_div{

  position:absolute;
  top: 15px;
  left: 155px;
  z-index: 98;
}
.destination_text_head_inner a{

  padding: 10px 30px 10px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid lightgray;
  margin-top: 20px;
  background-color: #044466;
  color: #fff;


}

.btn_an a {
  background-color: #044466;
  padding: 10px 30px 10px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 2px solid lightgray;
  margin-top: 20px;
  color: #fff;
  margin-top: 20px;
}
.btn_an{

text-align: center;
margin-top: 20px;
}


.mob-banner{

  display: none;

}
.dec-banner{
display: block;

}

.form_main_div_enquiry{

  position:relative;
      left: 155px;
    z-index: 98;
    width: 331px;
      background-color: #fff;
    margin-bottom: -21px;

}

/* -------------------------------------------------------------------------------------------------- */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */

.profile_card_body {
  padding: 0;
  margin: 0;
  border: none !important;
}

.profile_card_body > .profile_ul {
  padding: 0;
  margin: 0;
  background-color: #4cc4d1;
}


.profile_card_body > .profile_ul > li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.dropbtn {
  background-color: #fff;
  color: #0f0f0f;
  padding: 7px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: 104px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 98;
  max-height: 0;
  min-width: 160px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

.dropdown-content a {
  color: black;
  background-color: #f9f9f9;
  padding: 8px 14px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #00000021;
  font-size: 15px;
}

.dropdown-content a:hover {
  background-color: #e2e2e2;
}

.dropdown:hover .dropdown-content {
  max-height: 500px;
  min-width: 160px;
  transition: max-height 0.25s ease-in;
}

.dropdown:hover .dropbtn {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  transition: max-height 0.25s ease-in;
}
