.inclsn {
    width: 100%;
    float: left;
    margin: 8px 0 0px 0;
    display: flex;
    justify-content: flex-start;
    /* border-top: 1px solid #e3e3e3; */
    padding: 7px 0;
}

.hicn {
    float: left;
    margin-right: 15px;
}

.i-htl {
    width: 40px !important;
    height: 32px !important;
    /* background: url(img/hotel-1.svg) no-repeat 0 0;
    background-size: 40px 40px; */
    display: table;
    margin: 0 auto;
}

.incTxt {
    font-size: 11px;
    color: #000;
    display: block;
    text-align: center;
    padding-top: 6px;
}

.ndayst
{
    border: 1px solid #16477f;
    border-radius: 4px;
    padding: 2px 4px;
    color: #16477f;
    font-size: 12px;
    font-weight: 700;
}









.grd-ttl-prc {
    width: 100%;
    float: left;
    text-align: left;
}

.pricesec {
    padding: 4px 8px 0px 8px;
    width: 100%;
    float: left;
    border-top: 1px solid #e3e3e3;
    position: absolute;
    bottom: 0;
    flex-wrap: wrap;
    background: #fff;
}

.acenter {
    align-items: center;
}
.mflex {
    display: flex;
}

.ritbtn {
    width: 45%;
    float: right;
}

.p1text
{
    font-size: 12px !important;
    margin-left: 0px !important;
    color: black !important;
}

.p2text
{
    font-size: 8px !important;
    color: black !important;
}

.pack1
{
    width: 45%;
    padding-left: 10px;
}

.pack2
{
    width: 52%;
    right: 0px;
    position: absolute;
}

.single-package-item h3:after1
{
    width: 0px !important;
}

.packg
{
    width: 100%;
    
    border-top: 1px solid #e3e3e3;
    background: #EDFFE9;
}

.packgdisp
{
    display: flex;
    padding-top: 10px;
}

.tourdet
{
    width: 100%;
    border-top: 1px solid #e3e3e3;
}

.tourhilt
{
    color: #2d8500 !important;
    
    font-size: 12px;
}












.choice-title {
  margin-left: 0.6rem;
  margin-bottom: 1.8rem;
}
.choice-title h4 {
  color: #424242;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 6px;
  margin-left: 7px;
}
 .choice-title label {
  color: #78909c;
  padding: 9px 8px 10px;
  border-radius: 8px;
  border: 1px solid #78909c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0px;
  margin: 7px;
}
 .choice-title input[type=radio] {
  display: none;
  transition: all 200ms ease-out;
}
 .choice-title input[type=radio]:hover + label {
  opacity: 0.8;
  border: 1px solid #78909c;
  color: #78909c;
}
 .choice-title input[type=radio]:checked + label {
  background-color: #78909c;
  color: white;
}


















.container111{
  background-color: #AED3D4;
  width:700px;
  margin:0 auto;
  margin-top:20px;
  border-radius: 10px;
}

.title-form{
  /* background-color: #5DAAA7; */
  padding:20px;
  border-radius: 10px 10px 0 0; 
  color:white;
  word-spacing: 5px;
  letter-spacing: 2px;
}

.student-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:repeat(5,1fr);
  padding: 30px 10px 30px 10px;
}

.field-form{
  display:flex;
  padding:15px;
}
.field-form input[type="text"]{
  flex:1;
  padding-left: 10px;
  outline: none;
  border:none;
  border-radius: 5px;
  word-spacing:2px;
}
.field-form input[type="text"]:focus{
 border: 2px solid #5DAAA7;
}
/*---GENDER FIELD---*/
.gender-field{
  justify-content: space-evenly;
  align-items:center;
}
.gender-field div{
  border: none;
  padding: 6px 15px;
  margin-right:20px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  color:rgba(0,0,0,0.7);
}
.gender-field div span{
  margin-right: 10px;
  font-size:0.9em;
}
.gender-field div input{
  transform: translateY(2px);
}
/*---BIRTHDAY FIELD---*/
.birthday-field{
  justify-content: space-between;
  align-items:center;
}
.birthday-field span{
  color:rgba(0,0,0,0.7);
}
select{
  height: 2.6em;
  padding: 0 25px 0 5px;
  border-radius: 5px;
  border:none;
  outline:none;
  color: rgba(0,0,0,0.7);
}
.birthday-field > select{
  padding: 0 10px 0 5px;
}
/* ADDRESS */
.address{
  padding:10px 15px 0 15px;
}
textarea{
  flex:1;
  outline:none;
  border:none;
  border-radius:5px;
  resize:none;
  padding:10px;
}
/*--YEAR/SECTION--*/
.year-section{
  justify-content:space-evenly;
  align-items:center;
}
/*--BUTTON--*/
.button{
  display:flex;
  justify-content: flex-end;
  padding:30px 15px 0 0;
}
.add{
  padding: 0 20px;
  border:none;
  border-radius:5px;
  background-color: #EF6614;
  color:white;
  letter-spacing: 2px;
}
/*--LAYOUT ARRANGEMENT(GRID)--*/
.field-form:nth-child(1){
  grid-column: 2/3;
  grid-row:1/2;
}
.field-form:nth-child(2){
  grid-column: 1/2;
  grid-row:1/2;  
}
.field-form:nth-child(3){
  grid-column: 1/2;
  grid-row:2/3;   
}
.field-form:nth-child(4){
  grid-column: 1/2;
  grid-row:3/4;  
}
.field-form:nth-child(5){
  grid-column: 1/2;
  grid-row:4/5;  
}
.field-form:nth-child(6){
  grid-column: 1/2;
  grid-row:5/6;  
}
.field-form:nth-child(7){
  grid-column: 2/3;
  grid-row:2/3;  
}
.field-form:nth-child(8){
  grid-column: 2/3;
  grid-row:3/4;   
}
.field-form:nth-child(9){
  grid-column: 2/3;
  grid-row:4/5;  
}.field-form:nth-child(10){
  grid-column: 2/3;
  grid-row:5/6;  
}

@media (max-width:750px){
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Open Sans', sans-serif;
}

.container111{
  background-color: #AED3D4;
  width:600px;
  margin:0 auto;
  margin-top:20px;
  border-radius: 10px;
}

.title-form{
  background-color: #5DAAA7;
  padding:15px 40px;
  border-radius: 10px 10px 0 0; 
  color:white;
  word-spacing: 5px;
  letter-spacing: 2px;
}

.student-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:repeat(5,1fr);
  padding: 30px 10px 20px 10px;
}

.field-form{
  display:flex;
  padding:15px;
}
.field-form input[type="text"]{
  flex:1;
  padding-left: 10px;
  outline: none;
  border:none;
  border-radius: 5px;
  word-spacing:2px;
}
.field-form input[type="text"]:focus{
 border: 2px solid #5DAAA7;
}
/*---GENDER FIELD---*/
.gender-field{
  justify-content: space-evenly;
  align-items:center;
}
.gender-field div{
  border: none;
  padding: 6px 10px;
  margin-right:20px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  color:rgba(0,0,0,0.7);
}
.gender-field div span{
  margin-right: 10px;
}
.gender-field div input{
  transform: translateY(2px);
}
/*---BIRTHDAY FIELD---*/
.birthday-field{
  justify-content: space-evenly;
  align-items:center;
}
.birthday-field span{
  color:rgba(0,0,0,0.7);
}
select{
  height: 2.3em;
  padding: 0 15px 0 5px;
  border-radius: 5px;
  border:none;
  outline:none;
  color: rgba(0,0,0,0.7);
  margin:0 4px;
}
.birthday-field > select{
  margin: 0 4px;
}
  /* ADDRESS */
.address{
  padding:10px 15px 0 15px;
}
textarea{
  flex:1;
  outline:none;
  border:none;
  border-radius:5px;
  resize:none;
  padding:5px;
}
/*--YEAR/SECTION--*/
.year-section{
  justify-content:space-evenly;
  align-items:center;
}
/*--BUTTON--*/
.button{
  display:flex;
  justify-content: flex-end;
  padding:30px 15px 0 0;
}
.add{
  padding: 0 20px;
  border:none;
  border-radius:5px;
  background-color: #5DAAA7;
  color:white;
  letter-spacing: 2px;
}
/*--LAYOUT ARRANGEMENT(GRID)--*/
.field-form:nth-child(1){
  grid-column: 2/3;
  grid-row:1/2;
}
.field-form:nth-child(2){
  grid-column: 1/2;
  grid-row:1/2;  
}
.field-form:nth-child(3){
  grid-column: 1/2;
  grid-row:2/3;   
}
.field-form:nth-child(4){
  grid-column: 1/2;
  grid-row:3/4;  
}
.field-form:nth-child(5){
  grid-column: 1/2;
  grid-row:4/5;  
}
.field-form:nth-child(6){
  grid-column: 1/2;
  grid-row:5/6;  
}
.field-form:nth-child(7){
  grid-column: 2/3;
  grid-row:2/3;  
}
.field-form:nth-child(8){
  grid-column: 2/3;
  grid-row:3/4;   
}
.field-form:nth-child(9){
  grid-column: 2/3;
  grid-row:4/5;  
}.field-form:nth-child(10){
  grid-column: 2/3;
  grid-row:5/6;  
}
}
  
  @media (max-width:600px){
    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family: 'Open Sans', sans-serif;
    }

    .container111{
      background-color: #AED3D4;
      width:400px;
      margin:20px auto;
      border-radius: 10px;
    }

    .title-form{
      background-color: #5DAAA7;
      padding:10px 30px;
      border-radius:10px 10px 0 0; 
      color:white;
      word-spacing: 5px;
      letter-spacing: 2px;
    }

    .student-form{
      display:grid;
      grid-template-columns:1fr;
      grid-template-rows:auto;
      padding: 25px 10px 20px 10px;
    }
    .field-form{
      display:flex;
      padding:15px;
    }
    .field-form input[type="text"]{
      flex:1;
      padding-left: 10px;
      outline: none;
      border:none;
      border-radius: 5px;
      word-spacing:2px;
      height:2.5em;
      font-size: 0.9em;
    }
    .field-form input[type="text"]:focus{
     border: 2px solid #5DAAA7;
    }
    /*---GENDER FIELD---*/
    .gender-field{
      justify-content: space-evenly;
      align-items:center;
    }
    .gender-field div{
      border: none;
      padding: 6px 10px;
      margin-right:20px;
      border-radius: 5px;
      background-color: white;
      cursor: pointer;
      color:rgba(0,0,0,0.7);
    }
    .gender-field div span{
      margin-right: 10px;
    }
    .gender-field div input{
      transform: translateY(2px);
    }
    /*---BIRTHDAY FIELD---*/
    .birthday-field{
      justify-content: space-between;
      align-items:center;
    }
    .birthday-field span{
      color:rgba(0,0,0,0.7);
    }
    select{
      height: 2.3em;
      padding: 0 15px 0 5px;
      border-radius: 5px;
      border:none;
      outline:none;
      color: rgba(0,0,0,0.7);
      margin:0 4px;
    }
    .birthday-field > select{
      margin: 0 4px;
    }
      /* ADDRESS */
    .address{
      padding:10px 15px 0 15px;
      margin-bottom:15px;
    }
    textarea{
      flex:1;
      outline:none;
      border:none;
      border-radius:5px;
      resize:none;
      padding:5px;
      height:5em;
    }
    /*--YEAR/SECTION--*/
    .year-section{
      justify-content:space-evenly;
      align-items:center;
    }
    /*--BUTTON--*/
    .button{
      display:flex;
      justify-content: flex-end;
      padding:10px 15px 0 0;
    }
    .add{
      margin-top:10px;
      padding: 10px 20px;
      border:none;
      border-radius:5px;
      background-color: #5DAAA7;
      color:white;
      letter-spacing: 2px;
    }    
    /*--LAYOUT ARRANGEMENT(GRID)--*/
    .field-form:nth-child(1){
      grid-column: 1/2;
      grid-row:1/2;
    }
    .field-form:nth-child(2){
      grid-column: 1/2;
      grid-row:2/3;  
    }
    .field-form:nth-child(3){
      grid-column: 1/2;
      grid-row:3/4;   
    }
    .field-form:nth-child(4){
      grid-column: 1/2;
      grid-row:4/5;  
    }
    .field-form:nth-child(5){
      grid-column: 1/2;
      grid-row:5/6;  
    }
    .field-form:nth-child(6){
      grid-column: 1/2;
      grid-row:6/7;  
    }
    .field-form:nth-child(7){
      grid-column: 1/2;
      grid-row:7/8;  
    }
    .field-form:nth-child(8){
      grid-column: 1/2;
      grid-row:8/9;   
    }
    .field-form:nth-child(9){
      grid-column: 1/2;
      grid-row:9/10;  
    }
    .field-form:nth-child(10){
      grid-column: 1/2;
      grid-row:10/11;  
    }
}

@media (max-width:440px){
      *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family: 'Open Sans', sans-serif;
    }

    .container111{
      background-color: #AED3D4;
      width:100%;
      margin:0 auto;
      border-radius:0;
  }

    .title-form{
      background-color: #5DAAA7;
      padding:10px 30px;
      border-radius: 0; 
      color:white;
      word-spacing: 5px;
      letter-spacing: 2px;
    }

    .student-form{
      display:grid;
      grid-template-columns:1fr;
      grid-template-rows:auto;
      padding: 25px 10px 20px 10px;
    }
    .field-form{
      display:flex;
    }
    .field-form input[type="text"]{
      flex:1;
      padding-left: 10px;
      outline: none;
      border:none;
      border-radius: 5px;
      word-spacing:2px;
      height:2.5em;
      font-size: 0.9em;
    }
    .field-form input[type="text"]:focus{
     border: 2px solid #5DAAA7;
    }
    /*---GENDER FIELD---*/
    .gender-field{
      justify-content: space-between;
      align-items:center;
    }
    .gender-field div{
      border: none;
      padding: 6px 10px;
      margin-right:20px;
      border-radius: 5px;
      background-color: white;
      cursor: pointer;
      color:rgba(0,0,0,0.7);
    }
    .gender-field div span{
      margin-right: 10px;
    }
    .gender-field div input{
      transform: translateY(2px);
    }
    /*---BIRTHDAY FIELD---*/
    .birthday-field{
      justify-content: space-between;
      align-items:center;
    }
    .birthday-field span{
      color:rgba(0,0,0,0.7);
    }
    select{
      height: 2.3em;
      padding: 0 15px 0 5px;
      border-radius: 5px;
      border:none;
      outline:none;
      color: rgba(0,0,0,0.7);
      margin:0 4px;
    }
    .birthday-field > select{
      margin: 0 4px;
    }
    /*--YEAR/SECTION--*/
    .year-section{
      justify-content:space-evenly;
      align-items:center;
    }
    /*--BUTTON--*/
    .button{
      display:flex;
      justify-content: flex-end;
      padding:10px 15px 0 0;
    }
    .add{
      padding: 10px 20px;
      border:none;
      border-radius:5px;
      background-color: #5DAAA7;
      color:white;
      letter-spacing: 2px;
    }    
}

.f1bg
{
    background: darkgray;
}




















.meta-info{
	position: relative;
}

.meta-info ul{
	position: relative;
	width: 100%;
	padding: 0px 0px;
	border-top: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.meta-info li{
	position: relative;
	float: left;
	display: block;
	width: 50%;
	padding: 12px 20px;
	text-align: right;
	font-size: 13px;
	line-height: 24px;
	color: #868da5;
	text-transform: uppercase;
	border-right: 1px solid rgba(0,0,0,0.10);
}

.meta-info li .icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #7f8a99;
	padding-right: 5px;
}

.meta-info li a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #7f8a99;
}

.meta-info li a:hover,
.meta-info li a:hover .icon{
	color: #d5ae82;
}

.meta-info li:last-child{
	border: none;
	text-align: left;
}

.breadcrumb1
{
    padding: 8px 15px;
    margin-bottom: 20px;
    font-size: 20px;
    
}



.i-htl2
{
    font-size: 32px;
    color: orange;
    text-align: center;
    display: block;
}


.tour-pkg.titl-btn {
    color: #fff;
    margin: 0 auto;
    /* width: 200px; */
    width: fit-content;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    border: unset;
    
    /* background: #FCB857; */
    background: orange;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(14, 15, 18, .2);
    padding: 12px 12px 12px 12px;
}



























#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    /* position: fixed;
    z-index: 1;
    left: 0;right:0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap; */

    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    /* bottom: 30px; */
    font-size: 17px;
    white-space: nowrap;
    top: 11px;

}
#toast #img{
  width: 50px;
  height: 50px;
    
    float: left;
    
    padding-top: 16px;
    padding-bottom: 16px;
    
    box-sizing: border-box;

    
    background-color: #111;
    color: #fff;
}
#toast #desc{

    
    color: #fff;
   
    padding: 16px;
    
    overflow: hidden;
  white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}