.navbar-light .navbar-nav .active>.nav-link{
    color: #ff6b79;
}
.about-section .single-about .about-list ul li i::before {
    font-size: 16px;
}
.about-section .single-about .about-list ul li.customLi i::before{
    content: '\f10c' !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

}
.about-section .single-about .about-list ul li:hover i {
    color: #fe6367;
}
.flaticon-circle-outline:before {
    content: "\f108";
}
.logo-section .owl-stage {
    display: flex;
    align-items: center;
}
#toTop i{
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.myCustom_navTab{
    border-bottom: 0;
}
.nav-tabs.myCustom_navTab .nav-link{
    color: #393d72;
}
.nav-tabs.myCustom_navTab .nav-item.show .nav-link, .nav-tabs.myCustom_navTab .nav-link.active{
    background-image:url("../images/button-bg.png") ;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    border: none;
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 161px;
    height: 38px;
    font-weight: 600;
}
.nav-tabs.myCustom_navTab .nav-link:hover,.nav-tabs.myCustom_navTab .nav-link:focus{
    border-color: transparent;
}
.title {
    color: #282b31;
    line-height: 1.43;
    letter-spacing: 0.40px;
    font-weight: 600;
}
.underlinr-features {
    width: 26%;
    margin: 1rem 0;
    border-top: 1px solid #da0628;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.para {
    color: rgba(40, 43, 49, 0.8);
    letter-spacing: 0.31px;
    line-height: 1.89;
}
.check__para {
    text-indent: -13px;
}
.check__fa {
    margin-right: 10px;
    color: #ff6b79;
}
.leadscreen img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 550px !important;
}
.headingImg {
    display: none;
}
.bg_gaps {
    padding-top: 70px;
    padding-bottom: 70px;
}
.app__store{
    background-color: #F9F8FC;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section__title-second {
    letter-spacing: 1.98px;
    color: #393d72;
    font-size: 32px;
    font-weight: 500;
    font-family: fredoka one,cursive;
}
.who{
    position: relative;
    z-index: 1;
    background-color: #EFF8FF;
}
.who::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(250deg, #dd006d 0%, #fe6367 100%) 0% 0% no-repeat padding-box;
    clip-path: polygon(0% 0%,80% 0,70% 100%,0% 100%);
}
.who_bg {
    /* background-image: url("../images/who_bg.png"); */
    background-size: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}
li.list-group-item.d-flex {
    background-color: transparent;
    color: #fff;
    border-color: transparent;
    padding-left: 0px;
}
.video_box{
    position: relative;
}
.btnPlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btnPlay i{
    font-size: 50px;
    color: #da0628;
}

.close.popup-close {
    position: absolute;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4%;
    top: -5%;
    border-radius: 50%;
    color: white;
    border: solid 2px #ffffff;
    padding: 8px 14px;
    opacity: 1;
    z-index: 1;
}

#video-pop-up {
    z-index: 9999;
}

/* Add a higher z-index to the other modals if necessary */
#change_password, #quote-request {
    z-index: 9998; /* Adjust this value based on your needs */
}


@media only screen and (max-width:767px){
    .mob-screen{
    width: 50% !important;
    }
    .txTcntr{
        text-align: center;
    }
    .who::before{
        clip-path: none;
    }
    #sidebarCollapse {
        /* width: 40px; */
        z-index: 1024;
        padding-left: 10px;
        padding-right: 15px;
        text-align: center;
        outline: none;
        border: none;
        background-color: transparent;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: ease-in 0.1s;
        -o-transition: ease-in 0.1s;
        transition: ease-in 0.1s;
    }
    .bar1, .bar2, .bar3 {
        width: 26px;
        height: 2px;
        background: transparent -o-linear-gradient(200deg, #da0628 0%, #da0628 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(250deg, #da0628 0%, #da0628 100%) 0% 0% no-repeat padding-box;
        margin: 6px 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .bar2 {
        margin-left: auto;
        width: 20px;
        -webkit-transition: 1 opacity;
        -o-transition: 1s opacity;
        -webkit-transition: 1s opacity;
        transition: 1s opacity;
    }
    #sidebarCollapse.active .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px,6px);
        -ms-transform: rotate(-45deg) translate(-9px,6px);
        transform: rotate(-45deg) translate(-9px,6px);
    }
    #sidebarCollapse.active div.bar3 {
        -webkit-transform: rotate(45deg) translate(-5px,-3px);
        -ms-transform: rotate(45deg) translate(-5px,-3px);
        transform: rotate(45deg) translate(-5px,-3px);
        width: 26px;
    }
    #sidebarCollapse.active .bar2 {
        opacity: 0;
    }
    .main-nav .container{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-brand{
        padding-left: 15px !important;
    }
    .main-nav nav .navbar-nav .nav-item a{
        margin-left: 15px;
    }
    .navbar-collapse{
        display: none;
    }
    .navbar-collapse {
        width: 100%;
        position: absolute;
        height: 0;
        transition: height 0.3s ease;
        overflow: hidden;
        top: -100%;
        background: #fff;
        z-index: 999;
        -webkit-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: .5s linear;
        display: block;
    }
    .navbar-collapse.active {
        top: 51px;
        width: 100%;
        height: fit-content;
    }
    .navbar-collapse.active{
        display: block;
    }
    .navbar{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .navbar-brand img{
        width: 93px !important;
    }
    .section__title-second {
        letter-spacing: 1.98px;
        color: #393d72;
        font-size: 22px;
        font-weight: 500;
        font-family: fredoka one,cursive;
    }

    #downloadBtn .downloadApp {
        margin-bottom: 15px;
    }

    .margin-left-mob {
        /* margin-left: 24px !important; */
    }
}