/* ================================================== */
/* General Style */
/* ================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}

[data-aos=fade-up] {
    transform: translate3d(0, 20px, 0);
}

[data-aos=fade-left] {
    transform: translate3d(20px, 0, 0);
}

[data-aos=fade-right] {
    transform: translate3d(-20px, 0, 0);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
    color: #000;
}

p,
figure {
    margin: 0px;
}

a {
    text-decoration: none !important;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-control {
    padding: .6rem .8rem;
}

.form-control {
    font-size: 13px;
    font-weight: 300;
    border-color: #b8b7b7 !important;
}

.form-control:focus {
    box-shadow: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
    opacity: 1;
}

.error,
.msg-error {
    color: #e00707;
    font-size: 12px;
    line-height: 12px;
}

.msg-success {
    color: green;
}

.msg {
    margin-top: 20px;
    font-size: 13px;
    font-weight: normal;
}

.errorTxt {
    width: 100%;
    position: absolute;
    left: 5px;
    bottom: 0px;
}

/* ================================================== */
/* Preloader */
/* ================================================== */
#loader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#element {
    width: 70px;
    height: 24px;
    position: relative;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 1001;
    animation: spin 2s linear infinite;
}

.circ-one,
.circ-two {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.circ-one {
    background: #e00707;
    float: left;
    animation: load-x 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}

.circ-two {
    background: #282828;
    float: right;
    animation: load-y 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}

@keyframes load-x {
    0% {
        left: -5px;
    }

    25% {
        z-index: 2;
    }

    50% {
        left: 50px;
    }

    75% {
        z-index: 1;
    }

    100% {
        left: -5px;
    }
}

@keyframes load-y {
    0% {
        right: -5px;
    }

    25% {}

    50% {
        right: 50px;
        z-index: 1;
    }

    75% {
        z-index: 2;
    }

    100% {
        right: -5px;
    }
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

/* ================================================== */
/* Header */
/* ================================================== */

header {
    display: block;
    padding: 18px 0px 15px 0px;
}

a.navbar-brand {
    width: 150px;
}

a.navbar-brand img {
    display: block;
}

.navbar-nav .nav-link {
    padding: 0 25px !important;
}

.navbar {
    width: 100%;
    position: absolute;
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar.fixed{
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px #e0e5e9 solid;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.04);
    z-index: 999;
}

.navbar.inner-header.fixed{
    position: fixed;
}

.navbar.fixed{
	animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
}

.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

 @keyframes stickyhead {
0% {
 opacity: 0;
 transform: translateY(-100%);
}
100% {
 opacity: 1;
 transform: translateY(0px);
}
}
 @keyframes stickyhead {
0% {
 opacity: 0;
 transform: translateY(-100%);
}
100% {
 opacity: 1;
 transform: translateY(0px);
}
}

.navbar a.whatsapp {
    padding: 6px 15px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border: 1px #e1e1e1 solid;
    border-radius: 25px;
}

.navbar a.whatsapp:hover {
    background: #fff;
    color: #333;
}

.navbar a.whatsapp span {
    display: inline-block;
    margin-right: 10px;
    width: 28px;
}

/* ================================================== */
/* Banner */
/* ================================================== */

.banner {
    width: 100%;
    height: 740px;
    padding: 215px 0 0 0;
    background: url(../images/banner-bg.jpg) no-repeat center top / cover;
    overflow: hidden;
}

.banner h1 {
    display: block;
    max-width: 530px;
    padding-bottom: 30px;
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
}

.banner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner h1 span {
    color: #e00707;
}

.banner p {
    display: block;
    max-width: 510px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.banner p span {
    font-weight: 700;
}

.banner a.download {
    width: 194px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px;
    border-radius: 5px;
    background: #000;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.banner a.download .icon{
    width: 18px;
}

.banner a.download .icon img{
    width: 18px;
}

.banner a.download .right{
    width: calc(100% - 18px);
    padding-left: 5px;
}

.banner a.download:hover {
    background: #e00707;
}

.banner .subscribe {
    max-width: 400px;
    display: none;
}

.banner .subscribe label {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.banner .subscribe-form {
    display: flex;
}

.banner .subscribe-form .form-control {
    padding: 8px 20px;
}

.banner .subscribe-form .join-us {
    min-width: 100px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    background: #000;
    border: none;
}

.banner .subscribe-form .join-us:hover {
    background: #e00707;
}

.banner-form {
    max-width: 600px;
    margin-left: auto;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}

.banner-form .form-row {
    margin-bottom: 0px;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}

.banner-form .form-row .left,
.banner-form .form-row .right {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.banner-form .form-row,
.banner-form .input-row {
    padding-bottom: 10px;
    position: relative;
}

.banner-form .input-row .errorTxt {
    bottom: 9px
}

.banner-form h2 {
    display: block;
    padding-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}

.banner-form .form-control {
    font-size: 12px;
}

.banner-form .form-control.error,
.custom_select.error{
    margin-bottom: 26px;
    position: relative;
}

.banner-form .submit-btn {
    width: 100%;
    padding: 10px 0;
    display: block;
    background: #e00707;
    border: none;
}

.banner-form .submit-btn:hover {
    background: #000;
}

.banner-form .select2.select2-container {
    background: none;
    border: 1px solid #b8b7b7;
    border-radius: 5px;
    box-shadow: none;
    height: 39px;
    line-height: 39px;
    padding: 0 45px 0 10px;
    width: 100% !important;
    display: block;
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.banner-form .select2-container .select2-selection--single {
    height: 38px;
}

.banner-form .select2-container--default .select2-selection--single {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0px;
}

.banner-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    color: #697980;
    line-height: 39px;
}

.banner-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #697980;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.banner-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0px;
    width: 35px;
    height: 100%;
    border-radius: 2px;
    top: 0px;
}

.select2-results__option {
    padding: 2px 6px;
    font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #e00707;
}

.select2-container--open .select2-dropdown--below {
    top: -3px;
}

.banner .right{
    position: relative;;
}
.banner .phone-img{
    max-width: 600px;
    position: absolute;
    bottom: -250px;
}

/* ================================================== */
/* Features */
/* ================================================== */
.features {
    display: block;
    padding: 100px 0 50px 0;
    text-align: center;
}

.features h2 {
    display: block;
    padding-bottom: 50px;
    font-size: 34px;
    font-weight: 600;
}

.features ul.features-list li {
    text-align: center;
}

.features ul.features-list li .inside {
    max-width: 250px;
    margin: 0 auto;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 40px #e1e1e1;
    border-radius: 160px;
    padding: 60px 30px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features ul.features-list li:hover .inside {
    background: red;
}

.features ul.features-list li span {
    width: 122px;
    height: 122px;
    line-height: 122px;
    display: block;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 50%;
}

.features ul.features-list li:hover span {
    background: #fff;
}

.features ul.features-list li:hover h3,
.features ul.features-list li:hover p {
    color: #fff;
}

.features ul.features-list li span img {
    width: 70px;
    vertical-align: middle;
}

.features ul.features-list li h3 {
    display: block;
    padding: 30px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
}

.features ul.features-list li p {
    font-size: 14px;
    line-height: 22px;
    color: #777;
}

/* ================================================== */
/* can do */
/* ================================================== */
.can-do {
    display: block;
    padding: 50px 0;
    text-align: center;
}

.can-do h2 {
    display: block;
    padding-bottom: 50px;
    font-size: 34px;
    font-weight: 600;
    display: block;
}

.can-do ul.can-do-list.owl-carousel li {
    width: calc(100% - 12px);
}

.can-do ul.can-do-list li .inner {
    min-height: 200px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px #e1e1e1 solid;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.can-do ul.can-do-list li .left {
    width: 36%;
    overflow: hidden;
}

.can-do ul.can-do-list li .left figure,
.can-do ul.can-do-list li .left figure img {
    height: 100%;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.can-do ul.can-do-list li:hover figure img {
    transform: scale(1.15);
}

.can-do ul.can-do-list li .right {
    width: 64%;
    padding: 20px 25px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.can-do ul.can-do-list li .right h3 {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.can-do ul.can-do-list li .right p {
    display: block;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}

.can-do ul.can-do-list li .right a {
    min-width: 120px;
    display: inline-block;
    padding: 3px 16px;
    border-radius: 5px;
    border: 1px #e1e1e1 solid;
    font-size: 15px;
    text-align: center;
    color: #333;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.can-do ul.can-do-list li .right a:hover {
    background: #e00707;
    border: 1px transparent solid;
    color: #fff;
}

.can-do .owl-dots,
.can-do .owl-nav {
    text-align: center;
}

.can-do .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #f0a2a2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.can-do .owl-dots .owl-dot.active span,
.can-do .owl-dots .owl-dot:hover span {
    width: 32px;
    background: #e00707;
}


/* ================================================== */
/* Join Us */
/* ================================================== */

.can-do.join-us h2 {
    padding-bottom: 10px;
}

.can-do.join-us span {
    display: block;
    padding-bottom: 30px;
    font-size: 16px;
}

/* ================================================== */
/* Video */
/* ================================================== */
.video-sec {
    display: block;
    min-height: 700px;
    padding: 100px 0 50px 0;
    background: url(../images/video-bg.jpg) no-repeat center top / cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-sec h2 {
    display: block;
    padding-bottom: 15px;
    font-size: 62px;
    line-height: 62px;
    color: #fff;
}

.video-sec p {
    display: block;
    max-width: 320px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.video-sec a.contact {
    min-width: 160px;
    display: inline-block;
    padding: 6px 25px;
    border-radius: 5px;
    border: 1px #fff solid;
    font-size: 15px;
    text-align: center;
    color: #fff;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.video-sec a.contact:hover {
    background: #fff;
    border: 1px transparent solid;
    color: #333;
}

.video-sec a.play-btn {
    width: 92px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video-sec a.play-btn svg {
    max-width: 100%;
}

.video-sec a.play-btn:hover path {
    fill: #e00707;
}

.fancybox__container {
    outline: none !important;
}

/* ================================================== */
/* Footer */
/* ================================================== */
.footer {
    display: block;
    padding: 120px 0 0 0;
    background: #282828;
}

.footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .left .inner {
    max-width: 400px;
    padding-bottom: 60px;
}

.footer .left span {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 3px;
    color: #7d7a7a;
    text-transform: uppercase;
}

.footer .left h3 {
    display: block;
    padding-bottom: 25px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.footer .left .download-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .left .qr-code {
    width: 116px;
}

.footer .left .qr-desc {
    width: calc(100% - 116px);
    padding-left: 30px;
}

.footer .left .qr-desc p {
    display: block;
    padding: 15px 0 20px 0;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.footer .left a.google-play {
    max-width: 154px;
    display: inline-block;
}

.footer .right {
    position: relative;
}

.footer .app-screens {
    max-width: 410px;
}

.footer .right .flower-pot {
    width: 150px;
    position: absolute;
    left: -32%;
    bottom: 20px;
}

.footer .menu-wrapper {
    padding: 25px 0;
}

.footer ul.foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul.foot-nav li {
    padding: 0 20px;
}

.footer ul.foot-nav li:first-child {
    padding-left: 0px;
}

.footer ul.foot-nav li a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.footer ul.foot-nav li a:hover {
    opacity: 0.6;
}

.footer hr {
    border-top: 1px #414141 solid;
    opacity: 1;
    margin: 0;
}

.footer .menu-wrapper .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul.follow-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.footer ul.follow-us li {
    padding: 0 10px;
}

.footer ul.follow-us li a {
    color: #fff;
}

.footer ul.follow-us li a:hover {
    opacity: 0.6;
}

.footer .copyright-row {
    padding: 20px 0;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.footer a.developed-by {
    font-weight: 500;
    color: #fff;
}

.footer a.developed-by:hover {
    opacity: 0.6;
}

.footer .copyright {
    text-align: right;
}

.whatsapp-mob{
    width: 36px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}

/* ================================================== */
/* About Us */
/* ================================================== */
.about-banner{
    width: 100%;
    height: 340px;
    padding: 190px 0 0 0;
    background: #f6f6f6;
}

.about-banner h1 {
    display: block;
    font-size: 44px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
}

.about-banner h1 span{
    color: #e00707;
}

.about-us-cnt{
    padding: 90px 0 50px 0;
}

.about-us-cnt .left .inner{
    max-width: 500px;
}

.about-us-cnt p{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}

.how-works{
    padding: 90px 0;
    background: #f6f6f6;
    overflow: hidden;
}
.how-works h2{
    display: block;
    font-size: 44px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
}

.how-works ul.how-works-list{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.how-works ul.how-works-list li{
    padding-top: 40px;
    text-align: center;
    position: relative;
}
.how-works ul.how-works-list li:after{
    width: 100%;
    height: 1px;
    display: block;
    background: #dedede;
    content: "";
    position: absolute;
    left: 40%;
    top: 80px;;
    z-index: 1;
}
.how-works ul.how-works-list li:nth-child(3n):after,
.how-works ul.how-works-list li:last-child:after{
    display: none;
}
.how-works ul.how-works-list li .inner{
    max-width: 248px;
    margin: 0 auto;
}
.how-works ul.how-works-list li .icon{
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #fff;
    border: 1px #dedede solid;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.how-works ul.how-works-list li .icon img{
    width: 40px;
    margin: 0 auto;
    display: inline-block;
}
.how-works ul.how-works-list li p{
    display: block;
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.why-we-do{
    padding: 80px 0;
}
.why-we-do h2{
    display: block;
    padding-bottom: 30px;
    font-size: 44px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
}
.why-we-do ul.can-do-list li .inner{
    margin-bottom: 0px;
}
.what-we-do{
    display: block;
    min-height: 700px;
    padding: 100px 0;
    background: url(../images/what-we-do.jpg) no-repeat center top / cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.what-we-do .inner{
    max-width: 480px;
    padding: 40px 50px 40px 30px;
    background: #fff;
    border-radius: 20px;
}
.what-we-do .inner h2{
    display: block;
    padding-bottom: 0px;
    font-size: 34px;
    font-weight: 600;
    color: #000;
    line-height: 34px;
}
.what-we-do .inner ul li{
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 0 20px;
    position: relative;
}
.what-we-do .inner ul li:before{
    width: 13px;
    height: 13px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    background: url(../images/list-arrow.svg) no-repeat left top;
}

/* ================================================== */
/* Contact Us */
/* ================================================== */
.contact-sec{
    height: inherit;
    padding: 90px 0;
    background: #fff;
}

.contact-sec .banner-form{
    width: 100%;
    max-width: inherit;
    border: 1px #e1e1e1 solid;
}

.contact-sec h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}

.email{
    display: block;
    padding-bottom: 5px;
}

.email a {
    color: #e00707;
}


/* ================================================== */
/* Privacy Policy */
/* ================================================== */
.navbar.inner-header {
    position: inherit;
}

.inner-header {
    border-bottom: 1px #e1e1e1 solid;
}

.privacy-outer {
    padding: 60px 0;
}

.privacy-outer h1 {
    display: block;
    padding-bottom: 25px;
    font-size: 34px;
    font-weight: 600;
}

.privacy-outer h2 {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}

.privacy-outer h3 {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.privacy-outer p {
    display: block;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
}

.privacy-outer a {
    color: #e00707;
    text-decoration: underline !important;
}

.privacy-outer ul{
    padding-bottom: 20px;
}

.privacy-outer ul li{
    padding-bottom: 5px;
    margin-left: 20px;
    list-style: disc;
    font-size: 14px;
    line-height: 22px;
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .container {
        max-width: 1140px;
    }

}


/* devices (large desktops, 1200px and below) */
@media (max-width: 1200px) {

    .banner {
        height: 710px;
    }
    
    .banner h1 {
        padding-bottom: 20px;
        font-size: 38px;
        line-height: 42px;
    }

    .banner p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-form {
        padding: 40px 30px;
    }

    .can-do ul.can-do-list li .right h3 {
        font-size: 18px;
    }

    .video-sec {
        min-height: 600px;
    }

}

/* Large devices (desktops, 992px and below) */
@media (max-width: 991px) {

    .form-control {
        padding: .375rem .75rem;
    }

    .banner-form .select2.select2-container {
        height: 31px;
        line-height: 31px;
        padding-right: 29px;
    }

    .banner-form .select2-container .select2-selection--single {
        height: 29px;
    }

    .banner-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 29px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0px;
    }

    .navbar-nav .nav-link {
        padding: 0 10px !important;
        font-size: 14px;
    }

    .banner {
        height: 600px;
        padding: 150px 0 0 0;
    }

    .banner h1 {
        padding-bottom: 15px;
        font-size: 28px;
        line-height: 32px;
    }

    .banner p {
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .banner-form {
        padding: 30px 25px;
    }

    .banner-form .submit-btn {
        padding: 8px 0;
    }

    .features,
    .about-us-cnt{
        padding: 80px 0 50px 0;
    }

    .features h2,
    .can-do h2 {
        padding-bottom: 40px;
        font-size: 30px;
    }

    .features ul.features-list li span {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .features ul.features-list li h3 {
        font-size: 16px;
    }

    .features ul.features-list li .inside {
        padding: 40px 20px;
    }

    .can-do ul.can-do-list li .left {
        width: 45%;
    }

    .can-do ul.can-do-list li .right {
        width: 55%;
        padding: 15px 20px 20px 20px;
    }

    .can-do ul.can-do-list li .right h3 {
        font-size: 16px;
    }

    .can-do ul.can-do-list li .right p {
        font-size: 13px;
        line-height: 18px;
    }

    .video-sec {
        min-height: 500px;
    }

    .video-sec h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .video-sec a.play-btn {
        width: 60px;
    }

    .footer {
        padding: 60px 0 0 0;
    }

    .footer .right .flower-pot {
        display: none;
    }

    .footer .left h3 {
        font-size: 24px;
        line-height: 28px;
    }
    
    .footer ul.foot-nav li a {
        font-size: 12px;
    }

    .footer .left .inner {
        padding-bottom: 20px;
    }

    .footer .left .qr-desc p {
        font-size: 12px;
        line-height: 20px;
    }

    .footer .left .qr-desc {
        padding-left: 20px;
    }
    
    .privacy-outer h1{
        font-size: 24px;
    }
    
    .privacy-outer h2 {
        font-size: 18px;
    }
}


/* Medium devices (tablets, 767px and below) */
@media (max-width: 767px) {

    a.navbar-brand {
        width: 120px;
    }

    .navbar {
        padding-top: 12px;
        padding-bottom: 12px;
        background: #fff;
        z-index: 999;
        box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    }

    .navbar-nav {
        padding: 30px 0 0 0;
    }

    .navbar-nav .nav-link {
        padding: 5px 0 !important;
    }

    .navbar a.whatsapp {
        display: none;
    }

    .navbar-toggler {
        border: none;
    }

    .banner {
        height: auto;
        padding: 150px 0 0;
    }
    
    .banner p {
        display: none;
    }
    
    .banner a.download{
        padding: 10px 15px;
        margin-bottom: 30px;
    }

    .banner .subscribe {
        display: none;
    }
    
    .banner .phone-img {
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        bottom: 0px;
    }

    .features {
        padding: 60px 0 20px 0;
    }

    .features h2,
    .can-do h2,
    .how-works h2{
        font-size: 26px;
    }

    .features ul.features-list li {
        margin-bottom: 30px;
    }

    .features ul.features-list li .inside {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .can-do {
        padding: 30px 0;
    }

    .can-do ul.can-do-list li .inner {
        min-height: 170px;
    }
    .can-do ul.can-do-list li:last-child .inner{
        margin-bottom: 0px;
    }

    .can-do ul.can-do-list li .left {
        width: 30%;
    }

    .can-do ul.can-do-list li .right {
        width: 70%;
    }

    .can-do .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 5px;
    }

    .video-sec {
        text-align: center;
    }

    .video-sec p {
        max-width: inherit;
    }

    .video-sec a.play-btn {
        top: 25%;
    }

    .footer {
        padding: 40px 0 0 0;
    }

    .footer .right {
        display: none;
    }

    .footer .left .inner {
        max-width: inherit;
        padding-bottom: 30px;
    }

    .footer .app-screens {
        max-width: 340px;
    }

    .footer ul.foot-nav li {
        padding: 0 11px;
    }

    .footer .left span {
        font-size: 12px;
    }
    
    .whatsapp-mob{
        display: block;
    }
    
    .about-banner {
        height: 250px;
        padding: 140px 0 0 0;
    }
    
    .about-us-cnt{
        padding: 40px 0;
    }
    
    .about-us-cnt .left .inner{
        padding-bottom: 10px;
    }
    
    .how-works{
        padding: 40px 0;
    }
    
    .why-we-do ul.can-do-list li:first-child .inner {
        margin-bottom: 30px;
    }
    
    .what-we-do{
        padding: 60px 0;
        text-align: left;
    }
}


/* Small devices (landscape phones, 575px and below) */
@media (max-width: 576px) {

    .navbar-toggler {
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner {
        padding: 105px 0 0;
    }

    .banner .subscribe label {
        font-size: 14px;
    }

    .banner-form .form-row .left {
        padding-bottom: 10px;
        position: relative;
    }

    .banner-form .form-row .left,
    .banner-form .form-row .right {
        display: block;
    }
    
    .banner .phone-img {
        max-width: 320px;
    }
    
    .errorTxt {
        position: inherit;
        left: 0px;
    }
    
    .banner-form .input-row .errorTxt{
        bottom: inherit;
    }

    .banner-form .form-control.error,
    .custom_select.error{
        margin-bottom: 0px;
    }

    .features {
        padding: 40px 0 20px 0;
    }

    .features ul.features-list li .inside {
        border-radius: 20px;
    }

    .features h2,
    .can-do h2 {
        padding: 0 20px 30px 20px;
    }

    .can-do ul.can-do-list li .left {
        width: 40%;
    }

    .can-do ul.can-do-list li .right {
        width: 60%;
    }

    .can-do ul.can-do-list li .right a {
        min-width: 110px;
        padding: 3px 15px;
        font-size: 14px;
    }

    .video-sec {
        min-height: 440px;
    }

    .video-sec a.play-btn {
        width: 50px;
        top: 22%;
    }

    .footer .menu-wrapper {
        padding: 20px 0;
    }

    .footer ul.foot-nav {
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer ul.follow-us {
        margin: 0 auto;
    }

    .footer .developed-by {
        display: none;
    }

    .footer .copyright {
        text-align: center;
    }
    
    .how-works ul.how-works-list li:after{
        display: none;
    }
    
    .about-banner {
        height: 210px;
        padding: 120px 0 0 0;
    }
    
    .about-banner h1 {
        font-size: 34px;
        line-height: 36px;
    }
    
    .what-we-do .inner {
        max-width: inherit;
    }
    
    .what-we-do .inner h2 {
        font-size: 26px;
        line-height: 26px;
    }
    
    .how-works ul.how-works-list li {
        padding-top: 20px;
    }
    .contact-sec{
        padding-top: 30px;
    }
    .contact-sec .left{
        padding-bottom: 30px;
    }
    .privacy-outer{
        padding: 40px 0px;
    }
    .footer ul.foot-nav{
        display: block;
        text-align: center;
    }

}















/* Large desktop */
@media (min-width: 1200px) {}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {}



@media (max-width: 640px) {}




/* Landscape phones and down */
@media (max-width: 480px) {}



/* portrait phones and down */
@media (max-width: 360px) {}
