/*
*  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 {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

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;
}

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: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.header {
    background: #490868;
    width: 100%;
    float: left;
    border-bottom: 1px solid #FFFFFF26;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

.site-logo {
    padding: 50px 0 40px;
    float: left;
    font-size: 0;
    width: 129px;
}

.site-logo a {
    display: inline-block;
}

.header_nav {
    float: left;
    padding: 56px 0 0 235px;
}

.header_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_nav li {
    float: left;
    padding-right: 30px;
}

.header_nav li a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.header_nav li a:after {
    background: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: '';
    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;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.header_nav li.active a::after {
    width: 100%;
}

a.login_user {
    width: 170px;
    height: 56px;
    float: right;
    display: table;
    margin-top: 36px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

a.login_user small {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
}

a.login_user small img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
}

.banner {
    background: #490868 url(images/banner-bg.png) center bottom no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding-top: 121px;
}

.banner_txt {
    width: 100%;
    max-width: 528px;
    padding: 115px 0 83px;
}

.banner_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    line-height: 80px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
}

.banner_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.banner_txt a {
    background: #fff;
    width: 150px;
    height: 58px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    color: #000;
    border: 2px solid #fff;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

.banner_txt a:hover {
    background: transparent;
    color: #fff;
}

.feature_panel {
    width: 100%;
    float: left;
    padding: 53px 0px 0px;
}

.feature_panel .container {
    max-width: 1200px;
}

.heading_txt {
    width: 100%;
    padding-bottom: 70px;
    float: left;
    text-align: center;
}

.heading_txt strong {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #490868;
    display: block;
    padding-bottom: 10px;
}

.heading_txt h2 {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    line-height: 47px;
    font-weight: 700;
    color: #1E2227;
    margin: 0;
}

.feature_panel .rows {
    margin: 0 -1.2%;
    font-size: 0;
    text-align: center;
}

.feature_panel .rows .column {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.2% 50px;
    text-align: center;
    width: 22.5%;
    /* height: 316px; */
    position: relative;
    background: #FFFFFF;
    padding: 40px 22px 36px;
    box-shadow: 0px 0px 60px #E0E0E4;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.feature_panel .rows .column:nth-child(2n) {
    margin-top: 70px;
}

.feature_panel .rows .column::before {
    background: #43B0E6;
    width: 210px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.feature_panel .rows .column:nth-child(2):before {
    background: #FFB829;
}

.feature_panel .rows .column:nth-child(3):before {
    background: #63DC71;
}

.feature_panel .rows .column:nth-child(4):before {
    background: #F96FC7;
}

.feature_panel .rows .column img {
    width: 92px;
    /*height: 92px;*/
    display: inline-block;
    margin-bottom: 24px;
    /*border-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*-ms-border-radius: 50%;*/
    /*-o-border-radius: 50%;*/
}

.feature_panel .rows .column strong {
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #0E1133;
    padding-bottom: 20px;
}

.feature_panel .rows .column p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #616161;
}

.custom_panel1 {
    width: 100%;
    float: left;
    padding: 81px 0 170px;
}

.custom_panel1_img {
    width: 380px;
    float: left;
}

.custom_panel1_txt {
    float: right;
    width: 658px;
    padding-top: 30px;
}

.custom_panel1_txt .heading_txt {
    text-align: left;
    padding-bottom: 35px;
}

.custom_panel1_txt .heading_txt h2 {
    margin-bottom: 20px;
}

.custom_panel1_txt .heading_txt p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #616161;
}

.custom_panel1_txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom_panel1_txt li {
    width: 50%;
    float: left;
    padding-bottom: 30px;
    padding-left: 64px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #7A7A7A;
}

.custom_panel1_txt li img {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.custom_panel1_txt li span {
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #7A7A7A;
    padding-bottom: 6px;
}

.how_we_work {
    padding-bottom: 81px;
}

.how_we_work .custom_panel1_img {
    float: right;
}

.how_we_work .custom_panel1_txt {
    float: left;
}

.how_we_work .custom_panel1_txt p {
    margin-bottom: 60px;
}

a.button1 {
    background: #490868;
    width: 140px;
    height: 58px;
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    border: 2px solid #490868;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
}

a.button1:hover {
    background: transparent;
    color: #000;
}

.custom_panel2 {
    background: #490868;
    width: 100%;
    float: left;
    overflow: hidden;
}

.custom_panel2 .container {
    position: relative;
    height: 100%;
}

.custom_panel2 figure {
    width: 617px;
    position: absolute;
    right: -223px;
    bottom: -3px;
}

.custom_panel2_txt {
    max-width: 600px;
    float: left;
    padding: 222px 0;
}

.custom_panel2_txt h2 {
    font-family: 'Inter', sans-serif;
    font-size: 52px;
    line-height: 63px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px;
}

.custom_panel2_txt p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.testimonial {
    background: #f0f1f7 url(images/testimonial-bg.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 120px 0 100px;
    text-align: center;
    overflow: hidden;
}

.testimonial ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    width: 100%;
    float: left;
}

.testimonial li {
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #00000029;
    width: 406px;
    /* height: 176px; */
    padding: 40px 45px 30px 40px;
    position: relative;
    text-align: left;
    display: inline-block;
    margin: 0 40px 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.testimonial li:first-child {
    display: block;
    margin: 0 auto 50px;
}

.testimonial li:nth-child(3) {
    top: 70px;
    position: relative;
}

.testimonial li img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -39px;
    top: -39px;
}

.testimonial li p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 16px;
}

.testimonial li strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 4500;
    color: #666666;
}

.testimonial small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    padding-top: 120px;
    clear: both;
}

.pricing_panel {
    width: 100%;
    float: left;
    padding: 120px 0 86px;
}

.pricing_panel .heading_txt {
    padding-bottom: 36px;
}

.pricing_panel .rows {
    list-style: none;
    margin: 0 -1.3%;
    padding: 0;
    clear: both;
    font-size: 0;
    text-align: center;
}

.pricing_panel .rows::before,
.pricing_panel .rows::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.pricing_panel .rows .column {
    width: 30.7%;
    background: #FFFFFF;
    padding: 22px;
    margin: 0 1.3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 2px solid #F0F1F7;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.pricing_panel .rows .column figure {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6a009c+0,af00ff+100 */
    background: rgb(106, 0, 156);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(106, 0, 156, 1) 0%, rgba(175, 0, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(106, 0, 156, 1) 0%, rgba(175, 0, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(106, 0, 156, 1) 0%, rgba(175, 0, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6a009c', endColorstr='#af00ff', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 139px;
    float: left;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.pricing_panel .rows .column figure strong {
    display: block;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    padding-top: 22px;
}

.pricing_panel .rows .column figure strong sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
    top: -1px;
    position: relative;
}

.pricing_panel .rows .column figure small {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.pricing_panel .rows .column .plan {
    background: #F0F1F7;
    width: 168px;
    height: 54px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    padding: 16px;
    display: block;
    color: #101010;
    position: relative;
    margin: 0 auto 7px;
    clear: both;
    top: -27px;
    border: 2px solid #FFFFFF;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    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;
}

.pricing_panel .rows .column ul {
    list-style: none;
    margin: 0;
    padding: 0 0 29px;
    width: 100%;
    float: left;
}

.pricing_panel .rows .column li {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #101010;
    padding-bottom: 13px;
}

.pricing_panel .rows .column li>span {
    color: #878787;
}

.pricing_panel .rows .column a.button1 {
    background: #fff;
    width: 160px;
    height: 60px;
    margin: 0 auto;
    display: block;
    clear: both;
    color: #490868;
    font-size: 16px;
    font-weight: 500;
}

.pricing_panel .rows .column:hover .plan {
    background: #490868;
    color: #fff;
}

.pricing_panel .rows .column:hover a.button1 {
    background: #490868;
    color: #fff;
}

.faq_panel {
    background: #F0F1F7;
    width: 100%;
    float: left;
    padding: 120px 0 110px;
}

.faq_panel .heading_txt h2 {
    margin-bottom: 30px;
}

.faq_panel .heading_txt p {
    max-width: 600px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #616161;
    margin: 0 auto;
}

.acc-container {
    width: 100%;
    float: left;
}

.acc {
    margin-bottom: 10px;
}

.acc-head {
    border-bottom: 2px solid #E5E7EB;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
}

.acc:last-child .acc-head {
    border: none;
}

.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #1E2227;
    transition: all .3s;
}

.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
}

.acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #1E2227;
}

.acc-content {
    padding: 15px 10px;
    display: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #1E2227;
}

.acc-head.active::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.footer {
    background: #490868;
    width: 100%;
    float: left;
}

.footer_top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #FFFFFF26;
}

.footer_logo {
    width: 129px;
    float: left;
    font-size: 0;
    padding: 43px 0 35px;
}

.footer_logo a {
    display: inline-block;
}

.social_follow {
    float: right;
    padding-top: 47px;
}

.social_follow a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #fff;
    margin-left: 30px;
}

.social_follow a img {
    width: 14px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    display: inline-block;
}

.footer_bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding: 37px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #fff;
    opacity: 0.4;
}

.tab_panel {
    background-color: #E3FFCB;
    width: 100%;
    float: left;
    padding: 110px 0 0;
    overflow: hidden;
}

.tab_nav {
    width: 100%;
    float: left;
}

.tab_nav a {
    background: transparent;
    width: 72px;
    height: 72px;
    font-size: 0;
    display: block;
    float: left;
    margin-right: 50px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 10px #0000001A;
}

.tab_nav a.current {
    background: #fff !important;
    width: auto;
    height: auto;
    top: -18px;
    position: relative;
    padding: 20px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #1E2227;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
}

.tab_nav a img {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: scale(1.43);
    -webkit-transform: scale(1.43);
    -moz-transform: scale(1.43);
    -ms-transform: scale(1.43);
    -o-transform: scale(1.43);
    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;
}

.tab_nav a span {
    display: block;
    overflow: hidden;
    padding: 10px 30px 10px 0px;
}

.tabs_container {
    width: 100%;
    float: left;
}

.tabs_container>div {
    width: 100%;
    float: left;
    padding: 220px 0 237px;
    position: relative;
    display: none;
    /* overflow: hidden; */
}

.tabs_container>div figure {
    width: 1068px;
    position: absolute;
    left: 40%;
    bottom: -3px;
}

.tab_txt {
    width: 100%;
    max-width: 552px;
    float: left;
    text-align: left;
}

.tab_txt .heading_txt {
    text-align: left;
    position: relative;
    z-index: 3;
}

.tab_txt .heading_txt h2 {
    margin-bottom: 30px;
}

.tab_txt .heading_txt p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #616161;
    margin-bottom: 50px;
}

.tab_txt .heading_txt a.button1 {
    background: #2D93B3;
    border-color: #2D93B3;
    color: #000;
}

.tab_txt .heading_txt a.button1:hover {
    background: #fff;
    border-color: #fff;
}

a.mob_btn,
.cls_nav {
    display: none;
}


/* 
font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', 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) {
    .banner_txt {
        max-width: 514px;
        padding: 160px 0 200px;
    }
    .banner_txt h1 {
        font-size: 45px;
        line-height: 75px;
        margin: 0 0 20px;
    }
    .heading_txt h2 {
        font-size: 45px;
        line-height: 58px;
    }
    .tabs_container>div {
        padding: 145px 0 145px;
    }
    .tabs_container>div figure {
        width: 980px;
    }
    .custom_panel2 figure {
        width: 500px;
        right: -165px;
    }
    .custom_panel2_txt {
        max-width: 600px;
        padding: 160px 0;
    }
}

@media only screen and (max-width:1700px) {
    .site-logo {
        padding: 30px 0 19px;
    }
    .header_nav {
        padding: 34px 0 0 235px;
    }
    a.login_user {
        margin-top: 11px;
    }
    .banner {
        padding: 0;
    }
    .banner_txt {
        max-width: 443px;
        padding: 156px 0 147px;
    }
    .banner_txt h1 {
        font-size: 53px;
        line-height: 84px;
        margin: 0 0 13px;
    }
    .banner_txt p {
        font-size: 18px;
    }
    .feature_panel {
        padding: 90px 0;
    }
    .heading_txt h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .feature_panel .rows .column {
        margin-bottom: 90px;
    }
    .feature_panel .rows .column strong {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .tabs_container>div figure {
        width: 800px;
    }
    .tabs_container>div {
        padding: 75px 0 70px;
    }
    .tabs_container>div figure {
        width: 800px;
    }
    .tab_txt {
        max-width: 520px;
    }
    .custom_panel2 figure {
        width: 434px;
        right: -112px;
    }
    .custom_panel2_txt h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .custom_panel2_txt {
        max-width: 573px;
        padding: 115px 0;
    }
    .testimonial,
    .pricing_panel,
    .faq_panel {
        padding: 70px 0 85px;
    }
    .footer_logo {
        padding: 27px 0 25px;
    }
    .social_follow {
        padding-top: 33px;
    }
    .footer_bottom {
        padding: 25px 0;
    }
}

@media only screen and (max-width:1365px) {
    .custom_panel1 {
        padding-bottom: 100px;
    }
    .tab_nav a {
        margin-right: 40px;
        width: 66px;
        height: 66px;
    }
    .tab_nav a.current {
        top: -13px;
        padding: 10px;
        font-size: 17px;
        line-height: 24px;
    }
    .tab_nav a img {
        width: 66px;
        height: 66px;
        margin-right: 12px;
    }
    .banner_txt {
        max-width: 443px;
        padding: 156px 0 107px;
    }
    .feature_panel .rows .column {
        margin: 0 1.2% 50px;
        width: 20.8%;
        padding: 30px 15px 36px;
    }
    .feature_panel {
        padding: 90px 0 50px;
    }
    .custom_panel2 figure {
        right: 0;
    }
}

@media only screen and (max-width:1199px) {
    .banner_txt h1 {
        font-size: 43px;
        line-height: 66px;
    }
    .custom_panel1_txt {
        width: 600px;
    }
    .tab_nav {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        padding: 30px 0 13px 15px;
        font-size: 0;
    }
    .tab_nav a {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }
    .tab_panel {
        padding-top: 35px;
    }
    .tabs_container>div figure {
        width: 685px;
    }
}

@media only screen and (max-width:1099px) {
    .header_nav {
        padding: 34px 0 0 120px;
    }
    .banner_txt {
        max-width: 396px;
        padding: 126px 0 81px;
    }
    .banner_txt h1 {
        font-size: 38px;
        line-height: 62px;
    }
    .feature_panel .rows .column img {
        width: 68px;
        /*height: 68px;*/
        margin-bottom: 16px;
    }
    .feature_panel .rows .column::before {
        width: 70%;
    }
    .custom_panel1_img {
        width: 350px;
    }
    .custom_panel1_txt {
        width: 550px;
    }
    .heading_txt h2 {
        font-size: 33px;
        line-height: 50px;
    }
    .tabs_container>div figure {
        width: 700px;
        left: 32%;
    }
    .tab_txt {
        max-width: 406px;
    }
}

@media only screen and (max-width:992px) {
    a.mob_btn {
        display: block;
        width: 33px;
        float: right;
        margin-left: 25px;
        margin-top: 22px;
    }
    .header_nav {
        background: #34064a;
        position: fixed;
        right: -500px;
        top: 0;
        width: 270px;
        height: 100%;
        z-index: 30;
        padding: 60px 15px 20px;
        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.change {
        right: 0;
    }
    .header_nav li {
        float: none;
        padding: 0 0 25px;
    }
    .cls_nav {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .banner_txt {
        max-width: 396px;
        padding: 108px 0 67px;
    }
    .banner_txt h1 {
        font-size: 29px;
        line-height: 44px;
    }
    .custom_panel1_img {
        width: 275px;
        margin: 0 auto;
        float: none;
    }
    .custom_panel1_txt {
        width: 100%;
    }
    .custom_panel1 {
        padding-bottom: 20px;
    }
    .tab_nav a {
        width: 55px;
        height: 55px;
        margin-right: 25px;
    }
    .tab_nav a.current {
        top: -4px;
        padding: 5px;
        font-size: 15px;
        line-height: 21px;
    }
    .tab_nav a img {
        width: 55px;
        height: 55px;
        margin-right: 12px;
    }
    .tab_nav a span {
        padding: 7px 14px 7px 0px;
    }
    .tab_txt {
        max-width: unset;
    }
    .tabs_container>div figure {
        width: 550px;
        left: 50%;
        opacity: 0.2;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .tabs_container>div {
        padding: 40px 0 30px;
    }
    .feature_panel {
        padding: 60px 0 0;
    }
    .custom_panel1 {
        padding-top: 40px;
    }
    .how_we_work .custom_panel1_txt p {
        margin-bottom: 35px;
    }
    .how_we_work .custom_panel1_img {
        float: none;
    }
    .custom_panel2 figure {
        right: inherit;
        position: relative;
        margin: 0 auto;
        width: 400px;
        clear: both;
    }
    .custom_panel2_txt {
        max-width: unset;
        padding: 66px 0 18px;
    }
    .custom_panel2_txt h2 {
        font-size: 31px;
        line-height: 47px;
    }
    .testimonial li {
        margin-bottom: 70px !important;
    }
    .testimonial li:nth-child(3) {
        top: unset;
    }
    .testimonial small {
        padding-top: 0px;
    }
    .pricing_panel .rows .column {
        width: 340px;
        padding: 15px 15px 30px;
        margin: 0 auto 30px;
        display: block;
    }
    .feature_panel .rows .column {
        margin: 0 1.2% 30px !important;
        width: 46%;
        padding: 30px 15px 36px;
    }
    .acc-content {
        font-size: 14px;
        line-height: 27px;
    }
    a.login_user {
        margin-top: 18px;
        width: 140px;
        height: 45px;
    }
    a.login_user small img {
        width: 17px;
        height: 17px;
        margin: 0 7px 0 0;
    }
    .site-logo {
        padding: 30px 0 26px;
        width: 100px;
    }
    .banner_txt h1 {
        font-size: 26px;
        line-height: 41px;
    }
}

@media only screen and (max-width:767px) {
    .banner>.container {
        padding: 0;
    }
    .banner_txt {
        background: rgb(61 6 87 / 90%);
        padding: 108px 0 67px;
        margin: 0 auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        width: 100%;
        float: left;
        max-width: unset;
    }
    .banner_txt a {
        margin: 0 auto;
    }
    .heading_txt h2,
    .custom_panel2_txt h2 {
        font-size: 15px;
        line-height: 43px;
    }
}

@media only screen and (max-width:690px) {
    .custom_panel2 figure {
        width: 300px;
    }
    .footer_logo {
        padding: 27px 0 0;
        float: none;
        margin: 0 auto;
    }
    .social_follow {
        float: none;
        font-size: 0;
        text-align: center;
    }
    .social_follow a {
        display: inline-block;
        float: none;
        margin: 0 15px 25px;
    }
    .testimonial,
    .pricing_panel,
    .faq_panel {
        padding: 70px 0 50px;
    }
    .custom_panel1_txt li {
        width: 100%;
    }
}

@media only screen and (max-width:560px) {
    .feature_panel .rows .column {
        margin: 0 0 30px !important;
        width: 300px;
    }
}

@media only screen and (max-width:479px) {
    .testimonial li {
        width: 100%;
        margin: 0 0 80px !important;
    }
    .testimonial li img {
        left: 50%;
        top: -51px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@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) {}