/*for display none on mobile*/

.fixed-nav .header-top-bar{
    height: unset;
    opacity: unset;
    visibility: unset;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media(max-width: 768px){
    .mob-none{
        display: none;
    }
}

/*for display none on desktop*/
@media(min-width: 769px){
    .desk-none{
        display: none;
    }
}

.stroke-shape::before,
.stroke-shape::after {
    content: "" !important;
    display: none !important;
}
.curve-shape::before,
.curve-shape::after {
    content: "" !important;
    display: none !important;
}

.exc-cb{
    /*height: 230px !important;*/
    position: relative;
}
.exc-card .exc-btn{
    position: absolute;
    bottom: -36px;
    width: 100%;
    left: 65px;
    width: 123px !important;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

/*.theme-btn{*/
/*    background-color: #5ab51e;*/
/*    border: 1px solid #B30D20;*/
/*}*/
/*.theme-btn-transparent {*/
/*    background-color: #fff;*/
/*    color: #B30D20;*/
/*}*/

/*.theme-btn-transparent:hover{*/
/*    background-color: #5ab51e;*/
/*}*/

.logo a img {
    /* max-width: 100%; */
    /* height: auto; */
    /* max-height: 150px; */
    width: 238px;
    height: 90px;
}
/*.card-haeding{*/
/*    ;*/
/*}*/

/** Custome Heading **/
.b-text_block {
    width: 100%;
}

.b-text_block h2 {
    color: #0039a6;
}
h1 .m-waved, h2 .m-waved, h3 .m-waved {
    color: #fff;
    white-space: nowrap;
}
h1 .m-waved>span, h2 .m-waved>span, h3 .m-waved>span {
    position: relative;
    display: inline-block;
}
h1 .m-waved>span::before, h2 .m-waved>span::before, h3 .m-waved>span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 150%;
    height: 100%;
    border-radius: 50%;
    translate: -50% -50%;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #B30D20;
}
h1 .m-waved>span>span, h2 .m-waved>span>span, h3 .m-waved>span>span {
    position: relative;
    z-index: 2;
}
.list-items-2 li span{
        width: 115px;
}