@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}
a{
    color: #213164;
    outline: none !important;
}
textarea {
    resize: vertical;
}
.header-contact{
    background-color: #213164;
    color: #fff;
    padding: 5px;
    position: relative;
    z-index: 3;
}
a.btn-blue, .btn-blue{
    color: #fff;
    background-color: #213164;
    border-color: #0f1835;
    cursor: pointer;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:hover{
    color: #213164;
    background-color: #213164;
	background-color: transparent;
    border-color: #0f1835;
    cursor: pointer;
}
.header-contact .btn-blue{
    color: #fff;
    background-color: #0f1835;
    border-color: #0f1426;
}
.btn-rounded{
    border-radius: 20px;
}
@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg);
    }
}
.main-menu {padding-top: 12px;}
.main-menu .navbar-collapse {padding-right: 0;}
.main-menu .navbar {margin-bottom: 12px;}
.pt-5{padding-top: 5px;}
.pt-30{padding-top: 30px;}
.mb-30{margin-bottom: 30px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color: #fff;}
.navbar-default{
    border:none;
    background-color:transparent;
    float: right;
	z-index: 999;
}
.navbar-default .navbar-nav>li>a {
    color: #3c3b3b;
    font-weight: 600;
}
.navbar-default .btn-blue{
    padding: 0px 20px;
    line-height: 3;
    margin-top: 6px;
    color: #fff !important;
    background-color: #213164 !important;
	background-color: #cb3134 !important;
	border-color: #c02135;
}
.section-features{
    margin-top:50px;
}
.section-features-compare img{
    margin-top: 10px;
    height: 68px;
}
.section-features-compare .eyezup-f-logo img{height: auto;}
.text-bold{font-weight: 600;}
.heading{
    font-weight: 700;
    font-size: 32px;
    text-align:center;
    color:#213164;
    margin-top: 0px;
    margin-bottom: 60px;
    position: relative;
	text-transform: uppercase;
}
.heading span{
    color:#c02134;
}
.heading:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -56.5px;
    background-image: url(../images/divider.png);
    height: 18px;
    width: 113px;
}

.table-responsive th h3 {
    background: #213164;
    color: #fff;
    padding: 12px 0px;
    font-size: 22px;
    letter-spacing: 0.5px;
}
.table-responsive tbody tr:nth-child(2n+1) {
    background: #efefef;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 15px;
}
.small-heading{
    font-weight: 600;
    font-size: 26px;
    text-align:left;
    color:#213164;
    margin-bottom: 30px;
    position: relative;
}
.small-heading:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    background-image: url(../images/divider.png);
    height: 18px;
    width: 113px;
}
.features-content{margin-left: 120px;}
.features-content h3{
    color: #c02134;
    font-weight: 700;
    font-size: 20px;
}
.hexagon i{
    left: 18px;
    position: absolute;
    top: 7px;
    font-size: 3em;
    color: #213164;
}
.features-icon {
    position: absolute;
    left: 14%;
}
.hexagon {
    position: relative;
    width: 100px;
    height: 57.74px;
    background-color: transparent;
    margin: 28.87px 0;
    border-left: solid 5px #213164;
    border-right: solid 5px #213164;
    float: left;
}
.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 70.71px;
    height: 70.71px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 9.6447px;
}
.hexagon:before {
    top: -35.3553px;
    border-top: solid 7.0711px #213164;
    border-right: solid 7.0711px #213164;
}
.hexagon:after {
    bottom: -35.3553px;
    border-bottom: solid 7.0711px #213164;
    border-left: solid 7.0711px #213164;
}
/* .section-videos  */
.section-videos{
    padding: 50px 0px;
    position: relative;
}
.section-videos:before{
    content: '';
    background-image: url("../images/video-bg-image.jpg");
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background-size: cover;
}
.section-videos:after{
    content: '';
    background-image: url("../images/cross-blue.png");
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
}
@media (min-width: 901px) {
	.section-videos iframe {
		min-height: 470px;
		width: 100%;
	}
}
@media (max-width: 900px) {
	.section-videos iframe {
		min-height: 450px;
		width: 100%;
	}
}
@media (max-width: 800px) {
	.section-videos iframe {
		min-height: 400px;
		width: 100%;
	}
}
@media (max-width: 700px) {
	.section-videos iframe {
		min-height: 360px;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.section-videos iframe {
		min-height: 320px;
		width: 100%;
	}
}
@media (max-width: 500px) {
	.section-videos iframe {
		min-height: 290px;
		width: 100%;
	}
}
@media (max-width: 400px) {
	.section-videos iframe {
		min-height: 220px;
		width: 100%;
	}
}
@media (max-width: 350px) {
	.section-videos iframe {
		min-height: 170px;
		width: 100%;
	}
}
.section-news-bg{
    position: relative;
    padding: 40px 0;
}
.news-accordion{
    background: rgba(255, 255, 255, 0.85);
    padding: 30px 10px 40px;
}
.section-news-bg:before{
    content: '';
    background-image: url("../images/new-slider-bg.jpg");
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background-size: cover;
}
.news-accordion #accordion .dw-accordion:nth-child(6) h4:before {
    content: "Beta";
    position: absolute;
    top: 0;
    left: 22%;
    font-size: 12px;
    margin-top: -4px;
}
.news-accordion #accordion .dw-accordion:nth-child(6) h4 {
    position: relative;
}
.section-program{
    padding: 50px 0px;
    position: relative;
}
.section-program:before{
    content: '';
    background-image: url("../images/referral.jpg");
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background-size: cover;
}
.sub-title{
    color:#213164;
    font-weight: 700;
    line-height: 1.5;
}
.sub-title span{
    color:#c02134;
    font-weight: 700;
}
.main-title{
    font-size: 50px;
    font-weight: 800;
    color: #213164;
}
.no-margin{
    margin: 0 !important;
}
.application-box{
    background-image: url('../images/shape1.png');
    padding:35px 30px;
    background-size: cover;
}
.application-box-icon{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border:4px solid #8394ca;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -65px;
}
.application-box-icon img{
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
}
.application-box-content{
    color: #fff;
}
.application-box-content h2{
    font-size: 25px;
}
.application-box-content a{
    color:#213164;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
}
.btn-bordered{
    border:1px solid #213164;
    color: #213164;
    font-weight: 600;
}
.btn-bordered-red {
    border: 1px solid #c02134;
    color: #c02134;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
}
input.btn-red{
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
#mc_embed_signup div.response{
    margin: 0 !important;
    padding: 0 !important;
}
.btn-red {
    border: 1px solid #700f11 !important;
    color: #fff;
    background: #c02134;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
    border: 1px solid #700f11;
    color: #fff;
    background: #c02134;
}
.pricing-table{
    border: 1px solid #cbc9c8;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 1px #cbc9c8;
    text-align: center;   
    background: #fff;
	min-height: 760px;
	margin: 10px 20px;
}
.pricing-description a {
    padding: 16px 24px;
    border-radius: 100px;
    letter-spacing: 0.2px;
}
.pricing-description a:hover{
   background:#c02134;
   border: 1px solid #c02134;
   color:#fff;
}
.annual-plan-active{
    transform: scale(1.04);
    -moz-transform: scale(1.04);
}
.pricing-table:hover{
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    background: #fff;
    transition: all 0.5s ease;
}
.color-red{
    color:#c02134;
}
.text-blue{
    color:#213164;
}
.color-blue {
    color: #213164;
    font-size: 26px;
    text-transform: capitalize;
}
.pricing-header{
    padding: 20px 20px 1px;
    border-bottom:1px solid #cbc9c8;
}
.pricing-header h3{
    font-weight: 800;
    margin:0;
    line-height:28px
}
.pricing-header p{
    margin-top: 10px;
}
.price{
    padding: 20px;
}
.currency-symbol{
    font-size: 22px;
    font-weight: 600;
    display: inline-table;
    vertical-align: top;
    color:#c02134;
}
.pricing-amount{
    font-size: 45px;
    font-weight: bold;
    color:#212f64;
}
.pricing-validity{
    font-weight: 600;
    font-size: 16px;
}
.pricing-icon{
    padding: 0px 20px;
}
.pricing-description{
    padding: 20px;
    color: #333333;
}
.mt-10{
    margin-top:10px;
}
footer {float: left;width: 100%;}
.footer{background-color: #1a1a1a;}
.footer-social{
    border-bottom: 1px solid #4c4948;
    padding: 40px 0;
}
.footer-address{
    padding: 40px 0;
}
.socialMedia a {
    margin-right: 28px;
}
.socialMedia a:last-child {
    margin-right: 0px;
}
.socialMedia a i {
    font-size: 32px;
    color: #545050;
    margin-top: 20px;
}
.socialMedia a:hover i {
    color: #c02134;
}
a:hover, a:focus{
    text-decoration: none;
}
.color-white{
    color:#fff;
}
.input-rounded-bordered{
    border: 1px solid #868282;
    border-radius: 20px;
    background: #383635;
    color:#868282;
}
.input-helper{
    color:#868282;
    margin-left:10px;
}
.footer-menu ul li {
    display: inline-block;
    margin-right: 5px;
    width: 100px;
}
.footer-menu ul li a {
    color: #726e6e;
    font-size:14px;
    font-weight: 600;
}
.footer-menu:last-child{
    margin-top: 20px;
}
.footer .address, .footer .phone{
    color: #726e6e;
    font-size:14px;
    font-weight: 600;
}
.footer .address i, .footer .phone i{
    font-size:18px;
}
.footer-bottom {
    background-color: #0e0e0e;
    margin-bottom: 60px;
}
.footer-partners{
    padding: 20px 0;
    border-bottom: 1px solid #4c4948;
}
.footer-partners .partners-img{
    margin-right: 30px;
    margin-bottom: 10px;
}
.footer-partners span{
    color: #726e6e;
}
.copyrights{
    padding: 20px 0;
    color: #726e6e;
}
.copyrights-menu ul li {
    display: inline-block;
    margin-left: 25px;
}
.copyrights-menu ul li a{
    color: #726e6e;
}
.dw-list{
    list-style-type:none;
    padding: 0;
}
ul.dw-list li {
    position: relative;
    line-height: 1.7;
    color: #333;
}
ul.dw-list li:not(:last-child) {
    margin-bottom: 10px;
}
ul.dw-list li .ring_bullet {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/li-icon.png");
}
ul.dw-list li .list-content {
    width: 90%;
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
}
ul.dw-list.medium li{
    margin-bottom: 15px;
}
ul.dw-list.medium li .ring_bullet {
    width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/li-icon.png");
	background-size: 25px;
}
ul.dw-list.medium li .list-content {
	width: 90%;
	display: inline-block;
	margin: 0 0 0 40px;
	font-size: 16px;
}
.invitation{
    color: #000000;
    font-weight: 600;
    font-size: 46px;
}
.invitation span{
    color: #f8971d;
    font-weight: 600;
}
.referral-calc{
    display: table;
    margin: 0 auto;
}
.referral-calc .referral-description small{
    font-size: 23px;
}
.referral-calc .referral-description{
    font-size: 35px;
    font-weight:bold;
    display: table-cell;
    color: #000;
}
.referral-calc .referral-sign{
    font-size: 50px;
    font-weight: bold;
    padding: 0 50px;
    display: table-cell;
    vertical-align: middle;
    color: #f8971d;
}
.links-group{
    color: #000;
    font-size:26px;
}
.links-group a,.links-group span{
    color: #c02134;
    text-decoration: none;
}
.store-button{
    margin-top: 50px;
	text-align:center;
}
.store-button img {
    margin-left: 6px;
    margin-right: 6px;
}
.learn-more{
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.learn-more:hover{
    color: #c02134;
}
.learn-more i{
    font-size: 24px;
    font-weight: bold;
    color: #f8971d;
}
.sticky-label{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 16px;

    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: sticky-label 3.5s ease-in-out forwards infinite;
    animation: sticky-label 3.5s ease-in-out forwards infinite;
}
@-webkit-keyframes sticky-label{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
@keyframes sticky-label{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
@media (max-width:992px) {
    .feature-img{
        margin: 0 auto;
    }
    .dw-list{
        margin:0;
    }
    .footer-menu ul li{
        width: 93px;
    }
    .address{
        text-align: center;
        margin-top: 15px;
    }
    .phone, .footer-partners, .address, .footer-logo, .footer-menu{
        text-align: center;
    }
    .footer-partners .partners-img{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-partners .text-right{
        text-align: center;
    }
}
@media (max-width:768px) {
    .feature-img{
        margin: 0 auto;
    }
    .dw-list{
        margin:0;
    }
    .footer-social{
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-social i{
        margin-bottom: 15px;
        text-align: center;
    }
    .news-section{
        margin: 15px 0;
    }
    .news-section .btn-red{
        margin-top: 10px;
    }
    .phone, .footer-partners, .address, .footer-logo, .footer-menu, .copyrights{
        text-align: center;
    }
    .footer-menu:first-child, .footer-menu:last-child{
        margin-top:15px
    }
    .copyrights .copyrights-menu{
        text-align: center;
        margin-top: 15px;
    }
    .referral-calc .referral-description, .referral-calc, .referral-calc .referral-sign{
        display: block;
    }
    .heading{
        font-size: 27px;
    }
    .sub-title{
        font-size: 20px;
    }
    .navbar-default{
        width: 100%;
    }
    .breadcrumb{
        margin: 0 !important;
    }
}
@media (max-width:1024px) {
    .gif-logo{
        display: none;
    }
    .logo{
        display: block !important;
    }
}
a.carousel-item.active:after {
    content: '';
    background-image: url('../images/iphone-frame.png');
    position: absolute;
    left: -14px;
    right: -14px;
    top: -50px;
    background-size: cover;
    bottom: -50px;
    height: 458px;
}
.arrow:hover, .arrow:active, .arrow:focus{
    color: #c02134
}
.prev {
    left: 5%;
    background-position: 0px 0px;
}
.next {
    right: 5%;
    background-position: -52px 0px;
}
.btn:focus, .btn:active{
    outline: none;
}
.arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #c02134;
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    border: 2px solid #c02134;
}
.referral-description .support-text{
    font-size: 16px;
    color: #c02134;
    display: block;
}
.dw-modal{
    background-color: rgba(0, 0, 0, 0.55);
}
.singin-bg{
    background-image: url("../images/signin-bg.png");
    height: 437px;
    width: 50%;
    background-size: cover;
    border-radius: 7px 0 0 7px;
}
.no-padding{
    padding: 0;
}
.dw-full-width{
    width:100%;
}
.dw-modal .close {
    position: absolute;
    right: 0px;
    top: -18px;
    border: 0;
    color: #fff;
    z-index: 1;
    background: #c02135;
    opacity: 1;
    padding: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 17px;
	outline: none;
}
.dw-modal-rightside, .dw-modal-leftside{
    float: left;
    padding: 35px 25px;
    width: 50%
}
.dw-modal-leftside p{
    color: #fff;
    margin-top: 20px;
	font-size: 19px;
}
.forgot-password{
    position: absolute;
    bottom: 20px;
    left: 40px;
}
.forgot-password a{
    color: #fff;
    font-style: italic;
}
.page-header-bg{
    background-image: url("../images/page-header.jpg");
    height: 130px;
    width: 100%;
    background-size: cover;
    margin-bottom: 40px;
}
.page-header-bg h1{
    margin-top: 45px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
.breadcrumb{
    background-color: transparent;
    margin-top: 45px;
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item.active{
    color: #fff;
    font-weight: bold;
}
.breadcrumb>li+li:before{
    color: #fff;
}
.section-pricing-faq {
    background-color: #f0efef;
    font-size: 15px;
    line-height: 26px;
}
.section-pricing-faq .panel-title {
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.section-pricing-faq .panel-body * {
    font-size: 15px !important;
    line-height: 26px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.faq-section{
    margin-bottom: 30px;
}
.faq-section p.faq-heading{
    font-weight: bold;
    font-size: 16px;
}
.faq-section p{
    font-size: 16px;
}
.partner-section{
    background-color: #213164;
    height: 340px;
    position: relative;
    margin-bottom: 30px;
}
.partner-section:hover{
    background-color: #c02134;
}
.partner-section img{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: -107px;
    margin-top: -43px;
}
.partner-section:hover img{
    opacity: 0;
}
.partner-section:hover .partner-content{
    opacity: 1;
}
.partner-content{
    opacity: 0;
    position: absolute;
    padding: 0 20px;
    color: #fff;
}
.contact-heading {
    color: #213164;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-heading span{
    color: #c02134;
}
.contact-title {
    font-size: 32px;
    color: #213164;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.text-grey {
    color: #979696;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: 0.8px;
}
.section-pricing-faq .form-control{
    background-color: transparent;
}
.p-tb-50{
    padding: 50px 0;
}
.mr-0{
    margin-right:0;
}
.news-title{
    color: #213164;
    font-weight: 600;
    margin-top:0;
    line-height: 22px;
}
.mb-20{
    margin-bottom: 20px;
}
.dw-accordion .panel-body {
    border-top: 3px solid #213164 !important;
    font-size: 15px;
    color: #333;
    line-height: 26px;
}
.dw-accordion .panel-title{
    font-weight: 600;
}
.dw-accordion a[aria-expanded="true"] .fa-chevron-right{
    display: none;
}
.dw-accordion a[aria-expanded="false"] .fa-chevron-down {
    display: none;
}
.section-blog .mypersonal {
    height: 100%;
}
.blog-wrapper{
    position: relative;
    margin-bottom: 30px;
}
.blog-header{
    background-image: url('../images/blog-wrapper-image.jpg');
    height: 280px;
    background-size: cover;
}
.blog-header .info-box{
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: 600;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.bg-blue{
    background-color: #213164;
    color: #fff;
}
.blog-body{
    position: relative;
}
.blog-body.bg-blue{
    padding: 30px 20px;
}
.blog-body .author-info{
    width: 100%;
    display: inline-block;
}
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td,
.blog-title a{
    color: #333;
}
.blog-title a:hover{
    color: #222;
}
.bg-blue .blog-title a{
    color: #fff;
}
.bg-blue .blog-title a:hover{
    color: #e6e6e6;
}
.blog-date{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #c02134;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.blog-date h3{
    font-size: 32px;
    font-weight: 700;
    margin-top: 13px;
}
.blog-date h3 span{
    display: block;
    font-size: 10px;
    font-weight: 500;
}
.blog-content p{
    margin-top: 0px;
    font-size: 15px;
    line-height: 26px;
}
/*-custom-css-*/
#ios-tab > .row {
    display: flex;
    align-items: center;
}
#ios-tab > .row .mb-30.change-image {
    margin-bottom: 0px;
}
.iphone-img {
    text-align: center;
}
.iphone-img img {
    width: 100%;
	width: 300px;
    display: initial;
}
.features-content p {
    letter-spacing: 0.5px;
    color: #333;
    line-height: 24px;
}
.fixed-sticky {
    position: fixed;
    background: #213164;
    z-index: 123;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
}
.fixed-sticky-img img{width:100%;}
.fixed-sticky-text p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    padding-top: 14px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.about-us p {
	font-size: 15px;
	margin-top: 35px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color:#333;
}
.section-pricing-faq p {
    font-size: 16px;
    margin-top: 5px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.about-us .btn-lg{
    font-size: 15px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 100px;
}
.about-us .btn-lg:hover{background:#333;}
.blog-body .info-box{
    font-size:18px;
}
.section-pricing-author {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.about-news a{color: #c02134;font-size: 16px; font-weight: 600;}
.about-news p {line-height: 24px;color: #333;}
.section-pricing-faq .section-pricing-faq-title{
    background:#213164;
    color:#fff;
}
.section-pricing-faq-content{
    line-height:22px;
}
.about-news .section-pricing-author{
    color: #a1a1a1;
    margin-bottom: 12px;
    font-size: 13px;
}
.join-btn a.btn{
    padding:14px 35px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
}

.join-input input{
    height: 50px !important;
    border-radius: 100px !important;
    padding: 6px 20px !important;
}
.join-input span.input-helper {
    margin-top: 0px;
    float: left;
    font-size: 12px;
    padding-left: 12px;
}
.join-text p {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 16px;
    float: right;
}
.testimonial-slider{
    height: auto;
}
.testimonial-slider .left, .testimonial-slider .right{
    background: none;
}
.testimonial-text {
    padding: 20px 60px;
    width: 80%;
    margin: 0px auto;    
    margin-bottom: 40px;
    line-height: 28px;
    font-size: 18px;
}
.testimonial-users h4 {
    font-size: 22px;
    font-weight: 600;
}
testimonial-users p {
    letter-spacing: 1.5px;
    color: #666;
}
.testimonial-slider .carousel-indicators{
    bottom: -5px;
    margin-bottom: 0;
}
.testimonial-slider .carousel-indicators li{
    border: 1px solid #213164;
}
.testimonial-slider .carousel-indicators .active{
    background-color: #213164;
}
@media screen and (min-width: 320px) and (max-width: 767px){
    .fixed-sticky{position: inherit; text-align: center;}
    .fixed-sticky-img img { width: 140px; margin-top: 10px;}
    .footer-bottom{margin-bottom: 0px;}
    .footer-partners .text-right img {width: 100%;}
}
.free-trial h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}
.free-trial .support-text {
    margin: 50px 0 0;
    font-size: 20px;
    font-weight: 600;
}
.free-trial p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 26px;
}
.free-trial p a {
    font-weight: 600;
}
.free-trial a img {
    margin-top: 20px;
    margin-right: 10px;
}
.bg-white{
    background: #fff;
}
/*home-testimonial-start*/
.home-testimonial{ background: #f1f1f9; position:relative;}
.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.testimonial:before,
.testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #bd986b;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #213164;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    margin: 10px 0px 0px;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 600;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #be2033;
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #212f63;
    border-color: #be2033;
}
@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}
/*home-testimonial-end*/
.coupon-code-modal .modal-dialog{
    width: 600px;
}
.coupon-code-modal .modal-content{
    background: transparent;
}
.dw-modal.coupon-code-modal .coupon-code-bg{
    background-image: url("../images/coupon-code.png");
    width: 100%;
    background-size: cover;
    border-radius: 7px;
	padding: 20px 30px;
}
.text-red{
    color: #bf2032;
}
.font-22{
    font-size: 22px;
}
.coupon-title{
    margin-top: 30px;
	font-size: 23px;
	font-weight: 600;
	color: #eaeaea;
}
.coupon-code-box{
	background-image: url("../images/coupon-code-text-bg.png");
	background-repeat: no-repeat;
	height: 123px;
	width: 348px;
	background-size: 100%;
	left: 50%;
	position: relative;
	margin-left: -170px;
	margin-top: 30px;
	display: table;	
}
.coupon-code-box h4{
    display: block;
	font-weight: bold;
	color: #000;
	font-style: italic;
	font-size: 28px;
	margin-top: 15px;
	line-height: 75px;
}
.coupon-code-footer-logo{
    float: right;
    width: 169px;
	margin-top: 20px;
}
.feature-img{
    position: relative;
}
.change-image, .downtime-features{
    cursor: pointer;
    padding: 15px 20px;
}
.change-image:hover, .downtime-features:hover{
    background: #e3e3e3;
}
/* Start Home Slider */
.car {
    margin: 30px;
    top: 64%;
    width: 350px;
    height: 120px;
    background: url(../images/car-body-2.png) no-repeat;
    background-size: auto auto;
    background-size: 350px;
    position: absolute;
    animation: car 15s linear infinite;
    z-index:11;
    left: 0;
}
.wheel {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/tier.png) no-repeat;
    background-size: auto auto;
    background-size: cover;
    top: 75px;
    animation: wheel 1s linear infinite;
}
.first-wheel {
    left: 34px;
}
.second-wheel {
    left: 252px;
}
@keyframes car {
    0%{
        margin-left: 0px;
    }
    100%{
        /*margin-left: 142%;*/
        margin-left: 108%;
        float:right;
        right:10%;
    }
}
@keyframes wheel{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.container{
    width: 1300px;
    margin:0px auto;
}

/**/
.slider{
    height: 838px;
    width: 100%;
    float:left;
    background:url(../images/slider-bg.jpg);
    background-size: cover;
    position:relative;
    overflow: hidden;
}
.slider-tree{
    background: url(../images/tree.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 181px;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index:111;
}
.slider-location{
    background: url(../images/location-icon.png) no-repeat;
    top: -223px;
    width: 350px;
    height: 230px;
    background-size: auto;
    position: absolute;
    /* animation: location 20s linear infinite;*/
}
@keyframes location {
    0%{
        margin-left: 0px;
    }
    100%{
        margin-left: 60%;
        float:right;
        right:0%;
    }
}
/*--car-2--*/
.car2 {
    margin: 30px;
    top: 60%;
    width: 230px;
    height: 120px;
    background: url(../images/car-body-3.png) no-repeat;
    background-size: auto auto;
    background-size: 230px;
    position: absolute;
    animation: car 10s linear infinite reverse;
    z-index:1;
    right:100%;
}
.wheel2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/tier-2.png) no-repeat;
    background-size: auto auto;
    background-size: cover;
    top: 62px;
    animation: wheel 2s linear infinite reverse;
}
.first-wheel2 {
    left: 25px;
}
.second-wheel2 {
    left: 180px;
}
@keyframes car2 {
    0%{
        margin-right: 0%;
    }
    100%{
        margin-right: 100%;
    }
}
@keyframes wheel2{
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
/* End Home Slider */

.main-Terms p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #626262;
}
.main-Terms p strong{
    color: #333;
}

.main-Terms ul.dw-list.medium li .list-content{
    letter-spacing: 0.8px;
    color: #666;
    margin-bottom:10px;
}
.main-Terms ul.dw-list.medium{
    margin: 20px 0px;
}
p.updated-info{
    margin-top: 20px;
    font-size: 15px;
    color: #c02335;
}
.pricing-chart h3{
    background: #213164;
    color: #fff;
    padding: 12px 0px;
    font-weight: 600;
    letter-spacing: 1px;
}
.pricing-chart img{
    height:70px;
}
.pricing-chart tbody tr:nth-child(2n+1){
    background-color:#efefef;
}
.pricing-chart .table-bordered thead tr th{
    padding: 0px;
}
.fixed-sticky{
    display: none;
}
.fixed-sticky.active{
    display: block;
}
.coupon-code-popup h2{
	color: #fff;
	font-size: 33px;
	font-weight: 800;
	text-shadow: 1px 1px 2px #2f2f2f;
}
.coupon-code-popup p{font-size: 20px;color: #eaeaea;text-shadow: 1px 1px 1px #2f2f2f;}
.pricing-description p, .note {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    color: #333;
}
.note{font-weight:600;margin-bottom: 20px;}
.privacy-policy p {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 20px;
}
.img-thumbnail{
	width: 230px;
	margin: 0px 10px;
}
#signin-modal .modal-dialog {
    width: 900px;
}
#signin-modal .modal-dialog input{
    height:55px;
}
#signin-modal .modal-dialog .checkbox input{
    height:auto;
}
#signin-modal .modal-dialog label.color-blue{
    font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
#signin-modal .modal-dialog .checkbox label{
    font-size: 16px;
	color: #b4b4b5;
	line-height: 20px;
}
#signin-modal .dw-modal-rightside button{
	padding: 14px 30px;
	font-size: 20px;
	border-radius: 100px;
	margin-top: 30px;
}
#signin-modal .dw-modal-rightside button:hover{
	background-color: transparent;
	color: #0f1835;
}
.dw-modal-leftside img {
    max-width: 172px;
}
p.contact-p {
    color: #333;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.contact-form {
    background: #f7f8f8;
}
.contact-form input, .custom-input{
    height:55px;
	box-shadow: inherit;
	background: transparent;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.contact-form textarea{
	box-shadow: inherit;
	background: transparent;
	border: 1px solid #ccc;	
	height: 130px;
}
.contact-form .form-group button, .btn-lg{
	padding: 14px 25px;
	font-size: 18px;
	border-radius: 100px;
	margin-top: 30px;
}
.contact-form .form-group button:hover{
	background-color: transparent;
	color: #0f1835;
}
#trial-version-modal .modal-lg {
    max-width: 1100px;
    width: 100%;
}
#trial-version-modal .modal-lg .modal-body {    
    padding: 25px;
}
#trial-version-modal .modal-lg h2 {    
	font-size: 44px;
	line-height: 50px;
}
.g-recaptcha{
    margin: 0 auto;
    width: 25%;
}
#read-referral{display: none}
.more-description{
    margin-top: 20px;
}
ul.numeric li{
    list-style-type: numberic;
}
.section-partners-affiliates {
    padding: 50px 0px;
    position: relative;
}
.section-partners-affiliates:before {
    content: '';
    background-image: url("../images/video-bg-image.jpg");
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background-size: cover;
}
.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 9px #a7a7a7;
    /*transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;*/
}
.fixed-header .container, .fixed-header .container .logo, .fixed-header .container .gif-logo, .fixed-header .navbar{
    transition: all 1s ease;
}
.substibe-small-txt {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.dw-accordion .panel-title > a{line-height: 26px;}
.back-to-top {
    cursor: pointer;
	position: fixed;
	bottom: 44px;
	right: 50%;
	display: none;
	z-index: 999999;
	background: #213164;
	padding: 3px 15px;
	line-height: 32px;
	margin-top: 0;
	font-size: 23px;
	border: 2px solid #fff;
}
.back-to-top i {
    position: relative;
    top: -3px;
}
.back-to-top:hover{
	animation: pulse_grow 0.4s linear infinite alternate;
	-webkit-animation: pulse_grow 0.4s linear infinite alternate;
	-moz-animation: pulse_grow 0.4s linear infinite alternate;
	background:#c02135;
	border-color:#213164;
}
@keyframes pulse_grow{
	100%{
		transform: scale(1.4,1.4);
	}
}
@-webkit-keyframes pulse_grow{
	100%{
		-webkit-transform: scale(1.4,1.4);
	}
}
@-moz-keyframes pulse_grow{
	100%{
		-moz-transform: scale(1.4,1.4);
	}
}
.thank-you {
    float: left;
    width: 100%;
    text-align: center;
	margin-top: 60px;
}
.thank-you-img img.img-responsive{
    display: initial;
}
.thank-you-text {
    background: #213164;
    /*position: relative;
    top: -83px;*/
	margin-top: -83px;
    padding-top: 80px;
	padding-bottom: 80px;	
}
.thank-you-text h1 {
    color: #fff;
    font-size: 66px;
    font-weight: 800;
}
.thank-you-text h2 {
    color: #fff;
    font-style: italic;
    margin: 40px 0px 60px;
}
.thank-you-text a{
	color: #fff;
	border: 1px solid #fff;
	z-index: 9999999;
	border-radius: 100px;
	position: relative;
	padding: 12px 28px;
	font-size: 17px;
}
.thank-you-text a:hover{
	background:#c02135;
}
/*snow*/
body{position: relative;}
#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('../images/snow/s1.png'), url('../images/snow/s2.png'), url('../images/snow/s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
	z-index: 0;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
.navbar-nav > li:last-child{position: relative;}
.navbar-nav > li:last-child:hover::before{
	top: -32px;
}
#accordion {
    z-index: 0;
    position: relative;
}
/*snow*/
/* Home page slider */
.slider-text.visible-div{display: block}
.slider-sub-text{
    float:left;
    width:100%;
    position: relative;
    margin-top: 70px;
    z-index: 1;
}
.slider-sub-text::after{
    background: url(../images/homeSlider/slider-sub-bg.png) no-repeat;
    background-size: auto auto;
    content: '';
    display: block;
    position: absolute;
    left: -123px;
    top: 15px;
    width: 120%;
    background-size: 100% 100%;
    height: 100%;
    z-index: -1;
}
@media screen and (min-width: 320px) and (max-width: 767px){
    .slider-text-right{width: 100%;}
    .slider-text h1{font-size: 28px;}
    .slider-text::before{display: none;}
    .slider-sub-text{margin-top: 30px;}
    .slider-text h2{font-size: 23px;}
    .slider-sub-text::after{left: -30px;top: 4px;}
    .slider-app-btn{left: 0;bottom: 0;}
    .slider-text p{font-size: 14px;}
    .slider-app-btn p span{font-size: 26px;}
    .slider-app-btn img{width: 120px; margin-top: 9px;}
}
@media screen and (min-width: 768px) and (max-width: 1279px){
    .slider-text-right{width: 100%;}
    .slider-text h1{font-size: 60px;margin-top: 40px;}
    .slider-text::before{display: none;}
    .slider-sub-text{margin-top: 30px;}
    .slider-text h2{font-size: 38px;}
    .slider-sub-text::after{left: -80px;top: 10px;}
    .slider-app-btn{left: 0;bottom: 0;}
    .slider-text p{font-size: 20px;}
    .slider-app-btn p span{font-size: 30px;}
    .slider-app-btn img{width: 120px; margin-top: 9px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px){
    .slider-text::before{width: 68%;}
    .slider-text h1{font-size: 54px;}
    .slider-sub-text::after{left: -118px;}
    .slider-text h2{font-size: 37px;margin-top: 45px;}
    .slider-app-btn{width: 137%; left: -32%;}
    .slider-text-right{width: 49%;}
    .slider-app-btn p span{font-size: 36px;}
    .slider-app-btn p{font-size: 20px;}
    .slider-app-btn img{width: 180px;}
}
@media screen and (min-width: 1366px) and (max-width: 1755px){
    .slider-text::before{width: 68%;}
    .slider-text h1{font-size: 54px;}
    .slider-sub-text::after{left: -64px;}
    .slider-text h2{font-size: 37px;margin-top: 55px;}
    .slider-app-btn{width: 110%; left: -12%;}
    .slider-text-right{width: 55%;}
}
/* Home page Slider */
/* Client profile page */
.box.box-primary{
    border: 1px solid #213164;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 3px;
}
/* End Client profile page */
.profile-user-img{
    height:200px;
    width: 200px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    background-size: cover;
}
.form-status-header{
    position: absolute;
    right: 0;
    height: auto;
    width: 350px;
}
/* hello-bar */
.hello-bar {
    background: #213164;
	position: relative;
	padding: 0px 0px;
    display: none;
    opacity: 0;
    /*animation-name: bounceIn;*/
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 700ms;
}
.hello-bar p {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
	float: left;
    margin-bottom: 0px;
    margin-top: 2px;
    animation-delay: 2.75s;
}
.hello-bar .hello-form input{
	width: 57%;
	float: left;
	border-radius: 100px;
	height: 45px;
	border: none;
    animation-delay: 3s;
}
.hello-bar .hello-form input[type="submit"]{
    width: 41%;
	float: right;
	height: 45px;
	border: none;
	position: relative;
}
.hello-bar-close{
	position: absolute;
	right:0%;
	bottom: 0px;
    animation-delay: 3.15s;
}
.hello-bar-close a {
    color: #fff;
    font-size: 22px;
    background: #cb3134;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100px;
    display: block;
}
.btn-green{
	background-color: green;
	color: yellow;
	font-weight:600;
	font-size:18px;
	text-transform: capitalize;
}
.btn-green:hover{
	color: #fff;
}
@keyframes bounceIn{
    0%{
        opacity: 0;
        transform: scale(0.3) translate3d(0,0,0);
    }
    50%{
        opacity: 0.9;
        transform: scale(1.1);
    }
    80%{
        opacity: 1;
        transform: scale(0.89);
    }
    100%{
        opacity: 1;
        transform: scale(1) translate3d(0,0,0);
    }
}
/* hello-bar */
/*--home-Tabing-1--*/
.hometabing-1 .nav.nav-tabs {
	width: 336px;
	text-align: center;
	border: 1px solid #213164;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
	left: 54%;
}
.hometabing-1 .nav-tabs > li{
   display: inline-block;
   float: none;
}
.hometabing-1 .nav-tabs > li.active a{
	background: #213164;
	color: #fff;
}
.hometabing-1 .nav-tabs > li > a{
	font-size: 20px;
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	width: 165px;
	margin-right: 0px;
	color: #333333;
}
.hometabing-1 .nav-tabs > li > a:hover, .hometabing-1 .nav-tabs > li > a:focus{
	border-radius: 0;
	border: none;
}
/*--home-Tabing-1--*/
/*--home-Tabing-2--*/
#mcsslider .hometabing-2 .nav.nav-tabs {
	width: 340px;
	text-align: center;
	border: 1px solid #213164;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
	left: 10%;
}
#mcsslider .hometabing-2 .nav-tabs > li{
   display: inline-block;
   float: none;
}
#mcsslider .hometabing-2 .nav-tabs > li.active a{
	background: #213164;
	color: #fff;
}
#mcsslider .hometabing-2 .nav-tabs > li > a{
	font-size: 20px;
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	width: 155px;
	margin-right: 0px;
	color: #333333;
	position: relative;
}
#mcsslider .hometabing-2 .nav-tabs > li > a:hover, #mcsslider .hometabing-2 .nav-tabs > li > a:focus{
	border-radius: 0;
	border: none;
}
#mcsslider .hometabing-2 {
	position: absolute;
	z-index: 99;
	bottom: -320px;
	left: 100px;
}
.mcsslider-content{
	position:relative;
	float: left;
	width: 100%;
}
.hometabing-1 .nav-tabs > li a i{font-size: 26px;}
.hometabing-1 .nav-tabs > li.active a i{color:#a4ca39;}
.hometabing-1 .nav-tabs > li:hover a i{color:#a4ca39;}
.hometabing-1 .nav-tabs > li a span{
	font-size: 10px;
	position: absolute;
	right: 33px;
	top: 36px;
}
/*--home-Tabing-2--*/
.section-videos.section-features-compare::after{
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.section-videos.section-features-compare table.table.table-bordered{
	background: #fff;
}
.mcsslider-content .nav a{
	position:relative;
	z-index: 99;
}
/**/
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 1.5s ease-in-out both;
		animation: tracking-in-expand 1.5s ease-in-out both;
		/* animation-iteration-count: infinite; */
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* new-slider-video */
.section-slider {
    min-height: 530px; 
    position: relative;
    overflow: hidden;
}
.section-slider .show-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: 0 auto;
    z-index: 1;
	width: 100%;
	
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.section-slider .slider-overlap-video {
    height: 90vh;
    position: relative;
	overflow: hidden;
	width: 100%;
}
.fixed-sticky .container{
	width: 1000px;
}
/* FireFox CSS hack */
@-moz-document url-prefix() {
	.section-slider .slider-overlap-video {height: 530px;}
	@media screen and (max-width: 1367px) {
		.section-slider {min-height: auto;}
		.section-slider .slider-overlap-video {height: 440px;}
	}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    @media screen and (max-width: 1367px) {
		.section-slider .slider-overlap-video {height: auto;}
	}
}
@media only screen and (max-width:300px) {
    .section-pricing-faq .container {width: 100%;}
    .section-pricing-faq .heading:after {top: auto;bottom: -39px;}
}
/* thankYouSection CSS START */
.thankYouSection {float: left;background-color: #fff;width: 100%;}
.thankYouImage {float: left;width: 100%;padding: 70px 0px;background-color: #e4e2e2;}
.thankYouMag {float: left;width: 100%;padding: 80px 0;}
.thankYouMag h1 {text-align: center;margin: 0 0 40px 0;font-size: 42px;font-weight: 900;color: #202f65;}
.thankYouMag .container {max-width: 790px;text-align: center;}
.thankYouMag h4 {font-size: 24px;font-weight: 700;color: #cb3134;margin: 0 0 15px 0;}
.thankYouMag p {font-size: 16px;line-height: 28px;margin-bottom: 40px;color: #444;}
.thankYouMag a {padding: 12px 30px;background: #c02134;color: #fff;border-radius: 30px;font-weight: 600;text-transform: uppercase;}
/* /thankYouSection CSS START */
/* userProfileSection CSS START */
.userProfileSection {float: left;width: 100%;background-color: #f4f4f4;padding: 60px 0;}
.userProfileSection .container {max-width: 1100px;}
.userProfileSectionBox {float: left;width: 100%;background-color: #fff;padding: 40px;border-radius: 10px;box-shadow: 0 12px 12px 0px rgba(0, 0, 0, 0.02);}
.userProfilTop {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: center;align-items: center;justify-content: space-between;padding-bottom: 20px;position: relative;}
.userProfilTopLeft .UPTImg, .userProfilTopLeft .UPTDetails {margin-right: 30px;}
.UPTImg {flex: 0 0 170px;max-width: 170px;height: 170px;border-radius: 100%;padding: 5px;border: 6px solid #dddddd;position: relative;overflow: hidden;}
.UPTImg img,
.UPTImg .UPTPic {position: absolute;z-index: 2;border-radius: 100%;width: 100%;height: 100%;transform: translate(-50%, -50%);left: 50%;top: 50%;}
.UPTDetails h4 {font-size: 28px;margin: 0 0 20px 0;}
.UPIDList {margin: 0;padding: 0 0 10px 0;list-style: none;border-bottom: 1px solid #ececec;}
.UPIDList li {    display: inline-block;padding-right: 20px;font-size: 14px;color: #999;position: relative;}
.UPIDList li:last-child {padding-right: 0;}
.UPIDList li:before {content: "";width: 1px;height: 20px;background-color: #ccc;position: absolute;right: 10px;top: 1px;}
.UPIDList li:last-child:before {display:none;}
.UPIDList li i {margin-right: 6px;color: #999;}
.UPTbtn {padding-top: 10px;}
.UPTbtn a {font-size: 13px;color: #f1440d;font-weight: 600;padding-right: 15px;display: inline-block;text-transform: uppercase;}
.UPTbtn a:last-child {padding-right: 0px;}
.UPTEarning {margin-left: auto;text-align: right;}
.UPTEarning span {text-transform: uppercase;color: #737c9e;font-size: 16px;}
.UPTEarning h2 {font-size: 50px;font-weight: 700;color: #737c9e;margin: 0;}
.userProfilTop .UPTDate {position: absolute;top: 0;right: 0;font-size: 15px;}
.userProfilTop .UPTDate span {font-weight: 700;}
/* userProfilTabs */
.userProfilTabs .nav-tabs {border-bottom: 2px solid #ddd;}
.userProfilTabs .nav-tabs>li {margin-right: 30px;margin-bottom: -2px;}
.userProfilTabs .nav-tabs>li:last-child {margin-right: 0;}
.userProfilTabs .nav-tabs>li>a {margin: 0;padding: 15px 0px;font-size: 18px;text-transform: uppercase;font-weight: 600;color: #666666;border-radius: 0;border-width: 0px 0px 2px 0px;}
.userProfilTabs .nav-tabs>li:hover>a,
.userProfilTabs .nav-tabs>li:focus>a {background: transparent;}
.userProfilTabs .nav-tabs>li.active>a, 
.userProfilTabs .nav-tabs>li.active>a:hover, 
.userProfilTabs .nav-tabs>li.active>a:focus {color: #bf1f35;border-width: 0px 0px 2px 0px;border-color: #bf1f35;}
.userProfilTabs .tab-content {padding-top: 30px;}
.UCChildDevice {border: 1px solid #e9e9e9;border-radius: 10px;padding: 30px;text-align: center;margin-bottom: 30px;}
.UCChildDevice h3 {font-size: 16px;text-transform: uppercase;color: #444444;font-weight: 700;margin: 0 0 20px 0;}
.UCChildDevice span:not([href]):not([type]):not(:disabled):not(.disabled), 
.UCChildDevice span 
{background-color: #eeeeee;display: inline-block;padding: 8px 18px;border-radius: 5px;color: #555555;font-size: 14px;font-weight: 600;margin: 0 2px;cursor: default;user-select: none;}
.UPTTitle {font-size: 16px;text-transform: uppercase;color: #444444;font-weight: 700;margin: 0 0 30px 0;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;}
.UChildBoxes {margin: 0;padding: 0;list-style: none;}
.UChildBoxes li {position: relative;counter-increment: step;padding-bottom: 20px;border-bottom: 1px solid #e9e9e9;margin-bottom: 30px;}
.UChildBoxes li:last-child {border-bottom: none;margin-bottom: 0px;padding-bottom: 0;}
.UChildBoxes li:before {content: '0'counter(step);width: 30px;height: 30px;background-color: #203163;display: block;text-align: center;line-height: 30px;color: #fff;font-size: 14px;font-weight: 700;border-radius: 100%;position: absolute;top: -8px;left: 0;}
.UChildBoxes li h4 {font-size: 16px;text-transform: uppercase;color: #203163;font-weight: 700;margin: 0 0 20px 0;padding-left: 40px;}
.UChildBoxes li h4 a {float: right;font-size: 20px;}
.UChildBoxes li h4 a:hover {color: #c02033}
.UPlan {font-size: 16px;font-weight: 800;color: #203163;}
.UPlan sup {color: #cb3134;font-size: 80%;right: 3px;font-weight: 600;}
.UPlan small {margin-left: 3px;font-size: 12px;font-weight: 600;color: #777;}
.refTable tbody tr td, .refTable tbody tr th,
.UCTable tr th, .UCTable tr td {border: none !important;}
.UCTable>tbody>tr>td {padding: 0;}
.UCTable>tbody>tr>td:first-child {padding-left: 40px;}
.UCTable, 
.UCTableInner {margin: 0;}
.UCTableInner tr td, .UCTableInner tr th {width: 50%;}
.UCTableInner>tbody>tr>th, .UCTableInner>tbody>tr>td {padding: 8px 0;font-size: 15px;color: #777;}
.UCTableInner>tbody>tr>th span, .UCTableInner>tbody>tr>td span {float: right;padding-right: 10px;}
.refSection {text-align: center;padding-bottom: 40px;padding-top: 10px;}
.refSection .refText {display: block;font-size: 16px;text-transform: uppercase;font-weight: 700;margin: 0px 0 8px 0;}
.refSection .refCode {border: 2px dashed #cb3134;display: inline-block;padding: 6px 30px;border-radius: 8px;background-color: #cb313421;font-size: 20px;font-weight: 700;color: #cb3134;}
.refTable {max-width: 670px;margin: 0 auto;}
.refTable tbody tr:nth-child(even) {background-color: #eee;}
/* UChildBoxes child */
.UChildBoxes.child {padding-left: 40px;padding-top: 10px;}
.UChildBoxes li .UChildBoxes.child li 
{counter-increment: Rstep;background-color: #f1f1f1;margin-bottom: 2px;padding-top: 30px;padding-bottom: 20px;padding-left: 20px;border-radius: 12px;border: none;}
.UChildBoxes li .UChildBoxes.child li:before {content: ''counter(Rstep, upper-roman);background-color: #c02033;top: 22px;left: 20px;}
.UChildBoxes li .UChildBoxes.child li h4 {color: #c02033;}
.UChildBoxes li .UChildBoxes.child .table .table {background-color: transparent;}
@media (max-width: 1024px) {
	.userProfilTopLeft .UPTImg, .userProfilTopLeft .UPTDetails {margin-right: 15px;}
	.UPTEarning h2 {font-size: 40px;}
	.UPTEarning span {font-size: 14px;}
	.userProfilTop .UPTDate {font-size: 14px;}
}
@media (min-width: 769px) {
	.userProfilTopRight, 
	.userProfilTopLeft 
	{-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;display: flex;display: -webkit-flex;-webkit-align-items: center;align-items: center;}
	.userProfilTopLeft {flex: 0 0 70%;max-width: 70%;}
	.userProfilTopRight {flex: 0 0 30%;max-width: 30%;}
}
@media (max-width: 768px) {
	.userProfileSection {padding-top: 15px;padding-bottom: 15px;}
	.userProfileSectionBox {padding: 20px;}
	.userProfilTopRight, 
	.userProfilTopLeft {width:100%;text-align: center;}
	.userProfilTop .UPTDate {position: relative;margin: 0 auto;}
	.UPTImg {flex: 0 0 130px;max-width: 130px;height: 130px;margin: 2rem auto 1rem !important;}
	.UPTEarning {text-align: center;background-color: rgba(33, 49, 100, 0.07);padding: 12px;border-radius: 50px;max-width: 220px;margin: 3rem auto 0rem;}
	.UPTEarning h2 {font-size: 34px;}	
	.UCTable>tbody>tr>td:first-child {padding-left: 0;}
	.UCTableInner>tbody>tr>th, .UCTableInner>tbody>tr>td, .refTable>tbody>tr>th , .refTable>tbody>tr>td {padding: 6px;}
	.UCTableInner tr td, .UCTableInner tr th {width: 100%;}
	.UChildBoxes.child {padding-left: 0;}
	.UChildBoxes li .UChildBoxes.child li {padding-left: 20px;padding-right: 20px;}	
}
@media (max-width: 380px) {
	.UPIDList li {display: block;padding-right: 0;}
	.UPIDList li:before {display:none;}
	.userProfilTabs .nav-tabs>li {margin-right: 15px;}
	.userProfilTabs .nav-tabs>li>a {font-size: 15px;}
}
/* /userProfileSection CSS */
.author-info-box {float: left;width: 100%;margin-bottom: 20px;}
.bg-blue .blog-title a {color: #fff;line-height: 25px;}
.blog-body .author-info .blog-title {font-size: 18px;font-weight: 600;margin-top: 0px;line-height: 22px;}
.lightBG {background-color: #f5f5f5;padding: 20px;border: 1px solid #cbc9c8;border-radius: 4px;box-shadow: 0px 0px 6px 1px #cbc9c8;min-height: 245px; height: 100%;}
.lightBG:hover {transform: scale(1.08);-moz-transform: scale(1.08);background: #f5f5f5;transition: all 0.5s ease;}
/* customerReviews CSS */
.customerReviews.CROne {padding: 40px 0 10px 0;}
.customerReviews.CRFour {padding: 40px 0 60px 0;}
.customerReviews.CRFour {padding: 40px 0;}
.CRList .first {margin-bottom: 30px;}
.CRList a {display: block;margin-bottom: 20px;}
.CRList a img {filter: drop-shadow(5px 5px 0px #9aa1ba);border: 1px solid #9aa1ba;border-radius: 20px;}
@media (min-width: 992px) {
	.CRList a {padding-left: 10px;padding-right: 10px;}
}
@media (max-width: 768px) {
	.customerReviews.CROne {padding: 15px 0 0px 0;}
	.customerReviews.CRFour {padding: 20px 0;}
	.customerReviews.CRFour {padding: 15px 0;}
	.CRList a img {filter: drop-shadow(3px 3px 0px #9aa1ba);border: 1px solid #9aa1ba;border-radius: 10px;}
	.CRList a, .CRList .first {margin-bottom: 15px;}
}
/* /customerReviews CSS */

.footer-address .footer-menu {
    display: flex;
    justify-content: center;
}
.footer-address .footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-address .footer-menu ul li {
    text-align: center;
}
#custom-captcha {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
}

#refresh-captcha {
    font-size: 18px;
    padding: 5px 8px;
    margin-left: 10px; /* Replace margin shorthand with only left margin */
    margin-top: 0px;
}

#captcha {
    display: inline-block;
    width: auto;
}
.pricing-description .btn.freeTrial {
    padding: 6px 24px;
    font-size: 13px;
    font-weight: 600;
    border: 0 !important;
}
.px-10{
	padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
    .ftbOnlyMobile {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 768px) {
    .section-slider .slider-overlap-video {
        padding-bottom: 50px;
    }
    .ftbOnlyMobile {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 4px;
        width: 100%;
        text-align: center;
    }
    .ftbOnlyMobile .btn-red {
        border: 0 !important;
    }
    .section-slider .show-text {
        bottom: 20%;
    }
}
@media (max-width: 640px) {
    .section-slider .show-text {
        bottom: 28%;
    }
}
@media (max-width: 480px) {
    .section-slider .show-text {
        bottom: 34%;
    }
}