@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

:root {
  --color-white: white;
  --color-black: #000;
  --color-1:#191e49;
  --color-Hex: #EF6324;
}

.ff_font {
  font-family: "Nunito Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

ul,
p {
  padding: 0px;
  margin: 0px;
}

.white {
  color: var(--color-white);
}

img {
  width: 100%;
}

/*==========Group css===========*/
.txt-cntr {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.full-width {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.width-half {
  width: 50% !important;
}

.no-pad {
  padding: 0 !important;
}

.no-marg {
  margin: 0 !important;
}

.no-marg-top {
  margin-top: 0 !important;
}

.marg-t-b-30 {
  margin: 30px 0px;
}

.no-pad-top {
  padding-top: 0 !important;
}

.no-pad-btm {
  padding-bottom: 0 !important;
}

.bg-none {
  background: none !important;
}

.brdr-none {
  border: 0 !important;
}

.shad-none {
  box-shadow: none !important;
}

.child-half {
  width: calc(50% - 3px) !important;
}

.pad10 {
  padding: 10px !important;
}

.padtop10 {
  padding-top: 10px !important;
}

.padbot10 {
  padding-bottom: 10px !important;
}

.padtop-t-b-40 {
  padding: 40px 0px !important;
}

.padtop-t-b-50 {
  padding: 50px 0px;
}
.padtop-b-70 {
  padding-bottom: 70px;
}
.padtop-l-r-40 {
  padding: 0px 40px;
}

.padtop-r-10 {
  padding-right: 10px;
}

.padtop-l-10 {
  padding-left: 10px;
}

.marbot40 {
  margin-bottom: 40px !important;
}

.mar_t_10 {
  margin-top: 10px !important;
}

.relative {
  position: relative;
}

.font_14 {
  font-size: 14px;
}

.font_13 {
  font-size: 13px;
}

li,
a {
  list-style: none;
  text-decoration: none;
}

.font_12 {
  font-size: 13px;
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/*=======Group css========*/

/*===========Header===========*/
.main_sticky_new {
  position: sticky;
  width: 100%;
  z-index: 9999;
  top: 0;
}

.header_main_nav {
  padding: 10px 0;
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: #024B901A 0px -4px 20px 10px;
}
.link_ul_header ul li a {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
}

.header_nav .logo {
  margin-right: 20px;
}

.link_ul_header ul {
  gap: 30px;
  margin-left: 20px;
}

.link_ul_header ul .active a {
  color: var(--color-black);
  font-weight: 500;
}
.call_big_title {
  font-weight: 800;
  font-size: 16px;
}
.call_content {
  line-height: 22px;
}
.call_btn1 img {
  height: 50px;
  width: auto;
  margin-right: 8px;
  transition: 0.3s;
  border-radius: 100%;
}
.call_btn1{
  border-radius: 100px;
  padding-right: 20px;
  background-color: var(--color-white);
  color: var(--color-1);
  border: 1px solid var(--color-1);
}
.call_btn1:hover{  
  background-color: var(--color-1);
  color: var(--color-white);
  border: 1px solid var(--color-1);
}
.currencyClick{
  font-size: 17px;
  font-weight: 600;
  color: var(--color-white);
  cursor: pointer;
}
.tp_logo_img img{
  width: 100px;
}
.tp_logo_img{
  position: relative;
}
.tp_logo_img::after{
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  right: -15px;
  background-color: var(--color-white);
  top: 2px;
}
.sidMenu_wiz ul li a:hover{
  color: var(--color-Hex) !important;
}
/* ====search===== */
.main_search_top{
     padding: 20px;
     border-radius: 8px;
     z-index: 99;
     position: relative;
     background: #fff;
}
.main_secarch_bg_header{
  background: #fff;
}

.main_secarch_bg {
    background-image: linear-gradient(rgb(0 0 0 / 27%), rgb(0 0 0 / 32%)), url(./../img/banner/b.jpg);
    background-size: 100% 100%;
    padding: 100px 0 80px;
}

.logo img {
    width: auto;
    height: 55px;
}
.millions_detail{
  position: relative;

}
.oneway_main_new {
  margin-bottom: 20px;
}
.millions_detail_img{
  position: relative;
}
.main_imasges_new{
position: absolute;
}
.millions_detail h2{
  position: relative;
  z-index: 1;
}
.millions_detail h2 span{
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.millions_detail_img img{
  width: 100%;
  max-width: 460px;
  margin: 0 0 0 auto;
  display: block;
}
.main_imasges_new{
  position: absolute;
  top: -1rem;
  left: -10rem;
  width: 100%;
  max-width: 200px;
}
.date_icon img{
  width: 25px !important;
}
.oneway_main_new ul li label {
  background-color: transparent;
  color: #333333;
  padding: 2px 10px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #ccc;
}

.oneway_main_new ul li label input {
  position: absolute;
  opacity: 0;
}
.cabin_class_wrap{
  font-size: 14px;
}
.oneway_main_new ul .active label {
  color: var(--color-white);
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  border-radius: 100px;
}
.oneway_main_new ul {
  border: 1px solid #fff;
  border-radius: 100px;
  max-width: 240px;
}
.oneway_main_new ul li{
  width: 50%;
  text-align: center;
  margin-right: 10px;
}
.main_input_detail {
  height: 75px;
  background-color: var(--color-white);
  position: relative;
}
.ratings{
  line-height: 1.1;
}
.swap_btn img{
  width: 33px !important;
  height: 33px;
}
.main_input_detail input {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 45px;
  font-size: 16px;
  border-radius: 5px !important;
   border: 1px solid #080808;
  height: 55px;
}
.p-search-none {
  padding: 0 5px 0 0;
}
.main_input_detail input::placeholder {
  color: #a4a4a4;
  font-size: 16px;
font-weight: 400;
}

.main_input_detail label {
  color: #1D1D1D;
  position: absolute;
  z-index: 1;
  left: 16px;
  top: -10px;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  padding: 0 7px;
}
.main_input_detail label small{
  font-size: 11px;
  color:#5E5E5E;
}
.main_input_detail span {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -90%);
}

.main_input_detail span img {
  width: 28px;
}
.border-first-r{
  border-radius: 100px;
}
.main_button_detail button {
    background-color: #ed2e33;
    position: relative;
    border: 1px solid #ed2e33;
    height: 55px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.search_width{
  text-align: right;
}
.main_button_detail button:hover {
  color: var(--color-1);
  border: 1px solid var(--color-1);
  background-color: var(--color-white);
}

.main_button_detail button img {
  width: 38px;
}

.millions_detail h2{
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-bottom: 15px;
}
.millions_detail p{
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
  text-align: center;
}
.millions_detail h3{
  color: #DF6951;
  font-size: 20px;
  font-weight: 600;
}
.main_secarch_bar {
  margin: 0;
  background: #fff;
  border: 5px solid var(--color-white);
  border-radius: 100px;
}

.main_input_left::after {
  content: "";
  height: 45px;
  width: 1px;
  background-color: #D8D8D8;
  position: absolute;
  top: 5px;
  right: 0;
}

.swap_btn {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  position: absolute;
  top: 50% !important;
  left: -20px !important;
  z-index: 1;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
}

.main_input_detail input:focus {
  box-shadow: none;
}

.txt-travel {
    cursor: pointer;
    font-weight: normal;
    color: #1D1D1D66;
    padding: 12px 0 0 40px;
    font-size: 16px;
    border-radius: 5px !important;
    border: 1px solid #151515;
    height: 55px;
    line-height: 1.3;
    color: #000;
}
.guest_num{
  position: relative !important;
  left: unset !important;
  top: unset !important;
  transform: unset !important;
}
.form_color{
  color: var(--color-black) !important;
  font-weight: 800 !important;
}
.main_input_left input{
  border-right: 0;
  border-radius: 5px 0 0 5px !important;
}
.input_right_none input{
  border-left: 0;
  border-radius: 0 5px 5px 0 !important;
}
/* ========Passenger & Class start========= */
.dropdown-menu-nav {
  min-width: 300px;
  padding: 0;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 20px #024B9026;
  left: 0;
  z-index: 99;
  border-radius: 20px;
  overflow: hidden;
}
.class-type{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.col-trvl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col-trvl {
  padding: 2px 10px;
}
.col-trvl div label {
  line-height: 1.2;
  position: unset;
  font-weight: 600;
}
.border_clastrv{
  display: flex;
  align-items: center;
}
.adult_select_sec input {
  width: 30px;
    border: 0;
    text-align: center;
    font-size: 20px;
    background: transparent;
    position: unset;
    padding: unset;
    text-align: center;
    font-size: 16px;
    color: #5E5E5E;
    font-weight: 600;
}

.border_clastrv button {
  background-color: #dfe2fe;
  border: 0;
  height: 30px;
  width: 30px;
  color: var(--color-blue);
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 10px 15px 0 #126AF036;
}
.border_clastrv button:hover{
 background-color: var(--color-1);
}
.border_clastrv button:hover img{
  filter: brightness(1000%);
 }
.col-trvl:hover{
  background-color: #F9F9F9;
}
.border_clastrv button img{
  width: 16px;
}
.searchenginehoteldone{
  padding: 2px 12px;
  border: 2px solid var(--color-1);
  border-radius: 10px;
  height: 32px;
  text-decoration: none;
  color: var(--color-1);
  background: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  max-width: 90px;
  margin: 0 0 10px auto;
}
.searchenginehoteldone:hover{
  background:var(--color-1);
  color: #fff;
  border: 2px solid var(--color-1);
}
.cabin_class_wrap{
  padding-left: 5px;
}
.ttl-count{
  padding-right: 5px;
}
.flight-class-type ul li label{
  position: relative;
  left: unset;
  top: unset;
}
.flight-class-type .class-type li {
  padding: 8px 0px;
  font-size: 14px;
  width: 50%;
}
.class-type label input {
  opacity: 0;
  position: absolute;
}
.class-type label span{
  position: unset;
}
.class-type label {
  cursor: pointer;
  font-weight: 600;
  line-height: 22px;
  padding-left: 26px;
  position: relative;
  color: #5e5e5e;
  font-size: 12px;
}
.class-type label input[type=radio]:checked ~ span::before {
  border-radius: 100%;
  background: var(--color-1);
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  left: 4px;
  position: absolute;
  top: 4px;
}

.class-type label input[type=radio]:checked ~ span::after {
  border: 2px solid var(--color-black);
}
.class-type label input[type=radio] ~ span::after {
  border-radius: 100%;
  border: 2px solid #5E5E5E;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 0;
}
.flight-class-type {
  padding: 0 0 15px;
}
.flight-class-type  ul li:hover {
  background-color: transparent;
}
.flight-class-type  h6{
  font-size: 14px;
  color: var(--color-black);
  font-weight: 600;
  padding-left: 5px;
}
.flight-class-type  h6 img{
  width: 25px;
  margin-right: 5px;
  }
/* ========Passenger & Class end========= */
body .ui-datepicker .ui-datepicker-calendar .sejour > a {
  background: #eff3ff;
}
/* ===========Inside Business Class Travel================= */
.inside_head_line h3{
  font-size: 36px;
  font-weight: 700;
  color:var(--color-black);
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}

.inside_head_line p{
  font-size: 16px;
  font-weight: 600;
  color:var(--color-black);
}
.main_inside_section{
  text-align: center;
  padding: 10px 35px;
  background: -moz-linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
  background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
  box-shadow: 0px 2px 5px #eaeffc;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgb(225, 231, 238);
  position: relative;
  height: 230px;
}
.new_bg_color_1{
  text-align: center;
    padding: 10px 35px;
    background: -moz-linear-gradient(180deg, #e0f0fc 8%, #e0f0fc 100%);
    background: linear-gradient(180deg, #e0f0fc 8%, #e0f0fc 100%);
    border: 1px solid #e0f0fc;
}
.new_bg_color_2{
  text-align: center;
    padding: 10px 35px;
    background: -moz-linear-gradient(180deg, #f6f7fa 8%, #f6f7fa 100%);
    background: linear-gradient(180deg, #f6f7fa 8%, #f6f7fa 100%);
      border: 1px solid #f6f7fa;
}
.new_bg_color_3{
  text-align: center;
    padding: 10px 35px;
    background: -moz-linear-gradient(180deg, #d4fdec 8%, #d4fdec 100%);
    background: linear-gradient(180deg, #d4fdec 8%, #d4fdec 100%);
      border: 1px solid #d4fdec;
}
.bor-r{
border-right: 1px solid #ccc;
}
.new_bg_color_1 span {
    margin: 10px auto;
    width: 55px;
    height: 55px;
    display: inline-block;
    background: -webkit-linear-gradient(top, #1e5efd 37.5%, #E3EBFF 100%);
    background: linear-gradient(180deg, #1e5dfc00 37.5%, #295ef600 100%);
    box-shadow: 0px 3px 15px #b0bad300;
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}
.main_inside_section:after,.main_inside_section:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 9;
}
.main_inside_section:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255,255,255,0.3)
}
.main_inside_section:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255,255,255,0.4)
}
.main_inside_section:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear
}
.main_inside_section:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear
}
.new_bg_color_3 span {
    margin: 10px auto;
    width: 55px;
    height: 55px;
    display: inline-block;
    background: -webkit-linear-gradient(top, #03d27a 37.5%, #03d27a80 100%);
    background: linear-gradient(180deg, #ffffff 37.5%, #ffffff80 100%);
    box-shadow: 0px 3px 15px rgb(255 255 255 / 70%);
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}
.new_bg_color_2 span {
    margin: 10px auto;
    width: 55px;
    height: 55px;
    display: inline-block;
    background: -webkit-linear-gradient(top, #000 37.5%, #000000b8 100%);
    background: linear-gradient(180deg, #ffffff 37.5%, #ffffffb8 100%);
    box-shadow: 0px 2px 10px rgba(184, 191, 208, 0.5);
    border-radius: 10px;
    padding: 5px;
}
.main_inside_section span img{
  width: 100%;
  filter: invert(1);
}
.main_inside_section h3{
font-size: 24px;
color: var(--color-1);
font-weight: 700;
padding-bottom: 10px;
}
.main_inside_section p{
  font-size: 14px;
  color: var(--color-black);
  padding-bottom: 20px;
}
.main_imasges_new img{
  opacity: .4;
}
/* ==========Elevate Flight Experiences============= */
.elevate_flight_main{
  background: url(../images/bg-world-map.jpg);
  background-size: 100% 100%;
}
.main_list_elevate{
  background: -moz-linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border-radius: 15px;
    border: 1px solid #F5F5F5;
    display: flex;
    margin-bottom: 20px;
}
.elevate_img{
  width: 40%;
}
.elevate_img img{
  width: 100%;
  height: 170px;
  border-radius: 15px 0 0 15px;
}
.elevate_text{
  width: 60%;
  text-align: left;
  padding: 5px 10px;
}
.elevate_text h4{ 
  font-size: 18px;
  font-weight: 700;
  color: var(--color-black);
}
.elevate_text p{
  font-size: 14px;
  color: var(--color-black);
  line-height: normal;
 }
.startin_p{
  font-size: 14px;
}
.ratings i {
  color: rgb(255, 153, 0);
  font-size: 13px;
}
.call_now_butt a{
  background: #fff;
  color: var(--color-1);
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid var(--color-1);
}
.call_now_butt a:hover{
  background: var(--color-1);
  color: #fff;
} 
/* ========Enjoy the Better-Executed============= */
.better-executed-bg{
  background: url(../images/shape_bg_1.png) #e9f6f9;
  background-size: 100% 100%;
}
.enjoy_better_img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.enjoy_better_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enjoy_better_img_next{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  height: 100%;
}
.enjoy_better_img_next img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_Enjoy_text{
  padding-left: 2vw;
}
.main_Enjoy_text h3{
  color: #000;
  font-weight: 700;
  font-size: 40px;
}
.main_Enjoy_text p{
  color: #000;
  font-size: 16px;
  text-align: justify;
}
.testi-image-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.testi-img img{
  width: 100%;
  min-width: 250px;
}
.style2.testi-img img{
  width: 100%;
  min-width: 220px;
}
.style3.testi-img img{
  width: 100%;
  min-width: 220px;
}
.testi-image-wrapp .testi-img {
  border-radius: 150px 0 150px 0;
}
.testi-image-wrapp .testi-img.style2 {
  position: relative;
  z-index: 2;
  margin-left: -45px;
}
.testi-image-wrapp .testi-img.style3{
  position: relative;
  z-index: 2;
  margin-left: -45px;
}
.testi-image-wrapp .testi-img img {
  border-radius: 150px 0 150px 0;
  border: 10px solid #ffffff;
}
/* ==========Exciting Flight Deals=============== */
.inside_head_line{
  max-width: 950px;
  margin: 0 auto;
}
.ysglmnp2{
  position: relative;
}
.ysglmnp2::before {
    content: '';
    position: absolute;
    top: -10px;
    width: 100%;
    height: 80px;
    background: linear-gradient(170deg, #ed2e33 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 30px;
    z-index: 1;
    left: 0;
}
.cpncde {
  width: 100%;
  background: linear-gradient(170deg, rgba(228, 244, 255, 1) 0%, rgba(248, 252, 255, 1) 100%);
  padding: 10px 0px 0;
  border-radius: 15px;
  margin: 0 auto 30px;
  position: relative;
  border: 1px dashed #a2c9ea;
  color: #fff;
  z-index: 9;
  overflow: hidden;
  box-shadow: 4px 4px 4px rgb(255 255 255 / 75%);
  -moz-box-shadow: 4px 4px 4px rgb(49 144 140 / 75%);
  -webkit-box-shadow: 4px 5px 11px rgb(241 241 241);
}
.height-fixed{
  margin-bottom: 10px;
  padding: 0 20px;
}
.cpncde:before {
  content: '';
  background: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: -15px;
  border-right: 1px dashed #fff;
  top: 50%;
  transform: translate(0, -50%);
}
.cpncde:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -15px;
  border-right: 1px dashed #fff;
  top: 50%;
  transform: translate(0, -50%);
}
.location_div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flight_title {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--color-1);
}
.location_div img{
  max-width: 170px;
  margin: 0 auto;
  height: 30px;
}
.flex_prop-text{
  line-height: 1;
  text-align: center;
}
.flex_prop-text span{
  font-size: 12px;
  font-weight: 700;
  color: #03204a;
}
.price_deal{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5px 20px;
  border-top: 1px solid;
  margin-top: 23px;
}
.Starting{
  font-weight: 700;
  color: var(--color-1);
}
/* ================= */
.ad_img img {
  height: 245px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.offerimg_Destina img {
  height: 245px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  object-fit: cover
}
/* =========footer start========== */
.site-footer {
  position: relative;
  z-index: 9;
  background: url(../images/map.png) no-repeat;
  font-weight: 500;
  background-position: center;
}
.stay-connect-with {
  background: #2480ce;
  color: #fff;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.stay-connect-with:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  max-width: 500px;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, .29);
  width: 100%;
  left: -64px;
  background: rgba(255, 255, 255, .14);
  z-index: -1;
  height: 100%;
}
.stay-connect ul li a {
  position: relative;
  display: block;
  padding: .3rem .6rem .3rem 2.2rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: .9rem;
}
.stay-connect ul li.fb a i {
  color: #4867aa;
}
.stay-connect ul li.tw a i{
  color: #00aced;
}
.stay-connect ul li.ln a i{
  color: #0274b3;
}
.stay-connect ul li.insta a i{
  color: #f6191e;
}
.stay-connect ul li:hover a i{
  color: var(--color-white);
  background: var(--color-1);
}
.stay-connect ul li:hover a{
  border: 1px solid var(--color-1);
}
.stay-connect h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  padding-top: 6px;
}
.stay-connect ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background: #ffff;
}
.bg-footer {
  background-color: #ffffff6b;
}
.footer_policy{
  padding: 5px 0;
}
.footer_policy h4{
 font-size: 16px;
 color: var(--color-black);
 line-height: 21.82px;
 text-align: center;
}


.footer_hr {
  background: #B8B8B8;
  padding: 0;
  margin: 0;
}

.f_sosal_text a {
  font-size: 18px;
  color: var(--color-white);
}

.f_sosal_text {
  padding-left: 15px;
}

.footer-about-us p {
  color: var(--color-white);
  max-width: 400px;
}

.footer_logo {
  max-width: 300px;
}

.footer_copy_right {
  padding: 15px 0;
}

.footer_copy_right a {
  font-size: .8rem;
  color: var(--color-white);
  font-weight: 700;
}

.footer_policy ul li {
  padding-right: 10px;

}

.footer_policy ul li a {
  font-size: 16px;
  color: var(--color-black);
  position: relative;
}

.footer_policy_left::after {
  content: '';
  width: 2px;
  position: absolute;
  right: -6px;
  top: 4px;
  height: 16px;
  background-color: var(--color-black);
}

.main_sosal_icon {
  display: flex;
  align-items: center;
  justify-content: LEFT;
  padding-top: 10px;
}

.wp-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
  border-radius: 5px;
}
.footer-top-destination h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-black);
}
.footer-top-destination ul li{
  padding-bottom: 8px;
}
.footer-top-destination ul li a {
  color: var(--color-black);
  font-size: 16px;
}
.footer-top-destination ul li a:hover{
  color: var(--color-Hex);
}
.footer-top-destination ul li a span{
  line-height: 28px;
}
.footer-top-destination ul li a span img{
  width: 14px;
}
.main_sosal_icon li a .bi-facebook {
  color: #026A99;
}

.main_sosal_icon li a .pinterest {
  color: #F34B6D;
}

.main_sosal_icon li a .bi-twitter {
  color: #1A98FF;
}

.main_sosal_icon li a .bi-linkedin {
  color: #276CAD;
}

.bg-copy_right {
  background: #2480ce;
}

.footer-detail {
  position: relative;
}
.text_what_to_do p a{
  white-space: nowrap;
}
.img_f_icon{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.img_f_icon li a{
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #dadfe6;
  border-radius: 2px;
  width: 45px;
  height: 30px;
}
.img_f_icon li a img{width: 100%; padding: 3px;}
.footer-top-destination p{
  font-size: 16px;
  text-align: justify;
}
.footer-top-destination h4{
  position: relative;
  padding-bottom: 18px;
}
.footer-top-destination h4:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: 10px;
  left: 0;
  border-radius: 10px;
  width: 92px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, var(--theme-color), transparent);
  background-image: linear-gradient(to right, #1a1e48, transparent);

}
.sub-title {
  display: block;
  color: #191e49;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.sub-title::before {
  background-color: #191e49;
  margin-left: -4.5rem;
}
.sub-title::after {
  background-color: #191e49;
  margin-left: 0.8rem;
}

.sub-title::before, .sub-title:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 60px;
}
/* =========footer end========== */
/* ==================About Us================== */
.main_banner_about{
  background: linear-gradient(rgb(0 0 0 / 46%), rgb(0 0 0 / 69%)), url(../images/page-bc.jpg);
  background-size: 100% 100%;

  padding: 80px 0;
}
.whether-you-want p{
  /*font-size: 14px;*/
  color: var(--color-black);
  padding-bottom: 10px;
}
.whether-you-want h3{
  font-size: 30px;
  font-weight: 700;
  color: var(--color-black);
  position: relative;
  padding-bottom: 10px;
}
.about-box-content{
    padding: 18px 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.about-box-content h6{
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-black);
}
.about-box-content span{
  display: block;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(184, 191, 208, 0.5);
  border-radius: 10px;
  padding: 5px;
}
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  text-align: center;
}
.breadcumb-menu li, .breadcumb-menu a{
  white-space: normal;
  word-break: break-word;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}

.breadcumb-menu li:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-size: 100% 100%;
  top: 3px;
  width: 18px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 6px;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0; 
}
.blog_new_main::after{
  content: none !important;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}
.loc_des-img h3{
  font-weight: 600;
  color: var(--color-black);
  font-size: 16px;
}
.loc_des-img img{
  margin-right: 2px;
  width: 15px;
  height: 15px;
}
/* ==================About Us================== */
/* =============blog============= */
.main_banner_blog_bg {
  background: linear-gradient(rgb(0 0 0 / 46%), rgb(0 0 0 / 69%)), url(../images/blog_banner.png);
  background-size: 100% 100%;
  padding: 80px 0;
}
.main_blog_new {
  padding: 10px 10px 5px 10px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 12%);
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
.main_blog_new:hover{
  background: linear-gradient(170deg, rgba(228, 244, 255, 1) 0%, rgba(248, 252, 255, 1) 100%);
}
.imgbox_wiz_blog img{
  width: 100%;
  height: 170px;
  border-radius: 10px;
}
.textbox_wiz_blog h3{
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
}
.textbox_wiz_blog p{
  margin-top: 2px;
  font-size: 13px;
  width: 100%;
}
.textbox_wiz_blog{
  padding: 5px 0 10px;
}
.srfltr {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);
  border: 1px solid #d9d9d9;
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 16px;
  padding-left: 30px;
  width: 100%;
  outline: 0;
  background: url(../images/search-icon.svg) #fff;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: 5px center;
  margin-bottom: 15px;
}
.pricecolm_blog {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  margin-bottom: 15px;
}
.pricecolm_blog h4{
  font-size: 18px;
    font-weight: 700;
    color: #000;
    background: linear-gradient(90deg, #cee5f7 0%, #c9e7ff 100%);
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #b8d0e5;
    padding: 8px 10px;    
}
.main_categories_list ul li{
  padding: 10px 8px;
  border-bottom: 1px solid #15357a;
}
.main_categories_list ul li:hover{
  background: linear-gradient(170deg, rgba(228, 244, 255, 1) 0%, rgba(248, 252, 255, 1) 100%);
}
.main_blog_dis{
  display: flex;
  align-items: center;
}
.card-img-blog{
  width: 100px;
  margin-right: 5px;
  
}
.card-img-blog img{
  width: 100%;
  border-radius: 5px;
  margin-right: 5px;
}
.main_blog_dis p{
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.main_categories_list {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.bolg_none_0{
  border-bottom: 0 !important;
}
/* =============blog============ */
/* =============Contact Us============ */
.main_banner_con{
  background: linear-gradient(rgb(0 0 0 / 46%), rgb(0 0 0 / 69%)), url(../images/conte.jpg);
  background-size: cover;
  padding: 80px 0
}
.main_con_bg{
  background: linear-gradient(rgb(255 255 255 / 95%), rgb(255 255 255 / 96%)), url(../images/bg4.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.middle_area {
  background: #fff;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
  padding: 25px 0px;
  border-radius: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.cont-information {
  background: linear-gradient(rgb(255 255 255 / 92%), rgb(255 255 255)), url(../images/contact.webp);
  background-size: 100% 100%;
  color: #fff;
  border-radius: 12px;
  padding: 15px 5px 15px;
  position: relative;
  right: -46px;
  z-index: 1;
  top: 40px;
  height: 350px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}
.contactus {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  width: 64%;
  background-image: url(../images/cont.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.contbox {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 14px 10px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.cont-information h3 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
}
.contbox a {
  color: #333;
  display: block;
  margin-top: 4px;
  text-decoration: none;
}
.contbox i {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 4px;
  text-align: center;
  color: #fff;
  border: 1px solid #2480ce;
  background: #2480ce;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contbox a {
  color: #333;
  display: block;
  margin-top: 4px;
  text-decoration: none;
}
.transprent-img {
  background-image: linear-gradient(to right, #ffffffe3, #f2e8e8e6);
  padding: 20px 20px 47px 70px;
  border-radius: 13px;
}
.contactus .form-control {
  height: 43px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.cont_submit button {
  background: #2480ce;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 15px;
}

.massege_text textarea {
  min-height: 100px;
}
.main_img_new img{
  max-width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
  margin-bottom: 15px;
  max-height: 100px;
  object-fit: cover;
}
.transprent-img label{
  font-weight: 600;
  padding-bottom: 3px;
}
/* =============Contact Us============ */
/* =============date Edit============== */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker table {
  font-size: 12px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
a.ui-datepicker-prev.ui-corner-all:hover {
  background: #fff;
  border: 0;
}
a.ui-datepicker-next.ui-corner-all:hover {
  background: #fff;
  border: 0;
}
.ui-datepicker .ui-datepicker-header {
  padding: 5px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
tr .ui-datepicker-week-end:first-child .ui-state-default {
  color: var(--color-Hex);
}
.ui-datepicker td {
  border-radius: 4px;
  padding: 0;
  vertical-align: middle;
  width: 36px;
  height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #fff;
    font-weight: normal;
    color: #454545;
    border: 0;
    text-align: center !important;
}
#ui-datepicker-div .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  color: #fff;
  background: var(--color-Hex);
}
.ui-datepicker .ui-state-default.ui-state-active {
  border: var(--color-Hex);
  background: var(--color-Hex) !important;
  display: block;
  width: 36px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-today .ui-state-highlight {
  background: #d09981 !important;
  color: #fff !important;
  display: block;
  width: 36px;
  height: 30px;
  vertical-align: middle;
  line-height: 26px;
}
.ui-datepicker .ui-widget-header span.ui-datepicker-month {
  color: var(--color-Hex);
  line-height: normal;
}
.ui-datepicker .ui-widget-header a.ui-datepicker-prev .ui-icon {
  background-repeat: no-repeat;
  background-image: url(../images/pre.png);
  background-size: 100% 100%;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-repeat: no-repeat;
  background-image: url(../images/next.png);
  background-size: 100% 100%;
}
.ui-datepicker .ui-widget-header .ui-icon {
  max-width: 17px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -8px;
  background-size: contain;
}
.ui-datepicker .ui-widget-header td a, .ui-datepicker .ui-widget-header span {
  background: transparent;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35 !important;
  background-image: none;
  border: none;
}

.millions_detail h2 {
    font-weight: 800;
    text-align: center;
    padding-bottom: 15px;
    font-size: 56px;
    color: #ffffff !important;
}

.footerLogo img {
    width: auto;
    height: 55px;
}

.card-header {
    background-color: #ed2e33;
}

.customeCard{
  background-color: transparent;
  margin-bottom: 10px;
}
.bodyCardCustome {
    margin: 10px 0;
    padding: 5px;
}
.customeUl ul li {
    list-style: disc;
     padding-bottom: 5px;
}
.customeUl ul {
    padding-left:23px;
}
.project__details-content h4 {
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0;
}

.project__details-content ul li{
  padding-bottom: 5px;
}
.project__details-content h5{
  padding-bottom: 5px;
  font-weight: 600;
}
.bg-copy_right {
    background: #202020;
}

input::placeholder {
    color: #181616 !important;
}
