@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
:root{
  /* Color */
  --text-white:#fff;
  --text-black:#000;
  --text-gray: #464c56;
  --primary-color: #d90d0d;

  /* Heading Font Family */
  --ubuntu-font:'Ubuntu', sans-serif;

  /* Paragraph Font Family */
  --montserrat-font:'Montserrat', sans-serif;
  --quicksand-font: 'Quicksand', sans-serif;
  
  /* Font Sizes */
  --fs36:"36px";
  --fs32:"32px";
  --fs30:"30px";
  --fs28:"28px";
  --fs24:"24px";
  --fs22:"22px";
  --fs20:"20px";
  --fs18:"18px";
  --fs16:"16px";
  --fs14:"14px";
  --fs13:"13px";
  --fs12:"12px";

  /* Font Weights */
  --fw100:100;
  --fw200:200;
  --fw300:300;
  --fw400:400;
  --fw500:500;
  --fw600:600;
  --fw700:700;
  --fw800:800;
  --fw900:900;
}

body {
  background-color: #fff;
}

/* gallery */
.gallerymagic>a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.middle-formating p a {
  color: blue;
}

.middle-formating-index a {
  color: blue;
}

.inner-form11.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #dc0a0a;
  border-bottom-color: transparent;
}

.spefont {
  font-size: 17px;
  font-weight: bold;
  color: #df0909;
  display: inline;
  line-height: 37px;
}

.inner-list101 ul {
  padding-bottom: 0px;
}

.inner-list101 li {
  font-size: 15px;
  line-height: 35px;
}

.inner-list101 a {
  text-decoration: none;
  color: #0995bf;
}

.top-set {
  margin-top: 100px;
}

.contact-info12 h4 {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.contact-info12 ul {
  padding: 0px;
}

.contact-info12 li {
  list-style: none;
  padding-bottom: 25px;
}

.contact-info12 li:first-child {
  margin-top: 20px;
}

.contact-info12 li span {
  font-weight: bold;
}

.contact-info12 p span {
  font-weight: bold;
}

.contact-info12 p i {
  color: #000;
}

.inner-form11 .panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fdbd19;
  border-color: #dad8d8;
}

/*change*/

.newtop h2 {
  font-size: 20px !important;
}

.newtop h3 {
  font-size: 19px !important;
}

.newtop li {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: Montserrat;
  line-height: 27px;
  color: #4a4a4a;
}
.newtop ul {
  font-size: 18px;
}

.content12.visible {
  height: auto;
  overflow: visible;
}

.content12 {
  height: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress {
  height: 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #d23d3f;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.position-relative {
  position: relative !important;
}

.corporateser a {
  margin-bottom: 20px;
  display: block;
  white-space: normal;
}

.corporateser ul {
  margin: 15px 0px 15px;
  padding-left: 19px;
}

.corporateser ul li {
  list-style: disc;
  margin-bottom: 3px;
}

.centerbtn {
  text-align: center;
  margin: 15px 0px 15px;
}

.centerbtn a {
  width: 200px;
  text-align: center;
  margin: auto;
}

.card29 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 10px;
  padding: 10px;
  background-color: #d1e6ff70;
  margin-bottom: 20px;
}

.card29 .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card29 .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card29 h5 {
  font-size: 16px;
  font-family: arial;
  text-align: center;
  font-weight: 100;
}

.card29 .card-body h3 {
  font-size: 15px;
  font-family: 'Montserrat';
  text-align: center;
  font-weight: 500;
}

.card29 .card-title29 {
  margin-bottom: -1.25rem;
}

.text-deco h4 {
  color: #25d366;
  font-weight: bold;
}

.mymodal12 .modal-content {
  width: 350px;
  margin: auto;
}

.mymodal12 .modal {
  top: 5% !important;
}

.position-fixed {
  position: fixed !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.whatsapp-cta {
  bottom: 110px;
  background: #25d366;
  animation: whatsappBall 1s infinite alternate;
}

.mybtn33 {
  border-color: transparent;
  background: #25d366;
  color: #fff;
  outline: none;
  box-shadow: 6px 2px 20px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.05rem;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  padding: 13px;
}

.pop-up-style2 {
  padding: 14px;
}



/*=== --- Scroll-to-top --- ===*/
.go-to-home,
.ball-btn {
  opacity: 0;
  visibility: hidden;
  right: 20px;
  z-index: 3000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.60);
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.go-to-home {
  border-radius: 80px 80px 0 0;
  bottom: 0;
}

.go-to-home:hover {
  background: rgba(0, 0, 0, 0.75);
}

.go-to-home.active {
  animation: go-home 600ms forwards;
}

@keyframes go-home {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.ball-btn {
  opacity: 1;
  visibility: visible;
  font-size: 16px;
}

/*-- Call-cta --*/
.call-cta {
  bottom: 55px;
  background: #ff1e1e;
}

/*-- Whatsapp-cta --*/
.whatsapp-cta {
  bottom: 110px;
  background: #25d366;
  animation: whatsappBall 1s infinite alternate;
}

@keyframes whatsappBall {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.whatsapp-cta:hover {
  animation-play-state: paused;
}

.car-pack {
  margin-top: 10px;
}

.car-pack td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 11px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
}

.car-pack a {
  font-size: 12px;
}

.car-pack h6 {
  font-size: 14px;
  font-family: sans-serif;
}

.luxury-bus {
  background-color: #eee;
  display: flow-root;
  padding: 10px 0px 10px 0px;
}

.luxury-tempo {
  background-color: #f0f1d6;
  display: flow-root;
  padding: 10px 0px 10px 0px;
}

.pricingtempo span {

  line-height: 0px;
  font-size: 20px;
}

.pricingtempo {
  padding: 7px 0px 10px 0px;
  display: flex;

}

.rating22 span {
  color: #ffbc00;
}

.rating22 {
  display: inline-block;
}

.tourclass p {
  font-size: 14px;
  margin-bottom: 20px;
  font-family: Montserrat;
  line-height: 27px;
  color: #4a4a4a;
  height: 147px;
}

.newulli77 li {
  margin-bottom: 15px;
  font-size: 16px;
  list-style: none;
  font-family: Montserrat;
  display: inline-block;
  border-bottom: 1px solid #d5d1d1;
  padding: 3px;
}

.newulli77 .btnmy2 {
  margin-bottom: 20px;
}

.newulli77 img {
  margin-bottom: 15px;
}

.bgwht {
  background-color: #fff;
  padding: 30px 30px 5px 30px;
  display: flow-root;
  border-radius: 10px;
}

.bggr {
  background-color: #f4fffd;
  padding: 30px;
  display: flow-root;
}

.bgbl {
  background-color: #eaf3ff70;
  padding: 30px;
  display: flow-root;
}

.allgrey {
  background-color: #f9f9f9;
}

.top-bottom {
  margin: 40px 0px 40px;
}

.pad-top-m {
  padding-top: 0px;
}

.newulli li {
  font-size: 16px;
  font-family: Montserrat;
}

.newulli p strong {
  font-family: Montserrat;
}

.newulli h3 {
  font-family: Montserrat;
  margin-bottom: 10px;
}

.con-sec h2 {
  font-size: 27px;
  margin-bottom: 20px;
  font-family: Montserrat;
}

.con-sec h2 span {
  color: #d23d3f;
}

.con-sec h3 span {
  color: #d23d3f;
}

.con-sec h3 {
  font-size: 27px;
  margin-bottom: 10px;
  font-family: Montserrat;
}

.con-sec h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: Montserrat;
}


.con-sec h1 {
  font-size: 35px;
  margin-bottom: 20px;
}

.con-sec p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: Montserrat;
  line-height: 27px;
  color: #4a4a4a;
}

.con-sec p a {
  color: #1c00ff;
}

.con-sec p a:hover {
  color: #1c00ff;
  background-color: #00000000;
}

.con-sec p strong {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: Montserrat;
  line-height: 27px;
  color: #4a4a4a;
}

.myset {
  background-color: #fff;
  padding: 15px;
}

.newitineraryarea h2 {
  margin-bottom: 20px;
  font-family: sans-serif;
}

.newitineraryarea h4 {
  font-size: 17px;
  font-family: sans-serif;
}

.newitineraryarea h4 {
  margin-bottom: 23px !important;
}


.formtop {
  margin-bottom: 20px;
}

.l-info-pack-days ul li {
  position: relative;
  overflow: hidden;
  padding-left: 47px;
}

.l-info-pack-days ul li i {
  width: 35px;
  height: 35px;
  background: #f5e4db;
  border-radius: 50%;
  text-align: center;
  padding: 9px 8px;
  margin-left: -48px;
  position: absolute;
  z-index: 99;
  color: #ff0707;
  font-size: 18px;
}

.days {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
}

.l-info-pack-days ul {
  padding: 0px;
  padding-top: 5px;
  padding-left: 0px;
}

.l-info-pack-days ul {
  padding-left: 0px !important;
}

.l-info-pack-plac::after {
  content: '';
  background: #cecece;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 19px;
}

.l-info-pack-days ul li p {
  padding-top: 0px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 23px;
}

.days h4 span {
  color: #682b09;
  font-weight: bold;
}

.fa-clock-o:before {
  content: "\f017";
}

.destination55 ul {
  padding: 0px;
}

.destination55 li {
  display: inline-flex;
  font-size: 14px;
  color: #000;
}

.destination55 span {
  color: #df0909;
  margin-left: 5px;
}


.inclusion55 ul {
  padding: 0px;
}

.inclusion55 li {
  display: inline-flex;
  margin-bottom: 5px;
  margin-right: 0px;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #000000;
  padding: 0 21px;
}

.sidetours li {
  list-style: none;
}

.sidetours {
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}


.scroll {
  height: 400px;
  overflow-y: scroll;
  border: 1px px solid #ccc;
  padding: 10px;
}

.sidetours li {
  list-style: none;
  border-bottom: 1px dashed #e1d8d8;
  line-height: 33px;
  font-size: 14px;
  font-family: sans-serif;
}

.sidetours li a {
  transition: .3s;
}

.sidetours li a:hover {
  color: #df0909;
  transition: .3s;
}

.sidetours li:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #df0909;

}

.sidetours ul {
  margin-top: 10px;
}

.sidetours li:last-child {
  border-bottom: none;
}

.sidetours h3 span {
  color: #df0909 !important;
}


.sidetours h3 {
  background-color: #e9e9e9;
  padding: 10px;
  border-radius: 10px 0px 10px 0px;
  box-shadow: 1px 3px 0px #ededed;
}

.notice li {
  font-size: 13px;
  list-style: none;
  line-height: 26px;
  border-bottom: 1px solid #e9e8e8;
  color: #fff;
}

.notice-home li {
  font-size: 13px;
  list-style: none;
  line-height: 26px;
  border-bottom: 1px solid #e9e8e8;
  color: #000;
}

.tabledesin15 table {
  border-collapse: collapse;
  width: 100%;
}

.tabledesin15 table tr {
  background-color: #f3f7fc;
}

.tabledesin15 table th {
  background-color: #585858 !important;
}



.tabledesin15 table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}


.tabledesin15 table td {
  font-size: 18px;
}

.tabledesin15 table tr:nth-child(even) {
  background-color: #f4fffd;
}

.tabledesin15 {
  font-family: Montserrat;
}



.tabledesin12 table {
  border-collapse: collapse;
  width: 100%;
}

.tabledesin12 table tr {
  background-color: #fff;
}

.tabledesin12 table td {
  font-size: 18px;
}

.tabledesin12 table tr:nth-child(even) {
  background-color: #f1f1f1;
}


.tabledesin table {
  border-collapse: collapse;
  width: 100%;
  background-color: #c6beaa;
}

.imgmahar img {
  border-radius: 10px !important;
}

.imgmahar img {
  box-shadow: 0px 4px 49px #ffffff4a;
  margin-bottom: 20px;
}

.mahaarea h3 {
  color: #fff;
  font-size: 50px;
}

.mahaarea h2 {
  color: #fff;
  font-size: 33px;
}

.mahaarea p {
  color: #fff;
  margin-bottom: 20px;
}

.mahabg {
  padding: 30px;
  background-image: url(icons/maha-bg.jpg);
  background-size: cover;
  background-color: #232429;
}

.imgbest {
  margin-bottom: 10px;
}

.bg-my66 {
  background-color: #f9e7d94d;
  padding-top: 40px;
}

.conarea h1 {
  font-size: 48px;
  padding: 10px 0px 10px 0px;
}

.conarea p {
  text-align: justify;
  color: #000;
}

.side-bar55 {
  position: sticky;
  top: 100px;
}

.side-bar55 h5 {
  margin-bottom: 10px;
}

.designtop {
  padding-bottom: 10px;
}

.designtop h6 {
  font-size: 18px;
  padding: 10px;
  border: 1px dashed #918282;
  background-color: #f9f9f9;
}

.tempoame h4 {
  margin-bottom: 10px;
  font-family: 'Quicksand';
  font-size: 18px;
  font-weight: bold;
  color: #069b71;
}

.tempoame2 h5 {
  margin-bottom: 10px;
  font-family: 'Quicksand';
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.tempoame2 {
  margin-top: 15px;
}

.btnmy {
  display: inline-block;
  padding: 6px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 1px;
}

.btnmy2 {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 1px;
  width: 100%;
}

.tempoame {
  margin-top: 23px;
}

.tempoame12 {
  margin-top: 9px;
}

.amecard {
  width: 82px;
  display: inline-block;
  text-align: center;
  margin-right: 13px;
}


.amecard15 {
  width: 198px;
  display: inline-block;
  text-align: center;
  margin-right: 13px;
}

.amecard15 img {
  width: 40%;
}

.amecard15 span {
  display: block;
  color: #000;
  font-size: 14px;
}


.amecard12 {
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 13px;
}

.amecard img {
  width: 40%;
}

.amecard span {
  display: block;
  color: #000;
  font-size: 14px;
}

.amecard1 {
  width: 90px;
  display: inline-block;
  text-align: center;
  margin-right: 13px;
}

.amecard1 img {
  width: 40%;
}

.amecard1 span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.designtop h3 {
  padding: 10px 10px 10px 0px;
  font-family: sans-serif;
  color: #6e3c19;
}

.designtop h6 span {
  color: #c51d1d;
}

.designbtn {
  padding: 10px 0px 10px 0px;
}

.designbtn li {
  display: inline-block;
}

.perfecde {
  border: 1px solid #f1f1f1;
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.perfecde12 {
  border: 1px dashed #c9c1c1;
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 10px;
}

.designarea-right h3 {

  font-size: 16px;
  color: #0b9b31;
  text-align: right;
  /* font-family: sans-serif; */
  font-weight: 600;
}

.designarea-right p {
  font-size: 13px;
  text-align: right;
}

.designarea-right h4 {

  font-size: 30px;
  text-align: right;
  color: #000;
  font-family: sans-serif;
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 15px;
}

.h-divider {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  width: 100%;
  border-top: 1px dashed gray;
}

.designarea h3 {
  font-size: 16px;
  color: #012442;
  font-weight: 600;
}

.designarea12 h3 {
  font-size: 16px;
  color: #012442;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}

.destination55 h5 {
  font-size: 17px;
  font-family: sans-serif;
}

.destination55 {
  background-color: #f9f9f9;
  padding: 8px;
  border-radius: 10px;
  border: 1px dashed #d7cfcf;
  margin-bottom: 8px;
}

.designarea h6 {
  font-size: 14px;
  margin-top: 10px;
  font-family: sans-serif;
  color: #337ab7;
}

.designarea12 h6 {
  font-size: 2.1rem;
  margin-top: 10px;
  font-family: sans-serif;
  color: #000000;
  font-weight: 100;
  margin-bottom: 1px;
}


.designarea h6 span::before {
  content: '';
  color: #df0909;
  font-family: sans-serif;
  font-size: 15px;
  animation: profile 5s infinite;
}

@keyframes profile {
  0% {
    content: 'Highly Book'
  }

  50% {
    content: 'Last Week'
  }

  100% {
    content: 'With Best Price !'
  }
}

.ribbon3 {
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 164px;
  color: #fff;
  background: #3b4954;
}

.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #3b4954;
}

.ribbon3:before,
.ribbon3:after {
  content: "";
  position: absolute;
}

.perfecde:hover {
  background-color: #f2f5e9;
  transition: background-color 0.5s ease;
}

.designarea li {
  font-size: 13px;
  list-style: none;
  line-height: 26px;
  border-bottom: 1px solid #e9e8e8;
}

.designarea li strong {
  color: #000;
}

.designarea li:last-child {
  border-bottom: none;
}

.tour-package12 img {
  width: 100%;
  margin-bottom: 6px;
  transition: all 0.5s ease;
}

.tours-weeekend {
  padding-top: 20px;
}

.tour-package12 a {
  color: #ff2626;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}

.tour-package12 p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.middle-formating-index a {
  color: blue;
}

.tours-weeekend h2 {
  padding: 20px;
  font-size: 50px;
}

.tours-weeekend a {
  display: block;
}

.tour-package12:hover {
  box-shadow: 2px 2px 2px #e2e2e2;
  transition: all 0.5s ease;
}

.tour-package12 {
  border: 1px solid #d2cccc;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 8px;
}

.baner-form12 {
  background-color: #eee;
  padding: 30px;
  border-radius: 10px;
}

.baner-form12 .form-control {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
  border-radius: 0px;
  /* box-shadow: 1px 6px #ccc; */
  border: 1px solid #ddd;
  margin-top: 10px;
  background-color: #fff;
  color: #000;
}


.triadv a {
  color: #2a28ce;
}

.triadv a:hover {
  color: #2a28ce;
}

.banner-form12 #placeholder {
  color: #000;
}

.baner-form12 label i {
  background-color: #585c5f;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 6px 0px 0px 6px;
}

.baner-form12 .design-op {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 10px;
  background-color: #615c5c;
  color: #fff;
}

.baner-form12 label span {
  color: red;
}



.links-like a {
  color: blue;
}

.space-creater {
  margin-top: 50px;
}

.gallerymagic>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2px 16px var(--shadow);
}

.gallerymagic {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 120px;
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}

/*gallery-end*/
.agent-colum h3 {
  font-size: 23px;
  font-weight: bold;
  padding-left: 0px;
  margin: 6px 0px 14px;
}

.privacy ul {
  padding: 0px;
}

.privacy ul li {
  list-style: decimal;
}

.all-table:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: 2s loadingAfter infinite ease-in-out;
}

.table-scroller12 {
  height: 1800px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
}

@keyframes loadingAfter {
  0% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(-5px);
  }
}

.all-table {
  border: 1px solid #d8d8d8;
  padding: 6px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.agent-colum ul {
  padding-left: 5px;
}

.agent-colum .btn-info {
  margin-bottom: 10px;
}

.agent-colum ul li {
  font-size: 14px;
  margin-left: 6px;
  list-style: none;
}

.agent-colum img {
  width: 240px;
  border-radius: 5px;
}

.form-design {
  background-color: #e4e3e31a;
  padding: 10px;
}

.contact-details ul {
  padding: 0px;
}

.contact-details button {
  text-align: center;
  margin: 0 auto;
  width: 200px;
  left: 50%;
  right: 50%;
}

.contact-details ul li {
  list-style: none;
  padding-bottom: 10px;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}

.global-ul-li ul {
  padding: 0px;
}

.global-ul-li ul li {
  padding-bottom: 8px;
}

.contact-details h3 {
  padding-bottom: 15px;
}

.contact-details a {
  font-size: 16px;
  font-weight: bold;
}

.contact-details ul li i {
  background-color: orangered;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  padding-top: 10px;
  margin-right: 12px;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 999;
}

/*table-third*/
table {
  width: 100%;
  table-layout: auto;
}



.table-setting {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-setting h3 {
  text-align: center;
  padding: 10px;
  font-size: 30px;
}

.list-anchor ul {
  padding: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.list-anchor ul li {
  display: inline-flex;
}

.list-anchor a {
  background-color: #696969;
  padding: 8px;
  color: #fff;
  font-size: 17px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #717171;
}

.list-anchor a:hover {
  background-color: #000;
  padding: 8px;
  color: #fff;
  font-size: 17px;
  scroll-behavior: smooth;
}



.tbl-content {
  height: 600px;
  overflow-x: auto;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}


/*table-third*/
/*new table style*/
.pricing_table_wdg {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  margin-top: 12px;
}

.pricing_table_wdg ul {
  list-style: none;
  float: left;
  width: 19%;
  margin: 5px;
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: center;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px;
}

.pricing_table_wdg ul:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-box-shadow: 3px 5px 7px rgba(0, 0, 0, .7);
  -webkit-box-shadow: 3px 5px 7px rgba(0, 0, 0, .7);
  box-shadow: 3px 5px 7px rgb(222 222 222 / 70%);
  cursor: pointer;
  background: #ffffff;
}

.pricing_table_wdg ul li {
  border-bottom: 1px dashed #cfd2d2;
  padding: 10px 0;
}

.text-areaside ul {
  padding-left: 10px;
}

.text-areaside ul li {
  font-size: 14px;
}

.pricing_table_wdg ul li:first-child {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  background: #2e818f;
}

.pricing_table_wdg ul li:nth-child(2) {
  background: #8f9289;
  color: #fff;
  font-weight: bold;
}

.pricing_table_wdg ul li span:nth-child(2) {
  background: #f5f7f0;
  color: #250909;
  font-weight: bold;
  padding: 3px;
  border-radius: 3px;
  box-shadow: 2px 2px #808080;
}

.pricing_table_wdg ul li small {
  font-size: 11px;
  font-style: italic;
  color: #ffe52e;
}

.pricing_table_wdg ul li:nth-child(3) {
  font-size: 15px;

}

.pricing_table_wdg ul li:nth-child(n+4) {
  font-size: 14px;
}

.pricing_table_wdg ul li:last-child a {
  color: #F0F0F0;
  text-decoration: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
  background: -moz-linear-gradient(top, #0061bb 0%, #164e82 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df0909), color-stop(100%, #474143));
  background: -webkit-linear-gradient(top, #df0909 0%, #474143 100%);
  background: -o-linear-gradient(top, #0061bb 0%, #164e82 100%);
  background: -ms-linear-gradient(top, #0061bb 0%, #164e82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061bb', endColorstr='#164e82', GradientType=0);
  background: linear-gradient(top, #0061bb 0%, #164e82 100%);
}

/*new table end*/

.testimonial123 {
  text-align: center;
}

.testimg {
  width: 150px;
  height: 150px;
  margin: auto;
}

.product_ratting ul {
  display: inline-block;
  padding: 0px;
}

.product_ratting ul li {
  display: inline-block;
  list-style: none;
  font-size: 20px;
}

.top-bg12 {
  background-color: #d23d3f;
  padding: 15px;
}

.navbar .nav-link {
  margin: 0px 3px;
  transition: 0.3s ease-in-out;
}

@media(max-width: 1200px) {
  .navbar .nav-link {
    margin: 0px 1px;
  }
}

@media all and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 20px;
  }

  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar .megamenu ul li a {
    font-size: 14px;
    padding: 5px;
    border: 1px solid #f9f9f9;
    width: 100%;
    text-align: left;
  }

  .navbar .megamenu ul li a:hover {
    color: red;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #000;
  }
}


.btn-send {
  background-color: #fff;
  padding: 10px;
  margin-top: 23px;
}

.btn-send a {
  color: #fff
}

.font-italic {
  font-style: italic;
  font-weight: 500;
}

.top-fixied {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}


.marginss {
  margin-bottom: 40px;
}

.attaction-area p {
  font-size: 26px;
  margin-bottom: 7px;
  margin-top: 17px;
  line-height: 25px;
  color: #46413d;
}

.attaction-area {
  background-color: #e5ebf8;
  padding: 39px;
}

.attaction-area img {
  float: left;
  padding-right: 20px;
}

.attaction-area h3 {
  color: #fff;
  font-size: 36px;
  /*text-shadow: 4px 3px 0 #888888, 9px 8px 0 rgba(0,0,0,0.15);*/
}

.attaction-area h3 span {
  color: #46413d;
}



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

.marginss ul {
  list-style: none;
}

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

.popular-bus-hire ul {
  padding: 0px;
  margin-top: 10px;
  text-align: center;
}

.popular-bus-hire h3 {
  font-size: 23px;
  margin-top: 15px;
}

.popular-bus-hire {
  text-align: center;
}

.popular-bus-hire a {
  border: 1px solid #dcd1d1;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  display: inline-flex;
}

.popular-bus-hire li {
  list-style: none;
  display: block;
}

.popular-bus-hire a:hover {
  background-color: #337ab7;
  color: #fff;
}

.background-for-para a {
  color: #f5d99c !important;
}

.background-for-para2 {
  background-color: #fff;
  margin-top: 15px;
  border-radius: 10px;
  padding: 15px;
}

.background-for-para2 ul {
  margin-top: 0px !important;
}

.background-for-para2 li {
  font-size: 16px !important;
}

.background-for-para2 li {
  padding-bottom: 0px !important;
}

.background-for-para22 {
  background-color: #44444487;
  margin-top: 15px;
  border-radius: 10px;
  padding: 15px;
}

.background-for-para22 ul {
  margin-top: 0px !important;
}

.background-for-para22 li {
  font-size: 16px !important;
}

.background-for-para22 li {
  padding-bottom: 0px !important;
}

.bg-breadcrum {
  background-color: #f5f5f5;
}


/*animation car*/

.country-wrap {
  position: relative;
  width: 100%;
  height: 126px;
  overflow: hidden;
}

.push-bottom {
  position: absolute;
  bottom: 0;
  height: 100%;
}

.bottom-ground {
  background: #8d773e;
  width: 102%;
  left: -1%;
  height: 60px;
  bottom: 0;
  position: absolute;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
}

.street {
  background: #7a7a7a url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
  height: 80px;
  width: 102%;
  position: absolute;
  bottom: 0;
  box-shadow: 0 1px 16px rgba(111, 35, 51, 0.4) inset;
}

.street:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: #cdbcb4;
  bottom: 0;
  border-bottom: 3px solid #72625a;
  z-index: 1;
}

.street:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  background: #c2a99d;
  bottom: -7px;
  z-index: 1;
}

.street-stripe {
  background: #d4d4d4;
  height: 8px;
  width: 100px;
  position: absolute;
  bottom: 44px;
  border-radius: 2px;
  box-shadow: 200px 0 0 #d4d4d4, 400px 0 0 #d4d4d4, 600px 0 0 #d4d4d4, 800px 0 0 #d4d4d4, 1000px 0 0 #d4d4d4, 1200px 0 0 #d4d4d4, 1400px 0 0 #d4d4d4, 1600px 0 0 #d4d4d4, 1800px 0 0 #d4d4d4, 2000px 0 0 #d4d4d4;
}

.grass {
  height: 40px;
  width: 100%;
  background-color: #dbcac2;
  position: absolute;
  bottom: 60px;
}

.grass:before {
  position: absolute;
  content: '';
  top: 14px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #b99f93;
}

.styleing55 {
  border-bottom: 1px dashed #ffffff24;
  margin-bottom: 18px;
}

.tour-package-route span {
  font-weight: 500;
  color: #fff;
}

.tour-package-route p strong {
  color: #ffd640;
  font-weight: 500;
}

.tour-package-route {
  padding: 40px;
}

.tour-package-route ul li {
  display: inline-flex;
}

.tour-package-route p {
  font-style: italic;
  color: #fff;
}

.tour-package-route h3 {
  color: #fff;
  margin-bottom: 15px;
}

.tour-package-route h4 {
  font-size: 15px;
}

.layer {
  background-color: rgb(0 91 109);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.whyme img {
  border-radius: 5px;
  margin-top: 10px;
}

.grass:after {
  position: absolute;
  content: '';
  top: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #0aa;
  background: linear-gradient(135deg, transparent 25%, #0aa 25%);
  background-size: 10px 10px;
}

.sun {
  background: #ff9944;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(255, 153, 68, 0.7);
  position: absolute;
  left: 49%;
  bottom: 350px;
}

.tree-1 {
  position: absolute;
  z-index: 2;
  bottom: 210px;
  right: 10px;
  width: 50px;
  height: 100px;

}

.trunk {
  width: 20%;
  height: 30%;
  background: brown;
}

.branch {
  position: abslute;
  width: 60%;
  height: 30%;
  background: green;
  -moz-transform: rotate(45deg);
  border-radius: 0 0 100% 0;
}

.branch-1 {
  border: 50px solid;
  border-bottom: 90px solid;
  border-color: transparent transparent #a5894a transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: -50px;
  top: -70px;
}

.branch-2 {
  border-bottom: 40px solid #9d8346;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: 100px;
  position: absolute;
  top: 60px;
  left: -80px;
}

.branch-3 {
  border-bottom: 50px solid #90713b;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  height: 0;
  width: 100px;
  position: absolute;
  top: 100px;
  left: -90px;
}

.mountain-1 {
  background: #cea392;
  width: 500px;
  height: 500px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -150px;
  border-radius: 40px;
}

.mountain-2 {
  background: #e4dbd2;
  width: 800px;
  height: 800px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -350px;
  border-radius: 40px;
  left: 250px;
  z-index: -1;
  box-shadow: 0 0 25px #e4dbd2;
  opacity: 0.6;
}

.la {
  position: absolute;
  bottom: 200px;
  width: 2px;
  height: 50px;
  margin-right: 20px;
}

.la:before {
  top: 5px;
  left: -10px;
  width: 22px;
  height: 2px;
}

.la:after {
  bottom: 0;
  left: -2px;
  width: 6px;
  height: 12px;
}

.l {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px #fff, 0 0 25px #fff, 0 0 50px #fff;
}

.l:nth-child(1) {
  left: -10px;
}

.l:nth-child(2) {
  right: -10px;
}

/*styles for car*/
.car {
  position: absolute;

  top: -35%;
  z-index: 10;
  -moz-animation: myfirst 10s linear infinite;
  -webkit-animation: myfirst 10s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

.tyre {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3f3f40;
  position: absolute;
  z-index: 2;
  left: 9px;
  top: 20px;
  -moz-animation: tyre-rotate 1s infinite linear;
  -webkit-animation: tyre-rotate 1s infinite linear;
}

@-moz-keyframes tyre-rotate {
  from {
    -moz-transform: rotate(-360deg);
  }

  to {
    -moz-transform: rotate(0deg);
  }

}

@-webkit-keyframes tyre-rotate {
  from {
    -webkit-transform: rotate(-360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }

}

.tyre:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bdc2bd;
  position: absolute;
  top: 5px;
  left: 5px;
}

.gap {
  background: #3f3f40;
  width: 2px;
  height: 4px;
  position: absolute;
  left: 14px;
  top: 8px;
  box-shadow: 0 9px 0 #3f3f40;
}

.gap:before {
  content: '';
  display: block;
  width: 2px;
  height: 4px;
  position: absolute;
  background: #3f3f40;
  box-shadow: 0 12px 0 #3f3f40;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 7px;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: 0 7px;
  z-index: 3;
}

.car-base {
  position: absolute;
  display: block;
  width: 125px;
  height: 30px;
  background: #000000;
  border-radius: 10% 10% 50% 50% / 60% 100% 20% 10%;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  border: solid;
  border-color: #000000;
}

.back-bonet {
  background: #4c4b4b;
  border-radius: 54% 25% 0 0;
  height: 22px;
  left: 11px;
  position: absolute;
  top: 8px;
  width: 40px;
}

.tyre.front {
  left: 94px;
}

.car-body {
  /*width:125px;
  height:24px;
  background:#d1352b;
  border-top:1px solid #a82e27;*/
  border-bottom: 24px solid #d1352b;
  height: 0;
  top: 10px;
  width: 120px;
  position: relative;
}

.car-body:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 24px;
  position: absolute;
  right: -5px;
  background: #d1352b;
  border-top-right-radius: 4px;
  z-index: 1;
}

.car-body:after {
  content: '';
  display: inline-block;
  width: 121px;
  border-bottom: 1px solid #942b25;
  border-right: 2px solid transparent;
  height: 0;
  z-index: 2;
  position: absolute;
}

.car-gate {
  width: 32px;
  height: 20px;
  background: #d1352b;
  border-radius: 0 0 2px 8px / 0 0 2px 8px;
  box-shadow: 0 0 0 1px #892924;
  position: absolute;
  left: 48px;

}

.car-gate:before {
  content: '';
  width: 8px;
  height: 2px;
  background: #4c4b4b;
  position: absolute;
  top: 2px;
  left: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.car-top-back {
  background: none repeat scroll 0 0 #4C4B4B;
  border-radius: 5px 0 0 0;
  height: 20px;
  left: 4px;
  position: absolute;
  top: -20px;
  width: 58px;
}

.car-top-back:before {
  width: 30px;
  height: 15px;
  background: #736f6f;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  border-radius: 2px;
}

.car-top-back:after {
  content: '';
  background: #4c4b4b;
  border-radius: 30%;
  height: 5px;
  left: 3px;
  position: absolute;
  top: -1px;
  width: 62px;
}

.car-top-front {
  top: -19px;
  position: absolute;
  left: 47px;
  width: 20px;
  height: 20px;
  background: #dc4630;
  border-left: 1px solid #892924;
  border-radius: 2px 0 0 0;

}

.car-top-front:after {
  width: 26px;
  height: 20px;
  -webkit-transform: skew(37deg);
  -moz-transform: skew(37deg);
  background: #dc4630;
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  border-radius: 4px 0 4px 4px;
}

.car-top-front:before {
  width: 12px;
  height: 5px;
  background: #dc4630;
  content: '';
  position: absolute;
  top: 14px;
  left: 28px;
  z-index: 1;
  border: solid #a82e27;
  border-width: 0 1px 1px 0;
}

.wind-sheild {
  top: 3px;
  left: 3px;
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 12px;
  background: #f5e7e7;
  border-radius: 0 3px 0 0;
}

.wind-sheild:after {
  width: 12px;
  height: 12px;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  background: #f5e7e7;
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  border-radius: 3px;
}

.boundary-tyre-cover {
  position: absolute;
  top: 14px;
  left: 10px;
  border-bottom: 20px solid #4c4b4b;
  border-right: 10px solid transparent;
  height: 0;
  width: 20px;
}

.boundary-tyre-cover:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: #4c4b4b;
  height: 20px;
  width: 15px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  border-radius: 3px;
  left: -6px;
  top: 0;
}

.boundary-tyre-cover:after {
  content: '';
  position: absolute;
  display: inline-block;
  background: #4c4b4b;
  height: 20px;
  width: 20px;
  -webkit-transform: skewx(40deg);
  -moz-transform: skewX(40deg);
  border-radius: 3px;
  right: -14px;
  top: 0;
}

.boundary-tyre-cover-inner {
  position: absolute;
  top: 4px;
  left: 4px;
  border-bottom: 16px solid black;
  border-right: 10px solid transparent;
  height: 0;
  width: 15px;
  z-index: 2;
}

.boundary-tyre-cover-inner:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: black;
  height: 16px;
  width: 15px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  border-radius: 3px 3px 0 0;
  left: -6px;
  top: 0;
}

.boundary-tyre-cover-inner:after {
  content: '';
  position: absolute;
  display: inline-block;
  background: black;
  height: 16px;
  width: 20px;
  -webkit-transform: skewx(40deg);
  -moz-transform: skewX(40deg);
  border-radius: 3px 3px 0 0;
  right: -11px;
  top: 0;
}

.boundary-tyre-cover-back-bottom {
  position: absolute;
  width: 14px;
  height: 8px;
  background: #4c4b4b;
  top: 12px;
  left: -19px;
}

.bonet-front {
  background: #d1352b;
  border-radius: 5px 258px 0 38px / 36px 50px 0 0;
  height: 4px;
  position: absolute;
  right: 0;
  top: -4px;
  width: 40px;
  z-index: 0;
}

.back-curve {
  background: none repeat scroll 0 0 #4C4B4B;
  border-radius: 960% 100% 0 0;
  height: 20px;
  left: -3px;
  position: absolute;
  top: 1px;
  transform: rotate(6deg);
  width: 5px;
}

.stepney {
  height: 6px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 8px;
  z-index: -1;
  background: #3f3f40;
}

.stepney:before {
  width: 8px;
  height: 12px;
  background: #3f3f40;
  content: '';
  position: absolute;
  top: -10px;
  left: -7px;
  border-radius: 3px 3px 0 0;
}

.stepney:after {
  width: 8px;
  height: 12px;
  background: #0d0c0d;
  content: '';
  position: absolute;
  top: 0px;
  left: -7px;
  border-radius: 0 0 3px 3px;
}

.tyre-cover-front {
  background: #4c4b4b;
  height: 4px;
  left: 97px;
  position: absolute;
  top: 13px;
  width: 22px;
  z-index: 1;
}

.tyre-cover-front:before {
  background: none repeat scroll 0 0 #4c4b4b;
  content: "";
  display: inline-block;
  height: 21px;
  left: -10px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  width: 10px;
  z-index: 6;
  border-radius: 4px 0 0 0;
}

.tyre-cover-front:after {
  background: none repeat scroll 0 0 #4c4b4b;
  content: "";
  display: inline-block;
  height: 6px;
  left: 14px;
  position: absolute;
  top: 0;
  transform: skewX(30deg);
  width: 17px;
  z-index: 6;
  border-radius: 0 4px 2px 0;
}

.boundary-tyre-cover-inner-front {
  position: absolute;
  top: 4px;
  left: 4px;
  border-bottom: 16px solid black;
  border-right: 10px solid transparent;
  height: 0;
  width: 15px;
  z-index: 7;
}

.boundary-tyre-cover-inner-front:before {
  background: none repeat scroll 0 0 #000000;
  border-radius: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 17px;
  left: -10px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  width: 15px;
}

.boundary-tyre-cover-inner-front:after {
  content: '';
  position: absolute;
  display: inline-block;
  background: black;
  height: 16px;
  width: 20px;
  -webkit-transform: skewx(25deg);
  -moz-transform: skewX(25deg);
  border-radius: 3px 3px 0 0;
  right: -12px;
  top: 0;
}

.base-axcel {
  background: none repeat scroll 0 0 black;
  bottom: -15px;
  height: 10px;
  left: 30px;
  position: absolute;
  transform: rotate(-2deg);
  width: 70px;
  z-index: -1;
}

.base-axcel:before {
  background: none repeat scroll 0 0 black;
  border-radius: 0 0 0 10px / 0 0 0 5px;
  content: "";
  height: 10px;
  left: -35px;
  position: absolute;
  top: -2px;
  transform: rotate(6deg);
  width: 30px;
}

.base-axcel:after {
  background: none repeat scroll 0 0 black;
  border-radius: 0 0 0 10px / 0 0 0 5px;
  content: "";
  height: 10px;
  right: -33px;
  position: absolute;
  top: -1px;
  transform: rotate(-4deg);
  width: 40px;
  border-radius: 0 10px 5px 0;
}

.front-bumper {
  background: none repeat scroll 0 0 #4c4b4b;
  border-radius: 0 2px 2px 0;
  height: 8px;
  position: absolute;
  right: -15px;
  width: 11px;
  z-index: 1;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.front-bumper:before {
  background: none repeat scroll 0 0 #000000;
  content: "";
  height: 10px;
  left: -7px;
  position: absolute;
  transform: rotate(-22deg);
  width: 9px;
  z-index: 1;
}

.car-shadow {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: -15px;
  box-shadow: -5px 10px 15px 3px #000000;
  left: -7px;
  position: absolute;
  width: 136px;
}

/*noise css*/

.noise {
  position: relative;
  z-index: 1;
}

.noise:before,
.body-noise:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);

}

.hill {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 250px;
  border-top-right-radius: 160%;
  border-top-left-radius: 100%;
  background-color: #adde60;
  z-index: -1;
}

.hill:after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -400px;
  width: 120%;
  height: 110%;
  border-top-right-radius: 100%;
  border-top-left-radius: 0%;
  background-color: #94c943;
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  box-shadow: 0 0 25px #cbf191 inset;
}

.hill:before {
  background-color: #93cc3a;
  border-top-left-radius: 0;
  border-top-right-radius: 100%;
  bottom: -70px;
  content: "";
  height: 110%;
  left: -54px;
  position: absolute;
  transform: rotate(4deg);
  width: 120%;
}

.cloud {
  background: #fff;
  width: 150px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  left: 450px;
  top: 150px;
}

.cloud:before {
  width: 100px;
  height: 100px;
  content: '';
  position: absolute;
  bottom: 0;
  left: -15px;
  border-radius: 50px;
  box-shadow: 100px 0 0 #fff;
  background: #fff;
}

/*animation car end*/

.all-setting row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.padding-left-0 {
  padding-left: 0px;
}

.text-link a {
  color: #fff;
  text-decoration: none;
}

.text-link a:hover {
  color: #fff;
  text-decoration: none;
}

.text-white {
  color: #fff !important;
}

.bg-dark {
  background-color: #2c2c2c !important;
}

.close-btn {
  padding: 10px;
}

.divider {
  overflow: hidden;
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 7px;
  margin-bottom: 7px;
}

.popup-form .form-control {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
  border-radius: 4px;
}

.pop-up-style {
  padding: 8px;
}

.swing2 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 3;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}

@keyframes animationFrames {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotate(0deg);
  }

  20% {
    -moz-transform: rotate(15deg);
  }

  40% {
    -moz-transform: rotate(-10deg);
  }

  60% {
    -moz-transform: rotate(5deg);
  }

  80% {
    -moz-transform: rotate(-5deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg);
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform: rotate(0deg);
  }

  20% {
    -o-transform: rotate(15deg);
  }

  40% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(5deg);
  }

  80% {
    -o-transform: rotate(-5deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform: rotate(0deg);
  }

  20% {
    -ms-transform: rotate(15deg);
  }

  40% {
    -ms-transform: rotate(-10deg);
  }

  60% {
    -ms-transform: rotate(5deg);
  }

  80% {
    -ms-transform: rotate(-5deg);
  }

  100% {
    -ms-transform: rotate(0deg);
  }
}

.heading-form h3 {
  background-color: #585858;
  text-align: right;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  /* border-radius: 10px 10px 0px 0px; */
  font-weight: 600;
  font-family: Montserrat;
}

.heading-form .reset {
  background-color: #585858;
  text-align: right;
  padding: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
}

.bg-header {
  background-image: url(https://www.tempotravller.com/images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.luxury-info {
  padding: 10px;
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #2d3948;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px;
  margin-top: 20px;
}

.luxury-info img {
  width: 100%;
}

.luxury-info .btns ul li {
  display: inline-flex;
}

.luxury-info .btns ul li {
  padding: 2px;
}

.luxury-info .btns ul {
  margin-top: 1px;
}

.luxury-info img {
  border-radius: 10px;
}

.luxury-info h3 {
  color: #fff;
  position: relative;
}

.luxury-info ul {
  list-style: none;

}

.luxury-info h3:after {
  content: "";
  position: absolute;
  width: 166px;
  height: 2px;
  left: 0;
  background-color: #afafaf61;
  bottom: 0;
  top: 29px;
}

.luxury-info2 {
  padding: 10px;
  position: relative;
  width: 100%;
  color: #000;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px;
  margin-top: 20px;
}

.luxury-info2 img {
  width: 100%;
}

.luxury-info2 .btns ul li {
  display: inline-flex;
}

.luxury-info2 .btns ul li {
  padding: 2px;
}

.luxury-info2 .btns ul {
  margin-top: 1px;
}

.luxury-info2 img {
  border-radius: 10px;
}

.luxury-info2 h3 {
  color: #000;
  position: relative;
}

.luxury-info2 ul {
  list-style: none;

}

.luxury-info2 li {
  padding: 5px;
  font-size: 21px;
  color: #000;
}

.luxury-info2 h2 {
  color: #000;
  font-size: 25px;
}

.luxury-info li {
  padding: 5px;
  font-size: 21px;
}

.luxury-info h2 {
  color: #fff;
  padding: 10px;
  font-size: 25px;
}

.managerow .row {
  display: flex;
}

.acrotext a {
  color: deepskyblue;
}

.panel12 {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
  margin-bottom: 3px;
}

.panel12:last-child {
  border-bottom: none;
}

.ltfrm {
  padding-bottom: 11px;
  border-bottom: 1px solid #f5f5f5;
}

.panel12-group>.panel12:first-child .panel12-heading {
  border-radius: 5px 5px 0px 0px;
}

.panel12-group .panel12 {
  border-radius: 0;
}

.panel12-group .panel12+.panel12 {
  margin-top: 0;
}

.panel12-heading {
  background-color: #e2e2e2;
  border-radius: 0;
  border: none;
  color: #000;
  padding: 0;
}

.panel12 h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
}

.panel12-title a {
  display: block;
  color: #000;
  padding: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel12-title a:hover {
  color: #000;
}

.panel12-body {
  background: #fff;
  border: 1px solid #cecece;
  padding: 5px;
  text-align: center;
}

.panel12bg {
  background-color: #eef7ee;
  padding: 5px;
}


.panel12:last-child .panel12-body {
  border-radius: 0 0 4px 4px;
}

.panel12:last-child .panel12-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel12:last-child .panel12-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

/* #bs-collapse icon scale option */

.panel12-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel12-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel12-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel12-heading.active a:after {
  content: '\f078';
  transform: scale(1);
  transition: all 0.5s;
}

/* #accordion rotate icon option */

#accordion .panel12-heading a:before {
  content: '\f077';
  font-size: 14px;
  position: absolute;
  font-family: 'FontAwesome';
  right: 13px;
  top: 9px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel12-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.table-style table>tbody>tr>td>span {
  font-weight: bold;
}

.table-style table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ddd;
  font-size: 16px;
  width: 38%;
}

.table-style1 table>tbody>tr>td>span {
  font-weight: bold;
}

.table-style1 ul {
  padding-left: 15px;
  list-style: none;
}

.table-style1 ul li {
  list-style: none;
}

.table-style1 table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid #ddd;
  font-size: 14px;
  width: 38%;
}

.table-style table>tbody>tr:hover {
  background-color: #585858;
  color: #fff;
}

.margin-setting {
  /* margin-right: 15px; */
  /* margin-left: 15px; */
  border: 1px solid #d4cbcb;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 17px;
}

.margin-setting12 {
  /* margin-right: 15px; */
  /* margin-left: 15px; */
  border: 1px solid #d4cbcb;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 17px;
}

.margin-setting12 ul {
  list-style-position: inside;
}

.middle-formating h1 {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 36px;
  margin-top: 20px;
}

.middle-formating p {
  text-align: center;
}

.middle-formating h2 {
  margin: 0;
  color: #464c56;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

.middle-formating h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #b1b1b166;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.middle-formating-index h1 {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 42px;
  margin-top: 20px;
}

.middle-formating-index p {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 30px;
}

.middle-formating-index h2 {
  margin: 0;
  color: #464c56;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

.middle-formating-index h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #b1b1b166;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.inner-list {
  margin-left: 30px;
  margin-right: 30px;
}

.inner-list h1 {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 42px;
  padding-top: 10px;
}

.inner-list h3:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  left: 0;
  /*background-color: #dcdcdc;*/
  bottom: 0;

  margin: 0 auto;
}

.inner-list h3 {
  font-family: sans-serif;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 12px;
  position: relative;
}

.inner-list h1:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0;
  background-color: #140b5b;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.inner-list ul {
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}

.inner-list li {
  padding-bottom: 18px;
  padding-left: 0px;
  letter-spacing: .5px;
  font-size: 14px;
}


.inner-list li a {
  color: #008cba;
}

.inner-list li span {
  color: #008cba;
}

.state-city-list-box ul {
  padding: 0px;
  margin: 5px;
  list-style-position: inside;
  border: 1px solid #e2e2e2;
  padding: 5px;
  width: fit-content;
  /* display: inline-grid; */
  box-shadow: 2px 2px 2px #f1f1f1;
}

.state-city-list-box h3 {}


.offers99 h4 {
  font-size: 20px;
}

.border99 {
  margin-top: 15px;
}

.offers99 {
  padding: 30px;
}

.offers99 ul {
  list-style: none;
  margin-top: 15px;
}

.offers99 p {
  font-size: 15px;
}

.offers99 h5 {
  font-size: 17px;
}

.offers99 li {
  padding-bottom: 20px;
}

.border99 {
  height: 330px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
}

.luxury-cover {
  padding: 20px;
}


.luxury-area1 {
  margin-top: 15px;
}


.srt {
  display: none;
}

.triadv ul {
  list-style: none;
  padding: 0px;
  text-align: center;
}

.triadv li {
  display: inline;
  margin-top: 10px;
}

.triadv li img {
  width: 32%;
  padding: 8px;
}


.faq-area {
  padding: 10px;
}

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fff;
  border-color: #EEEEEE;
}

/* Button */
.button12 {
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

.srt a {
  color: #000;
}

/* Blue Background */
.yellow {
  color: #000;
  background-image: -webkit-linear-gradient(top, #fff966, #f3fd80);
  background-image: -moz-linear-gradient(top, #fff966, #f3fd80);
  background-image: -o-linear-gradient(top, #fff966, #f3fd80);
  background-image: linear-gradient(to bottom, #df0909, #ff7c20);
  -webkit-animation: yellow 2s infinite;
  -moz-animation: yellow 2s infinite;
  -o-animation: yellow 2s infinite;
  animation: yellow 3s infinite;
}

@-moz-keyframes yellow {

  0%,
  100% {
    -moz-box-shadow: 1px 0px 19px 4px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes yellow {

  0%,
  100% {
    -webkit-box-shadow: 1px 0px 19px 4px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@-o-keyframes yellow {

  0%,
  100% {
    box-shadow: 1px 0px 19px 4px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@keyframes yellow {

  0%,
  100% {
    box-shadow: 1px 0px 19px 4px #fff, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
  }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

.panel-title {
  font-size: 14px;
}

.panel-title>a,
.panel-title>button {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-family: var(--montserrat-font);
  border: none;
  text-align: left;
  font-size: 16px;
  width: 100%;
  background: none;
}

.panel-title button:focus {
  outline: none;
}

.panel-title i {
  margin-right: 8px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body p {
  font-size: 16px;
  font-family: var(--montserrat-font);
  margin: 0;
}

.panel-title>a {
  font-size: 16px !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body li {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: var(--montserrat-font);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body ul {
  padding-left: 20px;
}

.panel-title>a:hover {
  color: red;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-title>a:visited {
  color: #000;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #EEEEEE;
}

/* ----- v CAN BE DELETED v ----- */
.quick-quick {
  border: 1px solid #d7d7d7;
}

.quick-quick ul {
  list-style: none;
  text-align: center;
}

.quick-quick h4 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.quick-quick ul li span {
  font-weight: bold;
}

.quick-quick ul li a {
  font-size: 16px;
}

.quick-quick li {
  padding-bottom: 8px;
}

.imgaes-rules h4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.recommed12 {
  padding: 30px;
}

.imgaes-rules img {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
}

.imgaes-rules ul {
  list-style: none;
  text-align: center;
}

.imgaes-rules img {
  text-align: center;
}

.imgaes-rules li {
  display: inline;
}

.make-booking {
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #2d3948;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(images/new1.jpg);
  padding: 20px;
  text-align: center;
}

.bg-contain {
  background-color: #31312fcc;
  padding: 10px;
  border-radius: 0px;
}

.make-booking h4 {
  font-size: 46px;
  font-weight: bold;
  display: block;
  font-family: Montserrat;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #fff;
}

.btn-lrg {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 250px;
}

.middle-area h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #46454c1a;
  bottom: 0;
  right: 0;

}

.float-left {
  float: left
}

.middle-area {
  background-color: #e8e8e8ba;
}

.middle-area p {
  padding-top: 6px;
  padding-bottom: 6px;
}

.middle-area ul {
  list-style: none;
  list-style-position: inside;
}

.middle-area12 ul {
  list-style: decimal;
  list-style-position: inside;
}

.middle-area12 li {
  padding-bottom: 8px;
}

.highlights ul {
  padding-left: 0px;
}

.highlights ul li {
  list-style: none;
  line-height: 38px;
}

.highlights ul li::before {

  font-family: "FontAwesome";
  content: "\f005" !important;
  color: #1e4f71 !important;
  padding-right: 5px;
}


.middle-area li {
  font-size: 17px;
  padding-bottom: 5px;
}

.middle-area h4 {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}

.corporate-class {
  text-align: center;
  background-color: #f1f1f1;
  padding: 20px;
}

.faq-class {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}

.faq-class h4 {
  font-size: 38px;
  margin-bottom: 10px;
}

.faq-class h4 span {
  font-size: 26px;
  font-family: Montserrat;
}

/*boxes area css*/
.allbg {
  padding: 20px;
  background-color: #fff;
  font-family: 'Quicksand', sans-serif;
}

.uni ul {
  list-style: none;
  margin-top: 10px;
}

.uni li {
  font-size: 17px;
  padding-bottom: 20px;
  font-size: 13px;
}

.uni ul li i {
  padding-right: 2px;
}

.uni h3 {
  font-size: 27px;
  margin-bottom: 30px;
  font-family: Montserrat;
}

.uni h4 {
  padding-top: 3px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #585656;
  font-family: Montserrat;
}



.uni44 ul {
  list-style: none;
  margin-top: 10px;
}

.uni44 li {
  font-size: 17px;
  padding-bottom: 20px;
  font-size: 13px;
}

.uni44 ul li i {
  padding-right: 2px;
}

.uni44 h3 {
  font-size: 27px;
  margin-bottom: 10px;
  font-family: Montserrat;
}

.uni44 h4 {
  padding-top: 3px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #585656;
  font-family: Montserrat;
}

.uni44 h4 strong {
  font-size: 13px;
  color: #de1c1c;
  margin-left: 10px;
}


.allbg12 {
  padding: 20px;
  background-color: #f9f9f9;
  font-family: 'Quicksand', sans-serif;
}

.coverstyle {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 3px;
}

.coverstyle:hover {
  background-color: #ffffdc54;
  box-shadow: 0px 0px 5px 5px #d8d7d7;
}

.coverstyle2:hover {
  background-color: #ff902724;
  box-shadow: 0px 0px 5px 5px #d8d7d7;
}

.coverstyle2 {
  background-color: #efefef;
  margin-top: 10px;
  padding: 10px;
  border-radius: 3px;
}

/*boxes area end css*/

.about-area img {
  width: 40%;
}

.f-style14 p {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
}

.footer-form {
  padding: 10px;
  border: 1px solid #ffffff2e;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-topbtn {
  color: #fff;
  background-color: #d4565a;
  border-color: #f5d9da;
  border-radius: 30px !important;
  font-family: var(--montserrat-font);
  transition: all 0.3s ease-in-out;
}

.btn-topbtn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.btn-topbtn:visited {
  color: #fff;
  background-color: #d4565a;
}

.side-footer {
  border-right: 1px solid #c3c3c347;
}

.side-footer li {
  list-style: none;
}

.btn-topbtn:active {
  color: #fff;
  background-color: #d4565a;

}

.btn-topbtn:visited {
  color: #fff;
  background-color: #d4565a;

}

.btn-topbtn.focus,
.btn-topbtn:focus {
  color: #fff;
  background-color: #d4565a;

}

.tempo-features12 {
  background-color: #ddd;
}

.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #ff7220;
  font-size: 15px;
  line-height: 1.8;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 102px;

}

.btnspe2 {
  display: inline-block;
  padding: 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 121px;

}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: -25px;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}

.slider-container {
  width: 1300px;
  margin: 0 auto;
}

.conbg {
  background-color: #00439438;
  padding: 8px;
  box-shadow: 1px 1px 5px 5px #f3f3f3;
  border-radius: 6px;
}

.social-area ul {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-area ul li {
  display: inline-flex;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.social-area ul li a{
  margin-right: 0;
}

.social-area a {
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  margin-right: 10px;
  font-size: 14px;
}
.social-area ul li a img{
  width: 16px;
  opacity: 0.5;
}
.social-area ul li:hover a img{
  opacity: 1;
}
.social-area a.twitter {
  background: #1a85bc;
}
.social-area a.fa-linkedin{
  background: #295ac1;
}
.social-area a.fa-facebook {
  background: #4a68b0;
}
.social-area a.fa-wordpress {
  background: #0f206e;
}
.social-area a.fa-youtube {
  background: #ff0d0d;
}
.social-area a.fa-pinterest {
  background: #bf0b0b;
}
.social-area a.fa-instagram {
  background: #e94047;
}

.f-style1 {
  border-radius: 10px 10px 0px 0px;
}

.specolor {
  background-color: #1a40a0;
}

.f-style h3 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Quicksand', sans-serif;
}

.f-style h3:before {
  content: "\f2dc";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;
}

.f-style ul {
  list-style: none;
  margin-bottom: 10px;
}

.f-style ul li {
  font-size: 14px;
  border-bottom: 1px dashed #ffffff17;
  padding-left: 0px;
  padding-bottom: 5px;
}

.f-style13 ul li {
  padding-left: 0px;
}

.f-style ul li a {
  color: #c5c3c3;
}

.f-style ul li a:hover {
  color: #fff !important;
}

.spefront ul li:before {
  content: "\f207";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;

}


.btnspe1 {
  display: inline-block;
  padding: 2px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  margin-top: 6px;
}

.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 24px;
}

@media(max-width: 991px) and (min-width:767px) {
  .ribbon1 {
    right: 100px;
  }
}

.ribbon {
  width: 38%;
  height: 148px;
  position: absolute;
  float: left;
  margin-bottom: -178px;
  background-size: cover;
  /* text-transform: uppercase;*/
  color: white;
  top: 0;
}

.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #ff7220;
}

.ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #ff7220;
  border-radius: 3px 0px 0px 0px;
}

.ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 15px;
  color: #000;
  text-align: left;
  padding: 0px 11px;
  text-decoration: none;
}

.spacecrt h3 {
  font-size: 15px;
}

.spacecrt h3 span {
  color: #d90c0c;
}

.spacecrt h3 strong {
  color: #fff;
}

.spacecrt h3:before {
  font-family: FontAwesome;
  /*font-weight: 400; */
  content: "\f0ac";
  color: #777575;
  font-size: 50px;
  float: left;
  padding-right: 10px;

}

.rental-bg h3 {
  color: #000;
  font-weight: bold;
  padding-top: 10px;
}

.other-cities-links {
  padding-top: 12px;
  color: #000;
  text-align: left;
  padding-bottom: 8px;

  font-size: 1.2rem;

}

.other-cities-links span {
  margin: 0px 4px 0px 4px;
}

.other-cities-links a {
  margin-right: 6px;
  color: #000;
  font-weight: 700;
}

.other-cities-links a:hover {
  margin-right: 6px;
  color: #000;
  font-weight: bold;
}

.new-btn {
  background-color: #000;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}

.new-btn:hover a {
  color: #fff;
  background-color: #c7c7c7;
}


/*morehomearea*/
.moterhome {
  margin-top: 20px;
}

.motervanfacilities ul {
  list-style: none;
}

.motervanfacilities li {
  font-size: 16px;
  color: #000;
  /* font-weight: bold; */
  line-height: 27px;
}

.motervanfacilities li a {
  color: #000;
}

.motervanfacilities li a:hover {
  text-decoration: none;
  color: #e64807;
  text-decoration: underline;
}

.motervanfacilities h2 {
  color: e64807;
  font-size: 25px;
  margin-bottom: 10px;
}

.form-box {
  position: relative;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

.form-box-width {
  width: auto;
}

.form-box-2 {
  position: relative;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: #ff7220;
  color: white;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.btnspe {
  display: inline-block;
  padding: 4px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #df0909;


}

.card-home {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0rem;
  margin-top: 10px;
}

.card-home h3 {
  font-size: 15px;
  /* background-color: #585858; */
  color: #100;
  font-weight: 6600;
  /* padding: 7px; */
  font-family: Montserrat;
  font-weight: bold;
  text-align: left;
  line-height: 27px;


}

.card-home-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-home ul {
  list-style: none;
}

.card-home ul li {
  padding-bottom: 14px;
  font-size: 13px;
  /* font-weight: 700; */
  font-family: Montserrat;
}

.card-home ul li span {
  background-color: #2c2b2e;
  color: #fff;
  padding: 2px 6px 0px 6px;
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 50%;
}

.card-home ul li i {
  margin-right: 3px;
}

.card-home-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);

}

.card-home img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;

}

.card-home img:hover {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.card-home {

  position: relative;
  overflow: hidden;
  border-radius: 10px;

}



.card-home-title {
  margin-bottom: .75rem;
}

.card-home2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0rem;
  margin-top: 10px;
}

.card-home2 h3 {
  font-size: 15px;
  /* background-color: #585858; */
  color: #100;
  font-weight: 600;
  /* padding: 7px; */
  font-family: Montserrat;
  font-weight: bold;
  text-align: left;
  line-height: 20px;


}

.card-home2-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-home2 ul {
  list-style: none;
}

.card-home2 ul li {
  padding-bottom: 14px;
  font-size: 12px;
  /* font-weight: 700; */
  font-family: Montserrat;
}

.card-home2 ul li strong {
  font-size: 12px;
}

.card-home2 ul li span {
  background-color: #2c2b2e;
  color: #fff;
  padding: 2px 6px 0px 6px;
  font-size: 13px;
  font-family: sans-serif;
  border-radius: 50%;
}

.card-home2-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);

}

.card-home2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;

}

.card-home2 img:hover {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;


}

.card-home2 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;

}

.box12 {
  position: relative;





  background-color: #fff;


  box-shadow: 1px 1px 8px 0px #c7c7c7;
  cursor: pointer;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 50px;
}

.box12::after {
  content: "";

  position: absolute;



}

.box12:hover {


  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  cursor: pointer;

  transition: 0.2s all ease;
}

.box12:hover::after {
  opacity: 1;
}






.card-home2-title {
  margin-bottom: .75rem;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 1.25rem;
  margin-top: 10px;
}

.card h3 {
  font-size: 15px;
  background-color: #585858;
  color: #fff;
  font-weight: 6600;
  padding: 7px;
  font-family: sans-serif;
  font-weight: 400;
  text-align: center;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card ul {
  list-style: none;
}

.card ul li {
  padding-bottom: 9px;
  font-size: 12px;
  /* font-weight: 700; */
  font-family: Montserrat;
}

.card ul li i {
  margin-right: 3px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);

}

.card img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;

}

.card img:hover {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.card {

  position: relative;
  overflow: hidden;

}



.card-title {
  margin-bottom: .75rem;
}

.iti-pro h4 {
  font-size: 15px;
  font-weight: 500;
  color: #888685;
  line-height: 24px;
  text-align: justify;
  font-style: italic;
}



.note-text {
  color: #ff0000;
  font-style: italic;
  font-weight: 600;
  text-align: justify;
}


.iti-pro h3 {

  font-size: 19px;
  font-family: sans-serif;
}

.iti-pro p {
  text-align: justify;
}

.top-desti {
  text-align: center;
}

.top-desti h5 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.list-inline,
p,
ul,
.list-unstyled,
.list-inline>li {
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #464c56;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

p {
  font-size: 15px;
}

body {
  font-family: sans-serif;
  font-size: 15px;
  background-image: url("../images/bg-main.jpg");
  overflow-x: hidden;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 7px;
  line-height: 26px;
}

a {
  color: #000;

}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: medium none;
}

.margin_20 {
  margin: 20px 0 10px 0;
}

.black {
  color: #333;
}

.regular {
  font-weight: 500;
}

.padding_5 {
  padding: 5px 0;
}

/*rafia css*/
.itenary-days {
  padding: 30px 0 30px;
  margin-top: 108px;
}

.itenary-days hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.itenary-days h4 {
  font-size: 30px;
}

.itinary .panel-group .panel {
  border-radius: 0;
  background-color: #d8d7d7;
}

.itinary strong {
  padding-right: 20px;
}

.itinary .well {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.itinary .card-head {
  position: relative;
  line-height: 38px;
  min-height: 38px;
  vertical-align: middle;
  border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.itinary .card-head header {
  display: inline-block;
  padding: 11px 24px;
  vertical-align: middle;
  line-height: 17px;
  font-size: 17px;
}

.itinary .card-head .tools {
  padding-right: 14px;
  float: right;
}

.itinary .card-body {
  background: #fff;
  padding: 20px;
  font-size: 120%;
}

.itinary .panel-group .card .collapsed .fa-angle-down,
.panel-group .card .collapsed .fa-chevron-down,
.panel-group .card .collapsed .fa-caret-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.itinary .panel-group .card .fa-angle-down,
.panel-group .card .fa-chevron-down,
.panel-group .card .fa-caret-down {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.packagess h3 {
  font-size: 27px;
  color: #5d5b5b;
  padding-bottom: 10px;
}

.packagess .packages-tour {
  border: 1px solid #d0d0d0;
  background-color: #f6fcff;
  /* padding: 10px; */
}

.packagess .packages-tour img {
  width: 380px;
  height: 300px;
}

.packagess .packages-tour h4 {
  font-size: 15px;
  color: #000;
  padding-top: 15px;
}

.packagess .packages-tour ul li {
  list-style: none;
  margin-right: 10px;
}

.package-price {
  background: #e8e8e8;
  height: 300px;
  padding: 60px 18px;
}

.package-price p span.cut-price {
  color: #83898b;
  font-size: 16px;
  text-decoration: line-through;
  line-height: 22px;
  margin-right: 5px;
}

.package-price p span {
  color: #334f9c;
}

.package-price h2 {
  color: #334f9c;
  font-size: 30px;
  margin-top: 10px;
}

.package-price .btn {
  width: 125px;
  border-radius: 0;
  background: #334f9c;
}

.inner-page1 img {
  width: 100%;
}

.tempo-book h5 {
  font-size: 22px;
}

.tempo-book .list-group a:hover {
  background: #e64807;
  color: #fff;
  transition: all 0.1s ease;
}

.tempo-book .list-group-item {
  padding: 10px 10px;
  font-size: 13px;
}

.tempo-book .media img {
  width: 80px;
}

.tempo-book .media h4 {
  font-size: 14px;
  margin: 0;
}

.tempo-book .media p {
  font-size: 12px;
  margin: 0;
}

.tempo-tourss {
  border: 1px solid #ddd;
  overflow: auto;
  /*height: 295px;*/
}

.tempo-tourss .media {
  border-bottom: 1px solid #ddd;
  padding: 5px 5px 4px;
  margin: 0;
}

.tempo-tourss .media .btn-warning {
  font-size: 12px;
  padding: 2px 5px;
  background: #e64807;
}

.amenities {
  box-shadow: 0 1px 2px #a09d9d;
  padding: 5px;
  font-size: 13px;
}

.marginss {
  margin-bottom: 40px;
}

.inner-page1 ul li {
  list-style: none;
}

.single-image {
  position: relative;
  border-radius: 3px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popular-trips .single-image img {
  width: 100%;
}

.popular-trips h1 {
  text-align: center;
}

.popular-trips .trip-details {
  padding: 12px;
}

.popular-trips .trip-details h3 {
  font-size: 18px;
  transition: all 0.4s ease;
}

.popular-trips .trip-details p.right {
  font-weight: 500;
  font-size: 16px;
  color: #b4b4b4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popular-trips .trip-details p.left {
  font-size: 14px;
  margin: 20px 0;
  font-weight: 500;
  color: #757575;
}

.popular-trips .trip-details:hover p.right {
  color: #FF7852;
  transform: scale(1.1);
}

.popular-trips .trip-details span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #FF7550;
}

.popular-trips .trip-details h3 a:hover {
  color: #e64807;
}

.popular-trips .trip-details .btn-warning {
  border-radius: 0;
  background: #FF7852;
}

table {

  border-collapse: collapse;
  width: 100%;
}

th {
  background: #6f6e6e;
  color: #fff;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 13px;
  text-align: center;

}

tr:nth-child(even) {
  background-color: #dddddd;
}

/*end*/
.queryimage img {
  position: fixed;
  right: 0;
  top: 330px;
  z-index: 2;
}

#mymodalquery .contact-form h1 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: normal;
}

#mymodalquery .contact-form {
  border: 2px solid #9a9999;
  padding: 12px 0 3px;
}

.contact-form {
  width: 95%;
  margin: 12px auto;
}

.contact-form input[type=submit].btn-block {
  width: 280px;
  border-radius: 0;
  font-size: 18px;
}

.a-link {
  color: orangered;
  padding: inherit;
}

.tab-box {
  background: #333333;
  color: white;
  padding: 5px;
  font-size: 22px;
}

.foot ul {
  padding: 0px;
}

.foot ul li {
  color: #000;
  margin-bottom: 8px;
  list-style: none;
  font-family: var(--montserrat-font);
}

.foot ul li a {
  text-decoration: none;
  color: #0275d8;
  font-weight: 400;
  transition: color 0.3s ease, font-weight 0.2s ease;
}

.foot ul li a:hover {
  color: var(--primary-color);
  font-weight: 600;
}

.link-button {
  background-color: #4CAF50;
  border: none;
  color: white;
  float: right;
  padding: 5px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1px 2px;
  cursor: pointer;
}

.header-bottom {
  padding: 3px 0;
  font-weight: 500;
  box-shadow: 0 1px 2px #aeabab;
  background-color: #fff;
}

.header-top {
  background-color: #585858;
  color: #fff;
  padding: 5px 0;
}
.header-top .header-social{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
}
.header-top .header-social li a {
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.header-top .header-social li a img{
  width: 16px;
  height: auto;
}
.header-top .header-social li a.fa-google-plus {
  background: #ea4335;
}

.header-top .header-social li a.twitter {
  background: #1a85bc;
}

.header-top .header-social li a.fa-instagram {
  background: #e94047;
}

.header-top .header-social li a.fa-facebook {
  background: #4a68b0;
}

.header-top .header-social li a.fa-linkedin {
  background: #0083ad;
}

.header-top .header-social li a.fa-youtube {
  background: #cc1512;
}

.header-top .header-social li a.fa-pinterest {
  background: #fb5e60;
}
.header-top .header-social li a.fa-wordpress{
  background: #2247f3;
}
.header-top .header-contact{
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top .header-contact li a {
  display: block;
  font-family: var(--montserrat-font);
  color: #fff;
}

.header-top .header-social li a:hover {
  color: #fff;
  background-color: #e64807;
  border-radius: 10px/5px;
}

.header-top .header-contact li a i {
  margin-right: 10px;
}

.hme-content,
.service1,
.service2,
.service3,
.inner-page1,
.cnt-page1 {
  padding: 30px 0;
  /* margin-top: 100px; */
}

.hme-content,
.service2 {
  /*background: #fff; */

}

.hme-content {
  /*background-image: url('https://s2.rdbuz.com/web/images/home/city_scape_app_download.png');*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.company {
  /*   background: beige;*/
  padding: 10px 0;
  margin-top: 40px;


}

.achivement img {
  width: 100%;
}

.achivement .book {
  background-color: #140b5b;
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 20px;
  margin: 20px auto;
}

.achivement .book:hover {
  background-color: #e64807;
  color: #fff;
}

.quick-contact {
  margin-bottom: 10px;
}

.quick-contact p {

  font-size: 18px;
  text-align: left;
  margin-left: 35%;
  margin-top: 10px;
}

.quick-contact p span {
  font-weight: 600;
  color: #0c0656;
}

.recommed h6 {
  margin-bottom: 10px;
}

.recommed img {
  width: 80%;
}

.hme-content h1 {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-size: 38px;
  font-family: Montserrat;

}

.hme-content h1 span {
  color: #d23d3f;
}

.section-title {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 50px;
  text-align: center;
  position: relative;
}

.section-title h2 {
  text-transform: capitalize;
  position: relative;
  font-size: 34px;
  line-height: 1;
  margin: 0;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  padding-bottom: 15px;
  color: #337ab7;
}

.section-title h2 span {
  color: #736b6b
}

.section-title h3 {
  text-transform: capitalize;
  position: relative;
  font-size: 34px;
  line-height: 1;
  margin: 0;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  padding-bottom: 15px;
  color: #337ab7;
}

.section-title h3 span {
  color: #736b6b
}

.section-title p {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 15px 0 0;
  line-height: 1.25;
  color: #333;
}


.hme-content p+p {
  margin-top: 10px;
}

.hme-content a,
.service1 .book,
.service2 .book {
  color: #fff;
  padding: 3px;
  margin: 20px auto 0px;
}

.service2 .book {
  margin: 13px auto 0px;
  width: 30%;
}

.box-tempo {
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.box-tempo img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;

}

.box-tempo img:hover {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.box-tempo h3 {
  text-align: left;
  padding: 12px;
  margin-top: 0px;
  background-color: #3799a0;
  color: #fff;
  /* font-style: italic; */
  font-size: 15px;
  font-weight: 600;
}

.info-tempo ul {
  padding: 10px;
  margin-top: 0px;
}

.info-tempo ul li {
  text-align: left;
  padding-bottom: 8px;
  font-size: 13px;
  list-style: none;
}

.ratting12 ul {
  padding-bottom: 0px;
}

.btn-area ul li {
  display: inline-block;
  text-align: left;
}

.btn-area {
  padding: 10px;
}

.btn-area ul {
  text-align: left;
  margin-top: -15px;
}

.box-tempo {
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box-tempo:hover {
  background: #fff;
  box-shadow: 2px 2px 15px 0 rgba(135, 135, 135, 0.4);
  transition: all 0.5s ease 0s;
}

.food12 i {
  color: #bbbaba;
  margin-left: 0px;
}


.content_info {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content-boxes {
  margin-top: 50px;
  overflow: auto;
  display: block;
}

.content-boxes .item-boxed {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

.image-boxed {
  float: left;
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 230px;
}

.item-boxed:hover .overlay {
  opacity: 0.3;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.image-boxed .overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.offer span {
  color: #337ab7;
}

.image-boxed:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.image-boxed img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.image-boxed a.more-boxe {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  color: #fff;
  top: 40%;
  font-size: 0;
}

.boxed-top {
  border-top: 1px solid #dedede;
}

.info-boxed {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 25px 30px 25px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 50%;
  z-index: 9;
}

.content-boxes .item-boxed {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

.boxed-top:before {
  border: 20px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: -40px;
  position: absolute;
  top: 65px;
  z-index: 999;
}

.boxed-bottom:before {
  border: 20px solid #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: auto;
  right: -40px;
  position: absolute;
  top: 65px;
  z-index: 999;
}

.info-boxed h3 {
  font-size: 19px;
  font-weight: lighter;
  padding: 0;
}

.item-boxed .starts {
  float: right;
}

.starts {
  margin: 5px 0 20px 0;
}

.starts li {
  display: inline-block;
  font-size: 12px;
}

.starts li a i {
  color: #ed8323;
  opacity: 0.8;
}

.image-boxed a.more-boxe {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  color: #fff;
  top: 40%;
  font-size: 0;
}

.sidebar-box {
  padding: 10px;
  background-color: #4e6273;
  border-radius: 8px;
}

.sidebar-box h3 {
  padding: 5px;
  color: #fff;
}

.sidebar-box li span {
  font-size: 12px;
  font-style: italic;
  color: #fff;
  margin-right: 5px;
}

.sidebar-box li {
  color: #fff;
  font-size: 15px;
}

.sidebar-box li strong {
  color: #fff700;
  margin-right: 5px;
  font-size: 15px;
}

.sidebar-box1 {
  padding: 10px;
  background-color: #4e6273;
  border-radius: 8px;
}

.sidebar-box1 h3 {
  padding: 5px;
  color: #fff;
}

.sidebar-box1 li span {
  font-size: 12px;
  font-style: italic;
  color: #fff;
  margin-right: 5px;
}

.sidebar-box1 li {
  color: #fff;
  font-size: 13px;
  padding-left: 22px;
}

.sidebar-box1 li strong {
  color: #fff700;
  margin-right: 5px;
  font-size: 15px;
}

.top-tours {
  padding: 10px;
  background-color: #4e6273;
  border-radius: 15px;
  box-shadow: 0px 3px 5px #8a8585;
  margin-bottom: 15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="date"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="number"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  color: #222222;
  line-height: 28px;
  padding: 8px 28px;
  height: 40px;
  font-size: 14px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-form .form-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  color: #818080;
  padding-left: 10px;
  z-index: 1;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #222222;
  height: 160px;
  resize: none;
  font-size: 14px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact2 h5 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

.contact2 label {
  display: inline-block;
  color: #fff;
}

.sidebar-title {
  position: relative;
  margin-bottom: 10px;
}

.contact2 {
  /* background: linear-gradient( 
90deg
 , rgb(17 40 165) 0%, rgb(35 83 234) 35%, rgb(33 88 245) 100%); */
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 30px;
  background-color: #1e4f71;
}

.info-box {
  padding: 15px 0px 15px;
}

.info-box ul {
  padding-left: 0px;
}

.info-box ul li {
  font-weight: 700;
  color: #ff1010;
  font-size: 17px;
  list-style: none;
  line-height: 32px;
}

.info-box ul li span {
  font-weight: bold;
  color: #1574b7;
  font-size: 24px;
}

.top-tours li {
  list-style: none;
  line-height: 30px;
  padding-left: 10px;
  color: #fff;
  font-family: var(--montserrat-font);
}

.overview-package h3 {
  font-size: 18px;
  color: #004661;

  padding-top: 17px;
}

.list-view i {
  color: #268e54;
}

.more-routes {
  margin: 20px 0px 20px;
}

.more-routes ul {
  padding-left: 0px;
}

.more-routes ul li {
  list-style: none;
  line-height: 30px;
}

.more-routes h4 {
  margin-bottom: 10px;
}

.more-routes ul li a:hover {
  color: red;
}

.more-routes ul li:hover {
  color: red;
}

.list-view ul li:before {
  content: "\f00c ";
  font-family: FontAwesome;
  padding-right: 10px;
  color: green;


}

.list-view2 ul li:before {
  content: "\f057  ";
  font-family: FontAwesome;
  padding-right: 10px;
  color: red;


}

.list-view2 i {
  color: #e00a0a;
}

.inclu {
  margin: 10px 0px 10px;
  border: 1px solid #000;
  border: 1px solid #fff8f8;
  border-radius: 5px;
  padding: 16px;
}

.inclu h4 {
  font-family: sans-serif;
  ;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.inclu ul {
  padding-left: 0px;
}

.inclu ul li {
  list-style: none;
  line-height: 30px;
}

.overview-main {
  background-color: #f3f3f3;
  padding: 19px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 20px;
}

.overview-package h2 {
  font-size: 22px;
  color: #2a3438;
  padding-top: 17px;
}

.iti-area ul {
  padding-left: 15px;
}

.iti-area ul li {
  list-style: none;
  line-height: 28px;
}

.iti-area {
  border: 1px solid #fff8f8;
  border-radius: 5px;
  padding: 16px;
}

.iti-area p {
  text-align: justify;
}

.iti-area h4 {
  font-size: 16px;
  padding: 10px 0px 10px;
  color: #362e2e;
  text-transform: uppercase;
}

.iti-area h4 span {
  font-size: 16px;
  padding: 10px 0px 10px;
  color: #052642;
}

.iti-area h3 {
  font-size: 24px;
  font-family: sans-serif;
}

.sidebar-title h4 {
  position: relative;
  color: #000000;
  font-weight: 600;
}

.side-style h3 {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 8px;
  color: #000;
}

.under-details {
  text-align: center;
  border: 1px solid #e4e4e4;
  padding: 5px;
  border-radius: 5px;
}

.top-tours h3 {
  font-size: 18px;
  font-family: var(--montserrat-font);
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.toggle-content h3 {
  color: #fbda9d;
  font-size: 16px;
  font-weight: 400;
  font-family: sans-serif;
}

.hotel12-item:hover,
.package-wiget:hover {
  -webkit-box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 20%);
}

.hotel12-item {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 4px 3px 5px 0px rgb(0 0 0 / 3%);
}

.hotel12-item img {


  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.hotel12-item img:hover {


  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.hotel12-person span {
  display: block;
  font-size: 18px;
  margin: 15px 0px 13px 2px;
  font-weight: 700;
}

.hotel12-item .hotel12-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0;
  width: 35%;
  display: table-cell;
}


.hotel12-item .hotel12-image:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: -15%;
  height: 100%;
  width: 30%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
}

.hotel12-item .hotel12-image .img {
  position: relative;
  z-index: 1;
}

.hotel12-item .hotel12-image .img:before {
  left: 0;
  background: #ffc107;
  opacity: 0;
}

.hotel12-item .hotel12-image .img:before,
.hotel12-item .hotel12-image .img:after {
  content: '';
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.hotel12-item .hotel12-image .img:after {
  right: -90%;
  opacity: 0.2;
  background: #ffffff;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
      101deg) translate3d(0, -22%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
      101deg) translate3d(0, -22%, 0);
}

.hotel12-item .hotel12-image .img:before,
.hotel12-item .hotel12-image .img:after {
  content: '';
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.hotel12-item .hotel12-body {
  padding: 15px;
  width: 42%;
  display: table-cell;
  vertical-align: middle;
}

.hotel12-right {
  width: 23%;
  text-align: center;
  background: #fff;
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ddd;
}

.hotel12-person {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000;
}

.hotel12-item .hotel12-body h3 {
  margin: 5px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}






.hotel-item:hover,
.package-wiget:hover {
  -webkit-box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 20%);
}

.hotel-item {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 4px 3px 5px 0px rgb(0 0 0 / 3%);
}

.hotel-item img {


  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.hotel-item img:hover {


  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.hotel-person span {
  display: block;
  font-size: 30px;
  margin: 15px 0px 13px 2px;
  font-weight: 700;
}

.hotel-item .hotel-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0;
  width: 35%;
  display: table-cell;
}


.hotel-item .hotel-image:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: -15%;
  height: 100%;
  width: 30%;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
  background: #fff;
}

.hotel-item .hotel-image .img {
  position: relative;
  z-index: 1;
}

.hotel-item .hotel-image .img:before {
  left: 0;
  background: #ffc107;
  opacity: 0;
}

.hotel-item .hotel-image .img:before,
.hotel-item .hotel-image .img:after {
  content: '';
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.hotel-item .hotel-image .img:after {
  right: -90%;
  opacity: 0.2;
  background: #ffffff;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
      101deg) translate3d(0, -22%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 101deg) translate3d(0, -22%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
      101deg) translate3d(0, -22%, 0);
}

.hotel-item .hotel-image .img:before,
.hotel-item .hotel-image .img:after {
  content: '';
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.hotel-item .hotel-body {
  padding: 15px;
  width: 42%;
  display: table-cell;
  vertical-align: middle;
}

.hotel-right {
  width: 23%;
  text-align: center;
  background: #fff;
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #ddd;
}

.hotel-person {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000;
}

.hotel-item .hotel-body h3 {
  margin: 5px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}









.hme-content a:hover,
.service1 .book:hover,
.service2 .book:hover {
  background-color: #5f646b;
  color: #fff
}

.service1 .facility li i {
  margin-right: 5px;
}

.service1 .facility li+li {
  margin-top: 5px;
}

.service1 .facility {
  margin: 10px 10px 0;
  font-size: 12px;
}

.service1 .book {
  width: 55%;
  background-color: transparent;
  color: #140b5b;
  border: 2px solid #140b5b;
  margin-top: 10px;
}

.box-shadow {
  padding: 10px 4px;
  border: 2px solid #ccc;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.box-shadow:hover {
  box-shadow: 1px 0px 3px 4px #777;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.service1 .box-shadow h3 {
  font-size: 16px;
  padding: 10px 7px 0;
}

.margin-top {
  margin-top: 30px;
}

.service2 .border {
  height: 350px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
}

.service2 .border li+li {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}

.service2 .border h4 {
  font-size: 16px;
  margin: 0 0 10px;
}

.service3 h4,
.service3 h5 {
  margin-bottom: 10px;
}

.service3 ul li+li,
footer ul li+li,
.inner-page1 .right-side ul li+li {
  margin-top: 5px;
}

.service3 ul li a,
.inner-page1 .right-side ul li a {
  color: #140b5b;
}

.service3 ul li a:hover,
.inner-page1 .right-side ul li a:hover {
  text-decoration: underline;
}

.service3 ul li span,
footer ul li span,
.inner-page1 .right-side ul li span {
  margin-right: 5px;
}

footer {
  width: 100%;
  /* height: 600px;*/
  background-color: #222222;
  background-size: 100% 100%;
  color: #fff;
  padding-top: 15px;
  font-family: 'Quicksand', sans-serif;
}

.rental-bg {
  background-color: #525252;
}



footer .footer-cnt .fa {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #EA4335;
}

footer .copy-right {

  padding-top: 10px;
  padding-bottom: 10px;

  background-color: #222222;
  color: #fff;
}

footer .copy-right p {
  font-size: 14px;
}

footer .copy-right a {
  color: #fff;
}

.iner-baner {
  width: 100%;
  margin-top: 1px;
}

.iner-baner img {

  width: 60%;
  min-height: 250px;
}

.iner-baner iframe {
  width: 40%;
  min-height: 250px;
  position: absolute;
  right: 0;
  top: 100px;
  border-left: 10px solid #140b5b;

}

.iner-baner .service-img {
  width: 40%;
  min-height: 362px;
  position: absolute;
  right: 0;
  top: 119px;
  border-left: 10px solid #140b5b;
}

.iner-baner55 {
  width: 100%;
}

.iner-baner55 img {

  width: 60%;
  min-height: 250px;
}

.iner-baner55 iframe {
  width: 40%;
  min-height: 249px;
  position: absolute;
  right: 0;
  top: 84px;
  border-left: 10px solid #140b5b;

}

.iner-baner55 .service-img {
  width: 40%;
  min-height: 362px;
  position: absolute;
  right: 0;
  top: 119px;
  border-left: 10px solid #140b5b;
}


.inner-page1 h1,
.inner-page1 h2,
.inner-page1 h3,
.inner-page1 h4,
.inner-page1 h5,
.inner-page1 p,
.cnt-page1 h5 {
  margin-bottom: 10px;
}

.form-control {
  border: 2px solid #e8e8e8;
  border-radius: 8;
  border-radius: 8px;
}

.form-control12 {
  border: 2px solid #86767629;
  border-radius: 0;
}

.cnt-page1 ul li .fa {
  background-color: #140b5b;
  color: #fff;
  width: 50px;
  font-size: 25px;
  line-height: 30px;
  height: 50px;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.plr0 {
  z-index: 99;
}

.plr0 {
  padding-left: 0px ! important;
  padding-right: 0px ! important;
}

.ptb0 {
  padding-top: 0px ! important;
  padding-bottom: 0px ! important;
}

.p-1 {
  padding: 1px ! important;
}

.p-0 {
  padding: 0px ! important;
}

.pl-0 {
  padding-left: 0px ! important;
}

.pr-0 {
  padding-right: 0px ! important;
}

.pl-42 {
  padding-left: 42px;
}

.ml-6 {
  margin-left: 6px ! important;
}

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

.mr-0 {
  margin: 0px ! important;
}

.mrl-0 {
  margin-left: 0px !important;
}

.mrr-0 {
  margin-right: 0px !important
}

.pd-50 {
  padding: 50px ! important;
}

.pd-60 {
  padding: 60px ! important;
}

.pt-1 {
  padding-top: 1px ! important;
}

.pt-2 {
  padding-top: 2px ! important;
}

.pt-3 {
  padding-top: 3px ! important;
}

.pt-4 {
  padding-top: 4px ! important;
}

.pt-5 {
  padding-top: 5px ! important;
}

.pt-6 {
  padding-top: 6px ! important;
}

.pt-7 {
  padding-top: 7px ! important;
}

.pt-8 {
  padding-top: 8px ! important;
}

.pt-9 {
  padding-top: 9px ! important;
}

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

.pt-11 {
  padding-top: 11px ! important;
}

.pt-12 {
  padding-top: 12px ! important;
}

.pt-13 {
  padding-top: 13px ! important;
}

pb-1 {
  padding-bottom: 1px ! important;
}

.pb-2 {
  padding-bottom: 2px ! important;
}

.pb-3 {
  padding-bottom: 3px ! important;
}

.pb-4 {
  padding-bottom: 4px ! important;
}

.pb-5 {
  padding-bottom: 5px ! important;
}

.pb-6 {
  padding-bottom: 6px ! important;
}

.pb-7 {
  padding-bottom: 7px ! important;
}

.pb-8 {
  padding-bottom: 8px ! important;
}

.pb-9 {
  padding-bottom: 9px ! important;
}

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

.pb-11 {
  padding-bottom: 11px ! important;
}

.pb-12 {
  padding-bottom: 12px ! important;
}

.pb-13 {
  padding-bottom: 13px ! important;
}

.baner-form {

  background: rgb(255 255 255);




  width: 100%;
  /* margin: 0 auto; */
  /* position: absolute; */
  z-index: 999;
  /* top: 20px; */
  /* left: -7%; */
  /* z-index: 900; */
  padding: 14px;
  /* border-radius: 1px; */

  box-shadow: 5px 5px 5px 0px #1301014d;

}

.baner-form .form-control {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
  border-radius: 4px;
  /*box-shadow: 1px 6px #ccc;*/
}

.baner-form placeholde {
  color: #fff;
}

.baner-form .btn-danger {
  background-color: #140b5b;
  border-color: #140b5b;
  width: 100%;
}

.baner-form .btn-danger:hover {
  background-color: #e64807;
  border-color: #e64807;
}

.baner-form h3 {
  color: #474143;
  margin: 0 0 15px;
  font-size: 19px;
  /* font-weight: bold; */
  /* border: 1px solid #000; */
  font-family: arial;
  padding: 9px;
  /* background-color: #2c77de; */
  /* border-radius: 45px; */
  text-align: right;
  font-family: 'Ubuntu', sans-serif;
  FONT-WEIGHT: BOLD;
  text-transform: uppercase;
}

.topform {
  display: none;
  top: -100px;
  left: 0;
  right: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30%;
}

.topform h3 {
  color: #fff;
}

.topform .close {
  font-size: 27px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  background-color: #000;
  position: relative;
  right: -30px;
  top: -15px;
  padding: 1px 5px;
}

#service-tab1 {
  width: 240px;
}

@media (min-width: 768px) {
  .header-bottom .navbar-collapse {
    /*  width: 100%;*/
    float: right;

  }
  .logo-size {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .menu-size {
    padding-top: 0px;
  }

  .main-menu-size {
    width: 1370px;
  }
  .header-bottom .navbar-nav>li {
    margin-right: -6px;
    list-style: none;

  }

  .nav>li>a:focus,
  .nav>li>a:hover {
    background-color: #5f646b;
    color: #fff;
  }

  .header-bottom .navbar-nav>li ul.dropdown {
    position: absolute;
    width: 100%;
    left: -300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    width: 800px;
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 0 2rem 0.3125rem rgba(0, 0, 0, .07);
  }


  .header-bottom .navbar-nav>li:hover ul.dropdown,
  .header-bottom .navbar-nav>li:hover ul.dropdown li {
    opacity: 1;
    visibility: visible;
  }

  .header-bottom .navbar-nav>li ul.dropdown li {
    position: relative;
    top: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border: 1px solid #e8e8e8a6;

  }

  .header-bottom .navbar-nav>li ul.dropdown li:hover {
    background-color: #ccc8c8;
  }

  .header-bottom .navbar-nav>li:hover ul.dropdown li {
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }

  .header-bottom .navbar-nav>li ul.dropdown li a {
    color: #000;
    padding: 8px 10px;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    text-transform: capitalize;


  }

  .header-bottom .navbar-nav>li ul.dropdown li a:hover {
    color: #000;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .header-bottom .navbar-nav>li>a {
    padding: 9px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
  }

  .agent-colum img {
    width: 100%;
    border-radius: 5px;
  }

  .agent-colum ul li {
    font-size: 14px;
    list-style: none;
    padding-bottom: 10px;
  }

  .margin-setting12 ul {
    list-style-position: inside;
    margin-top: 10px;
  }

  .table-scroller12 {
    height: 1800px;
    overflow-y: scroll;
  }

  .agent-colum h3 {
    font-size: 21px;
    font-weight: bold;
    padding-left: 0px;
    margin: 6px 0px -10px;
  }

  .service1 .box-shadow h3 {
    font-size: 12px;
  }

  .service1 .facility {
    margin: 4px 4px 0;
    font-size: 12px;
  }

  .service1 .book {
    width: 100%;
  }

  .service2 .book {
    width: 40%;
  }

  .service3 ul li a,
  .inner-page1 .right-side ul li a {
    font-size: 13px;
  }

  iframe {
    width: 100% !important;
  }

  .baner-form {
    padding: 15px 15px 25px;
    width: 100%;
    top: 3%;

  }

  .form-box {
    position: relative;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 64px;
  }

  .form-box-width {
    width: auto;
  }

  .form-box-2 {
    position: relative;
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }

  .baner-form .form-group {
    float: left;
    width: 100%;
    margin: 0 5px 14px;
  }

  .topform {
    padding: 15px 30px 25px;
    z-index: 99999;
  }
}
.btn {
  display: inline-block;
  padding: 6px 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;

}

.btn-home {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0px;
  text-transform: uppercase;
  box-shadow: none;
  outline: none;
  border: none;
  transition: 0.3s ease-in-out;
}
.btn-home:hover,
.btn-home:focus,
.btn-home:focus-visible{
  background-color: #449d44;
}
.btnspe2 {
  display: inline-block;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline;
}

.topform .form-group {
  width: 100%;
  float: none;
}
footer .copy-right .copyright_text{
  text-align: end;
}
@media(min-width:768px) and (max-width:991px) {
  .topform {
    width: 50%;
  }

  .logo-size {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
  }



  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -80px;
    z-index: 1000;
    display: none;
    float: left;
    /* min-width: 160px; */
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 440px;
  }

  .header-bottom .navbar-nav>li {
    margin-right: 0px
  }

  .header-bottom .navbar-nav>li>a {
    padding: 5px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }

  .service1 .facility,
  footer {
    margin: 4px 4px 0;
    font-size: 12px;
  }

  .service1 .book {
    width: 100%;
  }

  .service2 .book,
  .hme-content a {
    width: 55%;
  }

  .service3 ul li a,
  .inner-page1 .right-side ul li a,
  .header-bottom .navbar-nav>li>a,
  .header-bottom .navbar-nav>li ul.dropdown li a,
  .service1 .box-shadow h3 {
    font-size: 12px;
  }

  .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem; */
    text-align: center;
  }

  .card ul li {
    padding-bottom: 9px;
    font-size: 23px;
    /* font-weight: 700; */
    text-align: center;
  }

  iframe {
    width: 100% !important;
  }

  footer h3 {
    font-size: 16px;

  }

  .header-bottom .navbar-nav>li ul.dropdown li a {
    padding: 5px 10px;
  }

  .service2 .border {
    height: 443px;
  }

  .service2 .border h4 {
    font-size: 14px;
    margin: 0 0 5px;
  }

  .box-shadow {
    margin-bottom: 20px;
  }

  .service1 .margin-top {
    margin-top: 0px;
  }

  .hme-content,
  .service1,
  .service2,
  .service3,
  .inner-page1,
  .cnt-page1 {
    padding: 20px 0;
  }

  .form-box {
    position: relative;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
  }

  .form-box-2 {
    position: relative;
    width: 734px;
    margin: 10px auto;
  }

  .btnspe2 {
    display: inline-block;
    padding: 9px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 133px;
    width: 146px;
  }



}

@media (max-width: 639px) {

  .section-title h3:after,
  .section-title h2:after {
    top: 54px;
  }
}

/*mobilechange*/



.hom2-contact label {
  font-size: 23px;
  margin-bottom: 15px;
  font-family: Montserrat;
  font-weight: 400;
}

.hom2-contact .form-control {
  border: 1px solid #9b9b9b;
  border-radius: 8;
  border-radius: 0px;
}

@media(max-width:767px) {
  .topform {
    width: 90%;
  }

  .bggr {
    background-color: #f4fffd;
    padding: 15px;
    display: flow-root;
  }

  .bgbl {
    background-color: #eaf3ff70;
    padding: 15px;
    display: flow-root;
  }

  .bg-header {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .uni h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: Montserrat;
  }

  .uni44 h3 {
    font-size: 19px;
    margin-bottom: 7px;
    font-family: Montserrat;
  }

  .con-sec h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: Montserrat;
  }



  .card-home2 h3 {
    font-size: 17px;
    /* background-color: #585858; */
    color: #100;
    font-weight: 600;
    /* padding: 7px; */
    font-family: Montserrat;
    font-weight: bold;
    text-align: left;
    line-height: 18px;
    margin-top: 10px;
  }

  .tourclass p {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: Montserrat;
    line-height: 27px;
    color: #4a4a4a;
    height: 100%;
  }

  .tabledesin15 table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: 11px;
    text-align: center;
    font-weight: 400;
  }

  .tabledesin15 table td {
    font-size: 13px;
  }

  .bgwht {
    background-color: #fff;
    padding: 10px 8px 10px 8px;
  }

  .amecard15 {
    width: 40%;
    display: inline-block;
    text-align: center;
    margin-right: -1px;
    margin-bottom: 35px;
  }

  .btnmy2 {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 1px;
    width: 50%;
    display: block;
    width: 100%;
  }

  .pad-top-m {
    padding-top: 20px;
  }

  .top-bg12 {
    padding: 1px 0px !important;
  }

  .bg-contain {
    padding: 40px 15px !important;
    /* border-radius: 90px 0px; */
    text-align: left;
  }

  .make-booking h4 {
    font-size: 32px;
    font-weight: bold;
    display: block;
    font-family: Montserrat;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #fff;
  }

  .designarea12 h3 {
    font-size: 16px;
    color: #012442;
    /* font-family: sans-serif; */
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
  }

  .designarea12 h6 {
    font-size: 2.1rem;
    margin-top: 18px;
    font-family: sans-serif;
    color: #000000;
    font-weight: 100;
    margin-bottom: 1px;
  }

  .pad-l {
    padding-left: 0px;
  }

  .pad-r {
    padding-right: 0px;
  }

  .amecard {
    width: 53px;
    display: inline-block;
    text-align: center;
    margin-right: -7px;
  }

  .amecard span {
    display: block;
    color: #000;
    font-size: 9px;
  }

  .mahaarea h3 {
    color: #fff;
    font-size: 32px;
  }

  .mahaarea h2 {
    color: #fff;
    font-size: 25px;
  }

  .tabledesin12 table td {
    font-size: 13px;
  }

  .designtop h3 {
    padding: 10px 10px 10px 0px;
    font-family: sans-serif;
    color: #6e3c19;
    font-size: 28px;
  }

  .btnmy {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border: 1px solid white; */
    border-radius: 1px;
  }

  .designarea h6 span::before {
    content: '';
    color: #df0909;
    font-family: sans-serif;
    font-size: 13px;
    animation: profile 5s infinite;
  }

  .amecard1 span {
    display: block;
    color: #fff;
    font-size: 9px;
  }

  .amecard1 {
    width: 53px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
  }

  .section-title h2 {
    text-transform: capitalize;
    position: relative;
    font-size: 23px;
    line-height: 1;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    padding-bottom: 15px;
    color: #337ab7;
  }

  .hotel-person {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000;
    float: right;
  }

  .hotel-item .hotel-image {
    width: 100%;
    display: inline-block;
  }

  .hotel-item .hotel-image img {
    width: 100%;
  }

  .hotel-person span {
    margin: 0;
    display: inline-block;
  }

  .hotel-item .hotel-body {
    width: 100%;
    display: block;
  }

  .hotel-right {
    text-align: left;
    border-left: 0;
    padding-top: 0;
  }

  .hotel-person span {
    margin: 0;
    display: inline-block;
  }

  .hotel-item .hotel-image:before {
    display: none;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15%;
    height: 100%;
    width: 30%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    background: #fff;
  }

  .hotel12-item .hotel12-image {
    width: 100%;
    display: inline-block;
  }

  .hotel12-item .hotel12-image img {
    width: 100%;
  }

  .hotel12-person span {
    margin: 0;
    display: inline-block;
  }

  .hotel12-item .hotel12-body {
    width: 100%;
    display: block;
  }

  .hotel12-right {
    text-align: left;
    border-left: 0;
    padding-top: 0;
  }

  .hotel12-person span {
    margin: 0;
    display: inline-block;
  }

  .hotel12-item .hotel12-image:before {
    display: none;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15%;
    height: 100%;
    width: 30%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    background: #fff;
  }

  .hotel12-person {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000;
    float: right;
  }


  .styleing55 {
    border-bottom: 0px dashed #ffffff24;
    margin-bottom: 18px;
  }

  .whyme {
    display: none;
  }

  .tour-package-route .mobile88 {
    display: none;

  }

  .tour-package-route {
    padding: 5px;
  }

  .tour-package12 {
    margin-bottom: 10px;
  }

  .top-set {
    margin-top: 0px;
  }

  .middle-formating-index h3 {
    font-size: 26px;
    color: #615d5d;
  }

  .space-creater {
    margin-top: 0px;
  }

  .agent-colum img {
    width: 100%;
    border-radius: 5px;
  }

  .agent-colum ul li {
    font-size: 14px;
    /* margin-left: 6px; */
    list-style: none;
    padding-bottom: 10px;
  }

  .margin-setting12 ul {
    list-style-position: inside;
    margin-top: 10px;
  }

  .table-scroller12 {
    height: 1800px;
    overflow-y: scroll;
    /* border: 1px solid #ccc; */
    /* padding: 10px; */
  }

  .agent-colum h3 {
    font-size: 21px;
    font-weight: bold;
    /* padding: 10px; */
    padding-left: 0px;
    margin: 6px 0px -10px;
  }

  .contact-details h3 {
    padding-bottom: 15px;
    text-align: center;
    font-size: 25px;
  }

  .table-setting .btn-info {
    margin-bottom: 3px;
  }

  .pricing_table_wdg ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 5px;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: center;
    background-color: #FFF;
    border-radius: 5px;
    padding: 5px;
  }


  .navbar a {
    float: left;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0px 11px;
    text-decoration: none;
    padding: 5px;
  }

  .itenary-days {
    padding: 30px 0 30px;
    margin-top: 0px;
  }

  .attaction-area {
    background-color: #c7bdac;
    padding: 9px;
  }

  .attaction-area img {
    float: left;
    padding-right: 20px;
    width: 19%;
  }

  .attaction-area p {
    font-size: 19px;
    margin-bottom: 7px;
    margin-top: 20px;
    line-height: 25px;
    color: #46413d;
    /* background-color: #000; */
    /* border-top: 1px solid #989898; */
    font-style: italic;
    font-family: cursive;
  }

  .attaction-area h3 {
    color: #fff;
    font-size: 32px;
    text-shadow: 4px 3px 0 #69802e00, 9px 8px 0 rgb(218 218 218 / 0%);
    text-align: center;
  }

  .packagess .packages-tour ul {
    padding-left: 20px;
  }

  .popular-bus-hire h3 {
    font-size: 23px;
    margin-top: 15px;
  }

  .background-for-para2 li {
    font-size: 13px !important;
  }

  .background-for-para22 li {
    font-size: 13px !important;
  }

  .spacebm {
    margin-bottom: 16px;
  }

  .luxury-info ul {
    list-style: none;
    margin-top: 16px;
  }

  .luxury-info {
    padding: 10px;
    position: relative;
    width: 100%;
    color: #ffffff;
    background-color: #2d3948;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(https://www.tempotravller.com/images/luxury-vans-bg.jpg);
    /* padding: 20px; */
  }

  .luxury-info h2 {
    color: #fff;
    /* padding: 10px; */
    font-size: 19px;
    padding-bottom: 10px;
  }

  .luxury-info h3 {
    color: #fff;
    /* padding-bottom: 10px; */
    /* padding: 10px; */
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    font-size: 20px;
  }

  .luxury-info li {
    /* padding: 4px; */
    font-size: 16px;
    padding-bottom: 13px;
  }

  .ltfrm {
    padding-bottom: 0px;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 11px;
  }

  .margin-setting {
    border: none;
  }

  .panel12bg {
    background-color: #eef7ee;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
  }



  .middle-formating h1 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    margin-top: 20px;
  }

  .inner-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .inner-list li a {
    font-size: 14px;
  }

  .header-top {
    background-color: #585858;
    color: #fff;
    padding: 5px 0;
  }

  .ribbon1 span {
    position: relative;
    display: block;
    text-align: center;
    background: #ff7c20;
    font-size: 15px;
    line-height: 1;
    /* padding: 12px 8px 10px; */
    /* border-top-right-radius: 8px; */
    width: 68px;
    z-index: 999999;
  }

  .ribbon1:after {
    position: absolute;
    content: "";
    width: 57px;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 38px solid transparent;
    border-top: 10px solid #ff7c20;
    z-index: 99999;
  }

  .ribbon {
    width: 22%;
    height: 148px;
    position: absolute;
    float: left;
    margin-bottom: -178px;
    background-size: cover;
    /* text-transform: uppercase; */
    color: white;
    top: 0;
  }

  .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 15px;
    font-family: sans-serif;
  }

  .luxury-cover p {
    font-size: 15px;
  }

  .luxury-cover h4 {
    font-size: 20px;
  }

  .srt ul {
    list-style: none;
  }

  .srt ul li {
    display: inline;
  }

  .srt ul li a {
    color: #fff;
    font-size: 15px;
  }

  .header-top .header-contact {
    display: none;
  }

  .header-top .header-social {
    display: none;
  }

  .mob-hide {
    display: none;
  }

  .srt {
    display: inline;
    float: left;
    padding: 7px;
  }

  .quick-quick {
    margin-bottom: 40px;
  }

  .triadv li img {
    width: 41%;

    padding: 2px;
  }

  .uni h4 {
    padding-top: 3px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #585656;
    padding-top: 10px;
  }

  .quick-quick h4 {
    font-size: 20px;
  }

  .imgaes-rules h4 {
    font-size: 20px;
  }

  .imgaes-rules img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
    text-align: center;
  }

  .imgaes-rules ul {
    list-style: none;
    text-align: center;
  }

  .imgaes-rules li {
    display: inline;
  }

  .recommed12 {
    padding: 0px;
  }

  .middle-area h4 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 26px;
    color: #333333;
    /* font-weight: bold; */
  }

  .owl-theme .owl-nav {
    margin-top: 10px;

  }

  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1.25rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .middle-area p {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #777;
  }

  .middle-area {
    background-color: #fff;
  }

  .corporate {
    padding: 0px;
    padding: 9px;
  }

  .top-bg12 {
    background-color: #ffffff;
    background-image: url("../images/tempo-banner.jpg");
    background-repeat: no-repeat;
    padding: 15px;
    margin-top: 0px;
  }

  .corporate-class h4 {
    font-size: 28px;
  }

  .top-fixied {
    position: relative;

  }

  .coverstyle {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .coverstyle2 {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .allbg12 {
    background-color: #fff;
  }

  .mpd-0 {
    padding: 0px;
  }

  .navbar-collapse ul li {
    margin-left: 2px;
    /*padding-bottom: 13px;*/
    list-style: none;
  }

  .btnspe2 {
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /* margin-top: 10px; */
    width: 49%;
  }

  .baner-form {
    background: rgb(255 255 255);
    border-style: solid none solid none;
    border-width: 6px;
    border-color: #ffffff;
    padding: 15px 10px 25px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    /* top: 22px; */
    left: 0%;
    z-index: 900;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #ececec;
    /* box-shadow: 1px 1px 1px 8px #e7d4ce; */
    border: -10px;
    margin-bottom: 13px;
  }

  .baner-form h3 {
    color: #171717;
    margin: 0 0 15px;
    font-size: 20px;
    /* font-weight: bold; */
    /* border: 1px solid #000; */
    font-family: arial;
    padding: 9px;
    /* background-color: #2c77de; */
    /* border-radius: 45px; */
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    FONT-WEIGHT: BOLD;
    TEXT-TRANSFORM: uppercase;
  }

  .form-box {
    position: relative;
    width: 95%;
    margin: 8px auto;
  }

  .form-box-2 {
    position: relative;
    width: 95%;
    margin: 8px auto;
  }

  .form-box col-md-6 {
    margin-bottom: 10px;
  }

  .ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 1px;
  }

  .form-box-2 col-md-6 {
    margin-bottom: 10px;
  }

  .ribbon1 {
    position: absolute;
    top: -6.1px;
    right: 1px;
  }

  .btnspe {
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /* margin-top: 10px; */
    width: 49%;
  }

  .btnspe1 {
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.428571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /* margin-top: 10px; */
    width: 100%;
    margin-top: 8px;
    background-color: #df0909;
  }

  .spacecrt h3 {
    font-size: 29px;
  }

  .other-cities-links a {
    font-size: 16px;
    text-align: center;
  }

  img[alt="tempo traveller"] {
    /*width:100%;*/
    max-width: none;
  }

  #logo {
    /* width: 100%; */
    padding-left: 10px;
    max-width: none;
  }

  .hme-content h1 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 21px;
  }

  .header-bottom .navbar-nav>li>a {
    padding: 5px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  footer h3 {
    font-size: 16px;
  }

  .service1 .facility,
  footer {
    /*margin: 4px 4px 0;*/
    font-size: 12px;
  }

  .service1 .book,
  .service2 .book,
  .hme-content a {
    width: 100%;
  }

  .service3 ul li a,
  .inner-page1 .right-side ul li a,
  .header-bottom .navbar-nav>li>a,
  .header-bottom .navbar-nav>li ul.dropdown li a,
  .service1 .box-shadow h3 {
    font-size: 15px;
  }

  iframe {
    width: 100% !important;
  }

  .header-bottom .navbar-nav>li ul.dropdown li a {
    padding: 5px 10px;
  }

  .service2 .border {
    height: auto;
    margin-bottom: 10px;
  }

  .service2 .border h4 {
    font-size: 14px;
    margin: 0 0 5px;
  }

  .box-shadow {
    margin-bottom: 20px;
  }

  .service1 .margin-top {
    margin-top: 0px;
  }

  .hme-content,
  .service1,
  .service2,
  .service3,
  .inner-page1,
  .cnt-page1 {
    padding: 15px 0;
  }

  .header-social,
  .text-right {
    text-align: right !important;
    margin-top: 5px;
  }

  .header-contact,
  .copy-right {
    text-align: center;
  }

  img[alt="logo"] {
    max-width: none;
    width: 150px;
  }

  .navbar-toggle {
    background-color: #000;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  footer h3,
  .cnt-page1 h5 {
    margin: 15px 0;
  }

  .dropdown {
    /*        display: none;*/
  }

  .navbar-nav {
    margin: 0;
    float: none !important;
    display: inline-grid;
    width: 100%;
  }

  .margin-top {
    margin-top: 20px;
  }

  .queryimage img {
    position: fixed;
    right: 0;
    top: 330px;
    z-index: 2;
  }

  .packagess h3 {
    font-size: 24px;
    color: #6b6969;
    font-weight: bold;
  }

  .packagess .packages-tour img {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }

  .package-price {
    height: auto;
    padding: 20px 70px;
  }

  .itinary .card-head header {
    font-size: 12px;
  }

  .itinary .card-body {
    font-size: 12px;
  }

  .inner-list ul {
    /* padding: 0px; */
    margin: 0px;
    list-style-position: inside;
    padding-left: 0px;
  }

  .packagess .packages-tour h4 {
    font-size: 20px;
    color: #585656;
    padding-top: 15px;
    padding-left: 10px;
  }

  .iner-baner {
    width: 100%;
  }

  .iner-baner img {

    width: 100%;
    min-height: 250px;
  }

  .iner-baner iframe {
    width: 40%;
    min-height: 250px;
    position: relative;
    right: 0;
    top: 0px;
    border-left: none;
    border-top: 5px solid #140b5b;

  }

  .iner-baner .service-img {
    width: 100%;
    min-height: 362px;
    position: relative;
    right: 0;
    top: 20px;
    border-left: none;
  }

  .iner-baner55 {
    width: 100%;
  }

  .iner-baner55 img {

    width: 100%;
    min-height: 250px;
  }

  .iner-baner55 iframe {
    width: 40%;
    min-height: 249px;
    position: absolute;
    right: 0;
    top: 84px;
    border-left: 10px solid #140b5b;

  }

  .iner-baner55 .service-img {
    width: 100%;
    min-height: 362px;
    position: relative;
    right: 0;
    top: 20px;
    border-left: none;
  }
  footer .copy-right .copyright_text{
    text-align: center;
  }

}

@media(max-width:400px) {

  .srt ul li a {
    color: #fff;
    font-size: 13px;
  }

  .iner-baner {
    width: 100%;
  }

  .iner-baner img {

    width: 100%;
    min-height: 150px;
  }

  .iner-baner iframe {
    width: 40%;
    min-height: 250px;
    position: relative;
    right: 0;
    top: 0px;
    border-left: none;
    border-top: 5px solid #140b5b;

  }

  .iner-baner .service-img {
    width: 100%;
  }

  .iner-baner55 {
    width: 100%;
  }

  .iner-baner55 img {

    width: 100%;
    min-height: 150px;
  }

  .iner-baner55 iframe {
    width: 40%;
    min-height: 250px;
    position: relative;
    right: 0;
    top: 0px;
    border-left: none;
    border-top: 5px solid #140b5b;

  }

  .iner-baner55 .service-img {
    width: 100%;
  }


  .quick-contact p {

    font-size: 18px;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }

}

/* 13-5-22 css start */

.hme-content {
  padding: 50px 0;
  /* padding: 50px 0 !important; */
}

.allbg {
  padding: 50px 0px !important;
}

.allbg12 {
  padding: 50px 0px !important;
}

.corporate {
  padding: 50px 0px !important;
}

.middle-area {
  padding: 30px 0px !important;
}

.luxury-cover {
  padding: 50px 0px !important;
}

.faq-area {
  padding: 10px !important;
}

.make-booking {
  background-color: #f6f6f6;
  padding: 50px 0px !important;
}

.bg-contain {
  padding: 50px 30px !important;
  /*border-radius: 90px 0px;*/
}

.bg-contain p {

  font-size: 18px;
  font-family: Montserrat;
}

.middle-area li {
  list-style: none;
}

button#myBtn {
  border: none;
  text-decoration: underline;
  margin-bottom: 20px;
}

#more {
  display: none;
}

.mb-4 {
  margin-bottom: 30px;
}

.tajmahalmain {
  background: #fff;
  padding: 50px 0px;
}

.table-setting {
  padding: 30px 0px;
}

.faqsc {
  padding: 50px 0px;
}

.faqsc h2 span {
  color: #e94047;
}

.greybg {
  background: #f6f6f6;
}

.padding20 {
  padding: 20px;
}

.faqsc h4.panel-title a {
  font-weight: 500 !important;
  font-size: 14px;
  border: 1px solid #ddd
}

.faq-area .panel-title>a {
  font-size: 14px;
  border: 1px solid #ddd;
}

.faqsc h4.panel-title {
  font-family: 'Poppins';
}

section.padding20 li {
  list-style: none;
  padding-bottom: 8px;
}

button#myBtn {
  background: transparent;
}

.travlerjaipur b {
  margin-top: 20px !important;
  width: 100%;
  float: left;
}

/* 13-5-22 css end */





/* 04-12-2024 css */
.common-heading span {
  color: #d23d3f;
}

/* 
*body {
    padding: 0;
    margin: 0;
} */
.banner-section-top{
  position: relative;
}
.banner-and-text {
  position: relative;
  background-color: #d23d3f;
}

.banner-form {
  background: rgb(255 255 255);
  width: 100%;
  z-index: 999;
  padding: 14px;
}

.form-box-2 {
  box-shadow: 5px 5px 5px 0px #1301014d;
}

.banner-text {
  position: absolute;
  top: 26px;
  right: 15%;
  color: white;
  width: 650px;
  text-shadow: 2px 3px 3px #000000a8;
}
.banner-text ul li{
  font-family: var(--montserrat-font);
}
@media(min-width: 992px) {
  .form-top {
    position: absolute;
    top: 5px;
    left: 60px;
    z-index: 9;
  }
}

.banner-text span {
  color: white;
  font-family: var(--montserrat-font);
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

.banner-text ul {
  line-height: 26px;
}

.banner-text li::before {
  content: "✓";
  background-color: rgb(255 114 32);
  color: white;
  border-radius: 50px;
  padding: 4px;
  font-weight: 600;
  font-size: 10px;
  padding: 4px 6px;
  margin: 0px 8px;
}


.benifit-box h3 {
  color: rgb(125 52 0);
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 800;
}

.benifit-box h3 span {
  color: rgb(74 74 74);
}

.benifit-box ul {
  line-height: 26px;
}

.benifit-box-tick {
  background-color: rgb(125 52 0);
  color: white;
  border-radius: 50px;
  padding: 4px;
  font-weight: 600;
  font-size: 10px;
  padding: 4px 6px;
  margin: 0px 8px;
}

.benifit-points {
  font-weight: 600;
  color: rgb(74 74 74);
}

.benifit-img {
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.64) 0px 3px 8px;
  border: 2px solid #f9f9f9;
}

.text-blue {
  color: #3442ff !important;
  font-weight: 600;
}

.cstm-table table {
  table-layout: auto;
}

.cstm-table thead th {
  background-color: #585858;
  border: 1px solid #585858;
  vertical-align: top !important;
  border-bottom: 1px solid #585858 !important;
  border-right: 1px solid #b4b4b4;
}

.cstm-table thead th:last-child {
  border-right: 1px solid #585858;
}

.cstm-table tbody tr:nth-child(even) {
  background-color: #e1e1e1;
}

.cstm-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.cstm-table table tbody tr td {
  border: 1px solid #7d7d7d;
}

.table-content {
  margin: 20px -24px;
  padding: 24px 28px;
  background-color: #efefef;
  border-radius: 20px;
}

.table-content .row {
  display: flex;
  align-items: center;
}

.cstm-table table {
  margin-bottom: 0px;
}

.table-content img {
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.64) 0px 3px 8px;
  border: 2px solid #f9f9f9;
}

.banner-and-text img {
  height: 400px;
  width: 100%;
  vertical-align: top;
  opacity: 0.8;
}

@media(max-width: 1200px) {

  .banner-text {
    right: 60px;
    width: auto;
  }
}

@media(min-width: 992px) and (max-width:1200px) {
  .banner-and-text img {
    object-fit: cover;
  }

  .form-top {
    left: 30px;
  }
}
@media (max-width: 1024px) {
  .banner-text {
      right: 0;
      min-width: 500px;
      width: 100%;
      max-width: 610px;
  }
}
@media(max-width:992px){
  .banner-text {
    width: 100%;
    max-width: 560px;
    right: 0 !important;
  }
}
@media(max-width: 991px) {
  .banner-and-text img {
    width: 100%;
    height: auto;
  }

  .form-box-2 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .banner-text {
    left: 60px;
    top: 20px;
  }

  .banner-text span {
    font-size: 23px;
  }

  .banner-text ul {
    font-size: 14px;
    line-height: 24px;
  }

  .benifit-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 15px;
  }

  .benifit-box ul {
    line-height: 24px;
  }

  .benifit-box-tick {
    padding: 4px;
    font-weight: 600;
    font-size: 10px;
    padding: 4px 6px;
    margin: 0px 8px;
  }

  .benifit-points {
    font-weight: 600;
    color: rgb(74 74 74);
  }
}

@media(max-width: 767px) {
  .banner-text {
    display: none;
  }

  .top-bg-size {
    margin-top: 0px;
  }

  .table-content {
    margin: 20px -2px;
    padding: 12px 12px 15px 12px;
    ;
  }

  .table-content .row {
    display: block;
  }

  .banner-and-text img {
    opacity: 1;
  }
}

.my-faqs {
  margin-bottom: 20px;
}

.faq-question {
  margin-bottom: 0px;
  color: #4e4e4e;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  margin-right: 30px;
}

.my-faqs .card-header {
  background-color: #efefef;
  position: relative;
  padding: 1px 0px;
}

.my-faqs .card-header .toggle-icon {
  position: absolute;
  right: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #4e4e4e;
}

.my-faqs .card {
  margin-top: 5px !important;
}

.my-faqs .btn {
  white-space: wrap;
}

.my-faqs h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

.my-faqs .btn :active {
  box-shadow: inset 0 3px 5px rgb(70 70 70 / 0%) !important;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%) !important;
}

.new-list {
  padding: 0px 0px 20px 30px;
  font-family: "Montserrat";
}

.new-list li {
  margin-bottom: 10px;
}

.new-list p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
}

.my-detail-card {
  border: 0.5px solid #b5b5b5;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 11px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
  padding: 4px;
}

.my-detail-card h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 6px 0px;
  color: #474d57;
}

.my-detail-card2 {
  border: 0.5px solid #b5b5b5;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 11px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
  padding: 4px;
}

.my-detail-card2 img {
  border-radius: 5px;
}

.my-detail-card2 h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 0px;
  color: #474d57;
}

.my-detail-card2 h5 a {
  color: #d23d3f;
}

/* @media(max-width:1200px) and (min-width:992px){
  .my-detail-card2{
    height: 214px;
  }
} */

.details-sec div {
  display: flex;
  justify-content: space-between;
  background-color: #efefef;
  margin-top: 3px;
  padding: 2px 6px;
  border-radius: 3px;
}

.details-sec div :last-child {
  text-align: right;
  font-size: 13px;
  padding-left: 30px;
}

.card-height2 .details-sec div :last-child {
  text-align: right;
  font-size: 13px;
  padding-left: 0px;
}

.details-sec div :first-child {
  white-space: nowrap;
  text-align: start;
  font-weight: 600;
  font-size: 13px;
}

.card-section .col-xl-4 {
  margin-bottom: 20px;
}

.gap-styled {
  padding: 10px;
}

.gap-styled .padding-styled {
  padding: 0px 10px 10px 10px;
}

.card-section2 {
  padding: 0px;
  margin: 0px;
}

@media(min-width: 1200px) {
  .my-detail-card {
    height: 208px;
  }
}

.container-cstm {
  margin: auto;
  width: 90%;
}

@media(max-width: 575px) {
  .container-cstm {
    width: 98%;
  }

  .gap-styled {
    padding: 10px 2px;
  }
}
.right-side-links{
  margin-top: 25px;
}
.right-side-title{
  font-size: 20px;
  text-align: center;
  font-family: var(--quicksand-font);
  font-weight: 700;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px;
}
.right-side-links .right-side-title{
  margin-bottom: 8px;
}
.right-side-form .submit_btn{
  display: block;
  margin: auto;
}
.right-side-form .right-side-title{
  margin-bottom: 8px;
}
.right-side-links .list-group .list-group-item{
  font-family: var(--montserrat-font);
  font-size: 13px;
  padding: 6px 8px;
  transition: all 0.3s ease-in;
}
.right-side-links .list-group .list-group-item:hover{
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500
}
.corservice {
  background-color: #f2f5f4;
  padding: 15px;
  margin: 20px 0px 20px;
}
.tempo-facilities .corservice h3 {
  font-size: 18px;
  margin-top: 10px;
  font-family: var(--montserrat-font);
}
.tempo-facilities .corservice p {
  font-family: var(--montserrat-font);
  font-size: 15px;
}
.cor_card{
  height: 160px;
}
.section-heading {
  padding: 30px 0px 20px 0px;
}

.section-heading2 {
  padding: 30px 0px 5px 0px;
}

.state-comtainer {
  padding-left: 10px;
  padding-right: 10px;
  margin: 25px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid gray;
}

.state-comtainer h3 {
  font-size: 18px;
  padding-bottom: 5px;
  color: #d23d3f;
}

.state-comtainer h3 a {
  color: #d23d3f;
}

.state-comtainer ul li {
  margin-top: 8px;
  border-bottom: 0.3px dotted;
}

@media(max-width: 767px) {
  .state-comtainer {
    padding-left: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: none;
  }
}

.page-link-set {
  display: flex;
  align-items: center;
}

.page-link-set div {
  display: flex;
  align-items: end;
  padding-left: 5px;
}

.page-link-set div a {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.page-link-set div a:hover {
  color: #d23d3f;
  font-weight: 500;
}

.page-link-set img {
  mix-blend-mode: multiply;
  width: 25px;
  border-radius: 8px;
  padding-bottom: 5px;
}

.footer-sec-title a {
  color: white;
}

.footer-sec-title a :hover {
  color: white !important;
}

.state-sec {
  padding-left: 0;
  padding-right: 0;
}

.ul-styled {
  list-style-type: none;
  padding: 8px 0px 8px 8px;
  line-height: 27px;
}

.ul-styled li ::before {
  content: "✔";
  color: #ffffff;
  /* background-color: #2cb300; */
  background-color: #d23d3f;
  border-radius: 25px;
  padding: 3px 6px;
  margin-right: 10px;
  font-weight: 900;
  font-size: 11px;
}

.ul-styled2 {
  padding-left: 25px;
  line-height: 26px;
}

@media(max-width: 1264px) and (min-width: 1201px) {
  .card-height2 {
    height: 372px;
  }
}

.to-hide {
  display: none;
}

.btn-yelloww {
  background-color: #ffc00e;
  color: black;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
}

.btn-redd {
  color: #0087e7;
  font-weight: 500;
  cursor: pointer;
}

.card-heading h5 a {
  color: #464c56;
  font-size: 14px;
}

.card-heading h3 a {
  color: #464c56;
  font-size: 14px;
}

.navbar-collapse ul li {
  margin-left: -7px;
}

.pricing-card {
  border: 1px solid gray;
  border-radius: 5px;
  margin-bottom: 40px;
}

.pricing-card img {
  width: 100%;
  height: auto;
}

.pricing-header .price {
  padding: 5px;
  font-weight: 600;
  color: #323232;
}

.pricing-header .price span {
  padding: 5px;
  font-weight: 600;
  color: #df0909;
}

.pricing-feature {
  padding: 5px;
}

.fa-check {
  color: #25d366;
}

.pricing-feature li {
  margin: 5px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.pricing-feature li p {
  margin: 0px;
}

.crd-information {
  padding-top: 3px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #585656;
  font-family: Montserrat;
  font-weight: 500;
}

@media(max-width:767px) and (min-width:350px) {
  .set-width {
    width: 300px;
  }
}

.caret2 {
  display: none;
}

@media(max-width:767px) {
  .caret {
    display: none;
  }

  .caret2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ff7220;
    padding: 0px 8px 2px 8px;
  }

  .nav-tgl-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.new-link-styled {
  list-style-type: none;
}

.new-link-styled li {
  margin: 22px 0px;
}

.new-link-styled li span {
  padding: 8px 10px;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.read-more-container{
  position: relative;
}
.read-more-container>span{
  font-family: var(--montserrat-font);
  font-size: 16px;
  line-height: 27px;
  color: #4a4a4a;
}
.read-more-btn {
  color: var(--primary-color) !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.hidden-content{
  display: none;
  margin-top: 20px;
}
.banner img{
  width: 100%;
  height: auto;
}
.home_luxury_cards .card{
  transition: all 0.3s ease-in-out;
}
.home_luxury_cards .card:hover{
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2)
}
.home_luxury_cards .card .card-body{
  padding: 0;
}
.home_luxury_cards .card .card-body img:hover{
  transform: scale(1);
}
.home_luxury_cards .card-title{
  margin-bottom: 0;
  background-color: var(--primary-color);
  font-family: var(--montserrat-font);
  font-size: 13px;
  font-weight: 500;
}
/* Home Page Outstation Cards */
.grid5{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px, 1fr));
  gap: 15px;
}
.grid4{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px, 1fr));
  gap: 15px;
}
.outstation .outstation_card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  padding: 5px;
  border: 0.5px solid #b5b5b5;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.outstation .outstation_card:hover{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 11px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}
.outstation .outstation_card figure img{
  width: 100%;
  border-radius: 10px;
}
.outstation .outstation_card .outstation_card_title{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--montserrat-font);
}
.outstation .outstation_card:hover .outstation_card_title{
  color: var(--primary-color);
}
/*Feature Icons*/
.feature_grid .feature_card{
  border-radius: 20px;
  border: 1px solid #dddddd;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 15px 10px;
}
.feature_grid .feature_card .feature_icon_img{
  background-color:#fff;
  width: auto;
  height: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.feature_grid .feature_card .feature_icon_img .feature_icons{
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.force_urbania .feature_grid .feature_card .feature_icon_img .feature_icons{
  width: 100%;
  height: auto;
}
.feature_grid .feature_card .feature_icon_title{
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-gray);
  font-family: var(--montserrat-font);
}
/* Tempo Seater Detail Page Design Start Here */
.tempo-details{
  padding-top: 30px;
}
.w100{
  width: 100%;
}
.pt-25{padding-top: 25px;}
.rounded15{
  border-radius: 15px;
}
.shadow_md{
  box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.main_heading{
  font-size: 36px;
  font-family:var(--montserrat-font);
  font-weight: 600;
}
.heading2{
  font-size: 32px;
  font-family:var(--montserrat-font);
  font-weight: 500;
  margin-top: 20px;
}
.heading3{
  font-size: 28px;
  font-family:var(--montserrat-font);
  font-weight: 500;
  margin-top: 20px;
}
.heading4{
  font-size: 24px;
  font-family:var(--montserrat-font);
  font-weight: 500;
  margin-top: 20px;
}
.main_heading span,
.heading2 span,
.heading3 span,
.heading4 span{
  color: var(--primary-color);
}
.tempo-details .main_text{
  font-family: var(--montserrat-font);
}
.tempo-specifications{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(184px, 1fr));
  gap: 1rem;
}
.tempo-specifications .ts_box{
  border-radius: 20px;
  border: 1px solid #dddddd;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 10px;
}
.tempo-specifications .ts_box .ts_box_title{
  font-size: var(--fs28);
  font-weight: var(--fw600);
  font-family: var(--montserrat-font);
  color: var(--primary-color);
}
.tempo-specifications .ts_box .ts_box_text{
  font-size: var(--fs20);
  font-weight: var(--fw500);
  font-family: var(--montserrat-font);
}
.common_table{
  font-family: var(--montserrat-font);
}
.common_table table thead tr th{
  font-size: 16px;
  background-color: var(--primary-color);
  vertical-align: middle;
}
.common_table table tbody tr td{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-black);
  vertical-align: middle;
}

.important_note{
  font-family: var(--montserrat-font);
  font-size: 18px;
}
.common_list_items{
  padding-inline-start: 30px;
}
.common_list_items li{
  font-family: var(--montserrat-font);
  font-size: 16px;
  line-height: 28px;
}
/* Responsive Css */
@media(max-width:767px){
  .main_heading{
    font-size: 32px;
  }
  .heading2{
    font-size: 28px;
  }
  .heading3{
    font-size: 24px;
  }
  .heading4{
    font-size: 20px;
  }
}
@media(max-width:480px){
  .main_heading{
    font-size: 32px;
  }
  .heading2{
    font-size: 28px;
  }
  .heading3{
    font-size: 24px;
  }
  .heading4{
    font-size: 20px;
  }
}
/* Tempo Seater Detail Page Design End Here */