@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);




.header {
    background: #0088cce6;
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0rem;
}

.header__logo img {
    width: 170px;
}

.header__logo a {
    display: inline-block;
}

.header__menu {
    text-align: center;
}

.header__menu ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    padding: 0;
    margin: 0;
    padding: 20px 0px;
}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 0;
}

.header__menu ul li.active a {
    background: #167abf;
    color: #ffffff;
}

.header__menu ul li:hover a {
    background: #167abf;
    color: #ffffff;
}

.in{
    width:24%;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li a {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.header__menu ul li a span {
    position: relative;
    font-size: 17px;
    top: 2px;
}

.header__right {
    text-align: right;
    padding: 20px 0 15px;
}

.header__right a:hover {
    background: #1a315d;
    color: #fff;
}

.header__right a button {
    font-size: 12px !important;
    padding: 0.5em 2em;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    background: dodgerblue;
    color: white;
    border-radius: 4px;
    font-weight: 800 !important;
}





.footer {
    background: #222121;
    /* padding: 40px 0 10px 0; */
    position: relative;
    /* margin-top: -50px !important; */

}

.footer p {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    color: white;
    text-align: center;
}

.footer p a {
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.footer h2 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
}

.footer h2:after {
    content: '';
    background: #ddd;
    height: 1px;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer__nav ul {
    display: inline-block;
    margin-top: 10px;
}

.footer__nav ul li {
    list-style: none;
}

.footer__nav ul li a {
    font-size: 14px;
    color: white;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer__nav ul li a:hover {
    color: #1a315d;
    /*text-decoration: underline;*/
}

.footer__copyright__text {
    color: #000;
    margin-bottom: 0;
    text-align: right;
}

.securitylogo {
    margin-top: 20px;
}

.securitylogo img {
    height: 40px;
}

.footer__copyright__text a {
    color: #e53637;
}

.bottom-links {
    text-align: center;
    border-top: 1px solid #ddd;
}

.footer img {
    cursor: pointer;
}

.footer .bottom-links a {
    margin: 0 5px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
}

.footer .bottom-links a:hover {
    color: #167abf;
    /*text-decoration: underline;*/
}

.bottom-links a:after {
    content: '';
    background: #167abf;
    position: absolute;
    right: -7px;
    width: 1px;
    height: 100%;
    top: 1px;
    height: 100%;
}

.bottom-links a:last-child:after {
    display: none;
}

.float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100}


.my-float {
    margin-top: 16px;
}

.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f2f2f2; */
    box-shadow: 0px 0px 15px #00000027;
    padding: 9px 0px;
    border-radius: 5em;
}

.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #00000027;
    transition: 0.3s;
}

.social-button:hover {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons svg {
    transition: 0.3s;
    height: 20px;
}

.facebook {
    background-color: #00a783;
}

.facebook svg {
    fill: #f2f2f2;
}

.facebook:hover svg {
    fill: #3b5998;
}

.github {
    background-color: #1f9dd4;
}

.github svg {
    width: 68px !important;
    height: 25px;
    fill: #f2f2f2;
}

.github:hover svg {
    fill: #1f9dd4;
}

.linkedin {
    background-color: #0077b5;
}

.linkedin svg {
    fill: #f2f2f2;
}

.linkedin:hover svg {
    fill: #0077b5;
}

.instagram {
    background-color: #c13584;
}

.instagram svg {
    fill: #f2f2f2;
}

.instagram:hover svg {
    fill: #c13584;
}

@media only screen and (max-width: 767px) {

    .swiper {

        padding: 1px 10px;
    }

    /*.footer h2{*/
    /*    text-align:center !important;*/
    /*}*/

    .bottom-links a:after {
        display: none;
    }

    .footer h2:after {
        /*right: 0;*/
        /*margin: 0 auto;*/
    }

    .section-title h4:after,
    .section-title h5:after {
        top: 3px;
    }

    .footer p {
        margin-top: 0 !important;
    }

    .securitylogo img {
        height: 40px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .sst__item__pic .ep {
        font-size: 14px;
        padding: 2px 8px;
        left: 5px;
        top: 10px;
    }

    .sst {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .footer__nav ul li a {
        padding: 3px 8px;
    }

    .footer__nav ul li {
        margin-right: 3px;
    }

    .trending__sst .row {
        margin: 0;
    }

    .trending__sst .row .col-6 {
        padding: 0 5px;
    }

    .sst__item {
        margin-bottom: 10px;
    }

    .hero {
        overflow: hidden;
        padding-top: 10px;
    }

    .header {
        position: relative;
    }

    .header .container {
        position: relative;
    }

    .sst__sidebar {
        padding-top: 50px;
    }

    .footer__logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__nav {
        margin-bottom: 15px;
    }

    .footer__copyright__text {
        text-align: center;
    }

    .sst__page__title .section-title {
        margin-bottom: 30px;
    }

    .sst__page__title .sst__page__filter {
        text-align: left;
    }

    /*.footer{*/
    /*    text-align: center;*/
    /*}*/
    .login {
        padding: 0;
    }

    .login__form {
        padding-left: 0;
        margin-bottom: 15px;
    }
}

.main-content {
    padding: 2rem 0rem 0rem;
}

.main-content h1 {
    background: #1f9dd4;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    padding: 0.5rem 0rem;
}

.main-content h2 {
    background: #0077b5;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.4rem 0rem;
}

.main-content h3 {
    background: #167abf;
    font-weight: 700;
    font-size: 1.4rem;
    color: #ffffff;
    padding: 0.3rem 0rem;
}

.main-content h4 {
    background: #167abf;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 0.2rem 0rem;
}

.main-content h5 {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Open Sans';
}

p {
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
}

.faq-question {
    cursor: pointer;
    margin: 10px 0;
    font-weight: bold;
}

.faq-answer {
    display: none;
    margin: 10px 0;
    /* padding-left: 20px; */
}

.banner-desk {
    padding: 0.5rem 0rem;
}

.banner-desk img {
    width: 100%;
}

.banner-mobile {
    display: none;
    padding: 0.5rem 0rem;
}

.banner-mobile img {
    width: 100%;

}

.mobile-car {
    display: none;
}

@media only screen and (max-width:525px) {
    .banner-desk {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    .desktop-car {
        display: none;
    }

    .mobile-car {
        display: block;
    }

    .d-b {
        display: block;
    }

    .disclaimer-img {
        width: 236px;
        padding: 17px 0px;
    }
}

.graphic {
    padding: 2rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.graphic img {
    width: 100%;
}

.download-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-button button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    animation: pulse 3s linear infinite;
    padding: 4px 10px;
    width: 90%;
}

/* @keyframes fadeCircle{
  
    0% {
      box-shadow: 0 0 #25d366;
    }
    100% {
      box-shadow: 0 0 37px 37px #3498db00;
    }
  } */

@keyframes pulse {
    0% {
        box-shadow: #0088cc 0px 0px 0px;
    }

    25% {
        box-shadow: #016da3 0px 0px 25px;
    }

    50% {
        box-shadow: #00aaff 0px 0px 40px;
    }

    75% {
        box-shadow: #016da3 0px 0px 25px;
    }

    100% {
        box-shadow: #0088cc 0px 0px 0px;
    }
}


.download-button button a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
}

.download-button button a img {
    width: 10%;
}

footer {
    padding: 1rem 0rem;
}

.footer__nav ul {
    padding: 0;
    margin: 0;
}

.footer__nav a:hover {
    color: #ffffff !important;
}


.d-f {
    display: flex;
}

.disclaimer {
    padding: 15px;
    width: 100%;
    margin: auto;
    background-color: #222121;
}

.disclaimer-img {
    width: 400px;
    padding: 22px;
}

.disclaimer-img img {
    width: 100%;
}