body{    
    font-family: "Poppins", sans-serif;
}
h1, h2, h3
{
    font-weight: bolder;
}
h1
{
    margin:20px 0px;
}
h2
{
    margin:15px 0px;
}
h3
{
    margin:10px 0px;
}
input{
    padding:0px 10px!important;
}
input[type="checkbox"], input[type="radio"]{
    margin-right: 10px;
}
.input-group>*{
    display: inline-block;
    margin:0px;
}
.checkbox-radio{
    margin-right: 10px;
    border:1px solid #1e525f;
    border-radius: 5px;
    padding:10px!important;
    display: inline-flex;
    align-items: center;
}
.large-icon{
    font-size:80px;
}
.light-box{
    margin-bottom: 20px;
    border: 1px solid #1e525f;
    color:#1e525f;
    padding:20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000;
}
.logo-box{
    margin-right: 50px!important;
}
.destination-card{
    border:1px solid #1e525f;
    border-radius: 10px;
    padding:10px;
    margin:10px;
    background:#1e525f1a;
    color:#000;
    width:400px;
}
.trip{
    text-align: left;
}
.trip .heading{
    position: relative;
    text-align: left;
    padding:20px;
    margin:0px;
}

.trip .whitepaper{
    margin:0px;
    margin-bottom:10px;
    border-radius: 0px;
}
.trip-itinerary{
    font-size: smaller;
}
.trip-itinerary table{
    border-radius: 10px;
    border: #00000020 1px solid;
    display: block;
    overflow-x: auto;
}
.trip-itinerary td,.trip-itinerary th{
    padding: 5px 10px;
    font-size: smaller;
    border: #00000020 1px solid;
}
li{
    list-style: none;
}
.trip-card{
    width:100%;
    background:#1e525f1a;
    background-image: url("./background/group-trip-background.jpg");
    background-size: cover;
    background-position: center center;
    border:1px solid #1e525f;
    border-radius: 10px;
    padding:50px 0px;
    margin:10px 0px 10px 0px;
    color:#fff;
    text-shadow: 0px 0px 5px #000;
    max-width:400px;
    min-height: 220px;
    text-align: center;
    display: inline-block;
}
.trip .heading>span, .trip-card>span{
    background: #00000080;
    border-radius: 10px;
    padding: 0px 10px;
    font-size: smaller;
    line-height: 30px;
}
.trip .material-icons, .trip-card .material-icons{
    vertical-align: middle;
    font-size: 16px;
}
.trip .days, .trip-card .days{
    position: absolute;
    right:5px;
    top:5px;
}
.trip-card h4{
    display: none;
}
.trip-card .price{
    position: absolute;
    left:5px;
    bottom:5px;
}
.trip .inclusions{
    position: absolute;
    right:5px;
    top:75px;
}
.trip .price{
    position: absolute;
    right:5px;
    top:40px;
}
.trip-card .inclusions{
    position: absolute;
    right:5px;
    bottom:5px;
}
form span{
    display: inline-block;
    margin:0px 0px 5px 0px;
}
.wide-container{
max-width: 100%!important;
width: calc(100% - 20px)!important;
margin:0px 10px!important;
}
.hero-heading{
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    padding:150px 0px 50px 0px!important;
    text-align:center;
}
.hero-heading h1{
    font-size: 40px;
}
.hero-heading button{
    font-size: 20px;
    padding: 10px 20px;
    margin: 20px;
}
.whitepaper{
	padding:10px 20px;
	margin:10px 0px;
	border:1px solid #e7e7e4;
    border-radius: 10px;
    background:#fbfeff;
    color:#000;
}
.pop-page{
    background:#1e525fa0;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    color:#fff;
}
article{
    margin: 10px 0px 20px 0px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.05);
    background:#2669791a;
    color:#fff;
}
a:hover, header>.container>ul>li:hover, header>.container>btn:hover{
    color:goldenrod;
}
.container>ul>li:hover>ul
{
    color:#fff;
}
.heading{ 
    background-image: url("background/hero-background.jpg"); 
    background-size: cover;
    background-position: top center;
    padding: 100px 10px 20px 10px;
    color:#fff;
    font-weight: bolder;
    text-shadow: 0px 0px 5px #000;
    border:none;
    text-align: center;
    margin-bottom: 20px;
}
.left-align{
    text-align: left!important;
}
.linkbar{
    background: #1f4f5c;
    color:#fff;
}
.linkbar>a{
    color:#fff;
}
.linkbar>a>img{
}
footer{
    color:#f6f6f6;
    background:#0b2026;
}
button{
   border:1px solid #1f4f5c;
    background:#1e525f;
    color:#fff;
    border-radius: 10px;
    margin:5px;
}
button:hover{
    background:#266979;
    cursor: pointer;

}
.small-button{
    font-size: 14px;
    line-height:16px;
    padding: 5px 10px;
    margin: 5px 0px;
}
.white-button{
    color:#000;
   border:1px solid #aaaaaa;
    background:#f0f0f0;
}

.white-button:hover{
    background:#ffffff;
    cursor: pointer;

}
.blue-button{
   border:1px solid #121133;
    background:#1e1c55;
    color:#fff;
}
.blue-button:hover{
    background:#211ca7;
    cursor: pointer;

}
.green-button{
   border:1px solid #113314;
    background:#5ca662;
    color:#fff;
}
.green-button:hover{
    background:#21991d;
    cursor: pointer;

}
.big-button{
    width:100%;
    margin:10px 0px;
    padding: 10px 20px;
}
header{
    color:#fff;
    background: #00000080;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    font-weight:bolder;
    text-shadow: 0px 0px 5px #00000080;
}
header.small{
    background: #000000c0; 
}
header>.container{
    width:100%;
}
header>.container>ul>li>ul{
    background:#1e525f;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.close-button{
    background:none;
    color:inherit;
    cursor: pointer;
}
.close-button:hover{
    color: #f33 !important;
}
.pop-alert{
    background:#000000a0;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    max-width:800px;
    height:auto;
    max-height:220px;
    bottom:0px;
    left:0px;
    padding:25px 30px!important;
}
.pop-alert .close-button{
    position: absolute;
    top: 5px !important;
    right:10px !important;
}
@media screen and (min-width: 1080px) {
.close-button{
    position: absolute;
    right:10px;
    top:10px;
}

.trip-card{
    margin-right:20px;
}
.pop-page .close-button{
    position: absolute;
    top:100px;
}
.pop-alert{
    padding-bottom:10px!important;
}
}
  @media screen and (max-width: 1080px) {

.pop-alert{
    max-height:300px;
}

a:hover, header>.container>ul>li:hover, header>.container>btn:hover{
    color:#fff;
}
header>.container>ul{
    
    background:#1e525ffa;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
    height:calc(100vh - 120px);
    overflow:auto!important;
    padding-bottom: 4px;
}
header>.container>ul>li>ul{
    background: #1e525f;
    height:calc(100vh -120px);
    overflow: auto!important;
    padding-bottom: 40px;
}
header>.container>ul>li, header>.container>ul>li>ul>li{
    border-bottom: 1px solid #00000040;
}
  }