﻿@charset "utf-8";
/* CSS Document */
/* --------------------< Global Style >-------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { -webkit-font-smoothing:antialiased; margin:0px; background: #F5F5F8; padding:0px; font-size:16px; font-family: 'IBM Plex Sans', sans-serif; font-weight: 400; color:#000; line-height:20px; text-decoration:none; height:100%; width:100%; }
html { height:100%;  width:100%; }
a, img { margin:0px; padding:0px; border:none; text-decoration:none; outline:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
/*** Headings ***/
h1 { margin:0px; padding:0px; color: #262626; font-size: 52px; line-height: 67px; font-weight: 400;}
h2 { margin:0px; padding:0px; color: #262626; font-size: 32px; line-height: 42px; font-weight: 400;}
h3 { margin:0px; padding:0px; color: #262626; font-size: 26px; line-height: 34px; font-weight: 400;}
h4 { margin:0px; padding:0px; color: #161616; font-size: 16px; line-height: 20px; font-weight: 400;}
h5 { margin:0px; padding:0px; color: #4B4D4C; font-size: 12px; line-height: 15px; font-weight: 400;}
h6 { margin:0px; padding:0px; color: #161616; font-size: 14px; line-height: 18px; font-weight: 400;}
/*** Links ***/
a { /*color:#8d99a9;*/ text-decoration:none; }
*:hover { transition:0.5s; -webkit-transition:0.5s; }
/*a:hover {color:#FFEA3D;  }*/
a:focus { outline: none; color:inherit; }
a:hover, a:active,  a:focus { outline:none; color:inherit; text-decoration:none; }
/*** Typography ***/
b, strong { font-weight: bold; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
small { font-size: 85%; }
/*** Spacing ***/
hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, p, table, address, fieldset, figure {  }
input[type="button"] { transition:1.5s; -webkit-transition:1.5s; }
input[type="button"]:hover { transition:1.5s; -webkit-transition:1.5s; }
input, button, a { outline:none;}
.form-control{ border-radius:0px; box-shadow:none;}
.form-control:focus{ border-color: #d7a345;box-shadow:none; background:#fff8e6; outline: 0 none;}
li{ list-style:none;}
img{ max-width:100%;}
h1 { margin:0px; padding:0px; color: #262626; font-size: 52px; line-height: 67px; font-weight: 400;}
h2 { margin:0px; padding:0px; color: #262626; font-size: 40px; line-height: 48px; font-weight: 600;}
h3 { margin:0px; padding:0px; color: #262626; font-size: 26px; line-height: 34px; font-weight: 400;}
h4 { margin:0px; padding:0px; color: #161616; font-size: 16px; line-height: 20px; font-weight: 400;}
h5 { margin:0px; padding:0px; color: #4B4D4C; font-size: 14px; line-height: 15px; font-weight: 400;}
h6 { margin:0px; padding:0px; color: #161616; font-size: 12px; line-height: 18px; font-weight: 400;}
/* Width CSS */
.width100{
	width: 100%;
}
.mrg-btm20{
	margin-bottom: 20px;
}
.mrg-btm30{
	margin-bottom: 30px;
}
.mrg-btm50{
	margin-bottom: 50px;
}
.margin-top30{
	margin-top: 30px;
}
.margin-btm20{
	margin-top: 30px;
}
.mrg-top20{
	margin-top: 20px;
}
label{
	letter-spacing: 0px;
	color: #4B4D4C;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
input{
	border-radius: 1px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #4B4D4C;
    max-width: 332px;
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
}
.btn{
	font-size: 18px;
    line-height: 40px;
    border-radius: 1px;
    letter-spacing: 0.03px;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 15px;
    box-shadow: 0px 12px 24px #00000029;
}
.btn.blue{
	background: #0B5DE0;
	color: #fff;
}
.btn.white{
	background: #fff;
	color: #757575;
}

.btn.black{
	background: #050708 ;
	color: #fff;
}
.btn.grey{
	background: #707070 ;
	color: #fff;
}
.blue-border{
	background: #FCF7F7;
	border: 2px solid #2962FF;
	border-radius: 1px;
	letter-spacing: 0.04px;
color: #2962FF;
}
.blue-border:hover{
	color: #fff;
	background: #0B5DE0;
}
.btn.grey:hover,
.btn.white:hover,
.btn.blue:hover{
	background: #000;
	color: #fff;
}
.btn.black:hover{
	background: #0B5DE0;
	color: #fff;
}
/* --------------------< Global Style >-------------------- */
#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    float: left;
    width: 100%;
}
.container{
  max-width: 100%;
  width: 1600px;
}
.navbar {
  width: 100%;
}
.banner{
  position: relative;
}
.banner img{
  float: right;
}
ol.carousel-indicators {
    position: inherit;
    background: #ececec;
    margin: 0px;
    justify-content: flex-start;
}
.carousel-indicators li  {
    padding: 20px 70px;
    color: #2962ff;
    font-size: 20px;
    margin: 0px;
    text-indent: 0;
    height: inherit;
    width: auto;
    float: left;
    position: relative;
}
.carousel-indicators li:after{
  position: absolute;
  bottom: 0px;
}

/* Vault */
.vault {
    background: #4c4c4c;
}
.vault p{
  color: #fff;
}

body{
	padding-top: 106px;
}
/* Header */
header {
    background: #fff;
    display: inline-block;
    width: 100%;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
        transition: .5s;
    -webkit-transition: .5s;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99;
}
header.sticky {
    background: #fff;
    top: 0px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
    transition: .5s;
    -webkit-transition: .5s;

}
.navbar-nav .nav-link{
	letter-spacing: 0.03px;
	color: #424242;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
}
.navbar-nav .nav-link svg{
	display: none;
}
header .navbar-expand-lg .navbar-collapse {
    display: inherit;
    width: auto;
}
header .navbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-nav .nav-item{
	margin-right: 5%;
}
.navbar-nav .nav-item {
    margin: 0px 30px;
}



ul.my-2 {
    width: auto;
    display: flex;
}
ul.my-2  li{
	margin-left: 10px;
}
ul.my-2 li a{
    letter-spacing: 0.04px;
    font-size: 19px;
    line-height: 44px;
    padding: 0px 15px;
    float: left;
}
ul.my-2 li a.brd-btn{
	color: #2962FF;
	border-color: #2962FF;
}
/* Login */
.login-header {
    padding: 28px 0px;
    background: #fff;
}
.login-header .logo{
	max-width: 320px;
	width: 100%;
}
.login-box {
    padding-top: 113px;
    padding-bottom: 113px;
    display: inherit;
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
}
.login-box form{
	max-width: 100%;
	width: 100%;
	margin: 30px auto;
	display: inline-block;
}
.login-box form .row{

}

.login-box form .btn{
	margin-top: 30px;
	margin-bottom: 50px;
}
.signup-other{
	margin-bottom: 20px;
}
.signup-other ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.signup-other ul li{
	max-width: 47%;
	width: 100%;
}
.login-box form .signup-other ul li a{
	width: 100%;
	padding: 0px 12px;
	text-align: center;
	margin: 0px;
}
.signup-other ul li a .fa{
	margin-right: 5px;
}
.google .btn svg{
	height: 21px;
	float: left;
	    margin-top: 10px;
}
.login-box form > p{
	font-size: 16px;
	line-height: 20px;
	color: #424242;
}
.login-box form > p a{
	color: #0B5DE0;
	font-weight: 600;
	text-decoration: underline;
}
.sign-up.login-box {
    max-width: 640px;
    margin: 0px auto;
    display: inherit;
    padding: 30px 0px;
}
.sign-up > p{
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #474747;
	text-align: center;
    margin-top: 20px;
}
.form-check label {
	text-transform: none;
    color: #262626;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
}
.form-check label strong{
	font-weight: 600;
	font-style: normal;
}
body img.mytab{
	display: none;
}
body.four img.mytab{
	display: block;
	margin-top: 0px;
}
body.four img.showhide{
	display: none;
}
div#four .tablet.tab-rt {
    background: #fff;
    padding: 0px;
    width: auto;
}
div#four .tablet.tab-rt:before{
	display: none;
}
div#four .tablet.tab-rt .col-sm-12 p{
	font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
.register-tabs .nav-tabs {
	border: 0px;
}
.register-tabs .nav-tabs li {
	margin: 0px;
}
.register-tabs .nav-tabs li a {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #424242 !important;
	position: relative;
	border: 0px;
	border-bottom: 4px solid transparent;
	padding: 10px 50px;
	border-radius: 0px;
	background: none;
	letter-spacing: 0.03px;
}
.register-tabs .nav-tabs li a:after {} 

.register-tabs .nav-tabs li a.active {
	font-weight: 600;
	border-bottom: 4px solid #2962FF;
	background: none;
	color:#2962FF !important;
}
.register-tabs .tab-content {
	padding: 0px 0px;
}

.tab-list {
    background: #ededf0;
}

.summary {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.summary h3{
	text-align: center;
	    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.col.twocol-sm label{
	float: left;
	width: 100%;
}
.col.twocol-sm select{
	width: 35%;
	margin-right: 5%;
	float: left;
}
.col.twocol-sm input{
	width: 60%;
	max-width: 60%;
	float: left;
}
.col.twocol-sm .mobile-label{display: none;}
.col.twocol-sm .mobile-label.top{
	display: block;
}
.col.twocol-sm label{
	width: 40%;
}
ul.price-table {
    display: inline-block;
    width: 100%;
}
ul.price-table li{
	width: 100%;
	display: inline-block;
}
ul.price-table li ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.price-table li ul li{
	text-align: left;
    padding: 10px 0px;
}
ul.price-table li ul li:last-child{
	text-align: right;
}
ul.price-table li.last{
	    border-top: 1px solid #333;
	    margin-bottom: 20px;
}
ul.price-table li.last ul li:last-child{
	font-weight: 600;
}
.card-det input{
	width: 100%;
	max-width: 100%;
}
h3.mrg-btm20.invoice-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h3.mrg-btm20.invoice-text img {
    max-width: 200px;
}
/* footer */
footer {
    background: #eaeaea;
    padding: 70px 0px;
}
footer .container{
	display: flex;
	justify-content: space-between;
}
.ftr-link ul{

}
.ftr-link ul li{
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #424242;
	margin-top: 57px;
}
.ftr-link ul.ftr-boldlink li{
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0px;
	color: #424242;
	margin-top: 42px;
	    font-size: 19px;
    line-height: 32px;
    margin-top: 20px;
}
.ftr-link ul li:first-child{
	margin: 0px;
}
.ftr-link ul li a{
	color: #424242;
}
.ftr-link ul {
    width: 33.33%;
    float: left;
}
.ftr-link p{
	width: 100%;
	display: inline-block;
	    font-size: 14px;
    line-height: 19px;
	color: #424242;
	margin-top: 20px;
}
.ftr-link ul li a .fa-facebook{
	color: #2962FF;
}
.col-4.support {
    max-width: 290px;
}
.col-4.support h5{
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 5.4px;
	color: #424242;
	opacity: 0.5;
	margin-bottom: 20px;
	margin-top: 0px;
}
.support ul.social{
	margin-bottom: 30px;
}
.support ul.social li a{
	font-size: 26px;
	margin-left: 63px;
}
.support ul{
	display: flex;
    width: 100%;
    justify-content: space-between;
}
.support ul li{
	max-width: 50%;
}
.support ul li img{
	    max-height: 130px;
}
.support ul li:first-child img{
	    min-width: 163px;
}
.support ul li:last-child img{
	max-width: 70px;
}
.signup-ftr h4{
	font-size: 24px;
	line-height: 42px;
	letter-spacing: 0px;
	color: #424242;
	margin-bottom: 20px;
}
.signup-ftr input{
	max-width: 100%;
}

.col1 .container .row{
	align-items: center;
}
.col1 p{
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #474747;
	margin: 15px 0px;	
	text-align: justify;
}
.col1 ul.btn-row {
    display: inline-block;
    width: 100%;
}

.col1 ul.btn-row li{
	display: inline-block;
	margin-right: 20px;
}

.col1 ul.btn-row li a{
	padding: 10px 40px;
    display: inline-block;
    font-size: 26px;
    line-height: 34px;
    margin-top: 10px;
    min-width: 231px;
}
.col1 ul.btn-row.samesize li a{
	font-size: 20px;
    padding: 8px 37px;
    min-width: 227px;
}
.col1 ul.btn-row.samesize li:first-child a{
	border: 2px solid #0B5DE0;
}
.col1 ul.btn-row.samesize li:first-child a:hover{
	border: 2px solid #000;
}
.col1 .col:first-child{
	padding-right: 50px;
}

/**/
.digital.padding50{
	/*padding-top: 50PX;
	padding-bottom: 50PX;*/
}
section.digital {
    background:#575757;
text-align: center;}
section.digital h1{
/*color: #242424;
    font-size: 140px;
    line-height: 260px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: -87px;*/
        color: #242424;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 30px;
    padding-left: 20px;
}
section.digital .digital-mid{
	width: 60%;
	    margin: 0 auto;
}
section.digital .digital-mid img{
	width: 100%;
	max-width: 100%;
}
section.digital img.mrg-btm50{
	margin-bottom: 50px;
}
section.digital p{
	max-width: 982px;
	margin: 30px auto;
	font-size: 40px;
	line-height: 46px;
letter-spacing: 0px;
color: #FFFFFF;
}


.trusted {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #F5F5F8;
    padding: 10px 0px 70px;
}

.trusted h5{
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #474747;
	background: #F5F5F8;
	position:relative;
	    padding: 30px 0px;
}
.trusted h5 span{background: #F5F5F8;
position: relative;padding: 0px 80px;}
.trusted h5:before{
	content: '';
	position: absolute;
	top: 50px	;
	height: 2px;
	background: #424242;
	width: 100%;
	left: 0px;
}
.trusted ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
        max-width: 90%;
    margin-left: 5%;
    margin-top: 40px;
}
.trusted ul li a img{
	width: 100% !important;
    display: inline-block !important;
    max-width: 190px;
}
.trusted ul li a{
	display: inline-block;
    width: 100%;
    text-align: center;
}
.trusted ul li{
	padding: 0px 15px;
}

.mobile {
    float: left;
    width: 100%;
    background: #fff;
}

.mobile .col-sm-4{
	background: #fff;
}

.mobile .col-sm-4 img{
    float: left;
    margin-top: -33px;
    position: relative;
}

.mobile .col-sm-4.no-mrgn-img img{
margin-top: -25px;
}

.select-rw {
    display: flex;
    padding: 30px 0px;
    align-items: center;
}
.select-rw p{

}
.select-rw select {
    margin-left: 15px;
    border: 1px solid #2962FF;
    color: #2962FF;
    width: 305px;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}
.mobile .col-sm-8 > p{
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 20px;
}
ul.special-list{
	display: inline-block;
	width: 100%;
}
ul.special-list li{
	float: left;
	width: 33.33%;
	margin-top: 50px;
}

ul.special-list li i{
	color: #2962FF;
	font-size: 30px;
}
ul.special-list li span{
	display: inline-block;
	width: 100%;
	font-size: 38px;
	line-height: 49px;
	font-weight: 600;
}

ul.special-list li p{
	font-size: 22px;
	max-width: 225px;
	line-height: 32px;
	min-height: 109px;
}
ul.special-list li i.far.fa-check-circle {
    background: #2962FF;
    border-radius: 31px;
    color: #fff;
    display: inline-block;
}




main.content-area {
    display: inline-block;
    width: 100%;
}

.summary.register .price-table li ul li{
	width: auto;
	padding-right: 30px;
}
.summary.register .price-table li ul{
    display: inherit;
}
.summary.register table{
	border-top: 2px solid #4B4D4C;
	margin-bottom: 100px;
}
.summary.register table thead th{
	background: #E8E8EB;
	font-size: 14px;
	font-weight: 600;
    padding: 15px;
}
.summary.register table tfoot {
    border-top: 2px solid #4B4D4C;
    margin-top: 50px;
}
.summary.register table td{
	font-size: 18px;
	 padding: 15px;
}
ul.list {
    display: inline-block;
    width: 100%;
}	
ul.list li{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.list li:first-child{
	margin-right: 20px;
}
ul.list li a{
	font-weight: 600;
	color: #0B5DE0;
}
ul.list li a .red{color: #E01B1B;}
ul.list li a .grey{color: #424242;}
ul.list li a .fas{
	margin-right: 5px;
}

.terms .tab-content .col1 .row{
	    align-items: end;
}
.terms .tab-content img{float: right;}
.terms .tab-content .col1 .col:first-child{
	padding-top: 50px;
	padding-bottom: 50px;
}

/* FaQ */
.faq {
	background: #EFEFF0;
	display: inline-block;
	width: 100%;
	padding: 20px 0px 50px;
}
.faq #myTab{
	padding-left: 55%;
}

.faq .accordion-item .accordion-header button{
	border:0px;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #424242;
	background: none;
	border-radius: 0px;
	outline: none;
}
.faq .accordion-item .accordion-body{
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #424242;
}

/* Toggle */
.toggle-row {
    display: flex;
    align-content: center;
    margin-bottom: 0px;
}
.toggle-row li:first-child {
    margin-left: 0px;
}

.toggle-row li {
    margin: 0px 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #424242;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2FE081;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2962FF;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.output {
    display: inline-block;
    margin: 20px 0px 0px;
}
.select-list ul li{
	display: flex;	margin-bottom: 20px;
	min-height: 39px;
}
.select-list ul li input{
	margin: 4px 15px 0px 0px;
width: 15px;
height: 15px;
float: left;
box-sizing: border-box;
padding: 0px 6px;
}
.select-list ul li label{
	font-size: 22px;
	line-height: 29px;
letter-spacing: 0px;
color: #474747;
text-transform: none;
}
.has-account {
    font-size: 16px !important;
    text-align: left !important;
}
.select-list.sm-font ul li label{

    font-size: 15px;
    line-height: 19px;

}
 

.charity p{
	margin-bottom: 20px;
    font-size: 20px;
    color: #707070;
}
.charity .container > .row > a{
	display: inline-block;
}

.security {
    background: #EFEFF0;
}
.security .row{
    justify-content: center;
}
.security-block {
    padding: 60px 20px;
}
.security-block span{
	display: inline-block;
	margin-bottom: 20px;
	width: 70px;
height: 71px;
}
.security.dk-grey{
	background: transparent linear-gradient( 180deg, #4D4D4D 0%, #343434 100%) 0% 0% no-repeat padding-box;
}
.secure .security-block span svg{
	fill: #2962FF;
}
.security-list {
    padding: 40px 0px;
    background: #EFEFF0;
}
.security-list ul{
	display: inline-block;
	width: 100%;
}
.security-list ul li:nth-child(7) span svg{
	margin-left: -3px;
} 
.security-list ul li{
	float: left;
	width: 20%;
	margin-bottom: 10px;
	margin-bottom: 10px;
	min-height: 40px;
}
.security-list ul li span{
	float: left;
	margin-right: 15px;
	    width: 20px;
}
.security-list ul li svg{
	fill: #2FE081;
}
.security-list ul li i{
	color: #2FE081;
}
.security-list h3,
.how-work h3{
	margin-bottom: 20px;
}
.security.dk-grey p,
.security.dk-grey svg{
	color: #fff;
	fill: #fff;
}
.security.dk-grey svg{
	width: 40px;
	    height: auto;
}
.login-box form.reg4 {
    max-width: 100%;
    width: 100%;
}
.how-work {
    background: #fff;
    padding: 40px 0px;
}

#personal .col1 .col img{
	float: right;
	    width: 100%;
    height: 100%;
}

section.mobile.featuresection {
    padding: 100px 0px 80px;
}


.membership-block {
    background: #FFFFFF;
    /*box-shadow: 0px 12px 52px #00000029;*/
    margin-top: 31px;
    padding: 0px;
    max-width: 488px;
    float: left;
    position: relative;
    z-index: 9;
    
    
    display: inline-block;
}
.membership-block.first-blue.topone:hover{
	outline: none !important;
	content: '';
}
.membership-block.first-blue.topone{
	padding-top: 7px;
}
.membership-block.first-blue.topone:after {
    outline: none !important;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #0d6efd;
    top: 0px;
    left: 0px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.membership-block.first-blue.topone:hover:after {
    opacity: 1;
}
.membership-block.dark-grey{
	background: #fff !important;
}
.membership-box {
    padding: 4px 20px 20px;
    overflow-y: auto;
    max-height: 466px;
    overflow-x: hidden;
	border: 2px solid #fff transparent;
}

.membership-box > h3 {
    letter-spacing: 0px;
    color: #424242;
    border-bottom: 2px solid #2962FF;
    padding-bottom: 8px;
    margin-bottom: 8px;
    line-height: 28px;
}
.membership-box > h3 span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 4px;
    letter-spacing: 3.2px;
    font-weight: 700;
    color: #424242;
}

.toggle .price {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2962FF;
    font-weight: 700;
}
#personal .toggle .price {
    font-size: 26px;
    line-height: 35px;
    margin-top: 10px;
    display: inline-block;
}

#personal .features li .fa-exclamation-circle {
    color: #2fe081;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 4px;
}
ul.features {
    min-height: 280px;
}
.features li {
display: inline-block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    color: #424242;
    line-height: 19px;
    position: relative;
    padding-left: 30px;
    margin: 3px 0px;
    max-width: 100%;
    width: 100%;
}
.features li .fas {
    color: #2fe081;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 4px;
} 
.red-color,
.features li i.fas.fa-times-circle{
	color: #f00 !important;
}
.membership-block .btn {
    border-radius: 1px;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.03px;
    color: #FFFFFF;
    font-size: 24px;
}
.membership-block .brown-btn {
    background: #a05813;
}

ul.center-membership li.mem-blck {
    margin: 15px;
}
ul.center-membership li.mem-blck .membership-block{
	    border: 2px solid #fff;
}
ul.center-membership li.mem-blck .membership-block:hover{
	border: 2px solid #0d6efd;
	cursor: pointer;
}
ul.center-membership li.mem-blck .membership-block:hover .btn{
	background: #0d6efd;
}
ul.center-membership li.mem-blck .membership-block[tabindex]:focus{
	border:2px solid #0d6efd;
}
.membership-block.brown h3{border-color: #a05813;}
.membership-block.grey h3{border-color: #707070;}
.membership-block.yellow h3{border-color: #e8aa27;}
.membership-block.dark-grey h3{border-color: #424242;}

.membership-block.brown .slider.round{background-color: #a05813;}
.membership-block.grey .slider.round{background-color: #707070;}
.membership-block.yellow .slider.round{background-color: #e8aa27;}
.membership-block.dark-grey .slider.round{background-color: #424242;}

.membership-block.brown .toggle .price{color: #a05813;}
.membership-block.grey .toggle .price{color: #707070;}
.membership-block.yellow .toggle .price{color: #e8aa27;}
.membership-block.dark-grey .toggle .price{color: #424242;}


/*.business-pricing .membership-box.last .toggle .toggle-row{
justify-content: flex-end;
}*/
.business-pricing .membership-box .toggle .toggle-row li{
	margin-right: 0px;
	font-size: 20px;
}
.proceed-btn.text-center {
    margin-top: 30px;
}
.proceed-btn.text-center .btn{
	max-width: 300px;
    width: 100%;
    font-size: 21px;
    padding: 4px 0px;
}

.membership-block.brown .toggle .price {
    color: #a05813;
}
.membership-block.brown h3 {
    border-color: #a05813;
}
.membership-block.brown .slider.round {
    background-color: #a05813;
}

.membership-block .btn {    
    border-radius: 1px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.03px;
    color: #FFFFFF;
    font-size: 24px;
}
.membership-block .brown-btn {background: #a05813;}
.membership-block .grey-btn {background: #707070;}
.membership-block .yellow-btn{background: #e8aa27;}
.membership-block .dark-grey-btn{background: #424242;}

ul.center-membership {
	display: flex;
    width: 100%;
    float: left;
    align-items: center;
	justify-content: space-between;
    
    
}
.member-price{
	padding: 50px 0px 100px 0px;
	background: #EFEFF0;
}
li.mem-blck {
    float: left;
    max-width: 448px;
}
ul.center-membership.business-pricing {
    display: inherit;
    max-width: 990px;
    margin: 0px auto;
    vertical-align: top;
}
ul.center-membership li.mem-blck:nth-child(odd){
	float: right;
}
ul.center-membership.business-pricing:focus {
border: 2px solid #2962FF;	
}

li .membership-box[tabindex]:focus{
border: 2px solid #2962FF;		
}
.pricing.member-price .pricing-main {
	position: relative;
	margin-top: 20px;
}
.pricing.member-price .pricing-main:before{
position: absolute;
    top: 0px;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #ccc;
    content: '';
}
.mem-box{
	background: #F5F5F8;
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
    padding-bottom: 40px;
        min-height: 471px;
        position: relative;
}
.mem-box h5 {
    background: #707070;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
.mem-box ul.member-list {
    padding: 33px;
    min-height: 427px;
}
.mem-box ul.member-list li {
    letter-spacing: 0.18px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    list-style: disc;
}
.mem-box a.select-membership {
    letter-spacing: 0.02px;
    color: #2962FF;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    background: #fff;
    border-top: 1px solid #2962FF;
        position: absolute;
    bottom: 0px;
}
.mem-box a.select-membership:hover{
	color: #fff !important;
	background: #2962FF !important;
}
.member-box.hover .mem-box h5{
	background: #2962FF;
}
.member-box.active .mem-box{
/*	border: 1px solid #2962FF;*/
}
.member-box.active .mem-box h5{
	background: #fff;
	color: #2962FF;
	border-bottom: 2px solid #2962FF;
}
.member-box.active .mem-box .select-membership{
	background:#EDEDF0;
}


.add-features {
    margin-top: 50px;
}
.add-features h3{
	margin-bottom: 15px;
}
.add-features table{
	float: left;
    width: 100%;
}
.add-features table th{
	text-align: left;
font-size: 14px;
line-height: 18px;
padding: 15px 10px !important;
font-weight: 600;
letter-spacing: 0.16px;
color: #161616;
}
.add-features table td{
	text-align: left;
font-size: 16px;
line-height: 20px;
padding: 15px 10px !important;
letter-spacing: 0.16px;
color: #161616;
}
.add-features table tr:nth-child(odd) td{    background: #fff;}
.add-features table tr:nth-child(even) td{}
.add-features table tbody tr td:last-child{
	width: 123px;
}
.add-features.register-table  table tbody tr td:last-child{
	width: 190px;
}

.add-features .form-check-input{
	margin-left: 0px;
}

.mem-box.disable {
    background: #BDBDBD;
}

.mem-box.disable  h5 {
    background: #BDBDBD;color: #424242;    opacity: 0.2;}
.mem-box.disable  ul li{color: #424242;    opacity: 0.2;}
.mem-box.disable  a.select-membership{
	background: #BDBDBD;color: #424242;    opacity: 0.2; border: 0px;
}

section.tablet.tab-rt {
    position: relative;
    background: #f2f2f4;
    display: inline-block;
    width: 100%;
    padding: 40px 0px 50px;
}
section.tablet.tab-rt .col-sm-7 {
    position: relative;
    z-index: 10;
    padding: 90px 15px 50px;
}
section.tablet.tab-rt .col-sm-7 > p{
	    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
    color: #000;
}
.tablet.tab-rt.charity .col-sm-7 h6{
	color: #000;
}
.tablet.tab-rt.charity .col-sm-7 ul li p{
	color: #000;
}
.tablet.tab-rt.charity .col-sm-7 ul li.fiftywidth{
	width: 50%;
}
section.tablet.tab-rt .col-sm-6{
	    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
}
section.tablet.tab-rt:before {
    content: '';
    background: #fff;
    height: 60px;
    top: 0px;
    left: 0px;
    width: 100%;
    position: absolute;
}

section.register {
    padding: 50px 0px;
   background: #fff;
       display: inline-block;
    width: 100%;
}
.register.light-grey {
    background: #f7f7f7;
}
section.register .col-sm-8 h2{
	text-align: center;
	margin-bottom: 30px;
}
.register ul {
    display: inline-block;
    width: 100%;
}
.register ul li{
	width: 50%;
	float: left;font-size: 22px;
	line-height: 29px;
	margin-top: 20px;
	padding: 0px 60px;
	position: relative;
	text-align: justify;
}

.register ul li .fas {
    color: #2fe081;
    margin-right: 10px;
    position: absolute;
    left: 20px;
    top: 7px;
}
.client .owl-nav,
.client .owl-dots{
	display: none;
}




.client{
	position: relative;
	display: inline-block;
	background: #F5F5F8;
	width: 100%;
padding: 50px 0px 50px;
}
/*.client .container{
	width: 100%;
}*/
.client h2{
	text-align: center;
}
.client .row{
	overflow: hidden;
}
.testimonials{
	margin-top: 50px;
	display: inline-block;
	padding-bottom: 60px;
	padding: 0px 50px;
	position: relative;
}
.testimonials .owl-nav,
.testimonials .owl-nav:nth-child(4){
	display: block !important;
	    position: absolute;
    top: 130px;
    width: 100%;
    left: 0px;
}
.testimonials .owl-nav:last-child{
	display: none;
}
.testimonials .owl-nav .owl-prev{
	background: #0d6efd !important;
	border-radius: 40px;
    width: 40px;
    height: 40px;
    border: 0px;
    font-size: 34px;
    float: left;
}
.testimonials .owl-nav .owl-next{
	background: #0d6efd !important;
	border-radius: 40px;
    width: 40px;
    height: 40px;
    border: 0px;
    font-size: 34px;
    float: right;
}
.testimonials .owl-nav button {
	outline: none !important;
}
.testimonials .owl-nav button span{
	    line-height: 10px !important;
    height: 20px !important;
    display: inline-block !important;
        color: #fff;
}





.testimonials .owl-stage li{
width: 100%;
    background: #fff;
    box-shadow: 0px 12px 50px #0000000d;
    padding: 35px;
    display: inline-block;
    text-align: center;
    min-height: 302px;
}
.testimonials .owl-stage li h6{
	letter-spacing: 4px;
	font-size: 22px;
	font-weight: 600;
	line-height: 29px;
	margin: 20px 0px;
}
.testimonials .owl-stage .owl-item{
	float: left;
}
.testimonials .owl-stage li p{
	font-size: 17px;
line-height: 27px;
}
.testimonials .owl-stage li span{
margin-top: -80px;
    display: inline-block;
    width: 100%;
    float: left;
}
.testimonials .owl-stage li span svg{
	fill: #2962FF;
    width: 80px;
    height: 80px;
}
section.safe-guard {
    background: #575757;
    padding: 100px 0px;
}

.safe-guard h4{
	letter-spacing: 0px;
	    font-size: 29px;
    font-weight: 400;
    line-height: 39px;
	color: #fff;
	margin-bottom: 20px;
	padding-right: 30px;
}
.safe-guard p{
	font-size: 22px;
	line-height: 29px;
	color: #fff;
	padding-right: 30px;
	    text-align: justify;
}
.safe-guard ul{
	display: inline-block;
width: 100%;
margin: 0px;
padding: 0px;
}
.safe-guard ul li{
float: left;
width: 33.33%;
display: flex;
align-content: center;
justify-content: center;
flex-direction: column;
text-align: justify;	
font-size: 18px;
padding: 0px 20px;
	line-height: 23px;
	color: #fff;
}
.safe-guard ul li span{
	text-align: center;
}

.safe-guard ul li span svg{
	fill: #fff;
	margin-bottom: 20px;
	    width: 70px;
    height: 70px;
}

ul.digital-list {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 50px;
}
ul.digital-list li{
	margin: 0px 15px;
}
section.tablet.laptop.tab-rt {
    background: #F5F5F8;
    display: inline-block;
    position: relative;
}
section.tablet.laptop.tab-rt:before{
	display: none;
}
section.tablet.laptop.tab-rt .col-sm-6 > p{
	    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
section.tablet.laptop.tab-rt ul li{
	width: 50%;
}
section.tablet.tab-rt.laptop  .col-sm-6{
	position: relative;
    right: inherit;
    z-index: 9;
    top: inherit;
}
section.tablet.tab-rt.laptop  .col-sm-6 img{float: left;}

section.tablet.laptop.tab-rt ul li:nth-child(odd){clear: left;}
section.tablet.laptop.tab-rt ul li:nth-child(even){
	clear: right;
}
/*section.tablet.laptop.tab-rt ul li.margin0 {
    margin-top: 0px;
}*/
section.tablet.laptop.tab-rt ul li svg{
	fill: #2962FF;
	    width: 30px;
    height: 30px;
}

section.tablet.laptop.tab-rt ul li:nth-child(3) svg{
	border:1px solid #2962FF;
	border-radius: 30px;
}
.business-tablet.mobile .col-sm-4 img{
	    margin-top: 0;
} 
.admin{
	padding-bottom: 50px;
}
.admin img{
	display: inline-block;
	width: auto;
}
.admin h2{
	margin-bottom: 20px;
}
.safe-guard.white-bg h4,
.safe-guard.white-bg p,
.safe-guard.white-bg ul li{
	color: #424242;
}
.safe-guard.white-bg ul li span svg{
	fill: #2962FF;
	width: 80px;
    height: 60px;
}

.light-heading{
	color: #474747;
}
section.tablet.tab-rt.charity{
	padding-bottom: 0px;
}

section.tablet.tab-rt.charity .col-sm-6{
	    top: 140px;
}
/*.col-4.img-width img {
    max-width: 350px;
}*/
.pricing-main ul{
	display: inline-block;
	width: 100%;
}
.pricing-main ul li{
	float: left;
    max-width: 100%;
    width: 100%;
}
.pricing-main .membership-block{
	max-width: 100%;
}

.pricing-main ul li.mem-blck.selected .membership-block.first-blue {
    box-shadow: 0px 0px 2px 2px #2962ff;
    padding-top: 0px;
}

.pricing-main .membership-block.first-blue .price-left .toggle{
	position: relative;
}
.pricing-main .membership-block.first-blue .price-left .toggle span.toolt{
position: absolute;
  /*  top: 50px;
    right: 80px;
    z-index: 99;*/
        top: 23px;
    right: 0px;
    z-index: 99;
}

.membership-block.first-blue .price-left h3{
	color:#0b5de0;
}
.pricing-main .membership-box {
    padding: 44px 76px;
}
.pricing-main .membership-block:hover {
    outline: 2px solid #0d6efd;
}
.pricing-main .membership-box .price-left {
    float: left;
    width: 30%;
}
.pricing-main .membership-box .features{
	width: 65%;
    float: right;
    min-height: inherit;
}

.price-left h3{
	color: #424242;
	border-bottom: 2px solid #424242;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.price-left h3 span{
	display: inline-block;
	width: 100%;
	color: #424242;
}
.price-left ul {
    display: flex;
    width: 100%;
}
.price-left .toggle .price{
	color: #0b5de0;
}
.pricing-main .membership-box h5{
	    color: #2962FF;
    font-size: 18px;
    line-height: 23px;
    float: right;
    width: 65%;
    margin: 35px 0 0px;
}
.pricing-main .membership-box ul{}
.pricing-main .membership-box ul.features li {
    max-width: 25%;
    margin: 29px 0px 0px;
}
.membership-block.first-blue .blue{margin-top: 40px;}

.bestvalue {
background: #f5d536;
    text-align: center;
    width: 80%;
    margin: -37px auto 0px;
    padding: 6px 0px;
    letter-spacing: 4px;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
}
.pricing-membership {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}
.pricing-membership li.mem-blck {
    float: left;
    max-width: 33.33%;
    padding: 0px 20px;
}

.pricing-membership li.mem-blck .membership-block{
	max-width: 100%;
}
.pricing-membership li.mem-blck .membership-block.active{
	/*box-shadow: 0px ​0px 2px 2px #2962ff;*/

    box-shadow: 0px 0px 2px 2px #2962ff;
}
.pricing-membership li.mem-blck .membership-block .membership-box {
    padding: 20px 20px;
}

.pricing-membership li.mem-blck .membership-block .membership-box ul.features {
    min-height: 332px;
}

.purple input:checked + .slider {
    background-color: #448AFF;
}
.light-blue input:checked + .slider {
    background-color: #2962FF;
}
.drk-blue input:checked + .slider {
    background-color: #0039CB;
}

.purple .toggle .price{color: #448AFF;}
.light-blue .toggle .price{color: #2962FF;}
.drk-blue .toggle .price{    color: #FFD700;}

.membership-block.purple .btn{
    background-color: #448AFF;
}
.membership-block.light-blue .btn{
    background-color: #2962FF;
}
.membership-block .btn.drk-blue{
    background-color: #0039CB;
}

.membership-block.purple .btn:hover,
.membership-block.light-blue .btn:hover,
.membership-block.drk-blue .btn:hover{
    background-color: #333;
}

.price-table table {
    float: left;
    width: 100%;
    margin: 40px 0px;
}

.price-table table tr:nth-child(odd) td {
    background: #fff;
}
.price-table table tr td .form-check-input[type=checkbox]{
	margin-bottom: 0px;
	margin-right: 15px;
}
.price-table table tr th{
	font-weight: 700;
}
.price-table table tr td,
.price-table table tr th{
	padding: 15px 10px 15px 30px;
}
.price-table select {
    border: 0px;
    background: none;
    font-size: 40px;
    line-height: 52px;
    color: #474747;
    margin-top: 40px;
}
.price-table select:focus{
	outline: none;
}

.charity-search {
    float: left;
    width: 100%;
}
.charity-search select {
    float: left;
    width: 50%;
    margin-top: 18px;
    border: 2px solid #2962FF;
    color: #2962FF;
    line-height: 32px;
    height: 52px;
    padding: 0px 10px;
}
.charity-search .col-6 {
    float: right;
    padding-left: 10px;
}
.charity-search .col-6 input{
	line-height: 37px;
    margin: 0px;
    height: auto;
}
section.faq.charity {
    padding: 50px 15px;
}
table.charity-table {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.charity-table th,
.charity-table td{
	padding:15px;
}
.charity-table tr:nth-child(odd) td{
	background: #fff;
}
.charity-table tr:nth-child(even) td{
	background: #EFEFF0;
}
.charity-table tr td a{
	border-bottom: 1px dashed;
}
.charity-blocks ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.charity-blocks ul:nth-child(odd) li{
	background: #EAEAEA;
}
.charity-blocks ul:nth-child(even) li{background: #F5F5F8;}
.charity-blocks ul li{
max-width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.charity-blocks ul li:first-child{
	padding: 30px;
}
.charity-blocks ul li:first-child img{
	max-width: 100px;
}
.charity-blocks ul li h2{font-weight: 600; font-size: 48px; line-height: 62px; margin-bottom: 15px;}
.charity-blocks ul li p{    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;}
.charity-blocks ul li a{margin-bottom: 20px; padding: 0px 20px; font-size: 22px;}
.charity-blocks ul li span{font-size: 16px;color: #101010;
opacity: 0.6; max-width: 410px;}



.secure .security-block h4{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}



.grey-bg{
	background: #F5F5F8 !important;
}
.white-bg{
	background: #fff !important;
}

.margin-btm20{
	margin-bottom: 20px !important;
}
.pd-tb-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.text-left {
    text-align: left !important;
}
.width190{
	width: 220px;
}

.modal.defaultshow{
opacity: 1;
display: block;
overflow: auto;
}
.modal.defaultshow:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
        content: '';
    opacity: 0.5;
}
.modal.defaultshow .modal-dialog {
    position: relative;
    z-index: 99999;
    width: 100%;
        max-width: 1065px;
}
.modal.defaultshow .modal-content{
	background: #F2F2F2;
	padding: 80px;
}
.modal.defaultshow .modal-content .modal-body > h2{
	font-size: 48px;
	line-height: 62px;
	font-weight: 600;
	margin-bottom: 20px;
}
.modal.defaultshow .modal-content .modal-body > p{
	max-width: 495px;
	font-size: 	18px;
	line-height: 23px;
	margin-bottom: 20px;
}
.modal.defaultshow .modal-content .modal-body > .row{
	border-top:2px solid #424242;
	padding-top: 30px;
}
.modal.defaultshow .modal-content .modal-body > .row > .col:first-child{
	width: 33%;
	    max-width: 33%;
}
.modal.defaultshow .modal-content .modal-body > .row > .col{
	width: 67%;
	    max-width: 67%;
}

.modal.defaultshow .modal-content h4{
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #262626;
}
.modal.defaultshow .modal-content form .col:first-child{
	width: 30%;
	max-width: 30%;
}
.modal.defaultshow .modal-content form .col{
	width: 70%;
	max-width: 70%;
}
.modal.defaultshow .modal-content form  .btn{
	width: 100%;
}
.modal.defaultshow .modal-content form .col .mb-3 span.Zebra_DatePicker_Icon_Wrapper{
	width: 100% !important;
}
.modal.defaultshow .modal-content form .col .mb-3 span #datepicker-formats{
	padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.modal.defaultshow .modal-content form .col .mb-3 label{
	width: 100%;
}
.modal.defaultshow .modal-content form .col .mb-3 textarea{
	width: 100%;
	max-height: 132px;
}

.how-work ul.special-list li {
    margin-top: 20px;
    width: 20%;
    position: relative;
}
.how-work ul.special-list li:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/switch.jpg) no-repeat center;
    height: 20px;
    width: 70%;
}
.how-work ul.special-list li:last-child:before{
	display: none;
}
.how-work ul.special-list li h4{
letter-spacing: 0px;
font-weight: 600;
font-size: 38px;
line-height: 49px;
color: #474747;
}
section.sign-up {
    background: #fff;
    padding: 10px 0px 80px;
}

.sign-up input#inputPassword2 {
    border: 0px;
    border-bottom: 2px dashed #2962FF;
    color: #2962FF;
}


.sign-up .btn.blue {
    padding: 0px 20px;
}
.sign-up .btn.blue.verify-btn{
	    margin: -20px 0px 0px 0px;
    float: right;
}
.price-table table tr th,
.price-table table tr td{
	text-align: left;
}
.price-table table tr td:first-child{
	text-align: right;
	max-width: 200px;
}
.price-table table tr td .fa-check-circle{color: #2fe081;}
.price-table table tr td .fa-question-circle{color: #2f7ee0;}
.price-table table tr td .fa-times-circle{color: #ff0000;}

.medical ul li{
	margin-bottom: 30px;
}
.medical ul li h3{
	font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.medical ul li p{
	font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.charity-blocks-div ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.charity-blocks-div ul li{
width: calc(33.33% - 40px);
    display: inline-block;
    margin-bottom: 40px;
        margin-right: 40px;
}
.charity-blocks-div ul li:nth-child(3n){
	margin: 0px;
}
section.charity-blocks-div {
    padding: 60px 0px;
    background: #EFEFF0;
}
section.charity-blocks-div h2{
	margin-bottom: 40px;
}

.charity-blocks-div .img-block {
    position: relative;
    float: left;
    background: #000;
}
.charity-blocks-div .img-block img{
	float: left;
	opacity: 0.5;
}
.charity-blocks-div .img-block h3{
	    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.charity-blocks-div a.bottom-row {
    border: 2px solid #2962FF;
    width: 100%;
    display: flex;
    background: #fff;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: center;
}
.charity-blocks-div a.bottom-row:hover{
	background: #2962FF;
	color: #fff;
}
.mobile .col-sm-8 > p.sm-text {
	    font-size: 25px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.one-third {
    max-width: 60%;
    margin: 30px 0px;
}
label.full-width {
    width: 100%;
    float: left;
    min-height: 15px;
}
label.form-check-label.input-text input[type="radio"] {
    margin: 0px 10px 0px 0px;
}
.full-textarea label {
    width: 100%;
    margin-bottom: 10px;
}
.full-textarea textarea{
	background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
    padding: 5px 10px;
}
.contact-box img{
	
}
.contact-box h4{
letter-spacing: 0px;
font-size: 20px;
line-height: 25px;
font-weight: 700;
color: #707070;
margin: 50px 0px 20px;
}
.contact-box p{
	margin-bottom: 20px;
	font-size: 20px;
line-height: 25px;
font-weight: 500;
color: #707070;
}

.full-textarea textarea.smalltxt{
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn.blue.contact-btn{
	margin-bottom: 100px;
}
.comp-src .col:first-child p{
	margin: 20px 0px;
}
.comp-src .col:first-child a{
	padding: 0px 20px;
}
.comp-src .check-rg{
	padding-left: 15px;
	margin-top: 60px;
}
.comp-src .check-rg li{
	width: 100%;
	margin-bottom: 18px;
}
.comp-src .check-rg li .fas{
	margin-right: 10px;
}
.personal-search {
    padding-top: 40px;
    display: inline-block;
    width: 100%;
}
.personal-search .col{
	padding: 0px 5%;
}
.search-box {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.search-box .bg-box {
background: #E1E1E1;
box-shadow: 0px 12px 50px #0000000d;
display: inline-block;
width: 100%;
padding: 0px 20px 30px 20px;
margin-top: 20px;
margin-bottom: 60px;
border: 1px solid #ddd;x;
}
.search-box .bg-box p{
	text-align: left;
}
.search-box h2 {
    font-weight: 400;
    font-size: 30px;
}
.search-box p {
    max-width: 370px;
    margin: 30px auto;
}
.search-box a{
	padding: 0px 20px;
}
.charity2{
	background: #EFEFF0;
	float: left;
    width: 100%;
}
.charity2 h4{
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 20px;
letter-spacing: 0px;
color: #262626;
margin-top: 40px;
}
.charity2 .add-features{
	margin-top: 0px;
}
.charity2 .add-features tbody.pricing1{
margin-left: 129px;
    width: calc(100% - 129px);
    float: right;
}
.charity2 .add-features tbody.pricing1 tr{
	float: left;
	width: 100%;
}
.charity2 .add-features tbody.pricing1 tr td:nth-child(1){
	width: 10%;    float: left;
}
.charity2 .add-features tbody.pricing1 tr td:nth-child(2){width: 45%;    float: left;}
.charity2 .add-features tbody.pricing1 tr td:nth-child(3){width: 45%;    float: left;}
.charity2 .add-features thead{
	opacity: 0;
}
.charity2 .add-features .personal-pricing-table thead {
	opacity: 1;
}
.charity2 .add-features .personal-pricing-table thead th{
	font-size: 16px;
}
.charity2 .btn.blue{
	padding: 0px 20px;
	float: right;
}
.level-features h4{
	display: inline-block;
    width: auto;
}
.level-features .member-box{
	    max-width: 282px;
}

.modal.pr-pric .modal-content{
	padding: 0px;
background: #fff;
}
.pr-pric .col1.charity2.mem-levels{
	padding: 40px;
}
.pr-pric .col1.charity2.mem-levels .level-features .row {
    justify-content: space-between;
}
.modal.pr-pric .modal-content table tbody tr:nth-child(odd) td:first-child{
	background: none;
}
.modal.pr-pric .modal-content table tbody tr:nth-child(odd) td{background: #F9F9F9;}
.modal.pr-pric .modal-content table tbody tr:nth-child(even) td{}
section.addon {
    float: right;
    width: 75%;
}
section.addon h3{
	margin-bottom: 20px;
}
section.addon ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}
section.addon ul li {
	max-width: 30%;
}
section.addon ul li ul{
	justify-content: space-between;
	margin-bottom: 0px;
}
section.addon ul li ul li{
	font-weight: 700;
	margin-bottom: 20px;
	min-width: 50%;
}
section.addon ul li ul li:last-child{
	text-align: right;
}

ul.payment-list {
   display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
ul.payment-list  li{
    display: inline-block;
    max-width: 50px;
    margin-right: 5px;
}
.about-services h2{
	margin-bottom: 20px;
}
.about-services .row .col .service-bx{
	    background: #ffff;
	    padding: 20px;
	        min-height: 170px;
}
.about-services .row .col .service-bx h4{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;
}
.about-services .row .col .service-bx p{}
.about-services .row .col .service-bx .btn.btn-secondary{
	padding: 0px;
    background: none;
    border: 0px;
    box-shadow: none;
    line-height: inherit;
}
.about-services .row .col .service-bx .btn.btn-secondary .fas {
	color: #000;
}

.output > div{
	display: none;
}

.output > div > p{
font-size: 20px;
line-height: 32px;
color: #333;
}

.featured .row{
	display: flex;
	align-items: center;
}
.featured .row .col{
	padding: 0px;
}
.featured.third-fet .row {
    display: flex;
    width: 100%;
}
.featured.third-fet .padding-20{
	padding: 20px;
}
.featured.third-fet img{
	width: 100%;
}
.featured h4{
	    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.featured.third-fet h4{
	font-size: 26px;
font-weight: 500;
margin-bottom: 20px;
line-height: 32px;
color: #333;
}
.featured.third-fet p{
	font-size: 19px;
line-height: 27px;
    text-align: justify;
}
.featured p{
	margin-bottom: 30px;
}

.featured a{
	border: 2px solid #2552b9;
    color: #fff;
    color: #2552b9;
    font-size: 18px;
    padding: 12px 30px;
    display: inline-block;
}
.featured a:hover{
	border-color: #000;
	color: #fff;
	background: #000;
}
.price-table select {
    border: 0px;
    background: none;
    font-size: 26px !important;
    line-height: 40px !important;
    color: #474747;
    margin-top: 40px;
    border-bottom: 1px solid #000 !important;
}
.ftr-link ul.ftr-boldlink li:first-child {
    margin-top: 0px;
}
ul.ftr-boldlink {
    margin-top: 7px;
}
.register-tabs .nav-tabs li a {
    text-transform: capitalize;
}
.price-table table tr td:first-child {
    text-align: left;
    max-width: 200px;
}
.homepage-business .col1 ul.btn-row li a{
	min-width: 197px;
	padding: 10px 25px;
}
section.mobile.business-tablet .col-sm-8.pd-tb-50 > h6,
.mobile.business-tablet .col-sm-6 > h6,
.tablet.laptop.tab-rt .col-sm-6 > h6{
	font-size: 19px;
line-height: 27px;
}
#charity .output > .box > p {
font-size: 25px;
line-height: 32px;
color: #333;
margin-bottom: 20px;
}

section.mobile.business-tablet .col-sm-4{
	
}
section.mobile.business-tablet .col-sm-8{}


.output > div h6{
	font-size: 19px;
line-height: 27px;
}

/*.tooltip-main svg{
	fill: #424242;
}
.tooltip-main {/*
  position: inherit;*/
  display: inline-block;
}
.tooltip-main .tooltiptext {
visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 14px;
    position: absolute;
    z-index: 1;
    bottom: 92%;
    /*left: 50%;
    margin-left: -60px;*/
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.tooltip-main .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-main:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}*/


.tooltip-main svg{
	fill: #424242;
}
.tooltip-main {
  position: relative;
  display: inline-block;
}
.tooltip-main .tooltiptext {
visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 14px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.tooltip-main .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-main:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.register ul.list.down-print{
	display: flex;
}
.terms .tab-content .col1 .row.tc-pg{
	align-items: flex-start;
}
.terms .tab-content .col1 .row.tc-pg  .col:first-child{
	padding-right: 0px;
}

.administrator-img img{
	max-width: 70%;
}
.mrt-10{
	margin-top: 10px;
}
.contact-rows .row h2{
	display: inline-block;
	width:100%;
	margin: 20px 0px;
}
.modal-dialog.mid-size {
    max-width: 800px;
}
.faq #myTab {
	margin-bottom: 40px;
}
.faq #myTab li{

}
.faq #myTab li a{

}
.faq #myTab li .nav-link.active{
	background: #0b5ed7;
	color: #fff;
}
.tab-content > .tab-content .tab-pane .col1:first-child > .container{
	max-width: 1600px;
	width: 100%;
}
.tab-content > .tab-content .tab-pane .col1 > .container .row > .col:last-child{
	padding-right: 0px;
}

.mem-levels.charity2 .add-features h4{
	margin-top: 0px;
}
.mem-levels.charity2 > .container > .row{
	align-items: first baseline !important
}
.members-pop .modal-body{
	padding: 0px;
}
.members-pop .level-features .member-box {
    max-width: 309px;
    margin-bottom: 30px;
}
.members-pop .level-features .member-box.active .mem-box{
	    border: 3px solid #707070;
}

.members-pop .level-features .member-box.swith-color-grey .mem-box{
    border: 0px;
}
.members-pop .level-features .member-box:hover h5{
	background: #2962FF !important;
	color: #fff !important;
}
.members-pop .level-features .member-box .mem-box:hover{
	border:3px solid #2962FF !important;
	cursor: pointer;
}

.members-pop .level-features .member-box.swith-color-white .mem-box{
        border: 0px;
}

.members-pop .level-features .member-box.swith-color-grey .mem-box h5{
	    background: #707070;
	color: #fff;
    border-bottom: 0px;
}
.members-pop .level-features .member-box.swith-color-white .mem-box h5{
    background: #fff;
    color: #2962FF;
    border-bottom: 2px solid #2962FF
}


.members-pop .mem-box h5 {
    font-size: 14px;
}

.members-pop .add-features table td{font-size: 15px;}
.members-pop .mem-levels .col.text-left a.btn{
	margin:20px 0px;
}
.contact-pg .tab-content .container{
	width:100%;
	padding: 0px;
}
.contact-pg .tab-content .container .container{
	max-width: 100%;
width: 1600px;
}
.col.contact-box img {
    width: 100%;
}
.modal.pr-pric .member-box .member-list{
	padding: 20px 15px 20px 27px;
min-height: 421px;
}

.regpop .modal-header{
	display: flex;
	align-items: center;
	justify-content: center !important;
}
.regpop .modal-header .btn-close{
	position: absolute;
	right: 10px;
	top: 10px;
}
.faqpge .faq #myTab{
	padding-left: 0;
}
.faqpge  .tab-pane .col1 .nav-tabs {
	margin-top: 90px;
	border: 0px;
}
.faqpge  .tab-pane .col1 .nav-tabs li{
	margin: 0px;
}
.faqpge .tabbbs#myTab .faq .nav-item .nav-link,
.faqpge  .tab-pane .col1 .nav-tabs li a{
	font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #525252 !important;
position: relative;
border: 0px;
border-bottom: 2px solid #dedede;
padding: 10px 20px;
border-radius: 0px;
background: none;
cursor: pointer;

}
.section.faq.second #myTab li.nav-item{
	margin: 0px;
}
.section.faq.second #myTab li.nav-item a{
	font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #525252 !important;
position: relative;
border: 0px;
border-bottom: 2px solid #dedede;
padding: 10px 20px;
border-radius: 0px;
background: none;
}
.faqpge .tab-pane .col1 .nav-tabs{
	margin-top: 120px;
}
.faqpge .tabbbs#myTab .faq .nav-item .nav-link.active,
.faqpge .tab-pane .col1 .nav-tabs li a.active {
    font-weight: 600;
    background-color: #fff;
}
.faqpge .tab-pane .col1 .nav-tabs .nav-item.show .nav-link, 
.faqpge .tabbbs#myTab .faq .nav-item .nav-link.active,
.faqpge .tab-pane .col1 .nav-tabs .nav-link.active {
    border-color: #0B5DE0;
}

.faqpge #myTab .nav-item .nav-link{}
.dark-grey{
	background: #666666;
}
.trusted.dark-grey h5{
	background: #666666;
	color: #fff;
}
.trusted.dark-grey h5:after,
.trusted.dark-grey h5:before{
	background: #fff;
}
.trusted.dark-grey h5 span{
	background: #666666;
	color: #fff;
}
.notification-row body{
	padding-top: 136px;
}
.notification-row body header{
	top: 0px;
	padding-top: 30px;
}
.topbar{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #0d6efd;
    color: #fff;
    text-align: center;
	z-index:10000;
}
.topbar .row{
	display: flex;
	align-items: center;
}
.topbar p{
	margin: 0px;
	padding: 0px;
	    line-height: 30px;
}
.topbar #closerow{
	    position: fixed;
    top: 5px;
    right: 0px;
    color: #fff;
    width: 33px;
}
html.notification-row.removetab body{
	padding-top: 106px;
}
.notification-row.removetab body .topbar{
	    display: none;
}
.notification-row.removetab body header {
    top: 0px;
	padding-top: 0px;
}
.pricing-main .membership-block.first-blue .active-price{
	display: none;
}
.price-left .toggle.selected .price{
	display: none;
}
.pricing-main .membership-block.first-blue .toggle.selected .active-price {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
    color: #424242;
    font-weight: 700;
    display: block;
}

.col.no-padding-btm {
    padding-bottom: 20px !important;
}
.modal-header.fix{
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
	z-index: 999999;
}
.closemodel{
	display: none !important; 
}
.modal-header.fix button{
	border: 0px;
	font-size: 40px;
	margin-top: 10px;
	background: none;
}

.modal.defaultshow.close{
	display: none;
	opacity: 0px;
}

.about-services {
    background: #e1e1e1;
    padding: 60px 0px;
}
.col-sm-4.imgtext {
    float: left;
    width: 33.33%;
    position: relative;
}
.col-sm-4.imgtext .img-boxhelp img{
	float: left;
}
.col-sm-4.imgtext .img-boxhelp{
	position: relative;
	    float: left;
    width: 100%;
}
.col-sm-4.imgtext .img-boxhelp:after{
	content: '';
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.col-sm-4.imgtext h3{
	    color: #fff;
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 20px;
    font-weight: bold;
}
.col-sm-4.imgtext p{
position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    max-width: 160px;
}
.who-help {
    padding: 40px 0px;
}
.support-block {
    padding: 40px 0px;
        
}
.support-block.bg-white{
	background: #fff;
	padding: 0px 0px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.support-block.bg-white > .container{
	background: none;
	box-shadow: none;
	padding: 30px 15px 30px;
}
.support-block > .container{
	background: #fff;
	padding: 50px 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.supp-bolc .row .col-sm-4{
	padding-top: 30px;
}
.supp-bolc .row .col-sm-4:first-child{
	padding-top: 0px;
}
.heading-row {
    padding: 30px 0px 0px;
    border-bottom: 10px solid #f3f3f6;
}
.support-block h2{
	margin-bottom: 30px;
}

.support-block ul{
	align-items: center;
	    display: flex;
}
.charity-blocks-div h2 {
    margin-bottom: 30px;
}
.support-block ul li img{
	max-width: 140px;
    margin-right: 20px;
}
.support-block ul li:last-child img{
	max-width: 64px;
}
.supp-bolc p:first-child{
	margin-bottom: 20px;
}
.support-block h5{
	    margin-bottom: 15px;
    font-size: 17px;
}
.support-block a{
margin-bottom: 20px;
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
}
.support-block a.border-btn{
	    border: 2px solid #9a1367;
    color: #9a1367;
    font-size: 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    font-weight: 700;
}
.support-block a.border-btn:hover{
	color: #fff;
	background-color: #9a1367;
}
.support-block h3{
	font-weight: 700;
	margin-bottom: 30px;
}
section.faq.second.bgchange #myTab li a{
background-color: transparent;
    padding: 12px 20px;
    font-size: 15px;
    border-bottom: 4px solid transparent;
}
section.faq.second.bgchange #myTab li a.active{
	background-color: #fff;
	 border-bottom: 4px solid #0b5ed7;
}
.resultpopup .modal-content .modal-body > p{
	max-width: 100% !important;
}

.logo-box {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
        background: #fff;
    text-align: center;
}
.logo-box img {
    max-width: 280px;
    margin: 10px;
}
.modal.defaultshow .modal-content form .col:last-child{
	width: 50%;
    max-width: 50%;
}
.modal.defaultshow .modal-content form .col:first-child{
	    width: 50%;
    max-width: 50%;
}
#staticBackdrop.processing .modal-content{
	border: 0px;
background: none;
}
#staticBackdrop.processing .modal-content .modal-header{
	border: 0px;
}
#staticBackdrop.processing .modal-content .modal-body{
	text-align: center;
}
#staticBackdrop.processing .modal-content .modal-body h4{
	font-size: 25px;
}
.processign-pg .modal-backdrop.show{
	background-color: #fff;
	opacity: .8;
}


select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat 97% 8px;
    background-size: 20px;
}
.full-width-row{
	width: 100% !important;
	max-width: 100% !important;
}
.executor {
    background: #fff;
    padding: 50px 0px;
}
.executor h2{
	margin-bottom: 30px;
}
.trusted.white-bg h5 span,
.trusted.white-bg h5{
	background: #fff;
}

.modal-header.pricing-pophead {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    z-index: 99;
    border: 0px;
    padding: 0px;
}

.modal.defaultshow.closepopup{
	opacity: 0;
    display: none;
}
.level-features.align-top .row{
	align-items: flex-start;
}
.level-features.align-top .mem-box ul.member-list {
    min-height: 448px;
}
.verify-btn {
    background: #0d6efd;
    color: #fff;
    margin-top: 17px;
    display: inline-block;
    padding: 11px 20px;
}
.verify-btn:hover{
	background:#000;
	color: #fff;
}
.verify-btn.whiteblue{
	background: #fff;
    color: #0d6efd;
    border:1px solid #0d6efd;
    padding: 10px 20px;
}
.verify-btn.whiteblue:hover{
	background: #0d6efd;
    color: #fff;
}
.verify-btn.mar-top20 {
    margin-top: 20px;
}

.sms-send.forsignup.first .alert-danger {
    margin-top: 15px !important;
    padding: 10px 6px !important;
}
.sms-send.forsignup.first .verify-btn.mar-top20{
	margin-top: 15px;
}
.sms-send.forsignup .alert.alert-danger,
.sms-send.forsignup .alert.alert-success {
    font-size: 12px;
    width: auto;
    padding: 10px 16px;
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}
.sms-send .alert.alert-danger {
    font-size: 12px;
    width: auto;
    padding: 10px 6px;
    float: right;
    margin-top: 20px;
        margin-left: 0px !important;	
}
.sms-send.forsignup .alert.alert-danger.smtext,
.sms-send.forsignup .alert.alert-success.smtext{
	font-size: 17px;
}

.invoice-page .content-area{
	display: inherit;
    max-width: 70%;
    width: 100%;
    margin: 0px auto;
}
.invoice-page .content-area .register-tabs .summary.register.invoice-pg{
	border: 5px solid #0b5de0;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    padding: 20px 20px 0px;	
        background: #fff;

}
.invoice-page .content-area .register-tabs .summary.register.invoice-pg > .table{
	    margin-bottom: 50px;
}
.summary.register.invoice-pg > img {
    max-width: 300px;
    margin: 0px auto 40px;
    width: 100%;
    float: none;
    display: inherit;
}
.invoice-page .content-area .register-tabs .sign-up.login-box{
	max-width: 100%;
}

.invoice-page .invoice-pg table tfoot tr:last-child td{
	text-align: center;
}
.invoice-page .invoice-pg table tfoot .btn.blue{
padding: 0px 20px;
    max-width: 300px;
    margin: 0px auto;
    display: inherit;
} 
.summary.register.invoice-pg > h3.mrg-btm20.invoice-text{
	    justify-content: center;
}
.defaultshow.resultpopup .modal-content .refferal-form form .row .col{
	width: 100%;
    max-width: 100%;
}
.defaultshow.resultpopup .modal-content .refferal-form form textarea{
	width: 100%;
    border: 1px solid #ced4da;
    height: 140px;
    padding: 6px 10px;
}
.margin-top55{
	margin-top: 55px;
}
.col.full-width-col {
    width: 100% !important;
    max-width: 100% !important;
}
.col.full-width-col .refferal-form form .form-control{
	width: 100%;
	max-width: 100%;
}
.col.full-width-col .mb-12 .twocol-sm select{
	max-width: 120px;
    float: left;
    margin-bottom: 15px;
}
.col.full-width-col .mb-12 .twocol-sm input{
	width: calc(100% - 145px);
    float: right;
    margin-bottom: 15px;
}
.col.full-width-col .refferal-form form .btn{
	width: auto;
    min-width: 150px;
}

.col.lesspadding {
    padding-top: 30px !important;
}

.mem-box.selected{
	box-shadow: 0px 3px 6px #2962ff;
}
.mem-box.selected h5{
background: #2962ff;
}
.terms .tab-content .col1 .partner-withus {
padding-top: 40px !important;
    padding-bottom: 32px !important;
}

.client.white-bg.patners-3x .testimonials .owl-item li{
	background: #e4e4e4;
}
.col.partner-withus a.btn.blue.free-search{
	width: 200px;
    padding: 5px 0px;
    margin-top: 20px;
}
.charity2 .add-features {
    margin-top: 0px;
    padding-right: 10px;
}
.proceed-btn.text-right.mrg-btm30 {
    text-align: right;
    padding-right: 33px;
    margin-top: 40px;
}
.proceed-btn.text-right.mrg-btm30 .blue{
	padding: 4px 30px;
}
.price-table .accordion h2 .accordion-button{
	border: 0px;
    margin-top: 20px;
    background: none;
    font-size: 30px;
    color: #000;
    outline: none;
    margin-bottom: 20px;
}
.price-table .accordion .accordion-collapse{
	border: 0px;
}
.price-table table tr th, .price-table table tr td{
	text-align: left;
}
.price-table table tr td:nth-child(3){
	text-align: left;
}
.refferal-form.max-width640 {
    max-width: 370px;
    margin: 0px auto;
}
.refferal-form.max-width640 form .blue.width190{
	    margin: 0px auto;
    float: none;
    display: inherit;
}
.refferal-form.max-width640 h4{
	text-align: center;
}
.refferal-form.max-width640 form .twocol-sm {
	    width: 100% !important;
    max-width: 100% !important;
}
.modal.defaultshow .modal-content .modal-body > p.full-width {
    width: 100%;
    max-width: 100%;
}
.col1.charity2.mem-levels > .container:last-child > .row > .col.text-left{
	padding-right: 21px;
}


.flex-col {
    display: flex;
    align-items: center;
    position: relative;
}
.flex-col:after{
bottom: 10px;
    content: '';
    left: 0px;
    width: 37.7952755906px;
    height: 1px;
    background: #000;
    position: absolute;
    display: none;
}
.flex-col h4{
	width: auto;
	 margin-right: 50px;
}
.flex-col p{margin-top: 40px;}
.flex-col h4:last-child{
	width: 100%;
}

section.feature-new-section.white-bg {
    padding: 50px 0px;
}
.feature-new-section ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.feature-new-section ul li{
max-width: 33.33%;
    float: left;
    width: 100%;
        text-align: center;
}
.feature-new-section ul li.top-minus span{
	margin-top: -15px;
}
.feature-new-section ul li span{
	font-size: 50px;
	margin-bottom: 10px;
	    display: inline-block;
	    min-height: 53px;
}
.feature-new-section ul li:first-child span .fas{
	font-size: 50px;
}

.feature-new-section ul li span svg{
	width: 50px;
}
.feature-new-section ul li p{
max-width: 360px;
    display: inline-block;
    margin-top: 20px;
}

.new-tab-select {
    padding: 60px 0px;
    background: #fff;
}
.new-tab-select form {
    position: absolute;
    left: 36%;
    z-index: 9;
    width: auto;
}
.new-tab-select form select{
	margin-left: 15px;
    border: 1px solid #2962FF;
    color: #2962FF;
    width: 305px;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}
.new-tab-select #myTabselect{
	display: none;
	position: relative;
}
.new-tab-select .tab-content .col-8{
	padding-top: 50px;
}
.new-tab-select .tab-content .col-6{
	padding-top: 50px;
}
.new-tab-select .tab-content .col-6 > p,
.new-tab-select .tab-content .col-8 > p{
	    font-size: 25px;
    line-height: 32px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
}
.new-tab-select .tab-content .col-6 .special-list li{
	width: 50%;
}
.featured.third-fet .col img{
	float: left;
}
.featured .row .col.morespace h4,
.featured .row .col.morespace p{
	padding: 0px 20px 0px 40px;
}
.featured .row .col.morespace a{
	margin-left: 40px;
}
.featured.third-fet .col h4,
.featured.third-fet .col p{
	padding: 0px 20px;
}
.featured.third-fet .col a{
	margin-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
    background: #0B5DE0;
    color: #fff;
    padding: 6px 30px;
}
.featured.third-fet .col a:hover{
	background:#000;
}

.trusted .owl-nav .owl-next,
.trusted .owl-nav .owl-prev{
	background: #869791 !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 40px !important;
    outline: none;
}
.trusted .owl-nav .owl-next span,
.trusted .owl-nav .owl-prev span{
	    line-height: 10px !important;
    height: 20px !important;
    display: inline-block !important;
}
.trusted .owl-nav .owl-next{
	float: right;
	    margin-right: -5% !important;
}
.trusted .owl-nav .owl-prev{
	float: left;
	    margin-left: -5% !important;
}
.trusted .owl-nav .owl-next:hover,
.trusted .owl-nav .owl-prev:hover{
	background: #0d6efd !important;
}
.trusted .owl-dots{
	display: none !important;
}
.trusted .owl-nav {
	position: absolute;
    left: 0px;
    top: 14px;
    width: 100%;
    display: block !important;
}
section.mobile.business-tablet .col-sm-7 > p{
	    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}
section.mobile.business-tablet .col-sm-7 > h6{
	    font-size: 19px;
    line-height: 27px;
}

.tablet.tab-rt.charity .col-sm-7 h6{
	    font-size: 19px;
    line-height: 27px;
}

.input-group.date{
	position: relative;
}
.input-group.date input{
	    width: 100%;
	    position: relative;
	    margin-bottom: 15px;
}
.input-group.date .input-group-addon{
	position: absolute;
    right: 12px;
    top: 12px;
}

.invoice-bottom ul.list.down-print{	
    display: flex;
    align-items: center;
    justify-content: center;
}
.invoice-bottom li a{
	font-size: 25px;
}
.invoice-bottom li:first-child {	
    margin-right: 60px;
}
.invoice-bottom {
    text-align: center;
    margin-bottom: 50px;
}
.invoice-bottom .btn.blue{
	width: auto;
	margin-top: 20px;
    min-width: 200px;
}

.faq-showmobile select {
    width: 100%;
    margin: 20px 0px;
    border: 2px solid #0d6efd;
    padding: 11px 10px;
}

.featured.third-fet .col h4, .featured.third-fet .col p{
    padding-left: 0px;
}
.featured.third-fet .col a{
    margin-left: 0px;
}
.copyrite a {
    float: right;
}

.pricing-main ul li.mem-blck.selected .membership-block.first-blue {
    box-shadow: 0px 0px 2px 2px #2962ff;
    padding-top: 0px;
}
.modal.defaultshow .modal-content .modal-body > .row > .col.width50{
	max-width: 50%;
	width: 50%;
}
.modal.defaultshow .modal-content .modal-body > .row > .col.width50 .input-group.date input {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    max-width: 100%;
}
.modal.defaultshow .modal-content .modal-body > .row > .col.width50 textarea {
    resize: vertical;
    width: 100%;
}
h4.subheading-font {
    font-size: 30px;
    line-height: 50px;
    margin: 20px 0px;
    padding-left: 20px;
}
.feature-new-section ul li:nth-child(3) h2{
	margin-top: -10px;
}

.trusted.white-bg.btrd-btm {
    border-bottom: 1px solid #ccc;
}

h4.mobile-vr {
    display: none;
}


section.new-tab-select {
    padding-bottom: 0px;
}
section.new-tab-select.margin-top30{
	padding-bottom: 50px;
}
section.digital.extra-space {
    padding: 70px 0px;
}

.mb-3.form-check.marginminus {
    margin-top: -20px;
}
.col.img-right.terms img {
    float: right;
    width: auto !important;
    margin: inherit;
    margin-left: 30px;
}

.ligh-greybox .testimonials .owl-stage li{
	background: #f7f7f7;
	    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
}

.privacyimg img{
width: auto !important;
    height: auto !important;
    margin: 0px 0px 30px 50px;
}
.privacyimg .showmobile{
	display: none;
}
section.new-tab-select.margin-top30.additional-tabrow {
    margin-top: 0px;
}

.trusted .trustedby .owl-nav {
    display: block !important;
}

.mobilenone{
	display: none !important;
}

.pricing3pg .modal-body .max-width640 .width30 {
    width: 30% !important;
    float: left;
}
.pricing3pg .modal-body .max-width640 .width70 {
    float: right;
        width: 65% !important;
    max-width: 65% !important;
        margin-top: -6px;
    margin-bottom: 20px;
}
.pricing3pg .modal-body .max-width640 .width70 label{
	margin-bottom: 0px;
}
.pricing3pg .modal-body .max-width640 .width70 input{
	    margin-bottom: 0px;
}
.postphone .form-label{
	margin-bottom: 0px;
}
.pricing3pg .modal-body .max-width640 .mb-12{
	float: left;
	width: 100%;
}	
.tab-content > .tab-content .tab-pane .col1 > .container .row > .col.privacyimg {
    padding-left: 0;
    padding-right: 0;
}

section.new-tab-select.pading-btm37 {
    padding-bottom: 37px;
}
.feature-new-section ul li:nth-child(3) h2.margin-topminus {
    margin-top: -14px;
}


@media only screen and (min-width: 2000px){
	.membership-block{
		max-width: 100%;
	}
}
.left-statement {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.payment_cc .flex-row {
    display: flex;
    align-items: center;
}
.payment_cc .flex-row select{
	max-width: 162px;
	margin-right: 10px;
}

.birthfield .col-3 select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 105px;
    margin-right: 8px;
}


.cookie {
  padding: 1rem 10%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  position: fixed;
  width: 100%;
  left: 0px;
  text-align: center;
z-index: 9999999;
  bottom: 0px;
      background: darkgrey;
}

  .cookie__message {
    padding: 0.2rem 0;
    margin: 0 0px 10px;
    display: inline-block; 
        width: 100%;
        color: #fff;

  }
  button.cookie__accept {
    letter-spacing: 0.04px;
    font-size: 19px;
    line-height: 44px;
    padding: 0px 15px;
    background: #0d6efd;
    color: #fff;
}
.cookie__decline{
	letter-spacing: 0.04px;
    font-size: 19px;
    line-height: 44px;
    padding: 0px 15px;
}
  .cookie__accept, 
  .cookie__decline,
  .cookie__link {
    border: 0;
    background: white;
    margin: 0 0.5rem;
    transition: background 150ms ease;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;}
    
    .cookie__accept:focus, 
  .cookie__decline:focus,
  .cookie__link:focus{
      outline: none;   
    }

.features .tooltip-main .tooltiptext{
	width: 280px;
    margin: 0px;
    left: 0px;
}
.features .tooltip-main .tooltiptext:after{
	display: none;
}
/*.features .tooltip-main.lefttp .tooltiptext{
	left: 40px;
    right: inherit;
}
.tooltip-main.lefttp .tooltiptext::after{
	left: 27px;
}
.features .tooltip-main.righttp .tooltiptext{
left: inherit;
    right: -10px;
}
.tooltip-main.righttp .tooltiptext::after{
	left: 157px;

}*/
.form-group.mobleno > div > select,
.form-group.areacd > div > select,
.form-group.contactno > div > select{
	    width: 110px;
    margin-right: 10px;
}
.form-group.areacd > div > input{

}
.form-group.couponcd label {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 15px;
}
.form-group.couponcd > div{
	float: left;
    padding-left: 15px;
}

@media only screen and (min-width: 992px){
	.max-width{
		    max-width: 500px;
    display: flex;
	}

}

.membership-box .purple  > h3 {
    border-bottom: 2px solid #006400;
    color: #006400;
}

.membership-block.purple .membership-box h3{border-bottom: 1px solid #006400; color: #006400;}
.membership-block.purple .membership-box .toggle input:checked + .slider { background-color: #006400;}
.membership-block.purple .membership-box .toggle .price{color: #006400;}
.membership-block.purple .btn{background: #006400;}

.membership-block.light-blue .membership-box h3{border-bottom: 1px solid #2962FF; color: #2962FF;}
.membership-block.light-blue .membership-box .toggle input:checked + .slider{background-color: #2962FF;}
.membership-block.light-blue .membership-box .toggle .price{color: #2962FF;}
.membership-block.light-blue .btn{background: #2962FF;}

.membership-block.drk-blue .membership-box h3{border-bottom: 1px solid #0039CB; color: #0039CB;}
.membership-block.drk-blue .membership-box .toggle input:checked + .slider{background-color: #0039CB;}
.membership-block.drk-blue .membership-box .toggle .price{color: #0039CB;}
.membership-block .yellow-btn{background: #0039CB;}

.features li.label.borderbtm {
    border-bottom: 1px solid #ccc;
}
.features li.label.borderbtm > span{
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0;
}

.features li.label {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.features li.label > span {
    display: flex;
    width: 100%;
    align-items: center;
    
    justify-content: space-between;
}


.features li.label ul#list {
    display: none;
    padding: 0px;
    font-weight: normal;
}






.membership-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.membership-box::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.membership-box::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0d6efd;
}
#personal .features li .fa-exclamation-circle.orange-color{
	color: orange;
}

#personal .pricing-membership li.mem-blck .membership-block .membership-box{
	padding-top: 10px;
	border: 2px solid transparent;
}
#personal .pricing-membership li.mem-blck .membership-block .membership-box:hover {
    border: 2px solid #2962ff;
}
.features li.label.nobrd{
 border: 0px;
}
.features li.label.nobrd span{
 border-bottom:1px solid #ccc;
}

.security-list ul li{
	position: relative;
}
.security-list ul li:last-child {
    width: auto;
}
.security-list ul li span.cmsoon {
background: #0d6efd;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 90px;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 10px;
    top: -22px;
    margin-right: 0px;
    right: 0px;
}
.security-list ul li span.tag {
position: absolute;
    top: -25px;
    font-size: 10px;
    background: #0d6efd;
    margin: 0px;
    width: auto;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 19px;
    text-align: center;
    right: -5px;
}

.main-content-area.profile-block .membership-block.basicplan.active,
.main-content-area.profile-block .membership-block.basicplan:hover {
    outline: 2px solid #0C50BF;
}


.fontsize-9 li{
 font-size:9px !important;
}
.fontsize-10 li{
 font-size:10px !important;
}
.fontsize-11 li{
 font-size:11px !important;
}
.fontsize-12 li{
 font-size:12px !important;
}
.fontsize-13 li{
 font-size:13px !important;
}
.fontsize-14 li{
 font-size:14px !important;
}
.fontsize-15 li{
 font-size:15px !important;
}
.fontsize-16 li{
 font-size:16px !important;
}
.fontsize-17 li{
 font-size:17px !important;
}
.fontsize-18 li{
 font-size:18px !important;
 /*font-weight:bold;*/
}
.fontsize-19 li{
 font-size:19px !important;
}











ul.special-list li p.fontsize-9{
 font-size:9px !important;
}
ul.special-list li p.fontsize-10{
 font-size:10px !important;
}
ul.special-list li p.fontsize-11{
 font-size:11px !important;
}
ul.special-list li p.fontsize-12{
 font-size:12px !important;
}
ul.special-list li p.fontsize-13 {
 font-size:13px !important;
}
ul.special-list li p.fontsize-14{
 font-size:14px !important;
}
ul.special-list li p.fontsize-15{
 font-size:15px !important;
}
ul.special-list li p.fontsize-16{
 font-size:16px !important;
}
ul.special-list li p.fontsize-17{
 font-size:17px !important;
}
ul.special-list li p.fontsize-18{
 font-size:18px !important;
 /*font-weight:bold;*/
}
ul.special-list li p.fontsize-19{
 font-size:19px !important;
}
.pswdtoggle{margin-top: 30px; cursor:pointer;max-width:50px;width:30px;margin-left: -8%;}
.sbutton{
position: absolute;
  background: #fff;
  box-shadow: 0px 3px 6px #00000012;
  right: 120px!important;
  min-width: 150px;
  display: none;
  z-index: 99;
  padding-left: 0px;
}