/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter';
}

body.over-hidden{
    overflow: hidden;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #000000;
    font-weight: 600;
    font-size: 36px;
}

p {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1216px;
}


/*-------------------- Header area css start --------------------*/

.header__area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}

.header__main__blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo img {
    max-width: 81px;
    display: inline-block;
    margin-right: 24px;
}
.header__logo a {
	font-weight: 300;
	font-size: 32px;
	line-height: 48px;
	color: #353535;
	display: flex;
	align-items: center;
}.header__logo a b{
	font-weight: 700; 
    margin-right: 2px
}
.header__banner {
    max-width: 96px;
}

/*-------------------- Header area css end --------------------*/

/*-------------------- Hero area css start --------------------*/

.hero__area {
    position: relative;
    z-index: 1;
    padding-top: 246px;
    padding-bottom: 40px;
}

.hero__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.hero__content__blk h1 {
    font-size: 46px;
    margin-bottom: 16px;
}

.hero__content__blk p {
    margin-bottom: 24px;
    color: #3F3F3F;
}

.hero__trustpilot__review {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.trustpilot_single_star {
    width: 16px;
}

.hero__trustpilot__review h4 {
    flex: 0 0 auto;
    margin-bottom: 0;
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 700;
    margin: 0 4px;
}

.hero__trustpilot__review .trustpilot_star {
    width: 100px;
}

.hero__trustpilot__review span {
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 500;
    margin-left: 4px;
}

.hero__btn__blk {
    display: flex;
    align-items: center;
}

.common__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #56B10E;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    width: 358px;
    height: 96px;
    flex: 0 0 auto;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}

.common__btn img {
    width: 48px;
    margin-left: 15px;
}

.common__btn:hover {
    background-color: #3E800A;
    color: #fff;
}

.hero__btn__blk a:last-child {
    width: 185px;
    margin-left: 16px;
}

.hero__img__blk img {
    width: 100%;
}

.hero__badges__blk {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 122px;
    column-gap: 16px;
}

.hero__area .g-5,
.gy-5 {
    --bs-gutter-y: 0;
}

.hero__area .g-5,
.gx-5 {
    --bs-gutter-x: 5rem;
}

.hero__main__slider>img {
    width: 100%;
    max-width: 100%;
    border-bottom: 3px solid #F1F1F1;
}

.hero__main__slider {
    border: 3px solid #F1F1F1;
    border-radius: 24px;
    background-color: #fff;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -32px;
}

.slick-dots li {
    display: inline-block;
    text-align: center;
}

.slick-dots li button {
    font-size: 0;
    width: 56px;
    height: 56px;
    border: none;
    outline: none;
    border-radius: 50%;
    transition: .3s;
    border: 5px solid transparent;
    background-color: #fff;
}

.slick-dots li:nth-child(1) button {
    background-image: url(../img/hero_bullet1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.slick-dots li:nth-child(2) button {
    background-image: url(../img/hero_bullet2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.slick-dots li:nth-child(3) button {
    background-image: url(../img/hero_bullet3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.slick-dots li:nth-child(4) button {
    background-image: url(../img/hero_bullet4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

.slick-dots li:nth-child(5) button {
    background-image: url(../img/hero_bullet5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-dots .slick-active button {
    border-color: #2079FF;
    transform: scale(1.2);
}

/*-------------------- Hero area css end --------------------*/

/*-------------------- Testimonial area css start --------------------*/

.testimonial__area {
    padding-top: 138px;
    padding-bottom: 138px;
    background-color: #FAFAFA;
}

.testimonial__topbar {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial__topbar span {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.testimonial__topbar h4 {
    color: #000000;
    font-size: 88px;
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonial__topbar p {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 68px;
    margin-bottom: 0;
}

.testimonial__left__blk {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial__left__blk h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonial__left__blk>img {
    width: 162px;
    margin-bottom: 10px;
}

.testimonial__left__blk>span {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}

.testimonial__left__blk>span a {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}

.testimonial_trustpilot_title {
    display: flex;
    align-items: center;
}

.testimonial_trustpilot_title img {
    width: 26px;
    margin-right: 5px;
    margin-top: -2px;
}

.testimonial_trustpilot_title h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.testimonial__wrap {
    background-color: #fff;
    border-radius: 24px;
    border: 3px solid #F1F1F1;
    padding: 100px 64px;
}

.testimonial__single__slide>img {
    max-width: 100px;
    margin-bottom: 8px;
}

.testimonial__single__slide>h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

.testimonial__single__slide>p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}

.testimonial__single__slide span {
    color: #5C5C5C;
    font-size: 12px;
    font-weight: 400;
}

.testimonial__single__slide span a {
    color: #5C5C5C;
    font-weight: 600;
}

.testimonial__main__slider.owl-carousel .owl-dots {
    display: none;
}

.testimonial__main__slider {
    padding: 0px 50px;
}

.testimonial__main__slider.owl-carousel .owl-nav button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #C2C2C2 !important;
    color: #C2C2C2 !important;
    font-size: 12px !important;
    transition: .3s;
}

.testimonial__main__slider.owl-carousel .owl-nav button:hover {
    background-color: #C2C2C2 !important;
    color: #fff !important;
}

.testimonial__main__slider.owl-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial__main__slider.owl-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*-------------------- Testimonial area css end --------------------*/

/*-------------------- Service area css start --------------------*/

.service__area {
    padding-top: 73px;
    padding-bottom: 73px;
    position: relative;
    z-index: 1;
}

.service_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 88%;
}

.service__title {
    text-align: center;
    max-width: 68%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 128px;
}

.service__title h2 {
    margin-bottom: 0;
}

.service__single__blk {
    text-align: center;
}

.service__single__blk img {
    width: 128px;
    margin-bottom: 48px;
}

.service__single__blk h4 {
    font-size: 28px;
    margin-bottom: 32px;
}

.service__single__blk p {
    margin-bottom: 0;
}

.service__btn__blk {
    display: flex;
    justify-content: center;
    margin-top: 108px;
}

/*-------------------- Service area css end --------------------*/

/*-------------------- FAQ area css start --------------------*/

.faq__area {
    padding-top: 121px;
    padding-bottom: 105px;
    background-color: #FAFAFA;
}

.faq__title {
    display: flex;
    align-items: center;
    height: 100%;
}

.faq__title h2 {
    margin-bottom: 0;
    font-size: 40px;
}

.faq__topbar_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.faq__topbar_img img {
    width: 100%;
}

.faq__single__wrap {
    margin-top: 24px;
}

.faq__left__blk {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 8px;
}

.faq__left__blk h4 {
    margin-bottom: 8px;
    font-size: 24px;
}

.faq__left__blk p {
    margin-bottom: 0;
    color: #999999;
}

.faq__answer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.faq__answer span {
    color: #56B10E;
    font-size: 24px;
    font-weight: 600;
}

.faq_answer_yellow {
    color: #C8A800 !important;
}

.faq_answer_red {
    color: #FF3939 !important;
}

/*-------------------- FAQ area css end --------------------*/

/*-------------------- Press area css start --------------------*/

.press__area {
    padding-top: 144px;
    position: relative;
    z-index: 1;
}

.press__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .4;
}

.press__title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.press__title h2 {
    margin-bottom: 0;
}

.press__main__blk {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 2;
}

.press__single__blk {
    flex: 20%;
    width: 20%;
    max-width: 20%;
    margin-bottom: 60px;
    padding: 16px;
    text-align: center;
}

.press__area .container {
    max-width: 1000px;
}

.press__single__blk img {
    width: auto;
    max-width: 100%;
}

.ads__area {
    background-color: #2079FF;
    padding-top: 82px;
    padding-bottom: 82px;
    margin-top: 20px;
}

.ads__main__blk {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    text-align: center;
}

.ads__main__blk h2 {
    margin-bottom: 48px;
    color: #FFFFFF;
}

.ads__main__blk a {
    box-shadow: none;
    background-color: #fff;
    color: #2079FF;
}

.ads__main__blk a img {
    filter: invert(40%) sepia(72%) saturate(6086%) hue-rotate(195deg) brightness(100%) contrast(106%);
}

.ads__main__blk a:hover {
    background-color: #fff;
    color: #2079FF;
}

/*-------------------- Press area css end --------------------*/

/*-------------------- Footer area css start --------------------*/

.footer__area {
    padding: 46px 0px;
    background-color: #5C5C5C;
}

.footer__main__blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer__main__blk span {
    flex: 0 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer__main__blk ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__main__blk ul li {
    display: inline-block;
    margin-left: 16px;
}

.footer__main__blk ul li:first-child {
    margin-left: 0;
}

.footer__main__blk ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
}

.footer__main__blk ul li a:hover {
    color: #2079FF;
}

/*-------------------- Footer area css end --------------------*/

.install-faq{
    background: url(../img/bg.svg) no-repeat;
    background-size: 100% auto;
    background-color: #143F3F;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: 999;
    opacity: 0;
    animation: fadeIn .5s linear forwards;
    display: none;
}

.install-faq.shown{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding:100px;
}

.faq-guide{
    background: white;
    border-radius: 12px;
    position: relative;
    width: 278px;
    min-height: 300px;
}

.faq-guide:after{
    content: '';
    width: 12px;
    height: 24px;
    background: url(../img/polygon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    left: -11px;
    top: 75px;
}

.faq-heading{
    display: flex;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    justify-content: flex-start;
    background: #FAFCE6;
    padding: 18px 20px;
}

.faq-heading p{
    font-style: normal;
    font-weight: 700;
    margin: 0;
    color: black;
    margin-left: 15px;
    font-size: 14px;
    line-height: 28px;
}

.faq-content{
    padding: 13px 20px;
}

.faq-content img{
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.faq-content p{
    font-size: 12px;
    color: black;
    font-weight: 500;
}

.add-extension{
    border: 1px solid #f2f3f5;
    padding: 10px 25px;
    border-radius: 7px;
    color: #3773e0;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

.add-to-chrome{
    background: #3773e0;
    padding: 10px 25px;
    border-radius: 7px;
    color: white!important;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}


@keyframes fadeIn {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.content-page h1{
   text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.content-page .hero__area .container{
    max-width: 1100px;
}

.content-page .header__area .container{
    padding: 20px 0px;
}

.content-page .header__area .container .hero__btn__blk a{
    width: 350px;
    height: 80px;
    margin-left: 16px;
}

.content-page .header__banner{
    max-width: 500px!important;
}


.content-page .hero__area p, .content-page .hero__area li{
    font-size: 16px;
    color: black;
    margin-bottom: 30px;
}