::-webkit-input-placeholder {
    color: #4d909a !important;
}
::-moz-placeholder {
    color: #4d909a !important;
} /* firefox 19+ */
:-ms-input-placeholder {
    color: #4d909a !important;
} /* ie */
input:-moz-placeholder {
    color: #4d909a !important;
}
::placeholder {
    color: #4d909a !important;
}

body {
    background-image: url("../img/bg-pattern-2.svg");
    background-size: 160px;
    margin: 0;
    overflow-x: hidden;
    font-family: "Avenir Book";
}
h1,
h2,
h3,
h4 {
    margin: 0;
}
header {
    padding: 45px 20px 30px;
}
.header-top-inr {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.header-left h1 {
    color: #fff;
    font-size: 6vw;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.header-left h1 span {
    color: #e6eb16;
}
.header-left {
    width: 57%;
}
/* .header-left-wrap {
    background: #4a909b;
    position: relative;
    padding: 10px 30px;
}
.header-left-wrap:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 5px;
    width: calc(100% - 60px);
    background: #4a909b;
} */
.header-right {
    padding-right: 20px;
    margin-top: -20px;
}
.header-right img {
    width: 145px;
}
.main-banner {
    background: url(../img/aditya-wardhana.jpg) no-repeat center/cover;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu {
    margin: 0;
    text-align: center;
    margin-top: 30px;
    padding: 0;
}
.header-menu li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 21px;
    padding: 10px 20px;
    background-color: #e6eb14;
    margin: 10px;
    transition: all 0.3s ease-in-out;
    line-height: 20px;
}
.header-menu li:first-child {
    margin-left: 0;
}
.header-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.header-menu li:hover {
    box-shadow: 5px 5px #fff;
    background-color: #4a909b;
}
.header-menu li:hover a {
    color: #e6eb14;
}
.postcode-form {
    max-width: 490px;
    background: #4a909b;
    padding: 20px 38px;
    margin: 20px auto 30px;
    border-radius: 25px;
    text-align: center;
}
.postcode-form label {
color: #fff;
    line-height: 21px;
    margin: 10px 0 20px;
    font-size: 17px;
    font-family: "Avenir Book";
    font-weight: 600;
    letter-spacing: 0.2px;
}
.form-group input {
    border-radius: 25px;
    height: 45px;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: #4a909b;
    border: 0;
}
.form-group input:focus {
    border: 0;
    outline: none;
}
.postcode-form .btn-submit {
    background: #e6e938;
    border-radius: 20px;
    min-width: 150px;
    height: 40px;
    margin: 15px 0 0;
    font-weight: 600;
    color: #4d909a;
    font-size: 20px;
    line-height: 20px;
    border: 0;
}
.info-wrap {
    background: rgb(255 255 255 / 85%);
    padding: 40px 50px;
    border-radius: 30px;
    max-width: 729px;
    margin: 0 auto;
}
.info-wrap h3 {
    font-weight: 600;
    color: #4d909a;
    font-size: 26px;
    font-family: "Avenir Black";
}
.header-left-wrap img {
    width: 100%;
    padding-right: 50px;
}
.toggle-menu {
    display: none;
}
.footer-inr {
    padding: 50px 0;
    text-align: center;
}
.footer-inr p {
    font-family: 'Avenir Black';
    margin: 0;
}

@media (min-width: 768px) {
    .header-menu {
        display: block !important;
    }
}

@media (max-width: 767px) {
    header {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 10px 20px;
    }
    .header-left {
        width: 100%;
        max-width: 430px;
    }
    .header-top-inr {
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-left-wrap img {
        padding-right: 0;
    }
    .header-menu {
        margin: 0;
        text-align: center;
        margin-top: 0;
        display: none;
        position: absolute;
        width: 100%;
        z-index: 99;
        border: 2px solid #4a909b;
        left: 0;
        padding-bottom: 15px;
        background: #4a909b;
    }

    .header-right {
        padding-right: 0;
        margin: 20px 0 50px;
    }
    .toggle-menu {
        display: block;
    }
    .header-bottom {
        background-color: #4a909b;
        padding: 2px;
        position: relative;
    }
    .header-menu li {
        display: block;
        margin: 0;
        border-top: 2px solid #4a909b;
        padding: 0;
        font-weight: 600;
        font-size: 18px;
    }
    .header-menu li a {
        display: block;
        padding: 15px;
    }
    .toggle-menu {
        display: block;
        padding: 10px;
        text-align: center;
        color: #e6eb14;
        font-weight: 600;
        font-size: 19px;
        text-transform: uppercase;
    }
    .header-menu li:first-child {
        background-color: #4a909b;
    }
    .header-menu li:first-child a {
        color: #e6eb14;
    }
    .info-wrap h3 {
        font-size: 22px;
    }
    .info-wrap {
        padding: 30px;
        border-radius: 20px;
    }
    .postcode-form {
        padding: 20px 30px;
        border-radius: 20px;
    }
}
:focus::-webkit-input-placeholder {
   opacity:0;
}
:focus::-moz-placeholder { 
   opacity:0;
}
:focus:-ms-input-placeholder {  
   opacity:0;
}
