
/* General CSS */

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url(../font/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url(../font/OpenSans-Regular.ttf) format("truetype");
}

html,
body {
    height: 100%;
}

body {
    font-family: "OpenSans", "OpenSans-Regular", sans-serif;
}

p {
    color: #92A2A9;
    font-size: 16px;
    font-weight: 400;
    font-family: "OpenSans", "OpenSans-Regular", sans-serif;
}

@font-face {
  font-family: "Nunito-Bold";
  font-display: swap;
  src: url(../font/Nunito-Bold.ttf) format("truetype");     
}

@font-face {
  font-family: "Caveat-Regular";
  font-display: swap;
  src: url(../font/Caveat-Regular.ttf) format("truetype"); 
}

@font-face {
  font-family: "Lato-Bold";
  font-display: swap;
  src: url(../font/Lato-Bold.ttf) format("truetype");    
}

@font-face {
  font-family: "Lato-Regular";
  font-display: swap;
  src: url(../font/Lato-Regular.ttf) format("truetype");    
}
/*====================================================
                        HOME
======================================================*/

#home {
    height: auto;
    margin-top: 0;
    z-index: 99;
}

#home-cover {
    height: 100%;
   background-color: #1d76c6;
    background-image: url("/img/bg-home.webp");
    background-repeat: no-repeat, repeat;
        background-size: 100% 100%;
    background-position: center;
        padding: 10px 0;
}

#home-cover2 {
    height: 100%;
    background-color: #1d76c6;
    background-image: url("/img/bg-home.webp");
    background-repeat: no-repeat, repeat;
        background-size: 100% 100%;
    background-position: center;
        padding: 10px 0;
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
}

#home-heading h3 {
    color: #FFFFFF;
    font-size: 55px;
    font-weight: 700;
    margin: 5px 0 5px 0;
    font-family: "Lato-Bold";
}
#home-heading h4 {
    color: #84C9F1;
    font-size: 22px;
    margin: 5px 0 5px 0;
    font-family: "Lato-Regular"; 
}


#home-heading h5 {
    color: #C52A30;
    font-size: 55px;
    font-weight: 700;
    margin: 30px 0 0px 0;
    font-family: "Caveat-Regular"; 
}
/*====================================================
                        PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



/*====================================================
                       ANIMATE
======================================================*/

#home-cover,
#home-heading,
#home-bx {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}
#home-bx p {
    font-family: "OpenSans-regular";
    font-style: italic;
    text-align: left;
}
#home-cover {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}

#home-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}


/*====================================================
                       CONTENT (Generic)
======================================================*/

.content-box {
    padding: 60px 0 60px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 120px;
    height: 1px;
    background-color: #C3282C;
    margin: 0 auto 2px auto;
}
.content-title-underline2 {
    width: 90px;
    height: 1px;
    background-color: #C3282C;
    margin: 0 auto 30px auto;
}






/*====================================================
                       TESTIMONIALS
======================================================*/
.content-title-underlineblue, .content-title-underline2blue{  
    background-color: #0383C2; 
}

#testimonials-cover {
    background-image: url("/img/testi-bg.jpg");
}
h3.csmr-tsti {
    color: #002868;
}

#customers-testimonials {
    padding: 50px 0;
}

.testimonial img.img-circlec {
    width: 60px;
    height: auto;
    max-width: 60px;
}

.testimonial blockquote {
    border: 0;
    font-family: "Lato-Regular"; 
    color: #000;
    padding: 0;
    position: relative;
}
.testimonial-author {
    text-align: left;
    padding: 2px;
}

.testimonial-author h6{ 
    color: #0383C2;
    font-weight: 400;
    font-style: italic;
}

.testimonial blockquote p {
    color: #777;
    text-align: left;
}

.img-circle-lf {
    float: left;
    width: 40px !important;
        margin-right: 10px;
}

.owl-carousel .owl-item img { 
    width: 45px; 
}
.testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}
 
img.img-responsive.img-circle {
    width: 30px;  
    margin-bottom: 5px;
        margin-right: 10px;
        float: left;
}
 
img.img-responsive.img-circlec {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.testimonial-author p {
    color: #000;
    font-size: 17px;
}

.testimonial-author p strong {
    display: block;
}

.testimonial {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #B31E22;
}

.owl-theme .owl-dots .owl-dot span { 
    background: #ccc; 
}

.owl-theme .owl-dots .owl-dot span { 
    margin: 5px 3px; 
}

.owl-prev {
    left: -10rem !important;
}

.owl-next {
    right: -10rem !important;
}

.owl-theme .owl-nav [class*=owl-] { 
    background: #96e2e800; 
}
.owl-theme .owl-nav [class*=owl-]:hover { 
    background: rgba(0,0,0,0.075); 
}

/*====================================================
                       FOOTER
======================================================*/

footer {
    background-image: url(../img/bg-footer.png);
    padding-top: 30px;
}

.scnd-brdr-clr  {
    border-top: 4px solid #841B1F; 
    margin: -25px 0 60px 0;
}

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #34c6d3;
}


/*====================================================
                       NAVIGATION
======================================================*/

.navbar {
    padding: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
        margin-bottom: 0px;
        border-radius: 0;
}
.vesco-top-nav {
    
}
.navbar-mynv {
    background: transparent;
    padding: 7px 0;
    z-index: 99999999 !important;
    position: relative;
}

.vesco-nav-wrapper {
    padding: 0 30px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px; 
    font-family: "OpenSans-Regular", arial;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #34c6d3;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    max-height: none !important;
}

/* Modern mobile menu styles */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(1, 27, 44, 0.98);
        border: none;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
        padding: 0;
        margin: 0;
        border-radius: 0 0 8px 8px;
    }

    .navbar-collapse .navbar-nav {
        float: none;
        margin: 0;
        padding: 10px 0;
    }

    .navbar-collapse .navbar-nav > li {
        float: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse .navbar-nav > li:last-child {
        border-bottom: none;
    }

    .navbar-collapse .navbar-nav > li > a {
        padding: 15px 20px;
        display: block;
        color: #fff;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .navbar-collapse .navbar-nav > li > a:hover,
    .navbar-collapse .navbar-nav > li > a:focus {
        background: rgba(155, 196, 85, 0.2);
        color: #9BC455;
    }

    .navbar-header {
        position: relative;
        z-index: 10000;
    }

    .navbar-toggle {
        margin-top: 8px;
        margin-right: 15px;
        padding: 10px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background: rgba(255, 255, 255, 0.1);
        border-color: #fff;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        transition: all 0.3s ease;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }
}

.vesco-top-nav ul.navbar-nav>li.active>a {
    color: #34c6d3;
}

.navbar-collapse > ul > li > .active {
    border-bottom: 2px solid #9BC455;
}

.cstm-cntct {
    background-color: #0184FE;
    border-radius: 5px; 
}

.navbar-brand { 
    font-size: 24px; color: #fff;
}

.frm-bxs {
    height: 50px;
}



div#home-bx {
    width: 60%;
    margin: 0 auto;
}

input#firstname, input#lastname, select#stts {
    width: 30%;background-position: 3px;
    padding: 0 0 0 45px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: none; 
}

input#firstname { 
    background-image: url(../img/h-user-ico-1.png);
    background-repeat: no-repeat; 
        background-size: 35px;
} 

input#lastname {  
    background-image: url(../img/h-user-ico-2.png);
    background-repeat: no-repeat;
        background-size: 35px;
}

select#stts {  
    background-image: url(../img/h-ocation-ico.png);
    background-repeat: no-repeat;
        background-size: 35px;
    color: #777;
    background-color: #fff !important;
    
}
#btn-frm-hm {
    width: 7%;
}

button#btn-frm-hm {
    background-color: #9BC455;
    border: none;
    border-radius: 5px;
    float: right;
}
button#btn-frm-hm:hover {
    background-color: #A7C50A; 
}
i.fa.fa-search {
    color: #ffffff;
    font-size: 25px;
}

#home-cover {
  position: relative;
  text-align: center; 
} 

.centered {
   position: absolute;
    bottom: -26px; 
    left: 50%;
    transform: translate(-50%, -18%); 
    padding: 5px; 
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.17);
} 
.centered2 {
    bottom: 0;
    left: 0;
    transform: translate(1000px, -170%);
    padding: 5px;
    width: 42px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.17);
}
.all-titlesh3 {
    font-family: "Lato-Regular";
    color: #002868;
}

.all-titlesh4 {
    font-family: "OpenSans-Regular";
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #002868;
    text-align: center;
}

.container-cstmzd {
    width: 59%;
    margin: 0 auto;
}

.container-cstmzd p{
    margin-bottom: 50px;
}

#PeopleSearch {
    text-align: center;
    line-height: 2;
}

#dos {
    width: 100%;
    height: auto;
}

.all-titlesh3white {
    color: #ABBBD1;
}

.dos-boxes {
    text-align: center;
    padding: 20px 5px;
    height: 180px;
     
}

.dos-boxes img{
    margin-bottom: 20px;
}

.dos-boxes-colored {
    background-color: #07002f63;
    border-radius: 5px;
}
.dos-boxes h6 {
    color: #ABBBD1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.dos-boxes p {
    color: #ABBBD1;
    font-size: 12.1px;  
}

.container-cstmzd2 {
    width: 63%;
}


#faq {
    width: 100%;
    height: auto; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.righ-bx h6{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px; 
    font-family: "OpenSans-Regular", arial;
    margin-bottom: 15px;
}

.righ-bx p{
    color: #999;
    font-size: 12px;  
        padding-left: 52px;
}

i.fa.fa-question {
    color: #B31F21;
    font-size: 20px;
    background-color: #F5DFE1;
    padding: 10px 15px;
    border-radius: 20px;
}

.lef-ico {
    float: left;
    margin: 0px 10px 30px 0px;
}


.faqbx {
    margin-bottom: 25px;
}

.container-cstmzd3 {
    width: 70% !important;
    max-width: 1200px;
}

footer p {
    font-size: 11px;
    line-height: 1.55;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    min-height: 88px;
    margin: 0 0 10px;
}

.disclmr {
    color: #C67F00;
}


footer h4 {
    color: #8895AA;
    font-size: 15px;
    margin: 0;
}

footer h5 {
    color: #8895AA;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.cstm-cntctf {
    font-size: 12px;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
}

a.cstm-cntctf:hover{ 
    color: #000000;  
    text-decoration: none;
}

.ftr-img {
    width: 70px;
}

.ftr-img-strs {
    text-align: center;
    margin: 10px auto; 
}


.hr-f { 
        border-top: 1px solid #598213;
}

a.pps-f {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.5;
    display: inline-block;
    min-height: 24px;
}
a.pps-f:hover {
    color: #8895AA; 
}
ul.lis-mnu-f {
    padding-left: 0;
    list-style: none;
    display: flex;
    min-height: 24px;
    align-items: center;
}

ul.lis-mnu-f li {
    margin: 0 15px;
}

ul.lis-mnu-f li a{
    color: #64707b;
    line-height: 1.5;
    display: inline-block;
}

ul.lis-mnu-f li a:hover{
    color: #598213;
    text-decoration: none;
}

.lis-mnu-f-scl {
    padding-left: 0;
    list-style: none;
    display: flex;
}

.lis-mnu-f-scl li {
    margin: 0 5px;
}
ul.lis-mnu-f-scl a{
    color: #598213;
}
ul.lis-mnu-f-scl a:hover{
    color: #64707b;
}
.scl-mda-f {
    float: right;
}

.scl-mda-f i.fa.fa-facebook-f, .scl-mda-f i.fa.fa-twitter, .scl-mda-f i.fa.fa-instagram {
    border: 1px solid;
    padding: 5px 6px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}

/* Prevent footer layout shift from Font Awesome icons loading */
.lis-mnu-f-scl li a {
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -2rem;
}

.owl-next {
  right: -2rem;
}






.fst-bx h2 {
    font-family: Lato-Bold;
    font-size: 22px;
    margin: 20px 0 20px 0;
    TEXT-ALIGN: center; 
}
.fst-bx h3 {
    font-family: Lato-Bold;
    font-size: 16px;
    margin: 20px 0 5px 0; 
    color: #02B3E4;
}
.hr-fst {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.mtchs-rslt-lnks ul li a {
    background-color: #ffffff00;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 20px;
}

.mtchs-rslt-lnks ul li a:hover {
    background-color: #C6FBFF;
    color: #C52B31i; 
}

.brdr-cstm-mtch1 {
    border: 1px solid #E5F3FE;
    border-radius: 20px;
    padding: 3px;
    margin-right: 5px;
}
.brdr-cstm-mtch2 {
    border: 1px solid #F3F1FF;
    border-radius: 20px;
    padding: 3px;
}
.brdr-cstm-mtch3 {
    border: 1px solid #FFF8E5;
    border-radius: 20px;
    padding: 3px;
}
.brdr-cstm-mtch4 {
    border: 1px solid #FFE9E9;
    border-radius: 20px;
    padding: 3px;
}
.brdr-cstm-mtch5 {
    border: 1px solid #F3F1FF;
    border-radius: 20px;
    padding: 3px;
}
.brdr-cstm-mtch6 {
    border: 1px solid #FFF8E5;
    border-radius: 20px;
    padding: 3px;
}

.mtchs-rslt-lnks ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-bottom: 40px;
}

.mtchs-rslt-lnks ul li {
    margin: 10px 0;
}

/* Hide all result sections initially to prevent layout shift (CLS) */
#peopletop,
#votertop,
#propertytop,
#vehicletop,
#businesstop,
#corporatetop,
#marketingtop,
#contributionstop,
#healthcaretop,
#patentstop,
#highschooltop,
#whitehousetop,
#licensestop,
#aviationtop,
#imdbtop,
#hamradiotop,
#sportstop,
#authorstop,
#salariestop,
#pensiontop,
#permitstop,
#lobbyiststop,
#attorneystop,
#ppptop,
#sectop,
#realtorstop,
#billoflladingtop {
    display: none;
}

.scd-bx h4{
    font-family: Nunito-Bold;
    font-size: 18px; 
    background-color: #ffffff00;
    color: #000000;
    text-decoration: none; 
    padding: 0px 0px;
    margin: 0px;
    border-radius: 30px; 
}

.mtchs-ttles {
    float: left;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5px;
    margin-right: 11px;
    border: 1px solid #e2f0fb;
}

h4.brdr-cstm-mtch1 {
    padding: 10px;
    background-color: #E5F3FE;
    margin: 20px 0;
}
h4.brdr-cstm-mtch2 {
    padding: 10px;
    background-color: #F3F1FF;
    margin: 20px 0;
}
h4.brdr-cstm-mtch3 {
    padding: 10px;
    background-color: #FFF8E5;
    margin: 20px 0;
}
h4.brdr-cstm-mtch4 {
    padding: 10px;
    background-color: #FFE9E9;
    margin: 20px 0;
}
h4.brdr-cstm-mtch5 {
    padding: 10px;
    background-color: #F3F1FF;
    margin: 20px 0;
}
h4.brdr-cstm-mtch6 {
    padding: 10px;
    background-color: #FFF8E5;
    margin: 20px 0;
}
.mtchs-rslt-lnks ul li a img{
       width: 48px;
    margin-right: 10px;
    margin-left: -16px;
}


.mtchs-rcrd-lnks-lef img {
    width: 30px;
    margin: 0 30px 0 20px;
}
.mtchs-rcrd-lnks{
    margin: 10px 0;
    padding: 3px 0;
        box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.04);
    overflow: hidden;
}

.mtchs-rcrd-lnks-lef {
    float: left; 
    padding: 18px 0;
}
.mtchs-rcrd-lnks-righ { 
    margin: 0 0 0 50px; 
    padding: 10px 0;
}


.mtchs-rcrd-lnks-lst{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}


ul.mtchs-rcrd-lnks-lst li a img {
    width: 20px;
    margin-right: 7px;
}
ul.mtchs-rcrd-lnks-lst li a {
    color: #918B85;
    font-weight: 400;
    font-size: 12px;
}

ul.mtchs-rcrd-lnks-lst li a strong {
    color: #918B85;
    font-weight: 400;
}

ul.mtchs-rcrd-lnks-lst li {
    margin-right: 20px;
}

.mtchs-rcrd-lnks-righ h6 {
    font-family: OpenSans-Regular;
    font-weight: 600;
    color: #999;
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}

span.scnd-h6-ttl {
    font-weight: 400;
    color: #918B85;
}

span.scnd-h6-ttl-fnt {
    font-weight: 400;
    color: #8895AA;
}

ul.mtchs-rcrd-lnks-lst a {
    font-size: 12px;
}

.mtchs-rcrd-lnks-lst-mrgn {
    margin-top: 13px;
}

section#ps-result {
    margin: 50px 0;
    /* Reserve minimum height to prevent footer CLS when results load */
    min-height: 400px;
}

.col-md-2.col-md-2-cstm h6 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.lef-bx-do {
    background-color: #EBF9EA;
        padding: 50px;
}

.lef-bx-do-up {
    text-align: center;
        margin-bottom: 30px;
}


.lef-bx-do-down-box-lef {
    float: left;
}

.lef-bx-do-down-box {
    margin-bottom: 30px;
}


p.pcrow {
    margin-bottom: 15px;
}

.lef-bx-do-up h3 {
    font-family: "Lato-Regular";
    font-weight: 700;
    color: #002868;
}

.lef-bx-do-down-box-righ h5 {
    color: #555;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Lato-Regular"; 
}


















.righ-bx-do {
    background-color: #FFE9E9;
        padding: 50px;
}

.righ-bx-do-up {
    text-align: center;
        margin-bottom: 30px;
}


.righ-bx-do-down-box-lef {
    float: left;
}

.righ-bx-do-down-box {
    margin-bottom: 30px;
}

 

.righ-bx-do-up h3 {
    font-family: "Lato-Regular";
    font-weight: 700;
    color: #002868;
}

.righ-bx-do-down-box-righ h5 {
    color: #555;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Lato-Regular"; 
}



.col-md-6.col-md-6np {
    padding-left: 0;
    padding-right: 0;
}

.lef-bx-do {
    background-color: #EBF9EA;
    padding: 50px 50px 50px 230px;
}

.righ-bx-do {
    background-color: #FFE9E9;
    padding: 50px 230px 50px 50px;
}


.lef-bx-do-down-box-lef img, .righ-bx-do-down-box-lef img {
    width: 80px;
}

section#Count {
    background-color: #9BC455;
    padding: 50px;
    text-align: center;
    margin: 0 auto;
}

.Count-box h4 {
    font-family: Lato-Regular;
    color: #ffffff;
    font-size: 16px;
}

.Count-box h5 {
    font-family: Lato-Regular;
    color: #ffffff;
    font-size: 65px;
    font-weight: 600;
}


.Count-box { 
    margin: 0 auto; 
    width: 50%;
}
.Count-boxbf {  
    width: 25%;
    text-align: right;
}

.Count-boxbf img{  
    width: 90px; 
    margin: 20px 0; 
}

.Count-boxaf img{  
    width: 90px; 
    margin: 20px 0; 
}
.Count-boxaf {  
    width: 25%;
    text-align: left;
}

.Count-box-all {
        display: flex;
}




/*******************************
            Accordion
*******************************/
    .panel-group {
        margin-bottom: auto;
        box-shadow: 0px 0px 20px 5px #d9edf7b8;
    }
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        
        padding: 15px;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE; 
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        text-decoration: none; 
        padding: 15px;
        font-family: Lato-Bold;
            color: #777;
    }

    .more-less {
        float: right; 
    }
    .more-less2 {
        float: left; 
            top: -12px;
        margin-right: 10px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
        padding-left: 76px;
        padding-right: 76px;
        font-family: Lato-Regular;
            color: #777;
    }

 .glyphicon-plus:before {
    content: url(../img/plu.png);
}

 .glyphicon-minus:before {
    content: url(../img/minu.png);
}

  .glyphicon-plus2:before {
    content: url(../img/qu-blu.png); 
}

  .glyphicon-minus2:before {
    content: url(../img/qu-gree.png); 
}





#fam-safe {
    background-color: #1d76c6;
   background-image: url("/img/bg-home-af-foo.webp");
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

a.strt-srch {
    background-color: #9BC455;
    color: #ffffff;
    font-family: Lato-Bold;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

a.strt-srch:hover {
    background-color: #7BB537; 
}


.fam-safebox h3 { 
}

.fam-safebox img { 
}

.fam-safebox h3 {
    font-family: Lato-Bold;
    color: #ffffff;
    font-size: 30px;
    margin: 25px 0;
}



.additional-content{
  display:none;
}














input#address {
    background-image: url(/img/h-ocation-ico.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 90%;
    background-position: 3px;
    padding: 0 0 0 45px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: none;
}
                            
                            .w3-bar.w3-black {
    margin-bottom: 10px;
}
                            
                            button.w3-bar-item.w3-button {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
                            
                            button.w3-bar-item.w3-button:hover {
    background-color: #00000040; 
}
                            
                            button.w3-bar-item.w3-button:active, button.w3-bar-item.w3-button:focus {
    background-color: #00000040; 
}


@media (max-width: 767px) {
input#address { 
width: 100%;
} 
}

.ad_wrapper{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.42857143;
    color: #f1f1f1;
    font-size: 12px;
    font-family: roboto,sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: #f1f1f1;
    font-size: 12px;
    font-family: roboto,sans-serif;
    box-sizing: border-box;
    border: none!important;
    min-height: 250px;
    background: 0 0!important;
    display: flex!important;
    float: none;
    justify-content: space-between;
    line-height: 0;
    margin-bottom: 45px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 25px!important;
    min-width: 970px;
    padding: 0;
    text-align: center!important;
    width: 970px;       
    position:relative; display:inline-block;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    width: 300px;
    aspect-ratio: auto 300 / 250;
    height: 250px;!important;
    display: block;
}
.ad_wrapper2{
max-height:350px;
}

.mtchs-rcrd-lnks-detail{
color: #9499a8;
font-size: 12px;
}
.s_info{
font-size: 12px;
color: #9499a8;
}
.mtchs-rcrd-lnks-detail{
font-size: 12px;
color: #9499a8;
}
.mtchs-rcrd-extra{
margin-top: 8px;
padding-left: 0;
}
.mtchs-rcrd-extra-item{
font-size: 12px;
color: #9499a8;
margin-bottom: 2px;
line-height: 1.5;
}
.mtchs-rcrd-extra-inline{
font-size: 12px;
color: #9499a8;
margin-right: 20px;
display: inline;
}
.mtchs-rcrd-extra strong{
color: #7a8599;
}