body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background: #fff;
}

.logo a {
    display: block;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pr-3{
    padding-right:40px;
}
.pl-3{
    padding-left:40px;
}

* {
    outline: none;
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo img {
    margin: 0 auto;
    /*top: 60px;
    position: relative;*/
}

.faq_headings h1 {
    padding-top: 0px;
    font-weight: 800;
    font-size: 42px;
    margin: 0px 0px 20px;
    text-transform: uppercase;
}

.faq_headings .ex-cont {
    text-transform: uppercase;
    color: #000;
    margin: 0px;
}

.faq_headings .email {
    margin: 0;
}

.faq_headings .email a {
    color: #07a2b8;
    font-weight: 700;
    text-decoration: none;
}

.faq_headings .email a:hover {
    opacity: 0.9;
}

/*.accordion a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #000222;
    font-size: 18px;
    font-weight: 900;
    border-bottom: 1px solid #e5e5e5;
}*/

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #000222;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-item a {
    padding: 20px 0;
    cursor:pointer;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    text-decoration: none;
}

.accordion a.active {
    color: #000222;
}

.accordion a::after {
    content: "+";
    font-size: 30px;
    position: absolute;
    float: right;
    right: 1rem;
    color: #000222;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 500;
    top: 3px;
}

.accordion a.active::after {
    content: "-";
    color: #000;
    font-size: 30px;
}

.accordion .content {
    display: none;
    padding: 1rem;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.accordion .content p {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

footer {
    background-color: #06a2b8;
    /*height: 80px;*/
}

.sn-copyright p {
    margin: 0 auto;
    padding: 28px 0;
    color: #fff;
    font-size: 17px;
}

.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.h100 {
    height: 100%;
}

section.benifits {
    background-color: #fbf9f9;
    padding: 60px 0px;
}

       
        
.faq_content h1{
        margin: 0 0 25px;
    padding: 0;
}
 .faq_content p {
            font-size: 18px;
            margin: 0 0 30px;
}

.icon_textBlock p {
    color: #000;
}
ul.faq_contentList li p {
    margin: 0;
}

ul.faq_contentList {
    padding-left: 0px;
}

ul.faq_contentList li .fa {
    margin-right: 5px;
    color: #06a2b8;
    /* background: #06a2b8; */
    padding: 5px;
    border-radius: 5px;
}

ul.faq_contentList li {
            list-style: none;
            display: flex;
            margin-top: 20px;
            transition: 0.5s;
            padding: 5px 25px 5px 5px;
            width: 50%;
            float: left;
            text-align: left;
            color:#06a2b8;
        }

ul.faq_contentList li:hover {
            color: #06a2b8;
            background-color: transparent;
            padding: 5px 25px 5px 5px;
            border-radius: 0;
            border-right: 0;
            box-shadow: none;
        }
        
        ul.faq_contentList li span img {
            width: 20px;
            margin-right: 8px;
        }
        ul.faq_contentList li .faq_iconBlock img.img_after {
            display: block;
        }

        
        ul.faq_contentList li .faq_iconBlock img.img_before{
            display: none;
        }
        
        
        .icon_textBlock h3 {
            margin-top: 0px;
            margin-bottom: 5px;
        }
        .faq_iconBlock {
            padding-right: 15px;
        }
        .faq_Img img {
            border-radius: 10px;
        }
        
        
        .faq-signup {
            background: #06a2b8;
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            padding: 50px 0;
            display: inline-block;
            width: 100%;
        }
        
        .faq-signup h3 {
            font-size: 45px;
            font-weight: 600;
            margin: 0;
        }
        
        .wht-btn {
            background: #fff;
            border: #fff 2px solid;
            border-radius: 50px;
            padding: 20px 35px;
            color: #05a3b7;
            font-size: 16px;
            margin: 20px 10px 0;
            font-weight: 400;
            display: inline-block;
            width: 100%;
            text-align: center;
        }
        .wht-btn:hover {
            background: transparent;
            color: #fff;
            text-decoration: none;
        }
        
        .join-free {
            background: #fbf9f9;
            font-size: 16px;
            font-weight: 300;
            color: #000;
            padding: 50px 0;
            display: inline-block;
            width: 100%;
            margin-bottom: -5px;
        }
        
        .fadeInUp {
            -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
        }
        .animated {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: bounceOutRight;
            animation-fill-mode: bounceOutRight;
        }
        .join-free h3 {
            font-size: 45px;
            font-weight: 600;
            margin: 0;
        }
        .gray-btn {
            background: #06a2b8;
            border: #06a2b8 2px solid;
            border-radius: 50px;
            padding: 20px 35px;
            color: #fff;
            font-size: 16px;
            margin: 20px 10px 0;
            font-weight: 400;
            display: inline-block;
            width: 300px;
            text-align: center;
        }
        
        .gray-btn:hover {
            background: transparent;
            color: #06a2b8;
            text-decoration: none;
        }
        .faq_headings h1 {
            padding-top: 0px;
            font-weight: normal;
            margin: 0px;
            text-transform: none;
        }
        .sn-copyright.text-center a {
    color: white !important;
}
