/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.support-features-section {
    padding: 60px 0;
    text-align: center;
} */

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/regular.woff") format("woff"),
         url("/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/regular.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Open_Sans/500.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/500.woff") format("woff"),
         url("/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/regular.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url("/_hcms/googlefonts/Open_Sans/italic.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/italic.woff") format("woff"),
         url("/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/regular.woff") format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url("/_hcms/googlefonts/Open_Sans/500italic.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/500italic.woff") format("woff"),
         url("/_hcms/googlefonts/Open_Sans/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Open_Sans/regular.woff") format("woff");
}
    @font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff"),
         url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/500.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/500.woff") format("woff"),
         url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/700.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/700.woff") format("woff"),
         url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}
@font-face {
    font-family: "Poppins";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/800.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/800.woff") format("woff"),
         url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}
@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url("/_hcms/googlefonts/Poppins/italic.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/italic.woff") format("woff"),
         url("/_hcms/googlefonts/Poppins/regular.woff2") format("woff2"), url("/_hcms/googlefonts/Poppins/regular.woff") format("woff");
}       

.page_section.support-section {
    background: linear-gradient(180deg, rgba(1, 34, 72, 0.84) 0%, rgba(7, 51, 100, 0.64) 145.31%), url('bmw-blue-car.jpg');
    /* background: #000; */
    height: auto;
    color: #fff;
    background-size: cover;
    background-position: center;
  }
#navbar .dropdown-menu {
    background: black;
    margin-top: 10px;
    padding: 24px;
    border: none;
    box-shadow: -2px 3px 5px rgba(0,0,0,.1);
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #a0a0a0;
    transition: ease-in .5s;
}

.navbar-inverse .navbar-nav > li > a:focus {
outline: none;
background-color: transparent;
}

.open > .dropdown-menu {
    display: block;
    background-color: #000;
}

.dropdown-menu>li>a{
    color: #fff;
    border: none;
    padding: 8px;
}
.dropdown-menu>li>a:hover{
    color: #a0a0a0;
    background-color: black;
    transition: ease-in .5s;
    border: none;
    padding: 8px;
}

  body{
    font-family: "Poppins", Arial,;
  }

  .support-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .btn-custom {
    background: #1FE179;
    border-radius: 0px;
    color: #000;
    padding: 20px 42px;
  }

  .btn-custom:hover{
color: #fff;
transition: ease-in .5s;
  } 
.section-heading {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 40px;
    padding-top: 40px;
}

.card-features {
    background-color: #fff;
    border: 2px solid #1979E4;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-bottom: 30px;
}

.card-features:hover {
    box-shadow: 0px 0px 0px 3px #BAD7F7;
    transition: box-shadow 0.5s ease-in-out;
  }

.card-title-features {
font-size: 22px;
font-weight: 500;
text-align: center;
margin-bottom: 20px;
color: #1979E4;
}

.card-icon {
display: block;
margin: 0 auto;
width: 48px;
height: 48px;
margin-bottom: 20px;
}

.card-description {
display: flex;
align-items: center;
letter-spacing: 0.02em;

/* Digital/NavVis Grey/+1 */

color: #5D5D5E;


/* Inside auto layout */

flex: none;
order: 1;
flex-grow: 0;
}
.button-navvis{
    background-color: #1979e4; color: rgb(255, 255, 255); border-top-color: inherit; border-top-style: inherit; border-top-width: inherit; border-right-color: inherit; border-right-style: inherit; border-right-width: inherit; border-bottom-color: inherit; border-bottom-style: inherit; border-bottom-width: inherit; border-left-color: inherit; border-left-style: inherit; border-left-width: inherit; border-image-source: inherit; border-image-slice: inherit; border-image-width: inherit; border-image-outset: inherit; border-image-repeat: inherit; cursor: pointer; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: inherit; font-family: inherit; letter-spacing: inherit; line-height: inherit; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; text-transform: inherit; font-weight: 600; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; min-width: 250px; min-height: 50px; width: fit-content;
}
.button-navvis:hover{
    background-color: #155499 !important;
}
.button-navvis a{
    color: #fff;
}

.accordion_2-toggle a{
    color: black;
}
p .card-text{
    margin-bottom: 32px;
}

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

/* Accordion 2 */

#accordion_2 .panel {
    margin: 0 0 32px 10px;
}

#accordion_2 .panel-heading {
    padding: 0;
}
#accordion_2 .panel-title a {
    background: #1979e4 none repeat scroll 0 0;
    color: #fff;
    display: block;
    text-align: left;
    padding: 16px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion_2 .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
}
#accordion_2 .panel-title a::after, #accordion_2 .panel-title a.collapsed::after {
    background: #1979e4 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #ffffff;
    content: "-";
    font-size: 25px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.panel-group .panel-heading .panel-title a:before {
    content: ' ';
    width: auto;
    height: 12px;
    margin-right: 0; 
    margin-left: -5px;
}


#accordion_2 .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "+";
}
#accordion_2 .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion_2 .panel-body p {
    border-left: 1px dashed #1979e4;
    padding-left: 25px;
    text-align: left;
}

#accordion .panel {
    margin: 0 0 32px 10px;
}

#accordion .panel-heading {
    padding: 0;
}
#accordion .panel-title a {
    background: #1979e4 none repeat scroll 0 0;
    color: #fff;
    display: block;
    text-align: left;
    padding: 16px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #1979e4 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #ffffff;
    content: "-";
    font-size: 25px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.panel-group .panel-heading .panel-title a:before {
    content: ' ';
    width: auto;
    height: 12px;
    margin-right: 0; 
    margin-left: -5px;
}

#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "+";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #1979e4;
    padding-left: 25px;
    text-align: left;
}

.footer_new h4 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
}


.footer-list a {
    color: #b8b8b8 !important;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
}

.privacy-policy a{
    color: #b8b8b8 !important;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
}

.social-links a {
    color: #ffffff;
    font-size: 24px;
    margin-right: 10px;
    text-decoration: none;
}

.social-links a:hover {
    color: #cccccc;
    transition: ease-in .5s;
}

/* Responsive */
@media (max-width: 991.98px) {
.col-md-3 {
flex: 0 0 50%;
max-width: 50%;
}
.support-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.new-in-navvis{
    max-width: 5%;
}
.footer-bottom{
    padding: 40px 0;
}
.navvis-logo-footer{
    width: 20%;
}

}

@media (max-width: 575.98px) {
.col-md-3 {
flex: 0 0 100%;
max-width: 100%;
}
.footer-bottom{
    padding: 40px 0;
}
.new-in-navvis{
    max-width: 5%;
}
.back-to-navvis{
    margin-left: 0px;
}
.support-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.navvis-logo-footer{
    width: 20%;
}

}
