
*{
    padding: 0;
    margin: 0;
}
:root{
    --primary:#0B1356;
    --secondary:#020731;
    --white: white;
    --lightgreen:#00E24D;
    --skyblue:#0078FF;
    --lightgray:rgba(0,0,0,0.1);
    --lightskyblue:#ECF5FF;
    --gren25per:#D9FFED;
    --lightorange:#FFF9D8;
    --blue50per:#0082FA;
}
body{
    font-family: 'Inter', sans-serif;
}
.header{
    background: var(--primary);
    position: relative;
}
.header-div{
    padding: 2% 8% 2% 8%;
}
.nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.head-text{
    color: var(--white);
    padding-bottom: 70px;
}
.head-img-text{
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}
.head-text ul{
    list-style: none;
    line-height: 37px;
    font-size: 16px;
    padding-top: 4%;
    padding-bottom: 1%;
}
.head-text i{
    color: var(--lightgreen);
    margin-right: 10px;
}
@media screen and (max-width:975px) {
    .head-imgs{
        display: none;
    }
    .head-img-text{
        display: flex;
        justify-content:center;
    }
    .br{
        display: none;
    }
}
@media screen and (max-width:630px) {
    .header-btns{
        display: none;
    }
    .section-1-main1{
        margin-top: 30px;
    }
}
.section-1-main1{
    display: flex;
    justify-content: center;
    text-align: center;
}
.section-1-main{
    padding: 4% 8% 1% 8%;
    
}
.section-1-main .how-work{
    padding: 0 20% 0 20%;
}
@media screen and (max-width:520px) {
    .section-1-main .how-work{
        padding: 5% 2% 0 2%;
        text-align: justify;
    }
    .section-1-main{
        padding: 0 4% 1% 4%;
    }
}
.section-1-main .how-work h2{
    font-size: 40px;
    font-weight: 700;
}
.section-1-main .how-work p{
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    opacity: 0.75;
}
.img-main p{
    line-height: 33px;
}
/*  */
.sec-2-bg{
    margin: 2% 6% 2% 8%;
    background-color: var(--lightskyblue);
    border-radius: 32px;
}
.sec-contain{
    display: flex;
    justify-content: space-between;
}
.sec-text{
    padding: 8% 2% 1% 10%;
    width: 400px;
}
.sec-text h2{
    font-size: 44px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 20px;
}
.sec-text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    opacity: 0.75;
    letter-spacing: -1%;
    margin-bottom: 20px;
}
.sec-3-bg{
    margin: 2% 6% 2% 8%;
    background-color: var(--gren25per);
    border-radius: 32px;
}
.sec-4-bg{
    margin: 2% 6% 2% 8%;
    background-color: var(--lightorange);
    border-radius: 32px;
}
.sec-img1{
    padding-right:15%;
    padding-top: 8%;
}
.sec-img{
    padding-right:5%;
    padding-top: 8%;
}
@media screen and (max-width:520px) {
    .sec-2-bg{
        margin: 2% 3% 2% 3%;
    }
    .sec-3-bg{
        margin: 2% 3% 2% 3%;
    }
    .sec-4-bg{
        margin: 2% 3% 2% 3%;
    }
    .sec-h21{
        margin-top: 30px;
    }
    .sec-h22{
        margin-top: -50px;
    }
    .sec-h23{
        margin-top: -50px;
    }
}
@media screen and (max-width:970px) {
    .sec-contain{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 15px;
    }
    .sec-text h2{
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
    }
    .sec-img1{
        padding: 0 0 0 0 ;
        text-align: center;
    }
    .sec-img1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sec-img{
        text-align: center;
        padding: 1% 1% 1% 1%;
    }
    .sec-img img{
        padding: 0 0 0 0;
        width: 100%;
        object-fit: cover;
    }
    .sec-text{
        padding: 5% 8% 5% 8%;
        width: 80%;
        text-align: justify;
    }
}
/*  Styles for Section-5 */
.section-5{
    padding: 5% 8% 2% 8%;
    position: relative;
}
.sec-5-crsl{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.crsl-contain{
    background-color: var(--lightskyblue);
    text-align: center;
    padding: 3% 10% 3% 10%;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
}
.crsl-btn button{
    background-color: var(--lightskyblue);
    height: 100%;
    width: 150px;
    border: none;
    border-radius: 8px;
}
@media screen and (max-width:520px) {
    .section-5{
        padding: 5% 1% 2% 1%;   
    }
}
@media screen and (max-width:740px) {
    .crsl-btn1{
        position: absolute;
        bottom: -60px;
        left: 20px;
    }
    .crsl-btn2{
        position: absolute;
        bottom: -60px;
        right: 20px;

    }
    .crsl-btn button{
        height: 50px;
        width: 100px;
    }
    .sec-5-main{
        margin-bottom: 80px;
    }
    .section-5{
        padding: 5% 2% 2% 2%;   
    }
}
.slideshow-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/* Next & previous buttons */

.prev-btn,
.next-btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
     
    background-color: var(--lightskyblue);
    border: none;
    border-radius: 8px;
    width: 150px;
    margin: 30px;
    margin-top: -0px;
    margin-bottom: -0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySlides{
    width: 100%;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}
@media screen and (max-width:760px) {
    .prev-btn{
        position: absolute;
        bottom: 60px;
        left: 0;
    
    }
    .next-btn{
        position: absolute;
        bottom: 60px;
        right: 0;
    }
    .prev-btn,
.next-btn {
    width: 100px;
    height: 70px;
}
.section-5{
    height: 350px;
}
}
/* Styles For Section-6 */
.section-6{
    padding: 5% 8% 2% 8%;
}
.sec-6-main{
    background-color: var(--primary);
    border-radius: 32px;
    color: var(--white);
    display: grid;
    grid-template-columns: 8fr 4fr;
}
.sec-6-text{
    padding: 100px 10% 8% 15%;
}

.sec-6-text h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sec-6-text p{
    font-size: 17px;
    font-weight: 500;
    opacity: 0.75;
    margin-bottom: 40px;
}
.sec-6-text .input-grp input{
    padding: 18px;
    border-radius: 8px;
    border: none;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width:520px) {
    .section-6{
        padding: 4% 3% 8% 3%;
    }
}
@media screen and (max-width:950px) {
    .sec-6-main{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .sec-6-img img{
        padding-top: 5px;
    }
    .sec-6-text{
        padding: 5% 8% 0% 8%;
    }
}
.section-7{
    padding: 1% 8% 2% 8%;
}
.sec-7-head{
    text-align: center;
    font-size: 25px;
}
.accordian-main p{
    font-size: 16px;
    opacity: 0.75;
    padding: 10px 100px 10px 10px;
    line-height: 24px;  
}
.accordion:after {
    content: '\002B';
    color:var(--blue50per);
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
    color: var(--blue50per);
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  @media screen and (max-width:550px) {
    .accordian-main p{
        padding: 10px 20px 10px 10px; 
    }
  }
/*  */
.footer{
    background-color: var(--lightskyblue);
}
.footer-main{
    padding: 5% 8% 5% 8%;
    display: grid;
    grid-template-columns: 6fr 3fr 3fr;
}
.foot-div-2 p{
    font-size: 14px;
    line-height: 28px;
    padding-right: 60px;
    margin-bottom: 20px;
}

.foot-div-3 ul{
    list-style: none;
    font-size: 16px;
    line-height: 37px;
    opacity: 0.6;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.foot-div-3 ul li{
    padding-left: 10px;
}
.foot-div-3 ul li a{
    text-decoration: none;
}
.foot-div-3 ul li:hover, .foot-div-3 ul li:hover a{
    cursor: pointer;
    background-color: var(--blue50per);
    color: white;
    
}

@media screen and (max-width:800px) {
    .footer-main{
        padding: 5% 6% 2% 6%;
        display: grid;
        grid-template-columns: 8fr 4fr;
    }
}
@media screen and (max-width:600px) {
    .footer-main{
        padding: 5% 8% 2% 8%;
        display: grid;
        grid-template-columns: 12fr;
    }
    .foot-div-2 p{
        padding-right: 10px;
    }
}
/* Styles for terns and conditions page */
.term-sec-1{
    padding: 5% 10% 5% 10%;
    color: var(--secondary);
}
.term-sec-1 h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin: 20px 0 20px 0;
}
.term-sec-1 h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 20px 0 15px 0;
}
.term-sec-1 p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.term-sec-1 ul{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 40px;
    padding-left: 6%;
}
@media screen and (max-width:630px) {
    .term-sec-1{
        padding: 1% 5% 5% 5%;
    }
    .header-btns-page2{
        display: none;
    }
}
.dpay-a li a{
    color: black;
}