/*----- 1. Reset.css -----*/

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;
}

@font-face {
    font-family: arimoReg;
    src: url(../fonts/arimo/Arimo-Regular.ttf);
}

body {
    line-height: 1;
    direction: rtl;
    font-family: arimoReg;
}

@media only screen and (max-width: 440px) {
    .title_tiny {
        font-size: 26px;
    }
}

/* overide active selector bootstrap */

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: white;
}

/* overide icon bar bootstrap */

.icon-bar {
    background-color: white !important;
}

.hebrewDir {
    direction: rtl;
}

.englishDir {
    direction: ltr;
}

.m_logo_bef {
    text-align: center;
}

/* Part 1 */

.home_content {
    text-align: center;
}

.welcome_title {
    color: #00A99D;
}

.welcome_content1 {
    font-weight: bolder;
    font-size: 26px;
    padding-right: 20px;
}

.welcome_content2 {
    font-weight: bolder;
    font-size: 17px;
}

.m_logo {
    height: 100px;
}

/* Part 4 */

@media only screen and (max-width: 400px) {
    .features_a {
        font-size: 20px;
        line-height: 1.3em;
        margin: 10px;
    }
}

@media only screen and (min-width: 980px) {
    /* big */
    .features_a {
        padding-top: 50px;
        font-size: 25px;
    }
}

.features_a {
    font-size: 22px;
    line-height: 1.5em;
}

/* Part 5 */

@media only screen and (max-width: 400px) {
    .features_b {
        font-size: 20px;
        line-height: 1.3em;
        margin: 20px;
    }
}

@media only screen and (min-width: 980px) {
    /* big */
    .features_b {
        padding-top: 50px;
        font-size: 25px;
    }
}

.features_b {
    font-size: 22px;
    line-height: 1.3em;
}

.title_package {
    color: white !important;
    font-size: 20px !important;
}

/* contact */
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;
}

/* --- Common Styles ---*/

h1 {
    font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
::-webkit-scrollbar {
	display: none;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {}

p {}

::-moz-selection {
    color: #FFFFFF;
    background: #00aeda;
}

::selection {
    color: #FFFFFF;
    background: #00aeda;
}

.nopadding {
    padding: 0;
}

.custompadding {
    padding-left: 5px;
    padding-right: 5px;
}

.no-margin {
    margin-right: 0;
    margin-left: 0;
}

.underline {
    display: inline;
    border-bottom: 3px solid #111;
    padding-bottom: 0;
}

.after-line {
    height: 3px;
    width: 100px;
    background: #001CFF;
    margin-top: -10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.sup-title {
    display: inline-block;
    font-size: 1em;
    padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    background: #000000;
    margin: 0 0 20px 0;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 9999;
    text-align: center;
}

#loading-image {
    display: inline;
    top: 40%;
    position: relative;
    z-index: 9999;
}

.logo {
    margin: 0 auto;
    padding: 0px 0px;
    z-index: 111;
}

.logo:hover,
.logo:focus {
    text-decoration: none;
    color: #FFF;
}

/* ------ Navbar Styling Starts ----- */

.navbar-default.past-main .navbar-nav>li>a {
    color: white;
}

@media only screen and (max-width: 991px) and (min-width: 240px) {
    .navbar {
        font-size: 12px !important;
    }
}

.navbar {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 25px;
    letter-spacing: 1px;
    min-height: 30px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-backface-visibility: hidden;
    padding-top: 4px;
}

.navbar-default {
    transition: all 0.6s ease;
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-radius: 0px;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
}

.navbar-default .navbar-brand {
    padding-top: 5px;
    color: #111111;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.navbar-default .navbar-brand:hover {
    transition: 1s;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5;
    transition: all 0.5s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #A1A1A1;
}

.navbar-default .navbar-nav>.active>a {
    background: transparent;
    color: #222222;
}

.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #111111;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
    color: #111111;
}

.navbar-default .nav-white>li>a {
    color: #FFFFFF;
}

.navbar-default .nav-white>li>a:hover {
    color: #999999;
}

.navbar-default .navbar-brand.nav-white {
    padding-top: 15px;
    color: #FFFFFF;
    font-size: 21px;
    letter-spacing: 1px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {
    .footer_top {
        padding-top: 0px !important;
    }
    .contact {
        padding-top: 40px;
    }
    .table-right {
        font-size: 60px;
        margin: 0 auto;
        height: 370px !important;
    }
    .odote_title {
        font-size: 35px;
    }
    .odote_content {
        font-size: 20px !important;
    }
    .navbar-default {
        border: 0px;
        background-color: transparent;
    }
    .navbar-default .navbar-collapse {
        text-align: center;
        border-color: transparent;
        background-color: #FFFFFF;
    }
    .navbar-default .navbar-collapse {
        border: 0;
        border-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #222222;
        margin-top: 10px;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #222222;
    }
    .navbar-default .navbar-brand {
        color: #FFFFFF;
    }
    .navbar-default .navbar-brand.nav-white {
        color: #FFFFFF;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #111111;
    }
}

@media only screen and (max-width: 991px) and (min-width: 240px) {
    .navbar.past-main {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 240px) {
    .navbar.past-main {
        font-size: 14px;
        height: 50px;
        background-color: #00A99D;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }
    .navbar-default.past-main .navbar-brand {
        color: #111111;
    }
    .navbar-default.past-main .navbar-toggle .icon-bar {
        background-color: #111111;
    }
    .navbar-default.past-main .navbar-nav>li>a {
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
        color: black;
    }
    .navbar-default.past-main .navbar-nav>li>a:hover {
        color: #111111;
    }
    .navbar-default.past-main .navbar-nav>.active>a {
        background: transparent;
        color: #5924EC;
    }
    .navbar-default.past-main .navbar-nav>.active>a:hover {
        background: transparent;
        color: #222222;
    }
    .navbar-default.past-main .navbar-nav>.active>a:focus {
        background: transparent;
        color: #222222;
    }
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
    background-color: #111111;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/

#main {
    height: 100%;
}

/* ----- Hero Section Styling Starts ----- */

.hero-section {
    height: 100%;
    background: #FFFFFF;
    padding: 150px 0 0 0;
}

.hero-content {
    padding: 100px 0 100px 0;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 34px;
    font-weight: 400;
    color: #262626;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

.hero-content p {
    font-size: 14px;
    color: #A1A1A1;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.btn-action {
    background-color: #00aeda;
    border: 1px solid #00aeda;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 25px 25px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action:active:focus {
    background: transparent;
    outline: none;
    color: #00aeda;
    background: transparent;
    border-color: #00aeda;
}

/*---------------- Form Home Styling ------------------- */

.form .hero-section {
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/1/homeCover.jpg);
    background-size: cover;
    padding: 150px 0 0 0;
}

.form .hero-content {
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.form img {
    margin: 0 auto;
}

.form .hero-content h1 {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

.form .hero-content p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.form .sub-form {
    padding: 30px 0 0 0;
    text-align: left;
}

.form .subscribe-form .submit-button {
    font-size: 0.9em;
    height: 40px;
    border: 2px solid;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #222225;
    background-color: #222225;
    color: #FFFFFF;
    box-shadow: 0 0 1px transparent;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

.form .subscribe-form .submit-button:hover {
    border-color: #000000;
    background-color: #000000;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

/*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/

.image-bg .hero-content h1 {
    font-weight: 600;
    color: #FFFFFF;
}

.image-bg .hero-content p {
    color: #FFFFFF;
}

/* ------------ input and area style ------------ */

input[type="text"],
textarea,
textarea.form-control {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #111;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

/* -----------------------------------------------------
--------------- App Home Styling starts ----------------
--------------------------------------------------------*/

.app .hero-section {
    padding: 50px 0 0 0;
}

.app .hero-content {
    padding: 100px 0 100px 0;
}

.app img {
    margin: 0 auto;
}

.app .btn-action {
    color: #FFFFFF;
    background: #00A99D;
    border-color: black;
    border-radius: 30px;
}

.app .btn-action:hover {
    color: rgb(0, 169, 157);
    background: #222225;
    border-color: #222225;
}

/*----------------------------------------------------
----------- Pitch Section Styling Starts Part2 ----------
-----------------------------------------------------*/

.odote_title {
    font-size: 40px;
}

.odote_content {
    font-size: 26px;
}

.pitch {
    padding: 100px 0 100px 0;
    background: #2e2e30;
}

.pitch-intro {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.pitch-intro h1 {
    font-size: 37px;
    font-weight: 900;
    line-height: 1.2;
    color: #FFF;
    margin: 0 0 30px 0;
}

.pitch-intro p {
    font-size: 14px;
    line-height: 1.5;
    color: #A1A1A1;
    letter-spacing: 0;
}

/*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/

/* --------------- Feature Sub ------------ */

.beforefeatureSub {
    background-size: cover;
}

.layerFeatureSub {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), no-repeat center center;
    width: 100%;
    height: 100%;
}

/* --------- App Sub Features------- */

.mainsection2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.section2-row1 {
    padding-bottom: 20px;
}

/*  --------------------------------------------------
------------- App features Section Styling ----------------
-----------------------------------------------------*/

.app-features {
    background: #FFFFFF;
    padding: 100px 0 100px 0;
}

.app-features h1 {
    font-size: 37px;
    font-weight: 900;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.app-features p {
    font-size: 16px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 1.4;
    margin: 10px 0 50px 0;
}

.app-features img {
    margin: 0 auto;
}

.app-features .features-left {
    padding: 50px 0 0 0;
}

.app-features .feature-single {
    margin-left: 0;
    margin-bottom: 50px;
}

.app-features .feature-single p {
    font-size: 17px;
    color: #A1A1A1;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}

/*-------------------------------------------------------
------------- Split Features Section Styling ------------
--------------------------------------------------------*/

.split-features {
    background: #F9F9F9;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.split-features2 {
    background: #FFFFFF;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.split-image img {
    margin: 0 auto;
}

.split-content {
    padding: 20px;
    text-align: center;
}

.split-content h1 {
    font-size: 37px;
    font-weight: 900;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
}

.split-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #A1A1A1;
    letter-spacing: 0;
}

/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.beforeReviewSection {
    background-size: cover;
}

.layerReviewSection {
    background-color: rgba(0, 169, 157, 0.8);
    width: 100%;
    height: 100%;
}

/* #00A99D */

.review-section {
    padding: 80px 0 80px 0;
    text-align: center;
    direction: initial;
}

.reviews {
    width: 100%;
}

.review-single img {
    width: 80px;
    height: 80px;
}

.review-text h3 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #222225;
    text-transform: uppercase;
}

.review-text p {
    font-size: 17px;
    font-weight: 400;
    padding: 20px 10px 20px 10px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #fff;
}

/*  --------------------------------------------------
------------- Pricing Section Styling ----------------
-----------------------------------------------------*/

.but_prices {
    bottom: 50px;
    position: absolute;
    width: 100%;
    margin-right: -20px;
}

.pricing-section {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #2e2e30;
}

.pricing-intro h1 {
    font-size: 37px;
    color: #FFF;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.pricing-intro p {
    font-size: 15px;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.pricing-section .table-right {
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #222225;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, .1);
    border: transparent;
    width: 100%;
}

.table-right {
    font-size: 60px;
    margin: 0 auto;
    height: 530px;
}

.table-right .pricing-details span {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px;
}

.table-right .pricing-details h2 {
    font-size: 18px;
    font-weight: 600;
    color: #7d7d7f;
    margin-bottom: 30px;
}

.table-right .pricing-details p {
    font-size: 14px;
    font-weight: 300;
    color: #505050;
    letter-spacing: 1px;
    line-height: 1.4;
}

.table-right .pricing-details ul {
    margin-top: 30px;
    margin-bottom: 50px;
}

.table-right .pricing-details li {
    font-size: 14px;
    font-weight: 400;
    color: #7d7d7f;
    line-height: 1.4;
    margin-bottom: 10px;
}

.pricing-section .table-right:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-section .table-right {
    margin-top: 20px;
}

/* ----- Pricing Section Styling Ends ----- */

/* ----- Contact Section Styling Starts ----- */

.cta-sub {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
}

.layerCtaSub {
    background: no-repeat center center;
    width: 100%;
    height: 100%;
}

.cta-inner {
    text-align: center;
    float: none;
}

.cta-sub .cta-inner h1 {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0;
}

.subscribe-form .mail {
    background-color: #F9F9F9;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    height: 40px;
    width: 200px;
    padding: 0 30px 0 20px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    text-align: center;
}

.fieldsContact {
    text-align: left;
    direction: ltr;
}

.subscribe-form input {
    color: #222222;
    padding: 0;
    font-size: 0.9em;
}

.subscribe-form .submit-button {
    font-size: 0.9em;
    height: 40px;
    border: 2px solid;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #FFFFFF;
    background-color: #927f54;
    color: #FFFFFF;
    box-shadow: 0 0 1px transparent;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

.error_message {
    color: #fc6e51;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 30px;
}

/* ----- CTA Section Styling Ends ----- */

/* ------- Footer Section Styling Starts ------- */

.footer {
    background-color: #222225;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 20px;
}

.authorImg {
    display: block;
    margin: auto;
    width: 80px;
    height: 80;
}

.contact h1 {
    font-size: 21px;
    font-weight: 400;
    color: #FFF;
    margin: 10px 0 10px 0;
    text-align: center;
}

.contact p {
    font-size: 14px !important;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    margin: 10px 0 20px 0 !important;
    text-align: right;
}

.footer_top {
    padding-top: 32px;
    font-size: 14px !important;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    text-align: center;
}

.fbLogo {
    width: 33px;
    padding-top: 9px;
}

.instaLogo {
    width: 51px;
}

.linkedinLogo {
    width: 35px;
    padding-top: 8px;
}

.youtubeLogo {
    width: 40px;
    height: 51px;
}

.social-media {
    display: flex;
    justify-content: center;
}

.footer_copyright {
    font-size: 14px !important;
    font-weight: 400;
    color: white;
    line-height: 1.3;
    text-align: center;
}

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
    background: rgba(0, 169, 157, 0.7);
    margin: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 90;
    display: none;
    text-decoration: none;
    color: #0E1729;
}

.back-to-top:hover {
    background: rgb(0, 169, 157);
}

/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (max-width: 400px) {
    .table-right {
        font-size: 60px;
        margin: 0 auto;
        height: 560px !important;
    }
    .but_prices {
        bottom: 50px;
        position: absolute;
        width: 100%;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 650px) and (min-width: 400px) {
    .table-right {
        font-size: 60px;
        margin: 0 auto;
        height: 510px !important;
    }
    .but_prices {
        bottom: 20px;
        position: absolute;
        width: 100%;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 766px) and (min-width: 651px) {
    .table-right {
        font-size: 10px;
        margin: 0 auto;
        height: 450px !important;
    }
    .but_prices {
        bottom: 40px;
        position: absolute;
        width: 100%;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 999px) and (min-width: 767px) {
    .btn {
        width: 170px;
        font-size: 12px;
    }
    .table-right {
        font-size: 10px;
        margin: 0 auto;
        height: 590px !important;
    }
    .but_prices {
        bottom: 40px;
        position: absolute;
        width: 100%;
        margin-right: -20px;
    }
}

@media only screen and (max-width: 1999px) and (min-width: 1000px) {
    .table-right {
        font-size: 10px;
        margin: 0 auto;
        height: 550px !important;
    }
    .but_prices {
        bottom: 50px;
        position: absolute;
        width: 100%;
        margin-right: -20px;
    }
}

@media only screen and (min-width: 2000px) {}

@media only screen and (min-width: 767px) {
    .logo {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .hero-section {
        padding: 150px 0 100px 0;
    }
    .form .hero-section {
        padding: 13% 0;
    }
    .form .hero-content {
        padding: 100px 0 100px 0;
        overflow: hidden;
    }
    .form .hero-content h1 {
        font-size: 54px;
    }
    .product .hero-content {
        padding: 150px 0 100px 0;
        text-align: left;
    }
    .hero-content h1 {
        font-size: 48px;
        margin: 0 0 20px 0;
    }
    .hero-content p {
        font-size: 14px;
    }
    .about-content h2 {
        font-size: 38px;
    }
    .software .hero-content h1 {
        font-size: 42px;
    }
    .image-bg .hero-content h1 {
        font-size: 54px;
    }
    .signup .hero-content h1 {
        font-size: 48px;
    }
    .features .features-list {
        padding: 100px 0 0 0;
        text-align: left;
    }
    .features .features-list ul li {
        font-size: 18px;
        display: list-item;
        text-align: left;
    }
    .software .features {
        padding: 100px 0 100px 0;
    }
    .software .features .features-list h1 {
        font-size: 34px;
    }
    .software .features .features-list {
        padding: 30px 0 0 0;
    }
    .software .features .features-list ul li {
        display: list-item;
        font-size: 14px;
        text-align: left;
    }
    .feature-sub {
        padding: 80px 0 80px 0;
    }
    .software .feature-sub .sub-inner h1 {
        font-size: 42px;
    }
    .split-content {
        padding: 70px 200px 50px 10px;
        text-align: right;
    }
    .second {
        padding-right: 70px;
    }
    .split-content h1 {
        font-size: 37px;
    }
    .pricing {
        padding: 100px 0 100px 0;
    }
    .pricing-content {
        text-align: left;
    }
    .cta-sub .cta-inner h1 {
        font-size: 36px;
    }
    .contact h1 {
        font-size: 19px;
    }
    .contact p {
        font-size: 13px !important;
    }
    .contact a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .features .features-list {
        padding: 80px 0 0 0;
    }
    .split-content {
        padding: 100px 100px 50px 50px;
        text-align: center;
    }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .welcome_content1 {
        font-weight: bolder;
        font-size: 21px;
    }
    .welcome_content2 {
        font-weight: bolder;
        font-size: 15px;
    }
    .m_logo {
        height: 70px;
    }
    .subscribe-form .mail {
        padding: 0 30px 0 20px;
        border-radius: 5px 0 0 5px;
    }
    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
    }
}

@media screen and (max-width: 399px) {
    .welcome_content1 {
        font-weight: bolder;
        font-size: 18px;
        padding-right: 15px;
    }
    .welcome_content2 {
        font-weight: bolder;
        font-size: 14px;
    }
    .m_logo {
        height: 50px;
    }
    .cta-sub {
        text-align: center;
    }
    .subscribe-form {
        text-align: center;
    }
    .subscribe-form .mail {
        text-align: center;
        padding: 0 0 0 0;
        border-radius: 5px 0 0 5px;
    }
    .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }
    .form .sub-form .subscribe-form {
        text-align: left;
    }
    .form .sub-form .subscribe-form .mail {
        text-align: center;
        padding: 0 0 0 0;
        border-radius: 5px 0 0 5px;
    }
    .form .sub-form .subscribe-form .submit-button {
        padding: 0 5px 0 5px;
        border-radius: 0 5px 5px 0;
        margin-top: 15px;
    }
    .back-to-top {
        right: 10px;
    }
    .second {
        padding: 0px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1201px) {
    .app-features .features-left,
    .app-features .features-right {
        padding: 0 0 0 0;
    }
    .software .features .features-list {
        padding: 0 0 0 0;
    }
}

/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*----------------------------------------------------
-----------  Articles ----------
-----------------------------------------------------*/

.articles {
    background-color: #2e2e30;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 12%;
    padding-right: 12%;
}

.article-content a {
    color: #FFFFFF;
    text-decoration: none;
}

.article {
    height: 100%;
    margin: 3%;
    background-color: rgba(0, 169, 157, 0.8);
    -webkit-box-shadow: 0px 0px 12px 0px #00A99D;
    -moz-box-shadow: 0px 0px 12px 0px #00A99D;
    box-shadow: 0px 0px 12px 0px #00A99D;
    color: whitesmoke;
}

.article-content-text a {
    color: white;
    text-decoration-line: underline;
    cursor: pointer;
}

.article-content-text a:hover {
    color: black;
    text-decoration-line: underline;
    cursor: pointer;
}

.article-content-text a:visited {
    text-decoration: none;
}

.more_articles {
    color: white;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 50px;
}

/* Extra Small devices (up to 575px) */

@media (max-width: 575px) {
    .article-image {
        width: 100px;
        padding-top: 10px;
    }
    .article-content {
        margin: 16px;
    }
    .article-title {
        font-size: 24px;
        font-weight: 900;
        letter-spacing: -1px;
        text-align: center;
    }
    .article-content-text {
        padding-top: 10px;
        font-size: 15px;
        line-height: 1.5;
        color: white;
        letter-spacing: 0;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .article-image {
        width: 100px;
        padding-top: 10px;
    }
    .article-content {
        margin: 30px;
    }
    .article-title {
        font-size: 28px;
        font-weight: 900;
        letter-spacing: -1px;
        text-align: center;
    }
    .article-content-text {
        padding-top: 10px;
        font-size: 18px;
        line-height: 1.3;
        color: white;
        letter-spacing: 0;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .article-image {
        width: 100px;
        padding-top: 30px;
    }
    .article-content {
        text-align: right;
    }
    .article-title {
        font-size: 26px;
        font-weight: 900;
        letter-spacing: -1px;
        padding-right: 4%;
    }
    .article-content-text {
        padding-top: 10px;
        font-size: 16px;
        line-height: 1.3;
        color: white;
        letter-spacing: 0;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .article-image {
        width: 100px;
        padding-top: 30px;
    }
    .article-content {
        text-align: right;
    }
    .article-title {
        font-size: 28px;
        font-weight: 900;
        letter-spacing: -1px;
        padding-right: 4%;
    }
    .article-content-text {
        padding-top: 30px;
        font-size: 18px;
        line-height: 1.3;
        color: white;
        letter-spacing: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .article-image {
        width: 100px;
        padding-top: 30px;
    }
    .article-content {
        text-align: right;
    }
    .article-title {
        font-size: 35px;
        font-weight: 900;
        letter-spacing: -1px;
        padding-right: 4%;
    }
    .article-image {
        width: 100px;
        padding-top: 50px;
    }
    .article-content {
        text-align: right;
    }
    .article-content-text {
        font-size: 20px;
        line-height: 1.3;
        color: white;
        letter-spacing: 0;
    }
}