/* General styles */
body {
    font-family: 'Proxima Nova Regular';
    box-sizing: border-box;
    color: var(--themecolor2);
    height: 100%;
}

html {
    height: 100%;
}

:root {
    --themecolor1: #1363AA;
    --themecolor2: #02244A;
    --themecolor3: #ffffff;
    --themecolor4: #393537;
    --themecolor5: #F5F5F5;
    --themecolor6: #89CFF0;
    --themecolor7: #EAF3FD;
    --themecolor8: #E1F6E9;
    --themecolor9: #FFF6E8;
    --themecolor10: #000;
}

.color-1 {
    color: var(--themecolor1);
}

.color-2 {
    color: var(--themecolor2);
}

.color-3 {
    color: var(--themecolor3);
}

.bglight {
    background: var(--themecolor5);
}

.bgcolor-6 {
    background-color: var(--themecolor6);
}

.bgcolor-7 {
    background-color: var(--themecolor7);
}

.bgcolor-8 {
    background-color: var(--themecolor8);
}

.bgcolor-9 {
    background-color: var(--themecolor9);
}

.fw-400 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600;
}

.pb-35 {
    padding-bottom: 35px;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/ProximaNova-Regular.woff') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'ProximaNova';
    color: #02244A;
    font-weight: bold;
}

p {
    font-family: 'Proxima Nova Regular';
    font-size: 18px;
    font-weight: 400;
}

a {
    color: var(--themecolor2);
    text-decoration: none;
    font-family: 'Proxima Nova Regular';
}

label {
    font-family: 'Proxima Nova Regular';
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

.red {
    color: var(--themecolor1);
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-32 {
    font-size: 32px;
}

.fs-42 {
    font-size: 42px;
}

.fs-52 {
    font-size: 52px;
}

.fs-60 {
    font-size: 60px;
    font-weight: 800;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

header {
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 100%;
    background-color: var(--themecolor6);
}

header .navbar {
    padding: 12px 30px;
    border-bottom: solid 0px #cfcfcf;
}

.pricing-header {
    text-align: center;
    margin: 100px 0;
    padding-top: 60px;
}

.pricing-header h1 {
    font-size: 50px;
    font-weight: 700;
    color: var(--themecolor2);
    margin-top: 20px;
}

.pricing-header span {
    font-size: 18px;
    font-weight: 500;
    color: var(--themecolor2);
}

.pricing-header .red {
    color: var(--themecolor1);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}


.top-btn {
    text-align: end;
}

.pricing-card h4 {
    font-size: 28px;
    font-weight: 700;
}

.pricing-card h3 {
    font-size: 32px;
    font-weight: 700;
}

.pricing-card h3 span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Proxima Nova Lt';
}

.pricing-card strong {
    font-size: 16px;
    font-weight: 600;
}

.pricing-card p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;

}

.pricing-card {
    border: 1px solid #E8E8E8;
    background: var(--themecolor3);
    border-radius: 20px;
    padding: 20px 15px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
    transition: transform 0.5s;
    height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-section .pricing-card-container {
    transition: transform 0.5s; height: 100%;
}

.pricing-section .pricing-card-container:hover {
    transform: translateY(-32px);
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {

    background-color: transparent;

}

.pricing-card ul li {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

.most-popular {
    font-size: 14px;
    text-align: center;
    color: var(--themecolor3);
    padding: 5px 15px;
    width: 100%;
    font-weight: 600;
}

.pricing-section {
    text-align: start;
}

.pricing-section .active {
    border: solid 2px var(--themecolor1);
    background-color: var(--themecolor2);
    border-radius: 10px;
}

.pricing-section .active .pricing-card {
    border-radius: 0px 0px 8px 8px;
}

.contact-section-top {
    margin-top: 80px;
}

.contact-section {
    background-color: var(--themecolor6);
    padding: 100px 0;
    border-top: solid 0px #E8E8E8;
}

.contact-section h2 {
    font-size: 46px;
    font-weight: 800;
}

.contact-section .contact-info img {
    margin-right: 20px;
}

.contact-section .contact-info p span {
    font-size: 24px;
    color: var(--themecolor2);
    font-weight: 700;
}

.contact-section .contact-info p a {
    color: var(--themecolor2);
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.form-container {
    background: var(--themecolor3);
    border-radius: 28px;
    padding: 55px;
    box-shadow: 0 0px 22px rgba(0, 0, 0, 0.07);
}

.form-container h3 {
    font-size: 36px;
    font-weight: bold;


}

.form-container p {
    font-size: 22px;
    font-weight: 600;
    color: var(--themecolor2);

}

.form-container input {
    height: 55px;
    border-radius: 10px;
    color: var(--themecolor2);
}

.btn2 {
    height: 58px;
}

.form-control:focus {
    color: var(--themecolor2);
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

footer {
    background-color: var(--themecolor10);
    color: var(--themecolor3);
    padding: 26px 0;
    text-align: center;
}

.footer-social-icon a {
    background: var(--themecolor3);
    color: var(--themecolor2);
    font-size: 18px;
    padding: 10px 11px;
    border-radius: 100%;
    margin-right: 8px;
    transition: all .5s;
}

.footer-social-icon a:hover {
    background: var(--themecolor1);
    color: var(--themecolor3);
}

footer a {
    color: var(--themecolor3);
    text-decoration: none;
    padding: 0px 10px;
    transition: all.5s;
    font-size: 14px;
    font-family: 'Proxima Nova Lt';
}

footer a:hover {
    color: var(--themecolor1);
}

footer p {
    color: var(--themecolor3);
    font-size: 14px;
    font-family: 'Proxima Nova Lt';
}

/* Navbar styles */
.navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100vh;
    background-color: var(--themecolor3);
    padding: 0px 20px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-in-out;
    z-index: 1050;
}

.navbar-collapse.show {
    left: 0;
}

.padding30 {
    padding: 40px;
}

.rounded24 {
    border-radius: 24px;
}

.cta_1 {
    background: #E1F6E9;
}

.cta_2 {
    background: #FFF8EA;
}

.cta_3 {
    background: #EAF3FD;
}

.cta_1:hover {
    background: #e3fded;
}

.cta_2:hover {
    background: #fdf2db;
}

.cta_3:hover {
    background: #d8e9fb;
}

.cta_1,
.cta_2,
.cta_3 {
    flex: 1;
    display: flex;
    flex-direction: column;

}

.appdevbg img {
    transition: 0.4s all ease-in-out;
    height: 72px;
    fill: #1F90CC;
    width: 72px;
}

.appdevbg:hover img {
    height: 48px;
    overflow: hidden;
    width: 48px;
    margin-bottom: 10px;
    box-shadow: 0 0px 2px 0 rgba(14, 14, 14, 0.08);
}

.appdevbg {
    transition: box-shadow .2s;
    width: 100%;
    transition: 0.5s all ease;
    height: 410px;
}

.appdevbg span {
    line-height: 1.1;
}

.industry .item {
    opacity: 0.4;
    transition: .4s ease all;

}

.industry.owl .item {
    background: #4DC7A0;
    border-radius: 20px;
    overflow: hidden;
}

.industry .slick .item {
    background: #3498db;
}

.industry .active .item,
.slick-center {
    opacity: 1;

}

.industry .owl-controls {
    position: absolute;
    margin-top: 300px;
}

.industry .custom-nav.owl-nav {
    position: absolute;
    top: 46%;
    left: 20%;
    z-index: 1;
    right: 20%;
}

.industry .owl-next {
    right: 0;
    position: absolute;
}

.testimonialbg {
    background: url(../images/testimonialbg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.testimonial-card {
    border: 1px solid #EADDC7;
    padding: 20px 7%;
    border-radius: 20px;
}

.carousel-item {
    background: #fff;
}

.testimonial-icon {
    background-color: #fff;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -64px auto 28px;
    font-size: 30px;
    border: 1px solid #EADDC7;
}

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    background-color: #f9f9f9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #0033cc;
}

.divcenter {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-prev.divcenter {
    left: -20px;
}

.carousel-control-next.divcenter {
    right: -20px;
}

/* step styling */
.step-indicator {
    /*! display: flex; */
    align-items: center;
    margin-bottom: 0rem;
}

.step-indicator .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
    position: absolute;
    left: -45px;
    z-index: 11;
}

.circle.active {
    background-color: #1363AA;
    color: #fff;
}

.circle.inactive {
    background-color: #CFF0FF;
    color: #1363AA;
}

.collapse-content {
    border: 0px solid #CFF0FF;
    border-radius: 8px;
    padding: 4px 0 13px;
    margin-top: 0;
    /* background: white; */
    font-size: 18px;
}

.stepbystep .tab-content img {
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}

.progress-step::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -31px;
    height: 100%;
    background: #CFF0FF;
    width: 4px;
    z-index: 1;
}

.progress-step.active::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -31px;
    height: 88%;
    background: #1363AA;
    width: 4px;
    z-index: 11;
}


.progress-step {
    height: 25%;
    /*! display: flex; */
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}

.progress-step.active .circle {
    background-color: #1363AA !important;
    color: #fff;
}

.progress-step.inactive .circle {
    background-color: #1363AA !important;
}

.step-indicator .circle::before {
    border: 2px solid #CFF0FF;
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    z-index: 11;
}

.step-indicator .circle.active::before {
    border: 2px solid #1363AA;
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 100%;
    position: absolute;
    top: -4px;
}

.stepbtn {
    border: 0px solid;
    background: none;
}

.accordionbox {
    width: 89%;
    padding-left: 7%;
}

.stepbtn a.btn {
    background: transparent;
    color: var(--themecolor1);
}

.progress-step.active .stepbtn a.btn {
    background: var(--themecolor1);
    color: var(--themecolor3);
}

.progress-step:last-child.active::before,
.progress-step:last-child::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -31px;
    display: none;
    height: 88%;
    background: #1363AA;
    width: 4px;
    z-index: 11;
}
.empowering-box {
    box-shadow:0 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}

/* Desktop Navbar styling */
@media (min-width: 992px) {
    .navbar-collapse {
        position: relative;
        left: 0;
        height: auto;
        width: auto;
        box-shadow: none;
        background-color: transparent;
        display: flex !important;
        align-items: center;
    }


}


.navbar-nav .nav-item .nav-link {
    color: var(--themecolor2);
    margin: 0 10px;
    transition: all .2s;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

.navbar-nav .nav-item .nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    color: transparent;
    background: var(--themecolor1);
    height: 2px;
    transition: all .5s;
}

.navbar-nav .nav-item .active {
    color: var(--themecolor1);
    border-bottom: solid 2px var(--themecolor1);
}

/* .navbar-nav .nav-item .nav-link.active img.menuicon,
.navbar-nav .nav-item .nav-link:hover {
    filter: brightness(0%) saturate(100%) invert(35%) sepia(85%) saturate(999999%) hue-rotate(0deg) brightness(90%) contrast(90%);
} */


.navbar-nav .nav-item .nav-link:hover {
    color: var(--themecolor1);
}

.navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
}

.navbar-toggler {
    border: none;
    background: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}


.navbar-toggler {
    border: none;
    background: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    background: var(--themecolor1);
    color: var(--themecolor3);
    border: solid 1px;
    border-color: var(--themecolor1);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Proxima Nova Regular';
    border-radius: 10px;
    padding: 8px 16px;
}

.btn:hover {
    background: transparent;
    color: var(--themecolor1);
    border-color: var(--themecolor1);
}


.tab-style-toggle {
    position: relative;

    margin: 0 auto;
}

/* Styling for toggle tabs */
.toggle-container {
    background-color: var(--themecolor3);
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px;
    margin: 0;
    max-width: fit-content;
    margin-left: auto;
}

.toggle-container .btn {
    border-radius: 40px;
    border: none;
    padding: 4px 16px;
    color: var(--themecolor2);
    background-color: var(--themecolor3);
}

.offer-box img {
    position: absolute;
    left: -50px;
    bottom: -38px;
}

.nav-tabs .nav-item .active {
    background: var(--themecolor1);
    color: var(--themecolor3);
}

/* Save banner styling */
.save-banner {

    white-space: nowrap;
}


.tab-content {
    margin-top: 100px;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}


/* login css */
.login-form {
    max-width: 465px;

}

.login-banner {
    height: 100%;
}

.login-header {
    height: 14px;
    background-color: var(--themecolor6);
}

.login-form .form-container {
    border-radius: 4px;
    padding: 36px;
}

.login-form .form-container input {
    border-radius: 4px;
    height: 40px;
}

.pt-100 {
    padding-top: 80px;
}

.login-form .form-container h3 {
    font-size: 24px;
    color: var(--themecolor2);
    font-weight: 700;
    font-family: 'Proxima Nova Regular';
}

.login-form .form-container p {
    font-size: 16px;
    color: #646464;
    font-weight: 600;
}

.filed-h {
    height: 89px;
}

.filed-h-login{
    height: 70px;
}

.toggle-password {
    float: right;
    color: var(--themecolor4);
    position: relative;
    margin-right: 8px;
    margin-top: -31px;
}

.loginbody {
    padding-bottom: 5px;
    background: url(../images/loginbodybg.png);
    background-size: cover;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.backbtn {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.backbtn .btn {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    margin: auto;
}

.backbtn .btn:hover {
    background-color: var(--themecolor4);
    border-color: var(--themecolor4)
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    background: url(../images/dropdownarrow.svg) no-repeat;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    width: 20px; margin-left: auto;
    height: 10px;
    background-size: 100%;
}

#dropdownMenuButton {
    background: var(--themecolor1) !important;
    color: #ffffff !important;
    padding: 5px 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ffe1e2;
}

.dropdown-divider {
    border-top: 1px solid #E2E2E2;
    opacity: 1;
}

.dropdown-item {
    padding: 6px 15px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .03) !important;
}

.max-60 {
    max-width: 60%;
}

.form-switch {
    padding-left: 2.5em;
    position: absolute;
    right: 18px;
}

.form-check-input:checked {
    background-color: #009B22;
    border-color: #009B22;
}

.form-switch .form-check-input {
    width: 37px;
    height: 20px;

}

.btn-danger-outline {
    background: transparent;
    color: var(--themecolor2);
    border-color: var(--themecolor2);
}

.btn-danger-outline:hover {
    background: var(--themecolor1);
    color: #fff;
}

.line_1 {
    line-height: 1;
}

.video-section {
    background: linear-gradient(to bottom, var(--themecolor6) 50%, var(--themecolor3) 50%);

}

.video-box {
    background: var(--themecolor3);
    padding: 20px;
    box-shadow: 0 0px 22px rgba(0, 0, 0, 0.07);
}

.round-28 {
    border-radius: 28px;
}

.faucibus-box {
    padding: 60px 40px;
    border-radius: 20px;
}

.portfolio-box {
    background: var(--themecolor6);
    padding: 10px 20px;
    border-radius: 10px;
}

.iconbox {
    width: 35px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 55.25%;
    /* Aspect ratio for 16:9 videos */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.numberbox {
    width: 45px;
    height: 45px;
    background: var(--themecolor6);
    border-radius: 100%;
    display: flex;
    align-items: center;
    color: var(--themecolor2);
}

#dropdownMenuButton img {
    width: 27px;
}

.backbtntop {
    position: absolute;
    top: 50px;
    left: 30px;
}

.transaction-details {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    border-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    /*! border: 1px solid #e6e6e6; */
    border-radius: 0;
    overflow: hidden;
}

.bor_color {
    border-color: var(--themecolor2);
}

.transaction-details .detail-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    border-bottom: 1px solid #D7F2FF;
}

.transaction-details .detail-row:last-child {
    border-bottom: none;
}

.transaction-details .label {
    font-weight: bold;
    color: #171E26;
    text-align: left;
    width: 44%;
    border-right: 1px solid #D7F2FF;
    padding: 16px 7px;
}

.transaction-details .value {
    text-align: left;
    color: #171E26;
    width: 50%;
    font-weight: bold;
    padding: 16px 7px;
}

.iphone_w {
    min-width: 184px;
}
.input_h{position: relative; height: 83px; }

.errormass{ position: absolute; bottom: 0px; left: 0;}



@media (max-width: 1480px) {

    .fs-18 {
        font-size: 14px !important;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 0 7px;
        font-size: 14px;
    }

    .fs-60 {
        font-size: 45px;
    }

    .form-container h3 {
        font-size: 31px;
    }

    .form-container {
        padding: 38px;
    }

    .fs-52 {
        font-size: 40px;
    }

    .faucibus-box {
        padding: 45px 31px;
    }

    .fs-42 {
        font-size: 35px;
    }

    .fs-20 {
        font-size: 17px;
    }

    .contact-section h2 {
        font-size: 38px;
    }

    .contact-section {
        padding: 69px 0;
    }

}


@media (max-width: 1280px) {

    .fs-18 {
        font-size: 12px !important;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 0 7px;
        font-size: 13px;
    }

    .fs-60 {
        font-size: 38px;
    }

    .form-container h3 {
        font-size: 28px;
    }

    .form-container {
        padding: 35px;
    }

    .fs-52 {
        font-size: 35px;
    }

    .faucibus-box {
        padding: 45px 31px;
    }

    .fs-42 {
        font-size: 30px;
    }

    .fs-20 {
        font-size: 16px;
    }

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-section {
        padding: 69px 0;
    }

    .contact-section-top {
        margin-top: 70px;
    }

    .navbar-collapse {
        padding: 0px 7px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav .nav-item .nav-link {
        margin: 0 2px;
        font-size: 11px;
    }

    header .navbar {
        padding: 12px 8px;
    }
}

@media (max-width: 767px) {
    .pricing-card-container {
        margin-bottom: 20px;
    }

    .most-popular {
        font-size: 0.7rem;
        padding: 3px 10px;
    }

    .accordionbox {
        width: 96%;
        padding-left: 18%;
    }

    .contact-section h2 {
        font-size: 26px;
    }

    .fs-42 {
        font-size: 25px;
    }

    .fs-24 {
        font-size: 18px;
    }

    .carousel-control-prev.divcenter {
        left: 33%;
    }

    .carousel-control-next.divcenter {
        right:33%;
    }

    .fs-52 {
        font-size: 40px;
    }

    .faucibus-box {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .fs-60 {
        font-size: 33px;
        font-weight: 800;
    }

    .form-container {
        padding: 21px;
    }

    header .navbar {
        padding: 12px 0;
    }

    .logo {
        width: 150px;
    }

    .logo .navbar-brand img {
        width: 100%;
    }


    .btn {
        padding: 8px 12px;
    }

    .industry .custom-nav.owl-nav {
        top: 37%;
        left: 0;
        right: 0;
    }

    .form-container h3 {
        font-size: 25px;
    }

    #dropdownMenuButton img {
        width: 21px;
    }

    .backbtntop {
        top: 25px;
        left: 14px;
    }

    .contact-section .contact-info p a {
        font-size: 16px;
        font-weight: 600;
    }
    .contact-section{
        padding-bottom: 20px;
    }
    .pb-35 {
        padding-bottom: 15px;
    }
    .rounded24 {
        border-radius: 14px;
    }
    .divcenter {
        top: 100%;
        transform: translate(0%, -100%);
    }
    .form-container {
        border-radius: 14px;
    }
    .pricing-header h1 {
        font-size: 33px;
    }
    .empowering-box {
        border-radius: 14px;
    }
}

@media (max-width:575px) {
    .iphone_w {
        width: 100%;
        margin-top: 10px;
        justify-content: c;
    }

    .dropdown-toggle::after {

        margin-left: auto;
    }

    .max-60 {
        max-width: 100%;
    }
    .round-28 {
        border-radius: 14px;
    }
}

@media (max-width: 375px) {
    .btn {
        padding: 8px 8px;
    }

    .fs-18 {
        font-size: 12px !important;
    }

    .fs-26 {
        font-size: 22px;
    }
    .btn {
	padding: 8px 8px;
}
}

@media (max-width: 340px) {
    .contact-section h2 {
        font-size: 21px;
    }

    .fs-60 {
        font-size: 24px;
        font-weight: 800;
    }

    .fs-24 {
        font-size: 16px;
    }

    .fs-52 {
        font-size: 30px;
    }

    p {
        font-size: 16px;
    }
    .logo {
        width: 114px;
    }
}

.resend-otp-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    text-decoration: none;
}

.pricing-card .features-divider {
    background-color: red;
    /* background-color: var(--themecolor1); */
    height: 1px !important;
    border: none !important;
    border-radius: 50px;
    opacity: 1;
    transform: translateY(0px);
}

.form-floating label.error {
    position: absolute;
    color: red;
    bottom: 0px !important;
    transition: opacity .0s ease-in-out, transform .0s ease-in-out !important;
    top: inherit;
    padding: 0px;
    height: auto;
    font-size: 13px;
}
.form-floating>.form-control-plaintext~label.error,
.form-floating>.form-control:focus~label.error,
.form-floating>.form-control:not(:placeholder-shown)~label.error,
.form-floating>.form-select~label.error {
    color: red !important;
    transform: inherit !important;
    font-size: 13px;
}


#message-error{
    position: absolute;
    color: red;
    bottom: -24px !important;
    transition: opacity .0s ease-in-out, transform .0s ease-in-out !important;
    top: inherit;
    padding: 0px;
    height: auto;
    font-size: 13px;
}