.light-bg {
    background-color: #F6F9FE;
}

.modal-content .modal-header{
	padding: 0;
}
.modal-content{
	background: transparent;
    border: none;
}
.modal-content button.close {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 -50px 0 auto;
    padding: 10px;
}
.modal-content button.close:focus{
    outline: none;
}
.modal-content .modal-header{
	border: none;
}
.modal-body{
	min-height: calc(100vh - 180px);
	padding: 0;
	width: 100%;
}
.modal-body iframe{
	    height: calc(100vh - 180px);
    width: calc((100vh - 180px) * 1.78);
}
.slideshow {
    height: 40px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.slideshow:before, .slideshow:after {
    content: "";
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.slideshow:before {
    left: 0px;
    background: linear-gradient( to right,#F6F9FE,transparent );
}
.slideshow:after {
    right: 0px;
    background: linear-gradient( to left,#F6F9FE,transparent);
}
.slideshow>div {
    height: 40px;
    width: 3000px;
    background-image: url(../images/scanner-page-images/client-logos.svg);
    background-repeat-y: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
    animation: moveSlideshow 30s linear infinite;
}
.hero-section .hero-img-wrapper{
	position: relative;
	width: 100%;
    height: 100%;
}
.hero-section .hero-img-wrapper .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 460px;
    transform: translate(-50%,-50%);
    opacity: .7;
}
.hero-section .hero-img-wrapper .play_video_modal ,
.hero-section .hero-img-wrapper .play_video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 80px;
    width: 80px;
    display: inline-block;
}
.hero-section .hero-img-wrapper a.play_video_modal:before, 
.hero-section .hero-img-wrapper a.play_video_icon:before {
    width: 80px;
    height: 80px;
    animation: scaleIn 1s infinite ease-out;
    content: '';
    border: 15px solid #1563dc;
    position: absolute;
    background: transparent;
    border-radius: 100%;
    top: 0;
    left: 0;
    animation-fill-mode: forwards;
}
.hero-section .hero-img-wrapper .play_video_modal img ,
.hero-section .hero-img-wrapper .play_video_icon img {
    width: 80px;
    height: 80px;
}
.hero-section p{
    font-size: 15px!important;
}
.reviews .rating-wrapper {
    height: 20px;
    width: calc(5 * 20px);
    background-repeat: repeat-x;
    background-size: 20px;
    background-position: left;
    background-image: url(../images/grey-star.svg);
    position: relative;
    margin-bottom: 0px;
    margin: auto;
}
.reviews .rating-wrapper span.rating {
    height: 20px;
    background-repeat: repeat-x;
    background-size: 20px;
    background-position: left;
    background-image: url(../images/star.svg);
    position: absolute;
    left: 0;
}
.feature-section li.nav-item {
    max-width: calc(100%/5);
}
.feature-section .nav li .icon{
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 10px auto;
}
.feature-section .nav .active .icon,
.feature-section .nav a:hover .icon,
.feature-section .nav .icon,
.feature-section .nav-link.active,.feature-section .nav-link:hover,
.feature-section .nav-link{
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.feature-section .nav li .icon1{
    background-image: url(../images/gdpr-adlp/tab1.svg);
}
.feature-section .nav .active .icon1,
.feature-section .nav .nav-link:hover .icon1{
    background-image: url(../images/gdpr-adlp/tab1-active.svg);
}
.feature-section .nav li .icon2{
    background-image: url(../images/gdpr-adlp/tab2.svg);
}
.feature-section .nav .active .icon2,
.feature-section .nav .nav-link:hover .icon2{
    background-image: url(../images/gdpr-adlp/tab2-active.svg);
}
.feature-section .nav li .icon3{
    background-image: url(../images/gdpr-adlp/tab3.svg);
}
.feature-section .nav .active .icon3,
.feature-section .nav .nav-link:hover .icon3{
    background-image: url(../images/gdpr-adlp/tab3-active.svg);
}
.feature-section .nav li .icon4{
    background-image: url(../images/gdpr-adlp/tab4.svg);
}
.feature-section .nav .active .icon4,
.feature-section .nav .nav-link:hover .icon4{
    background-image: url(../images/gdpr-adlp/tab4-active.svg);
}
.feature-section .nav li .icon5{
    background-image: url(../images/gdpr-adlp/tab5.svg);
}
.feature-section .nav .active .icon5,
.feature-section .nav .nav-link:hover .icon5{
    background-image: url(../images/gdpr-adlp/tab5-active.svg);
}
.feature-section .nav{
    background: #EFF5FE;
    box-shadow: 0px 6px 12px 0px #e2ebf9;
}
.feature-section .nav-link {
    box-shadow: inset 0px -4px 0px #ffffff;
    border-radius: 0;
    padding: 30px 15px 15px 15px;
    min-height: 100%;
    cursor: pointer;
}
.feature-section .nav-link.active{
    background: #EFF5FE;
    box-shadow: inset 0px -4px 0px #2dad70;
    border-radius: 0;
}
.feature-section .nav p,.feature-section .nav a:hover p,
.feature-section .nav .active p{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #27283C;
}
.feature-section .tab-content{
    padding: 40px;
}
.feature-section .tab-content li{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 22px;
        padding-left: 30px;
    position: relative;
    list-style: none;
}
.feature-section .tab-content ul.list-items li:before {
    height: 26px;
    width: 16px;
    background-image: url(../images/ad-landing/tick-icon.svg);
    content: '';
    left: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.feature-section .tab-content .heading-5{
    margin-bottom: 30px;
}
.feature-section .feat-footer{
    background: linear-gradient(290.03deg, #DBE8FF 27.16%, rgba(206, 224, 255, 0) 122.4%), #E2F2F8;
    border-radius: 0px 0px 6px 6px;
    padding: 35px 50px;
}
.feature-section p.notes{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    color: rgba(39, 40, 60, 0.7);
}
.feature-section .feat-wrapper{
    border-radius: 6px;
    overflow: hidden;
}
.feature-section .tab-content img{
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 340px;
}
.feature-section .heading-3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 46px;
    color: #27283C;
}
.feature-section ul.list-items {
    padding: 0;
    margin: 0;
}
.plain-page-content .blue-btn {
    background: #1863DC;
    border-radius: 6px;
    color: #FFFFFF;
    border: none;
}

.plain-page-content .button {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    transition: all .2s ease;
}
.plain-page-content a.button:hover {
    text-decoration: none;
}
.plain-page-content .blue-btn:hover {
    background: #1863DC;
    color: #FFFFFF;
    opacity: .8;
    transition: all .2s ease;
}
.plain-page-content p.notes{
	margin-left: -15px;
	margin-right: -15px;
	display: inline-block;
    font-size: 14px!important;
}
.plain-page-content p.notes span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin: 15px;
}
.plain-page-content p.notes span.calender-icon:before {
    background-image: url(../images/ad-landing/calender-icon.svg);
}
.plain-page-content p.notes span.nocard-icon:before {
    background-image: url(../images/ad-landing/nocard-icon.svg);
}
.plain-page-content p.notes span:before {
    height: 100%;
    width: 22px;
    content: '';
    left: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.plain-page-content h1{
	     font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.0025em;
    color: #27283C;
    margin-bottom: 30px;
}
.plain-page-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #27283C;
    margin-bottom: 30px;
}
.plain-page-content p{
	font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #092C4C;
}
.plain-page-content .hero-section p{
	max-width: 570px;
}
.plain-page-content .small-title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.plan-cards .card-header,
.plan-cards .card-footer,
.plan-cards .card-body{
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.plan-cards .card{
    background: #FFFFFF;
    border: 1px solid rgba(225, 235, 255, 0.8);
    box-shadow: 0px 2px 5px rgba(179, 205, 255, 0.25);
    border-radius: 6px;
    min-height: 100%;
    padding: 40px 30px;
}
.plan-cards .card.popular{
    border: 2px solid #1863DC;
    position: relative;
}
.plan-cards .card.popular:before{
    content: 'Most Popular';
    position: absolute;
    left: 50%;
    top: -36px;
    text-align: center;
    transform: translateX(-50%);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #1863DC;
    background: #EFF3FF;
    border: 2px solid #1863DC;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    width: calc(100% + 4px);
    padding: 6px;
}
.plan-cards .plan-name{
    font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 28px;
margin-bottom: 10px;
text-align: left;
color: #27283C;
}
.plan-cards .plan-desc{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;
margin-bottom: 20px;
color: rgba(39, 40, 60, 0.6);
max-width: 150px;
}
.plan-cards .amount{
    font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 72px;
color: #27283C;
margin: 0 3px 0 0;
}
.plan-cards .popular .plan-name,
.plan-cards .popular .amount{
    color: #1863DC;
}
.plan-cards p.cycle{
   font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 20px;
color: #7E7E7E;
    word-break: break-word;
}
.plan-cards .features{
    padding-top: 30px;
    border-top: 1px solid rgba(24, 99, 220, 0.15);

    margin-bottom: 0px;
}
.plan-cards .features ul{
    padding: 0;
    margin: 0;
}
.plan-cards .features li{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgba(39, 40, 60, 0.7);
    margin-bottom: 20px;
    position: relative;
    padding-left: 27px;
    list-style: none;
}
.plan-cards .features ul li:last-child{
    margin-bottom: 0;
}
.plan-cards .features li:before{
    position: absolute;
    content: '';
    left: 0;
    height: 20px;
    width: 14px;
    background-image: url(../images/pricing/list-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.plan-cards .button{
    border-radius: 2px;
    display: block;
    padding: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #1863DC;
    transition: all .2s ease;
    text-align: center;
    background: #fff;
    color: #1863DC;
    border-radius: 2px;
     margin-top: 19px;
     margin-bottom: 30px;
}
.plan-cards .popular .button{
    background: #1863DC;
   
    color: #FFFFFF;
}
.plan-cards .button:hover,
.plan-cards .button:focus{
    outline: none;
    box-shadow: none;
    opacity: .8;
    transition: all .2s ease;
}
.plan-cards .tooltipicon{
    height: 20px;
    width: 17px;
    background-image: url(../images/pricing/info-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    display: inline-block;
    position: absolute;
}
.pricing a.view-more-link{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1863DC;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-right: 15px;
}
.setup-section{
    background-color: rgb(234,242,255);
    background-image: url(../images/bg-image-1.png);
    background-size: cover;
}
.setup-section p{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;

    color: #092C4C;
}
.setup-section .step{
    max-width: 215px;
    position: relative;
}
.setup-section .step img{
    width: 165px;
    height: auto;
    margin: 0 auto 30px auto;
}
.setup-section .step p{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    color: #000000;
    max-width: 200px;
}
.setup-section p.notes{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;

    color: #27283C;
}
.setup-section p.notes span{
    margin: 15px;
}
.setup-section a.button{
    min-width: 300px;
}
.faq h2{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 65px; 
    text-align: center;
    color: #000000;
}
.faq .card-header{
    padding: 0;
    background: transparent;
    border: none;
}
.faq .acc-header .item-title{
    
    position: relative;
    margin: 0;
    padding: 30px 0 30px 50px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    transition: all .2s ease;
}
.faq .acc-header .item-title[aria-expanded=true]{
    color: #1863DC;
}
.faq .acc-header .item-title:before{
    height: 100%;
    width: 30px;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    transition: all .2s ease;
}
.faq .acc-header .item-title[aria-expanded=true]:before{
    background-image: url(../images/blue-arrow.svg);
    transform: rotate(180deg);
    transition: all .2s ease;
}
.faq .acc-header .item-title[aria-expanded=false]:before{
    background-image: url(../images/black-arrow.svg);
    transform: rotate(360deg);
    transition: all .2s ease;
}
.faq .acc-body {
    padding: 0 0 30px 50px;
}
.faq .acc-body p,.faq .acc-body li{
font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #434343;
}
.faq .acc-body p a{
	color: #1763dc;
    font-size: 18px;
}
.product-carousel .carousel-inner{
	width: 80%;
	margin: auto;
}
.product-carousel .carousel-inner img{
	max-width: 100%;
	height: auto;
}
.product-carousel span.carousel-control-prev-icon{
	background-image: url(../images/black-arrow.svg)!important;
	    height: 30px;
    width: 30px;
    transform: rotate(180deg);
}
.product-carousel span.carousel-control-next-icon{
	background-image: url(../images/black-arrow.svg)!important;
	    height: 30px;
    width: 30px;
    transform: rotate(0deg);
}
.product-carousel figcaption{
	text-align: center;
}
.product-carousel ol.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    border: none;
    opacity: 1;
    background-color: #C4C4C4;
    margin-right: 8px;
    margin-left: 8px;
}
.carousel-indicators li.active{
	background-color: #666;
}
.heading-5 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #27283C;
}
@media(min-width: 768px){
    .setup-section .step1:after,
    .setup-section .step2:after{
        content: '';
        position: absolute;
        top: 25%;
        right: -50%;
        height: 20px;
        width: 78px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .setup-section .step1:after{
        background-image: url(../images/gdpr-adlp/arrow-1.svg);
    }
    .setup-section .step2:after{
        background-image: url(../images/gdpr-adlp/arrow-2.svg);
    }
    .modal-dialog{
    min-height: calc(100vh - 180px);
    min-width: calc((100vh - 180px) * 1.78);
}
}
@media(max-width: 767px){
    .feature-section .nav li .icon {
        height: 40px;
        width: 40px;
    }
    .feature-section .nav p, .feature-section .nav a:hover p, .feature-section .nav .active p{
        font-size: 14px;
        line-height: 22px;
    }
    .setup-section .step1:after,
    .setup-section .step2:after{
        content: '';
        position: absolute;
        left: 50%;
        transform: rotate(90deg);
        height: 50px;
        width: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .setup-section .step1:after{
        background-image: url(../images/gdpr-adlp/arrow-1.svg);
        bottom: -20%;
    }
    .setup-section .step2:after{
        background-image: url(../images/gdpr-adlp/arrow-2.svg);
            bottom: -24%;
    }
    .hero-section .hero-img-wrapper{
    	min-height: calc(100vw / 1.6);
    }
    .hero-section .hero-img-wrapper .hero-img{
    	max-width: 100%;
    }
}
@media(max-width: 576px){
    .feature-section .nav p, .feature-section .nav a:hover p, .feature-section .nav .active p{
        display: none;
    }
    .feature-section .tab-content{
        padding: 20px;
    }
    .plain-page-content h1{
    	font-size: 36px;
    	line-height: 45px;
    }
    .plain-page-content h2{
    	font-size: 30px;
    	line-height: 40px;
    }
    .feature-section .heading-3{
    	    font-size: 25px;
    line-height: 36px;
    }
    .modal-dialog .modal-header{
        display: none;
    }
    .modal-body iframe{
            max-height: calc(100vw - 180px);
    max-width: calc((100vw - 180px) * 1.78);
    }
    .modal-body{
            max-height: calc(100vw - 180px);
    max-width: calc((100vw - 180px) * 1.78);
    min-height: auto;
    }
}
@media(max-width: 300px){
    .feature-section .nav li .icon{
        height: 30px;
        width: 30px;
    }
}
@keyframes scaleIn {
	from {
		transform: scale(.5, .5);
		opacity: .5;
	}
	to {
		transform: scale(1.5, 1.5);
		opacity: 0;
	}
}