@charset "UTF-8";
/********************************************************/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
html {
    overflow-x: auto;
}
body {
  background: #fff;
  padding-top: 64px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; 
  min-height: 100%;
    position: relative;
	overflow-x:hidden;}
.navbar-collapse.justify-content-end.collapse.in{
	display:block;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    width: 45px;
}
a.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 3px;
    margin-right: -15px;
}
input[type="number"]{
	    width: 100%;
    max-width: 600px;    
	height: 37px;
    position: relative;
    margin-top: 9px;
    background: #fff;
    border-radius: 4px;
    transition: all ease 250ms;
    border: 1px solid #EBEDED;
    /*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);*/
    align-items: center;
    display: flex;
}
img.jarallax-img{
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(1deg) rotateZ(0deg) scaleX(1.014) scaleY(1.014) scaleZ(1.014);
    overflow: hidden;
    display: block;
    height: 241px;
    width: 100%;
    /* max-height: 240px; */
    object-fit: cover;
    object-position: bottom;
    /* width: 100%; */
    /* margin-top: -10%; */
}

.col-md-12.col-sm-12.col-xs-12 {
    padding: 9px;
}
.title {
    background-color: black;
    /* color: white; */
    padding: 12px;
    /* margin-top: 6px; */
}
/*.top-destination {
    padding-top: 38px;
}*/
h1.make{
	font-size: 18px;
    color: #00a1f3;
    margin-top: 7px;
	padding:8px;
}
input[type="text"]{
	    width: 100%;
    max-width: 600px;    
	height: 37px;
    position: relative;
    margin-top: 9px;
    background: #fff;
    border-radius: 4px;
    transition: all ease 250ms;
    border: 1px solid #EBEDED;
    /*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);*/
    align-items: center;
    display: flex;
}
.section-heading{
	margin-left: 15px;
	    margin-top: 58px;
	width:100%;
}
.section-see-all {
        margin-top: -18px;
    margin-right: 21px;
    text-align: right;
    margin-bottom: 12px;
}
.destination-name {
    position: absolute;
    width: 100%;
    margin-top: -85px;
    padding: 20px 20px 0px 20px;
    display: block;
}
.destination-list {
    /* margin-bottom: 20px; */
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	  
}
.parallax-holder{
    height: 252px;
}

.main {
    display: block;
    width: 100%;
    position: relative;
    text-align: right;
    top: -217px;
}
.search_form {
    position: absolute;
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 1000;
    color: #fff;
}	
.head{
    position: absolute;
    float: left;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 1000;
    color: #fff;
}
.color{
	     height: 100%;
    background-image: linear-gradient(rgb(2, 74, 236), rgba(241, 241, 241, 0)), url(image/homepage.jpg);
    margin-top: -421px;
    /* position: absolute; */
    opacity: 0.5;
}
.color3{
	       height: 298px;
    background-image: linear-gradient(rgb(45, 128, 177), rgba(41, 107, 154, 0.96)), url(image/homepage.jpg);
    margin-top: -305px;
    /* position: absolute; */
    opacity: 0.6;
}
.destinations-image{
	height:177px;
}
.color1{
       background-color: rgba(0,0,0,.5);
          position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       opacity: 0.5;
	border-radius: 5px;
}
.color1:hover{
	    background-color: rgba(226, 201, 22, 0.5);
    border-radius: 5px;
    opacity: 0.9;
}
.color2{
	    height: 177px;
    margin-top: -177px;
	 background-image: linear-gradient(rgb(104, 108, 113), rgb(89, 93, 99));
    
    /* position: absolute; */
    opacity: 0.5;
	border-radius: 5px;
}
.search {
    /* position: absolute; */
    margin-top: -207px;
}
.color2:hover{
	background-image: linear-gradient(#f7c120, #ffc107);
	border-radius: 5px;
}
img#img-destination{
	    border-radius: 5px;
		height:100%;
}
img#img-destination:hover{
	   background-color:yellow;
}
.heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.destination {
    font-size: 14px;
    color: #70707a;
}
.package-image {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 3px;
    background: #D8D8D8;
    display: block;
    height: 230px;
    margin-bottom: 8px;
}
a.btn.btn-primary {
    border-radius: 30px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	    margin-right: -10px;
	float:right;
}
a.btn.btn-danger {
    border-radius: 30px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	float:right;
}

h4.h4{
	font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.popular-package{
	    padding: 74px 0;
}
.services {
    background-color: #f5f5f5;
	    padding-bottom: 69px;
}
.services-main {
    padding: 58px 0px 0px 0px;
}
ul.sections {
    text-align: center;
	padding-right: 49px;

}
#sections {
    text-align: center;
}
div#popular-tour {
    height: 418px;
}
#popular-button{
	float:left;
	padding:0;
}
li.services-section {
    display: inline-block;
    font-size: 21px;
    color: #de1616;
    padding: 2px;
}
p#services-paragraph {
       margin-top: 19px;
}
.about{
	padding:22px 0;
}
.about-section {
    padding: 18px;
}
#head {
    float: left;
    /* margin-top: 9px; */
}
p#paragraph {
    margin-top: 16px;
}

h5.top-heading{
	      font-size: 20px;
    color: #db2630;
}
.hot_package_duration{
	position: absolute;
    top: 25px;
    left: 0;
    background: rgba(0,0,0,.5);
    padding: 5px 20px;
    color: white;
    box-shadow: 1px 1px #999;
    border-top: #8ccff1 2px solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hot_package_duration1{
	position: absolute;
    top: 25px;
    left: 15px;
    background: rgba(0,0,0,.5);
    padding: 5px 20px;
    color: white;
    box-shadow: 1px 1px #999;
    border-top: #8ccff1 2px solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
div#price1 {
   right: 16px;
    top: 25px;
    background: rgba(0,0,0,.5);
    padding: 5px 20px;
    color: white;
    box-shadow: 1px 1px #999;
    border-top: #8ccff1 2px solid;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.leftLst,.rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.leftLst { left:0; }
.rightLst { right:0; }
.leftLst.over,.rightLst.over { pointer-events: none; background:#ccc; }
.newsletter {
   position: absolute;
    left: 1200px;
    display: inline-block;
    z-index: 10;
    top: -212px;
    bottom: 0;
    left: 14px;
    color: white;
    text-align: center;
    width: 100%;
}
form#form{
	width:100%;
	    text-align: -webkit-center;
}
/* destination page */
.tour-package {
    padding-top: 38px;
}
h5.h5 {
    font-size: 19px;
    font-weight: 700;
    color: #00a1f3;
    border-bottom: 4px solid;
    border-collapse: initial;
    padding-bottom: 10px;
	padding-top: 29px;
}
.row.hover-row:hover{
            background: #fff;
            border-radius: 4px;
            transition: all 0.3s ease;
    transform: translateY(-10px);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
	margin-top:12px;
        }
.destination-section{
	    padding: 15px 58px;
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
    overflow: hidden;
	    height: 100%;
}
.destination-text{
	       font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding: 3px;
    color: #d95b55;
    text-transform: uppercase;
    font-family: 'poppins';
}
.destination-text2{
	  margin-left: 4px;
    font-size: 15px;
	padding-top: 7px;
}
p.destination-op-text{
      padding-top: 15px;
    font-size: 14px;
    padding-left: 4px;
    text-align: justify;
	color: black;
}
span#destination-text2 {
    color: #009ff0;
    font-weight: 500;
}
span#destination-text3 {
    color: #da554e;
}
div#btn-section {
    padding-left: 3px;
}
a.btn.btn-lg.btn-blue {
    background-color: #00a1f3;
    color: white;
    font-size: 16px;
}

a.btn.btn-lg.btn-red {
    background-color: #da554e;
    color: white;
    font-size: 16px;
}
/*contact us */
iframe#iframe {
    padding: 1px;
    height: 350px;
}
#map-contact-block {
    margin-top: -80px;
    padding: 30px 35px;
    overflow: hidden;
    position: relative;
    background: white;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-bottom: 2px solid #da554e;
}
.contact_us_paragraph {
    padding-top: 8%;
    padding-left: 9%;
    text-align: justify;
}
#map-contact-block:after {
    background: #da554e;
}
#map-contact-block:after {
    content: '';
    position: absolute;
    display: block;
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: -50px;
    transform: rotate(-45deg);
}
#map-contact-block ul li .mc-icon {
       color: #00a1f3;
    float: left;
    padding-right: 16px;
    text-align: justify;
	
}
.col-md-12.col-sm-12.col-xs-12.map {
    padding: 0px;
}
h2.h2{
	font-size: 40px;
    font-weight: 700;
    color: #787881;
    padding-bottom: inherit;
}
ul.contact-links.list-inline.list-unstyled {
    font-size: 25px;
    margin-top: 11px;
    padding-left: 0;
    margin-left: 3px;
    list-style: none;
}
.list-inline li {
        display: inline-block;
    padding: 13px;
    margin-left: -8px;
    margin-top: -15px;
}
h2#sub-heading {
    color: black;
    font-size: 30px;
    text-align: center;
    font-family: 'poppins';
    text-transform: uppercase;
    font-weight: 600;
}
.contact_us_send_message {
    padding-top: 55px;
}
p#sub-sub-heading{
	    text-align: center;
    padding-top: 12px;
}
input#txt_name,#txt_email,#txt_phone{
        border-radius: 0px;
    box-shadow: none;
    background: #f3f4f4;
    border-color: #e6e7e8;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
    height: 53px;
}
#txt_message{
        border-radius: 0px;
    box-shadow: none;
    background: #f3f4f4;
    border-color: #e6e7e8;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
    height: 219px;
}

/* contact us */
.col-sm-6.slide-right-vis {
    margin-top: -9px;
}
textarea#txt_name{
        border-radius: 0px;
    box-shadow: none;
    background: #f3f4f4;
    border-color: #e6e7e8;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
    height: 218px;
}
p.text{
	color:white;
}
div#heading {
    margin: 8px 0;
}
.banner1{
    background: fixed center;
    background-size: cover;
    position: relative;
	    height: 360px;
		 transform: translate3d(0px, 75px, 0px) rotateX(0deg) rotateY(1deg) rotateZ(0deg) scaleX(1.014) scaleY(1.014) scaleZ(1.014);
    width: 100%;
    background-attachment: fixed;
    object-fit: cover;
    object-position: bottom;
}
input.btn.outline-primary {
    color: #007bff;
	    margin-top: 54px;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
    border-radius: 30px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer {
    padding: 37px 0;
    margin-top: 52px;
	    position: relative;
		background-color: #f3f4f4;
}
p.footer-head {
    font-weight: 500;
    color: black;
}
img#about-image{
	 overflow: hidden;
    display: block;
    height: 321px;
    width: 100%;
    object-position: bottom;
}
#about{
	display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* background: transparent; */
    height: 168px;
    text-align: center;
    top: -217px;
}
.about_us_send_message{
	    margin-top: -106px;
}
.about_us_paragraph{
	    padding-top: 1%;
    text-align: justify;
}
li.footer-li{
	display: inline-block;
    padding: 4px;
    font-size: 21px;
	    color: gray;
}
p.footer-p {
    font-size: 12px;
}
ul.footer-ul{
	    margin-left: -49px;
    margin-top: -14px;
    margin-bottom: 7px;
}
ul.footer-center-ul {
    list-style: none;
    padding: 0;
	    margin-top: -13px;
}
li.footer-center-li {
    padding: 3px;
}
a.footer-link {
    color: #484848;
}
a.footer-link:hover{
    color: #484848;
	text-decoration:none;
}
.payment {
    display: inline-block;
    /* margin-left: 1%; */
}
.row.footer-row{
	    margin-top: 64px;
}
/* description crasoul slider*/
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }
img.image-banner{
	    transform: translate3d(0px, 75px, 0px) rotateX(0deg) rotateY(1deg) rotateZ(0deg) scaleX(1.014) scaleY(1.014) scaleZ(1.014);
    overflow: hidden;
    display: block;
    height: 359px;
    width: 100%;
    /* max-height: 240px; */
    object-fit: cover;
    object-position: bottom;
    /* width: 100%; */
    /* margin-top: -10%; */
}
 .active > div { display:none; }
 .active > div:first-child { display:block; }


/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}


     
.block {
	width: 306px;
	height: 230px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}
/* description crasoul slider*/
.brand-logo {
  height: 35px; }

a {
  color: #00A1F3; }

.flag-icon {
  border-radius: 50%; }

/*** Typography ***/
p {
  font-size: 16px;
  color: #70707a; }

h1, h2, h3, h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 500; }

h1 {
  font-size: 48px;
  font-weight: 700; }

h2 {
  font-size: 40px;
  font-weight: 700; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

.hint-text {
  font-size: 12px;
  color: #999; }

.flex-1 {
  flex: 1; }

/*** Container ***/
.container {
  max-width: 1190px; }
  .container.md {
    max-width: 1150px; }

main {
  position: relative;
  min-height: 300px; }

.form-control {
  border: 1px solid #ddd;
  border-radius: 2px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

.row.gutters-1 {
  margin-right: 1px;
  margin-left: 1px; }
  .row.gutters-1 > [class^="col-"], .row.gutters-1 > [class*=" col-"] {
    padding-right: 1px;
    padding-left: 1px; }

.row.gutters-2 {
  margin-right: 2px;
  margin-left: 2px; }
  .row.gutters-2 > [class^="col-"], .row.gutters-2 > [class*=" col-"] {
    padding-right: 2px;
    padding-left: 2px; }
list-style: none; }

/********************************************************/
/*                        HEADER                        *
/********************************************************/
header {
  /*** Navbar **/ }
  header .navbar {
    background: #fff;
    min-height: 69px;
    color: #70707a;
    transition: all  300ms linear;
    border-bottom: 1px solid #EBEDED; }
    header .navbar.sticky {
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }
    header .navbar .user-profile-img {
      width: 32px;
      height: 32px;
      position: absolute;
      object-position: center;
      object-fit: cover;
      border-radius: 50%;
      transform: translateY(-7px); }
    header .navbar .nav-item .nav-link {
      color: #484848; }
    header .navbar .nav-item .dropdown-menu {
      border: none;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      border-radius: 0px; }
      header .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px; }
	/********************************************************/
	/*                        DESTINATION                      *
/********************************************************/
h1.h3{
	font-weight: 600;
    color: #484848;
    margin: 0;
    padding: 0;
    font-size: 32px;
}
/*.destination-list::before{
	opacity: 1;
    visibility: visible;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	color:white;
    background: rgba(0, 0, 0, 0.3);
    z-index: 8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	border-radius:5px;
}*/

/*slider destination*/
.destination-images {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 3px;
    background: #D8D8D8;
    display: block;
    height: 167px;
    margin-bottom: 8px;
    border-radius: 7px;
}
img#img-destnations{
	border-radius: 5px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 167px;
}
button.owl-prev {
    width: 50px;
    height: 50px;
	    left: -2%;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
	top: 27%;
    justify-content: center;
    position: absolute;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 1px;
    background: #fff !important;
	
}
button.owl-prev.disabled {
    display: none;
}

button.owl-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
	left:98%;
    display: inline-flex;
    align-items: center;
	top: 27%;
    justify-content: center;
    position: absolute;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 1px;
    background: #fff !important;
}
/*slider destination*/

/*destination-detail*/
.destination-main {
    margin-top: 18px;
}
.title-name {
    background-color: #f9f9f9;
    padding: 13px 4px 1px 11px;
	    border-radius: 5px;
}
p.name-dest{
	        font-size: 23px;
    font-weight: 400;
}
.image-destination{
	    position: absolute;
    padding-top: 66px;
}
.destination-detail {
    padding: 29px 0;
}
.dest-image{
	    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 3px;
    background: #D8D8D8;
    display: block;
    height: 363px;
    margin-bottom: 8px;
}
.some-detail {
    float: left;
    margin-top: 3%;
}
iframe{
	padding:13px;
}
p.map-text {
    margin-bottom: -12px;
    text-align: left;
    font-size: 12px;
	margin-left:12px;
	padding-bottom: 16px;
}
h2.h3 {
    font-size: 23px;
    font-family: 'poppins',serif;
    font-weight: 700;
}

.heading1 {
        font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 23px;
	color: #da554e;
}
a{
 text-decoration:none;
 color:#cc0000;
}
li.active a{
    background-color: #db2630 !important;
    color: #fff !important;
}

a.button{
     background-color: #eb5e3c;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    padding: 7px 10px 7px 10px;
    font-size: 10px;
}
span.destination-title {
    font-size: 15px;
    font-family: 'poppins',serif;
    font-weight: 500;
}
.form-group.col-md-6 {
    margin-top: -9px;
    margin-bottom: 8px;
}
.detail-packages{
	    background-color: #f5f2f2;
    margin-left: 16px;
}
div#myModal {
   
}
.modal.fade.bg-dark.in{
	opacity:1;
	 display: block;
    padding-right: 17px;
    width: 40%;
 padding-top: 38px;
    left: 31%;
    background-color: black !important;
	
}
.tabulation{
	    padding: 12px;
}
form.form {

	
	padding: 30px;
    max-width: 440px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 90px auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: ;
}
button.btn.btn-lg.btn-red {
    width: 100%;
    background-color: #d7554e;
    color: white;
}
label {
    font-size: 15px;
    font-family: 'poppins',serif;
    font-weight: 500;
    margin-top: -25px;
    margin-bottom: 0px;
    color: red;
}
span.destination-title-details {
    font-size: 15px;
    margin-top: 23px;
    line-height: 1.8;
font-weight: 200;}
.panel-title {
    position: relative;
	    margin-left: 23px;
    margin-top: 27px;
}
span.days-section {
    font-size: 15px;
    color: black;
	
    font-weight: 700;
}
p.short-descp{
	    font-size: 14px;
    color: #000000;
    padding-left: 24px;
    text-align: justify;
    margin-top: -10px;
}
p.days-travel{
	    font-size: 14px;
    color: #000000;    padding-left: 68px;
    text-align: justify;
    margin-top: 12px;
}
.panel-title span:first-child {
    position: absolute;
}
.panel-title span:last-child {
    display: inline-block;
    padding-left: 48px;
}
.inc-exl {
    margin-top: 30px;
    font-size: 18px;
}
a#inclusion-exclusion:active{
	    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	text-decoration:none;
    padding: 12px;
	    color: black;
	
    background-color: #eae5e5;
    font-size: 18px;
}
a#inclusion-exclusion{
	    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	text-decoration:none;
    padding: 12px;
	    color: #da554e;
    font-size: 18px;
}
a#inclusion-exclusion:focus{
	    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #eae5e5;
	
	text-decoration:none;
    padding: 12px;
}
ul.ul{
	    padding-left: 22px;
    margin-top: 15px;
    font-size: 13px;
}
h1.h1 {
    font-size: 35px;
    font-weight: 600;
}
.hotel-section {
    padding-top: 28px;
}
p.map-text1 {
       margin-bottom: -12px;
    text-align: left;
    font-size: 12px;
    margin-left: 23px;
}
.image-section{
        height: 232px;
}
.rto{
padding: 21px;}
.content-section {
    padding: 0 10px;
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
    overflow: hidden;
	    height: 100%;
}
.content-text{
	font-size: 16px;
    font-weight: 600;
    line-height: 32px;
	padding:3px;
}
.content-text2{
	margin-left: 64px;
    font-size: 15px;
    font-weight: 700;
}
p.text-op{
	    margin-top: 12px;
    font-size: 12px;
}
      @import url(http://fonts.googleapis.com/css?family=Open+Sans);
#circle-shape-example { 
  font-family: Open Sans, sans-serif; 
  margin: 2rem; 
}
#circle-shape-example p { 
  line-height: 1.8; 
}
#circle-shape-example .curve { 
  width: 33%; height: auto;
  min-width: 150px;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
#package-b{
	padding:0;
}/*media query for header
@media (min-width:320px),(max-width:400px){
	nav.navbar.navbar-light.navbar-expand-md.py-md-2.fixed-top.sticky{
		    
	}
}

@media (min-width:320px),(max-width:400px){
.navbar-toggler {
      padding: 0px 0px 1px 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    height: 40px;
}}

@media (min-width:320px),(max-width:400px){
span.navbar-toggler-icon {
    height: 45px;
	margin-left: -11px;
    margin-right: -11px;
}}

@media (min-width:320px),(max-width:400px){
a.navbar-brand {
   display: inline-block;
    padding-top: 0px;
    padding-bottom: 3px;
    width: 72%; 
}}

@media (min-width:320px),(max-width:400px){
.brand-logo {
    width: 87%;
}}
@media (min-width:320px),(max-width:400px){
#pp{
	width: 71% ;
}
}

@media (min-width:320px),(max-width:400px){
	h1.h1{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}}
@media (min-width:320px),(max-width:400px){
	.color{
    background-image:none;
}}
@media (min-width:320px),(max-width:400px){
	h1.h3{
  font-size: 28px;
}}
@media (min-width:320px),(max-width:400px){
	#dest-image{
  height: 177px ;  
}} 
@media (min-width:320px),(max-width:400px){
	#hot-deal{
  height: 167px ;  
}} 
  
     
@media (min-width:320px),(max-width:400px){
	
p#text-p{
    text-align: center;
}
}
@media (min-width:320px),(max-width:400px){
	h3#static{
 font-size: 19px;
}}
 @media (min-width:320px),(max-width:400px){
	h2#static1{
 font-size: 29px;
}} 
 @media (min-width:320px),(max-width:400px){
	p.text{
color: white;
    font-size: 14px;
}}

 @media (min-width:320px),(max-width:400px){   
div#popular-tour {
    height: 418px;
    margin-left: -15px;
    margin-right: -13px;
}
 }
  @media (min-width:320px),(max-width:400px){   
 a.btn.btn-primary{
	 margin-right:0px;
 }
  }

  */
@media (max-width:320px){
	#package-b{
	padding:12px;
	}
}
@media (max-width:320px){
	.heading-section{
    padding-left: 16px;}
}
@media (max-width:320px){
	.destination-section{
     padding: 13px 13px;}
}
@media (max-width:320px){
.destination-text{
	font-size:21px;}
}
   