
.banner-form .full-form .form-group input{
    height:40px !important;
}
.full-form #textfieldA{
   width: 18% !important;
padding: 10px 5px;
}
.full-form #textfieldAb{
   width: 18% !important;
padding: 10px 5px;
}
@media only screen and (min-width: 800px) {
    #sub_email_error{
        display:block !important;
    }
    #sub_email_error1{
        display:none !important;
    }
    
}
@media only screen and (max-width: 992px){
.offcanvas-collapse{
    top:129px !important;
}
}
@media only screen and (max-width: 799px) {
    #sub_email_error{
        display:none !important;
    }
    #sub_email_error1{
        display:block !important;
    }
    .full-form #textfieldA{
        width:30% !important;
        
    }
    .full-form #textfieldAb{
        width:30% !important;
        
    }
}

.form-captcha{
   height: 39px !important;
    padding: 7px 6px !important;
}
.country{
    height:40px !important;
        line-height: 15px;
}
.banner-form .full-form .btn{
    width: 50%;
    display: table;
    margin: 0 auto;
    height: 40px;
}
.full-form .form-group textarea{
    height: 65px !important;
}
.banner-form .full-form {
    padding:30px;
}
.form-group{
    margin-bottom: 1rem;
}
.social-media-head img{
    width: 200px;
    height: 3px;
    display: block;
    margin: 0px auto 25px;
}
.post-slide img{
        width: 150px;
    
}
.flip-box {
    border:none;
}
.flip-box-front {
                    background-color: #ff585d;
                    color: black;
                    border-radius: 20px;
                }
                .flip-box-back {
                    background-color: #42bfaa;
                    color: white;
                    border-radius: 20px;
                }
@media only screen and (max-width: 780px){
    .banner-form{
        background:#011e62 !important;
        /*padding:30px 10px;*/
    }
    .banner-form .full-form {
    padding:30px 10px;
}
    .social-media-head img{
    width: 110px;
    margin: -5px auto 25px;
    }
    .apply-online .btn{
        width:50%;
        display: block;
        margin: 10px auto 0px;
    }
    
}

.video-wrapper {
    position: relative;
   
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.mccaa-video h3{
    color: #ff585d;
    text-align: center;
    font-weight:bold;
}
.about-melbourne .about-cnt p{
    font-size:15px;
    color:#555555;
    font-weight:400;
}
