﻿html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    background: #f5f8fa;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Theming */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

:root {
    --white: #f9f9f9;
    --black: #212c37;
    --grey: #85888C;
    --bgGrey: #f5f8fa;
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--white);
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);       
}

/* Header */
.header {
    background-color: var(--black);    
    top: 0;
    width: 100%;
    display: flex;    
}
.maxContainer {
    max-width: 1250px;
    min-height: 40px;
    
    margin: 0 auto;
    width: 100%;
    padding: 0px 40px;
}
.maxContentContainer {
    max-width: 1030px;
    min-height: 40px;
    margin: 0 auto;
    width: 100%;
    font-family: Poppins, Sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 0px 40px;
}
.headerContainer {    
    background-color: var(--bgGrey);
}
.logoContainer {
    padding: 30px 0px;    
}
.footerContainer {    
    background-color: #333a42;
}
/* Nav menu */
.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;
    padding: 10px;
    margin-left: -40px;
    z-index: 1000;
}

.menu a {
    display: block;
    color: #fff;
    fill: #fff;    
    font-family: Poppins, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 12px;
    border-bottom: none;
}

    .menu a:hover {
        background-color: #FFF;
    }

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb {
    cursor: pointer;
    float: right;
    padding: 31px 20px;
    position: relative;
    z-index: 2000;
}


.hamb-line {
    background: var(--white);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
}

    .hamb-line::before,
    .hamb-line::after {
        background: var(--white);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .hamb-line::before {
        top: 5px;
    }

    .hamb-line::after {
        top: -5px;
    }


.side-menu {
    display: none;
}

    /* Toggle menu icon */

    .side-menu:checked ~ nav {
        max-height: 100%;
    }

    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }

        .side-menu:checked ~ .hamb .hamb-line::before {
            transform: rotate(-45deg);
            top: 0;
        }

        .side-menu:checked ~ .hamb .hamb-line::after {
            transform: rotate(45deg);
            top: 0;
        }


/* Responsiveness */

@media (min-width: 1050px) {
    .nav {
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }

    .menu li {
        float: left;
    }
    .menu a {
        text-align: center;                
    }

    .menu a:hover {
        background-color: transparent;
        color: var(--grey);
    }

    .hamb {
        display: none;
    }    
}
@media (max-width: 1050px) {
    .nav .menu {
        margin-top: 60px;
        text-align: center;
    }
    .menu a {
        font-size: 20px;
    }
    .header .maxContainer {
        padding-right: 20px;
    }
}

.headerContent {
    text-align: center;
    padding-top: 35px;
}

.titlePre {
    font-family: Poppins, Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 10px;
    color: #324a6d;
}
.title {
    color: #1c244b;
    font-family: Poppins, Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2em;
}
.titlePost {
    color: #3d4e60;
    font-family: Poppins, Sans-serif;
    font-size: 25px;
    font-weight: 200;
    padding-bottom: 30px;
}
.textCenter {
    text-align: center;
}
.max950 {
    max-width: 950px;
    margin: 0 auto;    
}

.quickSearchDiv .fa {
    font-weight: 900 !important;    
}
.quickSearchItemRandom .fa {
    font-size: 20px !important;
}
.headLine {
    background-color: transparent;
    background-image: linear-gradient(90deg, #00a4fd 0, #85b000 100%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    height: 2px;
}
.quickSearchDiv {    
    padding-bottom: 45px;
}
.page-content {
    background-color: #FFF;
    padding-bottom: 50px;
}
h2 {
    text-align: center;
    font-family: Poppins, Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #1c244b;
    padding: 20px 0;
}
.alignleft {
    float: left;
    margin-right: 1rem;
}
.alignright {
    float: right;
    margin-left: 1rem;
}
.faqTitle {
    color: #1c244b;
    font-family: Poppins, Sans-serif;
    font-size: 65px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0;
    word-spacing: 0em;
    text-align: center;
    margin: 40px;
}

.faqList {
    font-family: "Poppins",Sans-serif;
    font-size: 18px;
    color: #324a6d;
}

    .faqList .faq {
        padding: 0px;
    }

.faq ul {
    list-style: none;
}

.faq li {
    padding: 7px;
    list-style: none;
}

    .faq li.q {
        font-weight: bold;
        border-bottom: 1px #babfc3 solid;
        cursor: pointer;
    }

    .faq:nth-child(2n) {
        background: #e4eaef;
    }

    .faq li.a {
        
        background: #fff;
        padding: 15px 35px;
        display: none;
    }
        .faq li.a ol li {
            list-style: decimal;
        }

    .faq li.q i {
        margin-right: 20px;
    }
.footerContent {
    padding: 60px 0px;
    display: flex;
    gap: 20px;
    font-family: "Poppins",Sans-serif;
    flex-wrap: wrap;
}
    .footerContent ul {
        list-style: none;
    }
    .footerContent a {
        color: #ffffff73;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
    }
        .footerContent a:hover {
            color: #ffffff73;
        }
.footerContentItem {
    flex: 1 1 200px;
}
.footerTitle {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.footerIcon, 
.footerIcon1 {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    width: 20px;
    text-align: center;
}
.footerIcon1 {
    font-size: 18px;
}
.footerLogo {
    height: 35px;
    margin-bottom: 30px;
}
.footerLeftLinks a {
    color: #FFF;
}
.footerLeftLinks li {
    margin-bottom: 10px;
}
.footerBottom {
    background-color: #212c37;
}
.footerCopyright {
    color: #fffFFF7A;
    font-size: 13px;
    font-weight: 300;
}
.responsive {
    width: 100%;
    height: auto;
}
.max680 {
    max-width: 680px;    
}
.containerDomainSearch {
    text-align: left;
}
.imgRadius {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.mobileAppSection {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 45px;
    flex-wrap: wrap;
}
.respMax400 {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.nrHighlightHeader {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.nrHighlight {
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    fill: #1c244b;
    color: #1c244b;
    background-color: #00000000;
    border-style: solid;
    border-width: 2px;
    border-color: #467ff7;
    border-radius: 100px;
    --widgets-spacing: 20px 20px;
    margin-right: 30px;
}
.nrHighlightDiv {
    padding: 10px 25px;
}
.nrHighlightDiv2 {
    padding: 10px 20px;
}
.nrHighlightTitle {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}
.sectionText {
    margin: 20px 0px;
}
.sectionText h2 {
    padding: 20px 0px;
}
.sectionText p {
    margin-bottom: 10px;
}