@import url(https://fonts.googleapis.com/css2?family=Poppins:400;500;600;700;800);

body{
    font-family: 'Poppins', sans-serif;
}

.breakspan{
    display:block;
}
.c_bold{
    font-weight:700;
}
.intro{
    padding: 10px 0px 15px 0px;
    display:flex;
    flex-direction:column;
}

.bgx1{
    padding: 21% 0% 12%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin: 0 auto;
    display: block;
    position:relative;
}
.bgx1_title{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.7rem;
    color: #303693;
    margin-bottom: 1%;
}
.bgx1_content{
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    margin-bottom: 0;
    line-height: 2rem;
}
.bgx1_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin:7% 0% 0%
}
.bgx1_button{
    position:relative;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    padding: 0.5rem 3.5rem 0.5rem 1.5rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.bgx1_button:after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(https://www.newpages2u.com/img/1702259882icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 12%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.bgx1_button:hover{
    text-decoration: none;
    color:#000;
}
.bgx1_icon{
    position: absolute;
    left: 84px;
    top: -5rem;
    transform: rotate(270deg);
    width: 25%;
}

.bgx2{
    background-image: url(https://www.newpages2u.com/img/1702261261bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:9% 0% 12%;
}
.bgx2_header{
    background-image: url(https://www.newpages2u.com/img/1702260957bg-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    padding: 2%;
    margin-top:-3%;
    margin-bottom: 3%;
}
.bgx2_box{
    position:relative;
    box-shadow: 0px 0px 30px rgba(0,0,0,.5);
    background-color: #fff;
    padding: 5%;
    margin: 15% 13%;
    min-height: 14rem;
    border-radius:10px;
}
.bgx2_title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom:0;
}
.bgx2_span{
    min-height:3rem;
}
.bgx2 .bgx2_icon{
    width: 90px!important;
    margin: 0 auto 12%;
    display:block;
}
.bgx2_button{
    position: relative;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #000;
    font-size: 16px;
    padding: 4.5% 24% 4.5% 6%;
    font-weight: 700;
    color: #fff!important;
    text-decoration: none!important;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}
.bgx2_button:after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(https://www.newpages2u.com/img/1702259882icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 12%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.bgx2_button:hover{
    text-decoration: none;
    color:#fff;
}
.bgx3{
    background-image: url(https://www.newpages2u.com/img/1702263744bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 12% 0% 12%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
}
.bgx3_imagebox{
    overflow:hidden;
}
.bgx3_image{
    width:100%;
    margin:0 auto;
    display:block;
    transition:0.25s all linear;
}
.bgx3_image:hover{
    transform:scale(1.05);
}
.bgx3_sideimage{
    position: absolute;
    left: 3.5rem;
    top: -5rem;
    width: 60px!important;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.bgx4{
    padding: 20% 0% 12%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
}
.bgx4_header{
    background-image: url(https://www.newpages2u.com/img/1702264981bg-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    padding: 5%;
    margin-top: 0%;
    margin-bottom: 7%;
}
.bgx4_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    width: 80%;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 auto 5%;
    line-height: 1.5rem;
}
.bgx4_row2{
    min-width: 100%;
    max-width: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bgx4 .bgx4_icon{
    width: 100px!important;
    margin: 0 auto 12%;
    display: block;
}
.bgx4_span{
    min-height: 4rem;
}
.bgx5{
    padding:12% 0% 12%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
}
.bgx5_row1{
    min-width:100%;
    max-width:100%!important;
}
.bgx5_box{
    padding: 0% 6%;
    border-radius:20px;
    background-color: #b2b2b2;
    transition:0.25s all linear;
}
.bgx5_box:hover{
    background-color:#303590;
}
.bgx5 .bgx5_icon{
    width: 100px!important;
    margin: -12% auto 10%;
    display: flex;
    border-radius: 100px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.bgx5_content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23%;
    color: #fff;
    text-align: center;
    margin-top: 0;
    line-height: 1.2rem;
}
.bgx5_spantitle{
    position:relative;
    font-weight: 700;
    font-size: 25px;
    min-height: 3rem;
}
.bgx5_spantitle:after{
    position: absolute;
    content: "";
    background-color: #fff;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 4rem;
    height: 2px;
    margin: 0 auto;
}
.bgx5_spancontent{
    min-height: 8rem;
}
.bgx6{
    padding:0% 0% 12%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
}
.bgx6 .bgx6_image{
    width:60%!important;
    margin:0 auto 12%;
    display:block;
    transition:0.25s all linear;
}
.bgx6 .bgx6_image:hover{
    transform:scale(1.05)
}
.bgx6_small{
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    margin-bottom: 4%;
    margin-top:0%;       
}
.bgx6_title{
    font-size: 30px;
    font-weight: 700;
    color: #303693;
    margin-top:0%;
    margin-bottom: 3%;
}
.bgx6_content{
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    margin-top:0%;
    margin-bottom: 0;
    line-height: 2rem;
}
.bgx7{
    position: relative;
    padding: 25% 0% 9%;
    max-width: calc(100% - 0px);
    min-width: calc(100% - 0px);
    display: block;
    margin: 0 auto;
    background-color: #000;
}
.bgx7_sideimage{
    position: absolute;
    left: 6rem;
    top: -4rem;
    width: 78px!important;
    transform: rotate(270deg);
}
.bgx7_box{
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    margin: 0%;
    padding:24px 12px;
    transform:scale(0.9);
    border-radius:20px;
    background-color:#fff;
}
.bgx7_videobox{
    border-radius:20px;
    overflow:hidden;
}
.bgx7_videobox iframe{
    max-width:100%;
}

.bgx7_content{
    font-size:16px;
    font-weight:700;
    color:#000;
}
.bgx7_button{
    position: relative;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #000;
    font-size: 16px;
    padding: 2% 16% 2% 3%;
    font-weight: 700;
    color: #fff!important;
    text-decoration: none!important;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}
.bgx7_button:after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(https://www.newpages2u.com/img/1702259882icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 12%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.bgx7_button:hover{
    text-decoration: none;
    color:#fff;
}
.slick-next{
    right:38px;
    filter: brightness(0) invert(1);
}
.slick-prev{
    left:38px;
    z-index:1;
    filter: brightness(0) invert(1);
}
.bgx8{
    padding:15% 0% 12%;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
}    
.bgx8_imagebox{
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.bgx8_title{
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: 2.5rem;
    margin-top: 0%;
    margin-bottom: 12%;
}
.bgx8_title .breakspan{
    display:inline;
}
.bgx8 .bgx8_image{
    width:100px!important;
    margin:0 auto;
    display:block;
}
.bgx8_buttonbox{
    display:flex;
    justify-content: center;
    align-items: center;
    margin:12% 0% 0%;
}
.bgx8_image{
    width: 100px!important;
    margin: 0 auto;
    display: block;
    padding: 9%;
}
.bgx8_button{
    border: 2px solid #666;
    border-radius: 20px;
    font-size: 16px;
    padding: 3% 12%;
    font-weight: 400;
    text-align: center;
    color: #666;
    text-decoration: none;
    transition:0.25s all linear;
}
.bgx8_button:hover{
    border:2px solid #303590;
    color:#303590;
}

#whatsapp-float-icon:before{
    position: absolute;
    content: "Chat with us";
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    right: -111px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 0px 2px #000;
}