body {
	font: 400 15px/1.7em 'Muli', 'Zawgyi-One', sans-serif;
	color: #444;
}
h1 {
	font: 700 32px 'Lobster Two', 'Zawgyi-One', sans-serif;
	margin-bottom: 20px;
	color: #222;
}
h2 {
	font: 700 23px 'Lobster Two', 'Zawgyi-One', sans-serif;
	margin-bottom: 20px;
	color: #222;
}
h3 {
	font: 700 18px 'Lobster Two', 'Zawgyi-One', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #222;
}
h4 {
	font: 400 15px 'Lobster Two', 'Zawgyi-One', sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
}
.menu-bar {
    background: #000460;
    padding: 10px 0;
}
.lang-picker {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}
ul.navbar-nav .nav-link {
	padding: 10px 23px !important;
	color: #fff !important;
	font: 600 15px 'Muli', 'Zawgyi-One', sans-serif;
	text-transform: uppercase;
}
.booking-panel {
    background-image: linear-gradient( #2D3177, #29567D);
    padding: 50px 0 40px 0;
}
.payment-logo {
    width: 200px;  
}
.featured-image {
    border: 10px solid white;
    box-shadow: 2px 5px #c4bcbc;
    width: 100%;
}
.booking-form{
    color: white;
}
.booking-form-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.search-button {
    border: 1px solid rgb(245, 245, 41);
    color: white;
    margin: 15px 0;
}
.powered-by {
    font-size: 10px;
}
.featured-services {
    padding: 35px 0;
}
.featured-services p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.icon-size {
    font-size: 50px;
    color: rgb(64, 94, 6, 0.8);
    margin-bottom: 10px;
}
.container-primary-content {
    padding: 40px 0;
    background: rgba(0,0,0,0.02);
    margin-bottom: 50px;
}
.primary-box {
    margin-bottom: 30px; 
    border: 8px solid #f1f1f1;
    padding: 20px;
}
.secondary-box{
    background-color: rgb(219, 233, 202);
    margin-top:10px;
    padding: 15px;
}
.secondary-box h5 {
    margin-top: 30px;
    font-weight: bold;
    color: #0e810e;
}
.content-wrapper {
    padding: 50px 0;
}
footer {
    background: #000462;
    background-size: 20px 20px;
    color: white;
}
footer h2 {
    color: #fff;
}
.footer-top {
    padding: 50px 0;
}
.footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 20px 0;
}

