/*
*  html5resetcss
*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #676767;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #676767;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #676767;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #676767;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.container {
    width: 100% !important;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.container::before,
.container::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
    clear: both;
}

.header {
    background: #F4FFEE;
    width: 100%;
    float: left;
    height: 130px;
}

.site_logo {
    padding: 34px 0;
    width: 80px;
    font-size: 0;
    float: left;
}

.site_logo a {
    display: block;
}

.site_logo a img {
    display: block;
}

.header_right {
    float: right;
}

.header_nav {
    float: left;
    padding: 53px 0;
}

.header_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_nav li {
    float: left;
    padding: 0 25px;
}

.header_nav li a {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
    position: relative;
}

.header_nav li a::after {
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0%;
    height: 2px;
    content: '';
    background-color: #07563F;
    transform: translateX( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translateX( -50%);
    -moz-transform: translateX( -50%);
    -ms-transform: translateX( -50%);
    -o-transform: translateX( -50%);
}

.header_nav li:hover a,
.header_nav li.active a {
    color: #07563F;
}

.header_nav li:hover a::after,
.header_nav li.active a::after {
    width: 30%;
}

a.arrow_btn {
    background: #07563F url('../img/arrow.png') 93.9% center no-repeat;
    background-size: 44px auto;
    width: 280px;
    height: 70px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    display: block;
    float: right;
    margin: 30px 0 30px 45px;
    border: 1px solid transparent;
    padding: 23px 30px 22px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

a.arrow_btn:hover {
    background: transparent url('../img/arrow-hover.png') 96% center no-repeat;
    background-size: 35px auto;
    border-color: #07563F;
    color: #07563F;
}

.home_banner_video {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 902px;
    position: relative;
}

.home_banner_video::before {
    background: rgb(0 0 0 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
}

video {
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: 70%;
}

.video_txt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 60%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.video_txt h2 {
    font-family: 'Pacifico', cursive;
    font-size: 80px;
    line-height: 120px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

.video_txt h4 {
    font-family: 'Poppins', cursive;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}

.video_txt span {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    max-width: 718px;
    margin: 0 auto;
}

.our_vision {
    background: #F4FFEE;
    width: 100%;
    float: left;
    padding: 106px 0;
}

.left_img {
    width: 50%;
    float: left;
}

.left_img figure {
    width: 100%;
    width: 652px;
    position: relative;
    left: -77px;
}

.our_vision_txt {
    width: 50%;
    float: right;
    padding: 70px 0 0 100px;
}

.our_vision_txt p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    width: 573px;
}

.h_txt {
    width: 100%;
    float: left;
}

.h_txt h2 {
    font-family: 'Inter', sans-serif;
    font-size: 62px;
    line-height: 75px;
    font-weight: 500;
    color: #000;
    margin: 0 0 32px;
    position: relative;
}

.h_txt h2::after {
    background: #07563F;
    width: 200px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
}

.counter_number {
    background: #07563F;
    width: 100%;
    float: left;
    padding: 131px 0;
    text-align: center;
    position: relative;
}

.d_img1 {
    width: 434px;
    position: absolute;
    right: 22px;
    top: -239px;
}

.d_img2 {
    width: 384px;
    position: absolute;
    left: 46px;
    bottom: -185px;
}

.counter_number h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 58px;
    line-height: 66px;
    font-weight: 400;
    color: #fff;
}

.counter_number strong {
    display: block;
    font-size: 40px;
    line-height: 49px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
}

.counter_number small {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.download_app {
    background: #F4FFEE;
    width: 100%;
    float: left;
    padding: 130px 0;
}

.download_app_txt {
    width: 50%;
    float: left;
}

.download_app_txt p {
    width: 730px;
    font-size: 46px;
    line-height: 70px;
    font-weight: 500;
    color: #000;
    margin: 0 0 60px;
}

.download_app_txt a.arrow_btn {
    float: left;
    margin: 0;
}

.download_app_img {
    width: 50%;
    float: right;
}

.download_app_img img {
    width: 494px;
    float: right;
    position: relative;
    left: 25px;
}

.custom_panel1 {
    background: #07563F url('../img/shp1.png') right bottom no-repeat;
    background-size: 671px 337px;
    width: 100%;
    float: left;
    padding: 91px 0;
    position: relative;
}

.d_img3 {
    width: 192px;
    position: absolute;
    right: 0;
    top: -84px;
}

.custom_panel1_img {
    width: 50%;
    float: left;
}

.custom_panel1_img img {
    width: 500px;
}

.custom_panel1_txt {
    width: 50%;
    float: right;
}

.custom_panel1_txt p {
    font-size: 46px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
    margin: 27px 0 0;
}

.custom_panel2 {
    background: #F4FFEE;
    width: 100%;
    float: left;
    padding: 136px 0;
}

.custom_panel2_txt {
    width: 57%;
    float: left;
}

.custom_panel2_txt p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px;
    max-width: 573px;
}

.custom_panel2_txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_panel2_txt li {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}

.custom_panel2_txt li img {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom_panel2_img {
    width: 43%;
    float: right;
    text-align: right;
}

.custom_panel2_img img {
    width: 470px;
    display: inline-block;
}

.custom_panel3 {
    background: url('../img/img_bg1.jpg') center top no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 95px 0;
    position: relative;
}

.d_img4 {
    width: 192px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.custom_panel3_img {
    width: 57%;
    float: left;
}

.custom_panel3_img img {
    max-width: 497px;
}

.custom_panel3_txt {
    width: 43%;
    float: right;
    padding-top: 31px;
}

.custom_panel3_txt .h_txt h2 {
    color: #fff;
}

.custom_panel3_txt .h_txt h2::after {
    background-color: #D0F0BE;
}

.custom_panel3_txt p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #fff;
}

.padd1 {
    padding-bottom: 21px;
}

.custom_panel4 {
    background: #07563F;
    width: 100%;
    float: left;
    padding: 120px 0 90px;
    text-align: center;
    position: relative;
}

.d_img5 {
    width: 222px;
    position: absolute;
    left: 2px;
    top: -171px;
}

.d_img6 {
    width: 189px;
    position: absolute;
    right: 0;
    bottom: -109px;
}

.custom_panel4 p {
    font-size: 46px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 70px;
}

.custom_panel4 .rows1 {
    margin: 0 -5.8%;
    text-align: center;
    font-size: 0;
}

.custom_panel4 .column1 {
    width: 21.6%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5.8%;
    text-align: center;
}

.custom_panel4 .column1 img {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    height: 220px;
    margin: 0 0 20px;
}

.custom_panel4 .column1 span {
    display: block;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    color: #D0F0BE;
}

.our_partner {
    background: #F4FFEE;
    width: 100%;
    float: left;
    padding: 133px 0;
    text-align: center;
}

.our_partner .h_txt h2::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.our_partner p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    max-width: 773px;
    margin: 0 auto 80px;
}

.our_partner figure {
    max-width: 1232px;
    margin: 0 auto;
}

.footer {
    background: #07563F;
    width: 100%;
    float: left;
}

.btn_area {
    width: 100%;
    float: left;
    border-bottom: 1px solid #FFFFFF26;
    font-size: 0;
    text-align: center;
    padding: 60px 0 40px;
}

.btn_area a {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 70px;
    margin: 0 15px;
    padding: 22px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.btn_area a:hover {
    background: #fff;
    color: #07563F;
}

.footer_widget {
    width: 33.3%;
    float: left;
    padding: 40px 0 16px 6.4%;
}

a.footer_logo {
    width: 100px;
    display: block;
    margin-bottom: 20px;
}

.footer_widget p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #CFD3D7;
    max-width: 223px;
}

.footer_widget h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 18px 0 30px;
}

.footer_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_widget li {
    width: 100%;
    margin-bottom: 14px;
}

.footer_widget li a {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #CFD3D7;
}

.footer_widget li a:hover {
    color: #fff;
}

.footer_widget li a img {
    width: 20px;
    margin: 0 18px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.footer_bottom {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border-top: 1px solid #FFFFFF26;
    padding: 46px 0;
}

.footer_widget.odd ul {
    float: left;
}

.footer_widget.odd ul:last-child {
    margin-left: 40px;
}

.social_icon {
    width: 100%;
    float: left;
    padding-bottom: 28px;
}

.social_icon a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    margin-right: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.social_icon a:hover {
    background: #fff;
    color: #07563F;
}

a.arrow_btn.hide {
    display: none;
}

a.cls_btn,
a.mob_btn {
    display: none;
}

.inner_page_banner {
    background: url('../img/img_bg1.jpg') center top no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    height: 730px;
    display: table;
}

.inner_page_banner>.container {
    position: relative;
    height: 100%;
}

.inner_banner_txt {
    width: 780px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.inner_banner_txt h1 {
    font-family: 'Inter', sans-serif;
    font-size: 62px;
    line-height: 84px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 20px;
}

.inner_banner_txt p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 60px;
    max-width: 725px;
}

.inner_banner_txt a {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    margin-right: 40px;
}

.inner_banner_img {
    width: 641px;
    position: absolute;
    right: -195px;
    bottom: 0;
}

.work_block {
    background: #F4FFEE;
    width: 100%;
    float: left;
    padding: 120px 0 75px;
    overflow: hidden;
}

.h_txt.center {
    text-align: center;
}

.h_txt.center h2:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.h_txt.center.white h2 {
    color: #fff;
}

.h_txt.center.white h2:after {
    background-color: #D0F0BE;
}

.work_block ul {
    list-style: none;
    padding: 0;
    margin: 0 -2%;
    font-size: 0;
    text-align: center;
}

.work_block li {
    display: inline-block;
    vertical-align: top;
    margin: 15px 2% 0;
    width: 21%;
}

.work_block li img {
    width: 158px;
    display: inline-block;
    margin-bottom: 30px;
}

.work_block li h3 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: #07563F;
    margin: 0 0 17px;
    height: 70px;
}

.work_block li p {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}

.what_to_know {
    background: #07563F;
    width: 100%;
    float: left;
    padding: 130px 0 120px;
}

.what_to_know_left {
    width: 50%;
    float: left;
}

.custom_accordion {
    width: 620px;
    margin-top: 50px;
}

.custom_accordion h4 {
    background: url('../img/acc-arrow.png') 98% center no-repeat;
    background-size: 28px auto;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    padding: 22px 38px 22px 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
}

.custom_accordion h4.current {
    background: url('../img/acc-arrow-active.png') 98% center no-repeat;
    background-size: 28px auto;
    border-bottom: 1px solid transparent;
}

.acc_cont {
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    display: none;
    padding-bottom: 20px;
}

.acc_cont p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: rgb(255 255 255 / 60%);
}

.what_to_know_right {
    width: 50%;
    float: right;
    margin-top: 80px;
}

.what_to_know_right figure {
    width: 526px;
    float: right;
}

.testimonial {
    background: #F4FFEE;
    width: 100%;
    float: left;
    padding: 100px 0 164px 0;
}

.testimonial .h_txt h2 {
    margin-bottom: 40px;
}

.testimonial .h_txt h2::after {
    display: none;
}

.testimonial .h_txt h2 span {
    color: #07563F;
}

.testi_slide {
    width: 100%;
    float: left;
    position: relative;
}

.testi_slide .item {
    padding: 28px;
}

.testi_slide_cont {
    background: #fff;
    padding: 39px 50px 33px 50px;
    box-shadow: 4px 4px 30px #0000001A;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.testi_slide_cont::before,
.testi_slide_cont::after {
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.rating-box {
    display: inline-block;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    vertical-align: top;
    margin: 0 39px 0 0;
    color: #788592;
    cursor: pointer;
    font-size: 50px;
    transition: color 0.2s;
    position: relative;
}

.rating-box .rating-container label img {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.rating-box .rating-container label img:last-child {
    display: none;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover~label,
.rating-box .rating-container input:checked~label {
    color: #FE960D;
}

.rating-box .rating-container label:hover img:first-child,
.rating-box .rating-container input:checked~label img:first-child {
    display: none;
}

.rating-box .rating-container label:hover img:last-child,
.rating-box .rating-container label:hover~label img:last-child,
.rating-box .rating-container input:checked~label img:last-child {
    display: block;
}

.testi_slide_cont p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    margin: 0 0 22px;
}

.testi_slide_cont figure {
    display: block;
    float: left;
    width: 100%;
}

.testi_slide_cont figure img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testi_slide_cont figure strong {
    display: block;
    font-size: 18px;
    line-height: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 6px;
}

.testi_slide_cont figure small {
    display: block;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
}

.testi_slide ul.slick-dots {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.testi_slide ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 15px;
}

.testi_slide ul.slick-dots li button {
    background: rgb(7 86 63 / 50%);
    width: 18px;
    height: 18px;
    font-size: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testi_slide ul.slick-dots li.slick-active button {
    background-color: #07563F;
}

.download_app_panel {
    background: #D0F0BE;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 60px 0 100px;
}

.download_app_panel::before {
    background: url('../img/shp-img.png') center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 154px;
    position: absolute;
    left: 0;
    top: -152px;
    content: '';
}

.download_app_panel p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    max-width: 880px;
    margin: 0 auto 50px;
}

.download_app_panel a {
    width: 195px;
    margin: 0 25px;
    display: inline-block;
    vertical-align: middle;
}

.inner_page_banner.business {
    height: 915px;
}

.inner_page_banner.business .inner_banner_img {
    width: 554px;
    right: -158px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.inner_page_banner.business .inner_banner_txt {
    width: 869px;
}

.what_to_know.odd {
    background: #F4FFEE;
}

.what_to_know.odd .h_txt h2 {
    color: #000;
}

.what_to_know.odd .h_txt h2::after {
    background-color: #07563F;
}

.what_to_know.odd .what_to_know_right {
    float: left;
}

.what_to_know.odd .what_to_know_left {
    float: right;
}

.what_to_know.odd .what_to_know_right figure {
    float: left;
}

.what_to_know.odd .custom_accordion h4 {
    color: #000;
    border-color: #07563F;
    background: url('../img/acc-arrow2.png') 98% center no-repeat;
    background-size: 28px auto;
}

.what_to_know.odd .custom_accordion h4.current {
    background: url('../img/acc-arrow2-active.png') 98% center no-repeat;
    background-size: 28px auto;
}

.what_to_know.odd .custom_accordion p {
    color: #000;
}

.custom_panel_info {
    background: #D0F0BE;
    width: 100%;
    float: left;
    padding: 130px 0 100px;
}

.custom_panel_info h3 {
    max-width: 1099px;
    font-size: 46px;
    line-height: 70px;
    font-weight: 500;
    color: #000;
    margin: 0 auto 80px;
    text-align: center;
}

.custom_panel_info .rows2 {
    margin: 0 -1.1%;
    text-align: center;
    font-size: 0;
}

.custom_panel_info .column2 {
    background: #fff;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    min-height: 703px;
    margin: 0 1.1%;
    box-shadow: 4px 4px 30px #0000001A;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all ease-in-out 0.2s;
}

.custom_panel_info .column2:hover {
    background-color: #07563F;
}

.custom_panel_info .column2 img {
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease-in-out 0.2s;
}

.custom_panel_info .column2 img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    position:absolute;
    display: none;
}

.custom_panel_info .column2:hover img:first-child {
    opacity: 0;
    visibility: hidden;
    position:absolute;
    display: none;
}

.custom_panel_info .column2:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    position: inherit;
    display: block;
}

.custom_panel_info .column2 strong {
    display: block;
    font-size: 22px;
    line-height: 40px;
    color: #000;
    padding-bottom: 20px;
    text-align: left;
    transition: all ease-in-out 0.2s;
}

.custom_panel_info .column2:hover strong,
.custom_panel_info .column2:hover p {
    color: #fff;
}

.custom_panel_info .column2 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-align: left;
    transition: all ease-in-out 0.2s;
}

.how_to_work {
    background: #D0F0BE url('../img/shp-img.png') center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    float: left;
    position: relative;
    padding: 470px 0 103px;
}

.how_to_work_box {
    width: 50%;
    float: left;
}

.slider2 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 60px;
}

.slide_cont {
    width: 100%;
}

.slide_cont p {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #000;
    max-width: 573px;
}

.custom_arrow {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.custom_arrow a {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border: none;
    outline: none;
    margin-right: 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.how_to_work_img {
    float: right;
    width: 50%;
}

.how_to_work_img figure {
    width: 494px;
    float: right;
}

.business_form_area {
    background: #F4FFEE;
    width: 100%;
}

.business_form {
    background: #fff;
    width: 100%;
    float: left;
    margin: -139px 0 -322px;
    position: relative;
    z-index: 1;
    padding: 100px 36px 80px;
    box-shadow: 0px 0px 50px #00000029;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.business_form .h_txt h2 {
    margin-bottom: 50px;
}

.form_field {
    width: 100%;
    float: left;
    padding: 40px 50px;
    border: 1px solid #BEBEBE;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.form_field strong {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #07563F;
    padding-bottom: 28px;
}

.form_field label {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.form_field input {
    width: 100%;
    float: left;
    height: 50px;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 15px 21px;
    margin-bottom: 20px;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.form_field textarea {
    width: 100%;
    float: left;
    height: 100px;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 15px 21px;
    margin-bottom: 40px;
    resize: none;
    border: 1px solid #BEBEBE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.form_field input[type="submit"] {
    background: #07563F;
    border: 1px solid #07563F !important;
    width: 144px;
    height: 70px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.form_field input[type="submit"]:hover {
    background: transparent;
    color: #07563F;
}


/*
font-family: 'Inter', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Poppins', sans-serif;

*/


/*responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1900px) {
    .home_banner_video {
        height: 800px;
    }
    .video_txt h2 {
        font-size: 65px;
    }
    .video_txt h4 {
        font-size: 13px;
    }
    .download_app_txt p {
        width: 629px;
        font-size: 40px;
    }
    .custom_panel1_txt p {
        font-size: 40px;
    }
    .h_txt h2 {
        font-size: 54px;
    }
    .custom_panel2 {
        padding: 95px 0;
    }
    .custom_panel4 p {
        font-size: 40px;
    }
    .inner_banner_txt {
        width: 675px;
    }
    .inner_banner_txt h1 {
        font-size: 53px;
        line-height: 70px;
    }
    .inner_banner_img {
        width: 592px;
        right: -85px;
    }
    .work_block {
        padding-top: 79px;
    }
}

@media only screen and (max-width:1700px) {
    .header {
        height: 100px;
    }
    .site_logo {
        padding: 14px 0;
    }
    .header_nav {
        padding: 32px 0;
    }
    a.arrow_btn {
        /* background-position: 95.5% center; */
        width: 250px;
        height: 64px;
        font-size: 16px;
        line-height: 18px;
        margin: 13px 0 13px 25px;
        padding: 23px 23px 22px;
    }
    .home_banner_video {
        height: 600px;
    }
    .video_txt {
        top: 68%;
    }
    .video_txt h2 {
        font-size: 50px;
        line-height: 90px;
    }
    .video_txt h4 {
        font-size: 12px;
        line-height: 22px;
    }
    .video_txt span {
        font-size: 24px;
        line-height: 40px;
    }
    .container {
        max-width: 1200px;
    }
    .left_img figure {
        width: auto;
        max-width: 500px;
        left: 0;
    }
    .our_vision_txt {
        padding: 58px 0 0 35px;
    }
    .h_txt h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .our_vision_txt p {
        font-size: 18px;
        line-height: 35px;
        width: auto;
    }
    .custom_panel2_img img {
        width: 100%;
    }
    .counter_number {
        padding: 84px 0;
    }
    .counter_number h3 {
        font-size: 45px;
        line-height: 55px;
    }
    .counter_number strong {
        font-size: 33px;
        line-height: 39px;
    }
    .counter_number small {
        font-size: 16px;
    }
    .download_app {
        padding: 90px 0;
    }
    .download_app_img img {
        width: 410px;
        left: 0;
    }
    .download_app_txt p {
        width: 629px;
        font-size: 23px;
        line-height: 50px;
        margin: 40px 0;
    }
    .custom_panel1_txt p {
        font-size: 23px;
        line-height: 50px;
        margin: 50px 0 0;
    }
    .custom_panel1_img img {
        width: 400px;
        margin-left: 83px;
    }
    .h_txt h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 27px;
    }
    .custom_panel2_txt p {
        font-size: 18px;
        line-height: 35px;
    }
    .custom_panel2_img img {
        width: 400px;
        margin-right: 60px;
    }
    .custom_panel2_txt li {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .custom_panel2 {
        padding: 82px 0 65px;
    }
    .custom_panel3_img {
        width: 34%;
    }
    .custom_panel3_txt {
        width: 51%;
    }
    .custom_panel4 p {
        font-size: 26px;
        line-height: 60px;
        max-width: 634px;
    }
    .custom_panel4 .rows1 {
        margin: 0 -4.3%;
    }
    .custom_panel4 .column1 {
        width: 24.6%;
        margin: 0 4.3%;
    }
    .custom_panel4 .column1 img {
        height: 160px;
        margin: 0 0 15px;
    }
    .custom_panel4 .column1 span {
        font-size: 22px;
        line-height: 49px;
    }
    .custom_panel4 {
        padding: 70px 0 80px;
    }
    .our_partner {
        padding: 90px 0;
    }
    .our_partner p {
        font-size: 18px;
        margin: 0 auto 45px;
    }
    .d_img1 {
        width: 200px;
        top: -109px;
    }
    .d_img2 {
        width: 230px;
        left: 46px;
        bottom: -111px;
    }
    .inner_page_banner {
        height: 637px;
    }
    .inner_banner_txt {
        width: 540px;
    }
    .inner_banner_txt h1 {
        font-size: 45px;
        line-height: 61px;
    }
    .inner_banner_txt p {
        margin-bottom: 40px;
    }
    .inner_banner_img {
        width: 556px;
        right: 0;
    }
    .custom_accordion {
        width: 600px;
    }
    .what_to_know_right figure {
        width: 473px;
    }
    .what_to_know {
        padding: 84px 0 100px;
    }
    .inner_page_banner.business {
        height: 690px;
    }
    .inner_page_banner.business .inner_banner_txt {
        width: 603px;
    }
    .inner_banner_txt h1 {
        font-size: 39px;
        line-height: 58px;
    }
    .inner_page_banner.business .inner_banner_img {
        width: 470px;
        right: 15px;
    }
    .business_form {
        margin: -72px 0 -227px;
        padding: 70px 36px 60px;
    }
    .how_to_work {
        padding: 333px 0 103px;
    }
    .custom_panel_info h3 {
        max-width: 1099px;
        font-size: 36px;
        line-height: 58px;
        font-weight: 500;
        color: #000;
        margin: 0 auto 68px;
    }
    .custom_panel_info {
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width:1365px) {
    .container {
        max-width: 1070px;
    }
    .header {
        height: 90px;
    }
    .site_logo {
        padding: 10px 0;
        width: 80px;
    }
    .header_nav {
        padding: 22px 0;
    }
    .header_nav li {
        padding: 0 20px;
    }
    .header_nav li a {
        font-size: 16px;
    }
    a.arrow_btn {
        background-position: 96% center;
        width: 220px;
        background-size: 36px auto;
        height: 52px;
        font-size: 15px;
        line-height: 18px;
        margin: 9px 0 9px 16px;
        padding: 17px 16px 14px;
    }
    .left_img figure {
        max-width: 444px;
    }
    .our_vision_txt {
        padding: 50px 0 0 0;
    }
    .our_vision {
        padding: 73px 0 120px;
    }
    .download_app_txt p {
        width: auto;
    }
    .custom_panel2_img img {
        margin-right: 0px;
    }
    .custom_panel2_txt li img {
        margin-right: 15px;
    }
    .custom_panel4 p {
        font-size: 23px;
        line-height: 49px;
        max-width: 549px;
    }
    .custom_panel4 .rows1 {
        margin: 0;
    }
    .custom_panel4 .column1 {
        width: 33.3%;
        margin: 0;
    }
    .custom_panel4 .column1 span {
        font-size: 20px;
        line-height: 40px;
    }
    .our_partner {
        padding: 65px 0;
    }
    .footer_widget {
        padding: 40px 0 16px 3.5%;
    }
    .footer_bottom {
        padding: 25px 0;
    }
    .btn_area {
        padding: 50px 0 30px;
    }
    .btn_area a {
        width: 210px;
        height: 60px;
        margin: 0 15px;
        padding: 17px;
        font-size: 18px;
    }
    .inner_banner_txt {
        width: 455px;
    }
    .inner_banner_txt h1 {
        font-size: 35px;
        line-height: 48px;
    }
    .inner_banner_txt p {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 37px;
    }
    .inner_banner_txt a {
        width: 160px;
        margin-right: 20px;
    }
    .inner_banner_img {
        width: 535px;
        right: 15px;
    }
    .custom_accordion {
        width: 100%;
    }
    .custom_accordion h4 {
        font-size: 19px;
        font-weight: 600;
    }
    .download_app_panel a {
        width: 150px;
        margin: 0 15px;
    }
    .download_app_panel::before {
        background-size: 100% auto;
        height: 99px;
        top: -96px;
    }
    .download_app_panel {
        padding: 50px 0 75px;
    }
    .testimonial {
        padding: 80px 0 120px 0;
    }
    .inner_page_banner.business {
        height: 550px;
    }
    .inner_page_banner.business .inner_banner_img {
        width: 370px;
        right: 15px;
        top: 43%;
    }
    .inner_page_banner.business .inner_banner_txt {
        top: 44%;
    }
    .how_to_work_img figure {
        width: 414px;
    }
    .what_to_know.odd .what_to_know_right figure {
        width: 433px;
    }
    .custom_panel_info h3 {
        max-width: 946px;
        font-size: 29px;
        line-height: 52px;
    }
    .custom_panel_info .rows2 {
        margin: 0;
    }
    .custom_panel_info .column2 {
        width: 100%;
        margin: 0 0 30px;
        min-height: unset;
        text-align: center;
    }
    .custom_panel_info .column2 img {
        margin: 0 auto 14px;
    }
    .custom_panel_info .column2 p {
        height: auto !important;
    }
    .business_form {
        margin: -45px 0 -167px;
        padding: 70px 36px 60px;
    }
    .how_to_work {
        padding: 260px 0 103px;
    }
}

@media only screen and (max-width:1199px) {
    .container {
        max-width: 1024px;
    }
    .custom_panel1 {
        background-size: 530px 255px;
    }
    .custom_panel1_img img {
        margin-left: 35px;
    }
    .custom_panel3_img {
        width: 40%;
    }
    .inner_page_banner {
        height: 580px;
    }
    .inner_banner_img {
        width: 450px;
    }
    .what_to_know_right figure {
        width: 454px;
    }
    .download_app_panel::before {
        top: -89px;
    }
    .download_app_panel::before {
        top: -80px;
    }
    .rating-box .rating-container label {
        margin-right: 27px;
    }
    .rating-box .rating-container label img {
        width: 20px;
        height: 20px;
    }
    .testi_slide_cont {
        padding: 30px 30px 24px 30px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
}

@media only screen and (max-width:1099px) {
    .home_banner_video {
        height: 500px;
    }
    .video_txt h2 {
        font-size: 34px;
        line-height: 60px;
    }
    .video_txt h4 {
        font-size: 8px;
        line-height: 15px;
    }
    .video_txt span {
        font-size: 21px;
        line-height: 38px;
        max-width: 508px;
    }
    .h_txt h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .h_txt h2::after {
        width: 100px;
    }
    .download_app_txt p {
        width: auto;
        font-size: 20px;
        line-height: 44px;
    }
    .download_app_img img {
        width: 76%;
    }
    .custom_panel1_txt p {
        font-size: 20px;
        line-height: 44px;
    }
    .custom_panel2_txt li {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .custom_panel2_img img {
        width: 85%;
    }
    .d_img1 {
        width: 160px;
        top: -88px;
    }
    .d_img2 {
        width: 176px;
        left: 24px;
        bottom: -85px;
    }
    .d_img3 {
        width: 146px;
        top: -65px;
    }
    .d_img4 {
        width: 135px;
    }
    .d_img5 {
        width: 155px;
        left: 0;
        top: -119px;
    }
    .d_img6 {
        width: 134px;
        bottom: -78px;
    }
    .our_partner figure {
        max-width: 800px;
    }
    .what_to_know_right {
        width: 100%;
        margin-top: 50px;
    }
    .what_to_know_right figure {
        width: 454px;
        margin: 0 auto;
        float: none;
    }
    .what_to_know_left {
        width: 100%;
    }
    .inner_banner_img {
        display: none;
    }
    .inner_banner_txt {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        left: 0;
    }
    .inner_banner_txt h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .inner_banner_txt p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .inner_page_banner {
        height: 370px;
    }
    .inner_banner_txt a {
        width: 115px;
        margin-right: 15px;
    }
    .work_block {
        padding: 55px 0 50px;
    }
    .work_block li {
        margin: 15px 2% 20px;
        width: 30%;
    }
    .work_block li img {
        margin-bottom: 0;
    }
    .work_block li h3 {
        font-size: 19px;
        line-height: 29px;
        margin: 0 0 11px;
        height: 57px;
    }
    .what_to_know {
        padding: 63px 0 75px;
    }
    .what_to_know_right {
        margin-top: 30px;
    }
    .what_to_know_right figure {
        width: 340px;
    }
    .testi_slide_cont p {
        font-size: 16px;
        line-height: 29px;
    }
    .download_app_panel::before {
        top: -61px;
    }
    .testimonial {
        padding: 55px 0 70px 0;
    }
    .acc_cont p {
        font-size: 17px;
        line-height: 31px;
    }
    .custom_accordion h4 {
        font-size: 17px;
        font-weight: 600;
        padding: 16px 38px 16px 0;
    }
    .testimonial .h_txt h2 {
        margin-bottom: 15px;
    }
    .inner_page_banner.business .inner_banner_txt {
        text-align: left;
        width: 541px;
    }
    .inner_page_banner.business .inner_banner_img {
        display: block;
    }
    .inner_page_banner.business {
        height: 500px;
    }
    .what_to_know.odd .what_to_know_right figure {
        width: 433px;
        float: none;
    }
}

@media only screen and (max-width:992px) {
    a.arrow_btn {
        background-position: 96% center;
        width: 210px;
    }
    .header_nav li {
        padding: 0 15px;
    }
    .home_banner_video {
        height: 400px;
    }
    .video_txt h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .video_txt h4 {
        font-size: 8px;
        line-height: 10px;
    }
    .video_txt span {
        font-size: 16px;
        line-height: 30px;
        max-width: 420px;
    }
    .left_img figure {
        max-width: inherit;
        width: 90%;
    }
    .counter_number h3 {
        font-size: 30px;
        line-height: 37px;
    }
    .counter_number strong {
        font-size: 25px;
        line-height: 27px;
    }
    .download_app {
        padding: 55px 0;
    }
    .download_app_img img {
        width: 85%;
    }
    .custom_panel1_img img {
        margin-left: 19px;
        width: 90%;
    }
    .custom_panel1_txt p {
        font-size: 18px;
        line-height: 39px;
    }
    .custom_panel2 {
        padding: 54px 0 35px;
    }
    .custom_panel2_txt li img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .custom_panel4 p {
        font-size: 20px;
        line-height: 42px;
        max-width: 444px;
    }
    .custom_panel4 .column1 img {
        height: 127px;
    }
    .custom_panel4 .column1 span {
        font-size: 17px;
        line-height: 33px;
    }
    .d_img1 {
        width: 116px;
        top: -63px;
        right: 10px;
    }
    .d_img2 {
        width: 121px;
        left: 8px;
        bottom: -58px;
    }
    .d_img3 {
        width: 101px;
        top: -45px;
    }
    .d_img4 {
        width: 94px;
    }
    .d_img5 {
        width: 87px;
        top: -67px;
    }
    .d_img6 {
        width: 92px;
        bottom: -53px;
    }
    .btn_area a {
        width: 170px;
        height: 53px;
        margin: 0 10px;
        padding: 12px;
        font-size: 15px;
    }
    .footer_widget {
        padding: 30px 0 16px 20px;
    }
    .footer_widget li {
        margin-bottom: 0;
    }
    .footer_widget p {
        font-size: 13px;
        line-height: 27px;
    }
    .footer_widget li a {
        font-size: 13px;
    }
    .footer_widget li a img {
        width: 17px;
        margin: 0 12px 0 0;
    }
    .footer_widget.odd ul:last-child {
        margin-left: 25px;
    }
    a.footer_logo {
        width: 92px;
    }
    .counter_number {
        padding: 50px 0;
    }
    .inner_page_banner {
        height: auto;
    }
    .inner_banner_txt {
        padding: 30px 15px;
        position: relative;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .work_block ul {
        margin: 0;
    }
    .work_block ul li {
        width: 100%;
        margin: 0 0 30px;
    }
    .work_block li h3 {
        height: auto;
    }
    .testi_slide ul.slick-dots {
        margin: 0;
    }
    .inner_page_banner.business .inner_banner_img {
        display: none;
    }
    .inner_page_banner.business {
        height: auto;
    }
    .inner_page_banner.business .inner_banner_txt {
        text-align: center;
        width: 100%;
        padding: 36px 20px 50px;
    }
    .form_field {
        padding: 30px;
    }
    .how_to_work_img {
        float: right;
        width: 100%;
    }
    .how_to_work_img figure {
        width: 414px;
        float: none;
        margin: 0 auto;
    }
    .how_to_work_box {
        width: 100%;
    }
    .slide_cont p {
        max-width: unset;
    }
    .custom_panel_info h3 {
        max-width: 846px;
        font-size: 25px;
        line-height: 44px;
    }
    .custom_panel_info {
        padding: 70px 0;
    }
}

@media only screen and (max-width:767px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .left_img {
        width: 100%;
    }
    .left_img figure {
        max-width: inherit;
        width: 400px;
        margin: 0 auto;
    }
    .our_vision_txt {
        width: 100%;
    }
    .h_txt h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .our_vision {
        padding: 45px 0 63px;
    }
    .our_vision_txt p {
        font-size: 17px;
        line-height: 34px;
    }
    .download_app_img {
        width: 100%;
    }
    .download_app_img img {
        width: 400px;
        margin: 0 auto;
        float: none;
    }
    .download_app_txt {
        width: 100%;
    }
    .download_app_txt p {
        font-size: 17px;
        line-height: 34px;
        max-width: inherit;
    }
    .custom_panel1 {
        padding: 60px 0;
    }
    .custom_panel1_img {
        width: 100%;
        float: left;
    }
    .custom_panel1_img img {
        margin: 0 auto;
        width: 400px;
    }
    .custom_panel1_txt {
        width: 100%;
        text-align: center;
        padding: 0 50px;
    }
    .custom_panel2_img {
        width: 100%;
        float: right;
        text-align: center;
    }
    .custom_panel2_img {
        width: 100%;
    }
    .custom_panel2_img img {
        width: 400px;
        margin: 0 auto 30px;
    }
    .custom_panel2_txt {
        width: 100%;
    }
    .custom_panel2_txt p {
        font-size: 17px;
        line-height: 34px;
        max-width: inherit;
    }
    .custom_panel3 {
        padding: 59px 0 49px;
    }
    .custom_panel3_img {
        width: 100%;
    }
    .custom_panel3_img img {
        max-width: inherit;
        width: 400px;
        margin: 0 auto 20px;
    }
    .custom_panel3_txt {
        width: 100%;
    }
    .custom_panel3_txt p {
        font-size: 17px;
        line-height: 34px;
    }
    .custom_panel4 .column1 {
        width: 100%;
        margin: 0 0 30px;
    }
    .custom_panel4 {
        padding: 45px 0 10px;
    }
    .custom_panel4 p {
        font-size: 17px;
        line-height: 34px;
        max-width: 505px;
        margin: 0 auto 31px;
    }
    .footer_widget {
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }
    a.footer_logo {
        margin: 0 auto;
    }
    .footer_widget p {
        font-size: 13px;
        line-height: 27px;
        margin: 16px auto 0;
        max-width: 400px;
    }
    .footer_widget h5 {
        margin: 0px 0 6px;
    }
    .social_icon {
        text-align: center;
        font-size: 0;
    }
    .social_icon a {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .footer_widget.odd ul {
        float: none;
        margin: 0 !important;
    }
    .home_banner_video {
        height: 300px;
    }
    .video_txt h2 {
        font-size: 23px;
        line-height: 23px;
    }
    .video_txt h4 {
        font-size: 10px;
        line-height: 15px;
    }
    .video_txt span {
        font-size: 13px;
        line-height: 23px;
        max-width: 320px;
    }
    .left_img figure,
    .download_app_img img,
    .custom_panel1_img img,
    .custom_panel2_img img,
    .custom_panel3_img img {
        width: 322px;
    }
    .header_nav {
        background: #13624C;
        position: fixed;
        width: 240px;
        right: -500px;
        top: 0;
        height: 100vh;
        z-index: 3;
        padding-top: 50px;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }
    .header_nav.slide {
        right: -16px;
        height: 100vh;
        z-index: 999;
    }
    .header_nav ul {
        margin: 0 0 70px;
        width: 100%;
        float: left;
    }
    .header_nav li {
        padding: 0;
        width: 100%;
    }
    .header_nav li a {
        padding: 10px 15px;
        color: #fff;
    }
    .header_nav li a::after {
        display: none;
    }
    .header_nav li:hover a,
    .header_nav li.active a {
        background: #F4FFEE;
        color: #13624C;
    }
    .header_right a.arrow_btn {
        display: none;
    }
    a.arrow_btn.hide {
        display: block;
        margin: 30px auto 0;
        float: none;
        clear: both;
    }
    a.arrow_btn.hide:hover {
        background: transparent url('../img/arrow.png') 93.9% center no-repeat;
        background-size: 36px auto;
        border-color: #F4FFEE;
        color: #F4FFEE;
    }
    a.cls_btn,
    a.mob_btn {
        display: block;
    }
    a.cls_btn {
        color: #D0F0BE;
        position: absolute;
        top: 5px;
        left: 15px;
        font-size: 25px;
    }
    a.mob_btn {
        color: #07563F;
        position: absolute;
        top: 18px;
        right: 15px;
        font-size: 34px;
    }
    .download_app_panel::before {
        top: -52px;
    }
}

@media only screen and (max-width:690px) {
    .d_img1 {
        width: 60px;
        top: -33px;
        right: 10px;
    }
    .d_img2 {
        width: 60px;
        left: 8px;
        bottom: -29px;
    }
    .d_img3 {
        width: 60px;
        top: -27px;
    }
    .d_img4 {
        width: 60px;
    }
    .d_img5 {
        width: 60px;
        top: -46px;
    }
    .d_img6 {
        width: 60px;
        bottom: -35px;
    }
    .counter_number strong {
        font-size: 21px;
        line-height: 23px;
    }
    .custom_panel1_txt {
        padding: 0;
    }
    .custom_panel2_txt li {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .btn_area a {
        width: 125px;
        height: 45px;
        margin: 0 10px;
        padding: 9px;
        font-size: 15px;
    }
    .footer_bottom {
        padding: 14px 0;
        font-size: 12px;
        line-height: 20px;
    }
    .download_app_panel::before {
        top: -44px;
        height: 46px;
    }
}

@media only screen and (max-width:560px) {
    .download_app_panel::before {
        top: -38px;
        height: 40px;
    }
    .inner_banner_txt h1 {
        font-size: 21px;
        line-height: 31px;
    }
    .how_to_work_img figure {
        width: 320px;
    }
    .what_to_know.odd .what_to_know_right figure {
        width: 320px;
    }
    .business_form {
        padding: 46px 15px 30px;
    }
    .business_form .h_txt h2 {
        margin-bottom: 50px;
        font-size: 21px;
        line-height: 32px;
    }
    .form_field {
        padding: 22px 18px;
    }
    .form_field input[type="submit"] {
        height: 55px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:479px) {
    .download_app_panel::before {
        top: -27px;
        height: 28px;
    }
    .download_app_panel a {
        width: 110px;
        margin: 0 6px;
    }
    .download_app_panel {
        padding: 40px 0 50px;
    }
}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}
