@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;800&display=swap');

* {
    font-family: 'Mulish', sans-serif;
}

html {
    background-color: #FFF;
}

header {
    background-image: url("/assets/brands/mb/images/header-bg.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
header.privacy {
    padding-bottom: 20px;
}
header .left-blue,
header .right-blue {
    position: absolute;
    width: 150px;
}
header .left-blue {
    left: 0;
    bottom: -20px;
}
header .right-blue {
    position: absolute;
    right: 0;
    bottom: 10%;
}
.navbar-default {
    background-color: transparent;
}
.navbar-default .navbar-brand {
    height: auto;
    padding-top: 10px;
}
.navbar-brand > img {
    width: 130px;
}
.navbar-default .navbar-toggle {
    background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #666;
}
ul.nav li {
    border: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.navbar-nav > li > a {
    padding-top: 50px;
}
header .header-wrap {
    background: none;
    padding-bottom: 0;
}
header .header-wrap .title {
    color: #232d6c;
    font-size: 68px;
    font-weight: 900;
    line-height: 70px;
    margin: 0;
    text-align: left;
}
header .subsection {
    background-color: #FFF;
    text-align: center;
}
header .subsection {
    color: #232d6c;
}
header .subsection h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
}
section.privacy h1 {
    font-weight: 800;
    text-align: center;
}
section.info {
    background-color: #232d6c;
    color: #FFF;
    text-align: center;
}
section.info img {
    margin-bottom: 10px;
}
section.info .icon-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
}
section.know-more {
    background-color: #FFF;
    padding: 80px 0 40px;
    text-align: left;
}
section.know-more h2 {
    color: #f15162;
    font-weight: 800;
    margin-bottom: 30px;
}
section.contact {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#da4998+0,ee4665+100 */
    background: rgb(218,73,152); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(218,73,152,1) 0%, rgba(238,70,101,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(218,73,152,1) 0%,rgba(238,70,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(218,73,152,1) 0%,rgba(238,70,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da4998', endColorstr='#ee4665',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.contact h2 {
    color: #232d6c;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}
#mb-contact-form {
    background-color: #FFF;
    border-radius: 25px;
    padding: 50px;
}
#mb-contact-form::after {
    clear: both;
    content: '';
    display: table;
}
#mb-contact-form .form-group {
    margin-left: 0;
    margin-right: 0;
}
#mb-contact-form .form-control {
    border-color: #232d6c;
    color: #232d6c;
}
#mb-contact-form input[type="submit"] {
    background-color: #f25761;
    border-radius: 7px;
    margin-top: 10px;
    width: 250px;
}
footer {
    background-color: #232d6c;
    color: #FFF;
}
@media only screen and (max-width : 992px) {
    header .left-blue,
    header .right-blue {
        width: 110px;
    }
    header .right-blue {
        bottom: 30%;
    }
    header .header-wrap {
        padding-top: 80px;
    }
    header .header-wrap .title {
        font-size: 54px;
        line-height: 56px;
    }
}
@media only screen and (max-width : 768px) {
    header {
        background-image: url("/assets/brands/mb/images/header-bg-mobile.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
    }
    .navbar-default .navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    footer img,
    .navbar-brand > img {
        width: 100px;
    }
    .navbar-collapse {
        box-shadow: none;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: rgba(255,255,255,0.4);
        border-color: transparent;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #232d6c;
        padding: 5px 15px;
    }
    header .left-blue, header .right-blue {
        width: 100px;
    }
    header .header-wrap {
        padding-top: 40px;
    }
    header .header-wrap .title {
        font-size: 36px;
        line-height: normal;
        text-align: center;
    }
    header .subsection {
        padding-top: 20px;
    }
    header .subsection h2 {
        font-size: 24px;
    }
    section.info img {
        width: 70px;
    }
    section.info .icon-title {
        font-size: 15px;
    }
    section.know-more {
        padding-bottom: 80px;
        text-align: center;
    }
    section.know-more img {
        display: block;
        margin: auto;
        width: 150px;
    }
    #mb-contact-form {
        border-radius: 5px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #mb-contact_full_name,
    #mb-contact_mobile {
        margin-bottom: 0;
    }
    footer {
        padding: 40px 0;
    }
}
@media only screen and (max-width : 480px) {

}