﻿/* @charset "utf-8"; */
:root {
    --darkblue: #002f6e;
    --lightblue: #3891e1;
    --grey: #555555;
    --Bggrey: #F8F8F8;
    --lightbg: #F1F8FF;
    --txtgrey: #707070;
    --txtblue: #486684;
    --DarkBgGray: #8BACCD;
    --BgGreen: #3EC4AE;
    --HoverBgDarkGray: #7591ac;
    --HoverBgGreen: #33a390;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: var(--lightFnt);
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
    font-family: var(--lightFnt);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none !important;
}

    a:active, a:hover {
        outline: 0;
        text-decoration: none;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

ul, li {
    list-style: none;
}

*:focus {
    outline: 0;
}

.trans {
    transition: all 0.5s ease;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gutter5px {
    margin-left: -5px;
    margin-right: -5px;
}

    .gutter5px > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.hidden {
    display: none;
}
/*Header*/ .fixheader {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 140px;
    z-index: 9995;
    transition: all 0.5s ease;
    padding: 0;
    perspective: 800px;
}

.header {
    position: relative;
    z-index: 1;
    height: 120px;
}

    .header > h1 {
        display: block;
        margin: 0;
        width: 280px;
        height: 88px;
        position: absolute;
        left: 15px;
        top: 30px;
        z-index: 9997;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 85%;
        transition: all 0.4s ease;
    }

        .header > h1 > a {
            display: block;
            height: 100%;
            text-indent: -9999px;
        }

.fullmenubg {
    position: relative;
    height: 120px;
}

ul#mnav {
    transition: all 0.5s ease;
    padding-left: 0;
    margin-top: 42px;
    margin-bottom: 0;
    margin-right: 100px;
    float: right;
}

    ul#mnav li {
        float: left;
        position: relative;
        margin: 0 7px;
    }

        ul#mnav li:after {
            content: "";
            position: absolute;
            left: 0;
            right: 100%;
            top: 30px;
            height: 3px;
            background-color: var(--darkblue);
            transition: all 0.4s ease;
            z-index: -1;
        }

        ul#mnav li:hover:after {
            right: 0;
        }

        ul#mnav li a {
            display: block;
            font-size: 15px;
            line-height: 30px;
            padding: 0;
            color: var(--grey);
            transition: all 0.5s ease;
            position: relative;
            z-index: 2;
            margin: 0;
            font-family: var(--mediumFnt);
        }

            ul#mnav li a:hover {
                color: var(--lightblue);
            }

a#mobnav {
    display: none;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 45px;
    z-index: 9996;
    cursor: pointer;
    background-image: url(../images/mnav.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    transition: all 0.5s ease;
}

    a#mobnav:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-image: url(../images/mnav_close.svg);
        background-repeat: no-repeat;
        opacity: 0;
        background-color: #fff;
        background-size: 70%;
        background-position: center;
    }

    a#mobnav.Nclose:before {
        opacity: 1;
    }

.slidenav {
    width: 280px;
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -310px;
    background: #1b56ab;
    z-index: 9997;
    transition: all 0.5s ease;
    padding: 25px 0 0;
    overflow: auto;
}

    .slidenav.open {
        right: 0;
    }

    .slidenav ul#mnav {
        margin: 0;
        padding: 0 20px;
        display: none;
        float: none;
    }

        .slidenav ul#mnav > li {
            display: block;
            float: none;
            width: 100%;
            padding: 4px 0;
        }

            .slidenav ul#mnav > li > a, .slidenav > ul > li > a {
                display: inline-block;
                font-size: 16px;
                transition: all 0.5s ease;
                color: #fff;
                position: relative;
                line-height: 30px;
            }

    .slidenav > ul > li > span {
        display: block;
        font-size: 15px;
        line-height: 18px;
        color: #042048;
        font-weight: 700;
    }

    .slidenav ul {
        margin: 0;
        padding: 0 20px;
    }

        .slidenav ul > li {
            margin: 5px 0;
        }

            .slidenav ul > li > a:after {
                content: "";
                position: absolute;
                left: 0;
                right: 100%;
                bottom: 0px;
                height: 2px;
                background-color: var(--darkblue);
                transition: all 0.4s ease;
                z-index: -1;
            }

            .slidenav ul > li:hover > a:after {
                right: 0;
            }

        .slidenav ul#mnav li.mygalxc a {
            top: auto;
        }

#nclose {
    position: absolute;
    z-index: 5;
    right: 18px;
    top: 12px;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
}

.fix .header > h1 {
    top: 2px;
}

.fix .fixheader {
    height: 90px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 15px -2px rgb(0 0 0 / 20%);
    animation: headfix 0.5s;
    animation-iteration-count: 1;
    padding: 0;
}

@keyframes headfix {
    from {
        top: -180px;
    }

    to {
        top: 0px;
    }
}

.fix ul#mnav {
    margin-top: 30px;
}

.fix a#mobnav {
    top: 36px;
}
/*Scroll bar*/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px !important;
}

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 5px;
    }

::-webkit-scrollbar-thumb {
    background-color: var(--darkblue);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Website Menu */
ul#mnav li.SigUpMnuCls > a {
    border: 1px solid var(--lightblue);
    color: var(--lightblue);
    font-family: var(--mediumFnt);
    padding: 5px 20px 3px;
    border-radius: 25px;
    position: relative;
    top: -7px;
}

ul#mnav li.SigUpMnuCls:hover:after, ul#mnav li.SigUpMnuCls:hover > a:after {
    right: 100%;
    display: none;
}

ul#mnav li.SigUpMnuCls:hover > a {
    background-color: var(--lightblue);
    color: var(--white);
    border: 1px solid var(--lightblue);
}

/* Login Menu */ /* Top Login Form */
.LoginMnuCls {
    position: absolute;
    right: 0;
    top: 43px;
    z-index: 1;
    transition: all 0.5s ease;
}

.fix .LoginMnuCls {
    top: 30px;
}

.LoginMnuCls > a {
    background-color: rgb(56,145,225);
    background-color: -moz-linear-gradient(0deg, rgba(56,145,225,1) 25%, rgba(65,165,255,1) 71%);
    background-color: -webkit-linear-gradient(0deg, rgba(56,145,225,1) 25%, rgba(65,165,255,1) 71%);
    background-color: linear-gradient(0deg, rgba(56,145,225,1) 25%, rgba(65,165,255,1) 71%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3891e1",endColorstr="#41a5ff",GradientType=1);
    color: var(--white);
    font-family: var(--mediumFnt);
    padding: 12px 23px 11px;
    border-radius: 25px;
    position: relative;
    filter: drop-shadow(0px 5px 10px rgba(98, 181, 255, 0.25));
    font-size: 17px;
    line-height: 26px;
    transition: all 0.5s ease;
}

.LoginMnuCls:hover:after {
    right: 100%;
    display: none;
}

.LoginMnuCls:hover > a {
    background-color: var(--darkblue);
}

.TopLoginForm {
    width: 320px;
    padding: 10px 25px 25px;
    background-color: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    border-radius: 10px;
    border: solid 1px #e7e7e7;
    display: none;
    box-shadow: 2px 12px 26px rgb(0 0 0 / 21%);
}
    /*.TopLoginForm:after { position: absolute; top: -15px; right: 40px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 14px solid #dddddd; content: ""; }*/
    .TopLoginForm input[type=text], .TopLoginForm input[type=password] {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e9e9e9;
        padding: 5px 10px;
        outline: none;
        margin-top: 20px;
        display: block;
        font-size: 16px;
        line-height: 18px;
    }

.TopLoginCaptchaSection {
    display: flex;
    margin-bottom: 15px;
    align-items: end;
}

.TopLoginForgotSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

    .TopLoginForgotSec > div > span {
        display: block;
        font-size: 14px;
        cursor: pointer;
    }

        .TopLoginForgotSec > div > span > label {
            margin: 0;
            padding-left: 5px;
        }

    .TopLoginForgotSec .FrogotPwd > a {
        display: block !important;
        text-decoration: underline !important;
        font-size: 13px !important;
        color: var(--grey) !important;
        cursor: pointer;
    }

.TopLoginForm input[type=submit], .TopLoginForm .TopLoginSubmit {
    background-color: var(--darkblue);
    color: var(--white) !important;
    border-radius: 50px;
    text-align: center;
    display: block !important;
    padding: 8px !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    cursor: pointer;
}

.TopLoginNewUser > a {
    color: var(--gray) !important;
    display: inline-block !important;
    font-size: 15px !important;
    cursor: pointer;
}

.ForgotPwdSection {
    padding: 15px 0;
}

    .ForgotPwdSection > span {
        color: var(--darkblue);
        transition: all 0.5s ease;
        margin: 0;
        font-family: var(--mediumFnt);
        font-size: 16px;
        text-align: center;
        display: block;
    }

.TopLoginForm .ForgotPwdSection .TopLoginSubmit {
    margin: 0 !important;
    cursor: pointer;
}

.TopLoginCaptchaSection .realperson-regen {
    display: none;
}

.TopLoginCaptchaSection .realperson-text {
    margin: 0;
    background-color: var(--Bggrey);
    padding: 8px 5px;
}

.TopLoginCaptchaSection .realperson-challenge {
    position: relative;
    cursor: pointer;
}

.TopLoginCaptchaSection .realperson-text {
    margin: 0 20px 0 0;
    background-color: var(--Bggrey);
    padding: 8px 5px;
    font-size: 5px;
}

.TopLoginCaptchaSection .realperson-challenge:after {
    content: "\f021";
    position: absolute;
    top: 0px;
    right: 0;
    font: normal normal normal 20px/40px FontAwesome;
    color: var(--black);
    width: 20px;
    text-align: center;
}
/*Common Popup*/
.modal, .tooltip {
    z-index: 9999;
}
/*footer*/
.footerwraper {
    min-height: 200px;
}

.footertop {
    padding: 40px 0;
    background-color: #041634;
}

.footertxt > h4 {
    display: block;
    color: var(--lightblue);
    font-family: var(--boldFnt);
    font-size: 18px;
    line-height: 34px;
}

.footertxt > p {
    display: block;
    color: #ddd;
    font-size: 15px;
    font-family: var(--lightFnt);
    margin: 0;
}

    .footertxt > p > span {
        display: block;
        padding: 7px 0;
        line-height: 20px;
    }

        .footertxt > p > span.f_contact2 {
            padding-left: 24px;
        }

        .footertxt > p > span.f_mumbai2 {
            padding-left: 66px;
        }

        .footertxt > p > span > a {
            display: inline-block;
            color: inherit;
            transition: all 0.5s ease;
        }

            .footertxt > p > span > a:hover {
                color: var(--lightblue);
            }

.footerbottom {
    padding: 25px 0;
    background-color: #000a1c;
}

    .footerbottom p {
        display: inline-block;
        margin: 0;
        margin-right: 20px;
        color: #b6b6b6;
    }

        .footerbottom p > a {
            display: inline-block;
            color: #ddd;
            transition: all 0.5s ease;
        }

            .footerbottom p > a:hover {
                color: var(--lightblue);
            }

.footerlinks {
    background-color: #041634;
    padding: 40px 0 0;
}

.footerlinkssec {
    margin-bottom: 15px;
    margin-top: 20px;
}

    .footerlinkssec.nomarg {
        margin: 0;
        padding-top: 20px;
    }

    .footerlinkssec > h5 {
        display: block;
        color: var(--lightblue);
        font-family: var(--mediumFnt);
        font-size: 15px;
        margin: 0 0 7px;
    }

    .footerlinkssec > ul {
        display: block;
        margin: 0;
        padding: 0;
    }

    .footerlinkssec ul > li {
        display: inline-block;
        padding-right: 15px;
    }

        .footerlinkssec ul > li > a {
            display: block;
            font-size: 15px;
            color: #fff;
            transition: all 0.5s ease;
        }

            .footerlinkssec ul > li > a:hover {
                color: var(--lightblue);
            }

    .footerlinkssec ul.ul_products > li {
        padding-right: 0px;
        margin: 0px 10px 10px 0px;
        background-color: #fff;
        border-radius: 5px;
    }

.footerwraper .footrslider1, .footerwraper .footrslider2, .footerwraper .footrslider3 {
    display: inline-block;
    height: 36px;
    overflow: auto;
    position: relative;
    border-radius: 5px;
    margin: 0 20px 0 0;
}

.footerwraper .footrslider1 {
    width: 220px;
}

.footerwraper .footrslider2 {
    width: 150px;
}

.footerwraper .footrslider3 {
    width: 100px;
}

.footerwraper .footrslidesec {
    display: inline-block;
    background-color: #fff;
    width: 100%;
}

    .footerwraper .footrslidesec > a {
        display: inline-block;
    }

.footersocialico {
    text-align: left;
    padding-top: 10px;
    display: inline-flex;
}

    .footersocialico > a {
        margin-right: 8px;
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #ddd;
        border-radius: 50%;
        text-align: center;
        padding: 8px 6px;
        transition: all 0.4s ease;
    }

        .footersocialico > a > i {
            display: block;
            color: #fff;
            font-size: 20px;
        }

        .footersocialico > a.facebook {
            background-color: #3b5998;
        }

        .footersocialico > a.twitter {
            background-color: #26a6d1;
            background-image: url(../images/Twitter_icon.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 45%;            
        }

        .footersocialico > a.linkedin {
            background-color: #0070c0;
        }

        .footersocialico > a.instagram {
            background-color: #eb4b68;
        }

        .footersocialico > a.youtube {
            background-color: #ff264d;
        }

        .footersocialico > a:hover {
            background-color: #fff;
        }

        .footersocialico > a.facebook:hover > i {
            color: #3b5998;
        }

        .footersocialico > a.twitter:hover > i {
            color: #26a6d1;
        }
        .footersocialico > a.twitter:hover {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cpath id='twitter_icon' d='M28.063,10.586,37.37,0H35.165L27.084,9.191,20.629,0H13.185l9.76,13.9L13.185,25h2.206l8.534-9.707L30.741,25h7.444L28.063,10.586Zm-3.021,3.436-.989-1.384L16.185,1.625h3.388l6.35,8.888.989,1.384,8.254,11.553H31.778l-6.736-9.427Z' transform='translate(-13.185)' fill='%2326a6d1'/%3E%3C/svg%3E");
            background-size: 45%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .footersocialico > a.linkedin:hover > i {
            color: #0070c0;
        }

        .footersocialico > a.instagram:hover > i {
            color: #eb4b68;
        }

        .footersocialico > a.youtube:hover > i {
            color: #ff264d;
        }

.footerprdctslider .footerprdctslidersec {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 10px;
}

.footerprdctslider .owl-nav {
    position: absolute;
    top: 50%;
    color: #000;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
}

    .footerprdctslider .owl-nav .owl-next {
        right: -20px;
        top: -10px;
    }

    .footerprdctslider .owl-nav .owl-prev {
        left: -20px;
        top: -10px;
    }

    .footerprdctslider .owl-nav .owl-next, .footerprdctslider .owl-nav .owl-prev {
        display: inline-block;
        position: absolute;
        color: #fff;
        opacity: 0.5;
        transition: all 0.5s ease;
    }

        .footerprdctslider .owl-nav .owl-next:hover, .footerprdctslider .owl-nav .owl-prev:hover {
            opacity: 1;
        }

        .footerprdctslider .owl-nav .owl-next.disabled, .footerprdctslider .owl-nav .owl-prev.disabled {
            display: none;
        }

.footerwraper .subscribe-nl {
    float: right;
    background: #000b1c;
    border-radius: 6px;
    height: 40px;
}

    .footerwraper .subscribe-nl .formbx {
        padding: 3px 0px 3px 15px;
        display: inline-block;
        min-width: 240px;
    }

        .footerwraper .subscribe-nl .formbx > input[type='text'] {
            display: block;
            outline: none;
            font-size: 15px;
            line-height: 18px;
            color: #fff;
            height: 35px;
            border: none;
            width: 100%;
            background: transparent;
        }

    .footerwraper .subscribe-nl .btnsubsc {
        border-radius: 5px;
        transition: all 0.5s ease;
        font-size: 12px;
        line-height: 25px;
        height: 40px;
        vertical-align: bottom;
        border: none;
        background: var(--lightblue);
        color: #fff;
        padding: 6px 15px;
    }

        .footerwraper .subscribe-nl .btnsubsc:hover {
            background-color: #093784;
        }

.scrollup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 9990;
    box-shadow: 0 0px 12px rgba(0,0,0,0.3);
    text-align: center;
    line-height: 38px !important;
    color: #999;
    cursor: pointer;
    font-size: 25px !important;
}

    .scrollup:hover {
        color: #000;
    }

.footerloginbtn {
}

.footerlinkssec ul > li.footerloginbtn > a {
    background: linear-gradient(180deg, var(--lightblue) 0%, #41A5FF 100%);
    color: var(--white);
    font-family: var(--mediumFnt);
    padding: 7px 25px 6px;
    border-radius: 25px;
    position: relative;
    filter: drop-shadow(0px 5px 10px rgba(98, 181, 255, 0.25));
    font-size: 17px;
    line-height: 26px;
}

    .footerlinkssec ul > li.footerloginbtn > a:hover {
        color: var(--white);
    }


/*Pricing page*/
/*.PricingWrapper { padding: 150px 0 80px; background-color: var(--Bggrey); position: relative; z-index: 1; }
.PricingWrapper:after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; top: 50%; background-image: url(../images/Vector.png); background-repeat: no-repeat; background-size: 100%; margin-top: -90px; z-index: -1; }
.PricingWrapper:before { content: ''; position: absolute; left: 0; bottom: 0; right: 0; top: 50%; margin-top: 80px; background-color: #fff; }*/


.PricingWrapper {
    padding: 150px 0 80px;
    background-color: var(--Bggrey);
    position: relative;
    background-image: url(../images/Vector.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: 1;
}
    /*.PricingWrapper:after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; top: 50%; background-image: url(../images/wavesvgformat.svg); background-repeat: no-repeat; background-size: 100%; margin-top: -90px; z-index: -1; }*/
    .PricingWrapper:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 50%;
        margin-top: 62px;
        background-color: #fff;
        z-index: -1;
    }


.PricingTitle h3 {
    font-size: 18px;
    line-height: 26px;
    color: var(--grey);
    text-align: center;
}

.PricingTitle h2 {
    display: block;
    font-family: var(--boldFnt);
    font-size: 38px;
    line-height: 50px;
    color: var(--darkblue);
    text-align: center;
}

.PricingPlanBoxWrapper {
    padding: 40px 0 65px;
    display: flex;
}

.PricingPlanBox {
    padding: 30px 20px 40px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 #3891E126;
    margin: 50px 0;
    flex: 1;
    transition: all .5s ease;
    position: relative;
}

    .PricingPlanBox .PlanBstValue {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        padding: 76px 0 0;
    }

        .PricingPlanBox .PlanBstValue span {
            display: block;
            background-color: #3EC3AE;
            box-shadow: 0px 2px 4px 0px #0D665840;
            color: #FFFFFF;
            padding: 5px 30px 5px 30px;
            font-size: 12px;
            line-height: 18px;
            font-family: var(--mediumFnt);
            text-align: center;
            transform: translate(24%, -199%) rotate(45deg);
        }

    .PricingPlanBox.active {
        padding: 60px 20px 120px;
        margin: 0;
        z-index: 1;
    }

        .PricingPlanBox.active .PlanBtn {
            bottom: 65px;
        }
    /*.PricingPlanBox:hover { margin: 0;  }*/

    .PricingPlanBox > h2 {
        display: block;
        font-family: var(--boldFnt);
        font-size: 22px;
        line-height: 30px;
        color: var(--darkblue);
    }

    .PricingPlanBox > p {
        display: block;
        font-size: 13px;
        line-height: 20px;
        color: var(--grey);
    }

.PlanAmount {
    display: flex;
    flex-wrap: wrap;
}

    .PlanAmount > b {
        display: block;
        font-family: var(--boldFnt);
        font-size: 22px;
        line-height: 30px;
        color: var(--darkblue);
    }

        .PlanAmount > b:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f156";
            font-size: 22px;
            line-height: 30px;
            padding-right: 3px;
        }

    .PlanAmount > span {
        display: block;
        font-family: var(--lightFnt);
        font-size: 14px;
        line-height: 30px;
        color: var(--darkblue);
        padding: 0 0 0 7px;
    }

.PlanFeatures {
    border-top: 1px solid #D3E1EE;
    padding-top: 25px;
    margin: 15px 0 50px;
}

    .PlanFeatures ul {
        margin: 0;
        padding: 0;
    }

        .PlanFeatures ul > li {
            position: relative;
            padding: 0 0 5px 25px;
            font-size: 13px;
            line-height: 22px;
        }

            .PlanFeatures ul > li:before {
                content: '';
                width: 16px;
                height: 16px;
                background-image: url(../images/checkgreen.svg);
                background-repeat: no-repeat;
                position: absolute;
                left: 0;
                top: 3px;
            }

.PricingPlanBox .PlanBtn {
    border: 1px solid #3891E1;
    border-radius: 25px;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: var(--lightblue);
    font-family: var(--mediumFnt);
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px;
    transition: all .5s ease;
    padding: 7px 20px 6px;
}

    .PricingPlanBox .PlanBtn:hover,
    .PricingPlanBox .PlanBtn.active {
        color: var(--white);
        background-color: rgb(56,145,225);
        background-color: -moz-linear-gradient(0deg, rgba(56,145,225,1) 25%, rgba(65,165,255,1) 71%);
        background-color: -webkit-linear-gradient(0deg, rgba(56,145,225,1) 25%, rgba(65,165,255,1) 71%);
        background-color: linear-gradient(0deg, rgba(56,145,225,1) 25%, rgba(65,165,255,1) 71%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3891e1",endColorstr="#41a5ff",GradientType=1);
        filter: drop-shadow(0px 5px 10px rgba(98, 181, 255, 0.25));
    }

/*.PricingPlanBox .PlanBtn { border: 1px solid #3891E1; border-radius: 25px; display: block; text-align: center; font-size: 17px; line-height: 25.5px; color: var(--lightblue); padding: 5px 0; font-family: var(--regularFnt); position: absolute; bottom: 40px; left: 30px; right: 30px; transition: all .5s ease; }
.PricingPlanBox .PlanBtn:hover { background: linear-gradient(180deg,#3891E1 0%,#41A5FF 100%); color: var(--white); }*/

.PlanGetintouch {
    position: relative;
    padding: 0 30px 5px 0;
    font-size: 12px;
    line-height: 30px;
    color: var(--lightblue);
    font-family: var(--mediumFnt);
    display: inline-block;
    cursor: pointer;
}

    .PlanGetintouch:after {
        content: '';
        width: 21px;
        height: 11px;
        background-image: url(../images/arrow-right.svg);
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 9px;
        transition: all .5s ease;
    }

    .PlanGetintouch:hover:after {
        right: -5px;
    }

    .PlanGetintouch:hover {
        color: var(--lightblue);
    }

.CompareFeatures {
    text-align: center;
}

    .CompareFeatures > a {
        display: inline-block;
        background: #E8F4FF;
        color: var(--darkblue);
        border-radius: 30px;
        padding: 12px 50px 12px 25px;
        font-family: var(--mediumFnt);
        font-size: 16px;
        line-height: 24px;
        position: relative;
        cursor: pointer;
    }

        .CompareFeatures > a:after {
            content: '';
            width: 14px;
            height: 12px;
            background-image: url(../images/arrow-right-blue.svg);
            background-repeat: no-repeat;
            position: absolute;
            right: 22px;
            top: 18px;
            transition: all .5s ease;
        }

        .CompareFeatures > a:hover:after {
            right: 18px;
        }
@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4
    }

    100% {
        -webkit-transform: translateY(-0.2em);
        opacity: 0.9
    }
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4
    }

    100% {
        -webkit-transform: translateY(0.2em);
        opacity: 0.9
    }
}
.PgewithFormsection a.hidesearch:before {
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

.PgewithFormsection a.showsearch:before {
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}
        /*Twitter Logo*/

/*.twitter > a {
    background-image: url(../images/Twitter_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
    transition: all 0.4s ease;
}*/
