@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 768px){

.navbar-nav .nav-link i{
    display: none;
}
.tab-custom.mobile {
    display: none;
}
}


@media only screen and (max-width: 767px){
	input{
		max-width: 100%;
	}
	.signup-other ul li {
	    max-width: 100%;
	    width: 100%;
	}
	.signup-other ul {
	    flex-direction: column;
	}
	.signup-other ul li.google{
		margin-bottom: 25px;
	}
	.login-header {
    padding: 15px 0px;
}
.login-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pswdtoggle{margin-top: -53px; cursor:pointer;max-width:50px;width:30px;margin-left:85%;}
.sbutton{right:20px !important;}
#menu-toggle {
	width: 16px;
	height: 11px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
cursor: pointer;
border: 0px;
outline: none;
z-index: 9999;
margin: 0;
padding: 20px;
}
#menu-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 16px;
	background: #383838;
	border-radius: 9px;
	opacity: 1;
	left: 13px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
	top: 12px;
}
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
	top: 17px;
}
#menu-toggle span:nth-child(4) {
	top: 22px;
}
#menu-toggle.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#menu-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu-toggle.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#menu-toggle:focus{
	outline: none;
	box-shadow: none;
}

header  .navbar-expand-lg .ul.my-2,
header .navbar-expand-lg .navbar-collapse{
	display: none;
}
.noscroll {
    overflow: hidden;
}
#wrapper.toggled{
	overflow: hidden;
}
#wrapper.toggled:before{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    transition: all 0.5s;
}

#navbarTogglerDemo02 {
    position: fixed;
    height: 100%;
    background: #0C51BF;
    max-width: 80%;
    width: 100%;
    z-index: 999;
    margin-left: -9999px;
     transition: all 0.5s;
     display:inherit;
     left: 0px;
     padding: 35px 25px !important;
top: 0px;
display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
#navbarTogglerDemo02 .navbar-nav{
	margin-top: 0px;
}
.navbar-nav .nav-link{
	font-weight: 500;
	font-size: 19px !important;
    line-height: 35px;
	letter-spacing: 0px;
	color: #FFFFFF;
    padding: 15px 0px;
}
#wrapper.toggled #navbarTogglerDemo02{
	margin-left: 0px;
	 transition: all 0.5s
	 left: 0px;
}
#wrapper.toggled #menu-toggle{
	order: 1;
}
#wrapper.toggled .navbar .navbar-brand{
	order: 2;
	opacity: 0;
}
#wrapper.toggled #menu-toggle span {
	background: #fff;
}
ul.my-2{
	display: none;
}
#wrapper.toggled ul.my-2 {
    position: absolute;
    display: block;
    top: 70px;
    z-index: 99999;
        width: calc(100% - 27%);
    left: 30px;
}
ul.my-2 li {
    margin: 10px 10px;
    display: inline-block;
}
ul.my-2 li a {
    font-size: 19px !important;
}
ul.my-2 li a.brd-btn {
    color: #2962FF;
    border-color: #2962FF;
    background: #fff;
}
.navbar-nav .nav-link i {
    display: inline-block;
    margin-right: 15px;
}
.navbar-nav .nav-link svg{
display: inline-block;
    margin-right: 10px;
    max-width: 19px;
}
section.register-tabs.hidemobile {
    display: none;
}
body {
    padding-top: 65px;
}

.feature-new-section ul li {
    max-width: 100%;
}
.new-tab-select .tab-content .col-6 {
padding-top: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.new-tab-select .tab-content .col-6 .special-list li {
    width: 100%;
    text-align: center;
}
ul.special-list li p{    
    max-width: 100% !important;
}
.featured.third-fet .row{
    flex-direction: column;
}

ul.special-list li{
    width: 100% !important;
    text-align: center;
}
.featured .row .col {
    padding: 0px;
    text-align: center;
    padding: 20px 0px;
}
.modal.defaultshow .modal-content .modal-body > .row > .col.width50{
    max-width: 100%;
    width: 100%;
}
h4.mobile-vr {
    display: block;
}
h4.desktop-vr {
    display: none;
}

}
@media only screen and (max-width: 1700px){
     .container {
        width: 1300px;
    }
    .tab-content > .tab-content .tab-pane .col1 > .container .row > .col.privacyimg {
    padding-left: 20px !important;
    padding-right: 0px;
    max-width: 1300px;
    margin: 0px auto;
}
    .tab-content > .tab-content .tab-pane .col1 > .container .row > .col:first-child{
    padding-left: 100px;
}
.contact-pg .row.contact-rows {
    padding-left: 10%;
}
}
@media only screen and (max-width: 1400px){
    .contact-pg .tab-content .container,
.contact-pg .tab-content .container .container,
    .container {
        width: 1170px;
    }
    .navbar-nav .nav-item {
        margin: 0px 15px;
    }
    h2{
        
    font-size: 31px;
    line-height: 38px;

    }

.ftr-link ul.ftr-boldlink li{
font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    margin-top: 20px;
}
.ftr-link ul li {
    font-size: 19px;
    line-height: 32px;
    margin-top: 20px;
}
.signup-ftr h4 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 12px;
}
.ftr-link p{
    font-size: 16px;
}
.terms .tab-content .col1 .col:first-child span select{
    font-size: 17px;
    padding: 3px 10px;
    display: inline-block;
}
ul.special-list li p {
    font-size: 19px;
    max-width: 192px;
    line-height: 27px;
}
section.sign-up .row p{
    max-width: 300px;
}
.col1 ul.btn-row li a{
    font-size: 21px;
}
.level-features .member-box {
    max-width: 248px;
}
.mem-box ul.member-list {
    min-height: 446px;
}
.level-features .row {
    align-items: first baseline !important;
}
.contact-pg .row.contact-rows {
   padding-left: 1%;
}
.faqpge #myTab .nav-item .nav-link{
    padding: 10px 15px;
}
.tab-content > .tab-content .tab-pane .col1 > .container .row > .col.privacyimg {
    padding-left: 20px !important;
    padding-right: 0px;
    max-width: 1170px;
    margin: 0px auto;
}
.trusted .owl-nav {
    top: 0px;
}
.price-table table tr td, .price-table table tr th {
    font-size: 14px;
}
}
@media only screen and (max-width: 1250px){
	.container {
	    max-width: 960px;
	    width: 100%;
	}
    .tab-content > .tab-content .tab-pane .col1 > .container .row > .col.privacyimg {
    padding-left: 20px !important;
    padding-right: 0px;
    max-width: 1170px;
    margin: 0px auto;
}
	.navbar-nav .nav-item {
    margin: 0px 10px;
}
.navbar-brand {
    max-width: 230px;
}
ul.my-2 li a {
    font-size: 16px;
    line-height: 37px;
    padding: 0px 15px;
    float: left;
}
.navbar-nav .nav-link {
    font-size: 15px;
}



.ftr-link ul.ftr-boldlink li{
font-size: 20px;
line-height: 30px;
}
.ftr-link ul li{
	font-size: 18px;
line-height: 32px;
}
.signup-ftr h4 {
    font-size: 20px;
    line-height: 35px;
}
.ftr-link p{
	font-size: 16px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
}
.col1 ul.btn-row li a {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 34px;
}
.col1 .col:first-child {
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
section.digital h1{
	font-size: 100px;
    line-height: 210px;
}
section.digital p {
    font-size: 38px;
    line-height: 48px;
}
section.tablet.tab-rt:before {
    height: 89px;
}

section.tablet.tab-rt .col-sm-7 > p {
    font-size: 33px;
    line-height: 42px;
}
ul.special-list li p {
    font-size: 19px;
    max-width: 155px;
}
.register .container .row{
	flex-direction: column;
}
.register .col-sm-8{
	max-width: 100%;
	width: 100%;
}
.safe-guard h4 {
    font-size: 30px;
    line-height: 42px;
}
.mobile .col-sm-8 > p {
    font-size: 33px;
    line-height: 42px;
}
ul.special-list li p {
    font-size: 17px;
    max-width: 155px;
    line-height: 27px;
}
.col1 ul.btn-row li {
    display: inline-block;
    margin-right: 14px;
}
.level-features .member-box {
    max-width: 196px;
}
.mem-box {
    min-height: 652px;
}
.level-features.align-top .mem-box ul.member-list {
    min-height: 518px;
}
.trusted .owl-nav {
    top: -10px;
}
}

@media only screen and (max-width: 1920px) and (min-width: 1500px){
    h2 {
        font-size: 31px;
        line-height: 38px;
    }
    .col1 ul.btn-row li a,
    .col1 ul.btn-row li a{font-size: 20px;}
    section.digital h1{
        font-size: 100px;
        line-height: 230px;
    }
    section.digital p {
    max-width: 812px;
    font-size: 31px;
    line-height: 38px;
}
section.tablet.tab-rt .col-sm-6{
    top: -44px;
}

}
@media only screen and (max-width: 991px){
	.container {
	    max-width: 750px;
	    width: 100%;
	}
	.navbar-brand {
    max-width: 190px;
}
#menu-toggle {
    display: none;
}
.navbar-nav{
	flex-direction: inherit;
}
header .navbar {
    padding: 0px;
    flex-wrap: initial;
}
.navbar-nav .nav-item {
    margin: 0px 9px;
}
.navbar-nav .nav-link {
    font-size: 13px;
}
h2{
	font-size: 30px;
line-height: 35px;
}
.terms .tab-content .col1 .row {
    align-items: end;
    align-items: flex-start;
}
.tab-content #myTabContent > div > section:first-child .container .row .col:first-child{
	max-width: 40%;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
.tab-content #myTabContent > div > section:first-child .container .row .col:last-child{
	max-width: 60%;
}

.col-4.ftr-link {
    width: 100%;
    margin-bottom: 20px;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.col-4.signup-ftr {
    width: 50%;
    flex: inherit;
    margin: 0px auto;
}
.col-4.support {
    max-width: 290px;
    width: 50%;
    flex: inherit;
    margin: 0px auto;
}
.register ul li{
	font-size: 19px;
}

section.tablet.tab-rt .col-sm-7 {
    padding: 50px 15px;
    width: 100%;
}
section.tablet.tab-rt .col-sm-6 {
    position: relative;
    right: 0px;
    z-index: 9;
    top: 0px;
    width: 100%;
}
.mobile .col-sm-4 {
    background: #fff;
    width: 100%;}
    .mobile .col-sm-8 {
    	width: 100%;
    	max-width: 100%;
    }
section.digital h1 {
    font-size: 80px;
    line-height: 210px;
}

.tab-content #myTabContent > div > section:first-child .container .row .col:first-child {
    max-width: 100%;
    padding: 20px;
    order: 2;
   flex: auto;
}

.tab-content #myTabContent > div > section:first-child .container .row .col:last-child {
    max-width: 100%;
    order: 1;
    flex: auto;
    margin-top: 20px;
    text-align: center;
}
.tab-content #myTabContent > div > section:first-child .container .row .col:last-child img{
    float: none;
    display: inline-block;
}
.safe-guard .row > .col{
	flex: auto;
	margin-bottom: 50px;
}
.security-list ul li {
    width: 33.33%;
    min-height: 40px;
}
.modal.defaultshow .modal-content {
    padding: 20px;
}
.modal-body > .row{
    flex-direction: column;
}
.modal-body > .row > .col{
width: 100% !important;
    max-width: 100% !important;
}
.charity-blocks ul {
    flex-direction: column-reverse;
}
.charity-blocks ul li{
    max-width: 100%;
}
.charity-blocks-div ul li {
    width: calc(50% - 40px);
    display: inline-block;
    margin: 19px;
}
.personal-search .col {
    padding: 0px 20PX;
}
.charity2 .col-sm-9{width: 100%;}
.charity2  .col-sm-3{width: 100%;}

.pricing-membership li.mem-blck {
    float: left;
    max-width: 49.33%;
    padding: 0px 20px;
}
.pricing-main .membership-box ul.features li {
    max-width: 48%;
}
.pricing-main .membership-box {
    padding: 44px 20px;
}
.membership-box {
    padding: 20px 25px;
}
.privacyimg img{
    margin-left: 0px;
}
.privacyimg h2{
    display: none;
}
.privacyimg .showmobile{
    display: block;
    margin-bottom: 20px;
}

.price-table table tr td, .price-table table tr th {
    padding: 15px 6px 15px 11px;
    font-size: 12px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .new-tab-select.featurethirdsection.new-tab-select.featurethird {
    padding-bottom: 40px;
}
section.featured.third-fet .row .col h4{
    font-size: 23px;
}
section.featured.third-fet .row .col p {
    font-size: 16px;
    line-height: 25px;
}
.featured.third-fet .row .col{
    padding: 30px 0px;
}
.testimonials .owl-stage li {
    min-height: 328px;
}
.trusted .trustedby .owl-nav {
    display: block !important;
}
.trusted .owl-nav {
    top: 0px;
}
.members-pop.pr-pric .modal-dialog .modal-content{
    padding: 20px 0px;
}

}

@media only screen and (max-width: 767px){
	.container {
	    max-width: 96%;
	    width: 100%;
	}
    .tab-custom.mobile #colorselector{
        margin: 40px 0px 20px 0px;
    }
#menu-toggle {
    display: block;
}
.tab-content #myTabContent > div > section:first-child .container .row .col:last-child {
    max-width: 100%;
}
.tab-content #myTabContent > div > section:first-child .container .row .col:first-child {
    max-width: 100%;
}
.terms .tab-content .col1 .row {
    align-items: end;
    align-items: flex-start;
    flex-direction: column;
}
.col-4.signup-ftr {
    width: 100%;
}
.col-4.support {
    max-width: 100%;
    width: 100%;
}
.col-4.support h5 {
    margin-top: 60px;
    text-align: center;
}
.register-tabs .nav-tabs li {
    margin: 0px;
    width: 100%;
    text-align: left;
}
section.digital h1 {
    font-size: 55px;
    line-height: 210px;
}
.safe-guard ul li{
	width: 100%;
	margin-top: 40px;
}
.safe-guard .col {
    flex: auto;
}
.register ul li {
    font-size: 19px;
    width: 100%;
    padding: 0px 20px 0px 60px;
}

/*.price-table thead{
    display: none;
}*/

/*.price-table tbody tr{
    position: relative;
    float: left;
    width: 100%;
}*/
/*.price-table tbody tr td{
    float: left;
    width: 100%;
    max-width: 100% !important;
    padding-left: 50%;
}
.price-table tbody tr td:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 50%;
    padding-left: 6px;
    font-size: 14px;
    text-align: right;
}
.price-table tbody tr td:nth-child(1):before{content: '';}
.price-table tbody tr td:nth-child(2):before{content: 'Australian Registry';}
.price-table tbody tr td:nth-child(3):before{content: 'Other Sites / Templates';}
.price-table tbody tr td:nth-child(4):before{content: 'Solicitor / Lawyer';}
*/
.register ul.price-table li {
    font-size: 19px;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0px;
}
ul.list li a .fas{
position: relative;
    margin-right: 25px;
    margin-top: -2px;
    float: left;
}
.register ul li {
    font-size: 19px;
    width: 100%;
    padding: 0px 20px 0px 0px;
}
.security-list ul li {
    width: 50%;
    min-height: 40px;
}
.modal.defaultshow .modal-content .modal-body > h2 {
    font-size: 30px;
    line-height: 41px;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: none;
    width: calc(100% - 40px);
    max-width: 100% !important;
    margin: 20px !important;
}
.charity-blocks-div ul li {
    width: calc(49% - 20px);
    display: inline-block;
    margin: 10px 10px 30px;
}
.charity-blocks-div ul li:nth-child(3n){
     margin: 10px 10px 30px;
}
.mobile.featuresection .special-list li{
    max-width: 50%;
    width: 50%;
}
.register ul.check-rg li {
    padding: 0px 20px 0px 60px;
}
.comp-src,
ul.digital-list{
    flex-direction: column;
}
ul.digital-list li {
    margin: 0px 15px 20px;
}
.contact-rows{
    flex-direction: column;
}
.one-third {
    max-width: 100%;
    margin: 30px 0px;
}
.contact-rows .col:first-child .row{
     flex-direction: column;
}
.comp-src .col{
    max-width: 100%;
    width: 100%;
}
.comp-src .col:first-child{
    margin-bottom: 30px;
}
.comp-src .check-rg li{
    margin-bottom: 20px;
}
.personal-search .row{
    flex-direction: column;
}
.personal-search .col {
    padding: 0px 0px;
}
.personal-search .col:nth-child(2) .search-box{
    margin-top: 30px;
}
.member-box {
    margin-bottom: 40px;
    width: 100%;
}
.charity2 .col-sm-9{width: 100%;}
.charity2  .col-sm-3{width: 100%;}

.security-block {
    padding: 30px 20px 30px;
    width: 100%;
}
.select-box {
    margin-bottom: 20px;
}
.modal.defaultshow .modal-content form .row{
    flex-direction: column;
}
.modal.defaultshow .modal-content form .col{
    width: 100% !important;
    max-width: 100% !important;
}
.select-list.sm-font .row {
    flex-direction: column;
}
.pricing-main .membership-box .price-left {
    float: left;
    width: 100%;
}
.pricing-main .membership-box .features {
    width: 100%;
}
.pricing-main .membership-box h5 {
    width: 100%;
}
.pricing-membership li.mem-blck {
    max-width: 100%;
}
li.mem-blck:first-child {
    margin-bottom: 60px;
}
.pricing-membership li.mem-blck .membership-block .membership-box {
    padding: 44px 20px;
}
ul.center-membership {
    display: block;
    width: 100%;
    float: left;
    align-items: center;
    justify-content: center;
}
li.mem-blck {
    float: left;
    max-width: 100%;
}
.membership-block {
    max-width: 100%;
}
ul.center-membership li.mem-blck {
    margin: 0;
}
.tab-custom.mobile #colorselector {
    margin: 0px 0px 20px 0px;
    border: 1px solid #2962FF;
    color: #2962FF;
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    outline: none !important;
    background: #fff;
}

main.content-area .tab-custom.mobile .container{
    padding: 0px 25px;
}

main.content-area .tab-custom.mobile{
    padding-top: 30px;
}

.logo-box img {
    max-width: 200px;
    margin: 10px;
}

.login-box.sign-up form .row {
    flex-direction: column;
}
.processign-pg .modal-backdrop.show {
    background-color: #fff;
    opacity: .9;
}
.feature-new-section ul{
    flex-direction: column;
}

.feature-new-section ul li{
    margin-top: 40px
}
.feature-new-section ul li:first-child{
    margin-top: 0px;
}
.nav.faq-hidemobile{
    display: none;
}
.tab-content > .tab-content .tab-pane .col1 > .container .row > .col:last-child {
    padding-right: 10px;
}
.new-tab-select form {
    position: relative;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.new-tab-select form label{
    margin-bottom: 15px;
}
#customtab1 .row{
    flex-direction: column;
}
#customtab1 .row > div{
    max-width: 100%;
    width: 100%;
}
section.digital img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;}

.col.twocol-sm input{
    margin-bottom: 0px;
}
.sms-send.forsignup .alert.alert-danger, .sms-send.forsignup .alert.alert-success{
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.verify-btn.mar-top20{
    margin-top: 0px;
}


.featured .row .col {
    padding: 0px;
    text-align: center;
    padding: 20px 0px;
}
.featured .row .col.morespace h4, .featured .row .col.morespace p {
    padding: 0px 20px 0px 30px;
}

.featured .row .col.morespace a {
    margin-left: 20px;
}
.trusted .owl-stage-outer li a,
.trusted .owl-stage-outer li{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.trusted .owl-stage-outer li a img{
    display: inline-block;
}
.featured.third-fet .row {
    flex-direction: column;
    margin: 0px 0;
}
.col1 ul.btn-row.samesize li a {
    font-size: 20px;
    padding: 8px 17px;
    min-width: 127px;
}
section.featured.third-fet > .container > .row{
flex-direction: column-reverse;
}
section.featured.third-fet > .container > .row:last-child{
flex-direction: column;
}
.new-tab-select .tab-content .col-4, 
.new-tab-select .tab-content .col-6, 
.new-tab-select .tab-content .col-8{
    max-width: 100%;
    width:100%;
}
.new-tab-select form select{
    margin-left: 0px;
}
.register-tabs .tab-list ul#myTab{
    display: none;
}

section.digital .digital-mid{
    width: 100%;
        margin: 0 auto;
}

#customtab3 .row.direction-reverse {
    flex-direction: column-reverse;
}
section.featured.third-fet {
    padding-top: 30px;
}
section.new-tab-select{
    padding-bottom: 40px;
}

.support ul.social li {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.support ul.social {
    margin-bottom: 30px;
    width: 100%;
    align-items: center;
    justify-content: center;}
    .about-services .row .col .service-bx{
            margin-bottom: 20px;
    }

.col-sm-4.imgtext {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.support-block .container .container{
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.support ul.social li a {
    font-size: 26px;
    margin-left: 0;
}
ul.center-membership.business-pricing{
    flex-direction: column;
}
.membership-box {
    padding: 20px 20px;
}
section.faq.charity .charity-table tbody tr{
    float: left;
    width: 100%;
}
section.faq.charity .charity-table tbody tr td{
    float: left;
    width: 50%;
}
.charity-blocks ul li h2 {
    font-size: 38px;
    line-height: 52px;
}
.modal.defaultshow .modal-content {
    padding: 0;
}
.pr-pric .col1.charity2.mem-levels {
    padding: 0px;
}
.flex-col {
    align-items: end;
    flex-direction: column;
}
.charity2 .add-features tbody.pricing1 {
    margin-left: 0;
    width: 100%;
    float: right;
}
.charity2 .add-features tbody.pricing1 tr td:nth-child(1),
.charity2 .add-features tbody.pricing1 tr td:nth-child(3),
.charity2 .add-features tbody.pricing1 tr td:nth-child(2) {
    width: 100%;
}
.modal.pr-pric .member-box .member-list {
    min-height: inherit;
}
.mem-box {
    min-height: inherit;
}
.add-features table td{
    padding: 5px 5px !important;
}
.add-features .form-check-input {
    margin-left: 0px;
    margin-bottom: 3px;
}
.charity2 .add-features tbody.pricing1 tr {
    border-bottom: 0px;
    border-top: 2px solid #ddd;
    padding-bottom: 20px;
}
.tab-content > .tab-content .tab-pane .col1 > .container .row > .col:first-child {
    padding-left: 0;
}
.level-features .member-box {
    max-width: 100%;
}
.contact-rows .col:first-child .row.margin-btm20 {
    margin-top: 0;
}
.faq .accordion-item .accordion-header button{
    text-align: left;
    font-size: 17px;
}
.faq .accordion-item .accordion-body {
    font-size: 14px;
}
.select-rw {
    flex-direction: column;
}
.select-rw label.wrapper{
    margin-bottom: 20px;
}
.mobile .col-sm-8 > p.sm-text {
    font-size: 21px;
    line-height: 33px;
}
section.mobile.business-tablet .col-sm-7 > p,
section.tablet.laptop.tab-rt .col-sm-6 > p {
    font-size: 29px;
    line-height: 42px;
}
section.tablet.tab-rt.charity .col-sm-6 {
    top: 0;
}
.select-rw select {
    margin-left: 0;
}
.terms .tab-content .col1 .col:first-child span select {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.how-work ul.special-list li span img{
    float: none !important;
    display: inline-block;
}
.invoice-page .content-area {
    max-width: 100%;
}
.invoice-bottom li a {
    font-size: 20px;
}
.summary.register table tbody {
    min-width: 100%;
}
.invoice-page .content-area .register-tabs .summary.register.invoice-pg{
    padding: 20px 10px 0px;
}
.login-box {
    padding-top: 80px;
}/*
.price-table tbody tr td:first-child{
    padding-left: 0px;
    text-align: center;
    font-weight: 700;
}

.price-table tbody tr td:before {
    width: 45%;
}*/
.pr-pric .modal-content .modal-body{
    padding: 0px;
}
.modal-body .register-tabs .container,
.pr-pric .modal-content .modal-body .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.pricing-main .membership-box ul.features li {
    max-width: 100%;
}
.pricing-membership li.mem-blck {
    float: left;
    max-width: 49.33%;
    padding: 0px 0px;
}
.proceed-btn.text-right.mrg-btm30 {
    padding-right: 10px;
}
.price-table .accordion-body{
    padding: 0px;
}
.col.full-width-col .mb-12 .twocol-sm select {
    max-width: 100%;
}
.col.full-width-col .mb-12 .twocol-sm input {
    width: 100%;
}
.select-list ul li {
    margin-bottom: 0;
}
.sms-send .alert.alert-danger {
    width: 100%;
    text-align: center;
}
h3.mrg-btm20.invoice-text{
    flex-direction: column;
}
h3.mrg-btm20.invoice-text img{
    margin-bottom: 30px;
}
.summary.register table tbody {
    min-width: 100%;
}
span.Zebra_DatePicker_Icon_Wrapper {
    width: 100% !important;
    float: left;
}
.col.twocol-sm .mobile-label {
    display: block;
}

.about-services .row{
    flex-direction: column;
}
.about-services .row .row{
    margin: 0px;
    padding: 0px;
}
.ftr-link p.copyrite > a{
    float: left;
    color: #424242;
}
.input-group.date > span{
    width: 100% !important;
}
.col.twocol-sm label {
    width: 100%;
}
.col.twocol-sm select {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 20px;
}
.col.twocol-sm input{
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
}

.new-tab-select .tab-content .col-6 > p, .new-tab-select .tab-content .col-8 > p {
    text-align: center;
}
.featured .row .col.morespace {
    padding-bottom: 40px;
}
.testimonials .owl-stage li {
    min-height: 385px;
}
.trusted .trustedby .owl-nav{
        display: block !important;
}
section.tablet.tab-rt:before{
    display: none;
}

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

.featured .row .col.morespace h4, .featured .row .col.morespace p {
    padding: 0px;
}
.mobile-reverse{
    flex-direction: column-reverse;
}

.mobile-btm-marg30{
    margin-bottom: 30px;
}
.mobile.business-tablet .row .col-sm-7,
.mobile.business-tablet .row .col-sm-5{
    max-width: 100%;
    width: 100%;
}

.mobilenone.headingfont {
    font-size: 29px;
    line-height: 42px;
    margin: 50px 0px 30px;
}
section.tablet.tab-rt.charity.mobile-pd0 .row .col-sm-7{
    padding: 0;
}


.desktopnone{
    display: none !important;
}
.mobilenone{
    display: block !important;
}

.pricing-membership li.mem-blck {
    float: left;
    max-width: 100%;
    padding: 0px 0px;
}
.price-table .accordion h2 .accordion-button{
    font-size: 20px;
        padding: 0px;
}
/*.price-table tbody tr td{
    text-align: left !important;
}
.price-table table tr td .form-check-input[type=checkbox]{
    display: inline-block;
    margin-right: 10px;
}
.price-table tbody tr td:first-child{
    text-align: center !important;
}*/

.pr-pric .col1.charity2.mem-levels {
        padding: 20px;
}
.members-pop .level-features .member-box {
    max-width: 100%;
    margin-bottom: 30px;
}
/*.modal.pr-pric .modal-content table tbody tr:nth-child(odd) td {
       margin-bottom: 10px;
    padding: 20px 20px !important;
    box-sizing: border-box;
}*/

.pr-pric .col1.charity2.mem-levels .flex-col p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.pr-pric .col1.charity2.mem-levels .flex-col {
    align-items: center;
    flex-direction: column;
}
.modal.defaultshow .modal-content h4{
        text-align: center;
    width: 100%;
}
.modal.pr-pric .modal-content table tbody tr:nth-child(odd) td:first-child {
    background: none;
    padding-bottom: 0px !important;
}
/*.modal.pr-pric .modal-content table tbody tr:nth-child(even) td:first-child {
    padding-left: 20px !important;
}
+
.charity2 .add-features tbody.pricing1 tr:last-child td:first-child{
    padding-top: 15px !important;
}*/
.add-features table td {
    padding: 10px !important;
}
.level-features.align-top .mem-box ul.member-list {
    min-height: inherit;
}
/*.modal.pr-pric .modal-content table tbody tr td,
.modal.pr-pric .modal-content table tbody tr td:first-child{
    padding: 10px 20px !important
}*/
.comp-src .check-rg {
    padding-left: 0px;
    margin-top: 0px;
}
.charity-blocks-div ul li:nth-child(3n){
        margin: 10px;
}
.supp-bolc .row .col-sm-4,
.supp-bolc .row .col-sm-4:first-child {
    width: 100%;
}
select.form-control {
    margin-bottom: 25px;
}
.sms-send .alert.alert-danger{
    margin-top: 25px;
}
.sms-send .alert.alert-danger {
    font-size: 16px;
}
/*.modal.pr-pric.pricing1page .modal-content table tbody tr:nth-child(odd) td{
        float: left;
    width: 100%;
    max-width: 100% !important;
    padding-left: 50% !important;
}*/

/*.modal.pr-pric.pricing1page .modal-content table tbody tr:nth-child(odd) td:first-child{
    padding-left: 0% !important;
}*/


.col.full-width-col .mb-12 .twocol-sm select {
    max-width: 100%;
    float: left;
    margin-bottom: 15px;
}

.pricing3pg .modal-body .max-width640 .width30 {
    margin-bottom: 11px;
}
.invoicepage .invoice-pg table tfoot tr:nth-child(3){
    display: block;
}
.pricing1page .modal-body .price-table > .container,
.price-table .accordion .accordion-body {
    overflow: auto;
}
.pricing1page .modal-body .price-table > .container table{
     width:900px;
}
.price-table .accordion .accordion-body table{
    width:1050px;
}
.pricing1page .modal-content .modal-header button{
    margin-top: 0px;
}
/*.price-table tbody{
    position: relative;
    float: left;
    width: 100%;
}*/
/*.price-table .accordion .accordion-body table thead {
    display: table;
}
.price-table .accordion .accordion-body table tbody tr{
    display: table-row;
    float: none;
    position: inherit;
}
.price-table .accordion .accordion-body table tbody tr td{
    display: table-cell;
    float: none;
    width: inherit;
    max-width: inherit !important;
    padding-left: 0;
}
.price-table .accordion .accordion-body table tbody tr td:first-child{
    text-align: left !important;
}
.price-table .accordion .accordion-body table tbody tr td:before{
    display: none;
}*/

.price-table .accordion .accordion-body table tr th, .price-table .accordion .accordion-body table tr td {
    text-align: left;
    font-size: 14px;
}

.trusted .owl-nav {
    top: 10px;
}
.modal.pr-pric .modal-content table.charitypricing1 tbody tr td:first-child{
    width: 40px;
    padding: 9px 0px 9px 10px !important;
    background: #F9F9F9;
}
.modal.pr-pric .modal-content table.charitypricing1 tbody tr:nth-child(even) td:first-child{
    background:none;
}
.modal.pr-pric .modal-content table.charitypricing1 tbody tr td:nth-child(2){
    width: calc(100% - 40px);
}
.modal.pr-pric .modal-content table.charitypricing1 tbody tr {
    border-bottom: 0px;
    border-top: 2px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.modal.pr-pric .modal-content table.charitypricing1 thead{
    display: block !important;
}
.modal.pr-pric .modal-content table.charitypricing1 tbody tr td:nth-child(3){
    margin-top: 10px;
}
}

@media only screen and (min-width: 768px){
    .faq-showmobile{
        display: none;
    }
}
@media only screen and (max-width: 540px){
	.sign-up.login-box form > .row > .col{
		width: 100%;
		max-width: 100%;
		flex: auto;
        padding: 0px;
	}
	.register-tabs .nav-tabs li a{
		padding: 10px 20px !important;
	}
    .register-tabs .nav-tabs li a.active{
        background: #2962FF;
            color: #fff !important;
    }
    .register-tabs .nav-tabs {
    border: 0px;
    padding-top: 20px;
}
	.sign-up > p{
		font-size: 20px;
    line-height: 28px;
	}
	h2 {
    font-size: 23px;
    line-height: 30px;
}
section.digital h1 {
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    padding: 0px;
}
section.digital p {
    font-size: 29px;
    line-height: 41px;
}
.select-rw p {
    width: 100%;
}
.mobile .col-sm-8 > p {
    font-size: 28px;
    line-height: 38px;
}

ul.special-list li {
    width: 50%;
}
section.tablet.tab-rt .col-sm-7 > p {
    font-size: 27px;
    line-height: 42px;
}

.testimonials .owl-stage li h6 {
    letter-spacing: 3.4px;
    font-size: 17px;
}
.testimonials .owl-stage li p {
    font-size: 16px;
    line-height: 29px;
}
.safe-guard h4 {
    font-size: 20px;
    line-height: 35px;
}
.safe-guard p {
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    padding-right: 0;
    margin-bottom: 40px;
}
.ftr-link ul.ftr-boldlink li {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0px;
}
.ftr-link ul li {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0px !important;
}
.summary.register table tbody,
.summary.register table tbody tr,
.summary.register table tbody td{
    float: left;
     width: 100%;
    max-width: 100% !important;
} 
.summary.register table tbody{
    min-width: 280px;
}
.summary.register table td {
    font-size: 15px;
    padding: 15px;
}
.summary.register table tfoot {
    float: left;
    width: 100%;
}
.register ul.price-table li {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.summary.register table  thead{
    display: none;
}
.summary.register table tbody td{
    padding-left: 50%;
    position: relative;
}
.summary.register table tbody td:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 47%;
    padding-left: 6px;
    font-size: 14px;
    text-align: right;
    background: #E8E8EB;
    font-weight: 600;
    padding: 15px;
    top: 0px;
}
.summary.register table tbody td:nth-child(1):before{content: 'Date';}
.summary.register table tbody td:nth-child(2):before{content: 'Item';}
.summary.register table tbody td:nth-child(3):before{content: 'Amount';}
.summary.register table tr:nth-child(3),
.summary.register table tr:nth-child(4){
    display: none;
}
.sign-up.login-box  > .row,
.sign-up.login-box .select-list > .row{
    flex-direction: column;
}
.sign-up.login-box  > .row .btn.grey{
    margin-bottom: 20px;
}
.charity-table th, .charity-table td {
    padding: 7px;
    font-size: 13px;
}
.charity-blocks ul li:first-child {
    padding: 10px;
}
.charity-blocks ul li a {
    margin-bottom: 20px;
    padding: 0px 20px;
    font-size: 16px;
    width: 100%;
}
.charity-blocks-div ul li {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 30px;
}
.charity-blocks-div ul li:nth-child(3n){
        margin: 0px 0px 30px;
}

.charity-blocks-div ul li img{
    width: 100%;
}
.charity-blocks-div .img-block {
    width: 100%;
}

.member-box {
    margin-bottom: 40px;
}
.charity2 .add-features thead{
    display: none;
}
.terms .tab-content .col1 .col:first-child {
    padding: 0px 10px;
    margin: 20px 0px 40px;
}
.charity2 .btn.blue {
    padding: 0px 20px;
    font-size: 16px;
}
.col.contact-box .row{
    flex-direction: column;
}

.invoice-page .summary.register.invoice-pg table tfoot tr:nth-child(3), 
.invoice-page .summary.register.invoice-pg table tfoot tr:nth-child(4){
    display: block;
    float: left;
    width: 100%;
}
.invoice-page .summary.register.invoice-pg table tfoot tr:nth-child(3) td{
    float: left;
    width: 100%;
}
.invoice-page .summary.register.invoice-pg table tfoot tr:nth-child(3) td p{
    text-align: left !important;
}

}
@media only screen and (max-width: 480px){
    ul.my-2 li {
    margin: 10px 1px;
    display: inline-block;
}
.security-list ul li {
    width: 100%;
    min-height: 40px;
}
.modal.defaultshow .modal-content .modal-body > h2 {
    font-size: 25px;
    line-height: 34px;
}
.charity-search select{
    width: 100%;
    margin-bottom: 20px;
}
.charity-search .col-6{
    width: 100%;
        padding: 0px;
}
.mobile.featuresection .special-list li{
    max-width: 100%;
    width: 100%;
}
ul.special-list li p{
    min-height: inherit;
}
.mobile .col-sm-8 > p {
    font-size: 24px;
    line-height: 32px;
}
.col.twocol-sm select{
	width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.col.twocol-sm input {
    width: 100%;
    max-width: 100%;
    float: left;
}
.sign-up.login-box form > .row > .col.forsignup{
	margin-top: -10px;
}
.testimonials .owl-stage li {
    min-height: 400px;
}
.col1 ul.btn-row.samesize li a {
    font-size: 15px;
    padding: 8px 18px;
    min-width: inherit;
}
}

@media only screen and (max-width: 350px){
    .testimonials .owl-stage li {
        min-height: 400px;
        padding: 45px 15px 15px 15px;
    }
}