/*
Orange color: #e67e22

*/


/* ----------------------------------------------- */


/* BASIC SETUP */


/* ----------------------------------------------- */

:root {
    --theme-color: #0042AE;
    --theme-dark-color: #02307c;
    --theme-light-color: #2D7BFC;
    --white-color: #ffffff;
    --black-color: #000000;
    --muted-color: #444444;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
html,
body {
    background-color: var(--white-color);
    color: var(--muted-color);
    font-family: 'inter', sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

h1 {
    font-size: 1.3rem;
}

.btn-theme {
    background: var(--theme-color);
    color: var(--white-color);
}

.btn-theme:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.btn-theme-outlined {
    border: 1px solid var(--theme-color) !important;
    background: NONE;
    color: var(--theme-color);
}

.btn-theme-outlined:hover {
    border: 1px solid var(--theme-color) !important;
    background: var(--theme-color);
    color: #ffffff;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/* ----------------------------------------------- */


/* REUSABLE COMPONENTS */


/* ----------------------------------------------- */

/*.row {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.box {
    padding: 1%;
}


/* ----- HEADINGS ----- */

.h1-new,
.h1-new,
.h1-new {
    font-weight: 300;
    text-transform: none;
}

.h1-new {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--white-color);
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

.h2-new {
    font-size: 180%;
    word-spacing: 2px;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #4b722d;
}

.h3-new {
    font-size: 110%;
    margin-bottom: 15px;
    color: #6d6d6d;
    font-weight: 400;
}


/*h2:after {
    display: block;
    height: 2px;
    background-color: var(--white-color);
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}*/

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

.content-center {
    justify-content: center;
    align-items: center;
}

.bg-ash {
    background-color: #fbfbfb;
}

.bg-white {
    background-color: var(--white-color);
}


/* ----- ICONS ----- */

.icon-big {
    font-size: 250%;
    display: block;
    color: #4b722d;
    margin-bottom: 0;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #4b722d;
    font-size: 120%;
    margin-right: 10px;
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

.color-theme {
    color: #4b722d;
}

.div-rbs {
    background-color: #4b722d !important;
}


/* ----- LINKS ----- */

a:link,
a:visited {
    text-decoration: none;
    padding-bottom: 1px;
    /*border-bottom: 1px solid #c8306d;*/
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}


/* ----- BUTTONS ----- */

.btn:link,
.btn:visited {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 75%;
    text-decoration: none;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full,
.btn-full:link,
.btn-full:visited {
    background-color: #4b722d;
    border: 1px solid #4b722d;
    color: var(--white-color);
    margin-right: 0;
}

input[type=submit] {
    background-color: #4b722d;
    border: 1px solid #4b722d;
    color: var(--white-color);
    margin-right: 0;
}

.btn-outline:link,
.btn-outline:visited {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background-color: #FBD201;
}

.btn-contcat-custom-padding {
    padding: 7px 22px;
    border-radius: 0;
}


/* ----------------------------------------------- */


/* HEADER */


/* ----------------------------------------------- */

.bg-rbs {
    background-color: #4b722d;
}

.custom-header-color {
    background-color: var(--white-color);
}

header {
    /*background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url(img/background.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url(img/background.jpg);*/
    background-image: linear-gradient(rgba(235, 230, 234, 1), rgba(235, 230, 234, 0.9)), url(images/background-p.jpg);
    height: auto;
    background-attachment: fixed;
}

.value-proposition {
    margin-top: 3%;
    margin-left: 0;
    padding: 0;
}

.hero-text-box {
    padding-left: 0px;
    padding-top: 0%;
    /*text-align: center;*/
}

.hero-text-box h1 {
    font-size: 200%;
    text-transform: none;
    color: #6d6d6d;
    font-weight: 400;
}

.hero-text-box p {
    color: #6d6d6d;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 100%;
    font-weight: 300;
}

.value-image {
    width: 100%;
    height: auto;
    margin-top: 3%;
    margin-bottom: 8%;
    margin-left: 0%;
}

.value-image img {
    width: 100%;
    height: auto;
}

.main-phone-case {
    position: relative;
}

.main-phone-case img {
    border-radius: 7%;
}

.GIF {
    position: absolute;
    top: 10%;
    left: 0;
    height: auto;
    margin-right: 3%;
    margin-left: 4%;
}

.GIF img {
    width: 95%;
    height: auto;
    border-radius: 0 !important;
}

.sign-up-form p {
    color: var(--white-color);
    padding-left: 60%;
    padding-bottom: 2%;
    font-size: 110%;
}

.logo {
}

.logo img {
    height: auto;
    width: 129px !important;
}

.logo-black {
    display: none;
    height: 35px;
    width: auto;
    float: left;
    margin: 15px 0;
    padding-left: 0;
}

.logo-black img {
    height: auto;
    width: 70%;
}


/* Main navi */

.navbar-toggler-custom {
    border: 0;
    padding: 0;
    font-size: 1rem;
}

.main-nav li a {
    color: var(--white-color);
}

.navbar-toggler {
    background-color: transparent;
}


.message-wrapper {
    min-height: 70vh;
}

.message-card {
    width: 28rem;
    box-shadow: 0px 0px 2px #bdbdbd;
    padding: 48px;
    border-radius: .25rem;
}


/*.display-block{*/


/*display: inline-block;*/


/*}*/


/* Mobile navi */

.mobile-nav-icon {
    float: right;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: var(--white-color);
}


/* ----------------------------------------------- */


/* FEATURES */


/* ----------------------------------------------- */

.section-specific-features {
    background-image: linear-gradient(rgba(251, 251, 251, 0.9), rgba(251, 251, 251, 0.9)), url(/images/feature-background.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.section-features .long-copy {
    margin-bottom: 20px;
    margin-top: 4%;
}

.point-features {
    margin-top: 3%;
    margin-bottom: 5%;
    /*padding-bottom: 60px;*/
}

.feature-left-img {
    width: 100%;
    justify-content: flex-end;
}

.feature-left-img img {
    width: 100%;
    height: auto;
}

.feature-img {
    width: 100%;
    overflow: hidden;
}

.feature-img img {
    width: 107%;
}

.feature-img-app {
    width: 50%;
    height: auto;
}

.feature-img-app img {
    width: 70%;
    margin-left: 0;
    height: auto;
}

.feature-img-app-googlePlay {
    width: 35%;
    height: auto;
}

.feature-img-app-googlePlay img {
    width: 70%;
    margin-left: 0;
    height: auto;
}


/* ----------------------------------------------- */


/* TESTIMONIALS */


/* ----------------------------------------------- */

.section-testimonials {
    background-image: linear-gradient(rgba(251, 251, 251, 0.9), rgba(251, 251, 251, 0.9)), url(/images/feature-background.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.section-cities img {
    opacity: 0.7;
    /*width: 100%;*/
    height: auto;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.section-cities img:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.section-testimonials h2 {
    text-align: center;
    color: #6d6d6d;
}

.feature-header {
    margin-top: 3% !important;
}


/* ----------------------------------------------- */


/* Plans
/* ----------------------------------------------- */

.color-pink {
    color: #f06598;
}

.color-blue {
    color: #56b4e4;
}

.color-orange {
    color: #da2127;
}

.btn-green {
    background: #4b722d;
    color: var(--white-color);
    border-radius: 0;
    font-weight: 300;
}

.pink-border {
    border: 1px solid #f06598;
}

.purple-border {
    border: 1px solid #767bbb;
}

.lead {
    margin-top: 5%;
    margin-bottom: 3%;
}

.lunchbox-table td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table-fixed-width {
    width: 130px;
}

.no-border td {
    border: 0;
}

.table-with-avatar img {
    width: 50px;
}


/*.plans-header{
   align-items: center;
    justify-content: center;
}*/

.full-width {
    width: 100%;
}

.icon-image img {
    width: 40%;
}

.top-card-info {
    width: 60%;
}

.operator img {
    width: 30px;
}

.color-green {
    color: #4b722d;
}

.btn-green-outline {
    background: var(--white-color);
    color: #4b722d;
    border-radius: 0;
    border: 1px solid #4b722d;
    font-weight: 500;
    padding: 12px 25px;
    font-size: 15px;
}

.card-header {
    background: #F9690E;
    color: var(--white-color);
}

.pricing-header {
    max-width: 700px;
}

.card-deck {
    min-width: 220px;
    align-items: center;
    justify-content: center;
}

.additional-field {
    width: 150px;
}

.table-light {
    background: #f8f9fa;
}

.graph img {
    width: 100%;
}

.card-border {
    border: 1px solid #f1f1f1;
}

.form-error {
    color: red !important;
    font-size: .8rem;
    width: 100%;
}


/*.plan-box {*/


/*background-color: var(--white-color);*/


/*border-radius: 5px;*/


/*width: 90%;*/


/*margin-left: 5%;*/


/*box-shadow: 0 2px 2px #efefef;*/


/*}*/

.plan-box div {
    padding-bottom: 3%;
    border-bottom: 1px solid var(--white-color);
}

.pricing-header div {
    margin-top: 5%;
    border-top: 1px solid #e8e8e8;
}

.plan-price {
    font-size: 90%;
    margin-bottom: 0px;
    color: #0775AE;
    font-weight: 400;
}

.plan-price span {
    color: #0775AE !important;
}

ul {
    list-style: none;
}

.plan-box ul li {
    padding: 5px 0;
}

.advertise-text {
    color: #000;
}

.discount-amount {
    font-size: 240%;
    color: #DA2127;
    font-family: "ADAM.CG PRO";
    margin-top: 5%;
}

.discount-details {
    font-size: 85%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777777;
    margin-top: 5%;
}

.discount-div-color {
    background-color: #f3f3f0;
}


/* ----------------------------------------------- */


/* FORM */


/* ----------------------------------------------- */

.section-form {
    background-image: linear-gradient(rgba(251, 251, 251, 0.9), rgba(251, 251, 251, 0.9)), url(/images/feature-background.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}


/*.marketing-section-decoration {*/


/*border-right: 1px solid var(--white-color);*/


/*}*/


/*.form-picture{*/


/*width: 100%;*/


/*height: auto;*/


/*}*/

.section-form h2 {
    text-align: center;
    margin-bottom: 5%;
    color: #6d6d6d;
}


.marketing-words p {
    color: #6d6d6d;
}


/*.contact-form-custom input[type=text],*/


/*input[type=email],*/


/*input[type=password],*/


/*select,*/


/*textarea {*/


/*border: 1px solid #e0e0e0;*/


/*background-color: transparent;*/


/*margin-bottom: 4%;*/


/*}*/
.container-custom {
    max-width: 1280px;
}


/* form starting stylings ------------------------------- */

.group {
    position: relative;
    margin-bottom: 35px;
}


input:focus {
    outline: none;
}


.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: var(--white-color);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: var(--white-color);
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: var(--white-color);
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: var(--white-color);
    }
    to {
        width: 0;
        background: transparent;
    }
}

#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* Standard syntax (must be last) */
    border-radius: 4px;
    top: 50px;
}

textarea {
    height: 100px;
    font-size: 14px;
}

::placeholder {
    color: #555;
    font-size: 14px !important;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {
    outline: none;
}

.mapouter {
    text-align: right;
    height: 300px;
    width: 600px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 570px;
    margin-top: 0px;
    margin-left: 0px;
}

iframe {
    width: 500px;
    height: 300px;
    margin-left: 0px;
}


/* ----------------------------------------------- */


/* FOOTER */


/* ----------------------------------------------- */

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #517fa4;
}

.btn-sticky-footer {
    padding: 15px 30px !important;
}

.sticky-surpassed {
    position: absolute;
    bottom: 0;
}


/* ----------------------------------------------- */


/* Animations */


/* ----------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}


/* ----------------------------------------------- */


/* media quaries */


/* ----------------------------------------------- */

@media (min-width: 320px) and (max-width: 767px) {
    input[type=submit] {
        padding: 4% 28.5%;
    }

    .social-links {
        list-style: none;
        float: none;
    }

    .logo {
        height: auto;
        width: 55%;
        padding: 0;
    }

    .logo img {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sign-up-form {
        padding-left: 5px;
        margin-top: 25px;
    }

    input[type=text],
    input[type=email],
    input[type=password],
    select,
    textarea {
        padding: 3%;
    }

    input[type=submit] {
        display: inline-block;
        padding: 3% 31.2%;
    }

    .for-tab {
        width: 100%;
    }

    .form-graphic {
        width: 100%;
        height: auto;
    }

    .gmap_canvas {
        width: 700px;
    }

    iframe {
        width: 700px;
    }

    .logo {
        height: auto;
        width: 55%;
        padding: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .logo {
        height: 37px;
        width: auto;
        padding-left: 0px;
    }

    /*.signup {
    margin-left: 118px;
}*/
    input[type=text],
    input[type=email],
    input[type=password],
    select,
    textarea {
        width: 100%;
    }

    input[type=submit] {
        display: inline-block;
    }

}

@media (min-width: 1440px) {
    .signup {
        margin-left: 25%;
    }
}


main {
    /*min-height: calc(100vh - 120px);*/
}

.footer-nav li a {
    font-size: .7rem;
    font-weight: 400;
}

.top-fixed-section {
    height: 37px;
    background: var(--theme-color);
    padding-top: 2px;
}

.top-fixed-section span, .mobile-social-info span {
    text-align: center;
    color:  var(--white-color);
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    margin-left: 4px;
}

.navbar-brand {
    padding-top: 0 !important;
}

.navbar-brand img {
    width: 70px;
    height: 70px;
}


.navbar-nav li {
    padding: 0 18px;
}

.navbar-nav li a {
    color: var(--muted-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: color 0.3s ease;
    position: relative;
    padding: 0 !important;
}

.navbar-nav li a:hover {
    color: var(--theme-color) !important;
}

/* Active state styling */
.navbar-nav .active {
    color: var(--theme-color) !important;
}

.navbar-nav .active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: var(--theme-color);
}

.nav-bar {
    min-height: 3.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%
}

.nav-branding {
    font-size: 2rem;
    font-weight: 600;
    transition: color 500ms ease;
}

.nav-branding:hover, .nav-branding:focus {
    color: dodgerblue;
}

.nav-menu {
    position: fixed;
    right: -100%;
    top: 3.2em;
    flex-direction: column;
    background-color: var(--theme-color);
    width: 70%;
    text-align: center;
    transition: 750ms;
    padding-left: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}

.nav-menu.active {
    right: 0;
}

.nav-menu ul{
    padding-left: 0;
    margin-bottom: 0;
}

.nav-item {
    padding: 0.5em 0;
    border-bottom: 1px solid #fff;
}

.nav-item:last-of-type{
    border-bottom: 0;
}

.nav-link {
    transition: 400ms ease;
    color: var(--white-color);
    font-size: 14px;
}

.nav-link:hover, .nav-link:focus {
    color: dodgerblue;

}

.mobile-social-info{
    background: var(--white-color);
}

.mobile-social-info span {
    color: var(--muted-color);
}

.mobile-social-icon img{
    width: 26px;
    margin-right: 12px;
}
.mobile-social-icon{
    padding-left: 15px;
}
.hamburger {
    cursor: pointer;
}

.bar {
    display: block;
    background-color: var(--black-color);
    width: 24px;
    /* The following 2 properties are essential in creating the "X" when the hamburger is clicked. If you change just 1 of the 2, then you need to find the proper combination for the other one */
    height: 2px;
    margin: 6px auto;

    /*    -webkit-transition: all 300ms ease;  */
    transition: all 300ms ease-in-out;
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.right-link {
    color: var(--theme-color) !important;
}

.hero {
    padding: 0 !important;
}

.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust darkness */
}

.content {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
    max-width: 50%;
    z-index: 2;
}

.content h2 {
    font-size: 57px;
    margin: 0;
    font-weight: bold;
    color: var(--theme-light-color);
}

.content h2 span {
    color: var(--white-color);
}

.content p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5;
}

.feature-gradient-parent-section {
    padding-left: 55px;
}

.feature-card {
    position: relative;
}

.feature-card .feature-gradient {
    height: 645px;
    background: linear-gradient(90deg, #0042AE 54.69%, rgba(0, 0, 0, 0.00) 99.76%);
    position: relative;
}

.feature-card .feature-car {
    position: absolute;
    top: 60px;
    right: 0;
    height: 609px;
}

.feature-card .feature-car img {
    height: 96%;
    position: relative;

}

.feature-card .feature-overlay {
    position: absolute;
    top: 0;
    left: -50px;
    width: 100%;
    height: 585px;
    background: linear-gradient(90deg, #0042AE 54.69%, rgba(0, 0, 0, 0.00) 99.76%);
}

.feature-car .content {
    position: absolute;
    top: 10px;
    left: 160px
}

.feature-car .content p {
    font-size: 16px;
}

.info-parent-section {
    position: absolute;
    top: 70px;
}

.info-card {
    background: var(--white-color);
    position: relative;
    height: 650px;
}

.info-card img {
    width: 100%
}

.inner-info-card {
    padding: 17px 13px;
}

.inner-info-card h2 {
    color: var(--theme-color);
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin-bottom: 40px;
}

.inner-info-card h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    top: 83px;
    width: 33%;
    height: 2px;
    background: var(--black-color);
}

.inner-info-card p {
    margin-top: 10px;
    color: #292929;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.inner-info-card a {
    color: #B0B0B0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
}

.inner-info-card .active {
    color: #FECB21;
}

.about-us-left-section {
    height: 100%;
    position: relative;
}

.about-us-left-section img {
    width: 100%;
    height: 100%;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    opacity: 0.4;
}

.about-us-right-section {
    position: relative;
    background: linear-gradient(90deg, #2D7BFC 24.1%, #0042AE 99.96%);
    width: 100%;
    height: 100%;
    padding: 30px 50px;
}

/*.about-content {*/
/*    position: absolute;*/
/*    top: 42px;*/
/*    max-width: 78%;*/
/*    left: 75px;*/
/*}*/

.about-content h2 {
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-content p {
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 35px;
}

.about-us-right-section hr {
    border: 0;
    height: 5px;
    background: var(--white-color);
    width: 131px;
    margin-top: 8px;
    opacity: 1;
}

.plans {
    padding-top: 0;
}

.plans h2 {
    color: var(--theme-color);
    font-family: "Roboto", sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.currency-section {
    width: 297px;
    height: 40px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin-top: 30px;
}

.currency-section span {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 99px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.currency-section span:first-of-type, .currency-section span:last-of-type{
    border-radius: 5px 0 0 5px;
}

.currency-section .active-currency {
    background: var(--theme-color) !important;
    color: var(--white-color) !important;
}

.billing-cycle-section{
    width: 200px;
    margin: 20px 0;
}

.plan-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0 7px 7px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
    padding: 13px;
    border: 1px solid transparent;
    border-top: 6px solid #4c4c4c;
    border-radius: 6px;
    height: 640px;
    position: relative;
}

.active-card {
    border: 1px solid var(--theme-color);
    transform: scaleY(1.05);
    border-top: 10px solid var(--theme-color);
}

.price-section {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-card h2 {
    color: #1B1D21;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.15px;
    text-align: center;
    margin: 20px 0;
}

.price-section h1 {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.plan-card p {
    color: #1B1D21;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 10px;
    text-align: center;
}

.plan-card .hr-line {
    margin: 30px 0;
    width: 100%
}

.plan-feature ul {
    padding-left: 10px;
}

.plan-feature ul li {
    color: #1B1D21;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /*line-height: normal;*/
    position: relative;
    margin-bottom: 20px;
}

.plan-feature ul li svg:first-of-type {
    margin-right: 12px;
}

.plan-feature ul li svg:last-of-type {
    fill: #FFF;
    position: absolute;
    left: 6px;
    top: 8px;
    width: 13px;
    height: 13px;
}

.plan-feature ul li span {
    /*display: inline-block;*/
}

.plan-action-btn {
    color: var(--theme-color);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid var(--theme-color);
    padding: 13px 55px !important;
    border-radius: 3px;
    display: flex;
    justify-self: center;
    margin: 40px 0 35px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.plan-action-btn:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.active-currency {
    color: var(--theme-color) !important;
}

.active-plan-action-btn {
    background: var(--theme-color);
    color: var(--white-color);
}

.plan-span-extra-margin {
    margin-left: 40px;
    display: inline-block
}

.testimonial-top {
    text-align: center;
    padding: 10px 30px;
}

.testimonial-top img {
    width: 100px;
    text-align: center;
}

.testimonial-top h1 {
    color: #0042AE;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
}

.testimonial-top p {
    color: #696969;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 650px;
    margin: 20px auto;
}

.testimonial-left-section {
    background: var(--theme-color);
    border-top-left-radius: 30px;
    position: relative;
    padding: 30px 30px 80px 30px;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-blockquote-section {
    background: var(--white-color);
}

blockquote {
    color: #949494;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin: 0;
    padding: 20px 20px 0 50px;
}

blockquote:before {
    position: absolute;
    color: #FECB21;
    font-family: "Teko", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 0;
    left: 15px;
}

.testimonial-blockquote-section {
    padding: 20px 0 10px 0;
}

.testimonial-blockquote-section svg {
    margin-left: 50px;
}

.testimonial-blockquote-section p {
    color: #B0B0B0;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-left: 50px;
}

.testimonial-profile-section {
    display: flex;
    margin-top: 30px;
}

.testimonial-profile-section img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonial-profile {
    margin: 15px 0 0 20px;
    z-index: 9;
}

.testimonial-profile h2 {
    color: var(--white-color);
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: left;
}

.testimonial-profile p {
    color: var(--white-color);
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}

.testimonial-left-inner-section {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 54px 20px 0;
    min-width: 110%;
    transition: transform 0.3s ease-in-out;
}

.testimonial-left-section button {
    position: absolute;
    transform: translateY(-50%);
    background: var(--white-color);
    padding: 5px;
    top: 92%;
    border: none;
    width: 40px;
    height: 40px;
}

button#leftBtn {
    right: 60px;
    margin-right: 20px;
}

button#rightBtn {
    right: 25px;
}

.testimonial-right-img {
    width: 47px !important;
    height: 47px !important;
    z-index: 9;
}

.testimonial-right-inner-section {
    display: flex;
    align-items: start;
    margin-top: 0;
    position: relative;
    background-image: url("../images/testimonial-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 30px;
    height: 120px;
    padding: 36px 20px;
    overflow: hidden;
}

.testimonial-full-overlay {
    background: var(--white-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    border-top-left-radius: 30px;
}

.testimonial-right-inner-section .testimonial-profile {
    margin-top: 0;
}

.testimonial-content {
    margin-top: 26px;
}

.testimonial-content:first-of-type {
    margin-top: 0;
}

.testimonial-content .testimonial-profile h3 {
    color: #6C6C6C;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
    z-index: 9;
}

.testimonial-content .testimonial-profile p {
    color: #888888;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    z-index: 9;
}

.testimonial-overlay {
    background: var(--theme-color);
    position: absolute;
    top: -19px;
    right: -37px;
    width: 35%;
    height: 156%;
    opacity: .7;
    transform: rotate(20deg);
}

.testimonial-right-blockquote {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--theme-color);
    z-index: 9;
    position: absolute;
    right: 166px;
    padding: 0 0 0 12px;
}

.testimonial-right-blockquote-content {
    color: var(--white-color);
    font-family: "Teko", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -8px;
}

.contact-left-section {
    position: relative;
}

.contact-left-section img {
    width: 100%;
    border-radius: 0 30px 30px 0;
}

.contact-form-section {
    background: var(--theme-color);
    padding: 50px;
    border-radius: 30px;
    position: absolute;
    right: -80px;
    top: 35px;
    width: 460px;
}

.contact-form-section p {
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0 15px;
}

.contact-form-section h2 {
    color: var(--white-color);
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-form label {
    color: var(--white-color);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.contact-form input, .contact-form textarea, .contact-form button {
    border-radius: 30px;
    background: var(--white-color);
    width: 364px;
    height: 46px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.60);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
    display: block;
    border: none;
    border-bottom: 1px solid transparent;
}

.contact-form textarea {
    height: 82px;
    display: block;
    padding: 12px;
    resize: none;
}

.contact-form button {
    border: 0;
    color: rgba(0, 0, 0, 0.80);
    height: 46px;
}

.contact-right-section {
    padding: 170px 50px 0 100px;
}

.contact-right-section p {
    color: var(--theme-color);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 0 15px;
}

.contact-right-section h2 {
    color: var(--black-color);
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-content {
    color: rgba(0, 0, 0, 0.70) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 30px !important;
    margin: 20px 0 0 0 !important;
}

.footer-section {
    background: var(--theme-color);
    padding: 40px
}

.footer-logo {
    width: 68px;
    height: 68px;
}

.social-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #2566d1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.social-icon img {
    width: 25px;
}

.footer-section h3 {
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-section p, .footer-section a {
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
}

.footer-section a {
    text-decoration: none;
    display: block;
}

.footer-section a:hover {
    text-decoration: underline;
    color: var(--white-color);
}

.subscribe-section {
    position: relative;
}

.subscribe-section input {
    width: 100%;
    height: 39px;
    flex-shrink: 0;
    background: var(--white-color);
    color: rgba(0, 0, 0, 0.30);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0;
    padding: 0 0 0 15px;
}

.subscribe-section button {
    width: 77px;
    height: 35px;
    background: var(--white-color);
    background: #B0B0B0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    right: 3px;
    top: 2px;
    border: 0;
}

.footer-hr-line {
    border: 0;
    height: 1px;
    background: var(--white-color);
    width: 100%;
    text-align: center;
    opacity: 1;
}

.copyright-text, .copyright-text a {
    font-size: 13px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.about-banner{
    position: relative;
    margin-top: 114px;
}

.about-banner h2{
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: 35px;
    left: 60px;
}

.about-banner img{
    width: 100%;
}

.banner-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    opacity: 0.5;
}

.company-overview, .company-history{
    padding: 0 140px;
}

.plans-overview{
    padding: 0 200px;
}

.company-overview h3, .company-history h3{
    color: var(--theme-color);
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.company-overview p, .company-overview ul li, .company-history p{
    color: #292929;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.company-overview hr, .company-history hr{
    border: 0;
    height: 3px;
    background: var(--black-color);
    width: 85px;
    opacity: 1;
    margin: 13px 0;
}

.company-overview ul{
    list-style-type: disc;
    padding-left: 30px;
}

.company-history-mobile{
    background: linear-gradient(90deg, #2D7BFC 24.1%, #0042AE 99.96%);
    padding: 20px 35px;
    margin: 0 30px;
    border-radius: 40px;
}

.company-history-mobile h3, .company-history-mobile p{
    color: var(--white-color) !important;
}

.company-history-mobile p{
    margin-top: 25px;
}

.company-history-mobile hr{
    background: var(--white-color);
}

.team{
    text-align: center;
}

.team h2{
    color: var(--theme-color);
    font-family: "Roboto", sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.team p{
    margin: 0 0 0 10px;
}

.team-member-parent-section{
    padding: 0 140px;
}

.team-member-section{
    position: relative;
}

.team-member-img{
    border-radius: 50px 0 0 0;
    width: 100%;
}

.team-member-info{
    position: absolute;
    /*background: linear-gradient(180deg, #0042AE 0%, #3B71F9 100%);*/
    background: #3B71F9;
    padding: 5px 5px 0 19px;
    bottom: 45px;
    overflow: hidden;
    z-index: 9;
    width: 180px;
    text-align: left;
}

.angel-section{
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 53px solid #3B71F9;
    bottom: 45px;
    left: 170px;
}

.team-member-info h4{
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}

.team-member-info p{
    color: var(--white-color);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 4px 0;
}

.team-member-social{
    display: flex;
    justify-content: end;
    align-items: center;
    background: var(--theme-color);
    padding: 10px 10px 10px 0;
}

.team-member-social img{
    margin-left: 17px;
}

.team-member-social img:nth-child(1){
    width: 25px;
}

.team-member-social img:nth-child(2){
    width: 21px;
}

.team-member-social img:nth-child(3){
    width: 25px;
}
.vision-section{
    margin-top: 0 !important;
}
.plans-overview ul{
    list-style-type: disc;
}
.plans-overview ul li{
    font-size: 18px;
}
.plans-overview ul:nth-child(2), .plans-overview ul:nth-child(4){
    margin-left: 25px;
}
.contact-us-title-section{
    padding: 0 320px;
    text-align: center;
}
.contact-tab{
    border-radius: 5px;
    background: rgba(185, 185, 185, 0.50);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    cursor: pointer;
}
.contact-tab span{
    color: rgba(0, 0, 0, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.active-tab{
    background: var(--theme-color);
}
.active-tab span{
    color: var(--white-color);
}
.location-contact-section{
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: var(--white-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.contact-number-section{
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: rgba(217, 217, 217, 0.00);
}
.contact-number-section h2{
    border-radius: 5px 5px 0 0;
    color: var(--white-color) !important;
    background: var(--theme-color);
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 7px 0;
}
.contact-number-section h3{
    color: var(--black-color);
    font-family: "Inter", sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.contact-number-section p{
    color: rgba(0, 0, 0, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
    text-align: center;
}
.location-contact-section h2{
    color: rgba(0, 0, 0, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.location-contact-section h3{
    color: rgba(0, 0, 0, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.map-section iframe{
    width: 100%
}
.subscribe-section {
    width: auto;
}
@media (max-width: 1024px) {
    .inner-info-card h2 {
        font-size: 22px;
    }
    .feature-car .content p {
        font-size: 13px;
    }
    .feature-car .content {
        left: 220px;
    }
    .plan-card {
        height: 724px;
    }

    .plan-action-btn {
        font-size: 16px;
        padding: 13px 45px !important;
    }
    .plan-feature ul li {
        font-size: 14px;
    }
    .plan-card {
        height: 640px;
    }
    .testimonial-left-inner-section{
        min-width: 118%;
    }
    .contact-right-section {
        padding: 90px 50px 0 100px;
    }
    .info-card {
        height: 680px;
    }
    .testimonial-right-blockquote {
        right: 122px;
    }
    .contact-tab span{
        font-size: 14px;
    }
    .contact-us-title-section {
        padding: 0 215px;
    }
    .contact-number-section p {
        font-size: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-brand img {
        width: 66px;
        height: 66px;
    }

    .navbar-nav li a {
        width: fit-content;
    }

    .nav-menu {
        top: 3.34em;
    }
    .content h2 {
        font-size: 36px;
    }

    .content p{
        font-size: 16px;
    }

    .feature-gradient-parent-section{
        padding-left: 0;
    }

    .about-us {
        margin-top: 745px;
    }

    .inner-info-card h2{
        font-size: 25px;
        margin-bottom: 45px;
    }

    .about-content h2 {
        font-size: 25px;
    }

    .about-us-right-section hr {
        width: 160px;
    }

    .about-content p {
        margin-top: 20px;
        font-size: 15px;
    }

    .plans h2 {
        font-size: 24px;
    }

    .currency-section span {
        font-size: 15px;
    }

    .plan-card h2 {
        font-size: 17px;
        margin: 5px 0;
    }

    .price-section h1 {
        font-size: 27px;
    }

    .plan-card p {
        font-size: 14px;
    }

    .price-section {
        margin: 18px;
    }

    .plan-feature ul li {
        font-size: 16px;
    }

    .plan-card{
        height: 575px;
    }

    .testimonial-top img {
        width: 80px;
    }

    .testimonial-top h1 {
        font-size: 25px;
    }

    .testimonial-top p {
        font-size: 14px;
    }

    blockquote {
        font-size: 16px;
        padding: 20px 30px 0 60px;
    }

    blockquote:before{
        left: 25px
    }

    .testimonial-right-blockquote {
        width: 50px;
        height: 50px;
    }

    .testimonial-right-blockquote-content {
        font-size: 57px;
        margin-top: -2px;
        margin-left: 4px;
    }

    .testimonial-right-blockquote {
        right: 193px;
    }
    .testimonial-left-inner-section {
        min-width: 108%;
    }
    .testimonial-overlay {
        top: -30px;
        right: -37px;
        height: 176%;
        transform: rotate(22deg);
    }

    .contact-left-section img {
        width: 77%;
    }

    .contact-form-section {
        right: 80px;
        top: 79px;
        width: 477px;
        padding: 40px;
    }

    .contact-form input, .contact-form textarea, .contact-form button {
        width: 396px;
    }

    .info-card {
        height: 650px;
    }

    .footer-section p, .footer-section a {
        font-size: 13px;
    }

    .footer-section h3 {
        font-size: 15px;
    }

    .subscribe-section {
        width: 313px;
    }
    .about-banner {
        position: relative;
        margin-top: 67px;
    }
    .company-overview, .company-history {
        padding: 0 50px;
    }

    .company-overview h3, .company-history h3 {
        font-size: 21px;
    }
    .company-overview p, .company-overview ul li, .company-history p {
        font-size: 14px;
    }
    .team p {
        font-size: 18px;
    }
    .team h2 {
        font-size: 31px;
    }
    .team-member-parent-section {
        padding: 0 38px;
    }
    .team-member-info h4{
        font-size: 18px;
    }
    .team-member-info p{
        font-size: 15px;
    }
    .team-member-info{
        width: 165px;
    }
    .angel-section{
        left: 155px;
    }
    .about-content h2 {
        font-size: 24px;
    }
    .about-us-right-section hr {
        width: 112px;
    }
    .about-content p {
        margin-top: 23px;
        font-size: 14px;
    }
    .about-us-right-section{
        padding: 30px 70px;
    }
    .company-overview, .company-history {
        padding: 0 70px;
    }
    .about-banner h2{
        bottom: 10px;
    }
    .home-contact{
        margin-bottom: 50px;
    }
    .footer {
        margin-top: 60px;
    }
    .contact-tab span{
        font-size: 13px;
    }
    .contact-number-section p {
        font-size: 12px;
    }
    .feature-car .content {
        left: 70px;
    }
}

@media (max-width: 912px) {
    .testimonial-right-blockquote {
        right: 244px;
    }
    .testimonial-overlay {
        top: -43px;
        height: 196%;
    }
}

@media (max-width: 853px) {
    .testimonial-right-blockquote {
        right: 220px;
    }
}

@media (max-width: 820px) {
    .testimonial-right-blockquote {
        right: 205px;
    }
}

@media (max-width: 768px) {
    .testimonial-right-blockquote {
        right: 190px;
    }
}

/*@media (min-width: 320px) and (max-width: 767px)*/
@media (min-width: 320px) and (max-width: 540px) {
    .navbar-brand img {
        width: 60px;
        height: 60px;
    }

    .navbar-nav li a {
        width: fit-content;
    }

    .navbar-nav li {
        padding: 10px 18px;
    }

    .hero {
        margin-top: 61px;
    }

    .content {
        top: 4%;
        max-width: 80%;
    }

    .content p {
        font-size: 14px !important;
        margin: 5px 0 7px 0;
    }

    .content h2 {
        font-size: 26px;
    }

    .feature-card {
        padding-top: 0 !important;
    }

    .feature-gradient-parent-section {
        padding-left: 0;
    }

    .info-parent-section {
        top: 418px
    }
    .info-card{
        height: 550px;
    }
    .inner-info-card h2{
        font-size: 22px;
    }
    .about-us-right-section hr {
        width: 104px;
    }
    .inner-info-card h2::after{
        top: 73px;
    }
    .inner-info-card p{
        font-size: 13px;
    }
    .feature-car .content {
        left: 60px;
        width: 180px;
    }

    .about-us {
        margin-top: 1545px;
    }

    .about-us-left-section img {
        height: auto;
        width: 100%;
    }

    .about-us-left-section svg {
        height: 314px;
        width: 100%;
    }

    .company-overview, .company-history {
        padding: 25px 33px;
    }

    .about-content p {
        margin-top: 20px;
        font-size: 13px;
    }

    .plan-span-extra-margin {
        margin-left: 4px;
    }

    .testimonial-top p {
        width: 100%;
    }

    .testimonial-left-section {
        max-width: 400px;
    }

    .testimonial-left-inner-section {
        align-items: normal;
        width: 400px;
    }

    .testimonial-blockquote-section {
        width: 338px;
    }

    .testimonial-profile-section img {
        width: 80px;
        height: 80px;
    }

    .testimonial-profile {
        margin: 11px 0 0 10px;
        width: 240px;
        overflow: hidden;
    }

    .testimonial-profile h2 {
        font-size: 20px;
    }

    .testimonial-profile p {
        font-size: 14px;
    }

    .testimonial-left-inner-section {
        min-width: 113%;
    }

    .contact-left-section img {
        width: 95%;
    }

    .contact-form-section {
        left: 15px;
        top: 345px;
        width: 395px;
        padding: 35px;
    }

    .contact-form input, .contact-form textarea, .contact-form button {
        width: 337px;
    }

    .home-contact{
        margin-bottom: 500px;
    }
    .footer {
        margin-top: 60px;
    }

    .subscribe-section input {
        width: 325px;
    }

    .subscribe-section button {
        right: 12px;
    }

    .copyright-text, .copyright-text a {
        font-size: 12px !important;
        display: inline-block !important;
    }

    .about-banner{
        margin-top: 61px;
    }

    .about-banner h2 {
        font-size: 33px;
        bottom: -8px;
        left: 36px;
    }

    .company-overview{
        padding: 0 20px;
    }

    .team-member-parent-section{
        padding: 0 30px;
    }

    .team h2{
        font-size: 27px;
    }

    .team p {
        font-size: 17px;
    }
    .team-member-info{
        padding: 7px 5px 0 19px;
        width: 200px;
    }

    .team-member-info h4{
        font-size: 17px;
    }

    .team-member-info p{
        font-size: 14px;
    }
    .angel-section {
        left: 191px;
    }
    .company-overview h3{
        font-size: 15px;
    }
    .about-us-right-section {
        padding: 30px 40px;
    }
    .company-overview p, .plans-overview ul li{
        font-size: 12px;
    }

    .plans h2{
        font-size: 19px;
    }

    .plan-card h2{
        font-size: 14px;
        margin: 5px 0;
    }

    .currency-section span{
        font-size: 12px;
    }
    .currency-section {
        width: 240px;
    }
    .price-section{
        margin: 10px 0;
    }
    .price-section h1{
        font-size: 20px;
    }
    .plan-card{
        height: 510px;
    }
    .plan-card p{
        font-size: 12px;
    }
    .plan-feature ul li{
        font-size: 14px;
    }
    .plan-feature ul li svg:last-of-type{
        top: 6px;
    }
    .plan-card .hr-line{
        margin: 15px 0;
    }
    .about-content h2 {
        font-size: 22px;
    }
    .plan-action-btn{
        font-size: 14px;
    }
    .testimonial-top h1{
        font-size: 22px;
    }
    .testimonial-top p{
        font-size: 12px;
    }
    blockquote{
        font-size: 13px;
        padding: 20px 20px 0 50px;
    }

    blockquote:before{
        left: 15px
    }

    .testimonial-blockquote-section p{
        font-size: 13px;
    }
    .testimonial-overlay {
        top: -92px;
        right: -37px;
        width: 37%;
        height: 212%;
    }
    .testimonial-right-blockquote {
        right: 92px;
    }
    .testimonial-content .testimonial-profile h3{
        font-size: 16px;
    }
    .testimonial-content .testimonial-profile p{
        font-size: 12px;
    }
    .testimonial-right-blockquote {
        width: 44px;
        height: 44px;
    }
    .testimonial-right-blockquote-content {
        font-size: 60px;
        margin-top: -6px;
        margin-left: 0;
    }
    .contact-form-section p{
        font-size: 14px;
    }
    .contact-form-section h2{
        font-size: 18px;
    }
    .contact-section{
        margin-bottom: 500px;
    }
    .footer-section p, .footer-section a{
        font-size: 13px;
    }
    .social-icon{
        width: 40px;
        height: 40px;
    }
    .social-icon img {
        width: 20px;
    }
    .footer-section h3{
        font-size: 15px;
    }
    .company-overview p, .company-overview ul li, .company-history p{
        font-size: 12px;
    }
    .contact-tab span{
        font-size: 14px;
    }
    .location-contact-section h2{
        font-size: 18px;
    }
    .contact-number-section h2{
        font-size: 14px !important;
    }
    .contact-number-section h3{
        font-size: 14px;
    }
    .location-contact-section h3{
        font-size: 14px;
    }
    .subscribe-section {
        width: 334px;
    }
    .company-overview h3, .company-history h3 {
        font-size: 22px;
    }
}

@media (max-width: 540px) {
    .feature-car .content {
        left: -50px;
        width: 230px;
    }
    .info-card {
        height: 615px;
    }
    .about-us {
        margin-top: 1700px;
    }
    .contact-form-section {
        left: 72px;
        top: 405px;
    }
    .testimonial-right-blockquote {
        right: 137px;
    }
    .subscribe-section input {
        width: 440px;
    }
    .subscribe-section button {
        right: -103px;
    }
}

@media (max-width: 430px) {
    .feature-car .content {
        left: 52px;
    }
    .info-card {
        height: 550px;
    }
    .about-us {
        margin-top: 1500px;
    }
    .contact-form-section {
        left: 16px;
        top: 315px;
    }
    .info-parent-section {
        top: 365px;
    }
    .testimonial-right-blockquote {
        right: 90px;
    }
    .footer-section {
        padding: 25px;
    }
    .subscribe-section input {
        width: 358px;
    }
    .subscribe-section button {
        right: -22px;
    }
    .contact-form input, .contact-form textarea, .contact-form button {
        width: 327px;
    }

}

@media (max-width: 414px) {
    .feature-car .content {
        left: 68px;
        width: 230px;
    }
    .testimonial-blockquote-section {
        width: 317px !important;
    }
    .contact-form-section {
        width: 383px !important;
    }
    .about-banner h2 {
        font-size: 30px !important;
    }
    .company-overview h3, .company-history h3 {
        font-size: 22px !important;
    }
    .info-card {
        height: 550px;
    }
    .about-us {
        margin-top: 1500px;
    }
    .contact-form-section {
        left: 16px;
        top: 315px;
    }
    .info-parent-section {
        top: 350px;
    }
    .testimonial-right-blockquote {
        right: 86px;
    }
    .footer-section {
        padding: 25px;
    }
    .subscribe-section input {
        width: 345px;
    }
    .subscribe-section button {
        right: -9px;
    }
    .contact-form-section{
        padding: 24px;
    }
    .contact-form input, .contact-form textarea, .contact-form button {
        width: 337px;
    }
}

@media (max-width: 390px) {
    .content p {
        font-size: 13px !important;
    }
    .feature-car .content {
        left: 89px !important;
    }
    .testimonial-blockquote-section {
        width: 294px !important;
    }
    .contact-form-section {
        width: 360px !important;
    }
    .contact-form input, .contact-form textarea, .contact-form button {
        width: 308px !important;
    }
    .contact-form-section {
        padding: 28px !important;
    }
    .company-overview hr, .company-history hr {
        width: 65px !important;
    }
    .info-card {
        height: 550px;
    }
    .about-us {
        margin-top: 1500px;
    }
    .contact-form-section {
        left: 16px;
        top: 315px;
    }
    .testimonial-right-blockquote {
        right: 78px;
    }
    .footer-section {
        padding: 25px;
    }
    .subscribe-section input {
        width: 320px;
    }
    .subscribe-section button {
        right: 17px;
    }
}

@media (max-width: 375px) {
    .feature-car .content {
        left: 100px !important;
    }
    .plan-span-extra-margin {
        margin-left: 39px !important;
    }
    .testimonial-blockquote-section {
        width: 280px !important;
    }
    .contact-form-section {
        width: 345px !important;
        padding: 26px !important;
    }
    .contact-form input, .contact-form textarea, .contact-form button {
        width: 297px !important;
    }
    .content p {
        font-size: 12px !important;
    }
    .company-overview h3, .company-history h3 {
        font-size: 22px !important;
    }
    .contact-tab span {
        font-size: 12px !important;
    }
    .about-banner h2 {
        font-size: 30px !important;
    }
    .info-card {
        height: 550px;
    }
    .about-us {
        margin-top: 1500px;
    }
    .contact-form-section {
        left: 16px;
        top: 315px;
    }
    .info-parent-section {
        top: 330px;
    }
    .testimonial-right-blockquote {
        right: 71px;
    }
    .footer-section {
        padding: 20px;
    }
    .subscribe-section input {
        width: 312px;
    }
    .subscribe-section button {
        right: 24px;
    }
}

@media (max-width: 360px){
    .testimonial-blockquote-section {
        width: 263px !important;
    }
    .contact-form-section {
        width: 331px !important;
    }
    .contact-form-section {
        padding: 23px !important;
    }
    .contact-form input, .contact-form textarea, .contact-form button {
        width: 288px !important;
    }
    .contact-section{
        margin-bottom: 520px !important;
    }
    .home-contact {
        margin-bottom: 520px !important;
    }
    .info-card {
        height: 550px;
    }
    .about-us {
        margin-top: 1500px;
    }
    .contact-form-section {
        left: 16px;
        top: 315px;
    }
    .testimonial-right-blockquote {
        right: 67px;
    }
    .testimonial-right-blockquote-content{
        font-size: 46px;
        margin-top: 0;
        margin-left: 0;
    }
    .testimonial-right-blockquote {
        width: 40px;
        height: 40px;
    }
    .footer-section {
        padding: 20px;
    }
    .subscribe-section input {
        width: 298px;
    }
    .subscribe-section button {
        right: 38px;
    }
}

@media (max-width: 344px){
    .feature-car .content {
        left: 130px !important;
    }
    .content p {
        font-size: 11px !important;
    }
    .info-parent-section {
        top: 260px;
    }
    .about-us {
        margin-top: 1400px;
    }
    .contact-form-section {
        left: 7px;
        top: 315px;
    }
    .testimonial-right-blockquote {
        right: 60px;
    }
    .footer-section {
        padding: 20px;
    }
    .subscribe-section input {
        width: 287px;
    }
    .subscribe-section button {
        right: 50px;
    }
}



/*App CSS*/
.fxt-template-layout4 {
    min-height: 100%;
}
.fxt-template-layout4 .fxt-bg-wrap {
    padding-top: 60px;
    min-height: 100vh;
    position: relative;
    background: var(--theme-color);
}


.fxt-template-layout4 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fxt-template-layout4 .fxt-bg-color {
    background-color: #ffffff;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 80px;
}

.fxt-template-layout4 .fxt-bg-img {
    padding: 40px 50px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius:30px;
    overflow:hidden;
}

.fxt-template-layout4 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(2, 2, 3, 0.6);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}
.fxt-template-layout4 .fxt-bg-img:after {
    content: "";
    right: 0;
    top: 20%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 15px solid transparent;
}
.fxt-template-layout4 .fxt-header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    text-align: center;
    z-index: 9;
}
.fxt-template-layout4 .fxt-header .fxt-logo {
    display: block;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
}
.fxt-template-layout4 .fxt-header h1 {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 10px;
}

.fxt-template-layout4 .fxt-header p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.fxt-template-layout4 .fxt-content {
    padding: 20px 30px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.fxt-template-layout4 .fxt-form {
    margin-top: 30px;
}
.fxt-template-layout4 .fxt-form .fxt-otp-logo {
    margin-bottom: 20px;
    display: block;
}
.fxt-template-layout4 .fxt-form h2 {
    font-weight: 700;
    margin-bottom: 25px;
}
.fxt-template-layout4 .fxt-form p {
    margin-bottom: 30px;
    font-size: 17px;
}
.fxt-template-layout4 .fxt-form p span {
    display: block;
}
.fxt-template-layout4 .fxt-form .fxt-otp-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.fxt-template-layout4 .fxt-form .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.fxt-template-layout4 .fxt-form .form-group .input-label {
    margin-bottom: 5px;
    font-size: 15px;
    color: #3E69D7;
    font-weight: 600;
}
.fxt-template-layout4 .fxt-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 24px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
}
.fxt-template-layout4 .fxt-form .form-group .field-icon:before {
    padding: 17px 10px;
}
.fxt-template-layout4 .fxt-form .form-control {
    min-height: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 30px 5px 0;
    color: #000;
    height: 32px;
}
.fxt-template-layout4 .fxt-form input::-webkit-input-placeholder {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
}
.fxt-template-layout4 .fxt-form input::-moz-placeholder {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
}
.fxt-template-layout4 .fxt-form input:-moz-placeholder {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
}
.fxt-template-layout4 .fxt-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
}
.fxt-template-layout4 .fxt-form .fxt-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col {
    margin-right: 10px;
    flex-basis: 0;
    flex-grow: 1;
}
.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col:last-child {
    margin-right: 0;
}
.fxt-template-layout4 .fxt-form .fxt-form-btn {
    margin-bottom: 20px;
}
.fxt-template-layout4 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #3E69D7;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0 16px 26px -10px rgba(63, 106, 216, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(63, 106, 216, 0.2);
    text-align: center;
}

.fxt-template-layout4 .fxt-btn-fill:hover {
    background-color: #2c51b0;
    border-color: #2c51b0;
    text-decoration:none;
}
.fxt-template-layout4 .fxt-btn-fill:focus {
    outline: none;
}
.fxt-template-layout4 ul.fxt-socials {
    text-align: center;
    z-index: 99;
}
.fxt-template-layout4 ul.fxt-socials li {
    display: inline-block;
    margin-right: 4px;
}

.fxt-template-layout4 ul.fxt-socials li:last-child {
    margin-right: 0;
}
.fxt-template-layout4 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fxt-form h1 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 26px;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: transparent;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a:hover {
    background-color:#fff;
    color: #3b5998;
    text-decoration: none;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: transparent;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a:hover {
    background-color:#fff;
    color: #00acee;
    text-decoration: none;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: transparent;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-google a:hover {
    background-color:#fff;
    color: #CC3333;
    text-decoration: none;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: transparent;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a:hover {
    background-color:#fff;
    color: #3f729b;
    text-decoration: none;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: transparent;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a:hover {
    background-color:#fff;
    color: #0077B5;
    text-decoration: none;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: transparent;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a:hover {
    background-color:#fff;
    color: #c4302b;
    text-decoration: none;
}
.fxt-template-layout4 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .switcher-text:hover {
    color: #000000;
}
.fxt-template-layout4 .switcher-text2 {
    color: #63bbff;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .switcher-text2.inline-text {
    margin-left: 3px;
}
.fxt-template-layout4 .switcher-text2:hover {
    color: #000000;
}
.fxt-template-layout4 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
}
.fxt-template-layout4 .checkbox label {
    padding-left: 20px;
    color: #a4a4a4;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
}
.fxt-template-layout4 .checkbox label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    margin-left: -5px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fxt-template-layout4 .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
}
.fxt-template-layout4 .checkbox input[type="checkbox"] {
    display: none;
}
.fxt-template-layout4 .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
}
.fxt-template-layout4 .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2c51b0;
    border-color: #2c51b0;
}
.fxt-template-layout4 .fxt-footer {
    text-align: center;
}
.fxt-template-layout4 .fxt-footer p {
    color: #999898;
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fxt-template-layout4 .fxt-footer .fxt-btn-resend {
    margin-left: 3px;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #63bbff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .fxt-footer .fxt-btn-resend:focus {
    outline: none;
}
.fxt-template-layout4 .fxt-footer .fxt-btn-resend:hover {
    color: #000000;
}
.fxt-template-layout4 .fxt-footer .text-or {
    margin-left: 3px;
    color: #000000;
}
.fxt-bg-wrap p {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
}
.fxt-bg-color .social-links a {
    display: inline-block;
    background: var(--theme-color);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.fxt-bg-color .social-links a i {
    font-size: 1.5rem;
    color: #fff;
}
.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 378px;
}
.button-group a{
    color: rgba(0, 0, 0, 0.25);
}
.button-group span {
    flex: 1;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}
.button-group .active {
    background: var(--theme-color);
    color: #FFFFFF;
    cursor: default;
    border-radius: 20px;
}
.button-group span:not(.active):hover {
    background: #f5f5f5;
}
.account-type-title{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.account-type-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 296px;
}
.account-type-group span {
    flex: 1;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}
.account-type-group .active {
    background: var(--theme-color);
    color: #FFFFFF;
    border-radius: 20px;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-box{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(185, 185, 185, 0.5);
    border-radius: 5px;
    padding: 20px;
}
.form-box .input-label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.btn-primary {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    border-radius: 4px !important;
    color: #fff;
}
.btn {
    position: relative;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    font-size: 0.9rem;
}
.btn-refresh{
    font-size: 0.8rem;
    padding: 4px 8px;
}
.text-underline {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: var(--theme-color);
}
.btn-link-button {
    width: 150px !important;
    height: 34px;
    background: #B9B9B9;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px !important;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #FFFFFF;
    line-height: 1;
}
.btn-link-button:hover {
    background-color: var(--theme-color);
    color: #FFFFFF;
}
.links {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: var(--theme-color);
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group input {
    width: 100%;
    padding-right: 40px;
}
.form-control {
    transition: all 0.2s;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    box-sizing: border-box;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(185, 185, 185, 0.5);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.toggle-password i {
    font-size: 18px;
    color: #888;
    transition: color 0.3s;
}
.toggle-password i:hover {
    color: var(--theme-color);
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-eye:before {
    content: "\f06e";
}
*, *::before, *::after {
    box-sizing: border-box;
}
.error-message, .error{
    color: red;
    font-size: 13px
}

.verification-title{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #323232;
}
.verification-sub-title{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.7);
}

.verification-description{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.btn-resend {
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: var(--theme-color);
}

.verify-text-box{
    box-sizing: border-box;
    width: 71px;
    height: 71px;
    border: 1.6px solid #DDDDDD;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #757575;
    text-align: center;
}
.bg-theme{
    background: var(--theme-color);
}
.navbar-stepper img{
    width: 50px;
    height: 50px;
}
.text-medium{
    font-size: 13px !important;
}
.text-small{
    font-size: 12px !important;
}
.follow-links-title {
    height: 15px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    padding: 15px 60px;
}
.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    margin: 20px auto;
}
.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.step-container.done .checkmark {
    display: block;
}

.checkmark {
    display: none;
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-color);
    position: absolute;
    top: -25px;
}
.step.done {
    background-color: var(--theme-color);
    color: white;
}
.step {
    width: 35px;
    height: 35px;
    background-color: #ccc;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.step.editing {
    background: #ffffff;
    border-color: var(--theme-color);
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
}
.line.done {
    background-color: var(--theme-color);
}

.line {
    flex-grow: 1;
    height: 10px;
    background-color: #ccc;
}
.stepper-ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
}
.stepper-ul li:first-child {
    border-radius: 30px 0 0 30px;
    margin-left: 0;
    border: 1px solid #ccc;
}
.active-step {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    cursor: pointer;
}
.stepper-ul li {
    height: 50px;
    width: 135px !important;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    position: relative;
    padding: 0 30px;
    overflow: hidden;
    border-right: 0;
    margin-left: -32px;
    border-left: 0;
    background-color: #ffffff;
}
.active-step:first-child::before {
    background: var(--theme-color);
}

.stepper-ul li:first-child::before {
    border: 0;
}
.active-step::before {
    z-index: 999;
}
.stepper-ul li::before {
    content: '';
    border-width: 1px 1px 0 0;
    border-color: #ccc;
    border-style: solid;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -35px;
    transform: rotate(45deg);
}
.stepper-ul li a {
    background-color: transparent;
    color: inherit;
    font-size: 13px;
    text-decoration: none;
}
.active-step::after {
    background: linear-gradient(45deg, transparent 50%, var(--theme-color) 50%);
    z-index: 999;
}
.stepper-ul li::after {
    content: '';
    border-width: 1px 1px 0 0;
    border-color: #ccc;
    border-style: solid;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 11px;
    transform: rotate(45deg);
    z-index: 99;
}
.stepper-ul li:last-child {
    border-radius: 0 30px 30px 0;
    border-right: 1px solid #ccc;
    clip-path: none;
}
.disabled-link {
    pointer-events: none;
    text-decoration: none;
}
.stepper-ul li:last-child::after {
    border: 0;
}
.stepper-section{
    box-sizing: border-box;
    background: #F2F7FF;
    border: 1px solid rgba(185, 185, 185, 0.5);
    padding: 20px;
}
.verify-section{
    width: 560px;
    margin: 0 auto;
}
.verify-section h3, .table-stepper-section h3{
    font-size: 20px;
    color: #444444;
    text-align: center;
    margin-bottom:30px;
}
.verify-section label{
    width: 220px;
}
.btn-stepper{
    width: 130px;
    font-size: 16px;
}
.active-step::after {
    background: linear-gradient(45deg, transparent 50%, var(--theme-color) 50%);
    z-index: 999;
}
.stepper-inner-section{
    width: 900px;
    margin: 0 auto;
}
.stepper-inner-section h3{
    background-color: var(--theme-color);
    margin: 0;
    color: var(--white-color);
    padding: 8px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-size: 20px;
}
.stepper-semi-large-section{
    width: 1030px;
}

.stepper-large-inner-section{
    width: 1200px;
}
.stepper-form-section{
    background: var(--white-color);
    padding: 10px 20px;
}
.stepper-second-inner-section{
    width: 862px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
label {
    color: #444444;
    font-weight: 500;
    font-size: 14px;
}

.radio-label{
    font-size: 14px;
    margin-left: 7px;
}
.stepper-medium{
    width: 600px;
}
.stepper-large{
    width: 100%
}

.table-contact-person {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(185, 185, 185, 0.5);
}

.table-contact-person th {
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding: 12px;
    text-align: left;
    width: 20%;
}

.table-contact-person tr:first-of-type td {
    background-color: #2D7BFC4D
}

.table-contact-person td {
    background: #FFFFFF;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #B9B9B9;
    padding: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}
.main-box {
    box-sizing: border-box;
    background: #F2F7FF;
    border: 1px solid rgba(185, 185, 185, 0.5);
    padding: 20px;
}
.sub-section {
    background: #FFFFFF;
    border: 1px solid rgba(185, 185, 185, 0.5);
    border-radius: 5px;
    padding: 20px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.option {
    font-family: sans-serif, Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}
.plan-section{
    border: 1px solid rgba(185, 185, 185, 0.5);
    padding: 0;
}
.currency-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 296px;
}
.currency-group span {
    flex: 1;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}
.currency-group .active {
    background: var(--theme-color);
    color: #FFFFFF;
    border-radius: 5px;
}
.table-service-plan {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
    border: 1px solid rgba(185, 185, 185, 0.5);
}
.table-service-plan th {
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 7px;
    text-align: center;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #B9B9B9;
}
.disabled {
    background: rgba(186, 197, 215, 1) !important;
    color: #fff !important;
}
.table-service-plan td {
    background: #FFFFFF;
    border: 1px solid rgba(185, 185, 185, 0.5);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    box-sizing: border-box;
    height: 33px;
    padding: 0 7px;
}
.checkbox-opacity {
    opacity: 1 !important;
}
.plan-group{
    display: flex;
    align-items: center;
}
.plan-group label{
    font-size: 15px;
    color: #000000;
}
.form-control-height {
    height: 27px !important;
}
.font-17{
    font-size: 17px !important;
}
.font-bold{
    font-weight: 600 !important;
}
ul li.editing-step {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
ul li.editing-step::after {
    border-color: var(--theme-color);
}
.step.editing-step {
    background: #ffffff;
    border-color: var(--theme-color);
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
}
.table-payment-schedule tr td{
    font-size: 17px;
    font-weight: 600 ;
}
.table-payment-schedule tr:first-of-type td {
    background-color: #ffffff
}
.qna-section label{
    width: 100px;
}
.qna-textarea{
    height: 100px;
}
.agreement-section{
    font-size: 14px;
}
.full_name_declaration{
    height: 30px;
    width: 250px;
}
.declaration-section span{
    font-size: 14px;
}
.sales-invoice-section{
    padding: 20px 30px;
}
.sales-invoice-section p{
    margin-bottom: 4px;
    font-size: 14px;
    color: #000000;
}
.sales-invoice-section h5{
    font-size: 16px;
    color: #000000;
}
.sales-invoice-section h6{
    background-color: var(--theme-color);
    width: 160px;
    padding: 6px 15px 3px;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 4px;
}
.table-payment-schedule tr th, .table-payment-schedule tr td{
    font-size: 14px;
}
.amount_breakdown div{
    border-bottom: 1px solid #dddddd;
}
.amount_breakdown p{
    font-size: 14px;
    font-weight: 600;
}
.sales-invoice-notes{
    border: 1px solid #eeeeee;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 15px;
}
.search-box{
    position: relative;
    width: 587px;
}
.search-field{
    width: 587px;
    height: 42px;
    padding: 9px 26px;
    border-radius: 20px;
    border: 0.5px solid rgba(0, 0, 0, 0.30);
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.search-icon{
    position: absolute;
    right: 20px;
    top: 8px;
}
.profile-section{
    display: flex;
    padding: 8px 15px;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    border: 1px solid rgba(185, 185, 185, 0.50);
    background: #FFF;
    width: 220px;
}
.profile-section img{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 2px solid #0866FF;
}
.profile-section .profile-details{
    display: flex;
    width: 99px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-left: 8px;
}
.profile-details h2{
    color: rgba(0, 0, 0, 0.70);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px;
}
.profile-details p{
    color: rgba(0, 0, 0, 0.60);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3px;
}
.app-main {
    position: relative;
    padding-top: 78px;
}
.app-theme-white .app-sidebar {
    background: #fff;
}
.app-sidebar {
    position: fixed;
    min-height: 100vh;
}
.app-sidebar.sidebar-shadow {
    box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
}
.app-sidebar {
    width: 280px;
    /*display: flex;*/
    z-index: 9;
    overflow: hidden;
    min-width: 280px;
    /*position: relative;*/
    /*flex: 0 0 280px;*/
    margin-top: -60px;
    padding-top: 60px;
    transition: all 0.2s;
    background-color: var(--theme-color);
}
.app-main .app-main__outer {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(0deg, #EAF1F3 0%, #EAF1F3 100%), #FFF;
    padding-left: 280px;
}
.app-main .app-main__inner {
    padding: 0 15px;
    flex: 1;
}
.app-sidebar .scrollbar-sidebar {
    z-index: 15;
    background-color: var(--theme-color);
}
.scrollbar-sidebar, .scrollbar-container {
    position: relative;
    height: 100%;
}
.app-sidebar__heading li a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0.15rem 1rem;
    font-weight: 700;
    color: #fff !important;
    white-space: nowrap;
    position: relative;
    background: #265ae0;
}
.vertical-nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.vertical-nav-menu li a {
    display: block;
    line-height: 2.6;
    height: 2.0rem;
    padding: 0 27px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s;
    font-size: 12.5px;
    background: var(--theme-color);
    color: #fff;
}
.vertical-nav-menu li.mm-active > a {
    font-weight: bold;
}
.vertical-nav-menu li a p i{
    font-size: 15px;
}

.first-level-menu {
    padding-left: 25px !important;
}


.vertical-nav-menu li.mm-active > a i.metismenu-state-icon {
    transform: rotate(-180deg);
}

.vertical-nav-menu i.metismenu-state-icon {
    transition: transform 300ms;
    left: auto !important;
    right: 0 !important;
}
.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 16px;
    transition: color 300ms;
}

.app-main .app-main__inner {
    padding: 0 15px;
    flex: 1;
}
.app-sidebar__heading {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #3f6ad8;
    white-space: nowrap;
    position: relative;
    background: #f2f3f8;
    overflow: hidden;
}
.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: #fafbfc;
}
.app-footer .app-footer__inner {
    padding: 0 1.5rem 0 0.75rem;
    height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
}
.app-footer .app-footer__inner .app-footer-right {
    margin-left: auto;
    display: flex;
}


.dashboard-top-section {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.vertical-nav-menu::after {
    content: " ";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.vertical-nav-menu .mm-collapse:not(.mm-show) {
    display: none;
}
.vertical-nav-menu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.25s;
    transition-property: height, visibility;
}
.vertical-nav-menu ul {
    transition: padding 300ms;
    margin: 0;
    padding: 0 0 0 2rem;
    position: relative;
    list-style: none;
    background-color: var(--theme-color);
}
.vertical-nav-menu:before {
    opacity: 0;
    transition: opacity 300ms;
}
.vertical-nav-menu li a {
    display: block;
    line-height: 2.6;
    height: 2.0rem;
    padding: 0 27px;
    position: relative;
    white-space: nowrap;
    transition: all 0.2s;
    font-size: 12.5px;
    background: var(--theme-color);
    color: #fff !important;
}
.vertical-nav-menu li a:hover {
    background: #1C56B6FF;
    text-decoration: none;
}
.vertical-nav-menu li a:hover i.metismenu-icon {
    opacity: 0.6;
}
.vertical-nav-menu li a:hover i.metismenu-state-icon {
    opacity: 1;
}
.vertical-nav-menu li.mm-active > a {
    font-weight: bold;
}
.vertical-nav-menu li.mm-active > a i.metismenu-state-icon {
    transform: rotate(-180deg);
}
.vertical-nav-menu li a.mm-active {
    color: #343a40;
    background: #e0f3ff;
    font-weight: bold;
}
.vertical-nav-menu i.metismenu-state-icon,
.vertical-nav-menu i.metismenu-icon {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 16px;
    transition: color 300ms;
}
.vertical-nav-menu i.metismenu-state-icon {
    transition: transform 300ms;
    left: auto;
    right: 0;
}

.vertical-nav-menu ul:before {
    content: "";
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #e0f3ff;
    position: absolute;
    /*left: 20px;*/
    top: 0;
    border-radius: 15px;
}
.vertical-nav-menu ul > li > a {
    color: #6c757d;
    height: 2rem;
    line-height: 2rem;
    padding: 0 10px 0;
    font-weight: 400;
}
.vertical-nav-menu ul > li > a:hover {
    color: #3f6ad8;
}
.vertical-nav-menu ul > li > a .metismenu-icon {
    display: none;
}
.vertical-nav-menu ul > li > a.mm-active {
    color: #3f6ad8;
    background: #e0f3ff;
    font-weight: bold;
}
.app-sidebar.sidebar-text-light {
    border-right: 0 !important;
}
.app-sidebar.sidebar-text-light .app-sidebar__heading {
    color: rgba(255, 255, 255, 0.6);
}
.app-sidebar.sidebar-text-light .app-sidebar__heading::before {
    background: rgba(255, 255, 255, 0.5) !important;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a {
    color: rgba(255, 255, 255, 0.7);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-icon {
    opacity: 0.5;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-state-icon {
    opacity: 0.5;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a:hover i.metismenu-icon {
    opacity: 0.8;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a:hover i.metismenu-state-icon {
    opacity: 1;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu li a.mm-active {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.15);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul:before {
    background: rgba(255, 255, 255, 0.1);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a {
    color: rgba(255, 255, 255, 0.6);
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a:hover {
    color: #fff;
}
.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li > a.mm-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}
.app-sidebar.sidebar-text-light .ps__thumb-y {
    background: rgba(255, 255, 255, 0.3);
}
.app-sidebar.sidebar-text-light .ps__rail-y:hover .ps__thumb-y {
    background: rgba(255, 255, 255, 0.2);
}

.app-sidebar.sidebar-text-light .app-header__logo .hamburger-inner,
.app-sidebar.sidebar-text-light .app-header__logo .hamburger-inner::before,
.app-sidebar.sidebar-text-light .app-header__logo .hamburger-inner::after {
    background-color: rgba(255, 255, 255, 0.8);
}
.app-sidebar.sidebar-text-dark {
    border-right: 0 !important;
}
.app-sidebar.sidebar-text-dark .app-sidebar__heading {
    color: rgba(0, 0, 0, 0.6);
}
.app-sidebar.sidebar-text-dark .app-sidebar__heading::before {
    background: rgba(0, 0, 0, 0.5) !important;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a {
    color: rgba(0, 0, 0, 0.6);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a i.metismenu-icon {
    opacity: 0.5;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a i.metismenu-state-icon {
    opacity: 0.5;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a:hover {
    background: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.7);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a:hover i.metismenu-icon {
    opacity: 0.7;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a:hover i.metismenu-state-icon {
    opacity: 1;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a.mm-active {
    color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.15);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul:before {
    background: rgba(0, 0, 0, 0.1);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a {
    color: rgba(0, 0, 0, 0.4);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li > a.mm-active {
    color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.15);
}

.app-header.header-shadow {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.dashboard-top-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.dashboard-top-section h1{
    color: var(--theme-color);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dashboard-top-section p{
    color: var(--muted-color);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.separator{
    width: 95%;
    height: 1px;
    margin: 2px;
}

.filter-section{
    display: flex;
    justify-content: center;
}

.filter-section select{
    width: 337px;
    height: 35px;
    border-radius: 20px;
    border: 0;
    padding: 0 10px;
    margin: 0 10px;
    color: var(--muted-color);
}

.dashboard-card{
    width: 100%;
    height: 149px;
    border-radius: 18px;
    background: #FFF;
    padding: 20px;
}
.dashboard-card p{
    color: var(--muted-color);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
}
.dashboard-card h1{
    color: var(--black-color);
    font-family: Roboto;
    font-size: 23px;
    font-weight: 700;
}
.dashboard-card span{
    color: var(--muted-color);
    font-size: 18px;
}
.chart-container{
    width: 100%;
    height: 314px !important;
    background-color: #ffffff;
    border-radius: 18px;
}

/*Calendar Design*/
.calendar-container {
    background: #ffffff;
    width: 100%;
    border-radius: 18px;
}

.calendar-container header {
    display: flex;
    align-items: center;
    padding: 8px 20px 7px;
    justify-content: space-between;
    border-radius: 18px 18px 0 0;
    background-color: #f0f0f0 !important;
    background-image: none;
}

header .calendar-navigation {
    display: flex;
}

header .calendar-navigation span {
    height: 30px;
    width: 30px;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    user-select: none;
    color: #aeabab;
    font-size: 1.4rem;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar-navigation span:first-child {
    margin-right: 8px;
}

.calendar-navigation span:last-child {
    margin-right: -8px;
}

header .calendar-navigation span:hover {
    background: #bbbbbb;
}

header .calendar-current-date {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0;
}

.calendar-body {
    padding: 10px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    padding-left: 0;
    margin-bottom: 5px;
}

.calendar-body .calendar-dates {
    margin-bottom: 10px;
    width: 100%;
}

.calendar-body li {
    width: calc(100% / 7);
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
    color: #414141;
    margin-top: 9px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.calendar-body .calendar-weekdays li {
    cursor: default;
    font-weight: 500;
    font-size: 0.85rem;
}

.calendar-dates li.inactive {
    color: #aaa;
    cursor: default;
}

.calendar-dates li.active {
    color: #fff;
}
.calendar-dates li::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    background: var(--theme-color);
}

.calendar-dates li:not(.active):not(.highlight):hover::before {
    background: #dddddd;
}

.calendar-dates li.highlight {
    background: transparent !important;
    border: 2px dotted #38f3b1 !important;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: calc(100% / 7);
}

.page-header {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
    color: var(--theme-color);
}

.header {
    background-color: var(--theme-color);
    color: white;
    text-align: center;
    padding: 10px 0;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    border-radius: 5px;
}

.button-width {
    width: 130px !important;
}

.btn-primary.button-radius, .btn-secondary.button-radius {
    border-radius: 5px;
}

.sub-box-border {
    box-sizing: border-box;
    border: 1px solid #B9B9B9;
    border-radius: 0 0 5px 5px;
}

.box-border {
    box-sizing: border-box;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
}

.text-area-cols-3{
    height: 80px;
}

.active-button{
    background-color: var(--theme-dark-color) !important;
}
.fc .fc-button {
    background-color: var(--theme-color) !important;
    font-size: 0.85em !important;
}
.fc .fc-toolbar-title {
    font-size: 1.1em !important;
}
.fc .fc-col-header-cell-cushion {
    color: #555555 !important;
    text-decoration: none !important;
    font-size: .9em !important;
}
.fc-h-event {
    background-color: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
}
.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.fc .fc-daygrid-day-number {
    color: #555555 !important;
    text-decoration: none !important;
    font-size: .9em !important;
    font-weight: 500 !important;
}

.form-check-inline label {
    padding: 0 10px 0 5px;
    cursor: pointer;
}
.checkbox-opacity {
    opacity: 1 !important;
}
.form-check-label {
    margin-bottom: 0;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
a.badge:hover,
a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #3f6ad8;
}
a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #2651be;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}
.badge-success {
    color: #fff;
    background-color: #3ac47d;
}
a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #2e9d64;
}
.badge-info {
    color: #fff;
    background-color: #16aaff;
}
a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #0090e2;
}
.badge-warning {
    color: #212529;
    background-color: #f7b924;
}
a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #e0a008;
}
.badge-danger {
    color: #fff;
    background-color: #d92550;
}
a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #ad1e40;
}
.badge-light {
    color: #212529;
    background-color: #eee;
}
a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #d5d5d5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}
.badge-focus {
    color: #fff;
    background-color: #444054;
}
a.badge-focus:hover,
a.badge-focus:focus {
    color: #fff;
    background-color: #2d2a37;
}
.badge-alternate {
    color: #fff;
    background-color: #794c8a;
}
a.badge-alternate:hover,
a.badge-alternate:focus {
    color: #fff;
    background-color: #5c3a69;
}
@media only screen and (max-width: 1199px) {
    .fxt-template-layout4 .fxt-bg-wrap {
        padding-top: 50px;
    }
    .fxt-template-layout4 .fxt-content {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .fxt-template-layout4 .fxt-bg-wrap {
        padding-top: 40px;
    }
    .fxt-template-layout4 .fxt-header h1 {
        font-size: 30px;
    }
    .fxt-template-layout4 .fxt-bg-img {
        padding: 30px 20px;
    }
    .fxt-template-layout4 .fxt-bg-color {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .fxt-template-layout4 .fxt-bg-wrap {
        padding-top: 30px;
    }
    .fxt-template-layout4 .fxt-header h1 {
        font-size: 28px;
    }
    .fxt-template-layout4 .fxt-bg-color {
        min-height: 100%;
        padding: 20px 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .fxt-template-layout4 ul.fxt-socials li {
        margin-right: 2px;
    }
}

.pending-status{
    color: #C1403D;
}

.paid-status{
    color: #03b743;
}
