*{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

  .homepage{
    background: url(images/mask-group@3x.avif);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
.homepage img{
    object-fit: cover;
}
p,li{
font-size: 1.2rem;
}
.homepage .toprow{
    background-color: #162F5A;
    border-radius: 10px 10px 0px 0px;
    padding: 2rem 0px 0px;
}
.homepage .toprow .th1{
    color: #fff;
}
.hseptitle{
    margin-bottom: 20px;
    margin-left: -2rem;
    
}
.homepage .container {
    width: 60%;
    background-color: #fff;
    /* padding-right: 15px;
    padding-left: 15px; */
    /* padding: 2rem; */
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }
  .col-12{
    width: 100%;
  }
  
  
.homepage ul {
    margin: 2em 0;
  }
  
  .homepage li { 
    margin: 1em;
    margin-left: 30px;
    line-height: 19px;
  }
  
  .homepage li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    
    color: #9E6626;
    font-size:20px;
  }

.homepage .topbar{
    width: 66%;
    margin: auto;
    text-align: center;
    /* padding-top: 3rem; */
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem ;
}
.homepage .topbar *{
    margin: 0px 0px 1rem;
    background-color: #162F5A;
}
.headingd6{
    font-size: calc(1.2rem + 1vw);
font-weight: 700;
line-height: 1.2;
}
.homepage .topbar .downloadh{
color:#EDE34A;
}
.homepage .main{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.homepage .main .left{
    text-align: center;
    margin-top: 3rem;
    
}
.spam{
    color: #999;
    font-style: italic;
    font-size: 16px;
}
.hseptitle{
    margin-bottom: 4rem;
}
.homepage .main .left img{
    width: 100%;
    height: auto;
}
.homepage hr{
    /* width:109.1%; */
    margin-left: -2em;
    margin-right: -2em;
}


.form-field{
border: 1px solid #aaa;
padding: 0px;
color: #000;
background: transparent;
font-size: 1.1em;
width: 100%;
padding: 10px 0px;
border-radius: 5px;
margin-bottom: 10px;
}
.downloadbtn{
    width: 100%;
    height: 50px;
    border: 0px;
    background-color: #162F5A !important;
    color: #EDE34A;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    }
.downloadbtn:hover{
background-color: #EDE34A !important;
color: #162F5A;
}
.homepage .footer{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
/* margin-top: -250px; */
z-index: -1;
padding-bottom: 3rem;
/* min-height: 500px; */
color:#000;


}
.homepage .footer .form-row{
    display: flex;
}

.homepage .footer .formcontainer:last-child{
    margin-left: 10px;
}
.homepage .footer .formcontainer{
    width: 50%;
    

}
.thankyou {
    background: url(images/mask-group@3x.avif);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.thankyoumodal {
    width: 700px;
    margin: 10% auto;
    background-color: #162F5A;
    border-radius: 5px;
}

.thankyoumodal .container {
    padding: 3em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.thankyoumodal .container .headingd6{
    color: #EDE34A;
}


.righttext {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thankyoumodal .thankyoufooter .container{
    padding: 2rem;
}
.thankyoumodal .thankyoufooter  a,.thankyoumodal .thankyoufooter  p{
    color: #162F5A;
}

.thankyoufooter {
    background-color: #fff;
    /* padding: 1em; */
    color: #162F5A;
}

.review{
    margin: 0px;
}
.review .rcontainer{
    width: 60%;
    margin: 10px auto;
}
.review .innercontainer{
    width: 80%;
    margin: 10px auto;
}
.review .rcontainer .headingd6{
    font-size: 3.8rem;
    color: #fff;
}

.r_video{
    padding: 3rem 0px;
    background: url(images/orange-background.avif);
    background-repeat: no-repeat;
    background-size: cover;
}
.r_video video{
    width: 100%;
}
.r_desc{
    /* background-color: #fff; */
    padding: 3rem 0px;
    position: relative;
}
.triangle{
    position: absolute;
    right: 20px;
    top: 20%;
}
.redcircle{
    position: absolute;
    left: 0px;
    bottom: 20%;
    width: 20%;
    z-index: -2;
}
.r_desc p{
    line-height: 1.2;
    margin-bottom: 2rem;
}
.reviewhead span{
    color: #D0554C;
}
.r_video p{
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.hgetbtn{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;

background-color: rgb(57, 66, 224);
box-shadow: 0px 0px 60px 0px rgb(255, 197, 0);
font-size: 28px;
width: 90%;
padding: .75em 0px;
font-weight: bold;
color: #fff;
margin: 10px auto;
border: 0px;
/* height: 100px; */
}
.hgetbtn:hover{
    background-color: rgb(255, 197, 0);
    color: rgb(57, 66, 224);
}
.fgetbtn{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;

background-color: rgb(255, 197, 0);

font-size: 28px;
width: 60%;
padding: .75em 0px;
font-weight: bold;
color: #fff;
margin: 20px auto;
border: 0px;
/* height: 100px; */
}
.fgetbtn:hover{
    color: rgb(255, 197, 0);
    background-color: rgb(57, 66, 224);
}
.getbtn{
    border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
background-color: #F68F24;
font-size: 42px;
width: 90%;
padding: .75em 0px;
font-weight: bold;
color: #fff;
margin: 10px auto;
border: 0px;
/* height: 100px; */
}
.getbtn:hover{
    background-color: #F68F00;
}
.joinbtndiv hr{
    position: absolute;
    width: 100%; 
    top: 40%;
}

.r_favourite .headingd6{
    color: rgb(63, 71, 238) !important;
}
.r_favourite .headingd6 span{
    color: #F68F24;
}
.r_favourite{
    background: url(images/gray\ dots.avif);
    padding: 5rem 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 3rem 0px; */
    position: relative;
    /* overflow-x: hidden; */
    width: 100%;
    height: auto;
    overflow-x: clip;
}
.favgreenplanet{
    position: absolute;
    top: 20%;
    left: -100px;
}
.favyellowplanet{
    position: absolute;
    bottom: -10%;
    right: -300px;
    z-index: 1;
}
.plussaturn{
    position: absolute;
    bottom: -40%;
    left: -200px;
}
.r_plus{
    background: url(images/blue-background.avif);
    padding: 5rem 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: -30px;
    position: relative;
}
.r_plus h1{
    font-size: 3rem;
    line-height: 60px;
    margin-bottom: 20px;
}
.r_plus img{
    width: auto;
    height: auto;
}
.favlist{
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 30px;
margin-bottom: 2rem;
}
.listitem{
    display: flex;
    justify-content: start;
    flex-direction: column;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem;
    text-align: center;
    z-index: 99;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
}
.listitem p{
    font-size: 14px;
    color: #999999;
}
.listitem p.card-h{
    font-size: 18px;
    color: #000;
}
.listicon{
    align-items: center;
    padding: 10px;
    margin-right: 10px;
    
}
.listicon img{
    width: auto;
    /* height: 90%; */
    object-fit: contain;
}
.desc-item{
    display: flex;
    justify-content: space-between;
    z-index: 2;
    margin-bottom: 4rem;
    /* background-color: #fff; */
    border-radius: 5px;
    /* padding: 2rem; */
    /* text-align: center; */
    
}
.desc-item .img{
    display: inline-flex;
    align-items: center;
    z-index: 2;
}
.desc-item .card{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
    padding: 2rem;
    z-index: 10;
    
}
.desc-item .card:nth-child(even){
    margin-left: 20px;
}
.desc-item .card:nth-child(odd){
    margin-right: 20px;
}
.desc-item .card p{
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    text-align: left;
    
}
.pluscard{
    background-color: #f6f6f6;
    padding: 3em;
}
.hplus{
    color: #D0554C;
}
.r_foot{
    align-items: baseline;
    background: url(images/footer\ background\ copy.avif);
    padding: 7rem 0px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 600px;
    color: #fff;
}
.r_foot .rcontainer{
    width: 40%;
}
.r_foot .rcontainer .buttondiv{
    margin-bottom: 2rem;
}
.r_foot .rcontainer p{
    
    width: 80%;
    margin: auto;
}
.footerrev{
    
    display: flex;
    justify-content: center;
    /* background-color: #F5F5F5; */
    padding: 30px 0px;


}
.footerrev a{
    color: #fff;
    text-decoration: underline;
}
.footerrev a:first-child{
    margin-right: 2em;
    
}
div.rbg{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60vh;
    width: 100%;
    z-index: -2;
    background-color: #f6f6f6;
}
ul,
li {
padding: 0;
margin: 0;
list-style: none;
}

.review ul {
margin: 2em 0;
}

.review li {
margin: 1em;
margin-left: 3em;
}

.review li:before {
content: "\f058";
font-family: 'FontAwesome';
float: left;
margin-left: -1.5em;
margin-top: 10px;
color: #1380FE;

}

.display2{
    font-size: 3.8rem;
}



/* For medium devices and up */
@media (min-width: 768px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
      text-align: left;
    }
  }


  @media (max-width: 1000px) {
    .homepage .container{
        width: 90%;
    }
    .homepage .footer{
        width: 70%;
    }
    .favlist{
        grid-template-columns: repeat(2, 1fr);
    }
    .desc-item{
        flex-direction: column;
        align-items: center;
    }
    .desc-item .img{
        width: 100%;
        text-align: center;
    }
    .desc-item .img img{margin: auto;}
    .desc-item .card{
        width: 80%;
        margin-right: 0px !important;
    }
   .rcontainer{
    width: 70% !important;
   }
 
    
  }

/* For small devices */
@media (max-width: 767.98px) {
    .row {
      margin-right: 0;
      margin-left: 0;
    }
    .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      padding-left: 0;
    }
    .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
      }
      .homepage .footer{
        margin-top: 0px;
    }
    .righttext{
        
        justify-content: start;
    }
    .review .rcontainer{
        width: 95%;
        
    }
    .review .innercontainer{
        width: 90%;
    }
    .thankyoumodal {
        width: 95%;
    }
    .favlist{
        grid-template-columns: repeat(1, 1fr);
    }
  }

  .text-center{
    text-align: center;
  }

  @media (max-width: 600px) {
    .homepage .container{
        width: 85%;
    }
    .homepage .footer{
        width: 90%;
    }
  }

  .text-end{
    text-align: right;
  }
  