/*Fonts*/
@font-face {
    font-family: 'Be Vietnam';
    src: url('../fonts/BeVietnam-SemiBold.woff2') format('woff2'),
        url('../fonts/BeVietnam-SemiBold.woff') format('woff'),
        url('../fonts/BeVietnam-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('../fonts/BeVietnam-Light.woff2') format('woff2'),
        url('../fonts/BeVietnam-Light.woff') format('woff'),
        url('../fonts/BeVietnam-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('../fonts/BeVietnam-Regular.woff2') format('woff2'),
        url('../fonts/BeVietnam-Regular.woff') format('woff'),
        url('../fonts/BeVietnam-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('../fonts/BeVietnam-Medium.woff2') format('woff2'),
        url('../fonts/BeVietnam-Medium.woff') format('woff'),
        url('../fonts/BeVietnam-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Be Vietnam';
    src: url('../fonts/BeVietnam-Bold.woff2') format('woff2'),
        url('../fonts/BeVietnam-Bold.woff') format('woff'),
        url('../fonts/BeVietnam-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    src: url('../fonts/ITCAvantGardeStd-XLt.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-XLt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



*{margin:0; padding:0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; word-wrap:break-word}
body{ font-family: 'Be Vietnam'; font-size: 16px; font-weight: normal; overflow-x: hidden; }
img{vertical-align:middle; max-width:100%;}
a img{border:none;}
a{text-decoration:none; color:#348648;}
ul{list-style:none}
:focus{outline:none}
 
.wrapper{margin-left:auto; margin-right:auto; max-width:1240px; padding:0 20px; width:100%;}

.clr{clear:both; float:none; display:block;}
.clr:after, .afclr:after{clear:both; float:none; display:block; content:""}
input[type="submit"], button{-webkit-appearance:none}
select{word-wrap:normal}
::-webkit-input-placeholder {
    color: #8d8c8c;
}
:-moz-placeholder {
    color: #8d8c8c;
}
::-moz-placeholder {
    color: #8d8c8c;
}




/*Main-Header-Section*/
.main-menus-section{ padding: 50px 0 15px; }
.main-menu-inner{ display: flex; align-items: flex-start; justify-content: space-between; position: relative; z-index: 1; }
.main-menu-inner:before{ content: ''; position: absolute; left: 0; top: 37px; width: 100%; height: 1px; background: #6D5D55; z-index: -1; }
.logo_section{ width: 15%; }
.support_section{ float: left; width: 30%; }
.main-menus-inner{ position: relative;}

.site-menu { display: inline-block; padding: 20px 0 20px 0px; } 
.nav-menu{ display: flex; justify-content: flex-end; align-items: center;}
.nav-menu li { position: relative; display: inline-block; } 
.nav-menu > li {margin:0 25px;}
.nav-menu>li>a { position: relative; color: #FFFFFF; font-weight: 400; font-size: 18px; display: block; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; padding: 0; line-height: 18px; }
.nav-menu>li:last-child>a{ padding-right: 0; }
.nav-menu li.menu-item-has-children>a:before { content: '\f078'; position: absolute; right:-15px; top: 50%; transform: translateY(-50%); font-family: FontAwesome; font-weight: 100; color: #fff; font-size: 11px; }

.nav-menu .sub-menu { position: absolute; top:100%; left: 0; width: 180px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; z-index: 1000; visibility: visible; filter: alpha(opacity=0); visibility: hidden; opacity: 0; } 
.nav-menu .sub-menu li { float: none; background: #fff; border-bottom: 1px solid #f1eded; border-left: none; padding: 0; display: block; position: relative; } 
.nav-menu .sub-menu li:first-child { border-top: 4px solid #FF7676; } 
.nav-menu .sub-menu a { padding: 8px 50px 8px 15px; } 
.nav-menu .sub-menu li a { text-align: left; font-size: 13px; display: block; } 
.nav-menu .sub-menu ul { position: absolute; top: 0px; left: 100%; border-top: 0; padding-left: 0px; padding-top: 0; filter: alpha(opacity=0); width: 180px; visibility: hidden; opacity: 0; -webkit-transform: translate(40px, 0) } 
.nav-menu .sub-menu li:last-child { border-bottom: none; } 
.nav-menu>li:last-child { padding-right: 0;    margin-right: 0; } 
.nav-menu li.expand_plus>a:before { content: '\f078'; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-family: FontAwesome; font-weight: 100; color: #ffffff; font-size: 11px; }
.nav-menu li:hover>.sub-menu { visibility: visible; opacity: 1; filter: alpha(opacity=100); } 
.nav-menu .sub-menu li:hover ul { visibility: visible; opacity: 1; filter: alpha(opacity=100); -webkit-transform: translate(0px, 0) } 
.nav-menu .sub-menu ul li:first-child { border-top: none; } 
.nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child { background: #f3f2f2; } 
.cross_button { display: none } 
.nav-menu .sub-menu li a:hover { color: #fff; background: #cacaca; } 
.menu_expand { display: none; color: #fff; text-transform: uppercase; font-size: 16px; line-height: 1.2; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; letter-spacing: 3px; text-decoration: none; float: right; border-radius: 5px; padding: 10px; } 
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; background-color: rgba(0, 0, 0, 0.8); bottom: 0; transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; opacity: 0; } 
.overlay.active { z-index: 100; opacity: 1; }
.fixed_header .main-menus-section { position: fixed; top: 0; left: 0; right: 0; margin: auto; padding: 5px 0; width: 100%; display: block; z-index: 999; animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% { transform: translateY(-40px);}
    100% { transform: translateY(0px);}
}

.nav-menu>li>a:after{ content: ''; position: absolute; bottom: -10px; left: 0; width: 0%; height: 1px;background-color: transparent;  transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; }
.nav-menu>li>a:hover:after{ background-color: #FFFFFF;width: 100%;}

.main_header_section { position: absolute; top: 0; left: 0; right: 0; margin: auto; z-index: 99;}
.fixed_header .main-menus-section { position: fixed; top: 0; left: 0; right: 0; background: #328246; margin: auto; padding: 5px 0; width: 100%; display: block; z-index: 999; animation: smoothScroll 1s forwards; box-shadow: 0 0 5px 5px rgba(0,0,0,.2); }
.fixed_header .main-menu-inner:before{ display: none; }
.fixed_header .logo_section a img{ max-width: 32%; }
.fixed_header .main-menu-inner{ align-items: center; }


/*Banner-Section*/
.main_banner_section{ position: relative; overflow: hidden; }
.banner_left_content h1{ font-size:55px; color: #ffffff; font-weight: 700;  margin-bottom: 38px; line-height: 1.3; text-transform: uppercase; }
.banner_left_content h2{ font-size:28px; color: #ffffff; font-weight: 700; margin-top:30px; line-height: 1.3;}
.banner_left_content p{ font-size: 25px; color: #ffffff; font-weight: 400; line-height: 38px; }
.banner_left_sec{ width: 50%; float: left; padding-right: 20px; }
.banner_right_sec{ width: 50%; float: right; }
.banner_slider_section > img{ width: 100%; }
.banner_slider_inner{ position: absolute; top: 25%; left: 0; right: 0; padding-left:3%;}
.banner_left_content { padding-right: 50px; padding-top:20px; }
.banner_drop_section{ margin-top: 85px; }
.banner_drop_section > a{ display: inline-block; position: relative; left: 33px; z-index: 1; }
.banner_drop_section > a:before{ content: ''; width: 80px; height: 80px; border: 2px solid #F4D740; border-radius: 50%; display: inline-block; position: absolute; bottom: -34px; left: -29px; z-index: -1; transition: .5s all;}
.banner_drop_section > a:hover:before{ background: #F4D740; }
.banner_right_content > img{ position: absolute; right: 0; height: 460px; }

.main_banner_slider .banner_pagination{ left: auto; right: 7%; text-align: right; bottom: 11%; width: auto;} 
.banner_pagination .swiper-pagination-bullet-active { opacity: 1; background: #756965ba !important; } 
.banner_pagination .swiper-pagination-bullet { width: 40px; height: 40px; background: transparent; display: inline-block; opacity: 1; margin: 0 5px; font-size: 16px; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-family: 'ITC Avant Garde Gothic Std Extra';position: relative; transition: .3s all;}
.banner_pagination .swiper-pagination-bullet:hover{ background: #756965ba !important; }
.banner_pagination .swiper-pagination-bullet:first-child:before{ content: ''; position: absolute; left: -54px; width: 60px; height: 1px; background: #ffffff; }
.banner_bottom_arrow_move {
  animation: MoveUpDown 1s linear infinite; position:relative; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;opacity:1; 
  }
  50% {
    bottom: 10px; opacity:0.3;
  }
}
.banner_right_content{padding-bottom: 80px;}
.banner_right_content .banner_pagination{ left: auto; right: 7%; text-align: right; bottom: 0; width: auto;}

/*about_us_section*/
.about_us_left_sec{ width: 50%; float: left; }
.about_us_right_sec{ width: 50%; float: right; }
.about_left_content_sec{ background: #ffffff; padding: 0px 0px 0px 15px; align-items: center; display: flex;}
.about_right_content_sec{ background: #348648; padding: 170px 65px 170px 75px; align-content: center; display: flex; flex-wrap: wrap;}
.about_right_content_sec .heading_sec, .about_para_sec{ width: 100%; }
.heading_sec h5{ font-size: 21px; color: #ffffff; font-weight: normal; margin-bottom: 15px; text-transform: uppercase; }
.heading_sec h2{ font-size: 42px; color: #ffffff; font-weight: bold; line-height: 1.1; margin-bottom: 55px; }
.about_para_sec p{ color: #ffffff; line-height: 30px; margin-bottom: 25px;}
.main_btn{ font-size: 16px; color: #ffffff; font-weight: 300; padding: 13px 45px; border-radius: 50px; border: 2px solid #ffffff; display: inline-block; position: relative; transition: .5s all; margin-top: 15px; z-index: 1; }
.main_btn:before{ content: ''; position: absolute; top: 50%; left: -54px; width: 70px; height: 1px; background: #ffffff; transition: .1s all; z-index: -1; }
.main_btn:hover{ background: #ffffff; color: #348648; }
.main_btn:hover:before{ left: 0; transition: .1s all; opacity: 0; } 
.about_left_content_sec img{ width: 100%;  }
.about_left_content_sec_img{ width:100%;}
.about_left_content_sec p{ text-align: center; }
.about_us_inner{ display: flex; align-items: center; }


/*product_steps_section*/
.product_steps_section{ padding: 180px 0 135px; }
.product_steps_section .heading_sec h2{ color: #000000; }
.product_steps_left_sec{ float: left; width: 60%; padding-right: 200px; }
.product_steps_right_sec{ float: right; width: 40%; padding-left: 20px; }
.product_steps_content h4{ font-weight: bold; font-size: 30px; color: #000000; position: relative; padding-bottom: 25px;}
/*.product_steps_content h4:before { content: ''; position: absolute; bottom: 9px; left: 0; width: 80%; height: 2px; background: #D0E3D5; z-index: -1; right: 0; margin: auto; }*/
.product_steps_content h4 span{ font-size: 32px; color: #328246; }
.product_steps_content h4 span label{ font-weight:normal;}
.product_steps_content h3{ font-size: 36px; color: #328246; font-weight: normal; margin-bottom: 10px; }
.product_steps_content p{ font-size: 18px; line-height: 28px; color: #000000; font-weight: normal; }
.note_sec{ margin-top: 25px; }

.product_steps_section .product_steps_inner:nth-child(2n){ display: flex; flex-direction: row-reverse; margin-top: 10px; } 
.product_steps_section .product_steps_inner:nth-child(2n) .product_steps_left_sec{ float: left; width: 40%; padding-right: 0; padding-left: 20px;}
.product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec{ float: right; width: 60%; padding-left: 0; padding-right: 50px;  position: relative;}
/*.product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec:before{ content: ''; position: absolute; top: 20px; right: 30px; background: url('../images/product_r_arrow_img.png') no-repeat; width: 107px; height: 166px;  }*/
.product_steps_section .product_steps_inner:nth-child(2n) .product_steps_content { margin-top: 200px; }
.product_steps_img h5{ font-size: 50px; font-weight: bold; color: #328246; padding-left: 15%;}
.product_img2_sec{ text-align: right; }
.product_img2_sec > img{ position: relative; top: -125px; }

.product_steps_section .product_step3_sec{ display: flex; align-items: center; margin-top: 50px; }
.product_steps_section .product_step3_sec .product_steps_left_sec{ position: relative; }
/*.product_steps_section .product_step3_sec .product_steps_left_sec:before{ content: ''; position: absolute; top: -132px; right: 70px; background: url('../images/product_l_arrow_img.png') no-repeat; width: 107px; height: 166px;  }*/
.product_steps_section .product_step4_sec .product_steps_content{ margin-top: 150px !important; } 
.product_steps_section .product_step4_sec{ padding-top: 90px; }
.product_steps_content h6{ font-size: 26px; color: #000000; font-weight: 600; margin-top: 10px;}
.product_step5_sec h4{ font-size: 36px; color: #328246; margin-bottom: 18px;}
.product_step5_sec h4:before{ max-width: 64%; }
.product_step5_sec .product_steps_left_sec{ padding-right: 150px; }
.product_step5_sec{ margin-top: 220px; }
.product_steps_section .product_step5_sec .product_steps_left_sec{ position: relative; }
/*.product_steps_section .product_step5_sec .product_steps_left_sec:before{ content: ''; position: absolute; top: -90px; right: 5px; background: url('../images/product_l_arrow_img.png') no-repeat; width: 107px; height: 166px;  }*/
.product_steps_content .main_btn{ background: #328246; color: #ffffff; margin-left: 55px; margin-top: 70px; } 
.product_steps_content .main_btn:before{ background: #328246; }
.product_steps_content .main_btn:hover{ background: #ffffff; color: #328246; border-color: #328246; }
.product_step5_sec .product_steps_content { margin-top: 20px; }


/*joining_section*/
.joining_section{ padding: 64px 0; background: #116A90; }
.joining_content_sec h3{ font-size: 36px; color: #ffffff; font-weight: normal; line-height: 46px;}
.joining_inner_sec { display: flex; align-items: center; justify-content: space-between; }
.joining_content_sec{ width: 70% }
.joining_btn_sec{ text-align: right; width: 65%; }
.joining_btn_sec .main_btn:hover{ color: #116A90; }



/* footer section */ 
.f_footer_section{ padding: 55px 0; background: #ffffff; border-top: 1px solid #116a903d;}
.f_footer_block{ width: 33.33%; float: left; padding: 0 15px; }
.f_footer_bl_inner{ text-align: left; }
.f_footer_bl_inner h6{ font-size: 22px; font-weight: 600; color: #000000; margin-bottom: 0px; }
.f_footer_bl_inner p{ font-size: 15px; font-weight: 400; color: #191919; }
.f_footer_list_sec{ text-align: center; }
.footer_menus_sec li a{ font-size: 15px; font-weight: 400; color: #191919; transition: .3s all; }
.footer_menus_sec li a:hover, .privacy_p_sec a:hover, .f_footer_bl_inner h6 a:hover{ color: #328246; }
.footer_menus_sec{ margin-bottom: 30px;}
.footer_menus_sec li{ padding: 0 12px; display: inline-block; }
.f_footer_bl_inner p{ font-size: 14px; font-weight: 400; color: #191919; }
.social_list_sec li a{ background: #1D1D1B; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; padding: 5px; }
.footer_menus_sec + p{ font-size: 14px; font-weight: 400; color: #a1a1a1; }
.social_list_sec li a img{ width: 20px; }
.social_list_sec{ display: flex; align-items: center; justify-content: flex-end; margin-bottom: 15px;}
.social_list_sec li{ padding: 0 6px; }
.privacy_p_sec a{ font-size: 15px; font-weight: 400; color: #191919; transition: .3s all; }
.privacy_p_sec{ text-align: right; }
.f_footer_bl_inner h6 a{ color: #000; transition: .3s all;}
.banner_left_content ul{}
.banner_left_content ul li{ font-size: 22px; color: #ffffff; font-weight: 400; background:url(../images/banner_list_icon.png) no-repeat;padding-left: 40px; background-size: 25px;  background-position: left;padding-bottom: 5px;}
.product_step5_sec .product_steps_content p{padding-right: 65px; }
.h_product_done_app_links{padding-top: 40px;}
.h_product_done_app_links a{ display:inline-block; margin-right:10px;}
.c_contact_page_app_links a{width: 48%;}
.f_footer_se_inner{display: flex; align-items: center; justify-content: center;}
.wow.active {opacity: 1;transform: translateY(0px);}
.wow {opacity: 0;transition-timing-function: ease;transition-property: all;transform: translateY(150px);}
.h_banner_mobile_slider{ display:none;position: relative;}



/*About Page*/
.about_banner_section{ background: url('../images/main_banner.jpg') 50% 50% no-repeat; background-size: cover; height: 400px; display: flex; justify-content: center; align-items: center;}
.about_banner_section h2{ font-size: 58px; color: #ffffff; font-weight: bold; line-height: 1.2; text-align: center; font-family: 'Be Vietnam'; margin: 0 auto; text-transform: uppercase; }
.about_main_section{ padding: 80px 0; }
.about_img_sec span{ display: block; position: relative; }
.about_img_sec span:before{ content: ''; position: absolute; top: -25px; left: -25px; width: 75%; height: 75%; background: #348648; border-radius: 10px 0 0; z-index: -1; }
.about_left_sec{ width: 50%; float: left; padding-right: 30px; }
.about_right_sec{ width: 50%; float: right; padding-left: 30px; padding-right: 80px;}
.about_content_sec h2{ color: #000000; margin-bottom: 40px; position: relative; padding-bottom: 20px }
.about_content_sec h2:before{ content: ''; position: absolute; bottom: 0; left: 0; width: 10%; height: 4px; background: #348648; border-radius: 5px; }
.about_content_sec p{ line-height: 28px; color: #000000; }
.about_content_sec ul li{ font-size: 16px; padding-bottom: 12px; color: #000000;     background: url(../images/banner_list_icon.png) no-repeat; padding-left: 35px; background-size: 22px; background-position: 0px 4px;}
.about_content_sec ul{ padding-left: 5px; margin-bottom: 10px; }

.about_swip_section{ background: #348648; }
.about_swip_section .about_main_inner{ display: flex; align-items: flex-start; flex-direction: row-reverse; }
.about_swip_section .about_right_sec{ padding-left: 0; }
.about_swip_section h2, .about_swip_section p, .about_swip_section ul li{ color: #ffffff; text-align: center;}
.about_swip_section h2:before, .about_swip_section .about_img_sec span:before{ background: #66B943; right: 0; margin: auto; }
.about_swip_section .about_img_sec span{ z-index: 1; }
.about_outer_content h2{ text-align: center; margin-bottom: 50px; }
.about_outer_content h2:before{ right: 0; margin: auto; }
.about_outer_content p{ text-align: center; max-width: 90%; margin: 0 auto 10px; }
.about_outer_content .about_right_sec h2:before{ background: #ffffff; }
.about_double_section .about_content_sec{ border: 10px solid #348648; padding: 55px }
.about_double_section .about_content_sec h2{ margin-bottom: 30px; }
.about_double_section{ padding-bottom: 80px; }
.about_double_section .about_right_sec .about_content_sec { background: #348648; padding: 55px 45px; border: 10px solid #ffffff;}
.about_double_section .about_right_sec .about_content_sec h2, .about_double_section .about_right_sec .about_content_sec p, .about_double_section .about_right_sec .about_content_sec li{ color: #ffffff; }
.about_double_section .about_right_sec{ padding: 50px; background: #348648; }
.about_double_section .about_left_sec{ padding: 0 35px; margin: 50px 0; width: 48%; }
.about_swip_section .bg_list_sec{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; align-content: center; }
.about_swip_section .bg_list_sec li{ flex: 47.5%; list-style: none; border: 1px solid #ffffff; padding: 20px; border-radius: 2px; margin: 0 10px 20px; line-height: 1.6; display: flex; align-items: center; justify-content: center; font-size: 14px;}
.about_double_section .about_outer_content .about_left_sec p, .about_double_section .about_outer_content .about_right_sec p{ text-align:left;}
 






/*main_404_section*/
.main_404_section > img{ width: 100%; }
.main_404_content h2{ font-size: 200px; color: #ffffff; text-align: center; font-weight: bold; font-family: 'Be Vietnam';}
.main_404_content{ position: absolute; left: 0; right: 0; margin: auto; top: 15%; }
.main_404_inner{ padding: 50px 0 60px; text-align: center; }
.main_404_inner h1{ font-size: 50px; font-weight: bold; text-align: center; text-transform: uppercase; font-family: 'Be Vietnam'; margin-bottom: 30px; line-height: 1.1;}
.main_404_inner .page-content p{ font-size: 16px; font-weight: 600; line-height: 1.4; }
.error_btn{ font-size: 16px; color: #348648; font-weight: 300; padding: 13px 45px; border-radius: 50px; border: 2px solid #348648; display: inline-block; position: relative; transition: .5s all; margin-top: 15px; z-index: 1; margin-top: 40px;}
.error_btn:before{ background: #348648; }
.error_btn:hover{ background: #348648; color: #ffffff;  }


.pr_arroe_step_1.active .path, .pr_arroe_step_right.active .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.chevron_arr{opacity:0; -webkit-transition:all 3s ease;}
.active .chevron_arr{animation: example 1.3s linear forwards;}
.pr_arroe_step_1 {    position: absolute; top: 0; right: -100px; z-index: 1;}
.product_steps_right_sec{ position:relative;}
.pr_arroe_step_1 svg, .pr_arroe_step_right svg{ width:200px;}

@keyframes example {
  0%   { opacity:0;}
  25%  {opacity:0;}
  99%  {opacity:0;}
  100% {opacity:1;}
}
.pr_arroe_step_right{  position: absolute; top: -150px; right: 100px; z-index: 1;   -webkit-transform: rotateY( 180deg ) !important; transform: rotateY( 180deg ) !important;}


.re_benifits_section{ padding:50px 0;    background-color: #f8f9fc;}
.re_benifits_inner{}
.re_benifits_in_left{ float:left; width:25%;}
.re_benifits_in_right{ float:right;width: 75%;padding-left: 60px;    position: relative;    padding-top: 20px;    padding-bottom: 0px;}
.re_benifits_in_right:after{ content:""; position:absolute; display:inline-block; left:0; top:0; bottom:0; background:#eaeaea; width:2px; height:100%;}
/*.re_benifits_in_right:before{ content:""; position:absolute; display:inline-block; left:-1px; top:0; background:#328246; width:4px; height:10px; z-index:1;}*/
.re_benifits_in_l_inner{padding: 40px 8% 40px 0;}
.re_benifits_in_l_inner h2{font-size: 42px; color: #328246; font-weight: bold; line-height: 1.1; letter-spacing: 1px;}
.re_benifits_in_r_inner{ margin:0 -20px;}
.re_benifits_in_r_i_left{ float:left; width:50%;padding: 0 20px;}
.re_benifits_in_r_i_l_block{ padding-bottom:10px;}
.re_benifits_in_r_i_l_block h3{font-size: 18px;  color: #000; padding-bottom: 5px;}
.re_benifits_in_r_i_l_block p{    padding-bottom: 15px;    line-height: 1.6;}
.c_contact_section{ padding:60px 0;}
.c_contact_inner{  align-items:center;}
.c_contact_left{ }
.c_contact_right{    padding-left: 0px; }

.c_contact_r_inner {    padding: 50px;  background: #3282463b; border-radius: 5px;}
.c_contact_r_in_form{}
.c_contact_form_block{padding-bottom: 15px;}
.c_contact_form_block label{    font-size: 16px; padding-bottom: 5px; display: inline-block;}
.c_contact_form_block input, .c_contact_form_block select{width: 100%; border: 1px solid #b9b9b9; padding: 10px 20px; font-size: 16px; border-radius: 3px; font-weight: normal; font-family: inherit;}
.c_contact_form_bl_inner{ margin:0 -10px;}
.c_cont_bl_half{float: left; width: 50%; padding: 0 10px;  padding-bottom: 10px;}
.c_cont_bl_full{ padding:0 10px;}
.c_cont_form_sbmt_btn{text-align: center; padding-top:10px;}
.c_cont_form_sbmt_btn input{border: none; background: #328246; text-transform: uppercase; font-size: 18px; color: #fff; font-family: inherit; padding: 13px 40px; border-radius: 5px; letter-spacing: 1px; cursor: pointer; line-height: 1.3;}
.all_field_required{border: 1px solid red; text-align: center;  color: red; padding: 10px; margin-bottom: 20px;}
.re_benifits_in_r_i_l_block{display: flex;}
.re_benifits_icon{width: 60px;  display: flex;  height: 60px;}
.re_benifits_bl_contetnt{ width: calc( 100% - 60px); padding-left:20px;}
.c_cont_bl_checkbox{ padding-top:20px;}
.c_cont_bl_checkbox label{float: right; width: calc( 100% - 30px); font-size: 14px; font-style: italic; color: #525252;}
.c_cont_bl_checkbox input{    display: inline-block; float: left; width: 25px; margin-top: 7px; position: relative;}
#check_conditions_box_error{clear: both; padding-left: 20px;}
.c_color_gold{color: #f7d109;}
.joining_btn_sec h4{font-size: 26px; color: #ffffff; font-weight: normal;line-height: 1.2; padding-bottom: 10px;}
.re_benefit_lef_img {    padding-top: 30px;}
.about_double_section .about_right_sec .about_content_sec_list li{ background: none; list-style:disc; padding-left:0;}
.about_double_section .about_right_sec .about_content_sec_list ul{ margin-left:30px;}
.c_contact_s_title_bar{ text-align:center; padding-bottom:40px;}
.c_contact_s_title_bar h3{color: #000; font-size: 20px;  font-weight: 500; }
.c_contact_page_app_links{ text-align:center;padding-bottom: 20px; padding-top:0;}
.c_contact_page_app_links span{display: block;  padding: 15px 20px;}
.c_app_icon_scrion_contact{ padding-bottom:40px;max-width: 700px; margin: 0 auto; padding-top:20px;}
.c_cont_bl_checkbox a{text-decoration: underline; font-weight: bold;}
.h_c_app_title{    padding-bottom: 20px; padding-top: 20px;}
.h_c_app_title h3{ font-weight:normal; color:#000; font-size:22px;}
.faq_in_content_sec{}
.faq_in_content_sec p{margin: 0 auto 10px;}
.faq_in_content_sec h2{padding-bottom:10px; font-size:28px;}
.faq_in_content_sec h3{ padding-bottom:10px; font-size:24px;}




/*Responsive Css*/

@media screen and (max-width: 2800px){
	 
	.main_banner_section{max-height: 100vh; }
	.main_banner_slider .swiper-slide img{ width: 100%;} 
    .banner_slider_inner{padding-left: 20%;}
    
}

@media screen and (max-width: 1920px){
	 
	.main_banner_section{max-height: 100vh; }
	.main_banner_slider .swiper-slide img{ width: 100%;} 
    .banner_slider_inner{padding-left: 17%;}
	.wrapper{margin-left:auto; margin-right:auto; max-width:1320px; padding:0 20px; width:100%;}
    
}

@media screen and (max-width: 1620px){
	 
	.main_banner_section{max-height: inherit; }
	.main_banner_slider .swiper-slide img{ width: auto;} 
.banner_slider_inner{padding-left: 9%;}

    
}
@media screen and (max-width: 1420px){

.banner_slider_inner{padding-left: 5%;}
.wrapper{margin-left:auto; margin-right:auto; max-width:1240px; padding:0 20px; width:100%;}
}

@media screen and (max-width: 1260px){
	.banner_left_content h1 { font-size: 30px;}
    .banner_right_content > img{ height: 320px; }
    .banner_left_content p{ font-size: 18px; line-height: 30px; }
    .banner_drop_section { margin-top: 28px;}
    .banner_drop_section > a:before{ width: 60px; height: 60px; bottom: -26px; left: -19px;}
    .about_right_content_sec{ padding: 150px 50px; }
    .about_left_content_sec{ padding: 120px 50px; }
    .heading_sec h2 { font-size: 32px; margin-bottom: 40px;}
    .heading_sec h5{ font-size: 18px; margin-bottom: 10px; }
    .main_btn:before{ left: -36px; width: 50px; }
    .product_steps_content h4:before{ width: 62%; }
    .product_img2_sec > img { top: -38px;}
    .product_steps_img h5 { font-size: 40px; padding-left: 18%;}
    .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec:before, .product_steps_section .product_step5_sec .product_steps_left_sec:before, .product_steps_section .product_step3_sec .product_steps_left_sec:before{ background-size: 55%; }
    .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec:before{ right: -90px; }
    .product_steps_section .product_step3_sec .product_steps_left_sec:before{ top: -80px; }
    .fixed_header .logo_section a img { max-width: 40%;}
	.product_steps_content h4 span br{ display:none;}

    .about_main_inner{ display: flex; align-items: center; }
    .about_double_section .about_content_sec { padding: 30px 15px; }
    .about_double_section .about_right_sec .about_content_sec{ padding: 30px; }
		.pr_arroe_step_right {top: -130px;}
 
}


@media screen and (max-width: 992px){
	
	.nav-menu .sub-menu { transition: opacity 0.3s ease; -webkit-transition: opacity 0.3s ease; } 
    .menu_expand { display: block; position: relative; z-index: 9; } 
    .site-menu { position: relative; min-height: 1px; margin-left: 0px; float: right; } 
    .nav-menu { display: block; position: fixed; top: 0; left: -220px; bottom: 0; z-index: 100; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; visibility: hidden;  } 
    .nav-menu.state-active { clear: both; left: 0; opacity: 1; visibility: visible } 
    .nav-menu { float: none; text-align: center; margin-right: 0px; background: #ffffff; width: 100%; padding-top: 80px; min-height: 100vh; } 
    .nav-menu li { float: none; margin: 0px; border-bottom: none; padding: 0; display: block; width: 100%; } 
    .nav-menu li a { padding: 10px 15px; color: #000; } 
    .nav-menu li a:hover { border-radius: 0; background: none; border-color: #fff; } 
    .expand_plus { position: absolute; right: 0; top: 0; width: 35px; height: 42px; padding: 25px 10px 2px; cursor: pointer; z-index: 100; } 
    .expand_plus i { display: block; position: relative; width: 12px; height: 10px; top: -8px; } 
    .expand_plus.active i { background-position: 0px -190px } 
    .nav-menu .sub-menu .expand_plus { height: 34px } 
    .nav-menu .sub-menu, .nav-menu .sub-menu ul { width: auto; position: relative; display: none; visibility: visible; opacity: 1; filter: alpha(opacity=100) } 
    .nav-menu .sub-menu li { background: none; border-bottom: none; } 
    .nav-menu .sub-menu li:hover>a, .nav-menu .sub-menu ul li a { border: none } 
    .nav-menu .sub-menu.active-children { display: block; top: 0; background: #fff; } 
    .nav-menu .sub-menu ul { padding-left: 0px; } 
    .nav-menu .sub-menu ul { left: 0; } 
    .nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child { border: none; } 
    .nav-menu .sub-menu ul:before { display: none; } 
    .nav-menu li a { text-align: left; } 
    .nav-menu .sub-menu li a:hover { border: none; } 
    .nav-menu .sub-menu ul li, .nav-menu .sub-menu ul li:first-child { background: none; } 
    .nav-menu .sub-menu li a { border: none; padding: 8px 30px; color: #000; } 
    .nav-menu .sub-menu ul { background: none; -webkit-transform: translate(0); } 
    .expand_plus active { top: 100px; } 
    .expand_plus active i { top: 200px; } 
    .nav-menu .sub-menu ul li a { padding-left: 40px; } 
    .nav-menu .sub-menu li:first-child { border-top: none; } 
    .nav-menu .sub-menu li a:hover { color: #e7595c; background: none; } 
    .cross_button { margin-top: 20px; display: block; text-align: center; position: absolute; top: -10px; right: 25px; } 
    .cross_button a { font-size: 22px; color: #242323; cursor: pointer; border: 1px solid #242323; border-radius: 3px; padding: 4px; display: inline-block; text-align: center; width: 40px; height: 40px; line-height: 1.2; } 
    .menu_expand i { height: 2px; background: #fff; display: block; width: 35px; border-radius: 5px; } 
    .menu_expand i:nth-child(2) { margin: 8px 0; } 
    .menu_section { background: #a0c8db; padding: 0px 0; } 
    .nav-menu>li>a { background: none; } 
    .nav-menu>li:hover>a { background: none; } 
    .nav-menu>.menu-item-has-children>a:after { display: none } 
    .nav-menu>li>a { border-bottom: none; } 
    .nav-menu>li:hover>a { border-bottom: none; } 
    .nav-menu>li>a:hover:before { display: none } 
    .nav-menu>li>a:hover:after { display: none } 
    .expand_plus:after { transform: translate(-50%, -50%) rotate(-135deg); content: ''; position: absolute; top: 50%; right: 15px; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #000; border-left: 2px solid #000; transform-origin: center; } 
    .expand_plus.active:after { transform: translate(-50%, -50%) rotate(45deg); }
    .nav-menu>li.active a:before, .nav-menu>li.active a:after{ display: none; }

    .about_us_left_sec{ width: 100%; }
    .about_us_right_sec{ width: 100%; }
    .about_us_inner{ flex-wrap: wrap; }
    .about_left_content_sec{ justify-content: center; }
    .about_right_content_sec{ padding: 80px 50px; }
    .product_steps_section{ padding: 120px 0 100px; }
    .product_steps_content h3 { font-size: 28px;}
    .product_steps_left_sec{ padding-right: 15px; }
    .product_step5_sec .product_steps_left_sec { padding-right: 15px;}
    .product_steps_inner{ margin-top: 0; margin-bottom: 150px; }
    .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec:before, .product_steps_section .product_step5_sec .product_steps_left_sec:before, .product_steps_section .product_step3_sec .product_steps_left_sec:before{ background-size: 55%; top: -112px }
    .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec:before{ top: -160px; }
    .product_steps_content p { font-size: 16px; line-height: 24px;}
    .product_img2_sec > img { top: 0;}
    .product_steps_img h5{ padding-left: 0; text-align: center; }
    .product_steps_section .product_step4_sec .product_steps_content { margin-top: 30px !important;}
    .product_steps_inner:last-child{ margin-bottom: 0; }
    .joining_content_sec{ padding-right: 20px; }
    .joining_content_sec h3 { font-size: 26px;}
    .main-menu-inner:before{ display: none; }
    .banner_left_content h1 { font-size: 26px;margin-bottom: 20px;}
    .banner_left_content { padding-right: 30px; padding-top: 20px;}
    .logo_section a > img{ max-width: 70% }
    .banner_left_content p{ font-size: 15px; line-height: 25px; }
    .banner_right_content > img { height: 255px;}
    .main-menus-section { padding: 25px 0 15px;}
    .banner_slider_section > img { width: 140%; left: 0; position: relative; max-width: none;}
    .main_banner_section{ overflow: hidden; }
    .banner_drop_section { margin-top: 80px;}
    .main-menu-inner{ align-items: center; }
    .fixed_header .logo_section a img { max-width: 50%;}
    .footer_menus_sec li { padding: 0 8px;}

    .about_main_section { padding: 80px 0;}
    .about_swip_section .about_main_inner{ align-items: center; }
    .about_main_section .about_right_sec{ padding-right: 0; }
    .about_swip_section .about_right_sec{ padding-right: 20px; }
    .about_swip_section .about_left_sec{ padding-right: 0; }

    .about_double_section .about_left_sec{ width: 100%; padding: 0; margin: 0; }
    .about_double_section .about_right_sec{ width: 100%; padding: 40px; }

    .about_swip_section .bg_list_sec li{ flex: 47%; }
    .pr_arroe_step_4{top: -100px;}
.re_benifits_in_l_inner h2 {  font-size: 38px;}
.c_contact_inner { display: block;}
.c_contact_left {  width: 100%; padding-bottom:30px;}
.c_contact_right {  width: 100%; padding-left: 0px; display: block;}
   
}


@media screen and (max-width: 767px){
    .product_steps_left_sec, .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_left_sec{ width: 100%; padding: 0 } 
    .product_steps_right_sec, .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec{ width: 100%; padding: 0 }
    .product_steps_section .product_steps_inner:nth-child(2n), .product_steps_section .product_step3_sec{ flex-wrap: wrap; }
    .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_content{ margin-top: 0px; }
    .product_steps_inner{ margin-bottom: 80px; }
    .product_steps_section{ padding: 80px 0; }
    .product_steps_section .product_step4_sec{ padding-top: 0; }
    .product_steps_section .product_steps_inner:nth-child(2n) .product_steps_right_sec:before, .product_steps_section .product_step5_sec .product_steps_left_sec:before, .product_steps_section .product_step3_sec .product_steps_left_sec:before{ display: none; }
    .product_steps_section .product_step5_sec .product_steps_left_sec{ padding-left: 0 }
    .product_steps_img { margin-top: 30px; text-align: center;}
    .product_steps_content .main_btn{ margin-top: 40px; }
    .joining_inner_sec{ flex-wrap: wrap; }
    .joining_content_sec, .joining_btn_sec{ width: 100%; padding: 0; text-align: center; }
    .joining_content_sec h3{ line-height: normal; margin-bottom: 20px; }
    .f_footer_block{ width: 100%; padding: 0; margin-bottom: 30px; }
    .f_footer_block:last-child{ margin-bottom: 0; }
    .f_footer_bl_inner{ text-align: center; }
    .social_list_sec{ justify-content: center; }
    .privacy_p_sec{ text-align: center; }
    .about_right_content_sec { padding: 80px 25px;}
    .heading_sec h2 { font-size: 28px;}
    .main_btn:before{ display: none; }
    .banner_right_content > img{ position: relative; height: auto; display: none; }
    .banner_right_sec, .banner_left_sec{ padding: 0; }
    .banner_left_content{ padding-right: 0; padding-top: 50px; }
    .banner_left_content p{ max-width: 100% }
    .logo_section a > img{ max-width: 100%;}
    .banner_drop_section > a img{ max-width: 60%; }
    .fixed_header .logo_section a img { max-width: 42%;}
    .banner_drop_section > a:before { width: 40px; height: 40px; bottom: -17px; left: -14px; }
    .logo_section { width: 23%;}
	.product_step5_sec .product_steps_content p{padding-right: 0px; }
	.h_product_done_app_links a {  width: 42%;}
	.f_footer_se_inner {  display: block;}
	.banner_left_content ul li { font-size: 18px;}

    .about_main_inner{ flex-wrap: wrap; }
    .about_left_sec{ width: 100%; padding: 0; }
    .about_right_sec{ width: 100%; padding: 0; margin-top: 30px; }
    .about_banner_section{ height: 300px; }
	.about_banner_section h2{ font-size: 40px; }
    .about_img_sec { padding: 10px; }
    .about_img_sec span:before{ top: -15px; left: -15px; }
    .about_main_section{ padding: 50px 0; }
    .about_double_section{ padding-bottom: 60px; }
    .about_swip_section .bg_list_sec li{ flex: 45%; }
	.pr_arroe_step_1, .pr_arroe_step_right{ display:none;}
	.re_benifits_in_left {float: none;  width: 100%;}
.re_benifits_in_right { float: none; width: 100%; padding-left: 20px;}
.re_benifits_in_r_i_left {  float: none; width: 100%;}

.banner_left_content h2 { font-size: 18px;}
.banner_drop_section {
    margin-top: 40px;
}	
} 


@media screen and (max-width: 600px){
	
.banner_right_sec{ display:none;}
.banner_left_sec{ float:none; width:100%;}
.h_banner_mobile_slider{ display:block;}
.banner_right_content {  padding-bottom: 0px;}
.banner_right_content .banner_pagination { bottom: 10px;}
.about_swip_section .bg_list_sec{ padding-left: 0; }
.about_swip_section .bg_list_sec li{ flex: 100%; margin: 0 0 15px; }

}

@media screen and (max-width: 479px){
    .banner_slider_section > img {
    width: 260%;}
    .banner_left_content {
    padding-right: 0;
    padding-top: 0;
}
.main_banner_slider .banner_pagination{ display: none; }
.logo_section a > img{ max-width: 100%;}
.fixed_header .logo_section a img{ max-width: 70%; }
.about_double_section .about_right_sec{ padding: 20px; }
.about_outer_content p{ max-width: 100%; }
.about_double_section .about_content_sec{ padding: 30px 20px; }
.about_double_section .about_right_sec .about_content_sec{ padding: 30px 15px; }
.c_cont_bl_half { float: none; width: 100%;}
.c_contact_r_inner { padding: 25px;}
.c_contact_page_app_links span {
    padding: 15px 0px;
}


}


@media screen and (max-width:320px){
.banner_left_content h1{ font-size: 28px; margin-bottom: 20px; }

	
}
