html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    word-wrap: break-word;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

header {
    width: 100%;
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background:#fff;
}

header .container {
    position: relative;
    z-index: 9;
}

header.sticy-header {
    padding: 10px 0;
}

.inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.branding {
   width:160px;
}

.navigation-menu {
    width: calc(100% - 220px);
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.navigation-menu a {
    font-size: 15px;
    font-weight: 800;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    padding: 2px;
    position: relative;
    text-align: center;
}

.navigation-menu a:before {
    width: 0;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.navigation-menu a:hover:before {
    width: 54px;
}

.navigation-menu a.active:before {
    width: 54px;
}

.download-app {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.download-app a {
    width: 100%;
    padding: 17px 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    color: #9966ff;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.download-app a:hover {
    background-color: #9966ff;
    color: #ffffff;
}

.home {
    height: 840px;
    min-height: 100vh;
    padding-top: 80px;
    background-color: #e2e2e2;
}
.mask-wrap{
    width:476px;
    height:476px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(at center center, #76B0FF4F 26%, #FF7E7E00 63%);
}
.mask-cirle{
    width:276px;
    height:276px;
    border-radius:50%;
    overflow: hidden;
    background:#fff;
}
.mask-cirle figure{
    width:100%;
    height:100%;
    border-radius:50%;
}
.mask-cirle figure img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit: cover;
    object-position: center center;
}
.mask-wrap:before{
    width:100%;
    height:100%;
    position: absolute;
    content:"";
    left:0;
    top:0;
    background:url("../images/bg-mask.png") center center no-repeat;
    z-index:9;
}
.home-left{
    width:calc(100% - 476px);
    padding-right:30px;
}
.home-right{
    width:476px;
    position: relative;
}
.mask-wrap:after{
    width:100%;
    height:100%;
    position: absolute;
    content:"";
    left:0;
    top:0;
    background:url("../images/bg-mask-second.png") center center no-repeat;
}
.home .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.choose .container,
.discover .container,
.snap .container,
.buy .container,
.earn .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 25px 0;
}
.discover{
    padding:50px;
}
.discover h2{
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}
.home h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 15px;
}

.home p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 50px;
}

.col-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.phone-bg-pattern {
    width: 809px;
    height: 786px;
    object-fit: contain;
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: 1;
}

.phone-image {
    position: relative;
    z-index: 9;
}

.phone-image figure {
    display: inline-block;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.title {
    background-image: linear-gradient(to top, #000000, #000000);
    font-size: 32px;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.description {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #666666;
}

.gradient-bg {
    height: 578px;
    background: url("../images/share-gradient.png") center center no-repeat;
}

.inner-content {
    display: flex;
    height: 100%;
    padding: 0 70px;
    flex-direction: column;
    justify-content: center;
}

.footer {
    padding: 50px 0 25px;
    background-color: #e9e9e9;
}

.footer h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 20px;
}

.footer address {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #101010;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-col li {
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
}
.searvices-list li span{
    display: inline-block;
    position: relative;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.searvices-list li{
    padding-left:20px;
}
.searvices-list li:hover span:after {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
}
.searvices-list li span:after{
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #000000;
    content: '';
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    -moz-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    -o-transform: scaleX(0) translateZ(0);
}
.searvices-list li span::before{
    content: "";
    vertical-align: middle;
    font-size: 12px;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    margin-top: -2px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    left: -20px;
    -webkit-transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .5s cubic-bezier(.19,1,.22,1);
    -ms-transition: transform .5s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .5s cubic-bezier(.19,1,.22,1);
    background: #333333;
    display: inline-block;
    top: 50%;
}

.footer-col li a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    display: inline-block;
    position: relative;
}

.footer-col li a:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #000000;
    content: '';
    transform: scaleX(0) translateZ(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scaleX(0) translateZ(0);
    -moz-transform: scaleX(0) translateZ(0);
    -ms-transform: scaleX(0) translateZ(0);
    -o-transform: scaleX(0) translateZ(0);
}

.footer-col li a:hover:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: 0 0;
    -webkit-transform: scaleX(1) translateZ(0);
    -moz-transform: scaleX(1) translateZ(0);
    -ms-transform: scaleX(1) translateZ(0);
    -o-transform: scaleX(1) translateZ(0);
}

.footer-col li a:hover {
    color: #000000;
}

.footer p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #101010;
}

.social-links li {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #101010;
}
.social-links img{
    width:14px;
}
.social-links li:last-child img {
    width: 25px;
}
.footer-col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.footer-col img {
    vertical-align:middle;
    display: inline-block;
}

.social-links {
    margin-top: 15px;
}

.hamburger-menu {
    position: absolute;
    width: 34px;
    height: 34px;
    background: white;
    right: 15px;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
    z-index: -99;
    opacity: 0;
}

.for-mob {
    display: none;
}

.for-desktop {
    display: block;
}

.line {
    width: 100%;
    height: 2px;
    display: block;
    background: #000000;
}

.caret {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
}

.caret::before,
.caret::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #a0a0a0;
}

.caret::before {
    width: 80%;
    height: 2px;
}

.caret::after {
    width: 2px;
    height: 80%;
}

.contact {
    padding: 120px 0 50px;
    background: #fefefe;
}

.contact-form-wrap {
    width: 925px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.contact-form-inner {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 40px 50px 40px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.124px 2.782px 22.8px 1.2px rgba(120, 102, 255, 0.15);
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.contact-info,
.contact-form {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.contact-form h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #414753;
    margin-bottom: 30px;
}

.contact-info {
    width: 350px;
}

.contact-details {
    width: 100%;
    height: 100%;
    padding: 30px 40px 30px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: -50px;
    top: 0;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 1.763px 2.427px 22.8px 1.2px rgba(19, 26, 80, 0.14);
}

.contact-details-inner li {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}
.contact-details-inner a{
    color:#fff;
    text-decoration:none;
}
.contact-details-inner h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.icon {
    position: absolute;
    left: 0;
}

.icon.location {
    top: 0;
}

span.error-msg {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #ff0000;
}

.icon.mail {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon.phone {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-form {
    width: 100%;
    padding: 15px 0 5px;
}

.contact-details-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-row {
    margin-bottom: 20px;
    position: relative;
}

.input-field {
    font-family: 'Nunito', sans-serif;
    width: 100%;
    height: 45px;
    padding: 15px;
    border-width: 1px;
    border-color: rgb(234, 234, 234);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(246, 246, 246);
    font-size: 14px;
    color: #a8a8a8;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.input-field:focus {
    border-color: rgb(193, 193, 193);
}

.textarea-field {
    font-family: 'Nunito', sans-serif;
    width: 100%;
    height: 112px;
    overflow: auto;
    padding: 15px;
    border-width: 1px;
    border-color: rgb(234, 234, 234);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(246, 246, 246);
    font-size: 14px;
    color: #a8a8a8;
    resize: none;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.textarea-field:focus {
    border-color: rgb(193, 193, 193);
}

.input-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.input-field::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.input-field:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.input-field:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.textarea-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.textarea-field::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.textarea-field:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.textarea-field:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
}

.btn-row {
    padding-top: 8px;
}

.btn-save {
    width: 220px;
    padding: 15px 15px;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #000000;
}

.btn-save:hover {
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background-color: #000000;
}

.social-links li a:before {
    display: none;
}

.home .content-wrap {
    max-width: 460px;
}
.plans{
    background:#e2e2e2;
    padding:120px 0 50px;
}
.plans h4{
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}
.plans h2{
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #101010;
    margin-bottom: 30px;
    text-align: center;
}
.plans-listing{
    display: flex;
    align-items: center;
    margin:0 -15px;
}
.plan-col{
    max-width:33.33%;
    flex:0 33.33%;
    padding:0 15px;
}
.standard-plan,.premium-plan{
    border:solid 2px #f2f7ff;
    border-radius:6px;
    padding:30px 20px;
   
}
.super-plan{
    border-radius:6px;
    padding:30px 20px;
    background:#000000;
}
.plan-col h3{
    font-size:30px;
    font-weight:800;
    margin-bottom:15px;
}
.plan-col strong{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #101010;
}
.plan-col p{
    margin:10px 0 15px;
    font-size:16px;
    line-height:1.4;
}
.plan-col ul li{
    display: flex;
    align-items: center;
    margin-bottom:15px;
}
.circle {
    width: 28px;
    height: 28px;
    margin-right:10px;
    position: relative;
    background: #000000;
    border-radius: 50%;
}
.plan-col ul li span{
    width:calc(100% - 40px);
    line-height:1.4;
}
.checkmark {
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 30%;
    top: 50%;
    height: 12px;
    width: 6px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}
.super-plan .circle{
    background:#fff;
}
.super-plan .circle .checkmark{
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}
.plan-col .super-plan h3 {
    color:#fff;
}
.plan-col .super-plan strong{
    color:#ffffff;
}
.plan-col .super-plan p{
    color:#fff;
}
.plan-col .super-plan li{
    color:#fff;
}
.our-clients{
    background: #e2e2e2;
    padding: 120px 0 50px;
}
.our-clients h3{
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
    margin-bottom: 30px;
    text-align: center; 
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px 0 -7px;
}
.flex-col{
    width:33.33%;
    flex:0 33.33%;
    padding:0 8px 0 7px;
    margin-bottom:15px;
}
.client-info{
    height:300px;
    border-radius:5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border:solid 1px #d8e6fd;
}
.client-info figure{
    width:100%;
    height:220px;
    overflow: hidden;
}
.client-info img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center center;
}
.title-wrap{
    padding:15px;
    height:80px;
    display: flex;
    align-items: center;
    background:#000000;
}
.title-wrap h4{
    font-weight: 800;
    font-size:18px;
    line-height:1.2;
    color:#ffffff;
}
.owl-nav{
    display:none;
}
.phone-mail-wrap{
    margin-bottom:15px;
}
.phone-mail-wrap li{
    display: flex;
    align-items: center;
}
.phone-mail-wrap li img{
    margin-right:10px;
}
.address-list li{
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.address-list img{
    margin-right:10px;
}
.gst-wrap{
    display: flex;
    align-items: center;
}
.gst-wrap img{
    width:24px;
    margin-right:10px;
}
@media (max-width: 1440px) {
    .phone-bg-pattern {
        width: 600px;
        height: auto;
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .content-wrap {
        max-width: 480px;
    }
    .home p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .phone-image img {
        width: 300px;
    }
    .inner-content {
        padding: 0 50px;
    }
    .title {
        font-size: 28px
    }
    .description {
        font-size: 18px;
        line-height: 1.4;
    }
    .home {
        height: 740px;
    }
}

@media (max-width: 1280px) {
    .home {
        height: 640px;
    }
    .navigation-menu a {
        margin: 0 15px;
    }
    .home h3{
        font-size:50px;
    }
    .home-right{
        width: 376px;
    }
    .home-left {
        width: calc(100% - 376px);
        padding-right: 20px;
    }
    .mask-wrap {
        width: 376px;
        height: 376px
    }
    .mask-wrap:before{
        background-size: contain;
    }
    .mask-wrap:after{
        background-size: contain;
    }
}

@media (max-width: 1024px) {
    .client-info{
        height:280px;
    }
    .client-info figure{
        height:210px;
    }
    .title-wrap{
        padding:10px;
        height:70px;
    }
    .title-wrap h4{
        font-size:16px;
    }
    .home-right{
        width: 276px;
    }
    .home-left {
        width: calc(100% - 276px);
        padding-right: 15px;
    }
    .mask-wrap {
        width: 276px;
        height: 276px
    }
    .home h3{
        font-size:40px;
    }
    .gradient-bg {
        height: 500px;
        background-size: 500px;
    }
    .footer-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .description {
        font-size: 18px;
        line-height: 1.4;
    }
    .phone-bg-pattern {
        width: 400px;
        height: auto;
        right: 0;
        bottom: auto;
    }
    .inner-content {
        padding: 0 40px;
    }
    .footer h3 {
        font-size: 16px;
    }
    .discover .container,
    .click .container,
    .share .container,
    .earn .container {
        padding: 15px 0;
    }
    .content-wrap {
        max-width: 320px;
    }
    .phone-image img {
        width: 260px;
    }
    .branding{
        width:120px;
    }
    .discover h2{
        font-size: 24px;
    }
    .plans h4{
        font-size: 24px;
        margin-bottom:25px;
    }
    .our-clients h3{
        font-size: 24px;
    }
    .plans h2{
        font-size: 30px;
    }
    .plan-col h3{
        font-size:24px;
    }
    .plan-col strong{
        font-size:16px;
    }
    .plans{
        padding: 100px 0 40px;
    }
    .contact{
        padding: 100px 0 40px;
    }
    .our-clients{
        padding: 100px 0 40px;
    }
    .title{
        font-size:24px;
    }
    .description{
        font-size:16px;
    }
}

@media (max-width: 767px) {
    .social-links li{
        font-size:14px;
    }
    .discover {
        padding: 15px;
    }
    .gst-wrap{
        align-items: center;
        justify-content: center;
        border-bottom: solid 1px #c3c3c3;
        padding-bottom: 14px;
    }
    .searvices-list {
        border-bottom: solid 1px #c3c3c3;
        padding-bottom: 14px;
    }
    .social-links{
        border-bottom: solid 1px #c3c3c3;
        padding-bottom: 14px;
    }
    .client-info{
        height:260px;
    }
    .client-info figure{
        height:200px;
    }
    .title-wrap{
        padding:10px;
        height:60px;
    }
    .title-wrap h4{
        font-size:15px;
    }
    .plans{
        padding: 80px 0 30px;
    }
    .contact{
        padding: 80px 0 30px;
    }
    .our-clients{
        padding: 80px 0 30px;
    }
    .plans-listing{
        flex-direction: column;
    }
    .plan-col{
        max-width:100%;
        flex: 0 100%;
        margin-bottom:15px;
    }
    .plan-col h3{
        font-size:20px;
    }
    .plans h2{
        font-size: 24px;
    }
    .discover h2{
        font-size: 20px;
    }
    .plans h4{
        font-size: 20px;
        margin-bottom:20px;
    }
    .our-clients h3{
        font-size: 20px;
    }
    .home-left{
        width:100%;
        padding-right:0;
        margin-top:25px;
    }
    .home-right{
        width:100%;
        padding-bottom:25px;
    }
    .home .content-wrap{
        width:100%;
    }
    .home h3{
        font-size:30px;
        line-height:1.2;
        text-align: center;
    }
    .branding{
        width:100px;
    }
    .reverse-col {
        flex-direction: column-reverse;
    }
    .gradient-bg {
        height: auto;
        background-size: 400px;
    }
    header {
        height:70px;
        padding: 10px 0;
    }
    header.sticy-header {
        padding: 10px 0;
    }
    .content-wrap {
        max-width: 100%;
    }
    .hamburger-menu {
        opacity: 1;
        z-index: 99;
    }
    .for-mob {
        display: block;
    }
    .for-desktop {
        display: none;
    }
    .navigation-menu {
        width: 240px;
        height: 100%;
        padding-top: 70px;
        background: #ffffff;
        position: fixed;
        top: 0;
        right: -100%;
        text-align: left;
    }
    .navigation-menu.open {
        right: 0;
    }
    .navigation-menu a {
        width: 100%;
        color: #000000;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 15px 15px;
        text-align: left;
        transition: all ease-in 0.3s;
        -moz-transition: all ease-in 0.3s;
        -webkit-transition: all ease-in 0.3s;
        transition-delay: 0s, 1s;
    }
    .navigation-menu a:hover {
        background-color: #000000;
        color: #ffffff;
        padding-left: 20px;
    }
    .download-app.for-mob {
        padding: 0;
        text-align: left;
    }
    .navigation-menu .download-app a {
        padding: 15px 15px;
        border-radius: 0;
        transition: all ease-in 0.3s;
        -moz-transition: all ease-in 0.3s;
        -webkit-transition: all ease-in 0.3s;
        transition-delay: 0s, 1s;
    }
    .navigation-menu .download-app a:hover {
        padding-left: 20px;
    }
    header:before {
        height: 70px;
    }
    .home .container {
        flex-direction: column-reverse;
    }
    .col-half {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .home {
        height: auto;
        padding: 100px 0 0;
    }
    .phone-bg-pattern {
        width: 70%;
        height: auto;
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .home p {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 30px;
    }
    .phone-image {
        margin-bottom: 25px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }
    .description {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }
    .inner-content {
        padding:0;
    }
    .col-half {
        text-align: center;
    }
    .col-half img {
        display: inline-block;
    }
    .discover .container,
    .click .container,
    .share .container,
    .earn .container {
        padding: 25px 0;
    }
    .col-half {
        margin-bottom: 25px;
    }
    .col-half figure {
        width: 240px;
        margin: 0 auto 25px;
        display: inline-block;
    }
    .contact-form-inner {
        display: block;
        padding: 25px 20px 25px 20px;
    }
    .contact-info {
        width: 100%;
        margin-bottom: 15px;
    }
    .contact-info {
        display: block;
    }
    .contact-form {
        display: block;
    }
    .contact-details {
        width: 100%;
        height: 100%;
        padding: 15px 20px;
        position: static;
    }
    .contact-form-inner {
        display: block;
        padding: 25px 20px 25px 20px;
    }
    .contact-details-inner {
        position: static;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .contact-details-inner h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
        padding-top: 10px;
        text-align: center;
    }
    .contact-details-inner li {
        font-size: 15px;
        line-height: 1.2;
        padding-left: 30px;
        margin-bottom: 12px;
    }
    .icon.mail {
        top: 5px;
    }
    .icon.phone {
        top: 2px;
    }
    .icon.location {
        top: 0;
    }
    .contact-form h3 {
        font-size: 24px;
        text-align: center;
    }
    .input-field {
        font-size: 15px;
        height: 42px;
        padding: 12px;
    }
    .error-msg {
        width: 100%;
        display: inline-block;
        font-family: 'sf_pro_displayregular';
        font-size: 14px;
        color: #ff0000;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .btn-save {
        width: 200px;
        font-size: 15px;
    }
    .phone-mail-wrap li{
        justify-content: center;
    }
    .address-list li{
        align-items: flex-start;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .home h3{
        font-size:24px;
    }
    .gradient-bg {
        height: auto;
        background-size: 300px;
    }
    .footer-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer p {
        text-align: center;
    }
    .footer h3 {
        margin-bottom: 15px;
    }
    .footer address {
        font-size: 12px;
    }
    .footer-col li a {
        font-size: 12px;
    }
    .footer {
        padding: 35px 0 15px;
    }
}