/* https://script.viserlab.com/mlmlab/ */
body{
    counter-reset: counter1;
}
.logo_width{
    width:100px;
}
.logo_size_1{
    width: 56px;
}
.about_image_height{
    height: 558px;
    object-fit: cover;
    object-position: top;
}
 /* how it work */
 .feature-item {
    padding: 20px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}
.feature-item:hover::before {
    color: #fff;
    opacity: .1;
    transform: scale(1.2);
}
.feature-item{
    counter-reset: counter2;
}

.feature-item::before {
    position: absolute;
    counter-increment: counter1;
    content: counter(counter1);
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    opacity: .08;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    transition: 0.4s linear;
    right: 20px;
    top: 15px;
    width: auto;
    height: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.feature-item::before {
    color: #1e90fF;
}

.feature-item .feature-header .icon {
    color: #1e90fF;
}
.feature-item .feature-header .icon {
    font-size: 42px;
    line-height: 1;
    color: var(--color-green);
    width: 50px;
}

.feature-item .feature-header .title {
    margin: 0;
    align-self: center;
    width: calc(100% - 50px);
    padding-left: 25px;
    font-size:22px;
}
.feature-item .feature-header{
    display: flex;
    flex-wrap: wrap;
}
.feature-item:hover, .feature-item.active {
    background: #1e90fF;
}
.feature-item:hover, .feature-item.active {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: var(--color-green);
}
.feature-item:hover > *,
.feature-item:hover .icon .fas,
.feature-item:hover .title{
    color:#fff;
}


/* header */
li.nav-item{
    text-transform: capitalize;
}
/* header */


/* table fillter */

.tabs_sec{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.tabs_sec button{
    width: 234px;
    padding: 10px 0px;
    border: none;
    outline:none;
    cursor:pointer;
    transition: 0.3s linear all;
    border-radius: 5px;
 
    
}
.tabs_sec button:hover{
    background-color: var(--color-green);
}
.tabs_sec button.active{
    background-color: var(--color-green);
    color:#fff;
   
}
.tab_content_sec{
   
    display:none;
}

/* ************************** */
.deposite-table table thead tr th {
    background: #1e90fF;
}
.deposite-table table thead tr th {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    padding: 12px 27px;
    border-right: 1px solid #e5e5e5;
    background: var(--color-green);
}
.deposite-table table tbody tr {
    border-top: 1px solid #e5e5e5;
    background: #ffffff;
}
.deposite-table table tbody tr td {
    border-right: 1px solid #e5e5e5;
    padding: 12px 27px;
}
.deposite-table table tbody tr td .author {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.deposite-table table tbody tr td .author .thumb {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.deposite-table table tbody tr td .author .thumb img {
    width: 100%;
    height: 100%;
}
.deposite-table table thead th:first-child{
    border-top-left-radius: 15px;
}
.deposite-table table thead th:last-child{
    border-top-right-radius: 15px;
}

.box-shadow{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;

}
.deposite-table table tbody tr:nth-child(even) {
   background-color: #ebebeb;
   color:#000
}
.tbody_table{

    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.lead_font{
    font-size: 15px;
    margin-bottom: 0px;
}
.margin-bottom-top{
    margin:10px 0px;
}
.bg-primary,
.bg-default {
    background-color: var(--color-light-green) !important;
}
.bg-secondary {
    background-color: var(--color-green) !important;
}
.footer-wrap{
    background-color: #050108ed;
}

/* faq */
.padding_both
{
    padding:0px 15px
}


/* footer copyright  start*/
.bg_primary_second{
    background-color: var(--color-green);
}
/* footer copyright end */

/* marketing tool */
.marketing_tool:hover .feature-body p > * ,
.marketing_tool:hover .feature-body p span > * {
 color:#fff!important;
}
.pdf_btn{
    background: #23332980;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin-bottom: 0px;
    width: 138px;
    text-align: center;
    height: 43px;
    display: inline-block;
    line-height: 10px;
}

/* marketing tool */

/* plan */
.text--base {
    color: #fff!important;
}
.plan-card .price-range {
    font-family: "Josefin Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.mt-4 {
    margin-top: 1.5rem!important;
}
span.icon.float-right {
    cursor: pointer;
}
.icon_question .fas{
    font-size:16px;
}
.plan-card__features li {
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid #ffffff24;
}
.plan-card__features li {
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid #ffffff24;
}
.custom-button.theme {
    color: #17264d;
    background: var(--color-green);
    border-color: #1e90fF;
}
.custom-button.theme {
    color: #17264d;
    background: var(--color-green);
    border-color: #1e90ff;
}
.custom-button {
    font-weight: 700;
    color: #555555;
    border-radius: 5px;
    line-height: 48px;
    padding: 0px 30px;
    background: transparent;
    border: 1px solid #555555;
}
.section_plan .col-lg-4{
    margin-bottom:15px;
}
.plan-card {
    padding: 30px;
    border: 3px solid #fff;
    background-color: #000;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 100%;
    box-shadow: 0 0 15px rgba(30, 144, 255, 0.5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-position: center;
    position: relative;
    z-index: 1;
}
.plan-card::before{
    position: absolute;
    content:"";
    background: linear-gradient(to right,#233329 30%, #63d47180 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: inline-block;
    z-index: -1;
}
.plan-card__features{
padding-left: 35px;
text-align: left;
}
.contactbg{
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.contact{
    padding:50px 0px;
}
/* plan end */
/* footer  */
.footer_before{
    position:relative;
}
.footer_before::before{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../../assets/img/banner-top-shape.png);
    height: 68px;
    width: 100%;
    content: "";
    z-index: 11;
}

/* footer end */
/* terms and condition */
.new_terms ul{
position:relative;
padding-left: 35px;
list-style: none;
}
.new_terms ul li{
position:relative;
padding: 10px 0px;
font-weight: bold;
}
.new_terms ul li:before{
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(../../assets/img/arrowimage.png);
    height: 16px;
    width: 29px;
    background-size: cover;
    left: -35px;
    top: 14px;
    background-repeat: no-repeat;
}
.img_about{
    height: 436px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.image-wrapper{
    height: 300px;
    object-fit: cover;
}
.fancy-radius {
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}
.padding-top-custom{
    padding-top:50px;
}


@media(max-width:767px){
  .logo_width {
    width: 70px;
}
}