:root{
    --swiper-pagination-bullet-inactive-color: white !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.navbar-brand--overide{
    max-width: 180px !important;
}

.header-text--overide{
    font-size: 17px !important;
    font-weight: bold !important;
}

.video-header{
    border-radius: 20px;
    width: 100%;
}

.intro-img--overide{
    padding-top: 60px !important;
}

.wrapper-text--overide{
    vertical-align: top !important;
}

.item-list{
    list-style-type: disc;
    margin-bottom: 20px;
}

.item-title{
    color: #000000;
    font-weight: bold;
}

.list{
    padding-left: 17px;
    margin-top: 17px;
}

.item-list::marker{
    color: #ed1c6d !important;
}

.service-image{
    width: 150px !important;
}

.services-clotheme-item-wrapper--overide{
    height: 500px;
}

@media (min-width: 768px) and (max-width: 1024px){
    .service-description {
        font-size: 14px;
    }    
}

.service-title{
    font-weight: bold !important;
}

.step-number{
    position: absolute;
    background-color: #f4f6ff;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #5a49f8;
    font-size: 1.875rem;
    transition: all .5s
}

.team-details--overide{
    width: 300px !important;
}

.rtin-item{
    display: flex;
    align-items: center;
    transition: all .5s ease-in-out;
}

.rtin-item h3{
    font-size: 20px !important;
}


.testimonial-item {
    padding: 10px;
}

@media (min-width: 320px) and (max-width: 480px){
    .rtin-item{
        margin-bottom: 20px;
    }   
}


.count-number{
    position: relative;
    height: 4.5rem;
    width: 4.5rem;
    background-color: #ed1c6d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.875rem;
    transition: all .5s ease-in-out;
}

.rtin-content{
    background-color: #fff;
    margin-left: -30px;
    padding: 25px 30px 25px 50px;
    border-radius: 4px;
    box-shadow: 0px 2px 23px 0px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.hiden-section{
    display: none;
}

.call-action-section{
    margin-bottom: 150px;
}

.swiper-pagination-bullet-active{
    background-color: #ed1c6d !important;
}

.swiper-pagination-bullet{ 
    opacity: 1;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
}

.btn-border-filled--overide{
    color: #ffffff !important;
    background: #ed1c6d !important;
    transition: all .5s ease-in-out;
}

.btn-border-filled--overide:hover{
    background: transparent !important;
}

@media only screen and (max-width: 767px){
    .intro-img--overide{
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 767px){
    .hide-on-mobile{
        display: none;
    }

    .margin-bottom--responsive{
        margin-bottom: 30px;
    }
}

.benefit-image{
    filter: invert();
    width: 40px;
    height: 40px;
}

.icon-benefit--overide{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.subscription-text{
    font-size: 17px;
}

.subscription-text a{
    color: #ed1c6d;
}

.benefits-image-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-icon{
    vertical-align: middle;
}

.services-section{
    padding-bottom: 0px !important;
}

.whatsapp-button{
    position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:15px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}