.logo {
    height: 60px;
}
.nav-phone {
    color: #2c53d2;
    font-size: 20px !important;
    font-weight: 900;
    margin-top: 10px;
}

.banner-start {
    overflow: hidden;
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img-start {
    /* min-height: 500px; */
    background-position: 30% 50%;
}

.space-navbar-bottom {
    height: 86px;
}

@media screen and (min-width: 992px) {
    .number-mobile{
        margin-top: -10px;
    }
}
/* @media screen and (min-width: 992px) {
    div.dropdown-multicol2{
        width: 30em;
      }
    div.dropdown-multicol2>div.dropdown-col{
        display:inline-block;
        width: 32%;
    }
} */

.navbar-toggler {
    margin: 0 !important;
    line-height: 0 !important;
}

.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}

.dropdown-item {
    color: #333333 !important;
    font-family: "Roboto Condensed" !important;
    /* font-weight: bold; */
    border: 1px solid #ddd !important;
    padding-left: 10px !important;
    /* background: #fff !important; */
}

.dropdown-item:hover {
    background-color: #2c53d2;
    color: #fff !important;
}

@media screen and (max-width: 992px) {
    .logo {
        height: 45px;
    }
    .banner-start {
        overflow: hidden;
        height: 350px;
    }
    .banner-img-start {
        min-height: 350px;
        background-position: 30% 50%;
    }
    .space-navbar-bottom {
        height: 101px;
    }
    .margin-lastlink {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        height: 35px;
    }
}

.title-style {
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
}

/* .title-style:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 90px;
    height: 2px;
    background-color: #84bf41;
} */

.parallax {
    background-size: cover;
    background-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform;
}

.content-img-gallery {
    margin-top: 20px;
    height: 350px !important;
    overflow: hidden !important;
}

.home-img-moving {
    height: 500px;
    background-position: 40% 90%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.sidebar-option-active {
    background: #093eb6;
    color: #fff !important;
}

.ul-check-list {
    list-style-image: url("../images/icons/check2.png");
    padding-left: 25px;
}

.icons-footer {
    color: #fff;
    font-size: 40px;
    margin-bottom: 15px;
}

.nav-link {
    color: #333333 !important;
    font-family: "Roboto Condensed" !important;
    font-weight: bold;
}

.nav-link:hover {
    color: #093eb6 !important;
    transition: 1.5s ease !important;
    /* background:#ddd !important; */
    background-color: #f3f3f3;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .opacity-grey-left:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, #f4f5f8 0, transparent 30%);
    }

    .opacity-grey-right:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #f4f5f8 0, transparent 30%);
    }
    .opacity-white-left:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, #fff 0, transparent 30%);
    }

    .opacity-white-right:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #fff 0, transparent 30%);
    }
}

.content-space-col {
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto;
    margin-left: auto; */
    max-width: 585px;
}
@media (min-width: 1200px) {
    .content-space-col {
      width: 585px;
    }
}
@media (min-width: 992px) {
    .content-space-col {
      width: 485px;
    }
}
@media (min-width: 768px) {
    .content-space-col {
      width: 375px;
    }
}
@media screen and (min-width: 480px) {
    .content-space-col {
        width: 95%;
        max-width: 585px;
    }
}

@media screen and (max-width: 992px) {
    .nav-link {
        color: #333333 !important;
        font-family: "Roboto Condensed" !important;
        font-weight: bold;
        border: 1px solid #ddd !important;
        padding-left: 10px !important;
        background: #fff !important;
    }

    .nav-link:hover {
        color: #093eb6 !important;
        transition: 0.5s ease !important;
        background-color: #f3f3f3;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        visibility: visible;
        opacity: 1;
        background: #093eb6 !important;
        color: #fff !important;
    }
}

.bg-bottom-img{
    margin-bottom: -75px !important;
}

.faq-question::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.5em;
    left: 0.5em;
    content: "Q";
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
    background: #8abee5;
    color: #fff;
    text-align: center;
    transform: translate(0,-50%);
    font-size: 1.125em;
}

.faq-answer::before {
    margin-top: 50px;
    content: "";
    display: block;
    position: absolute;
    left: 0.7em;
    top: 2em;
    content: "A";
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
    background: #395082;
    color: #fff;
    text-align: center;
    font-size: 1.125em;
    transform: translate(0,-50%);
}

.faq-answer-doble::before {
    margin-top: 70px;
    content: "";
    display: block;
    position: absolute;
    left: 0.7em;
    top: 2em;
    content: "A";
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
    background: #395082;
    color: #fff;
    text-align: center;
    font-size: 1.125em;
    transform: translate(0,-50%);
}

.faq-answer-triple::before {
    margin-top: 80px;
    content: "";
    display: block;
    position: absolute;
    left: 0.7em;
    top: 2em;
    content: "A";
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-weight: bold;
    border-radius: 50%;
    box-sizing: border-box;
    background: #395082;
    color: #fff;
    text-align: center;
    font-size: 1.125em;
    transform: translate(0,-50%);
}

@media screen and (max-width: 420px) {
    .faq-answer-triple::before{
        margin-top: 120px;
    }
}


/* .Qs .icoSet22.icoQuestion {
    top: 3px;
    right: 2px;
}
.icoSet22.icoQuestion {
    background-position: 0 0;
}

.icoSet22 {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    background-image: url(../images/set_22xLetterMarks.png);
} */

.social-media-link {
    /* background: #2c53d2; */
    color: #333333;
    font-size: 28px !important;
    margin-left: 15px;
    padding: 0px;
    border-radius: 2px;
}

.social-media-link:hover {
    color: #2c53d2;
}

.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width: 600px;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.offer-text{
    color: #000000;
}
.offer-content p{
    margin: 0px !important;
    font-size: 18px;
}
