.button{
    width: 500px;
    background-color: #ffc000;
    justify-content: center;
    margin: 0 auto;
    padding: 7px;
    text-align: center;
    color: white;
    border-radius: 5px;
    /* height: 45px; */
    display: flex;
    align-items: center;
    font-size: 25px;
}
.button:hover{
    color:white;
}

/*new one*/

.first-section{
    height: 100%;
    width: 100%;
    background-image:linear-gradient(to top, rgba(246, 252, 255, 0), #f7f7f7) !important;
    padding:15vh 11% 2.2% 9%;
    position: relative;
    display: flex;
    flex-direction: row;
}
.first-section .left-div{
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 3% .5% 1.8% 6.5%;
}
.first-section .left-div .heading{
    font-size: 72px;
    color: #353448;
    font-weight: 600;
    line-height: 1.12;
    padding-bottom: 3%;
}
.first-section .left-div .small-heading{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: #fdb600;
    margin: 0;
    padding: 5px 0 4.5% 10px;
}
.first-section .left-div .passage{
    font-size: 19px;
    color: #353448;
    padding: 0 10% 3% 0px;
}
.first-section .left-div .button-approved{
    margin: 0;
    width: 31%;
    color: #353448;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 7px;
}


.first-section .right-div{
    flex:1;
    padding: 2% 0 2% 0%;
    position: relative;
    overflow: hidden;
    align-items: center;
    /*justify-content: center;*/
    display: flex;

}
.first-section .right-div img{
    width:82%;
}
.float-text{
    position: absolute;
    left: 16px;
    top: 42%;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.5px;
}
/*first end*/


/*marq*/
.marq-div{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 2% 9%;
   
    flex-direction: column;
}
.marq-div .heading{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #8c97ac;
}
.marquee {
  height: 130px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* would need to be adjusted depending on time */
.marquee .marqueeone{
  animation: marquee 80s linear infinite
}

/* even out the elements */
.marquee div {
  position: absolute;
  width: 100%;
  left: 100%;
  display: flex;
  justify-content: space-between;
}
.partner-imgs{
    height: 120px;
    
    margin: .5px;
}
.marquee:hover div {
  animation-play-state: paused;
}

/* add delay at the end of animation so you dont start while another div is going */
@keyframes marquee {
  0% { left: 0%; }
  
  100% {left: -400%}
}
/*marq end*/

/*second */

.second-section{
    height: 100%;
    display: flex;
    background-image: linear-gradient(to bottom, #f7f8fa, rgb(255 255 255 / 28%));
    flex-direction: column;
    padding: 3% 0 0 12%;
    position: relative;
}
.second-section .heading{
    flex:1;
    font-size: 58px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: -1px;
    text-align: center;
    color: #1d293f;
    padding-right: 8%;
}
.second-section .content-div{
    flex:2;
    display: flex;
    flex-direction: row;
    padding: 5% 12% .5% 8%;
}
.second-section .lower-section{
    flex:1.8;
    display: flex;
}
.second-section .lower-section .left-div{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 6% 0 0 8%;
}
.second-section .lower-section .left-div .main-heading{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.12;
    padding-bottom: 3%;
    color: #1d293f;
    margin: 0;
    padding: 1% 10% 4% 0;
}
.second-section .lower-section .left-div .sub-heading{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d293f;
    padding: 0 5% 8% 0;
}
.second-section .lower-section .left-div .small-heading{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #1d293f;
    margin: 0;
}
.second-section .lower-section .left-div p{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #1d293f;
    margin: 0;
    padding: 0 11% 6% 0;
}
/*
.second-section .lower-section .left-div .passage{
    font-size: 19px;
    color: #353448;
    padding: 0 10% 3% 0px;
}
.second-section .lower-section .left-div .button-approved{
    margin: 0;
    width: 31%;
    color: #353448;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 7px;
}*/


.second-section .lower-section .right-div{
    flex:1.7;
    padding: 6% 0 2% 2%;
    position: relative;
    overflow: hidden
}
.second-section .lower-section .right-div .img-content{
    width: 100%;
    cursor: pointer;
}
.second-section .lower-section .right-div .img-content .img{
    width: 70%;
    padding: 25px 0 0 0;
}
.slider-wrap{
    width: 100%;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.blog-contents{
    width: 100%;
    padding: 0% 2%;
    position: relative;
}

.item{
    width: 400px;
    margin: 0 15px;
    padding: 35px 10px 26px 31px;
    border-radius: 10px;
    border: solid 1px #e2e4e8;
    background-color: #ffffff;
}
.item .Oval{
    width: 55px;
    height: 55px;
    margin: 0 314px 23px 0;
    object-fit: contain;
}
.item .start-group{
    display: flex;
    flex-direction: row;
}
.item .start-group .star{
    padding: 0 2px;
}
.item p{
    color: #1d293f;
    font-size: 16px;
    padding:20px 20px 20px 0;
    margin: 0;
}
.item p.author{
    
}

.slick-dots li {
    margin: 0 13px !important;
}
.slick-active .indicators{
    content:url("../img/helper/line-4.png");
}
.slick-dots{
    text-align: left !important;
    bottom: -5% !important;
}


.second-section .content-div .left-div{
    flex: 1.5;
    display: flex;
    flex-direction: column;
    padding: 5px;

}
.second-section .content-div .left-div .list-ele{
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(37, 41, 39, 0.03);
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    display: grid;
    flex: 1;
    margin: 1% 0 2.5% 0;
    padding: 4% 5% 4% 5%;
    position: relative;
    align-items: center;
    cursor: pointer;
    grid-template-columns: 90px 27% 22% auto;
}
.second-section .content-div .left-div .list-ele .list-ele-expand{
    grid-column: 1/5;
    grid-row: 2/3;
    
    flex-direction: row;
    padding: 20px 0 0;
    display: none;
    align-items: center;
}
.second-section .content-div .left-div .list-ele:nth-child(2) .list-ele-expand{
    display: flex;
}
.second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-list{
    flex: 1.5;
    display: flex;
    flex-direction: column;
}
.second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-list .list-ele-expand-list-ele{

}
.second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-list .list-ele-expand-list-ele img{
    float: left;
}
.second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-list .list-ele-expand-list-ele p{
    margin: 0;
    padding: 0 0 5px 10px;
    float: left;
}
    
.second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-link{
    flex: 1;
}
.second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-link a{
    width: 70%;
    font-size: 18px;
    color: #1d293f;
    font-weight: bold;
    padding: 8px 10px;
}
.second-section .content-div .left-div .list-ele-1{
    grid-column: 1/2;
    grid-row: 1/2;
}

.second-section .content-div .left-div .list-ele-2{
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0;
}
.second-section .content-div .left-div .list-ele-2.sub-heading{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.52px;
    color: #1d293f;
}
.second-section .content-div .left-div .list-ele-2.sub-heading span{
    font-weight: 600;
    color: #fdb600;
}

.second-section .content-div .left-div .list-ele-3{
    grid-column: 3/4;
    grid-row: 1/2;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.54px;
    color: #1d293f;
    margin: 0;
    text-align: center;
    border-right: 2px solid #c3c2c2;
    border-left: 2px solid #c3c2c2;
}

.second-section .content-div .left-div .list-ele-4{
    grid-column: 4/5;
    grid-row: 1/2;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -0.54px;
    color: #1d293f;
    margin: 0;
    padding-left: 15px;
}
.second-section .content-div .left-div .ele-float{
    position: absolute;
    top: 48%;
    right: 5%;
}
.second-section .content-div .right-div{
    flex: 1;
    position: relative;
    text-align: right;
    justify-content: flex-end;

}
.second-section .content-div .right-div .right-float{
    padding: 2.5% 12%;
    border-radius: 5px;
    border: solid 2px #1d293f;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d293f;
    bottom: 130px;
    right: 37px;
}

/*second end*/

/*third */
.third-section{
    height: 100%;
    padding: 12% 15% 6% 15%;
    background-image: url('../img/helper/combined-shape.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.third-section .heading{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -.51px;
    text-align: center;
    color: #ffffff;
    flex: 1;
    width: 100%;
    padding: 1% 0 1.8% 0;
}
.third-section .heading span{
    color: #1d293f;
}
.third-section .sub-heading{
    flex: 1;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.4px;
    text-align: center;
    color: #1d293fd1;
    padding: 0 17% 2% 17%;
}
.third-section .content-div{
    flex: 3;
    display: flex;
    flex-direction: row;
    padding: 1% 8% 0 8%;
    position: relative;
}
.third-section .content-div .cards{
    border-radius: 6px;
    background: #ffff;
    margin: 0 3% 0 3%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5% 6%;
}

.third-section .content-div .cards h6{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fdb600;
}
.third-section .content-div .cards h1{
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -2px;
    color: #1d293f;
}
.third-section .content-div .cards p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.37px;
    color: #1d293f;
    padding: 15px 4px 15px 0;
}
.third-section .content-div .cards p:nth-child(2){
    padding-right: 15px;
}
.third-section .content-div .cards ul{
    padding: 0 0 0 10%;
    list-style-image: url('../img/helper/check1.png');
}
.third-section .content-div .cards ul li{
    padding: 0 5px 10px 5px;
}
.third-section .content-div .cards a{
    width: 80%;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d293f;
    font-size: 14px;
    padding: 15px 10px;
    margin-left: 0;
}

.third-section .content-div .float-img{
    position: absolute;
    top: 36%;
    left: 44.5%;
}
/*third end*/

/*fourth */
.fourth-section{
    height: 100%;
    padding: 5% 15% 3% 15%;
    /*sbackground-image: url('../img/helper/b-g.png');*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    z-index: 11;
}
.fourth-section .heading{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -.51px;
    text-align: center;
    color:#fdb600;
    flex: 1;
    width: 100%;
    padding: 1% 0 1.8% 0;
    z-index: 11;
}
.fourth-section .heading span{
    color: #1d293f;
    z-index: 11;
}
.fourth-section .card-img{
    padding: 5px 0 8px;
    z-index: 11;
}
.fourth-section .sub-heading{
    flex: 1;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.4px;
    text-align: center;
    color: #1d293fd1;
    padding: 0 17% 2% 17%;
    z-index: 11;
}
.fourth-section .content-div{
    flex: 3;
    display: flex;
    flex-direction: row;
    padding: 1% 8% 0 8%;
    position: relative;
    z-index: 11;
}
.fourth-section .content-div .cards{
    border-radius: 6px;
    background: #ffff;
    margin: 0 3% 0 3%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5% 6%;
    z-index: 11;
    border-radius: 6px;
    border: solid 1px #d9d9d999;
    width: 100%;
}
.fourth-section .content-div .cards:nth-child(1){
    flex:1.05;
}
.fourth-section .content-div .cards h6{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fdb600;
    z-index: 11;
}
.fourth-section .content-div .cards h1{
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -2px;
    color: #1d293f;
    z-index: 11;
}
.fourth-section .content-div .cards p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.37px;
    color: #1d293f;
    padding: 15px 10px 15px 0;
    z-index: 11;
}
.fourth-section .content-div .cards ul{
    padding: 0 0 0 10%;
    list-style-image: url('../img/helper/check1.png');
    z-index: 11;
}
.fourth-section .content-div .cards ul li{
    padding: 0 5px 10px 5px;
    z-index: 11;
}
.fourth-section .content-div .cards a{
    width: 80%;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d293f;
    font-size: 14px;
    padding: 15px 10px;
    margin-left: 0;
    z-index: 11;
}

.fourth-section .content-div .float-img{
    position: absolute;
    top: 36%;
    left: 44.5%;
    z-index: 11;
}
.fourth-img{
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
}
/*fourth end*/

/*six start*/
.sixth-section{
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 3% 10%;
    background-color: #fff;
}
.sixth-section .heading{
    margin: 0;
    padding: 0 30% 0%;
    /* text-align: center; */
    font-weight: bold;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.59px;
    text-align: center;
    color: #1d293f;
}
.sixth-section .cards-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4% 5%;
    transition: .8s ease;
}
.sixth-section .cards-container .cards{
    padding: 24px 24px 24px 40px;
    border-radius: 10px;
    border: solid 1px #e2e4e8;
    background-color: #ffffff;
    margin: 10px;
    position: relative;
    transition: .8s ease;
}
.sixth-section .cards-container .cards h5{
    margin: 0;
    float: left;
    padding-right: 28%;
    padding-bottom: 15px;
    cursor: pointer;
}
.sixth-section .cards-container .cards img{
    position: absolute;
    right: 50px;
    top: 40%;
}
.sixth-section .button-approved{
    color: #1d293f;
    width: auto;
    padding: 15px 5%;
    font-size: 19px;
    font-weight: bold;
}
.faq-ans{
    margin: 0px;
    padding: 80px 0 10px;
    display: none;
    transition: .8s ease;
}   
.faq-ans ul{
    margin: 0 0 0 25px;
}
.faq-ans a{
    color:blue;
    text-decoration: underline;
}
/*six end*/
/*seventh start*/
.seventh-section{
    background-color: #f7f8fa;
    height: 100%;
    padding: 4.2% 13.5% 1.5% 15.2%;
    display: flex;
    flex-direction: row;
}
.seventh-section .left-div{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 10% 0 0;
}
.seventh-section .left-div .heading{
    font-size: 58px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #1d293f;
    padding: 0 5% 4% 0;
    margin: 0;
}
.seventh-section .left-div .message{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #7c8087;
    margin: 0;
    padding: 0 25% 5% 0;
}
.seventh-section .left-div .list-container{
    
    display: flex;
    flex-direction: column;
    padding: 6% 0;

}
.seventh-section .left-div .list-container .list-item{
    flex: 1;
    padding: 0 0 8% 0;
}
.seventh-section .left-div .list-container .list-item .list-item-img{
    flex:1;
}
.seventh-section .left-div .list-container .list-item img{
    float: left;
    height: 75px;
    padding-right: 25px;
}
.seventh-section .left-div .list-container .list-item .list-content{
    display: flex;
    flex-direction: column;
}
.seventh-section .left-div .list-container .list-item .list-content h6{
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #1d293f;
}
.seventh-section .left-div .list-container .list-item .list-content p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #7c8087;
    padding: 0 29% 0 0;
}
.seventh-section .right-div{
    flex:1.4;
}
.seventh-section .right-div img{
    width: 100%;
}
/*seventh end*/


@media screen and (min-width: 1780px){
    /*first */
    .first-section{
        padding: 15vh 20% 2.2% 15% !important;
    }

    /*first end*/
    /*second*/
    .second-section .heading{
        padding-right: 12% !important;
    }
    .second-section .content-div{
        padding: 5% 21% .5% 8% !important;
    }
    .second-section .lower-section .left-div{
        padding: 6% 0 0 12% !important;
    }
    /*second end*/
    /*third*/
    .third-section{
        padding: 12% 21% 6% 21% !important;
    }

    /*third end*/

    .seventh-section{

        padding: 4.2% 15.5% 5.5% 18.2%
    }
    .seventh-section .left-div{
        padding: 0 11% 0 0;
    }
}

@media screen and (min-width: 1600px) {
    /*first */
    .first-section{
        padding: 15vh 18% 2.2% 14%;
    }

    /*first end*/
    /*second*/
    .second-section .heading{
        padding-right: 12%;
    }
    .second-section .content-div{
        padding: 5% 18% .5% 8%;
    }
    .second-section .lower-section .left-div{
        padding: 6% 0 0 10%;
    }
    .second-section .content-div .right-div .right-float{
        bottom: 180px;
        right: 35px;
    }
    /*second end*/
    /*third*/
    .third-section{
        padding: 12% 18% 6% 18%;
    }
    .third-section .content-div .cards h1{
        padding-right: 8%;
    }
    /*third end*/
    /*fourth*/
    .fourth-section .content-div{
        padding: 1% 12% 0 12%;
    }

    /*fourth end*/
    /*six*/
    .sixth-section .cards-container{
        padding: 4% 10%;
    }
    /*six end*/
}

@media screen and (min-width: 1800px){
    .third-section .content-div .cards:nth-child(1) ul{
        margin: 0;
    }
}


@media screen and (max-width: 1299px){
    /* first*/
    .first-section .left-div .heading{
        font-size: 65px;
    }
    .first-section .left-div .button-approved{
        width: 45%;
    }
    .float-text{
        font-size: 13px;
        left: 13px;

    }
    /* first end*/
    /*fourth */
    .fourth-section .content-div .cards h1{
        font-size: 43px;
    }
    /*fourth end*/
    /*seventh*/
    .seventh-section{
        padding-left: 12%;
    }
    .seventh-section .left-div{
        padding: 0;
    }
    .seventh-section .left-div .heading {
        font-size: 55px;
    }
    .seventh-section .left-div .list-container .list-item .list-content p{
        padding: 0 25% 0 0;
    }
    /*seventh end*/
    /*sixth*/
    .sixth-section .heading{
        padding: 0 25% 0%;
    }
    /*sixth end*/
}

@media (min-width: 1100px) and (max-width: 1200px){

}
@media (min-width: 1299px) and (max-width: 1370px){
    .fourth-section .content-div .cards:nth-child(1){
        flex:1.5;
    }
    .fourth-section .content-div .cards{
        padding: 30px 40px;
    }
    .fourth-section .content-div .float-img{
        height: 85px;
    }
}

@media screen and (max-width: 1200px){
    .first-section .left-div .heading{
        font-size: 60px;
    }
    .first-section .left-div .button-approved, .first-section .left-div .passage, .first-section .left-div .small-heading{
        font-size: 18px;
    }
    .third-section .content-div .cards h1{
        font-size:43px;
    }
    .second-section .lower-section .left-div{
        padding-left: 2%;
    }
    .second-section .content-div{
        padding-left: 1%;
    }
}


@media screen and (max-width: 1099px){

    .fourth-section .content-div{
        padding: 1% 5% 0 5%;
    }
    .fourth-section{
        padding: 5% 10% 3% 10%;
    }
    .third-section .heading{
        font-size: 44px;
    }
    .third-section{
        padding: 15% 10% 6% 10%;
    }
    .second-section .lower-section .right-div{
        flex: 1.5;
    }
    .second-section .content-div .right-div img{
        width: 100%;
    }
    .second-section .heading{
        font-size: 42px;
        padding-right: 12%;
    }
    .first-section .left-div .button-approved{
        padding: 10px 10px;
        width: 55%;
    }
    .first-section .left-div .passage{
        font-size: 17px;
    }
    .first-section .left-div .small-heading{
        font-size: 16px;
    }
    .first-section .left-div .heading{
        font-size: 50px;
    }
    .second-section .content-div .left-div{
        flex:2;
    }
    .second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-link a, .second-section .lower-section .left-div p{
        font-size: 16px;
    }

     /*seven */
    .seventh-section .left-div .heading{
        font-size: 50px;
    }
    .seventh-section .left-div .list-container .list-item .list-content p{
        padding: 0 15% 0 0;
    }
    /*seven end*/
}
@media screen and (max-width: 991px){

    .first-section .left-div .heading{
        font-size: 45px;
    }
    .first-section .right-div img{
        width: 95%;
    }
    .first-section .left-div .button-approved{
        font-size: 16px;
    }
    .second-section .heading{
        font-size: 38px;
    }
    .second-section .content-div .left-div .list-ele-2.sub-heading{
        font-size: 16px;
    }
    .second-section .content-div .left-div .list-ele-3, .second-section .content-div .left-div .list-ele-4{
        font-size: 16px;
    }
    .second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-link a{
        font-size: 14px;
    }
    .second-section .content-div .right-div .right-float{
        bottom: 35%;
        right: 26px;
    }
    .second-section .content-div .left-div .list-ele{
        grid-template-columns: 70px 30% 18% auto;
    }
    .second-section .content-div .left-div .list-ele-1{
        width: 50px;
    }
    .second-section .lower-section .left-div .main-heading{
        font-size: 30px;
    }
    .second-section .lower-section .left-div .sub-heading{
        font-size: 18px;
    }
    .second-section .lower-section .left-div .small-heading{
        font-size: 17px;
    }
    .third-section .heading, .fourth-section .heading{
        font-size: 38px;
    }
    .third-section .sub-heading, .fourth-section .sub-heading{
        font-size: 17px;
    }
    .third-section .content-div .cards h1{
        font-size: 40px;
    }
    .third-section .content-div .cards ul{
        font-size: 16px;
    }
    .third-section .content-div .float-img, .fourth-section .content-div .float-img{
        width: 70px;
    }
    .fourth-section .content-div .cards{
        margin: 0 2%;
        padding: 4% 5%;
    }


    .seventh-section .left-div .heading{
        font-size: 48px;
        padding: 0 5% 1% 0;
    }
    .sixth-section .heading {
        padding: 0 15% 0%;
    }
    .sixth-section .cards-container .cards{
        padding: 6% 6% 6% 10%;
    }
    .sixth-section .cards-container .cards h5{
        padding-right: 15%;
    }
    .sixth-section .cards-container .cards img{
        right: 25px;
    }
    .seventh-section .right-div {
        flex: 1.4;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .seventh-section{
        padding: 4.2% 9% 1.5% 9%;
    }
    .seventh-section .left-div .message{
        padding: 0 25% 1% 0;
    }
    .seventh-section .left-div{
        flex:1.3;
    }
}

@media (min-width: 840px) and (max-width: 920px){}

@media screen and (max-width: 851px){
    .first-section .left-div .heading{
        font-size: 41px;
    }
    .first-section .left-div .passage{
        font-size: 16px;
        padding: 0 8% 3% 0px;
    }
    .first-section .right-div img {
        width: 100%;
    }
    .second-section .heading{
        font-size: 34px;
    }
    .second-section{
        padding-left: 8%;
    }
    .third-section .heading, .fourth-section .heading{
        font-size: 35px;
    }
    .third-section .content-div .cards h1{
        padding-right: 10px;
    }
    .fourth-section .sub-heading, .third-section .sub-heading{
        padding: 0 10% 2% 10%;
    }
    .third-section .content-div .cards h1, .fourth-section .content-div .cards h1{
        font-size: 36px;
        letter-spacing: 0;
    }
    .fourth-section .content-div, .third-section .content-div{
        padding: 1% 2% 0 2%;
    }
    .third-section .content-div .cards{
        margin:  0 2%;
        padding: 4% 5%;
    }
    .fourth-section .card-img img{
        width: 40px;
    }
    .third-section .content-div .cards h6{
        font-size: 17px;
    }
    .third-section .content-div .float-img, .fourth-section .content-div .float-img{
        width: 55px;
    }
    .second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-list .list-ele-expand-list-ele p{
        font-size: 15px;
    }
    .sixth-section .heading{
        font-size: 28px;
    }
    .sixth-section .cards-container{
        padding: 4% 0;
    }
    .seventh-section .left-div .heading {
        font-size: 38px;
        padding: 0 3% 1% 0;
    }
    .seventh-section .left-div .list-container .list-item .list-content p {
        padding: 0 5% 0 0;
    }

}
@media screen and (max-width: 768px){

    .first-section{
        flex-direction: column;
    }
    .first-section .left-div .button-approved{
        width: 70%;
    }
    .first-section .right-div{
        padding: 6%;
    }
    .float-text{
        font-size: 16px;
        
        left: 9.5%;
        top: 40%;


    }
    .second-section .content-div{
        flex-direction: column;
    }
    .second-section .content-div .right-div{
        padding: 5% 10%;
        text-align: center;
    }
    .second-section .content-div .right-div img{
        width: auto;
    }
    .second-section .content-div .right-div .right-float{
        bottom: 15%;
        right: 27%;
    }
    .second-section .lower-section{
        flex-direction: column;
    }
    .third-section .heading, .fourth-section .heading {
        font-size: 28px;
    }
    .fourth-section .sub-heading, .third-section .sub-heading {
        padding: 0 4% 2% 4%;
        font-size: 16px;
    }
    .third-section .content-div .float-img{
        top: 46%;
    }
    .fourth-section .content-div, .third-section .content-div{
        flex-direction: column;
    }
    .third-section .content-div .cards, .fourth-section .content-div .cards{
        padding: 10%;
        margin: 4% 0;
    }
    .fourth-section .content-div .float-img{
        top: 48%;
    }


    .seventh-section{
        flex-direction: column;
        padding: 8% 10%;
    }
    .sixth-section{
        padding: 8% 10%;
    }
    .sixth-section .cards-container .cards{
        grid-column: 1/3;
    }
}
@media screen and (max-width: 550px){


    .first-section .left-div .heading {
        font-size: 36px;
    }
    .first-section .left-div .button-approved{
        width: 80%;
    }
    .float-text{
        font-size: 14px;

    }
    .marq-div .heading{
        font-size: 16px;
    }
    .second-section .heading {
        font-size: 26px;
    }
    .second-section .content-div .right-div img {
        width: 80%;
    }
    .second-section .content-div .right-div .right-float{
        padding: 2.5% 6%;
    }
    .second-section .lower-section .left-div .main-heading{
        font-size: 28px;
    }
    .second-section .lower-section .left-div .sub-heading {
        font-size: 16px;
        margin: 0;
    }
    .item p{
        font-size: 14px;
    }
    .first-section{
        padding-left: 5%;
    }
    .third-section .heading, .fourth-section .heading{
        font-size: 24px;
    }
    .fourth-section .sub-heading, .third-section .sub-heading{
        line-height: 1.5;
    }
    .second-section .content-div .left-div .list-ele{
        grid-template-columns: 100px auto;
    }
    .second-section .content-div .left-div .list-ele-3{
        grid-column: 1/2;
        grid-row: 2/3;
        padding: 18px 2px 5px;
        border: none;
        text-align: left;
        font-size: 20px;
    }
    .second-section .content-div .left-div .list-ele-4{
        grid-column: 2/3;
        grid-row: 2/3;
        font-size: 20px;
        padding: 10px 0 2px;
    }
    .second-section .content-div .left-div .list-ele .list-ele-expand{
        grid-column: 1/3;
        grid-row: 3/4;
        flex-direction: column;
    }
    .second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-link{
        width: 100%;
        margin: 10px 0 5px;
    }



    .sixth-section .heading{
        padding: 0;
    }
    .sixth-section .button-approved{
        padding: 12px 32px;
        font-size: 16px;
    }
    .seventh-section .left-div .heading,.eight-section .heading{
        font-size: 35px;
    }
    .sixth-section .cards-container .cards h5{
        font-size: 18px;
    }
}
@media screen and (max-width: 400px){
    .float-text{
        font-size: 11px;

    }
    .first-section .left-div .heading {
        font-size: 28px;
    }
    .second-section .heading {
        font-size: 21px;
    }
    .seventh-section .left-div .heading{
        font-size: 28px;
    }
    .seventh-section .left-div .message {
        padding: 8px 13% 3% 0px;
    }
    .marquee .marqueeone{
        animation: marquee 30s linear infinite;
    }
    .second-section .content-div .left-div .list-ele-4{
        font-size: 16px;
    }
    .second-section .content-div .left-div .list-ele-3{
        font-size: 18px;
    }
    .second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-list{
        width: 100%;
    }
    .second-section .content-div .left-div .list-ele .list-ele-expand .list-ele-expand-list .list-ele-expand-list-ele p, .second-section .lower-section .left-div p{
        font-size: 14px;
    }
    .second-section .lower-section .left-div .main-heading{
        font-size: 24px;
    }
    .second-section .lower-section .right-div .img-content .img{
        width: 90%;
    }
    .third-section .content-div .float-img{
        top: 49%;
    }
}