/*===IconBox Element====*/
.wellra-iconbox .ttm-iconstyle-rounded-less-outline .ttm-box-icon,
.wellra-iconbox .ttm-iconstyle-boxed-outline .ttm-box-icon,
.wellra-iconbox .ttm-iconstyle-rounded-outline .ttm-box-icon {
    background-color: transparent;
    border: 1px solid;
}

.wellra-iconbox .ttm-iconstyle-rounded-outline .ttm-box-icon {
    border-radius: 50%;
}

.wellra-iconbox .ttm-iconstyle-rounded-less .ttm-box-icon,
.wellra-iconbox .ttm-iconstyle-rounded-less-outline .ttm-box-icon {
    border-radius: 3px;
}

.wellra-iconbox .ttm-iconstyle-boxed-outline .ttm-box-icon,
.wellra-iconbox .ttm-iconstyle-boxed .ttm-box-icon {
    border-radius: 0px;
}

.wellra-iconbox .ttm-iconstyle-rounded .ttm-box-icon {
    border-radius: 50%;
}

.wellra-iconbox .ttm-iconstyle-rounded-less .ttm-box-icon i,
.wellra-iconbox .ttm-iconstyle-boxed .ttm-box-icon i,
.wellra-iconbox .ttm-iconstyle-rounded .ttm-box-icon i {
    color: var(--ttm-whitecolor);
}

.wellra-iconbox.ttm-content-left-all * {
    text-align: left !important;
}

.wellra-iconbox .ttm-textalign-left .ttm-box-icon,
.wellra-iconbox.ttm-content-left-all .ttm-box-icon {
    margin-left: 0;
}

.ttm-textcolor-white .wellra-iconbox .ttm-box-icon i {
    color: var(--ttm-whitecolor);
}

.wellra-iconbox .ttm-textalign-left * {
    text-align: left;
}

.wellra-iconbox .ttm-textalign-right * {
    text-align: right;
}

.wellra-iconbox .ttm-textalign-right .ttm-box-icon {
    margin-right: 0;
}

.wellra-iconbox {
    margin-bottom: 15px;
}

.wellra-iconbox .wellra-iconbox-heading .ttm-custom-heading {
    position: relative;
     
}
 
.wellra-iconbox .wellra-iconbox-heading .ttm-cta3-content-wrapper{
    margin-bottom: 5px;
}

.wellra-iconbox .ttm-iconbox-btn {
    margin-top: 0px;
}

.wellra-iconbox .ttm-box-icon i,
.wellra-iconbox .ttm-box-icon i.kw_wellra {
    font-size: 40px;
}

.wellra-iconbox .wellra-iconbox-icon {
    margin-bottom: 15px;
}

.ttm-col-bgcolor-darkgrey .wellra-iconbox .wellra-iconbox-heading .ttm-custom-heading,
.ttm-col-bgcolor-skincolor .wellra-iconbox .wellra-iconbox-heading .ttm-custom-heading {
    color: var(--ttm-whitecolor);
}

.wellra-iconbox .ttm-box-icon {
    font-size: 40px;  
    display: inline-block;
    line-height: 1;
}
 
.wellra-iconbox .ttm-box-icon i {
    font-size: 1em;  
    display: block;
    line-height: 1;
    color: currentColor;
}

.wellra-iconbox .ttm-box-icon.ttm-icon-type-image img {
    width: 1em;  
    height: 1em;
    display: block;
}

.wellra-iconbox .ttm-iocnbox-btn {
    margin-top: 15px;
}

 

/* Iconbox default CSS */
.wellra-iconbox-default {
    position: relative;
}

.wellra-iconbox-default .ttm-iconbox-wrapper .wellra-iconbox-icon .ttm-box-icon {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 15px 13px;
    font-size: 34px;
    height: 64px;
    width: 64px;
    border-radius: var(--border-radius-box);
    border-radius: 10px;
    color: var(--ttm-skincolor);
}

.wellra-iconbox-default .ttm-iconbox-wrapper .wellra-iconbox-icon .ttm-box-icon i {
    font-size: 32px;
}

.wellra-iconbox-default .ttm-iconbox-wrapper .wellra-iconbox-heading .ttm-custom-heading {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.ttm-team-member-single-content-wrapper .wellra-iconbox.wellra-iconbox-default {
    padding: 60px 25px 40px 40px;
}

.ttm-team-member-single-content-wrapper .wellra-iconbox.wellra-iconbox-default .ttm-cta3-content-wrapper {
    padding-top: 15px;
}
 
.wellra-iconbox-default .ttm-iconbox-wrapper{
    display: flex;
    gap: 25px;
}

.wellra-iconbox .ttm-box-icon {
    font-size: 40px;  
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

 
.wellra-iconbox .ttm-box-icon svg {
    max-width: 100%;
    display: block;
    height: 1em !important;
    width: 1em !important;
}

 
.wellra-iconbox .elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wellra-iconbox .ttm-box-icon {
    line-height: 1;
}
.wellra-iconbox-default .wellra-iconbox-icon {
    margin-bottom: 0px !important;
}

.wellra-iconbox-default .wellra-iconbox-heading .ttm-cta3-content-wrapper {
    margin-bottom: 0px;
}

@media(max-width:768px){
    .wellra-iconbox-default{
        margin-bottom: 10px;
    }
}


@media(max-width:480px){
    .wellra-iconbox-default .ttm-iconbox-wrapper {
        flex-direction: column;
        gap: 0px;
    }
    .wellra-iconbox-default .ttm-iconbox-wrapper .wellra-iconbox-icon .ttm-box-icon {
        padding: 15px 0px;
        padding-bottom: 0px;
    }
    .wellra-iconbox-default .ttm-iconbox-wrapper .wellra-iconbox-icon .ttm-box-icon {
        height: 50px;
    }
}


/* styleone */

.wellra-iconbox-styleone{
    margin-bottom: 0px !important;
}

.ttm-bgcolor-grey .wellra-iconbox-styleone  .wellra-iconbox-inner{
    background-color: var(--ttm-whitecolor);
}

.wellra-iconbox-styleone  .wellra-iconbox-inner{
    background-color: var(--ttm-greycolor);
    padding: 40px;
    padding-bottom: 32px;
    padding-left: 35px;
    border-radius: var(--border-radius-box);
}

.wellra-iconbox-styleone .ttm-iconbox-wrapper{
    display: flex;
    flex-direction: column;
    gap: 116px;
}

.wellra-iconbox-styleone .ttm-custom-heading{
    margin-bottom: 0;
}


@media(max-width:768px){
    .wellra-iconbox-styleone .ttm-iconbox-wrapper {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}