html{
    scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
ul li{
    list-style: none;
}
ul{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
input:focus, textarea:focus, select:focus, button:focus{
    outline: none !important;
    /*border: none !important;*/
}
input::-moz-focus-inner {
    border: 0;
}
button::-moz-focus-inner {
    border: 0;
    outline: none;
}
input::placeholder {
  color: #000000;
}
textarea::placeholder {
  color: #000000;
}
button:active {
    outline: none !important;
    /*border: none !important;*/
}
p{
    padding: 0;
    margin: 0;
}

/*================ Css Start ==================*/


.header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: ease-in-out 0.6s;
}
.header_area.sticky_header {
    background: #a3b8bf;
    padding: 7px 100px;
    transition: ease-in-out 0.6s;
}
.logo_area img {
    width: 100px;
    transition: ease-in-out 0.6s;
}
.sticky_header .logo_area img {
    width: 64px;
    transition: ease-in-out 0.6s;
}
.right_button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    width: 148px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    height: 40px;
    border-radius: 4px;
}
.right_button a svg{
    width: 20px;
    color: #fff;
}
.banner_area {
    padding: 0 100px;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banner_area_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 28%;
}
.banner_lrft ul li a img {
    width: 150px;
}
.banner_lrft ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 35px 0 0;
}
.banner_lrft ul li{
    margin: 0 10px 0 0;
}
.banner_up_img img {
    width: 82%;
}
.banner_lrft h1 {
    font-size: 27px;
    font-weight: 200;
    margin: 0;
}
.banner_lrft h3 {
    font-size: 54px;
    margin: 6px 0 0;
    color: #135063;
}
.banner_right {
    text-align: center;
}
.ban_upimg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 760px;
}
.baner_icon_1 {
    position: absolute;
    top: 26%;
    opacity: 0.3;
}

.baner_icon_2 {
    position: absolute;
    top: 20%;
    opacity: 0.3;
    left: 25%;
}
.baner_icon_3 {
    position: absolute;
    top: 47%;
    opacity: 0.3;
    left: 39%;
}
.baner_icon_4 {
    position: absolute;
    top: 81%;
    opacity: 0.3;
    left: 47%;
}
.baner_icon_5 {
    position: absolute;
    top: 70%;
    opacity: 0.2;
    left: 30%;
}
.howits_works_section {
    background: #f0fcff;
    padding: 100px 100px;
}
.howit_works_head {
    text-align: center;
}
.howit_works_head h2 {
    font-size: 35px;
    margin: 0 0 5px;
}
.howit_works_head p {
    font-size: 16px;
    margin: 0 0 69px;
}
.howit_works_single img {
    width: 75px;
}
.howit_works_boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.howit_works_single p {
    font-size: 15px;
    line-height: 23px;
    color: #606060;
    margin: 0 0 0;
}
.howit_works_single h3 {
    font-size: 20px;
    margin: 26px 0 15px;
}
.howit_works_single {
    width: 21%;
}
.howit_works_boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0 0;
}
.service_inner {
    display: flex;
    justify-content: space-between;
}
.service_left {
    width: 48%;
}
.service_right {
    width: 48%;
}
.service_left img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.service_right h3 {
    font-size: 30px;
    margin: 50px 0 5px;
}
.service_right_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 33px 0 0;
}
.service_right_single {
    width: 30%;
    padding: 36px 0 0;
}
.service_section_main {
    padding: 0 50px 0 0;
}
.service_right_single h4 {
    margin: 24px 0 10px;
    font-size: 18px;
    color: #000;
}
.service_right_single img {
    width: 44px;
}
.service_right_single p {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 21px;
}
.download_sec_area {
    padding: 125px 200px;
}
.download_sec_area_inner {
    background: #206983;
    border-radius: 40px;
    padding: 50px;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
}
.cta_img_mob {
    position: absolute;
    bottom: 0;
    width: 27%;
    right: 50px;
}
.download_left h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 8px;
}
.download_left p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 50%;
    line-height: 23px;
}
.download_left ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.download_left ul li a img {
    width: 170px;
    margin: 36px 10px 0 0;
}



.screen_slider_main_inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.screen_slider_box {
  display: flex;
  align-items: center;
}

.screen_slider_box img {
  width: 270px;
  margin: 0 0px;
  opacity: 0.4;
  transform: scale(0.8);
  transition: 0.4s ease;
}
.screen_slider_main {
    padding: 70px 0 80px;
    background: #ebf4f4;
}
.footer_main_area {
    background: #135063;
    padding: 70px 100px 30px;
}
.foot_logo span {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    width: 100px;
}
.foot_logo span img {
    width: 100%;
}
.footer_main_area_inner {
    text-align: center;
}
.footer_links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_links ul li a {
    color: #fff;
    padding: 0 19px 0;
    font-size: 14px;
}
.footer_links ul {
    margin: 34px 0 48px;
}
.copyright_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright_area p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.copyright_area p a {
    color: #7adfff;
}
.header_area.header_area_inner {
    padding: 9px 100px;
    background: #a6c5ce;
}

.termsand_condision_area {
    padding: 110px 100px 60px;
}
.termsand_condision_area_inner h3 {
    font-size: 25px;
}
.trmsandcondi_text h2 {
    font-size: 19px;
}
.trmsandcondi_text ul li {
    padding: 0 0 11px;
    list-style: disc;
}
.trmsandcondi_text ul {
    padding: 0 0 0 30px;
}
.trmsandcondi_text p {
    line-height: 25px;
}


/* ===================== Faq Page Css ===================== */

.accordion {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.accordion > :first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.accordion > :last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.accordion > .accordion-group:not(:first-child):after {
  border-color: rgba(0, 0, 0, 0.12);
  border-top: thin solid;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.accordion-header {
    outline: none;
    border: none;
    background: #cae6ee;
    /* font-size: 16px !important; */
    /* padding: 10px; */
    cursor: pointer;
    user-select: none;
    align-items: center;
    display: flex;
    font-size: 1rem;
    line-height: 1;
    min-height: 48px;
    /* outline: none; */
    padding: 16px 24px;
    position: relative;
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    border-radius: inherit;
    font-weight: 500;
}

.accordion-header:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.accordion-header__icon {
  margin-left: auto;
  display: inline-flex;
  margin-bottom: -4px;
  margin-top: -4px;
  user-select: none;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  font-size: 14px;
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}

.accordion-content p {
    margin: 17px 25px;
    line-height: 22px;
}

.active .accordion-content {
  height: auto;
}
.termsand_condision_area.faq_page_main {
    padding: 110px 350px;
}










































/*================############### Responsive Css Start ###############=================*/




@media screen and (max-width: 1540px) {


}


@media screen and (max-width: 1440px) {



}

@media screen and (max-width: 1366px) {
.download_sec_area {
    padding: 125px 125px;
}
.hitw_img {
    width: 100%;
}

}

@media screen and (max-width: 1280px) {
.header_area {
    padding: 20px 50px;
}
.banner_area {
    padding: 0 50px;
}
.banner_lrft h1 {
    font-size: 22px;
}
.banner_lrft h3 {
    font-size: 46px;
}
.howits_works_section {
    background: #f0fcff;
    padding: 100px 50px;
}
.download_sec_area {
    padding: 125px 50px;
}
.header_area.header_area_inner {
    padding: 9px 50px;
}
.termsand_condision_area {
    padding: 110px 50px 60px;
}


}

@media screen and (max-width: 1180px) {
.ban_upimg {
    height: 658px;
}
.banner_up_img img {
    width: 59%;
}
.banner_lrft h3 {
    font-size: 40px;
}
.banner_area {
    height: 71vh;
}
.howit_works_single h3 {
    font-size: 18px;
}
.howit_works_single p {
    font-size: 14px;
    line-height: 22px;
}
.termsand_condision_area.faq_page_main {
    padding: 110px 250px;
}




}

@media screen and (max-width: 1080px) {
.download_left p {
    width: 60%;
}
.banner_lrft h3 {
    font-size: 38px;
}
.termsand_condision_area.faq_page_main {
    padding: 110px 200px;
}


}

@media screen and (max-width: 1024px) {
.ban_upimg {
    height: 573px;
}
.howit_works_single h3 {
    font-size: 16px;
}
.howit_works_single {
    width: 24%;
}
.service_right_single h4 {
    font-size: 15px;
}
.download_sec_area_inner {
    height: 250px;
}





}

@media screen and (max-width: 990px) {
.termsand_condision_area.faq_page_main {
    padding: 110px 50px;
}


}


@media screen and (max-width: 820px) {


}

@media screen and (max-width: 768px) {


}

@media screen and (max-width: 640px) {
.header_area {
    padding: 20px 15px;
}
.logo_area img {
    width: 57px;
}
.right_button a {
    width: 139px;
    padding: 0 15px;
    font-size: 14px;
}
.ban_upimg {
    height: 190px;
}
.download_left ul li a img {
    width: 130px;
}
.header_area.sticky_header {
    padding: 7px 15px;
}
.baner_icon img {
    width: 53px;
}
.baner_icon_4 {
    top: 63%;
    left: 78%;
}
.baner_icon_5 {
    top: 66%;
    left: 26%;
}
.baner_icon_2 {
    top: 15%;
    left: 50%;
}
.banner_area {
    height: 76vh;
}
.banner_area_inner {
    top: 30%;
    flex-wrap: wrap;
}
.banner_right {
    padding: 32px 0 0;
}
.howits_works_section {
    padding: 50px 15px;
}
.howit_works_single {
    width: 100%;
}
.howit_works_boxes {
    flex-wrap: wrap;
}
.howit_works_single {
    width: 100%;
    margin: 0 0 40px;
}
.service_inner {
    flex-wrap: wrap;
}
.service_left {
    width: 100%;
}
.service_section_main {
    padding: 0 0 0 0;
}
.service_left img {
    width: 100%;
    height: auto;
}
.service_right {
    width: 100%;
    padding: 0 15px;
}
.service_right_single {
    width: 50%;
    padding: 36px 0 0;
}
.download_sec_area {
    padding: 60px 15px;
}
.download_sec_area_inner {
    height: auto;
    padding: 34px;
}
.download_left h2 {
    font-size: 33px;
    margin: 0 0 8px;
}
.download_left p {
    width: 100%;
}
.download_left ul li a img {
    width: 117px;
}
.cta_img_mob {
    display: none;
}
.screen_slider_main {
    padding: 7px 0 20px;
}
.screen_slider_box img{
    width: 195px;
}
.footer_main_area {
    padding: 42px 15px 30px;
}
.footer_links ul {
    margin: 28px 0 38px;
    flex-wrap: wrap;
}
.footer_links ul li a {
    padding: 0 19px 13px;
    font-size: 13px;
    display: flex;
}
.banner_area {
    padding: 0 15px;
}
.header_area.header_area_inner {
    padding: 9px 15px;
    background: #a6c5ce;
}
.termsand_condision_area {
    padding: 53px 15px 34px;
}
.termsand_condision_area_inner h3 {
    font-size: 21px;
    margin: 23px 0 16px;
}
.trmsandcondi_text h2 {
    font-size: 17px;
}
.termsand_condision_area.faq_page_main {
    padding: 65px 20px;
}
.accordion-header {
    line-height: 1.5;
    text-align: left;
}
.copyright_area {
    flex-direction: column;
    gap: 6px;
}

}

@media screen and (max-width: 430px) {


}

@media screen and (max-width: 414px) {


}

@media screen and (max-width: 375px) {
.download_left h2 {
    font-size: 29px;
}

}

@media screen and (max-width: 360px) {



}