@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.boxi{
    margin-bottom: 20px!important;
}
  
 
.section1{
    height: max-content;
    padding-bottom: 100px;
    background: rgb(255,255,255);
    padding-top: 120px;
    display: flex;
   flex-direction: column;
   align-items: center;
background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgb(191, 205, 249) 100%);
}
.launchingsoon{
    opacity: 0.7;
}
.prcvy{
    width: 90%;
    max-width: 1200px;
}

.prcvy>h4{
    font-size: 20px;
    color: black;

}
.prcvy>p{
    font-size: 14px;
    color: black;
}
.header{
    display: flex;
    width: 80%;
    margin-top: 20px;
    max-width: 1200px;
    min-height:70px ;
    height: 60px;
    border-radius: 100px;
    position: relative;
    align-items: center;
    padding-right: 20px;
    position: fixed;
    top: 20px;
    z-index: 2;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #93a1d6;
}
.cardtag>img{
    height: 70px;

}
.cardtag>p{
    text-align: center;
font-size: 14px;
color: #545a70;
}
.cardtag>h5{
    font-size: 18px;
    color: #2d3142;

font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0px;

}
#products{
    display: none;
}
.cardtag:hover{
    transform: scale(1.2);
    transition-duration: 100ms;
}
.cardtag{
    width: 25%;
    background-color: #EFF3FF;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    align-items: center;
    height: 70%;
}

.products2{
    
    width: 100%;
    height: 300px;
    padding: 10px;
    padding-top: 50px;
    position: absolute;
    left: 0px;

    top: 40px;
    display: flex;
    align-items: flex-end;
    transform-origin: top;
    animation: rotate-horizontal 0.2s ease-in;
}
@keyframes rotate-horizontal {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
  
}
.gr{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(9, 210, 23);
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.h4pc{
    font-size: 40px!important;
}
.wht{
    position: fixed;
    z-index: 99;
    bottom: 20px;
    cursor: pointer;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: #040f74;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wht>img{
    width: 40px;
}
.products{left: 0px;
    
    width: 100%;
    height: 280px;
    padding: 10px;
    align-items: center;
    border-radius: 20px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #5577F2;
    display: flex;
    justify-content: space-evenly;
}
.header>a>img{
    width: 150px;
    border-radius: 20px;
    margin-left: 10px;

}
.btnss{
    display: flex;
    align-items: center;

}
.btn2{
    background-color: #062490!important;
    color: white!important;
}
.btn1{
    border: 1px solid #062490;
    background-color: white;
    color: #062490;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 50px;
    padding-inline: 20px;
    height: 60px;


}
body{
   display: flex;
   flex-direction: column;
   align-items: center;

}

.straightbody{
    margin-left: 20px;

}
.straightbody>h5{
    color: #062490;
    font-size: 20px;margin-bottom: 0px;

    font-weight: 600;
}
.straightbody>a{
    text-decoration: none;
    color: #062490;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.straightbody>h4{
    margin-top: 10px;
    font-weight: 400;

font-size: 14px;






}
.card2{
    border: 2px solid #040f74!important;
}
.chkline{
    font-size: 14px;
    font-weight: 400;
    color: rgb(44, 39, 39);
    margin-top: 10px;
}
.chkline>img{
    width: 20px;
}
.chkline{
    display: flex;
    align-items: center;

}
.card2{
    height: 430px;
}
.cards{
    margin-bottom: 50px;
}
.section4{
    width: 100%;
}
.reviews{
    margin-top: 40px;
}
.reviews{
    width: 100%;
    display: flex;
    overflow: scroll;
    align-items: center;
    justify-content: center;
    
}
.crd2>img{
    height: 300px!important;
    margin-inline: 40px;
}
.crd1>img{
    height: 250px;
    border-radius: 20px;
}
.card1{
    padding-left: 10px;
    width: 30%;
    max-width: 400px!important;

    background-color: white;
border-radius: 10px;
    border: 2px solid #D1DBFF;
}
.cards{
    width: 90%;
    max-width: 1000px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card1>a>button{
    width: 90%;
    height: 40px;
    color: #062490;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 5%;
    border: 2px solid #BDCAF9;
    background-color: white;

    border-radius: 10px;

}
.card1>p{
    font-size: 12px;
    color: gray;
    margin-top: 5px;

}
.card1>h6{
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #273C87;
    font-weight: 700;
}
.card1>h4{
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
}
.bodyline{
    margin-bottom: 20px;
}
body{
    margin: 0;
    padding: 0px;
}
.section3{
    max-width: 1100px;
    background: rgb(200,212,255);
    background: radial-gradient(circle, rgba(200,212,255,1) 19%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);

}
.section2{
    width: 70%;
    display: flex;
    
    height: max-content;align-items: center;
    flex-direction: column;


}
.section3{
    margin-top: 60px;
    width: 90%;
    display: flex;
    height: max-content;align-items: center;
    flex-direction: column;


}
.reverses{
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction:row-reverse!important;
}
.h4p{
    position: relative;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px; /* Space between the text and the image */
    vertical-align: middle;
}
.straightbody{
    margin-top: 30px;
}
.curve{
    width: 500px;
    position: absolute;
    left: 0px;
    top: 80px;

}
.tagline{
    text-align: center;
    width: 80%;
    color: gray;

    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.menu{
    flex: 1;
    padding-left: 20px;
    display: flex;
}
.menu>a>img{
    width: 30px;
}
.menu>a{
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 14px;
    color: #343d5e;
    text-decoration: none;

}
.logos>img{
    width: 50px;
    color: #273C87;
}
.section4{
    display: flex;
    flex-direction: column;
    background: rgb(200,212,255);
    background: radial-gradient(circle, rgba(200,212,255,1) 19%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);

    align-items: center;
}
.material
{
    margin-top: 40px;
}

.hwi{
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
}.prcss{
    color: #040f74;
    line-height: 60px!important;
    font-weight: 800;
margin-bottom: 0px;
font-size: 40px!important;

}
.keywords>button{
    height: 40px;
    font-size: 12px;
    padding-inline: 20px;
    margin-top: 10px;
    margin-inline: 5px;
    border-radius: 5px;
    background-color: #F3F6FF;

    color: #062490;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #617CDD;
}
.keywords{
    display: flex;
    justify-content: center;
    
    width: 100%;
    max-width: 800px;
    flex-wrap: wrap;
    margin-top: 0px;
}
.ft{
    width:95vw;
    margin-top: 50px;
    background-color: #062490;
    border-radius: 50px;
    display: flex;
    padding-left: 20px;
    flex-direction: row;
    padding-top: 20px;
    justify-content: space-between;
min-height: 400px;
    margin-bottom: 20px;


}
.downloadext{
    height: 50px;
    width: 120px;
    background-color: #062490;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
border: none;
border-radius: 50px;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.incbtn{
    width: 50px;
    color: white;
    font-weight: 700;
    font-size: 25px;
    height: 50px;
    background-color: #062490;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cheight{
   padding-bottom: 20px!important;

   padding-top: 60px!important;
}
.firstpart>h4{
    font-size: 25px;
    color: white;
    margin-top: 10px;
    margin-bottom: 5px;

    font-weight: 600;
}
.instr{
    font-size: 30px;
    color: #062490;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    
}
.firstprt>h6{
    font-size: 18px;
}
.firstpart>a{
    font-size: 14px;
    margin-top: 20px;
    color: white;
    text-decoration: none;

}

.firstpart>h6{
    font-size: 20px;
    color: #C3DDFF;
    margin-top: 10px;
    margin-bottom: 5px;

    font-weight: 600;
}

.firstpart>h5{
    font-size: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 5px;

    font-weight: 500;
}
.firstpart>p{
    font-size: 12px;
    color: white;
    margin-top: 10px;
    margin-bottom: 5px;

    font-weight: 500;
}
.firstpart{
    width: 30%;

    display: flex;
    flex-direction: column;
}
.hwi2{
    width: 150px;
}
.brk{
    height: 80px;
    width: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 100px;
    background-color: #5577F2;
}
.logos{
    display: flex;margin-top: 30px;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    max-width: 1000px;
}
.curve3{
    width: 300px;
    height: 20px;
}
.section3>h4{
    line-height: 30px;
    margin-bottom: 0px;
    font-size: 35px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section4>h4{
    line-height: 30px;
    margin-bottom: 0px;
    font-size: 35px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stats>h4>p{
    font-size: 12px;
    margin-top: 0px;
    font-weight: 500;
}
.stats>h4{
    line-height: 30px;
    margin-bottom: 0px;
    font-size: 50px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.straight{
    display: flex;

}
.straight>img{
    width: 50%;

}
.straightbody{
    display: flex;
    flex-direction: column;
    
}
.bodyline{
    margin-top: 30px;
    color: #062490;
    font-size: 20px;
    font-weight: 500;
}
.stats{
    margin-top: 40px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section1>h4{
    margin-bottom: 0px;
    position: relative;
    line-height: 100px;
    font-size: 60px;
    text-align: center;
}
.w100{
    width: 100vw;
}
.header>a>button{
    height: 50px;
    padding-inline: 20px;
    background-color: #062490;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 50px;
}
.hideondesk{
    display: none;
    cursor: pointer;
}
.mobilemenu{
    display: none;
    }
*{
    font-family: "Poppins", sans-serif;
  
}

.cs1{
    padding-top: 200px!important;
}
.contactsection1{
    height: max-content;
    padding-bottom: 100px;
    width: 100vw;
    background: rgb(255,255,255);
    padding-top: 120px;
    display: flex;
    justify-content: space-evenly;
   align-items: center;
background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgb(191, 205, 249) 100%);
}
.nobg{
    background: transparent!important;
}
.scrdetails{
    margin-top: 50px;
}
.scrdetails>img{
    width: 20px;
    margin-right: 10px;

}
.buynowbtn{
    text-decoration: none;
    padding-inline: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

background-color: #040f74;
border: none;
cursor: pointer;
border-radius: 100px;
width: 210px;
height: 70px;


}
.cr{
    height: 60px!important;
    max-height: 60px;
    width: 60px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #062490;
    background-color: #DDE4FF;
    border-radius: 100px;

}
.br{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    justify-content: center;
    align-items: center;

}

.br>p{
    font-size: 14px;
    color: white;
    margin-top: 0px;

}
.br>h4{
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    color: white;
}
.smp{
    line-height: 30px;
margin-bottom: 0px;
font-size: 40px!important;
margin-top: 10px;
display: flex;
color: #062490;
flex-direction: column;
align-items: center;
}
.formm>input{
    border: 1px solid #526FD4;
    width: 95%;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 10px;
}

.formm>select{
    border: 1px solid #526FD4;
    width: 95%;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 10px;
}
.formm>textarea{
    border: 1px solid #526FD4;
    width: 95%;
    height: 100px;
    resize: none;
    border-radius: 10px;
}
.formm>button{
    border: none;
background-color: #062490;
color: white;
font-size: 16px;
width: 95%;
margin-top: 20px;
margin-right: 10px;
border-radius: 50px;
padding-inline: 20px;
height: 60px;
}
.subcontact{
    width: 100%;
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
}

.firstprt>p{
    width: 100%;
color: rgb(84, 83, 83);
line-height: 25px;
font-size: 16px;
}


.btnco{
    display: flex;

}
.btnco>a>img{
    cursor: pointer;
    width: 130px;
    margin-right: 20px;
}
.firstprt{
    width: 45%;
    display: flex;
    flex-direction: column;
}

.formm>p{
    width: 95%;
}
.h4pc{
    line-height: 60px!important;
margin-bottom: 0px;
font-size: 50px!important;
color: #062490;
margin-top: 10px;

display: flex;
flex-direction: column;
align-items: center;
    
}
.fields{
    display: flex;
    width: 100%;
    margin-top: 40px;
    max-width: 1000px;

    justify-content: center;
    flex-wrap: wrap;
}
.fields>div{
    display: flex;
    padding-left: 40px;
    align-items: center;

    width: 26%;
}
.fields>div>p{
    font-size: 16px;
    color: #2d3142;
}
.fields>div>img{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.formm>input::placeholder{
    color: gray;
}

.scrdetails>p{
    margin-right: 20px;
    color: gray;
}
.scrdetails{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.formm{
    padding-bottom: 20px;
    border: 1px solid #062490;
    min-height:600px;
    width: 80%;
    align-items: center;
    display: flex;
    flex-direction: column;
    
    max-width: 600px;

    background-color: white;
    padding-inline: 20px;
    border-radius: 40px;
}
#videoo{
    max-width: 700px;
    min-height: 400px;

    height: auto;
}
.fixedvideo{
    position: fixed;
    z-index: 9;
width: 100vw;
height: 100vh;
top: 0px;
display: none;
align-items: center;
justify-content: center;
background-color: rgba(163, 170, 245, 0.5);
}
.map_part>img{
    width: 100%;
}
a{
    cursor: pointer;
}
#closeiframe{
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    background-color: transparent;
    border: none;

}
#closeiframe>img{
    width: 40px;
    color: #062490;

}

.addtochrome{
    cursor: pointer;
    text-decoration: none;
    height: 60px;
background-color: white;

cursor: pointer;
border-radius: 50px;

border: 1px solid #062490;
width: max-content;
padding-inline: 20px;
font-weight: 500;

display: flex;
    align-items: center;
    font-size: 16px;
    color: #343d5e;
}
.addtochrome>img{
    margin-right: 10px;
    
    width: 40px;
}
.map_part>.clr{
    position: relative;

    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}
.purbg{
    margin-top: 100px;
    background: #e1e8ff!important;
}
.purbg>div>div>h4{
    color: #062490;
}
.map_part>.clr::before{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(43,87,245);
background: linear-gradient(0deg, rgba(43,87,245,0.7441351540616247) 21%, rgba(255,255,255,0) 69%, rgba(255,255,255,0) 100%);
    content:"";
}
.map_part>.clr>img{
    width: 100%;
}
.formpart{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    display: flex;
    flex-direction: column;
}

.map_part{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    display: flex;
    flex-direction: column;
}
button{
    cursor: pointer;
}
.checkoutcard{
    padding-inline: 40px;
    padding-top: 20px;
    background-color: rgb(249, 249, 255);
    border: 1px solid #BDCAF9;
    border-radius: 30px;
    min-height: 700px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.boxi>button{
    width: 80px;
    color: white;
    height: 30px;
    border: none;
    background-color: #2c4cc1;
    border-radius: 5px;
}
.boxi>p{
    word-wrap: break-word;
    width: 80%;
}
.boxi{
    width: 80%;
    border: 1px solid #bababa;
min-height: 50px;
border-radius: 10px;
align-items: center;
justify-content: space-between;
padding-inline: 10px;
    max-width: 600px;
    display: flex;
}
.checkoutcard2>button{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: none;
    background-color: #08b18f;

}
.checkoutcard2>button>img{
    width: 50px;
}

.checkoutcard2{
    padding-inline: 40px;
    padding-top: 20px;
    background-color: rgb(249, 249, 255);
    border: 1px solid #BDCAF9;
    border-radius: 30px;
    min-height: 700px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.checkout1{
    display: flex;
    flex-direction: column;
    width: 48%;
    
    
}
#submit{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* HTML: <div class="loader"></div> */
.loadernew {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid;
    border-color: #ffffff #ffffff00;
    animation: l1 0.2s infinite;
  }
  @keyframes l1 {to{transform: rotate(.5turn)}}



.btn1{
    cursor: pointer;
}
.subline{
    width: 100%;
    height: 1px;
    background-color: rgb(233, 233, 233);
}
.itm>h4{
    font-size: 16px;
    font-weight: 600;
    color: #040f74;
}
.itm>p{
    font-size: 20px;
    font-weight: 600;
    color: #606060;
}
.itm>h4{
    font-size: 16px;
    font-weight: 600;
    color: #040f74;
}
.pcardel{
    width: 100%;
    color: gray;
    padding-top: 15px;
    box-sizing: border-box;

    align-items: center;
    font-size: 14px;
    max-width: 450px;
    padding-left: 20px;
    border-radius: 10px;
    margin-top: 10px;
    height: 55px;
    border: 1px solid #bababa;

}
.itm{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.CardField-input-wrapper{
    display: flex!important;
    flex-direction: column!important;
}
.checkout1>input{
    box-sizing: border-box;
    width: 100%;
    color: gray;
    font-size: 14px;
    max-width: 450px;
    padding-left: 20px;
    border-radius: 10px;
    margin-top: 10px;
    height: 50px;
    border: 1px solid #bababa;
}
.checkout1>select{
    width:100%;
    color: gray;
    font-size: 14px;
    max-width: 450px;
    padding-left: 50px;
    border-radius: 10px;
    margin-top: 10px;
    height: 50px;
    border: 1px solid #bababa;
}
.subss>h4{
    font-size:30px;
    color: #062490;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 700;

}
.subss>p{
    font-size:18px;
    color: #5a5a5a;
    margin-bottom: 0px;
    margin-bottom: 20px;
    font-weight: 400;

}
.subss{
    padding-inline: 40px;
    padding-top: 20px;
    border-radius: 30px;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    width: 70%;
}

.firstprt>h4{

        line-height: 50px;
        margin-bottom: 0px;
        font-size: 50px;
        color: #062490;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    

}


.firstprt>h5>a{
    text-decoration: none;

    line-height: 50px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #062490;
    margin-top: -30px;


}




@media only screen and (max-width: 600px) {
    .checkoutcard2>p{
        width: 90%;
        text-align: center;
    }
    .boxi{
        flex-direction: column;
        padding-bottom: 20px;
    }
    .checkoutcard2{
        padding-inline: 0px;
        width: 100%;
    }
    .itm>h4{
        width: 80%;
    }
    #submit{
        position: absolute;
        bottom: 30px;
        width: 80%;
    }
    .subss{
        width: 90%;
    }
    .checkout1{
        width: 100%;
    }
    .checkoutcard{
        padding-bottom: 140px;
        position: relative;
        flex-direction: column-reverse;
        box-sizing: border-box;

    }
.section1{
    width: 100vw;
    padding-bottom: 0px;
}
.reviews{
    flex-direction: column;

}
.cards{
    flex-direction: column;
}
.bodyline{
    font-size: 16px;
    text-align: center;
}
.section2{
    width: 100%;
}
.ft{
    width: 100%;
}
.section3{
    width: 100%;
}

.card1{
    width: 90%;
    margin-top: 20px;
}

.reviews{
    width: 90%;
}
.straight{
    margin-bottom: 0px;
    width: 90%;

    flex-direction: column!important;
}
.straight>img{
    width: 100%;
}
.straightbody{
    margin-top: 0px;
}
.stats>h4{
    font-size: 40px;
}
.stats{
    width: 80%;
}
.crd2>img{
    margin-inline: 0px;
}
.hideonmob{
    display: none;
}
.hideondesk{
    width: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px!important;
    background-color: #062490!important;

    border-radius: 50px;

}
.h4p>.curve{
    height: 20px;
    width: 240px!important;
}
.h4p>img{
    width: 180px;
}
.h4p{
    font-size:30px!important;
}
.logos>img{
    width: 30px;
}
.purbg{
    margin-top: 10px!important;
}
.formob>.h4pc{
    width: 90%;
}

.purbg>.subcontact>.map_part{

    margin-top: 40px;
    margin-bottom: 40px;
}
.formob>.cards{
    margin-top: 20px;
}
.formob>.smp{
    line-height: 50px;
    width: 90%;
}
.formob>.h4p{
text-align: center;
}
.hideondesk>img{
    width: 40px;
    color: white;
}
.scrdetails{
    align-items: center;
    justify-content: center;
}
.fields>div{
    width: 45%;
    padding-left: 0px;
}
.fields{
    justify-content: space-between;
    width: 90%;
}
.formob{
    box-sizing: border-box;
    padding-inline: 3%;
}
.contactsection1{
    padding-bottom: 10px;
    padding-top: 120px!important;
}
.formpart{
    width: 100%;
}
.btnco>a>img{
    margin-bottom: 40px;
    width: 200px;
}

.cheight>.subcontact>.firstprt{
    margin-bottom: 40px;
}
.mtt>h4{
    padding-top: 80px!important;
}
.crd1>img,.crd2>img{
    height: auto!important;
    width: 90vw!important;
}
.cheight{
    padding-top: 20px!important;
}
.firstprt,.map_part{
    width: 90%;
}
.subcontact{
    flex-direction: column;
    align-items: center;
}
.prcss{
    font-size: 20px;
    width: 80%;
    text-align: center;
}
.header{
    width: 90vw;
    margin-top: 0px;

}
body{width: 100vw;
    overflow-x: hidden;
}
.curve{
    top: 40px;
    width: 200px;
}
.mobilemenu{
display: none;
position: absolute;
top: 80px;
width: 100%;
height: 500px;
border: 1px solid #5577F2;
background-color: white;
border-radius: 30px;
flex-direction: column;
align-items: center;
padding-top: 20px;
transform-origin: top;
animation: rotate-horizontal 0.2s ease-in;

}
.mobilemenu>a>button{
    height: 60px;
    border-radius: 15px;
    width: 90%;
    background-color: #062490;
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    border: none;
}
.mobilemenu>a{
    width: 90%;
    height: 50px;
    color: #545a70;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;


}
.menu{
    display: none;
}
.section1>h4{
    font-size: 30px;
    line-height: 50px;
}
.btnss{
    flex-direction: column;

}
.btnss>button{
    width: 100%;
    margin-top: 20px;
}
.stats{
    flex-direction: column;
}
.stats>h4{
    margin-bottom: 40px;
}
.ft{
    flex-direction: column;
    width: 90%;

}
.firstpart{
    width: 100%;
    margin-bottom: 40px;

}
}