
@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu{
        margin-left:0; margin-right: 0;
    }
    .dropdown-menu li{
        position: relative;
    }
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}
.hero-content-wrap h6 {
    display: block;
    margin-top: 0;
    font-size: 3.052em;
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    -webkit-font-smoothing: antialiased;
}
.popup-item p { text-align: center;}
@media (max-width: 991px) and (min-width: 320px) {
    .menu ul {
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: auto;
    }
}
.mobile-show { display: none;}
@media (max-width: 767px) {
    .menu li a {
        padding: 12px;
    }

    .topbar-text ul li a
    {
        font-size: 11px !important;
        font-weight: 400;
        font-weight: bold;
    }
}


.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: #06D85F;
}
/*
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
*/
.popup {
    margin: 150px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px){
    .mobile-show {
        display: block;
    }
    .box{
        width: 70%;
    }
    .popup{
        width: 70%;
    }
    .topbar-text ul li a
    {
        font-size: 10px !important;
        font-weight: 400;
    }
}

@media screen and (max-width: 600px) {

    .hide-mobile {
        display: none !important;
    }
}

@media screen and (min-device-width: 481px) and (max-device-width: 600px) {
    .hide-mobile {
        display: none !important;
    }
    .topbar-text ul li a
    {
        font-size: 10px !important;
        font-weight: 400;
    }

}


.topBox {
    background-color:white;
}

.topBox-container {
    display:flex;
    justify-content:flex-end;
}

.topBox a {
    padding: 7px 15px;
    display: inline-block;
    font-size: 15px;
    color: #776d72;
    line-height: 30px;
    border-left: 1px solid #e3dada;
}
.topBox a:first-child {
    border-left:0px !important;
}

.topBox a:hover {
    text-decoration:underline;
}
.share-list .list-inline-item {
    margin-right: 0px !important;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #dee2e6;
    padding: 10px 10px;
    text-align: center;
    z-index: 999999999;
}
.js-cookie-consent-agree {
    background: black;
}

.cookie-consent__agree
{
    background: #002e5b;
    border: 2px solid #002e5b;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14.5px 30px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 0.6px;
}

.stat-div {
    font-size: 1.953em;
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}


.add_bottom_15 {
    margin-bottom: 15px;
}

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}
.form_title h3 {
    margin: 0;
    padding: 0;
}
.form_title h3 strong {
    background-color: #e80566;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}
.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}
#fmrequest .step::before {
    display: none;
}
#fmrequest select {
    height: calc(2.56em + .75rem + 2px);
}
.extension-number li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #002e5b;
    position: absolute;
    top: 25px;
    left: 13px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #0057b7;
}
.extension-number li span.big
{
    color: #002e5b;
    font-size: 1.25rem;
    font-weight: 800;
}
.extension-number li
{
    list-style-type: none;
    border-radius: 4px;
    background-color: #f1f1f5;
    padding: 10px 10px 10px 32px;
    position: relative;
    margin-bottom: 10px;
    font-size: .8125rem;
    font-weight: 400;
    text-align: left;
    color: #2d2f39;
}
