/* without login page */
.width-30{
    flex: 0 0 auto;
    width: 33%;
}
.width-70{
    flex: 0 0 auto;
    width: 67%;
}

.width-38{
    flex: 0 0 auto;
    width: 38.666667%;
}
/* without login page */
.width-40{
    flex: 0 0 auto;
    width: 40.00%;
}
.font16{
    font-size:16px;
}
.mt-35{
    margin-top:35px;
}
.ms13{
    margin-left:13px;
}
.text-theme{
    color: #5842AE;
}
.topsection {
    box-shadow: 0px 0px 17px 4px #00000014;
    margin-top: 50px;
    border-radius: 10px;
}
.search-right {
    position: absolute;
    right: 58px;
    top: 1px;
}
    
.logoBorder{
    border-bottom: 1px solid #aeaeae;
}
.logoCopyRight{
    font-size:14px;
    color: #333333;
}




.form-headd{
	max-width: 900px;
	display: flex;
	/* justify-content: space-between; */
}
.form-headd h1{
    margin-bottom:15px;
}

.binfo-wrapper {
    border: 1.5px solid #e3c8fc;
    border-radius: 10px;
    width: 97%;
    background: #fff;
    box-shadow: 0 13px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-left: 5px;
    margin-bottom: 26px;
}

.binfo-title {
    font-size: 34px;
    font-weight: 600;
    color: #5842AE;
    margin-bottom: 20px;
}

.binfo-table {
    width: 100%;
    margin-bottom: 0;
    border-spacing: 0;
}

.binfo-table tr {
    border-bottom: 1px solid #dddddd;
}

.binfo-table td {
    padding: 8px 18px;
    font-size: 15px;
    color: #383838;
    vertical-align: top;
}

/* Left column */
.binfo-table .binfo-label-col {
    width: 260px;
    font-weight: 500;
    color: #49464C;
    border-right: 3px solid #5842AE;
    background: #F5E9FF;
    text-decoration: none;
}

/* Right column */
.binfo-table .binfo-value-col a {
    color: #663399;
    text-decoration: none;
}

.binfo-table .binfo-value-col a:hover {
    text-decoration: underline;
}

/* Right side cards */
.info-card {
    background: #f7f4ff;
    border-radius: 12px;
    padding: 18px;
    border: 1px solid #e3c8fc;
    margin-bottom: 20px;
}

.info-card h5 {
    background: #5842AE;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 16px;
    margin: -18px -18px 15px;
}

.info-card ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.info-card ul li {
    margin-bottom: 8px;
}

/* Download */
.download-price {
    font-size: 42px;
    font-weight: 700;
    color: red;
}

.download-btn {
    background: #5842AE;
    color: #fff;
    border-radius: 10px;
    padding: 12px 22px;
    display: inline-block;
    text-decoration: none;
}

.download-btn:hover {
    background: #4a3999;
    color: #fff;
}


.additional-toggle {
    cursor: pointer;
    color: #663399;
    font-weight: 600;
}

.additional-content {
    display: none;
    padding-top: 10px;
}
.mark, mark {
    border-radius: 2px;
    padding: 0px 2px;
    background-color: #ffd721;
}


.db-card {
    margin-top: 45px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #FBF8FF;
    max-width: 700px;
    
}

.db-card-header {
    background: #5842AE;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 15px;
    border-radius: 6px 6px 0 0;
}

.db-card-body {
    padding: 0 18px;
    text-align: center;
}


.db-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
   
}
.price-amount {
    font-size: 32px;
    color: #ff0000;
    font-weight: 500;   
}

.price-note {
    display: block;
    font-size: 14px;
}
.db-btn {
    display: inline-block;
    background: #5842AE;
    color: #fff;
    padding: 9px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.db-btn:hover {
    background: #46338a;
}

.db-btn-secondary {
    background: #5842AE;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
}

.db-note {
    font-size: 14px;
    padding: 12px 0;
}

.download-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}


.option {
    font-weight: 600;
    color: #5842AE;
}

.download-panel {
    margin-top: 10px;
}

.hidden {
    display: none;
}

.sftp-box {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 5px;
    text-align: left;
}

/* RELATED DATABASES */
.related-card {
    margin-top: 25px;
}

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

.related-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e3c8fc;
}

.related-list li:last-child {
    border-bottom: none;
}

.related-list a {
    text-decoration: none;
    font-size: 15px;
    color: #333;
    display: block;
}

.related-list a:hover {
    color: #5842AE;
    text-decoration: underline;
}

.state-note {
    color: #777;
    font-size: 13px;
}

.dl-card{
    padding: 10px 18px ;
}
.dl-card-field {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.checkbox-box {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #5a43a3;
    cursor: pointer;
}

.checkbox-box input {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.checkbox-box input:checked ~ .checkmark {
    background: #5a43a3;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-box input:checked ~ .checkmark::after {
    display: block;
}

.checkbox-box .checkmark::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.db-input {
    width: 60%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.db-btn-secondary {
    background: #5a43a3;
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 6px;
    margin-top: 2px;
    cursor: pointer;
}

.download-panel {
    margin-top: 12px;
}

.hidden {
    display: none;
}

.sftp-box {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 6px;
}

.sftp-box span {
    font-weight: 600;
}


section.testimonial {
    background-color: #5842AE;
    padding: 30px 0px
}
.testimonial-slider .owl-stage-outer .owl-stage .owl-item.active{
    background-color: inherit;
    border-radius:10px;
}

.testimonial-slider .owl-stage-outer .owl-stage .owl-item .item .slider_outerContent .testimonialContent{
    border-radius:10px;
    padding:20px 25px;
    background-color: #fff;
    height: 150px;
}
.testimonialContent > p {
    font-size: 17px;
    line-height: 24px;
}
.testimonial-client-name > p{
    font-size: 15px;
    margin-bottom: 5px;
}
.testimonial-slider .owl-nav .owl-prev{
        position: absolute;
    top: 36%;
    left: 17%;
}
.testimonial-slider .owl-nav .owl-next{
        position: absolute;
    top: 36%;
    right: 17%;
}
.testimonial-slider .owl-nav .owl-prev span{
    padding-right:2px;
}
.testimonial-slider .owl-nav .owl-next span{
    padding-left:2px;
}
.testimonial-slider .owl-nav .owl-prev span,.testimonial-slider .owl-nav .owl-next span{
        background-color: #ffffff !important;
    width: 32px;
    color: #5842ae;
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 37px;
    line-height: 30px;
    border-radius: 50px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: inherit;
    color: #FFF;
    text-decoration: none;
}

.testimonial-slider .owl-nav .owl-dot.active span{
    background-color: #000!important;
    width:32px;
}

.testimonialContent {
    /* height: 185px;                */
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    overflow: hidden;
}

.testimonialContent p {
    margin-bottom: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    font-size:15px;       
    -webkit-box-orient: vertical;
}

.testimonial-client-name {
    margin-top: 12px;
}

.testimonial-client-name p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}







/** statistics page css start**/
.selectGraphic{
    width:390px;
    font-size:13px;
}
.btnGeographic {
    padding: 8px 24px !important;
    font-weight: 400 !important;
}
.h-32{
    height: 32px;
}

.py5{
    padding-top:5px;
    padding-bottom:5px;
}
.tdGeographic{
    border-bottom: 1px solid #cdcdcd;
}
.check-geographic{
    width:23px;
    height: 23px;
}

.search_db > .nav-tabs{
    border: 1px solid #B4B4B4;
    border-radius: 10px 10px 0px 0px;
    margin:0px!important;
}
.search_db > .nav-tabs .nav-item button.active{
    background-color: #5842ae;
    color: #fff;
}
.search_db > .nav-tabs .nav-item button.active > img{
    filter: invert();
}


.search_db > .nav-tabs .nav-item:first-child > button{
    border-radius: 10px 0px 0px 0px;
}



.search_db > .nav-tabs .nav-item:nth-child(2) > button{
    border-radius: 0px 0px 0px 0px;

}

.search_db > .nav-tabs .nav-item button{
    padding: 10px 27px;
    font-size: 16px;
    height: 100%;
    color:#000;
    border:inherit;
    
}

.search_db_content{
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
}
.search_db {
    width: 80%!important;
    padding-left:5px;
}
body.popupfancy .search_db{
    width: 100%!important;
    padding-left:5px;
}
.modal-searchDatabase >.search_db {
    /* width: 100%!important; */
}

.text-non-subsriber{
    color: #FF0000;
    font-size: 13px;
    display: block;
}
.submitbtn-div > input{
    padding: 6px 23px;
    font-weight: 500;
    width:100px;
}
.submitbtn-div > .right{
    background: #e82626!important;
    margin-left:20px;
}
.select2-container--default .select2-selection--multiple {
    font-size: 13px;
}
.font13{
    font-size:13px;
}
.btnTheme{
    background-color: #5842ae;
}

/* show Search data result */
/* .showSearchDataTable{
    width:100%!important;
} */
.showSearchDataTable  tbody tr{
    border:5px solid red;
    border-radius:10px 10px 0px 0px!important;
}
.showSearchDataTable thead tr th{
    background-color: #F5E9FF!important;
}
.showSearchDataTable tbody tr:nth-child(odd) {
    background-color: #fff!important;
}
.showSearchDataTable tbody tr:nth-child(even) {
    background-color: #FBF8FF!important;
}
.showSearchDataTable tbody td {
    border-top: 1px solid #e9e9e9!important;
    color: #5f5f5c;
    padding: 10px;
    background-color: inherit!important;
    /* text-align: left; */
    vertical-align: middle;
}
.showSearchData{
    /* box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.2); */
    /* margin-top:15px; */
    margin-bottom:60px;
}
.showSearchData .dataTables_scrollHeadInner{
    padding-right:0px!important;
    width:100%!important;
}
.showSearchData .dtfc-right-top-blocker{
    background-color: inherit!important;
}

/* pan page css start */
.planall {
		padding: 20px 0 20px;
		background: #ffffff;
	}
	.priceList{
		display:flex;
		flex-direction:column;
	}
	.planall h2 {
		font-size: 28px;
		font-weight: 500;
		color: #5b43b4;
		margin-bottom: 30px;
	}


	.planOuterContainer {
		max-width: 1350px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 300px repeat(3, 1fr);
		gap: 22px;
		margin-bottom: 40px;
	}

	.planLeftBox {
		border-top: 16px solid #5842AE;
		border-radius: 15px;
		overflow: hidden;
		background: #f7f3ff;
		box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
	}

	.planLeftBox h3 {
		background: #f7f3ff;
		color: #5b43b4;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		padding: 22px 10px;
		min-height: 88px;
		display:flex;
		align-items:center;
		justify-content:center;

	}

	.planLeftBox ul {
		list-style: none;
		margin: 0;
		padding: 0;
		background: #c9c4d4;
	}
	.planContainer ul li.liItem > span > span{
		font-size: 22px;
		font-weight: 700;
		line-height: 28px;
	}
    
   .planLeftBox li:first-child {
		min-height: 85px;
    }
	.planLeftBox li {
		padding: 20px 20px;
		min-height: 40px;
		display: flex;
        align-items: center;
		justify-content: left;
		text-align: center;
		border-bottom: 1px solid #f7f3ff;
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		background-color: #5842AE;
	}

	.planColumn {
		background: #ffffff;
		border-radius: 15px;
		overflow: hidden;
		box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
		display: flex;
		flex-direction: column;
		border-top: 16px solid #5842AE;

	}

	.planColumn h3 {
		background: #f7f3ff;
		color: #5842AE;
		font-size: 24px;
		font-weight: 600;
		text-align: center;
		padding: 22px 14px;
		min-height: 88px;
		display:flex;
		align-items:center;
		justify-content:center;
		border-bottom: 1px solid #c9c4d4;
	}

	.planContainer {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.planContainer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
     .planContainer li:first-child {
		min-height: 85px!important;
    }
	.planContainer li {
		padding: 16px 18px;
		border-bottom: 1px solid #c9c4d4;
		min-height: 60px;
		display: flex;
		align-items:center;
		font-size: 14px;
		color: #222;
		background: #ffffff;
	}
    .priceList p{
        line-height: 16px;
    }
    .priceList{
        align-items: baseline!important;
    }
    

	.planContainer li:nth-child(even) {
		background: #faf7ff;
	}

	.planContainer li strong {
		color: #5b43b4;
		font-size: 18px;
		font-weight: 600;
	}

	.planContainer a {
		color: #ffffff;
		font-weight: 600;
		text-decoration: none;

	}

	.planContainer .buttons > a:hover {
		transform: translateY(-5px);
        /* box-shadow: 0px 8px 14px 4px #b7b7b7; */
        background: #5842ae; /* Old browsers */
        background: -moz-linear-gradient(top,  #5842ae 0%, #7960db 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5842ae), color-stop(100%,#7960db)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #5842ae 0%,#7960db 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #5842ae 0%,#7960db 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #5842ae 0%,#7960db 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #5842ae 0%,#7960db 100%); /* W3C */
        color: #fff;
	}

    .buttons > a {
           display: block;
    width: 100%;
    text-align: center;
    background: #5b43b4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    text-decoration: none;
    padding: 12px 0px;
    height: inherit;
    line-height: inherit;
    }

	.buttons {
		margin-top: auto;
		padding: 15px 20px 20px;
		width: 87%;

	}

    .downloadBtn > img{
        width:15px;
    }
    .downloadBtn {
        /* display: inline-flex; */
    align-items: center;
    gap: 6px;
    padding: 6px 7px;
    background-color: #5842ae;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #5842ae;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    }

	.downloadBtn:hover {
		background: #513ba0ff;
		color: #ffffff;
		text-decoration: none;

	}

	.planall > p {
		max-width: 1250px;
		margin: 25px 20px;
		font-size: 17px;
		/* color: #5b43b4; */
	}

	.planall p a {
		color: #5b43b4;
		font-weight: 600;
		text-decoration: underline;
	}

	.Detaildiv {
		/* max-width: 1250px; */
		/* margin: 25px 0px; */
		/* font-size: 15px; */
	}

	.liItem span a {
		color: #5842AE;
	}

.liItem p > span:first-child {
    /* color: #5842AE; */
    vertical-align: middle;
    width: 88px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
   .liItem p > span:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
    color: #5842AE;
}
.plan-term > p{
    font-size: 15px;
    margin-bottom: 11px;
}




    .fancybox-close {
    position: absolute!important;
    top: 5px!important;
    right: 1px!important;;
    width: 36px!important;
    height: 36px!important;
    cursor: pointer!important;
    z-index: 8040!important;
}

#popup-message div


/* user register page */

.userRegister input.submitBtn{
    background: linear-gradient(to bottom, #5842ae 0%, #5842ae 100%);
}
.userRegister input.resetBtn{
    background: linear-gradient(to bottom, #e82626 0%, #e82626 100%);
}
.userRegister input.resetBtn:hover{
    background: linear-gradient(to bottom, #ff0606 0%, #ff0606 100%);
}
.userRegister > input{
    padding: 8px 23px;
    font-weight: 500;
    /* width: 100px; */
    /* font-size:14px; */
}









/* Responsive */


@media (min-width: 1500px) and (max-width: 1600px) {
    .box_save_se li a {
    padding: 9px 9px;
    font-size: 12px;
    display: flex;
    }
    .Home_News li a, .dropbtn {
    font-size: 12px;
    }
}


@media (max-width: 1100px) {
    .planOuterContainer {
        grid-template-columns: 1fr;
    }

    .planLeftBox {
        order: -1;
    }
}



@media (max-width: 992px) {
    .binfo-label-col {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .binfo-table td {
        display: block;
        width: 100%;
        border-right: 0 !important;
    }

    .binfo-label-col {
        background: #ede7fb;
        border-right: 0;
        border-bottom: 1px solid #e3c8fc;
    }
}
