* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

body {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.banner {
    background-image: url('./images/banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-Nav {
    border-bottom: 0.5px solid #7455944D;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bannerNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bannerNav-right button {
    border: none;
    outline: none;
    background-color: #745594;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #FFFFFF;
}

.bannerNav-right button:hover {
    background: linear-gradient(90deg, #ED2882 17.17%, #3929C7 100%);
}

.banner-body {
    padding-top: 37px;
    padding-bottom: 68px;
}

.banner-body-left {
    padding-top: 90px;
}

.banner-body-left-head {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 10px;
    -webkit-text-stroke: 0.22vw #000000;
}

.banner-body-left-img {
    margin-bottom: 20px;
}

.banner-body-left {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.banner-body-left-nav {
    display: flex;
    gap: 10px;
}

.app-feature {
    background-color: #745594;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #FFFFFF;
    margin-bottom: 68px;
}

.app-feature-right {
    display: flex;
    gap: 10px;
}

.app-feature-rightR {
    width: 95%;
}

.app-feature-rightR-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.app-feature-rightR p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.app-feature-left {
    border-right: 1px solid #A5BBCC33;
    height: 100%;
    padding-top: 30px;
}

.app-feature-left-head {
    font-size: 28px;
    font-weight: 800;
    line-height: 33.6px;
    text-align: center;
    text-shadow: 0px 4px 4px 0px #0000001A;
}

.success-stories {
    text-align: center;
}

.success-stories-head {
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    text-shadow: 0px 4px 4px 0px #B5101C1A;
    margin-bottom: 40px;
    margin-top: 5px;
}

.success-stories-slide {
    margin-bottom: 100px
    
}

.success-stories-slide .card {
    width: 90%;
    margin: 0 auto;
    padding: 20px 50px;
    text-align: center;
    border: 4px solid #F7A4CA;
    border-radius: 0px 20px 0px 20px;
}

.carousel-indicators li {
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    color: #ED2882;
    background-color: #ED2882;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators {
    position: absolute;
    bottom: -70px;
}

.card-body p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.card-body-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.ready {
    background-image: url('./images/inner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    position: relative;
}

.ready-footer {
    background: linear-gradient(270deg, #745594 0%, #ED2882 100%);
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ready-right-head {
    font-size: 30px;
    font-weight: 800;
    line-height: 60px;
    text-shadow: 0px 4px 4px 0px #B5101C1A;
    margin-bottom: 10px;
    margin-top: 5px;
}

.ready-right p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}

.ready-right {
    padding-top: 100px;
}

.ready-footerow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ready-footerL {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px 0px #0000001A;
}


@media (max-width: 736px) {

    .ready-footerow {
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: start;
        gap: 10px;
    }

    .ready-footer {
        background: linear-gradient(270deg, #745594 0%, #ED2882 100%);
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 40px;
    }

    .ready-right {
        padding-top: 30px;
    }

    .card-body p {
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

    .success-stories-slide .card {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
        border: 4px solid #F7A4CA;
        border-radius: 0px 20px 0px 20px;
    }

    .app-feature-right {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
    }

    .app-feature-left {
        border-right: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .app-feature-left-head {
        font-size: 28px;
        font-weight: 800;
        line-height: 33.6px;
        text-align: left;
        text-shadow: 0px 4px 4px 0px #0000001A;
    }
    
	.banner-body-left {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


