
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


.container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.navbar-section {
    background-color: #F0F0F0;
}

.navbar {
    margin: 0 30px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;  
}


.logo-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.logo-list-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
    gap: 18px;

}

.logo-button-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 20px;
}

.logo-list-li {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #050038;
    margin: 0;
    cursor: pointer;
}

.logo-list-li:hover {
    color: #4262FF;
}

.logo-list-li img {
    margin-right: 5px;
}


.sign-button {
    width: 151.77px;
    height: 50px;
    background-color: #4262FF;
    border-radius: 24px;
    border: 1px solid #4262FF;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    cursor: pointer;
}

.sign-button:hover {
    background-color: #002afb;
    border: 1px solid #002afb;
}

.hamburger{
    display: none;
}


.lang-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-section{
    max-width: 1200px;
    margin: 60px 0px;
    /* height: 469px; */
    display: flex;
    align-items: center;
    justify-content: center;
   
    
}

.my-section2{
    width: 1200px;
    margin: 60px 0px;
      
}

.first-content{
    width: 40%;
}

.first-img{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.first-content h1{
   
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #050038;
}

.first-para1{
   
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #050038;
    margin: 10px 0px;
}


.first-para2{
   
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #05003866;
    padding: 10px 0px;
}

.first-form input{
    height: 48px;
    width: 440px;
    border: 1px solid #9B99AF;
    border-radius: 32px;
    font-size: 18px;
    line-height: 21.78px;
    font-weight: 400;
    color: #5F5C80;
    margin: 10px 0px;
    padding-left: 15px;
}


.form-button{
    height: 51px;
    width: 440px;
    border: 1px solid #4262FF;
    border-radius: 32px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #ffffff;
    background-color: #4262FF;
}         

.form-button:hover {
    height: 51px;
    width: 440px;
    border: 1px solid  #002afb;
    border-radius: 32px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #ffffff;
    background-color:  #002afb;
}  



.first-div{
    display: flex;
    background-color: #F5F5F7;
    width: 350px;
    padding: 14px;
    margin:15px 0px;
    margin-top: 30px;
}



.slider {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slick-slider {
    max-width: 185.40px;
    height: 32px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slick-slider .element {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin: 0 10px;
  }
  
  .slick-slider img {
    max-width: 100%;
    height: 28px;
  }

  .star-content img{
    height: 15px;

  }

  .star-content p{
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    color: #050038;
  }


.second-head{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #05003899;
    margin-bottom: 40px;
    text-align: center;
}


  .slick-slider2 {
    max-width: 1120px;
    height: 64px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slick-slider2 .my-element {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    margin: 0 10px;
  }
  
  .slick-slider2 img {
    max-width: 100%;
    height: 64px;
  }


.third-div{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 20px;
    margin: 20px 0px;
}

.third-div1{
    grid-column: span 4;
    padding: 23px;
    /* border: 1px solid red; */
}

.third-div1 h4{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #050038;
}

.third-head{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1px;
    color:#050038;
    
}

.third-div1 p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #050038;
    margin: 15px 0px;
}

.third-div1 a{
    color: #4262FF;
}


.third-div1 a:hover{
    color: #002afb;
}

.third-btndiv{
    display: flex;
    align-items: center;
    justify-content: center;
}

.third-btn{
    height: 48px;
    width: 178.22px;
    background-color: #4262FF;
    color: #ffffff;
    font-size: 18px;                                 
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #4262FF;
    border-radius: 24px;
}

.third-btn:hover {
    height: 48px;
    width: 178.22px;
    background-color: #002afb;
    color: #ffffff;
    font-size: 18px;                                 
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #002afb;
    border-radius: 24px;
}

.fourth-content{
    width: 40%;
    height: 535.36px;
    display: flex;
    align-items: center;
    
}

.fourth-content h1{

    
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #050038;
}


.fourth-content p{
   
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #050038;
    margin: 20px 0px;
    margin-bottom: 40px;
}


.fourth-content a{
    color: #4262FF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    
}


.fourth-content a:hover{
    color: #002afb;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    
}
/* 
#arrow-icon{
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px;
} */


.five-img{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.img-div{
    height: 500px !important;
    position: relative;
}

.img-div img{
    height: 100%;
}

.img-inside{
    position: absolute;
    top: 175px;
    left: 635px;
    text-align: center;
}

.img-inside h3{
    font-size: 22px;

    line-height: 38px;
    letter-spacing: -0.5px;
    font-weight: 700;
    text-align: center;
}

.img-inside p{
    font-size: 18px;

    line-height: 24px;
   
    font-weight: 400;
    text-align: center;
}

.img-inside button{
    height: 40px;
    width: 164.25px;
    background-color: #4262FF;
    border: 1px solid #4262FF;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 40px;
    margin: 10px;

}

.img-inside button:hover{
    height: 40px;
    width: 164.25px;
    background-color: #002afb;
    border: 1px solid #002afb;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 40px;
    margin: 10px;

}

h1{
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #050038; 
}




.seven-div {
    margin: 40px 0px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 20px;
    scroll-behavior: smooth;
  }

  .seven-h6 {
    background-color: #F1F3FD;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #050038;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .seven-h6:hover {
    background-color: #e1e4fb;
  }

  .seven-h6.active {
    background-color: #4262FF;
    color: white;
    border-color: #4262FF;
  }

  .seven-div::-webkit-scrollbar {
    display: none;
  }

  .seven-maindiv {
    width: 100%;
    display: flex;
    margin-top: 20px;
  }

  .seven-image {
    width: 70%;
    text-align: end;
  }

  .seven-content {
    width: 30%;
    padding: 30px;
    display: none;
  }

  .seven-content.active {
    display: block;
  }

  .seven-content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #050038;
  }

  .seven-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #050038;
    margin: 30px 0px;
  }

  .seven-content a {
    color: #4262FF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
  }

  .seven-content a:hover {
    color: #002afb;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
  }

  .seven-h6:hover {
    background-color: #e1e4fb;
  }

  .seven-h6.active2 {
    background-color: #4262FF;
    color: white;
    border-color: #4262FF;
  }


  .eight-content {
   
    display: none;
  }

  .eight-content.active2 {
    display: block;
  }




.tick-content{
    display: flex;
    align-items: center;
}



.eight-content{
    width: 30%;
    padding: 30px;
}

.eight-content a {
    color: #4262FF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

.eight-content a:hover {
    color: #002afb;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

.eight-maintick{
    margin-bottom: 30px;
}


.eight-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #050038;
    margin: 30px 0px;
}


.tick-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #050038;
    margin: 10px 20px;
}

.vector-class{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 212px;
}

.eight-head{
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #050038; 
    text-align: center;
}

.eight-para{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #050038; 
    text-align: center;
    margin-top: 20px;
}

.eight-grid{
    display: grid;
    grid-template-columns: repeat(3,auto);
    row-gap: 50px;
    margin-top: 30px;
    
}

.eight-griditem{
    height: 200px;
    /* border: 1px solid red; */
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
}



.container-full{
    width: 100%;
    background-color: #FFD02F;
    padding: 70px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.eight-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0px;
}

.nine-button{
    width: 283px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #4262FF; 
    border: 1px solid #4262FF;
    border-radius: 24px;
    background-color: #ffffff;

}


.nine-button:hover{
    
    background-color:#002afb;
    color: #ffffff;
    
}


.test-para{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #05003899;
    margin: 30px 0px;

}

.testi-para{
    height: 192px;
}

.test-info{
    display: flex;
    align-items: center;
}

.test-infoname{
    margin-left: 15px;
}

.testimonial-slider{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.one-test{
    width: 100%;
    /* border: 1px solid black; */
    padding: 20px;
    margin: 20px;
}




.ten-div{
    width: 100%;
    background-color: #050038;
    padding: 100px 0px;
    /* overflow: hidden; */
    border-radius: 16px;
}

.ten-div{
    text-align: center;
}

.ten-div h1{
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;  
}

.ten-div p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff; 
    margin: 20px 0px; 
}

.ten-div button{
    margin-top: 30px;
    height: 48px;
    width: 175px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    background-color: #4262FF;
    border: 1px solid #4262FF;
    border-radius: 24px;

}


.ten-div button:hover {
    
    background-color: #002afb;
   

}

.footer-first{
    display: grid;
    grid-template-columns: repeat(10,1fr);
}

.footer-list{
    width: 100%;
    grid-column: span 2;
    padding: 10px;
}


.my-section3{
    width: 100%;
    margin: 60px 0px;
      
}

.footer-1{
   
    padding-left: 100px;
    padding-bottom: 50px;
}


.container-full2{
    width: 100%;
    background-color: #050038;
    padding: 50px 0px;
    padding-bottom: 0px;
    /* overflow: hidden; */
}

.footer-ul a{
    display:block;
   color: #ffffff;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   margin:8px 0px;
}

.footer-list h4{
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.footer-2{
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 60px 40px;
    padding-bottom: 0px;
    border-top: 1px solid #ffffff;
}

.lang-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-footer div{
margin-left: 10px;
color: #ffffff;
font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.footer-2 span{
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}




.slider3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slick-slider3 {
    max-width: 1120px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slick-slider3 .element {
    display: flex;
    justify-content: center;
    align-items: center;
   
    
  }

  
.test-infoname p{
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    color: #050038;
    /* margin: 30px 0px; */

}




#myVideo {
  
  
    width: 100%; 
    height: 100%;
  }
  
  .content {
    position: absolute;
    bottom: 0;
    
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  #myBtn {
    /* width: 200px; */
    font-size: 18px;
    padding: 10px;
    border: none;
    border-radius: 40px;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }


  
.my-section4{
    max-width: 1200px;
    /* height: 500px; */
    margin: 60px 0px;
    display: flex;
    /* background-color: #737070; */
   
      
}
  

.vedio-div{
    position: relative;
    width: 60%;
}

.content-div{
    width: 40%;
    padding: 80px 0px;
    padding-right: 30px;
}


.vedio-hp h1{
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #050038;
}

.vedio-hp p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #050038;
    margin: 30px 0px;
}

.vedio-hp a {
    color: #4262FF;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

.vedio-hp a:hover {
    color: #002afb;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}

.footer-2 {
    padding: 60px 23px;
    padding-bottom: 60px;
 
}

.my-section3 {
    width: 100%;
    margin: 0px 0px;
}

@media only screen and (max-width: 1025px) {

    .google{
        width: 175px;
    }

    .link-icons{
    width: 160px;
    }

    .footer-1 {
        padding-left: 50px;
        padding-bottom: 50px;
    }

    .footer-2 {
        padding: 60px 40px;
        padding-bottom: 60px;
       
    }
    .ten-div {

        border-radius: 0px;
    }

    .my-section2 {
        width: 100%;
        margin: 30px 0px;
    }
    .seven-div {
        margin: 40px 30px;}

/*         
h1{
    margin: 0px 30px;
} */

.last-h1{
    margin-left: 30px;
}

.my-section {
    margin: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.my-section4 {


    margin: 30px 30px;}

.first-content {
    width: 100%;
}

/* .content {

    bottom: 75px;} */

.first-img{
    width: 100%;
}

.first-img img{
    width: 100%;
}

.first-content h1 {
    font-size: 48px;
    margin: 0px;
}

.fourth-content {
    width: 100%;
    height: 300px;
}

}




@media only screen and (max-width: 768px) {

    .google{
        display: none;
    }

    .link-icons{
        display: none;
    }

    .footer-2 {
        padding-bottom: 60px;
    }

    .footer-1 {
        padding-left: 23px;
    }

    .ten-div {
        border-radius: 0px;
    }



    /* navbar */

    .navbar {
        flex-direction: row;
        flex-wrap: nowrap;  
    }

   
    .logo-list-ul {
        display: none;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-top: 20px;
        position: absolute;
        top: 65px;  
        right: 0;
        background-color: #F0F0F0;
        z-index: 9999;
        border-top: 1px solid #ddd;
    }


    .lang-button {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
        align-items: center;
      
    }

  
    .hamburger {
        display: block;
        margin-left: 2px;
    }


   
    .navbar.active .logo-list-ul {
        display: flex;
    }

    .logo-button-ul {
        display: flex;
        gap: 10px;
        align-items: center;
        
    }

    /* ghjk */

    .sign-button {
        width: 100.77px;
        height: 40px;
        background-color: #4262FF;
        border-radius: 24px;
        border: 1px solid #4262FF;
        font-size: 14px;
        line-height: 16px;
        color: #ffffff;
        cursor: pointer;
    }

    .navbar {
      
        height: 65px;
    }

/* 
    .my-section {
        margin: 60px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .first-content {
        width: 100%;
    }

    .first-img{
        width: 100%;
    }

    .first-img img{
        width: 100%;
    } */

    .eight-griditem img{
        width: 100%;
        height: 30px;
        object-fit: contain;
    }

    .slick-slider2 {
        max-width: 700px;
    }
    /* .fourth-content {
        width: 100%;
        height: 300px;
    } */

    .seven-maindiv {
        flex-direction: column;
    }

    .eight-para {
       
        margin-top: 0px;
    }

    .seven-content {
        width: 100%;
    }

    .seven-image {
        width: 100%;
        text-align: end;
    }

    .seven-image img{
        width: 100%;
    }

    .my-section4 {
        margin: 30px 30px;
        display: flex;
        flex-direction: column;
    
    }

    .content-div {
        width: 100%;
        padding: 0px 0px;
        padding-right: 0px;
    }

    .vedio-div {
        position: relative;
        width: 100%;
    }

    
.eight-content {
    width: 100%;
    padding: 30px;
    padding-top: 0px;
}

h1{
    margin: 0px 30px;
}

.vedio-hp h1 {
  margin: 0px;

}

.slick-slider3 {
    max-width: 700px;
}

.first-content h1{
    margin: 0px;
}

h1{
    margin: 0px;
}

.five-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-h1{
    margin: 0px 30px;
}

.img-div img {
    height: 100%;
    max-width: 700px;
    object-fit: contain;
}

.img-inside {
    position: absolute;
    top: 168px;
    left: 414px;
    text-align: center;
}

}



@media only screen and (max-width: 426px) {
  

    .third-div1 {
        grid-column: span 12;       
    }

    .third-head {     
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .third-div {
        gap: 0px;
    }

    
.my-section{
    display:block;  
    
}

.eight-head {
    padding: 0px 6px;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: 0px;
    
}

.eight-grid {
    grid-template-columns: repeat(1, auto);
    row-gap: 0px;
    margin-top: 0px;
}

.eight-griditem {
    height: 120px;
    padding: 0px 10px;
}

.ten-div h1{
    padding: 0px 23px;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
}
.ten-div {
   
    border-radius: 0px;
}

.footer-first {
    grid-template-columns: repeat(1, auto);
}

.footer-list {  
    grid-column: span 12;

}

.footer-1 {
    padding-left: 13px;
    
}

.footer-2 {
    display: block;
}

.footer-2 {
    padding: 35px 23px;
    padding-bottom: 35px;
 
}

.lang-footer {
    margin: 15px 0px;
    justify-content: start;
}

.footer-2 span {
    display: block;
    margin: 15px 0px;
}

.link-icons{
    display: block;
    width: 215px;
}

.google{
    display: block;
}

.google{
    width: 270px;
}

.container-full { 
    padding: 0px 0px;   
}

.my-section3 {
    /* width: 100%; */
    margin: 0px 0px;
}

.img-div {
    height: 210px !important;
    position: relative;
}

.img-inside {
    position: absolute;
    top: 64px;
    left: 246px;
    text-align: center;
}

.img-inside h3 {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;


}

.eight-head {
    margin: 0px 30px;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0px;}
h1{
    margin: 0px 30px;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0px;
}

.fourth-content h1 {
    margin: 0px;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: 0px;}


.img-inside p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
}

.img-inside button {
    height: 25px;
    width: 120.25px;
    font-size: 10px;
    margin: 0px;
}


.sign-button {
    width: 80.77px;
    height: 33px;
   
    font-size: 13px;
}


    .lang-button {

        gap: 5px;
   
    }

    .logo-button-ul {
        margin-right: 0px;
        margin-left: 5px;
    }


    aside img{
        height: 25px;
    width: 60px;
    }

    .navbar {
        margin: 0 20px;
    }

.logo-list-li img{
    height: 20px;
    display: none;
}

.first-form input {
    height: 44px;
    width: 350px;
    font-size: 17px;
  
}


    .fourth-content p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #050038;
        margin: 20px 0px;
        margin-bottom: 40px;
    }


.first-content h1 {
    margin: 0px;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: 0px;
}
.vedio-hp h1 {
    margin: 0px;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0px;

}
.first-para1 {
font-size: 16px;
line-height: 20px;
}


.fourth-content p {
    font-size: 16px;
    line-height: 20px;
}

.vedio-hp p {
    font-size: 16px;
    line-height: 20px;

}

.seven-content p {
    font-size: 16px;
    line-height: 20px;
}



.form-button {
    height: 44px;
    width: 350px;
    font-size: 17px;

}

.slick-slider {
    max-width: 150.4px;
}

.my-section {
    margin: 30px 30px;

}

.five-img{
    width: 100%;
}

.five-img img{
    width: 100%;
}

.seven-div {
    margin: 30px 30px;
}


.tick-content p {
    font-size: 16px;
    line-height: 20px;
}

.eight-content p {
    font-size: 16px;
    line-height: 20px;
}
}

/* @media only screen and (max-width: 376px) {
.img-inside {
    position: absolute;
    top: 34px;
    left: 140px;
    text-align: center;
}} */

@media only screen and (max-width: 321px) {
  
    .third-head {     
        font-size: 25px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0px;
    }

    .third-div1 p {
        font-size: 16px;
    }

    .eight-para {
        font-size: 16px;
    }

    .ten-div p {
        font-size: 16px;
    }

    .fourth-content h1 {
        margin: 0px;
        font-size: 25px;
        line-height: 27px;
        letter-spacing: 0px;
    }

    
.ten-div h1{
    font-size: 25px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0px;
}

.logo-list-li {
      
    font-size: 12px;
}


.sign-button {
    width: 65.77px;
    height: 32px;
    font-size: 10px;

}


.form-button {
    height: 44px;
    width: 275px;
    font-size: 17px;

}


.first-form input {
    height: 44px;
    width: 275px;
    font-size: 17px;
  
}

.first-content h1 {
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0px;
}

.first-div {
    width: 290px;
}

.img-div {
    height: 155px !important;
    position: relative;
}

.img-inside {
    position: absolute;
    top: 34px;
    left: 140px;
    text-align: center;
}
  
}



.seven-h6:hover {
    background-color: #e1e4fb;
    color: black !important;
}




@media(max-width:768px){
section#\#testi {
    display: none;
}

}