

body {
    background: #fff;
    font-family: Open Sans, sans-serif;
    margin: auto;
    overflow-x: hidden;
    /*max-width:1200px;*/
}

p {
    font-size: 13pt;
}

/*****************************
 * Bootstrap Overrides
 *****************************/

.btn-primary {
    background-color: #a3bd3d;
    border:none;
    color: #ffffff;
    border-radius: 25px;
}


.btn-secondary {
    background: #3c5e6d;
    border:none;
    color: #ffffff;
    border-radius: 25px;
}

.btn-default {
    border:none;
    border-radius: 25px;
    background-color:#e1e1e1;
    color:#2a4451;
}


.btn-primary:hover {
    background-color:#f2f2f2;
    color:#a3bd3d;
}

.btn-secondary:hover {
    background-color:#ffffff;
    color:#a3bd3d;
}

.btn-default:hover {
    background: #3c5e6d;
    color: #ffffff;
}

.con-info-paragraph span {
    font-size: 13pt;
}

.form-text-small {
    font-size: 8pt;
}


.secondary {
    color: #3c5e6d;
}

.secondary-dark {
    background-color: #2b4451;
}

.secondary-light {
    background-color: #e1e6e9;
}

.primary {
    color: #a4bd3c;
}

.primary-light {
    background-color: #E8EECE;
}

.primary-dark {
    background-color: #a3bd3d;
}

.page-background {
    background-color: #eceff4;
}

.gray-light {
    /*color: #e1e1e1;*/
    color: #CDD5DA;
}

.gray-med {
    color: #363636;
}

.gray-dark {
    color: #191919;
}

.gray-light-bg {
    background-color: #E1E6E9;
}

.gray-med-bg {
    background-color: #363636;
}

.gray-dark-bg {
    background-color: #191919;
}

.bg-connect-primary {
    background-color: #a4bd3c;
}

.connect-darkblue {
    color: #2a4451;
}

.connect-secondary {
    color: #3c5e6d;
}

.con-btn-md:hover {
    background-color:#2a4451;
    color:#ffffff;
}


.con-btn-inverse:hover {
    background-color:#a3bd3d;
    color:#ffffff;
}

#error_message {
    color: #ff0000;
}



/*
.primary-dark a:hover {
    background-color:#a3bd3d;
    color:#ffffff;
}
*/
/*2b4451;*/

/*Terms and Conditions*/
.tc-active {
    background-color: #2C4D5A !important;
    color: #E1E6E9 !important;
    font-weight: bold;
    border: 0;
}

.btn-group-terms .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* */

.body-centre {
    width: 100%;
    display: block;
}

.section {
    padding: 120px 0px 120px 0px;
    position: relative;
}

.row {
    font-family: Open Sans,  sans-serif;
}

.page-image {
    max-width: 40% !important;
}

/* SEARCH dropdown Settings */
.search-block {
    display: none;
    position: relative;
    width: 10px;
    right: 0;
    height: 1px;
}

.search-result {
    /*list-style: none;*/
    padding: 0px;
    width: 300px;
    margin: 0;
    right:20px;
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    background: white;
}

.search-result > div {
    background: #E3EBC4;
    margin-top: 0;
    margin-bottom: 2px;
    border-radius: 5px;
    padding:5px;

}

.search-result:hover > div:active {
    filter: brightness(115%);
}

.search-result h4 {
    padding: 0;
    margin: 4px;
    font-size: 15px;
}

.search-result p {
    padding: 0;
    margin: 4px;
    font-size: 12px;
}

.search-result small {
    padding: 0;
    margin: 4px;
}

.search-result a {
    white-space: normal;
}

.search-result a:link { text-decoration: none; color: #2a4451;}
.search-result a:visited { text-decoration: none; color: #2a4451;}
.search-result a:hover { text-decoration: none; color: #2a4451;}
.search-result a:active { text-decoration: none; color: #2a4451;}

.search-result > div:nth-child(even){
    background: #C4CED3;
    color: white;
}

.search-result > div:hover{
    cursor: pointer;
}

/* search end */

/*button style*/
.button-style {
    text-transform: uppercase;
}

.text-link-style {
     text-transform: uppercase;
 }

.btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.con-btn-sm {
    font-size: 9px;
    margin: 5px;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 25px;
}

.con-btn-md {
    font-size: 13px;
    /*font-weight: bold;*/
    margin: 5px;
    padding: 8px 40px;
    text-transform: uppercase;
    border-radius: 25px;
    border:none;
}

.con-btn-lg {
    font-size: 16px;
    margin: 5px;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 25px;
}

.con-bg-round {
    /*font-size: 13pt;*/
    margin: 5px;
    padding: 5px 30px;
    border-radius: 25px;
    border: none;
    display: inline-block;
}

.con-page-style {
    margin:0;
    padding:5px;
    padding-top:40px;
    color:#2a4451;
}

.con-split-section {
    margin-bottom: 40px !important;
}

.con-split-section-apn {
    margin-bottom: 10px !important;
}

.apn-heading-mb {
    margin-bottom: 10px;
}

.apn-heading-mb-mt {
    margin-top: 12px !important;
    padding: 10px 0 10px 0 !important;
}

.apn-heading-neg-mt {
    margin-top: -5px !important;
}

.support-image-gap {
    gap: 20px;
}

.large-label {
    font-size: 14pt;
}

.plugin-licensee-img {
    max-width:100%;
}

/*Plugin bar*/
.pluginbar-style {
    background-color: #ffffff;
    font-size: 9pt;
    color: #002752;
}

/*Navigation bar*/
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-style {
    background-color: #002752;
}

.connect-call-to-action {
    text-align:center;
    margin:0;
    padding: 20px;
}

.connect-call-to-action a {
    background-color: #a3bd3d;
    color: #ffffff;
    border-radius: 25px;
    padding: 5px;
    padding-left: 60px;
    padding-right: 60px;
    text-decoration: none;
    text-transform: uppercase;
    margin:0;
}

.connect-call-to-action a:hover {
    background-color:#89A22A;
    color:#ffffff;
}

.connect-body-style {
    /*min-width:375px;*/
    /*max-width:1400px;*/
    /*text-align:center;*/
    /*margin:0 auto;*/
}

.padding-bottom {
    margin-bottom: 25px !important;
}

.padding-top {
    margin-top: 20px !important;
}

.title-padding {
    margin: 10px 0 20px 0 !important;
}

.con-info-block {
    flex: 1;
    text-align:center;
    padding: 25px 30px 5px;
    font-size: 13pt;
    margin: 15px 5px;
    max-height: 100%;
}

.con-info-block p {
    font-size: 12pt;
    margin-bottom:20px;
}

.con-info-block.rounded {
    border-radius: 20px !important;
}

.con-info-no-margin {
    margin: 0 !important;
}

#plugin .con-info-block, #branded-messages .con-info-block {
    border-radius: 25px;
}

.con-po-btn-group {
    padding: 0 60px;
}

.con-info-paragraph {
    text-align:center;
    padding: 30px 15px;
    font-size: 13pt;
    max-width: 80vw;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.con-navbar-bg {
    background-color:#2a4451;
}

.con-max-width-block {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.con-max-width-block div {
    display: inline-block;
}

.con-iframe {
    min-width: 710px;
    min-height: 405px;
    text-align: center;
}

.con-iframe video {
    width: 854px;
    border: 0;
}

.con-form-style {
    font-family: Open Sans, sans-serif;
    background-color: #E1E6E9;
    color: #2A4451 !important;
    margin: 40px 20px 0;
    padding: 20px 30px 0;
}

.con-form-style input[type=text] {
    margin: 15px 0px;
    border-radius: 25px;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    border: none;
    font-size: 13px;
    color: #2a4451;
    box-sizing: border-box;
}

.con-form-style input[type=text]::placeholder {
     color: #969696;
     opacity: 0.7;
 }

.con-form-style input[type=number] {
    margin: 15px 0px;
    border-radius: 25px;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    border: none;
    font-size: 13px;
    color: #2a4451;
    box-sizing: border-box;
}

.con-form-style input[type=number]::placeholder {
    color: #969696;
    opacity: 0.7;
}

.con-form-style select {
    margin: 15px 0px;
    margin-top:0;
    border-radius: 25px;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    border: none;
    font-size: 13px;
    color: #2a4451;
    box-sizing: border-box;
}

.con-fixed-inner-width {
    min-width: 92% !important;
    text-transform: capitalize !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom:12px;
}

.con-max-width {
    max-width: 1000px;
    position: relative;
    display: inline-block;
    /*white-space: nowrap;*/
}

.con-form-style textarea {
    resize: none;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    width: 100%;
    border:none;
    margin-bottom: 10px;
    box-sizing: border-box;
}


.con-form-style textarea::placeholder {
    color: #ababab;
    padding-left: 15px;
}
.con-form-style textarea:focus::placeholder {
    color:transparent;
    font-size: 13px;
}

.con-form-style .form-textarea {
    /*padding-top: 10px;*/
}

.con-form-style button[type=submit] {
    margin-bottom:25px;
}

.con-form-style small {
    font-size: 10px;
    color: #2A4451;
}

.con-form-style div { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 13pt;
}

.con-radio-item {
    margin: 0 15px 5px;
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.con-checkbox-item {
    margin: 0 15px 5px;
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.con-checkbox-item input[type=checkbox] {
    display: none;
}

.con-checkbox-item label {
    color: #2A4451;
    font-weight: normal;
}

.con-checkbox-item label:before {
    border-radius: 3px;
    content: " ";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 5px 0 0;
    width: 12px;
    height: 12px;
    border: 1.8px solid #636363;
    background-color: #FFF;
}

.con-checkbox-item input[type=checkbox]:checked + label:after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 8px;
    content: " ";
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background: #636363;
}

input[type="text"]:disabled {
    background: #f5f5f5;
}

textarea:focus, input:focus {
    outline-color:  #ababab;
    outline-width: thin;
    border: 1px;
}

.con-form-style input[type=submit] {
    margin: 10px;
}

#account-information-contact h4 {
    margin-top: 15px;
}

#account-information-contact .checkbox-group {
    margin: 10px -15px;
}

.flex-center-row {
    display: flex;
    justify-content: center;
}


.xs-light-bg {
    background: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.plugin-licensee {
    position: relative;
    min-height:340px;
    left:0;
}

.plugin-licensee-background {
    position: relative;
    overflow: hidden;
    width: 1600px;
    height: 300px;
    left:0;
    background-image: url("../images/import/Plugin-Licensee-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.plugin-licensee-points {
    position: absolute;
    top: 60px;
    left: 300px;
    text-align: left;
}

.background-case {

    /*margin-left: auto;*/
    /*margin-right: auto;*/
    position: relative;
    /*display: grid;*/
    height: 634px;
    padding-top:25px
}

.about-background {
    position: absolute;

    overflow: hidden;
    width:1920px;
    height: 634px;
    background-image: url("../images/import/About_bg_lighter-01.svg");
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

    left: 50%;
    margin-left: -960px
}


.about-vision {
    position: relative;
    top: 100px;
    display:flex;
    justify-content: right;
    text-align: right !important;
}

.about-mission {
    position: relative;
    top: 220px;
    display:flex;
    justify-content: left;
    text-align: left !important;
}
 .about-mission div, .about-vision  div {
    max-width: 40vw; /* 50% */
}

.about-vision p, .about-mission p {
    margin-top: 0.8vw;
}

.contact-us-text {
    color: #2a4451;
}

.accordion-item {
    border:none !important;
}

.accordion-body-style {
    background-color: #e1e6e9;
    padding-top: 50px;
    padding-bottom: 25px;
}

.use-cases-image {
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    top: 50px;
    width: 330px;
    height:330px;
    margin-top: -110px;
}

.accordion-header {
    min-height:300px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#education-heading {
    min-height: 340px;
    padding-top: 25px;
}

#insurance-heading {
    min-height: 360px;
    padding-top: 25px;
}

.accordion-item {
    min-height:320px;
}

.accordion-collapse {
    margin-top: -60px;
}

.user-case-item-paragraph-primary {
    margin-top:30px;
    margin-left: 40px;
    border-left: 4px #a4bd3c solid;
    padding-left: 20px;
}

.user-case-item-paragraph-secondary {
    margin-top: 30px;
    margin-left: 40px;
    border-left: 4px #3c5e6d solid;
    padding-left: 20px;
}

.secondary-text{
    font-weight: 300;
    font-size: small;
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0.75rem 1.25rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #212327;
    background: #a3bd3d;
}

.cookie-alert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookie-alert a {
    text-decoration: underline;
    color: #2a4451;
}

.cookie-alert button {
    font-size: 12px;
    margin: -2px 5px 2px;
    /*padding: 5px;*/
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    border-radius: 25px;
}

.cookie-alert span {
    font-size:13pt;
}


.cookie-alert {
    margin-left: 10px;
    vertical-align: baseline;
}

/* Cookie settings Modal */
#cookie-settings-modal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
    color: #2a4451;
}

#cookie-settings-modal .modal-content {
    padding: 0 5px;
}

#cookie-settings-modal .modal-title, #cookie-settings-modal ul{
    line-height: 1;
}

#cookie-settings-modal h4 {
    margin-top: 10px;
}

#cookie-settings-modal a {
    color: #a3bd3d;
}

#cookie-settings-modal .bccs-option ul {
    list-style-type: none;
    /*margin: 0;*/
    padding-left: 25px;
}

#cookie-settings-modal button {
    font-size: 14px;
    margin: 0 10px;
    /*padding: 5px;*/
    padding-left: 15px;
    padding-right: 15px;
    /*color: #ffffff;*/
    /*text-transform: uppercase;*/
    border-radius: 25px;
}



#cookie-settings-modal input[type=checkbox]:checked {
    background-color: #3c5e6d !important;
    color: #ffffff !important;
}

#cookie-settings-modal #bccs-buttonDoNotAgree {
    color: #3c5e6d;
}

#cookie-settings-modal #bccs-buttonAgree, #cookie-settings-modal #bccs-buttonAgreeAll {
    background: #3c5e6d;
}





#terms h4, #terms h6, #paia h4, #paia h6, #privacy-connect-mobile h4, #cookie-connect-mobile h4, #apn-terms-of-service h4 {
    padding-left: 0 !important;
    color: #2a4451 !important;
}

#cookie-connect-mobile a, #terms-connect-mobile a, #privacy-connect-mobile a, #apn-terms-of-service a, #cookie-connect-mobile b {
    color: #2a4451 !important;
}

#terms, #paia  {
    text-align: left;

}

/* Privacy Policy */
#terms-connect-mobile #terms ul, #privacy-connect-mobile ul {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
    text-indent: -45px; /* key property */
    margin-left: 46px; /* key property */
}

#terms-connect-mobile ul > div, #privacy-connect-mobile ul > div {
    margin-left: 5px;
}

#terms-connect-mobile li > span, #privacy-connect-mobile li > span{
    margin-right: 12px;
}

#terms-connect-mobile ul > div, #privacy-connect-mobile ul > div  {
    margin-left:0;
    /*text-indent: -45px;*/
}

/* Clients trust  */
.slick-prev:before, .slick-next:before {
    opacity: 100% !important;
}

@media all and (min-width: 1620px) {
    .search-result {
        right: unset;
    }

    .con-info-paragraph {
        max-width: 1300px;
    }

    .banner-width-specific{
        width: 60%;
    }

}

@media all and (min-width: 1201px){

    .con-iframe {
        min-width: 674px;
        min-height: 380px;
    }

    .page-image {
        max-width: 30% !important;
    }

    .banner-width-specific{
        width: 60%;
    }

}

@media all and (min-width: 993px) and (max-width: 1200px) {

    .con-iframe {
        min-width: 674px;
        min-height: 380px;
    }

    .con-po-btn-group {
        padding: 0 15px;
    }

    .con-btn-md {
        padding: 8px 30px;
    }

}

@media all and (min-width: 769px) and (max-width: 992px) {


    /*.con-info-paragraph span {*/
    /*    font-size: 12pt;*/
    /*}*/

    .con-iframe {
        min-width: 560px;
        min-height: 315px;
    }

    .text-left {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }

    .xs-light-bg {
        background: #CDD5DA;
    }

    #education-heading {
        min-height: 420px;
        padding-top: 25px;
    }

    .con-po-btn-group {
        padding: 0 15px;
    }

    .con-btn-md {
        padding: 8px 10px;
    }

    #insurance-heading {
        height: 440px;
        padding-top: 25px;
    }

    /* About Us */
    .about-vision  div {
        max-width: 82vw;
        position: relative;
        right: 42vw;
    }

    .about-mission div {
        max-width: 82vw;
        position: relative;
        left: 42vw;
    }

    #paia ul {
        list-style-type: none;
        padding-left: 0;
    }
}

@media all and (min-width: 577px) and (max-width: 768px) {

    .connect-call-to-action img {
        max-width: 150px;
    }

    .connect-call-to-action a {
        padding: 3px 35px;

    }

    .connect-call-to-action h3 {
        position: relative;
        margin-left: -40px !important;
        margin-right: -40px !important;
    }

    .page-image {
        max-width: 45% !important;
    }

    /*.con-info-paragraph span {*/
    /*    font-size: 11pt;*/
    /*}*/

    .con-iframe {
        min-width: 500px;
        min-height: 281px;
    }

    .text-left {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }

    .xs-light-bg {
        background: #CDD5DA;
    }

    /* About Us */

    .about-vision {
        top: 116px;
    }

    .about-mission {
        top: 260px;
    }

    .about-vision  div {
        max-width: 82vw;
        position: relative;
        right: 42vw;
    }

    .about-mission div {
        max-width: 82vw;
        position: relative;
        left: 42vw;
    }

    .con-split-section {
        margin-bottom: 30px !important;
    }

    /* plugin licensee */
    .plugin-licensee {
        margin-bottom: 0;
    }

    .plugin-licensee-background {
        position: relative;
        overflow: hidden;
        width: 1600px;
        height: 370px;
        left: -100px;
        background-image: url("../images/import/Plugin-Licensee-small-bg.svg");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .plugin-licensee-points {
        font-size: 15px;
        position: absolute;
        top: 65px;
        left: 180px;
        text-align: left;
        width: 460px;
    }

    /* Use cases */
    .use-cases-image {
        top: 0;
        width: 100%;
        height: 330px;
        margin-top: 0;
    }

    #paia ul {
        list-style-type: none;
        padding-left: 0;
    }

    .banner-width-specific{
    }

}

@media all and (max-width: 576px) {

    #cookie-connect-mobile p, #privacy-connect-mobile p, #privacy-connect-mobile ul, #terms-connect-mobile ul, #terms-connect-mobile p, #apn-terms-of-service ul, #apn-terms-of-service p, #apn-privacy-policy ul, #apn-privacy-policy p, #apn-terms-of-service-mobile ul, #apn-terms-of-service-mobile p, #apn-privacy-policy-mobile ol, #apn-privacy-policy-mobile p {
        font-size: 11pt !important;
    }

    #terms-connect-mobile #terms ul, #privacy-connect-mobile ul {
        text-indent: -41px; /* key property */
        margin-left: 43px; /* key property */
    }

    .search-result {
        width: 86vw;
        right: 0;
        margin-right: 4vw;
        margin-top:5px;
    }

    /*#mobile-menu-button {*/
    /*    position:relative;*/
    /*    left: -12px;*/
    /*}*/

    .navbar .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    .connect-call-to-action img {
        max-width: 150px;
    }

    .connect-call-to-action a {
        padding: 3px 35px;

    }
    .connect-call-to-action h3 {
        position: relative;
        margin-left: -40px !important;
        margin-right: -40px !important;
        font-size: 10pt;
    }

    .page-image {
        max-width: 45% !important;
    }
    /*.con-info-paragraph span {*/
    /*    font-size: 11pt;*/
    /*}*/
    .con-info-paragraph {
        max-width: 100%;
    }

    .con-iframe {
        min-width: 100px;
        min-height: 50px;
    }

    .text-left {
        text-align: center;
    }

    .text-right {
        text-align: center;
    }

    .xs-light-bg {
        background: #CDD5DA;
    }

    /*forms */
    .con-radio-item {
        margin: 0 -15px 5px;
    }

    .con-checkbox-item {
        margin: 0 -15px 5px;
    }

    .con-form-style {
        margin: 40px -20px 0;
    }

    /* About Us */
    .about-vision {
        top: 85px;
    }

    .about-mission {
        top: 200px;
    }

    .about-vision  div {
        max-width: 87vw;
        position: relative;
        right: 47vw;
    }

    .about-mission div {
        max-width: 87vw;
        position: relative;
        left: 47vw;
    }

    .con-po-btn-group {
        padding: 0 10px;
        margin-left: -20px;
    }

    .con-po-btn-group .con-btn-md {
        padding: 8px 0px;
    }

    .con-split-section {
        margin-bottom: 30px !important;
    }

    /* plugin licensee */
    .plugin-licensee {
        margin-bottom: 10px;
        min-height:450px;
    }

    .plugin-licensee-background {
        position: relative;
        overflow: hidden;
        width: 800px;
        height: 100%;
        left: -50px;
        background-image: url("../images/import/Plugin-Licensee-mobile-bg.svg");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .plugin-licensee-points {
        font-size: 14px;
        position: absolute;
        top: 52%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 90px;
        text-align: left;
        width:70vw;
    }

    /* Use cases */
    #use-cases .accordion {
        margin-top: -36px;
    }

    .use-cases-image {
        top: 0;
        width: 100%;
        height: 330px;
        margin-top: 0;
    }

    .user-case-item-paragraph-primary, .user-case-item-paragraph-secondary {
        text-align: left;
        margin-left: 10px;
    }


    .accordion-collapse {
        margin-top: -20px;
    }

    #paia ul {
        list-style-type: none;
        padding-left: 0;

    }

    .banner-width-specific{
    }

}

@media all and (max-width: 400px) {

    /* About Us */
    .about-vision {
        top: 75px;
    }

    .about-mission {
        top: 180px;
    }

    .banner-width-specific{
    }

}
