/* Banner */
.vetbottom {
    position: absolute;
    right: 0px;
    bottom: -1px;
    z-index: 1;
    pointer-events: none
}

.vettop2 {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 1;
    pointer-events: none
}

#banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #97144d
}

#banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    margin: auto
}

#banner .bannerImg img {
    display: block;
    clip-path: inset(0% 0% 0% 100%);
    transform: scale(1.5);
    object-fit: cover;
    width: 100%;
    height: 100%
}

#banner .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

#banner .container .banner-download {
    position: absolute;
    right: 0px;
    bottom: 150px;
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

#banner .container .scroll-bt {
    position: absolute;
    bottom: 150px;
    right: 0px
}

#banner .bannerBottomVet {
    position: absolute;
    bottom: 0px;
    right: 0px
}

#bannerBottom {
    background-color: #f5f5f7;
    padding: 80px 0px 0px 0px;
    margin-top: -1px;
    display: inline-block;
    width: 100%
}

#bannerBottom .desc {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    width: 570px;
    max-width: 100%;
    float: right
}


#overlay {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #97144d;
    overflow: hidden;
    transform-origin: left;
    clip-path: inset(0% 0% 0% 0%)
}

#overlay .axislogo {
    position: absolute;
    width: 180px;
    margin: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 45px;
    display: flex;
    transform: scale(1.6)
}

#overlay .axislogo .a-logo {
    overflow: hidden
}

#overlay .axislogo .a-logo img {
    transform: translateX(60px)
}

#overlay .axislogo .axisbank {
    padding-top: 7px;
    overflow: hidden
}

#overlay .axislogo .axisbank img {
    transform: translateX(-140px)
}
.common-ttle, .common-ttle2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
}
.axis-color3 {
    color: #ee286e !important;
}



#section2  {
    background-color: #f5f5f7;
    padding-top: 10px;
}


#section2 .LeadingBox {
    padding: 40px 40px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .125);
}

#section2 .LeadingBox h3 {
    color: #ee286e;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px
}

#section2 .LeadingBox ul {
    margin: 0px;
    padding: 0px;
}

#section2 .LeadingBox ul.major li { padding-bottom: 10px; }
.headlinesml { font-weight:700; }

.headlinebig {     
	font-size: 52px;
    font-weight: 500;
    line-height: 1.2;  font-style: italic; color: #ee286e;}

