:root {
    --orange: #f4431d;
    --blue-light: #178ca4;
    --blue-dark: #074b62;
    --black-light: #666;
    --gray-light: #b3b3b3;
    --white-light: #f9f7f0;
    --yellow-dark: #ff0;
}
.text-yellow{
  /* color: hsl(191.6deg 100% 60%) !important  ; */
  color: #ffff00 ;
}
.banner-text .spn2, .ivc p, .text-white-light, a.main-m:hover {
    color: var(--white-light);
}
.adressborder {
    border-left: 5px solid #ff2a00;
    color: var(--white-light);
}
.pkg-pic{
  min-height: 360px;
}
.footer h4{
  font-weight: 600;
}
img.img-review {
    width: 85%;
    margin-bottom: 15px;
}
.itnry li{
  color: #000000;
}
.inclusions a{
  color: #f37b26;
}
.centered{
  font-size: 19px;
  border: 3px solid #f37b26;
  color: #fff;
  border-radius: 1px;
  background-color: #f37b26;
  max-width: 100%;
  margin: 0 auto;
}
.centered p{
  margin: 0 0 0px 0;
  font-size: 17px;
  line-height: 28px;
  color: #130000;
  text-align: center;
}
.centered1{
  font-size: 19px;
  border: 3px solid #FFC107;
  color: #fff;
  border-radius: 1px;
  background-color: #FFC107;
  max-width: 100%;
  margin: 0 auto;
}
.centered1 p{
  margin: 0 0 0px 0;
  font-size: 17px;
  line-height: 28px;
  color: #130000;
  text-align: center;
}
.centered3{
  font-size: 19px;
  border: 3px solid #FFC107;
  color: #fff;
  border-radius: 1px;
  background-color: #FFC107;
  max-width: 100%;
  margin: 0 auto;
}
.centered3 p{
  margin: 0 0 0px 0;
  font-size: 17px;
  line-height: 28px;
  color: #130000;
  text-align: center;
}
.centered4{
  font-size: 19px;
  border: 3px solid #FFC107;
  color: #fff;
  border-radius: 1px;
  background-color: #FFC107;
  max-width: 100%;
  margin: 0 auto;
}
.centered4 p{
  margin: 0 0 0px 0;
  font-size: 17px;
  line-height: 28px;
  color: #130000;
  text-align: center;
}
.chatbtn{ position: fixed; position: fixed;
  right: 10px;
  bottom: 10px;
  width: 90px;
  left: initial; z-index:999}
.chatbtn img{width: 100%;;}
.whatsapp-chat {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  z-index: 9999;
  left: 20px;
  width: 45px;
  height: 45px;
  padding: 10px;
  background: #64b161;
  border-radius: 50%;
}
.whatsapp-chat img {
  width: 100%;
  vertical-align: initial;
}
@media(min-width: 992px) and (max-width: 1200px) {
.whatsapp-chat{
  bottom: 45px;
}
.chatbtn{
  bottom: 35px;
}
}
@media only screen and (max-width: 567px) {
.whatsapp-chat{
  bottom: 125px;
}
.chatbtn{
  bottom: 124px;
}
}
#book-online hr{ 
  margin-top: 50px;
}
.price :is(i){
  vertical-align:initial;
}
.clientbox {
  display: block;
  text-align: center;
  outline-offset: -5px;
  border-radius: 20px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  /* border: 5px solid #cdd2d33d; */
}
section.footer{
  background-color: #242424;
  position: relative;
}
section.footer::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* z-index: 1; */
  /* background: linear-gradient(transparent 50%, #ff2a00 50%), linear-gradient(90deg, #2471be 50%, #13bcf0 50%); */
  background-size: 0.3rem 0.3rem;
  opacity: 0.1;
}
body,
html {
  -webkit-overflow-scrolling: touch !important;
  height: 100% !important;
}
body {
  color: #000;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.btn-blue{
  background-color: #ff2a00 !important;
  border-color: #ff2a00 !important;
}
.btn-green{
  background-color: #32b73b !important;
  border-color: #64b161 !important;
}
.blinking {
  animation: blink 1s linear infinite;
  font-weight: 700;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.deal {
  background: #30318c;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  border: solid 3px #52a3d7;
  padding: 12px 25px;
  text-transform: uppercase;
}
.deal:hover {
  background: #060863;
  color: #fff;
}
.nav-header{
  background: #fff;
}
.head-cnt {
  float: right;
  /* margin-top: 13px; */
}
.head-cnt ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.head-cnt ul li {
  padding: 0 0 0 40px;
  margin: 0;
  list-style-type: none;
  /* font-size: 28px; */
  position: relative;
}
.head-cnt ul li a {
  color: #174778;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.head-cnt ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
	color: #174778;
}
textarea{
	resize: none;
}
#banner {
  position: relative;
  background-image: url(../images/banner.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-text h1 {
  font-size: 65px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  margin-top: 15px;
  text-transform: uppercase;
}
#banner .banner-text h4 {
  color: #98FF33;
  font-family: proxima_nova_rgbold;
  /* margin-bottom: 30px; */
}
.blue-c{
  filter: hue-rotate(358deg) contrast(2);
  /* filter: invert(1) brightness(2); */
}
#banner .destination {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#banner .destination li {
  padding: 0 13px 0 0;
  color: #fff;
  font-size: 16px;
  margin: 0 10px 0 4px;
  list-style-type: none;
  display: inline-block;
  font-family: proxima_nova_ththin;
  border-right: solid 1px #52a3d7;
  line-height: 14px;
}
#banner .destination li:last-child {
  border-right: none;
}
#banner .trusted {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  display: inline-block;
  background: linear-gradient(90deg, #ff2a00, transparent); 
  padding: 15px;
  border-left: 4px solid #fff;
}
#banner .trusted li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  list-style-position: inside;
  text-indent: -0.5em;
  padding-left: 1em;
}
#banner .trusted li:last-child {
  border-bottom: none;
}
#banner .trusted li i {
  vertical-align: baseline;
  color: #ffff00 ;
  position: relative;
}
.trusted .t-circle{
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.3rem 0.4rem;
  margin-right: 8px;
}
#banner .free-quotes {
  background: #fff;
  margin-top: 40px;
  border-radius: 5px;
}
#banner .free-quotes .get-free {
  background: #ff2a00;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 26px;
  position: relative;
  border-radius: 5px 5px 0 0;
}
#banner .free-quotes .get-free:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ff2a00;
  bottom: -11px;
  left: 50%;
}
#banner .free-quotes .get-free-qoute {
  padding: 30px;
}
#banner .free-quotes .get-free-qoute .form-control {  
  border-radius: 5px;
}
.btn-enq {
  background: #ff2a00;
  border-radius: 3px;
  font-size: 18px;
  padding: 6px 21px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
}
.banner-2 {
  /* background: rgba(0, 0, 0, 0.8); */
  background: #ff2a00;
  width: 100%;
  padding: 20px 0;
  margin-top: 50px;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
}
.banner-2::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* z-index: 1; */
  /* background: linear-gradient(transparent 50%, #ff2a00 50%), linear-gradient(90deg, #2471be 50%, #13bcf0 50%); */
  background-size: 0.3rem 0.3rem;
  opacity: 0.1;
}
.banner-2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.banner-2 ul li {
  padding: 0 22px 0 0;
  margin: 0 22px 0 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px #ffffffb3;
}
.banner-2 ul li:last-child {
  border-right: none;
}
.banner-2 .abt-cmpny {
  color: #fff;
  text-align: center;
}
.banner-2 .abt-cmpny h6 {
  font-size: 17px;
}
#top-packages {
  padding: 50px 0;
}
.h1-global {
  font-size: 44px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 25px;
}
.h1-global span {
  font-family: 'Montserrat', sans-serif;
  color: #ff2a00;
}
.packages {
  margin-top: 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
}
.packages figure {
  position: relative;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: scale(1);
}
.packages figure:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1.06);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 2.89) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 2.89) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0 2.89) 100%
  );
}
.packages .all-free {
  position: absolute;
  bottom: 83px;
  left: -1px;
  padding: 8px 0 8px 0;
  font-weight: 700;
}
.packages .special-honymoon {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 8px 0 0 0;
  color: #fff;
  right: 10px;
  font-size: 18px;
  text-align: center;
  line-height: normal;
}
.packages .tag {
  position: absolute;
  width: 150px;
  top: 10px;
  /* background: #ffd200; */
  background: #f47a27;
  color: #fff;
  text-transform: uppercase;
  left: 0;
  padding: 8px 0 8px 18px;
  font-weight: 700;
  font-size: 18px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.packages .budget {
  position: absolute;
  top: -8px;
  right: -7px;
}
.packages h2 {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.card-text{
  font-size: 17px;
}
.card-text span{font-size: 25px;font-weight: 600;}
.dest-para{
  margin: 0;
  border-right: 1px solid #ddd;font-size: 14px;
}
.card-header{
  background-color: #ff2a00;
  border: none;
  position: absolute;
  margin-top: -65px;
}
.card-text{font-size: 15px;}
.card-body{background: aliceblue;}
.packages h3 {
  font-size: 15px;
  margin-bottom: 10px;
  min-height: 56px;
  font-weight: 400;
}
.itnry {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: solid 1px #cfcfcf;
  border-top: solid 1px #cfcfcf;
}
.itnry li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 19%;
  text-align: center;
  font-size: 14px;
  color: #52a3d7;
}
.itnry li.active {
  color: #a3a3a3;
}
.itnry li.active figure {
  opacity: 0.3;
}
.itnry li figure {
  padding: 0;
  margin: 0;
}
.itnry li p {
  padding: 0;
  margin: 0;
}
.inclusions {
  margin-top: 20px;
}
.inclusions h5 {
  font-size: 20px;
  font-weight: 600;
}
.inclusions a {
  color: #52a3d7;
}
.pkg-incusion {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pkg-incusion li {
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  list-style-type: none;
  display: block;
  position: relative;
  background-image: url(../images/arrow-orng.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
.pkg-incusion li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #52a3d7;
}
.inclusions .read-collpse {
  position: absolute;
  right: 20px;
  margin-top: -10px;
}
.inclusions .read-collpse span {
  display: block;
}
.inclusions .read-collpse[aria-expanded="false"] i {
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] span {
  display: none;
}
.inclusions .read-collpse[aria-expanded="true"] i {
  display: block;
}
.price-tag {
  border-bottom: solid 1px #cfcfcf;
  border-top: solid 1px #cfcfcf;
  padding: 10px 0;
  /* margin-top: 20px; */
  float: left;
  width: 100%;
}
.price-tag .price {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-top: 6px;
}
.card{
  border-radius: 0;
}
.card-header:first-child{
  border-radius: 0;
}
.price-tag .price small {
  display: block;
  /* text-decoration: line-through; */
  color: #333;
}
.btn-detail {
  display: inline-flex;
    align-items: center;
  margin-top: 5px;
}
.btn-detail span{
  font-size: 18px;
  align-items: center;
  display: inline-flex;
}
.btn-detail .btn {
  background: #ff2a00;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 21px;
  color: #fff;
  text-transform: uppercase;
}
#confused {
  background-image: url(../images/sarnath.jpg);
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-size: cover;
}
.white-color {
  color: #fff !important;
}
.requirement {
  background: #ff2a00;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 50px;
  color: #fff;
  text-transform: uppercase;
}
.requirement:hover {
  background: #f47a27;
  color: #fff;
}
#book-online {
  padding: 50px 0;
}
.videoPopup{
  display: none;
}
iframe{
  border-width: 10px;
  border-color: #fff;
  border-style: solid;
}
@media (min-width: 576px){
  .modal-dialog{
    position: relative;
  }
}
.btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  content: "";
  opacity: 1;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  padding: 0 !important;
  color: #000;
  background: url(../images/icon/btn-close.svg) center/0.8em auto no-repeat !important;
  background-size: 1.5rem 1.5rem !important;
  border: 0;
  border-radius: .375rem;
}
.modal-content{
  background-color: transparent !important;
}
.modal-header, .modal-content{
  border: none !important;
}
.modal-header, .modal-body{
  padding: 0 !important;
}
.vdo-container{
  position: relative;
	margin: 10px 0px;
}
.vdo-container img{
  width: 100%;
  z-index: -1;
}
.vdo-container span{
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translatey(-50%);
  text-align: center;
  font: 48px/1.5 sans-serif;
  color: white;
  text-shadow: 0 0 0.5em black;
}
.vdo-container a:hover{
  cursor: pointer;
}
.footer a:hover{
  text-decoration: underline;
  color: #fff;
}
.clients_section img{
	border-radius: 20px;
}
.footerlinks li {
    list-style-type: none;
    position: relative
}
.footerlinks a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "\f0a4";
    color: var(--yellow-dark);
    right: 25px;
    top: 0
}
.footerlinks a {
    position: relative
}
img.img-review {
    width: 85%
}
.fa-circle {
    color: #fff !important;
}
.fa-whatsapp {
    color: var(--bs-success)
}
.fa-instagram {
    color: #ff0069
}
.fa-facebook-f {
    color: var(--bs-primary)
}
.fa-stack.social {
    font-size: 1.5rem
}
i {
    vertical-align: middle
}
.ftr-btm a {
    color: var(--blue-light)
}
.com-info {
    font-size: 1.2rem
}
.why-book {
  border-right: dotted 1px #333;
  text-align: center;
  margin: 50px 0;
  height: 70%;
  padding: 0 20px;
}
.why-book img {
  margin-bottom: 10px;
}
.why-book h4 {
  color: #52a3d7;
  font-family: proxima_nova_rgbold;
  font-size: 26px;
}
.why-book p {
  font-size: 20px;
}
#footer {
  background: #323232;
  padding: 50px;
}
.ftr-link {
  padding: 0;
  margin: 0 0 80px 0;
  list-style-type: none;
  text-align: center;
}
.ftr-link li {
  padding: 0 12px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  color: #fff;
  border-right: solid 1px #fff;
  font-size: 18px;
  line-height: 15px;
  text-transform: uppercase;
}
.ftr-link li:last-child {
  border-right: none;
}
.ftr-h4 {
  color: #52a3d7;
  font-family: proxima_nova_rgbold;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ftr-h5 {
  color: #fff;
  font-family: proxima_nova_rgbold;
  font-size: 18px;
  margin-top: 20px;
  text-transform: uppercase;
}
.approved {
  margin-top: 42px;
}
.ftr-cnt {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ftr-cnt li {
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  list-style-type: none;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.ftr-cnt li a {
  color: #fff;
}
.ftr-cnt li i {
  position: absolute;
  left: 0;
}
#copywrite {
  background: #3b3b3b;
  padding: 12px 0;
}
#copywrite p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
#copywrite-thank-you {
  background: #000;
  padding: 12px 0;
}
#copywrite-thank-you p {
  margin: 0;
  padding: 0;
  color: #fff;
}
#thank-you {
  padding: 100px;
}
#thank-you a {
  color: #52a3d7;
}
.inner_mobile > .container {
  max-width: 100%;
}
.inner_mobile {
  width: 100%;
  max-width: 100%;
  bottom: 0;
  background: #ff2a00;
  position: fixed;
  z-index: 99999;
  font-weight: 500;
}
._col_m {
  border-right: 1px solid #00004d;
  color: #f7f7f7;
  height: 45px;
  justify-content: center;
  background: #243a51;
  cursor: pointer;
}
._btn_bm {
  margin: 0;
  height: 45px;
  width: 100%;
  background: 0 0;
  border: none;
  color: #fff;
  padding: 10px 0 10px 0;
}
._btn_bm,
._col_bm,
._col_m {
  text-align: center;
}
.fa-1x {
  font-size: 31px !important;
  margin-top: 8px;
}
.section_mobile {
  display: none;
}
.mobile-footer {
  display: none;
}
#top-packages hr {
  margin-top: 50px;
}
._col_bm a {
  color: #fff;
  text-decoration: none;
}
@media(min-width: 767px) and (max-width: 1024px) {
  .inc_icon{
    display: none;
  }
}
@media(min-width: 992px) and (max-width: 1200px) {
  .fa-stack.social {
    font-size: 1rem;
}
.packages h3{
  min-height: 86px;
}
}
@media only screen and (max-width: 1200px) {
  .pkg-pic{
    min-height: initial;
  }
  #book-online{
    padding-top: 50px;
  }
  .clients_section img{
    border-radius: 10px;
  }
  #header .head-cnt ul li {
    font-size: 24px;
  }
  .deal {
    font-size: 16px;
  }
  #banner .banner-text h1 {
    font-size: 46px;
    line-height: 45px;
  }
  #banner .banner-text h4 {
    font-size: 32px;
  }
  #banner .destination li {
    font-size: 18px;
  }
  #banner .trusted li {
    font-size: 17px;
    line-height: 38px;
  }
  .banner-2 ul li {
    padding: 0 10px 0 0;
    margin: 0 6px 0 0;
  }
  .banner-2 .abt-cmpny h6 {
    font-size: 15px;
  }
  .itnry li {
    width: 18%;
    font-size: 12px;
  }
  .packages h3 {
    font-size: 18px;
  }
  .packages h2 {
    font-size: 18px;
  }
  .price-tag .price {
    font-size: 18px;
  }
  .why-book h4 {
    font-size: 20px;
  }
  .why-book p {
    font-size: 18px;
  }
  .ftr-cnt li {
    font-size: 20px;
  }
  .ftr-link li {
    margin: 0 0 13px 0;
  }
  .why-book {
    padding: 0 20px;
    height: 80%;
  }
  .bdr-none {
    border: none !important;
  }
}
@media only screen and (max-width: 992px) {
  #header .head-cnt ul li {
    font-size: 18px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .clientbox{
    display: block;
    text-align: center;
    outline-offset: -5px;
    border-radius: 10px;
    outline: 0;
    outline: 1px solid rgba(0, 0, 0, 0.1);
  }
  #header .head-cnt ul li img {
    width: 19px;
  }
  #header .head-cnt ul li {
    padding: 0 0 0 26px;
    margin-bottom: 8px;
  }
  #header .head-cnt ul li i {
    position: relative;
  }
  #header .head-cnt {
    margin-top: 33px;
  }
  #top-packages {
    padding: 0 0;
  }
  .packages {
    margin-top: 15px;
  }
  .price-tag .price small {
    display: inline-block;
    margin-right: 10px;
  }
  .deal {
    font-size: 16px;
    padding: 4px 16px;
    margin-top: 38px;
    border: solid 4px #c4c4c4;
  }
  #banner .free-quotes .get-free {
    font-size: 22px;
    padding: 10px 0;
  }
  #banner .free-quotes .get-free-qoute {
    padding: 20px 10px 10px;
  }
  #banner .banner-text h1 {
    font-size: 32px;
  }
  #banner .banner-text h4 {
    font-size: 23px;
  }
  #banner .destination li {
    font-size: 12px;
  }
  .h3 {
    font-size: 23px !important;
  }
  .upto {
    width: 61px;
  }
  .banner-2 ul li {
    margin: 0 6px 15px 0;
  }
  .banner-2 {
    padding: 20px 0 0 0;
    display: none;
  }
  /* .h1-global {
    font-size: 35px;
    display: none;
  } */
  .special-honymoon p {
    font-size: 13px;
    line-height: normal;
  }
  .packages .special-honymoon {
    bottom: -20px;
    left: 10px;
    font-size: 18px;
  }
  .packages .all-free {
    bottom: 52px;
    left: -1px;
    width: 139px;
  }
  .packages .tag {
    width: 120px;
    top: 22px;
    right: 0;
    font-size: 13px;
  }
  .packages .tag{
    padding: 0px 0 0px 18px;
  }
  .packages h2 {
    font-size: 19px;
  }
  .packages h3 {
    font-size: 15px;
  }
  .inclusions h5 {
    font-size: 16px;
  }
  .price-tag .price {
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .ftr-cnt li {
    font-size: 14px;
    padding: 0 0 0 30px;
  }
  .ftr-cnt li img {
    width: 20px;
  }
}
.bg-primarys{background-color: #ff2a00;}
.text-tag {
  font-size: 15px;
  /* border: 1px solid #ff0; */
  padding: 4px;
  border-left: solid;
  /* background-color: #0056AD; */
  /* background: linear-gradient(39deg, #0056ad, #ff35079c); */
  background: linear-gradient(73deg, #0056adcc, #ff350785);
  display: inline-flex;
    margin: 3px 0px;
}
@media only screen and (max-width: 767px) {
  .mobhiddn {
    margin-top: 1px!important;
  }
  .text-tag{
    font-size: 14px;
    padding: 5px;
    margin: 2px 0px;
  }
  .jumbotron  h1{font-size: 33px;}
  .mobhiddn2 {
    display: none !important;
  }
  #banner .banner-text h4 {
    margin-bottom: 10px;
  }
  #banner {
    background-image: url(../images/mobile-banner.jpg);
    background-position: top center;
  }
  #banner .banner-text h1 {
    margin-top: -10px;
  }
  #banner .free-quotes .get-free-qoute {
    margin-bottom: 15px;
  }
  .mobile-footer .pt-4 {
    padding-top: 0 !important;
  }
  .approved .ftr-h5 {
    display: none;
  }
  .font-bold {
    font-size: 18px;
    font-weight: 700;
  }
  .media p {
    font-size: 15px;
  }
  .media p a {
    color: #fff;
  }
  .ftr-cnt {
    display: none;
  }
  .mobile-footer {
    display: block;
    color: #fff;
  }
  .section_mobile {
    display: block;
  }
  .section_mobile .col-md-9 {
    width: 75%;
  }
  #confused {
    background-attachment: scroll;
  }
  .upto {
    width: 100px;
  }
  #copywrite p {
    font-size: 12px;
  }
  #copywrite {
    padding: 10px 0;
    margin-bottom: 38px;
  }
  .hidden-md {
    display: none;
  }
  #banner .trusted {
    /* display: none; */
    /* background: none;
    border-left: none; */
    text-align: left;
  }
  .ftr-link {
    display: none;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .ftr-link li {
    font-size: 13px;
  }
  #banner {
    background-size: cover;
  }
  .deal {
    position: absolute;
    top: -90px;
  }
  #header .head-cnt {
    float: none;
  }
  #header .head-cnt ul li {
    display: inline-block;
  }
  #header .head-cnt ul li:last-child {
    margin-left: 10px;
  }
  #header .head-cnt {
    margin-top: 3px;
    border-top: solid 1px #d2d2d2;
    padding-top: 4px;
  }
  #banner .col-sm-4,
  #banner .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-text {
    text-align: center;
  }
  #banner .free-quotes {
    margin-top: 35px;
  }
  #banner .free-quotes .get-free {
    font-size: 22px;
    /* margin-top: -30px; */
  }
  #banner .destination li {
    font-size: 16px;
    font-weight: 700;
  }
  #banner .banner-text h1 {
    font-size: 32px;
  }
  .banner-2 ul li {
    width: 30%;
  }
  .why-book {
    border-right: none;
    border-bottom: dotted 1px #333;
    text-align: center;
    margin: 50px 0;
  }
  .logo img {
    width: 180px;
  }
  .h1-global {
    font-size: 27px;
  }
  .approved {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .ftr-h4 {
    margin-bottom: 10px;
  }
  #footer {
    padding: 20px 0 0;
  }
  .mobile-footer .pb-4 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 568px) {
  .packages h3 span{
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .dest-para{
    border-right: none;
  }
  .adressborder{
    margin-left: 15px;
  }
  .requirement {
    font-size: 12px;
    padding: 6px 15px;
  }
  .traveler-review::before {
    content: url(../images/icon/review.svg);
}
.tripadvisor::before {
    content: url(../images/icon/tripadvisor-icon.svg);
}
.traveler-review::before, .tripadvisor::before {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fa-circle {
    color: var(--bs-light);
}
  .approved {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #thank-you {
    padding: 50px 0;
  }
}
.mobhiddn {font-size: 20px;
  margin-top: 20px;font-weight: 500;}
#why-us{padding: 50px 0px 0px 0px ;
  /* background-color: #ff2a00; */
  margin-bottom: -30px;
    color: #fff;}
.inc_icon p{font-size: 12px; font-family: 'Montserrat', sans-serif;font-weight: 500;}
@media only screen and (max-width: 375px) {
  .btn-detail span{
    font-size: 14px;
  }
  .deal {
    position: absolute;
    font-size: 13px;
  }
  #header .head-cnt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
  }
  #header .head-cnt ul li {
    padding: 0 0 0 26px;
    margin-bottom: 2px;
  }
  .logo img {
    margin: 0 auto;
  }
  #thank-you {
    padding: 20px 0;
  }
}
@media (min-width: 576px){
.jumbotron {
  padding: 3.2rem 2rem !important;
}
}
.fifth {
  border-color: #242424;
  border-radius: 0;
  color: #242424;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #242424;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.fifth:hover {
  color: #fff;
}
.fifth:hover:after {
  width: 110%;
}
.btn-enq:hover {
  -webkit-transform: translateX(-1%) translateY(-5%) rotate(360deg);
  transform: translateX(-1%) translateY(-5%) rotate(360deg);
  background: #52a30ade;
}
.extra-content {
  display: none;
}#toggleButton{background: none;
    border: none;
    color: red;cursor: pointer;}  
    .hdr{background: #ff2a00;
      padding: 0.75rem 1.25rem;}
      .govt{
        color: #0040ff;
    font-weight: 600;
}
