/*===========================================================
 Custom Font CSS
============================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/*===========================================================
 Custom Variable
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 2.5rem;
    --hamHeight: 0.25rem;
    --hamMargin: 0.375rem;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 0.625rem;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -0.625rem;
    --hamBg: red;
    --preloaderBg: red;

}

/*===========================================================
 Common CSS
============================================================*/
html{
    font-size: 80%;
}
body {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    background:#283a6d;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /* overflow-y: hidden; */
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 0.0625rem solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

#npreOverlay {
    background: var(--preloaderBg);
}


/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.875rem;
    letter-spacing: 0.0244rem;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.875rem;
    letter-spacing: 0.0244rem;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.875rem;
    letter-spacing: 0.0244rem;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.875rem;
    letter-spacing: 0.0244rem;
}



/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 0.9375rem;
    display: none;
    position: fixed;
    right: 0.9375rem;
    z-index: 999;
}

.go-top img {
    width: 2.1875rem;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding: 0.3125rem 0.625rem;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/
.header-area {
    padding: 0px 0px 20px 0px;
}

.header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.logo img{
    max-width: 13.75rem;
}

/*===========================================================
 Hamberger
===========================================================*/


.sign-in {}

.sign-in a {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.4;
    color: #1c3b71;
    text-decoration: none;
}




/*===========================================================
 
===========================================================*/

.container {
    max-width: 107.5rem;
    width: 100%;
}

.pricing-area {
    padding-top: 0.625rem;
    padding-bottom: 4.375rem;
}


.pricing-title {
    text-align: center;
    max-width: 67rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}

.pricing-title h6 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3289ff;
}

.pricing-title h2 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 0.88;
    color: #1c3b71;
    margin: 1.5625rem 0;
}

.pricing-title p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.7;
    color: #657082;
}

.pricing-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 -1.25rem;
}

.recommended {
    position: absolute;
    right: -1.5625rem;
    top: -1.375rem;
}

.recommended span {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: #fff;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    background-color: #283a6d;
    width: 12.25rem;
    display: inline-block;
    right: 0;
    top: 0;
}

.single-pricing {
    max-width: 25%;
    width: 100%;
    padding: 0 1.25rem;
    padding-top: 1.875rem;

}

.single-pricing-inner {
    text-align: center;
    padding: 2.5rem 2.5rem;
    border-radius: 0.75rem;
    box-shadow: 0.375rem 0.5625rem 1.5rem 0 rgba(178, 198, 238, 0.15);
    border: solid 0.0625rem #d8dadc;
    background-color: #fff;
    position: relative;

}
.single-pricing.active .single-pricing-inner{
    border: 5px solid #233366;
    box-shadow: 6px 9px 24px 0 rgba(178, 198, 238, 0.2);
}
.single-pricing.active .single-pricing-inner {}

.single-pricing.active .single-pricing-inner a {
    background-color: #283a6d;
    color: #fff;
}

.single-pricing-inner h5 img {
    margin-right: 0.625rem;
}

.single-pricing-inner h5 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #283a6d;
    margin-bottom: 2.8125rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.single-pricing-inner h5:before {
    position: absolute;
    content: '';
    width: 3.75rem;
    height: 0.1875rem;
    border-radius: 0.0938rem;
    background-color: #283a6d;
    bottom: -0.8125rem;
    left: 50%;
    transform: translateX(-50%);
}

.single-pricing-inner h2 {
    font-size: 4.5rem;
    font-weight: 600;
    color: #283a6d;
    line-height: 1;
    display: inline-block;
}

.single-pricing-inner h2 sub {
    font-size: 1.875rem;
    font-weight: 600;
    color: #283a6d;
    position: relative;
    bottom: 0.0625rem;
    left: 0.875rem;
}

.single-pricing-inner h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3289ff;
    margin-top: 0.625rem;
}

.single-pricing-inner p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.7;
    color: #657082;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
}

.single-pricing-inner a {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    color: #283a6d;
    border-radius: 0.375rem;
    border: solid 0.0625rem #283a6d;
    background-color: #f9fbff;
    line-height: 3.75rem;
    text-decoration: none;
    width: 100%;
    display: block;
}

.plan-bttn-area {
    max-width: 21.5625rem;
    width: 100%;
    margin: 0 auto;
    position: relative;

}
.contact{
    font-size: 18px;
    text-align: center;
    margin: 10px auto 20px;
}
.save {
    position: absolute;
    top: -1.25rem;
    right: -10rem;
}

.save span {
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    color: #fff;
    padding: 0.625rem 1.25rem;
    background-color: #f8be2c;
    border-radius: 1.5625rem 1.5625rem 1.5625rem 0;
}

.plan-bttn {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    border: solid 0.0625rem #27ccff;
    background-color: #fff;
    border-radius: 0.5rem;
}

.plan-bttn button {
    font-size: 1.25rem;
    font-weight: 500;
    font-stretch: normal;
    text-align: center;
    color: #657082;
    text-decoration: none;
    width: 50%;
    line-height: 3.75rem;

}

.plan-bttn button.active {
    border-radius: 0.5rem;
    background-color: #27ccff;
    color: #283a6d;
}

/*
.plan-bttn a:hover {
    border-radius: 0.5rem;
    background-color: #27ccff;
    color: #283a6d;
}*/

.table-area {
    padding-bottom: 2.1875rem;
}

.table-inner {
    border-radius: 0.5rem;
    background-color: #fbfcff;
    padding: 0 2.5rem;
}

.table-inner table {
    width: 100%;
}

.table-inner table tr:first-child {
    line-height: 3.875rem;
    border-bottom: 0.0625rem solid #3289ff;
    border-top: 0;
}

.table-inner table tr {
    line-height: 3.875rem;
    border-top: 0.0625rem solid #e6e6e6;
    border-bottom: 0.0625rem solid #e6e6e6;
}

.table-inner table tr th:first-child {
    text-align: left;
}

.table-inner table tr th {
    font-size: 1.25rem;
    font-weight: bold;
    color: #283a6d;
    text-align: center;
}

.table-inner table tr td:first-child {
    -webkit-text-stroke: 0.0625rem rgba(0, 0, 0, 0);
    font-size: 1.125rem;
    font-weight: 600;
    color: #283a6d;
    text-align: left;
    width: 20%;

}

.table-inner table tr td {
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    color: #3289ff;
}


/*===========================================================
 
===========================================================*/

.sign-up-wraper {
    background-image: url(../img/bg.png);
    width: 100%;
    min-height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ecf5ff;
    padding:20px;
}

.mb-4{
    width:80%;
    background-color: #f8be2c;
    border-radius: 8px;
    text-align: center;
    padding:10px;
    margin: 5px auto;
}

.mb-4 li{
    list-style-type: none;
    font-weight: 600;
}

.forgot-password{
    width: 100%;
    margin: 40px 0px 0px 0px;
    text-align: center;
}

.sign-up-area {
    padding-top: 1.25rem;
    padding-bottom: 6.25rem;
}

.sign-up-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}


.sign-up-form {
    max-width: 57.5rem;
    width: 100%;
    margin-left: auto;
}

.sign-up-left {
    max-width: calc(100% - 57.5rem);
    width: 100%;
    text-align: center;
}

.login-img {
    margin-top: 2.5rem;
    max-width: 36.25rem;
}

.sign-up-left-text {
    text-align: center;
}

.sign-up-left-text h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #1c3b71;
    margin-bottom: 1.5rem;
}

.sign-up-left-text p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.69;
    color: #1c3b71;
}

.sign-up-form {}

.sign-up-form h2 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.1;
    color: #1c3b71;
    margin-bottom: 1.25rem;
}

.sign-up-form p {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.33;
    color: #657082;
}

.form-wrapper{
    width: 50%;
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 8px;
    margin: 20px auto;
    box-shadow: 0 8px 32px 0 rgb(28 59 113 / 12%);
    border: 1px solid #cccccc;
}

.form-wrapper h2{
    margin: 0px auto 15px auto;
    font-size: 24px;
    font-weight: 600;
    color: #1c3b71;
    text-decoration: none;
    text-align: center;
}

.form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2.1875rem;
}

.form-row .single-form {
    width: 100%;
    position: relative;
}

.form-row .double-form {
    width: 48%;
    position: relative;
}

.form-row .single-form label, .form-row .double-form label {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    color: #1c3b71;
    margin-bottom: 1rem;
}

.form-row .single-form input, .form-row .double-form input {
    width: 100%;
    height: 3.75rem;
    border-radius: 0.5rem;
    border: solid 0.0625rem #84aaff;
    background-color: #fff;
    padding: 0 0.9375rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    color: #1c3b71;
}

.form-row .icon {
    position: absolute;
    bottom: 1.0625rem;
    right: 0.75rem;
    cursor: pointer;
}

.form-row .icon svg {
    width: 1.25rem;
}

.form-button {
    width: 12.5rem;
    line-height: 3.75rem;
    border-radius: 0.375rem;
    border: solid 0.25rem rgba(255, 255, 255, 0);
    background-color: #1c3b71;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    color: #fcfcfc;
}

.eye-slash{
    display: block;
}
.eye{
    display: none;
}
.passShown .eye-slash{
    display: none;
}
.passShown .eye{
    display: block;
}


.form-group {
    display: block;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.25rem;
    border: solid 0.0625rem #1c3b71;
    background-color: #fff;

    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.75rem;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.8125rem;
    left: 0.5625rem;
    width: 0.4375rem;
    height: 0.875rem;
    border: solid #1c3b71;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}

.form-group {}

.form-group label {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2.33;
    color: #162953;
    cursor: pointer;
}



/*===========================================================
Footer
===========================================================*/

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-area {
    padding: 10px;
    width: 100%;
}

.footer-left,
.footer-menu {
    width: 33.33%;
}

.footer-left {
    display: flex;
    align-items: center;

}

.social-icon {
    position: relative;
    padding-left: 1.25rem;
    margin-left: 3.125rem;
}

.social-icon:before {
    position: absolute;
    content: '';
    width: 0.0625rem;
    height: 1.5rem;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.social-icon a {
    margin-left: 1.875rem;
}

.copyright p {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

.footer-menu {
    display: flex;
    justify-content: flex-end;
}

.footer-menu a {
    /*text-decoration: none;*/
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    margin-left: 2.5rem;
}
.footer-logo img{
    max-width: 10rem;
}
.table-inner img,
.social-icon img{
    max-width: 2.5rem;
}
/* Pricing Toggle */
.single-pricing-inner h2.annual{
    display: none;
}

.pricing-area.active .single-pricing-inner h2.monthly{
    display: none;
}
.pricing-area.active .single-pricing-inner h2.annual{
    display: block;
}


/*===========================================================
 Responsive Menu
===========================================================*/
@media (min-width: 62rem) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 61.9375rem) {


    .logo {
        width: 12.5rem;
    }

    .dropdown-menu {
        padding-top: 0;
    }
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 106.1875rem) {
    .sign-up-form {
        max-width: 50%;
    }

    .sign-up-left {
        max-width: 50%;
        width: 100%;
        text-align: center;
    }

    .sign-up-form h2 {
        font-size: 2.625rem;
    }
}

@media (max-width: 100rem) {
    .single-pricing-inner h2 {
        font-size: 3.625rem;
    }
}

@media (max-width: 87.4375rem) {
    .recommended {
        position: absolute;

    }

    .recommended {
        right: -0.625rem;
    }

    .recommended span {
        width: auto;
        padding: 0 0.9375rem;
    }

    .single-pricing-inner h4 {
        font-size: 1.125rem;
    }

    .sign-up-form {
        max-width: 49%;
    }

    .sign-up-left {
        max-width: 49%;
    }

    .sign-up-form h2 {
        font-size: 2.5rem;
    }

    .sign-up-left-text h2 {
        font-size: 2.25rem;
        font-weight: bold;
        line-height: 1.2;
        color: #1c3b71;
        margin-bottom: 1.25rem;
    }

    .form-row .single-form {
        position: relative;
    }

    .form-row .single-form input {
        width: 100%;
        height: 3.4375rem;
    }

    .sign-up-form button {
        width: 11.25rem;
        line-height: 3.3125rem;
    }

    .single-pricing {
        padding: 0 0.625rem;
        padding-top: 1.875rem;
    }

    .pricing-inner {
        margin: 0 -0.625rem;
    }

    .single-pricing-inner h2 {
        font-size: 2.5rem;
    }

    .single-pricing-inner h2 sub {
        font-size: 1.625rem;
        bottom: 0.0625rem;
        left: 0.4375rem;
    }

    .single-pricing-inner h5 {
        font-size: 1.375rem;
    }

    .single-pricing-inner a {
        line-height: 3.5rem;
    }

    .table-inner table tr td:first-child {
        width: 25%;
    }

    .footer-menu a {
        margin-left: 1.875rem;
    }

    .social-icon a {
        margin-left: 1.25rem;
    }

    .social-icon {
        position: relative;
        padding-left: 0.625rem;
        margin-left: 1.875rem;
    }

    .single-pricing-inner {
        padding: 2.5rem 0.9375rem;
    }

    .single-pricing-inner a {
        line-height: 3.375rem;
        font-size: 1.1875rem;
    }

}

@media (max-width: 74.9375rem) {
    .recommended {
        right: -0.5rem;
    }

    .form-wrapper{
        width:90%;
        padding:20px;
    }

    .header-area{
        padding:10px 0px 20px 0px;
    }

    .form-wrapper h2{
        font-size: 18px;
    }

    .table-inner {
        padding: 0;
    }

    .table-inner table tr td:first-child {
        font-size: 1.0625rem;
    }

    .table-inner table tr th {
        font-size: 1.125rem;
    }

    .table-inner table tr td {
        font-size: 1.0625rem;
    }

    .pricing-title h2 {
        line-height: 1.3;
    }

    .sign-up-left-text h2 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0.9375rem;
    }

    .form-row {
        margin-top: 1.5625rem;
    }

    .sign-up-inner {
        align-items: center;
    }

    .login-img {
        max-width: 21.875rem;
        margin: 0 auto;
    }

    .sign-up-left-text {
        margin-bottom: 2.5rem;
    }

    .form-row .single-form input {
        height: 3.25rem;
    }

    .sign-up-form button {
        line-height: 3.25rem;
    }

    .sign-up-form h2 {
        font-size: 2.375rem;
    }

    .social-icon {
        position: relative;
        padding-left: 0.625rem;
        margin-left: 0.625rem;
    }

    .social-icon a {
        margin-left: 0.625rem;
    }

    .form-row .single-form label {
        font-size: 1.0625rem;
        margin-bottom: 0.75rem;
    }

    .footer-menu {
        justify-content: center;
        width: 100%;
        margin-top: 1.25rem;

    }

    .footer-menu a {
        margin: 0 0.625rem;
    }

    .sign-up-form button {
        line-height: 3.25rem;
        margin-top: 1.25rem;
        width: 100%;
    }
}



@media (max-width: 61.9375rem) {
    .sign-up-form button {
        width: 12.5rem;
    }

    .single-pricing {
        padding: 0 0.3125rem;
        padding-top: 1.875rem;
    }

    .pricing-inner {
        margin: 0 -0.3125rem;
    }

    .single-pricing-inner {
        padding: 2.5rem 0.6875rem;
    }

    .form-row .double-form {
        width: 95%;
        position: relative;
    }

    .sign-up-form-title {
        text-align: center;
        margin-bottom: 3.125rem;
    }

    .sign-up-left {
        max-width: 100%;
    }

    .sign-up-left {
        max-width: 100%;
    }

    .sign-up-inner {
        flex-direction: column;
    }

    .sign-up-form {
        max-width: 100%;
        margin-top: 3.75rem;
    }

    .table-inner table tr th {
        font-size: 1rem;
    }

    .table-inner table tr td:first-child {
        font-size: 1rem;
    }

    .table-inner table tr td {
        font-size: 0.9375rem;
    }

    .table-inner table tr td:first-child {
        width: 30%;
    }

    .footer {
        flex-direction: column;
    }

    .footer-left,
    .footer-menu {
        width: 100%;
    }

    .footer-left {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5625rem;
    }
}

@media (min-width: 48rem) {
    .mobile-table-area {
        display: none;
    }
}

@media (max-width: 47.9375rem) {
    html{
        font-size: 90%;
    }

    .pricing-inner {}

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: #000;
        color: #000;
        width: 0.375rem;
        height: 0.375rem;
        background-color: #7bb3ff;
        border-radius: 50%;
        padding: 0;

    }

    .slick-active button {
        width: 0.625rem !important;
        height: 0.625rem !important;
    }

    .slick-dots li {
        width: 0.625rem;
        height: 0.625rem;
    }

    .slick-dots {
        position: absolute;
        bottom: -2.375rem;
    }

    .slick-dots li button:before {
        content: '';
        width: 0.625rem;
        height: 0.625rem;
    }

    .single-pricing-inner h5 {
        font-size: 1.25rem;
    }

    .single-pricing-inner p {
        margin-top: 0.8125rem;
        margin-bottom: 1.25rem;
    }

    .single-pricing-inner h5 {
        margin-bottom: 2.1875rem;
    }

    .single-pricing-inner h4 {
        font-size: 1rem;
        margin-top: 0.125rem;
    }

    .single-pricing-inner h5:before {
        width: 2.5rem;
        height: 0.125rem;
        bottom: -0.625rem;
    }

    .form-group {
        width: 100%;
        padding: 0px 0px 15px 0px;
    }

    .form-row .double-form {
        width: 95%;
        position: relative;
        margin-bottom:15px;
    }

    

    .plan-bttn a {
        font-size: 1.0625rem;
        line-height: 3.125rem;
    }

    .plan-bttn-area {
        max-width: 18.75rem;
        margin-top: 5.625rem;
    }

    .pricing-title {
        margin-bottom: 1.25rem;
    }

    .pricing-title {
        text-align: center;
        max-width: 25rem;
    }

    .pricing-title h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0.9375rem 0;
        padding: 0 1.5625rem;
    }

    .contact {
        text-align: center;
    }

    .contact p {
        font-size: 1rem;
        font-weight: normal;
        color: #283a6d;
        margin-top: 1.5rem;
    }

    .contact p a {
        color: #3289ff;
        text-decoration: none;
        font-weight: 600;
    }

    .table-area {
        display: none;
    }

    .mobile-table-area {
        display: block;
    }

    .container {
        max-width: 33.75rem;
    }

    .mobile-table-area {
        padding-bottom: 2.5rem;
    }

    .table-title-mb {}

    .single-table {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 0.0625rem solid #e6e6e6;
        border-bottom: 0.0625rem solid #e6e6e6;
        padding: 0.9375rem 1.25rem;
    }

    .single-table p {
        font-size: 1rem;
        font-weight: 600;
        color: #283a6d;
    }

    .single-table h6 {
        font-size: 1rem;
        font-weight: normal;
        color: #3289ff;
    }

    .table-title-mb h2 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
        color: #283a6d;
        position: relative;
        padding-bottom: 0.875rem;
        margin-bottom: 1.4375rem;
        display: flex;
        justify-content: center;
    }

    .table-title-mb h2 img {
        margin-right: 0.3125rem;
    }

    .table-title-mb h2:before {
        position: absolute;
        content: '';
        width: 10.4375rem;
        height: 0.0625rem;
        background-color: #3289ff;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .sign-up-wraper {
        background-image: url(../img/bg-mobile.svg);
        width: 100%;
        min-height: auto;
        background-size: contain;
        padding:10px;

    }

    .sign-up-form button {
        width: 100%;
        line-height: 3.25rem;
        font-size: 1.125rem;
        margin-top: 1.5rem;
    }

    .form-group label:before {
        margin-right: 0.75rem;
    }

    .form-group label {
        font-size: 1rem;
    }

    .sign-up-left-text p {
        font-size: 1rem;
        max-width: 25rem;
        margin: 0 auto;

    }

    .sign-up-left-text {
        margin-bottom: 2.375rem;
    }


    .save span {
        font-size: 0.875rem;
        padding: 0.375rem 0.9375rem;
    }

    .save {
        position: absolute;
        top: -1.25rem;
        right: -6.875rem;
    }

    .mobile-table {
        border-radius: 0.5rem;
        background-color: #f9fafe;
        padding-top: 1.5rem;
    }

    .pricing-title h6 {
        font-size: 1.125rem;
    }

    .footer-logo img {
        width: 8.125rem;
    }

    .social-icon:before {
        position: unset;
    }

    .social-icon a {
        margin-left: 1.375rem;
    }

    .social-icon a img {
        width: 1.25rem;
    }

    .footer-left {
        justify-content: space-between;
        order: 1;
    }

    .footer-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        order: 2;
        margin-top: 0;
        margin-bottom: 1.5625rem;
    }

    .footer-menu a {
        margin: 0;
    }

    .copyright {
        order: 3;
    }

    .footer-area {
        padding: 15px;
        background-color: #283a6d;
    }

    .pricing-area {
        padding-bottom: 3.4375rem;
        padding-top: 1.25rem;
    }

    .logo img {
        width: 10.5rem;
    }

    .sign-in a {
        font-size: 1rem;
    }

    .sign-up-left-text h2 {
        font-size: 1.375rem;
        margin-bottom: 0.625rem;
    }

    .sign-up-form h2 {
        font-size: 1.75rem;
        margin-bottom: 0.875rem;
    }

    .form-row {
        margin-top: 1.5rem;
    }

    .form-row .single-form label {
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }

    .sign-up-area {
        padding-top: 1.25rem;
        padding-bottom: 3.75rem;
    }
}

@media (max-width: 35.9375rem) {
    .plan-bttn-area {
        max-width: 15.25rem;
    }

    .save {
        right: -3.125rem;
    }

    .pricing-title {
        text-align: center;
        max-width: 22.8125rem;
    }

    .pricing-title h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 1.5625rem 0;
        padding: 0 1.5625rem;
    }


    .login-img {
        max-width: 18.75rem;
        margin: 0 auto;
    }


    .sign-up-form h2 {
        margin-bottom: 1.125rem;
    }

    .sign-up-form p {
        font-size: 1rem;
    }

    .form-row .single-form {
        width: 100%;
        position: relative;
        margin-bottom: 1.5rem;
    }

    .form-row {
        margin-top: 0;
    }

    .form-group label {
        font-size: 1rem;
    }

    .form-group label:before {
        width: 1.25rem;
        height: 1.25rem;
    }

    .form-group input:checked+label:after {
        top: 0.75rem;
        left: 0.4375rem;
        width: 0.4375rem;
        height: 0.75rem;
    }

    .sign-up-form button {
        width: 100%;
        line-height: 3.3125rem;
        margin-top: 1.25rem;
    }

    .form-row {
        justify-content: center;
    }

    .plan-bttn a {
        font-size: 1rem;
        line-height: 2.5rem;
    }

    .save span {
        font-size: 0.8125rem;
        padding: 0.3125rem 0.6875rem;
    }

    .pricing-title h2 {
        margin-top: 0.625rem !important;
    }

    .pricing-title h6 {
        font-size: 1rem;
    }
}