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 ==================*/


.ban_content {
    position: absolute;
    top: 19%;
    left: 0;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ban_bg_img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.4;
}
.ban_cont_left h1 {
    font-size: 44px;
    font-weight: 800;
    color: #016238;
    margin: 0 0 4px;
}
.ban_cont_right {
    text-align: center;
}
.ban_cont_left h3 {
    font-size: 32px;
    color: #000;
    margin: 0 0 13px;
}
.ban_cont_left p {
    color: #000;
    font-size: 16px;
    width: 77%;
}
.getit_from a img {
    width: 165px;
    height: auto;
}
.getit_from {
    margin: 28px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.getit_from a {
    margin: 0 8px 0 0;
}
.main_header_area_left img {
    width: 100px;
    transition: ease-in-out 0.6s;
}
.main_header_area_right a svg {
    width: 20px;
}
.main_header_area_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_header_area {
    position: fixed;
    top: 28px;
    left: 0;
    width: 100%;
    padding: 5px 100px;
    z-index: 99999;
}
.main_header_area_right a:hover {
    border: 1px solid #016238;
    background: transparent;
    color: #016238;
}
.main_header_area.sticky_header {
    background: #fff;
    top: 0;
    transition: ease-in-out 0.6s;
}
.main_header_area.sticky_header .main_header_area_left img {
    width: 65px;
    transition: ease-in-out 0.6s;
}
.main_header_area_right a {
    background: #016238;
    color: #fff;
    width: 200px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: ease-in-out 0.6s;
}
.main_header_area_right a svg {
    margin: 0 9px 0 0;
}
.download_box svg {
    width: 40px;
    color: #66bb46;
}
.rating_downld {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 50px 0;
}
.download_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 24px 0 0;
}
.download_box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0 8px;
}
.download_box h4 span {
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.howit_works_main_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.howit_works_main_left {
    padding: 0 0 0 100px;
    width: 100%;
}
.hoqitwork_head h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 3px;
    color: #000;
}
.hoqitwork_head p {
    font-size: 21px;
}
.steps_single_lft h4 {
    background: #e85821;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    border: 1px dashed #fdcfc2;
}
.steps_single {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 40px 0 12px;
}
.steps_single_lft {
    margin: 0 20px 0 0;
}
.steps_single_right h3 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
    color: #000;
}

.steps_single_right p {
    margin: 0;
    font-size: 14px;
    color: #565656;
}
.hoqitwork_head {
    margin: 0 0 54px;
}
.geitfrom h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 0;
}
.all_image_main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_slider_main img{
    width: 250px;
    margin: 0 11px;
}
.ban_cont_right img {
    width: 60%;
}
.image_slider_main {
    padding: 80px 0;
    background: #e6fff4;
    overflow: hidden;
}
.all_image_main img {
    border-radius: 31px;
    box-shadow: 0 18px 12px -19px #626262;
}
.download_app_section {
    background-image: url('../images/downlod_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 100px;
    background-attachment: fixed;
}
.download_app_section_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.download_app_section_right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.download_app_section_right ul li a img {
    width: 100%;
}
.download_app_section_right ul li {
    width: 24%;
    margin: 0 8px 0;
}
.download_app_section_right h2 {
    text-align: center;
    font-size: 53px;
    color: #fff;
    font-weight: 200;
    margin: 0 0 6px;
}
.download_app_section_right p {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin: 0 0 26px;
}
.download_app_section_right h2 span {
    color: #66bb46;
    font-weight: 800;
}
.appfetures_main_area {
    padding: 80px 200px;
}
.appfetures_head {
    text-align: center;
    margin: 0 0 70px;
}
.appfetures_head h2 {
    text-align: center;
    font-size: 53px;
    color: #000;
    font-weight: 200;
    margin: 0 0 6px;
}
.appfetures_head h2 span {
    color: #e54b21;
    font-weight: 800;
}
.appfetures_head p {
    font-size: 18px;
    width: 60%;
    margin: 0 auto;
}
.app_fetures_allarea_single {
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_fetures_single_left {
    width: 50%;
}
.app_fetures_single_left img {
    width: 100%;
}
.app_fetures_single_right {
    width: 50%;
    padding: 42px;
}
.app_fetures_single_right h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
}
.app_fetures_single_right ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    padding: 3px 0;
}
.app_fetures_single_right ul li svg {
    width: 17px;
    height: 23px;
    margin: 0 9px 0 0;
}
.app_fetures_single_left img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.footer_main_area {
    background: #021c11;
    padding: 80px 100px 0;
}
.foot_logo img {
    width: 116px;
}
.foot_logo {
    text-align: center;
    margin: 0 0 60px;
}
.footmenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.footmenu ul li a {
    color: #fff;
    padding: 0 20px;
}
.social_media ul li a svg {
    width: 22px;
    color: #fff;
}
.social_media ul li a {
    background: #0c2b1e;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.social_media ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}
.social_media ul li {
    padding: 0 5px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0;
    border-top: 1px solid #2b2b2b;
    padding: 19px 0 20px;
}
.copyright p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.copyright p a {
    color: #3f8a5c;
}
.mainfaq_area_main {
    padding: 180px 100px 80px;
    background: #fff0ed;
}
.mainfaq_head h2 {
    text-align: center;
    font-size: 53px;
    color: #000;
    font-weight: 200;
    margin: 0 0 6px;
}
.mainfaq_head h2 span {
    color: #016238;
    font-weight: 800;
}
.mainfaq_head p {
    text-align: center;
    font-size: 18px;
}

/*==========================================*/

.accordion {
    max-width: 700px;
    margin: 40px auto;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  width: 100%;
  background: #f8f8f8;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.3s ease;
}

.accordion-content p {
    padding: 15px;
    margin: 0;
    line-height: 26px;
}

/* Active state */
.accordion-item.active .accordion-content {
  opacity: 1;
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}


/*========================================*/
.mainfaq_head {
    margin: 0 0 70px;
}
.main_faq_section.termscondision h2 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.main_faq_section.termscondision h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.banner_bottom_option_single svg {
    width: 50px;
}
.banner_bottom_option {
    padding: 80px 100px;
}
.banner_bottom_option_inner {
    display: flex;
    justify-content: space-between;
}
.banner_bottom_option_single {
    text-align: center;
    width: 32%;
    border: 1px solid #8ee5c0;
    padding: 30px;
    border-radius: 25px;
}
.banner_bottom_option_single:nth-child(2) {
    border: 1px solid #a1dff2;
}
.banner_bottom_option_single:nth-child(3) {
    border: 1px solid #f6dbb1;
}
.svg_bg {
    background: #cef4e4;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto 21px;
}
.svg_bg.svg_bg2 {
    background: #d3eef6;
}

.svg_bg.svg_bg3 {
    background: #fbf2e1;
}

.svg_bg.svg_bg1 svg {
    fill: #016238;
}
.svg_bg.svg_bg2 svg {
    fill: #1fb2df;
}
.svg_bg.svg_bg3 svg {
    fill: #da981b;
}
.banner_bottom_option_single h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.download_app_section_left img {
    width: 100%;
}
.download_app_section_right img {
    width: 100%;
}
.howit_works_main_right img {
    width: 63%;
}
.howit_works_main_right {
    text-align: center;
    width: 72%;
}
.howit_works_main_area {
    padding: 70px 0;
}
.steps {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.steps_single {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 40px 0 12px;
    background: #e6fff4;
    padding: 30px;
    border-radius: 22px;
    width: 33%;
}
.steps_single:nth-child(2) {
    background: #ffe6ef;
}
.steps_single:nth-child(3) {
    background: #f7ffe6;
}
.steps_single_right h4 {
    background: #bcffe2;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 0 20px;
}
.steps_single:nth-child(2) .steps_single_right h4 {
    background: #f9d1df;
}
.steps_single:nth-child(3) .steps_single_right h4 {
    background: #deecc1;
}
.our_services_area_main {
    padding: 70px 100px;
}
.oursrv_head {
    text-align: center;
    margin: 0 0 64px;
}
.oursrv_head h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 0 0 6px;
}
.our_services_area_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}
.image_area img {
    width: 100%;
}
.our_services_area_single {
    background: #ccc;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    width: 33.333%;
}
.image_area {
    margin: 0 0 17px;
}
.our_services_area_single:nth-child(1) {
    background: #ffe3e3;
}
.our_services_area_single:nth-child(2) {
    background: #e3ffe3;
}
.our_services_area_single:nth-child(3) {
    background: #e3e5ff;
}
.our_services_area_single:nth-child(4) {
    background: #fee3ff;
}
.content_area h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}



/*================############### Responsive Css Start ###############=================*/


@media screen and (max-width: 1540px) {


}


@media screen and (max-width: 1440px) {
.steps_single_right h3 {
    font-size: 18px;
}


}

@media screen and (max-width: 1366px) {
.appfetures_main_area {
    padding: 80px 100px;
}
.howit_works_main_left {
    width: 114%;
}

}

@media screen and (max-width: 1280px) {
.main_header_area {
    padding: 5px 50px;
}
.ban_content {
    padding: 0 50px;
}
.banner_bottom_option {
    padding: 80px 50px;
}
.download_app_section {
    padding: 100px 50px;
}
.howit_works_main_left {
    padding: 0 0 0 50px;
}
.steps_single_right h3 {
    font-size: 17px;
}
.our_services_area_main {
    padding: 70px 50px;
}



}

@media screen and (max-width: 1180px) {
.download_app_section_left img {
    width: 100%;
}
.ban_cont_left h1 {
    font-size: 35px;
}
.ban_cont_left h3 {
    font-size: 25px;
}
.ban_cont_left p {
    width: 100%;
}
.download_app_section_right h2 {
    font-size: 40px;
}
.download_app_section_right p {
    font-size: 17px;
}





.howit_works_main_left {
    padding: 0 50px;
}
.main_header_area {
    padding: 5px 50px;
}
.ban_content {
    padding: 0 50px;
}
.download_app_section {
    padding: 100px 50px;
}
.appfetures_main_area {
    padding: 80px 50px;
}











}

@media screen and (max-width: 1080px) {
.hoqitwork_head h2 {
    font-size: 35px;
}
.hoqitwork_head p {
    font-size: 17px;
}
.steps_single_right h3 {
    margin: 0 0 5px;
    font-size: 20px;
}
.download_app_section_right h2 {
    font-size: 45px;
}
.appfetures_head h2 {
    font-size: 45px;
}
.howit_works_main_right img {
    width: 250px;
}
.howit_works_main_left {
    width: 120%;
}
.howit_works_main_right {
    width: 57%;
}





}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 990px) {



}


@media screen and (max-width: 820px) {
.ban_bg_img {
    height: 64vh;
}
.banner_bottom_option_single h3 {
    font-size: 18px;
}
.banner_bottom_option_single p {
    font-size: 14px;
}
.banner_bottom_option_single {
    padding: 11px;
}
.download_app_section_right h2 {
    font-size: 29px;
}
.howit_works_main_right {
    display: none;
}
.all_image_main img{
    width: 168px;
}
.content_area h3 {
    font-size: 14px;
}




}

@media screen and (max-width: 768px) {


}

@media screen and (max-width: 640px) {
.howit_works_main_inner {
    flex-direction: column;
}
.howit_works_main_left {
    padding: 26px 15px;
}
.hoqitwork_head h2 {
    font-size: 25px;
}
.hoqitwork_head p {
    font-size: 15px;
}
.hoqitwork_head {
    margin: 0 0 26px;
}
.hoqitwork_head {
    margin: 0 0 26px;
}
.download_app_section {
    padding: 35px 15px;
}
.download_app_section_inner {
    flex-direction: column;
}
.download_app_section_left img {
    width: 70%;
    margin: 0 auto;
    display: none;
}
.download_app_section_right img {
    width: 50%;
    margin: 18px auto 0;
    display: flex;
}
.download_app_section {
    background-attachment: inherit;
}
.howit_works_main_area {
    padding: 30px 15px;
}
.howit_works_main_left {
    padding: 26px 0;
    width: 100%;
}
.steps_single {
    margin: 12px 0 12px;
    width: 100%;
}
.steps {
    gap: 0;
    flex-wrap: wrap;
}
.our_services_area_main {
    padding: 30px 15px;
}
.oursrv_head h3 {
    font-size: 25px;
}
.oursrv_head p {
    font-size: 14px;
}
.our_services_area_all {
    flex-wrap: wrap;
}
.our_services_area_single {
    width: 47%;
}
.download_app_section_right h2 {
    font-size: 30px;
}
.download_app_section_right p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 0 0 27px;
}
.download_app_section_right ul li {
    width: 37%;
    margin: 0 8px 0;
}
.howit_works_main_right img {
    width: 100%;
}
.image_slider_main {
    padding: 35px 0;
}
.all_image_main img{
    width: 150px;
}
.appfetures_main_area {
    padding: 30px 15px;
}
.appfetures_head p {
    font-size: 15px;
    width: 100%;
}
.appfetures_head h2 {
    font-size: 25px;
}
.appfetures_head {
    text-align: center;
    margin: 0 0 25px;
}
.app_fetures_allarea_single {
    flex-direction: column;
}
.app_fetures_single_left {
    width: 100%;
}
.app_fetures_single_left img {
    width: 100%;
}
.app_fetures_single_right {
    width: 100%;
    padding: 15px 0;
}
.app_fetures_single_right h3 {
    font-size: 20px;
}
.app_fetures_allarea_single:nth-child(2n+2) {
    flex-direction: column-reverse;
}
.footer_main_area {
    padding: 40px 15px 0;
}
.footmenu ul li a {
    padding: 0 6px;
    font-size: 14px;
}
.foot_logo {
    margin: 0 0 29px;
}
.copyright {
    padding: 17px 0 20px;
    flex-direction: column;
}
.copyright p {
    margin: 3px 0;
}
.main_header_area {
    padding: 5px 15px;
}
.ban_content {
    padding: 0 15px;
}
.ban_cont_left h1 {
    font-size: 23px;
}
.ban_cont_left h3 {
    font-size: 15px;
}
.ban_content {
    flex-direction: column;
}
.ban_cont_left p {
    font-size: 13px;
    width: 100%;
}
.ban_cont_right img {
    width: 34%;
    padding: 39px 0 0;
}
.banner_bottom_option {
    padding: 30px 15px;
}
.banner_bottom_option_inner {
    flex-wrap: wrap;
}
.banner_bottom_option_single {
    padding: 11px;
    width: 100%;
    margin: 0 0 17px;
}
.all_image_main img{
    margin: 0 6px;
    border-radius: 25px;
}
.main_header_area {
    top: 0px;
    width: 100vw;
}
.main_header_area_left img {
    width: 47px;
}
.main_header_area_right a {
    height: 42px;
    width: 162px;
    font-size: 13px;
}
.ban_content {
    top: 13%;
}
.main_header_area.sticky_header .main_header_area_left img {
    width: 46px;
}
.accordion-header {
    padding: 12px;
    font-size: 17px;

}
.accordion-content p {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
}
.mainfaq_head {
    margin: 0 0 30px;
}
.main_faq_section.termscondision h2 {
    font-size: 17px;
}
.main_faq_section.termscondision p {
    font-size: 14px;
}
.mainfaq_area_main {
    padding: 80px 15px 40px;
    background: #fff0ed;
}
.mainfaq_head h2 {
    font-size: 25px;
}
.mainfaq_head p {
    font-size: 14px;
}
.steps_single_lft h4 {
    width: 50px;
    height: 50px;
}
.geitfrom h3 {
    font-size: 19px;
}
.getit_from {
    margin: 15px 0 0;
}
.mainfaq_area_main.mainfaq_area_main_mobile {
    padding: 31px 15px 30px;
}





}

@media screen and (max-width: 430px) {


}

@media screen and (max-width: 414px) {


}

@media screen and (max-width: 375px) {


}

@media screen and (max-width: 360px) {
.main_header_area {
    width: 100vw;
}
.ban_content {
    width: 100vw;
}
.ban_cont_right img {
    width: 44%;
}
.getit_from a img {
    width: 124px;
}
.mainfaq_area_main {
    padding: 80px 15px 40px;
}
.mainfaq_head h2 {
    font-size: 25px;
}
.mainfaq_head p {
    text-align: center;
    font-size: 15px;
}








}