/* Fonts Link */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


/* Page Loading Css */
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../Assets/images/logo.png/') no-repeat center center;
    z-index: 9999;
}

#loading img {
    margin: 0 auto !important;
    max-width: 10% !important;
    z-index: 9999;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#loading p {
    z-index: 9999;
    margin: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 0.9rem;
    color: #545454 !important;
}

#loading .spinner-grow {
    z-index: 9999;
    margin: 0;
    position: absolute;
    top: 52%;
    left: 49%;
    font-weight: 500;
    font-size: 0.8rem;
    color: #545454 !important;
}

/* Page Loading Css Ends */


*:focus {
    box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

body {
    font-family: "Plus Jakarta Sans", serif;
    font-optical-sizing: auto;
    font-style: normal
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative
}

.navbar {
    padding: 0.6rem 5rem 0.3rem 5rem;
    background: white !important;
    border-bottom: 0.2px solid #C8C8C8;
}

.navbar .navbar-brand img {
    max-width: 9rem;
}

.why-us-section-mobile {
    display: none;
}

/* Mobile Css Starts */
@media (min-width: 320px) and (max-width: 480px) {

    body {
        background: #FBFCFF;
    }

    .navbar {
        padding: 1rem 0 0 0;
        background: white !important;
    }

    .navbar .navbar-brand img {
        max-width: 4rem;
    }

    .numbers-container {
        margin: 0 0 0 10px !important;
    }

    .numbers-container p {
        color: #727272;
        font-size: 0.8rem;
    }

    .numbers-container a {
        font-size: 0.8rem;
        color: #034833;
        text-decoration: none;
        font-weight: 500;
    }

    .numbers-container img {
        width: 2rem;
        margin-right: 0.2rem;
    }

    /* Navbar Css ends */

    /* Countries Css Starts */
    .countries-container {
        display: block !important;
    }

    .countries-row {
        margin-top: 2rem;
        margin-left: 0.2rem;
    }

    .countries-row img {
        max-width: 100%;
        width: 10rem;
    }

    .countries-row h1 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .countries-row p {
        font-size: 0.9rem;
        font-weight: 550;
    }

    .check-points-container img {
        width: 1.5rem;
        margin-right: 0.2rem;
        margin-top: -0.4rem;
    }

    .check-points-container h6 {
        font-size: 0.9rem;
        font-weight: 500;
        color: #4B4B4B;
    }

    /* Countries Css ends */

    /* Form Css Starts */

    .main-container .left-col {
        order: 2;
    }

    .main-container .right-col {
        order: 1;
    }

    .main-container .left-col {
        display: none;
    }

    .form-container .form-row {
        margin-left: 0rem !important;
    }

    .form-container h5 {
        font-size: 1rem;
        font-weight: 500;
    }

    .form-container h3 {
        font-weight: 600;
        font-size: 1rem !important;
    }

    .form-container h6 {
        font-size: 0.7rem;
        font-weight: 500;
        padding: 1.4rem 1rem 0.4rem 0.8rem;
    }


    input {
        height: 3rem !important;
        border-color: #E3DBD8 !important;
    }

    input[type=text] {
        border-radius: 4.26px !important;
    }

    input,
    input::placeholder {
        font: 0.8rem/3 "Plus Jakarta Sans", serif !important;
    }

    form label {
        font-size: 0.9rem !important;
        color: #034833;
        font-weight: 500;
    }

    select {
        width: 100%;
        border-radius: 4.26px !important;
        border-color: #E3DBD8;
        padding: 0.5rem;
        height: 3rem !important;
        margin-top: 0.4rem;
        color: gray !important;
    }

    .input-container {
        margin-top: -1rem !important;
    }

    .submit-form-text {
        font-size: 0.7rem !important;
        color: #034833;
        font-weight: 600;
        margin-top: 1rem;
    }

    /* Form Css Ends */

    /* Why Choose Us Css Starts */
    .why-us-section-mobile {
        padding-top: 2rem;
    }

    .why-points-row {
        padding: 0 !important;
        margin-top: -1rem;
    }

    .why-us-section-mobile .why-us-points h6 {
        font-size: 0.7rem !important;
        margin-left: -0.3rem;
        text-align: center;
        color: #8D8D8D;
    }

    .why-us-section-mobile .why-us-points img {
        width: 0.9rem;
        margin-top: -0.7rem;
        margin-right: auto;
        margin-left: 0.8rem;
    }

    .why-us-section-mobile .border-end {
        height: 4.2rem !important;
        border-color: #DBDBDB !important;
    }

    .why-us-section-mobile h3 {
        font-size: 1.5rem !important;
        padding-bottom: 1.5rem;
    }

    .why-us-section-mobile span {
        color: #1C42C5;
    }

    .why-us-section-mobile h2 {
        font-size: 1.6rem !important;
        font-weight: 600 !important;
        color: #034833;
    }

    .why-us-section-mobile p {
        font-size: 0.7rem !important;
        font-weight: 600 !important;
        color: #727272;
    }

    .why-us-section-mobile .badge {
        font-weight: 400;
        font-size: 0.9rem;
    }

    .why-us-section-mobile h4 {
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 450;
    }

    /* Why Choose Us Css Ends */

    /* Social Prood Section */
    .mobile-social-proof {
        display: block !important;
    }

    /* Social Prood Ends */
    /* Testimonial Css Starts */

    .testimonial-slider-row {
        margin-top: -2rem;
    }

    .testimonial-container {
        margin-top: 0rem;
    }

    .testimonial-container .avatar {
        width: 3rem;
        margin-top: -1rem;
    }

    .testimonial-container p {
        font-size: 1rem !important;
        color: black;
    }

    .testimonial-container .info-text {
        margin-left: 0.5rem;
    }

    .testimonial-container .rating-ico {
        width: 5.3rem;
        margin-top: -0.7rem;
    }

    /* Testimonial Css Ends */
    .why-us-section-mobile {
        display: block !important;
    }

}

@media (max-width: 767px) {


    body {
        background-image: url('../Assets/images/head-bg.png');
        background-size: cover;
        background-position: center top;
        background-size: 400px auto;
        /* background-repeat: no-repeat; */
    }


    /* Testimonial Css Starts */

    .testimonial-container p span {
        font-weight: 500;
        color: #727272 !important;
        font-size: 0.9rem;
    }

    /* Testimonial Css ends */

    /* Social Proof Css */
    .social-proof-section {
        padding-top: 1rem !important;
    }

    .testimonial-container .university img {
        max-width: 7rem;
    }

    .social-proof-section .subline h6 {
        color: #545454;
    }

    /* Social Proof Css Ends */
}

@media (min-width: 481px) and (max-width: 767px) {


    .navbar {
        padding: 1rem 0 0 0;
        background: white !important;
    }

    .navbar .navbar-brand img {
        max-width: 6rem;
    }

    .numbers-container {
        margin: 0 0 0 10px !important;
    }

    .numbers-container p {
        color: #727272;
        font-size: 0.8rem;
    }

    .numbers-container a {
        font-size: 0.8rem;
        color: #034833;
        text-decoration: none;
        font-weight: 500;
    }

    .numbers-container img {
        width: 2rem;
        margin-right: 0.2rem;
    }

    /* Navbar Css ends */

    /* Countries Css Starts */
    .countries-container {
        display: block !important;
    }

    .countries-row .growth-icon {
        max-width: 3rem;
        margin-top: -1.6rem;
    }


    .countries-row {
        margin-top: 2rem;
        margin-left: 0.2rem;
    }

    .countries-row img {
        max-width: 100%;
        width: 10rem;
    }

    .countries-row h1 {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .countries-row p {
        font-size: 0.9rem;
        font-weight: 550;
    }

    .check-points-container img {
        width: 1.5rem;
        margin-right: 0.2rem;
        margin-top: -0.4rem;
    }

    .check-points-container h6 {
        font-size: 0.9rem;
        font-weight: 500;
        color: #4B4B4B;
    }

    /* Countries Css ends */

    /* Form Css Starts */

    .main-container .left-col {
        order: 2;
    }



    .main-container .right-col {
        order: 1;
    }

    .left-col {
        display: none;
    }


    .form-container .form-row {
        margin-left: 0rem !important;
    }

    .form-container h5 {
        font-size: 1rem;
        font-weight: 500;
    }

    .form-container h3 {
        font-weight: 600;
        font-size: 1rem !important;
    }

    .form-container h6 {
        font-size: 0.7rem;
        font-weight: 500;
        padding: 1rem 1rem 0.4rem 0.8rem;
    }


    input {
        height: 3rem !important;
        border-color: #E3DBD8 !important;
    }

    input[type=text] {
        border-radius: 4.26px !important;
    }

    input,
    input::placeholder {
        font: 0.8rem/3 "Plus Jakarta Sans", serif !important;
    }

    form label {
        font-size: 0.9rem !important;
        color: #034833;
        font-weight: 500;
    }

    select {
        width: 100%;
        border-radius: 4.26px !important;
        border-color: #E3DBD8;
        padding: 0.5rem;
        height: 3rem !important;
        margin-top: 0.4rem;
        color: gray !important;
    }

    .input-container {
        margin-top: -1rem !important;
    }

    .submit-form-text {
        font-size: 0.7rem !important;
        color: #034833;
        font-weight: 600;
        margin-top: 1rem;
    }

    /* Form Css Ends */

    /* Why Choose Us Css Starts */

    .why-points-row {
        padding: 0 !important;
        margin-top: -1rem;
    }

    .why-us-section-mobile {
        background-image: url('../Assets/images/head-bg.png');
        /* Full height */
        width: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .why-us-section-mobile .why-us-points h6 {
        font-size: 0.7rem !important;
        margin-left: 0.1rem;
        text-align: center;
        color: #8D8D8D;
    }

    .why-us-section-mobile .why-us-points img {
        width: 0.9rem;
        margin-top: 0rem;
        margin-right: -0.7rem;
    }

    .why-us-section-mobile .border-end {
        height: 4.2rem !important;
        border-color: #DBDBDB !important;
    }

    .why-us-section-mobile h3 {
        font-size: 1.5rem !important;
        padding-bottom: 1.5rem;
    }

    .why-us-section-mobile span {
        color: #1C42C5;
    }

    .why-us-section-mobile h2 {
        font-size: 1.6rem !important;
        font-weight: 600 !important;
        color: #034833;
    }

    .why-us-section-mobile p {
        font-size: 0.7rem !important;
        font-weight: 600 !important;
        color: #727272;
    }

    .why-us-section-mobile .badge {
        font-weight: 400;
        font-size: 0.9rem;
    }

    .why-us-section-mobile h4 {
        font-size: 1.5rem;
        line-height: 1.5;
        font-weight: 450;
    }

    /* Why Choose Us Css Ends */
    /* Testimonial Css Starts */
    .testimonial-slider-row {
        margin-top: -2rem;
    }

    .testimonial-container {
        margin-top: 2rem;
        padding-bottom: 1rem;
    }

    .testimonial-container p {
        font-size: 1rem !important;
        color: black;
    }

    .testimonial-container .info-text {
        margin-left: 0.5rem;
    }

    .testimonial-container .rating-ico {
        width: 5.3rem;
        margin-top: -0.7rem;
    }

    .carousel-indicators {
        top: 99% !important;
    }

    /* Testimonial Css Ends */
    .why-us-section-mobile {
        display: block !important;
        background-image: url('../Assets/images/head-bg.png');
        /* Full height */
        width: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    /* Illustration css */
    .illustration-container {
        max-width: 100%;
        margin: 0 auto !important;
    }

    /* Illustration css ends*/
    .mobile-social-proof {
        display: block !important;
    }

    /* Mobile footer */
    .mobile-footer {
        display: block !important;
    }

    /* Mobile footer ends*/

}

@media (min-width: 768px) and (max-width: 1024px) {

    .countries-row-desktop {
        padding-top: 2rem !important;
        margin-left: 0rem !important;
    }

    .countries-row-desktop h1 {
        font-size: 1.5rem !important;
        font-weight: 500;
        line-height: 1.5;
    }

    .countries-row-desktop p {
        font-size: 1rem !important;
        font-weight: 500;
    }

    .form-container .form-row {
        margin-left: 0rem !important;
        margin-top: 0rem;
    }

    /* Info Cards Css */
    .card-info-container {
        padding: 0 0rem 0 0rem !important;
        flex-direction: column;
        max-width: 60%;
        margin: 0 auto;
    }

    .card-info {
        margin-bottom: 1.1rem;
    }

    /* Left Col Css */
    .features-section img {
        margin-left: 0rem !important;
    }

    /* Left Col Css ends */
}

@media (min-width: 1024px) and (max-width: 1310px) {
    .card-info-container {
        padding: 0 0rem 0 0rem !important;
    }

    .card-flex-container {
        flex-direction: column !important;
    }

    .card-info img {
        max-width: 2.8rem;
        max-height: 2.8rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }

    .card-info-text {
        display: block;
    }

    .card-info h5 {
        font-size: 1rem;
        font-weight: 600;
        color: #034833;
        margin-bottom: 0.2rem !important;
        margin-top: 0.6rem;
    }

    .card-info p {
        font-size: 0.8rem;
        font-weight: 550;
        color: #727272;
        line-height: 1.4;

    }

    /* Left Col Css */
    .features-section img {
        margin-left: 0rem !important;
    }

    /* Left Col Css ends */

}


/* Desktop Css Starts */

/* Navbar Css Starts */
.right-col {
    background-image: url('../Assets/images/head-bg.png');
    background-size: cover;
    background-position: center top;
    background-size: 400px auto;
    position: relative;
    /* background-repeat: no-repeat; */
}

.right-col::after {
    content: '';
    background: lightcyan;
    z-index: -1;
    isolation: isolate;
    inset: 0;
    opacity: 0.2;
    position: absolute;
}

.numbers-container {
    margin: 0 0 0 40px;
}

.numbers-container p {
    color: #727272;
    font-size: 0.8rem;
}

.numbers-container a {
    font-size: 0.8rem;
    color: #034833;
    text-decoration: none;
    font-weight: 500;
}

.numbers-container img {
    width: 2rem;
    margin-right: 0.3rem;
}

/* Navbar Css ends */

.countries-container {
    display: none;
}

.countries-row-desktop {
    padding-top: 2rem;
    margin-left: 4.1rem;
}

.countries-row-desktop h1 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.countries-row-desktop p {
    font-size: 1rem;
    font-weight: 500;
}

/* Form Css Starts */
.form-container .form-row {
    margin-left: 6rem;
    margin-top: 0rem;
}

.submit-form-text {
    font-size: 0.7rem !important;
    color: #034833;
    font-weight: 600;
    margin-top: 1rem;
}

.form-container .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 4.26px !important;
    margin-top: 2rem;
    border: none;
    max-width: 35rem;
    margin: 0 start;
    padding: 0.9rem 1rem 0 1rem;
}


.form-container h3 {
    font-weight: 600;
    font-size: 1.2rem;
}

.form-container h5 {
    font-size: 1.3rem;
    font-weight: 500;
    display: none;
}

.form-container .checklist-container img {
    width: 1.2rem;
    margin-top: -0.8rem !important;
}

.form-container h6 {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

input {
    height: 4rem;
    border-color: #E3DBD8 !important;
}

input[type=text] {
    border-radius: 4.26px !important;
}

input,
input::placeholder {
    font: 1rem/3 "Plus Jakarta Sans", serif;
}

input,
select::placeholder {
    font: 2rem/3 "Plus Jakarta Sans", serif;
    color: #034833 !important;
}

form label {
    font-size: 1.1rem;
    color: #034833;
    font-weight: 500;

}

select {
    width: 100%;
    border-radius: 4.26px !important;
    border-color: #E3DBD8;
    padding: 0.5rem;
    height: 4rem;
    margin-top: 0.4rem;
}

select {
    color: #9e9e9e;
}

option:not(:first-of-type) {
    color: black;
}

/* the modification */
option:first-of-type {
    display: none;
}

.btn-primary {
    background: #1C42C5 !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.7rem 0 0.7rem 0;
}

/* Form Css Ends */

/* Why Choose Us Css Starts */
.why-us-section {
    padding-bottom: 6rem;
}

.why-us-section h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

.why-us-section .card {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    width: 320px;
    height: 11rem;
    border: none;
    border-radius: 12.35px !important;
}

.why-us-section .card img {
    width: 3.2rem;
    height: 3.2rem;
    margin: 2rem 2rem 0rem 1.5rem;
}

.why-us-section h6 {
    font-size: 2.1rem;
    font-weight: 600;
    color: #034833;
}

.why-us-section p {
    color: #727272;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 0.8rem;
    padding: 0rem;
    line-height: 1.7;
}

/* Why Choose Us Css Ends */

/* Left Column Css Starts */
.left-col {
    background: #F9FAFF;
    border-right: 0.1px solid #C8C8C8;
}

.stock-model-image {
    max-width: 100%;
    padding-left: em;
    margin-bottom: 3rem;
    margin-top: 5rem;
}

/* Info Card Css */
.card-info {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: none;
    border-radius: 12.35px;
    width: 16rem;
}

/* .card-info-container {
    padding: 0 10rem 0 10rem;
} */

.growth-icon {
    max-width: 3.5rem;
    margin-top: -1.5rem;
}

.card-info img {
    max-width: 2.8rem;
    max-height: 2.8rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

.card-info h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #034833;
    margin-bottom: 0.2rem !important;
    margin-top: 0.6rem;
}

.card-info p {
    font-size: 0.8rem;
    font-weight: 550;
    color: #727272;
    line-height: 1.4;

}

/* Info Card ends */


/* Features Section Starts */
.carousel-indicators {
    top: 110%;
}

.carousel-indicators .active {
    background-color: #000 !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    /* change width */
    height: 10px;
    /* change height */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #C8C8C8;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
    /* add border-radius */
}

.features-section {
    margin-top: 1.2rem;
}

.features-section img {
    margin-top: -0.4rem;
    margin-right: 0.4rem;
    margin-left: 10rem;
}

.features-section span {
    font-weight: 900;
    font-size: 0.8rem !important;
}

.features-section h6 {
    font-size: 0.8rem !important;
}

/* Features Section ends */

/* Social Handles Css Starts */
.social-handles {
    margin-top: 5rem;
}

.social-handles img {
    margin-top: -0.4rem;
    margin-right: 0.4rem;
}

.social-handles h6 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #545454;
}

/* Social Handles Css Ends */

/* Footer Css Starts */
footer {
    padding: 5rem 0 1.3rem 0;
}

footer p {
    font-size: 0.7rem;
    font-weight: 500;
    color: #8B8B8B;
}

.mobile-footer {
    display: none;
}

.mobile-social-proof {
    display: none;
}

/* Footer Css Ends */


/* Left Column Css Ends */

@media (max-width: 480px) {

    /* Page Loading Css */
    #loading {
        position: fixed;
        width: 100%;
        height: 100vh;
        /* background: #fff url('../Assets/images/logo.png') no-repeat center center; */
        z-index: 9999;
    }

    #loading img {
        margin: 0 auto !important;
        max-width: 40% !important;
        z-index: 9999;
        margin: 0;
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    #loading p {
        z-index: 9999;
        margin: 0;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 550;
        font-size: 0.8rem !important;
        color: #545454 !important;
    }

    #loading .spinner-grow {
        z-index: 9999;
        margin: 0;
        position: absolute;
        top: 30%;
        left: 45%;
        font-weight: 500;
        font-size: 0.8rem;
        color: #545454 !important;
    }

    /* Page Loading Css Ends */

    .navbar {
        padding: 0.8rem 0 1rem 0;
        background: white !important;
    }

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

    .navbar .navbar-brand img {
        max-width: 5rem;
        overflow: hidden;
        margin-left: -0.3rem;
    }

    .numbers-container {
        margin: 0 0 0 10px !important;
        position: relative;
        padding-right: 0.1rem;
    }

    .numbers-container p {
        color: #727272;
        font-size: 0.7rem;
    }

    .numbers-container a {
        font-size: 0.6rem;
        color: #034833;
        text-decoration: none;
        font-weight: 600;
        position: absolute;
        top: 3;
        width: 100%;
    }

    .numbers-container img {
        width: 2rem;
        margin-right: 0.2rem;
    }

    /* Navbar Css ends */


    /* Countries Css Starts */

    .countries-container {
        display: block !important;
    }

    .countries-row {
        margin-top: 1rem;
        margin-left: -0.2rem;

    }

    .countries-row img {
        max-width: 100%;
        width: 10rem;
    }

    .countries-row .growth-icon {
        max-width: 1.9rem;
        margin-top: -0.7rem;
    }

    .countries-row h1 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
    }

    .countries-row p {
        font-size: 0.7rem;
        font-weight: 550;
    }

    .check-points-container-main {
        margin-top: -1rem !important;
    }

    .check-points-container img {
        width: 1.2rem;
        margin-right: 0.2rem;
        margin-top: -0.4rem;
    }

    .check-points-container h6 {
        font-size: 0.7rem;
        font-weight: 600;
        color: #000;
    }

    /* Countries Css ends */

    /* Form Css Starts */
    .form-container {
        padding: 0 0.9rem 0 0.3rem !important;
    }

    .form-container h3 {
        margin-top: -0.5rem !important;
    }

    /* Form Css Ends */

    /* Left-col css starts */
    .main-container .left-col {
        display: none;
    }

    /* Left-col css ends */

    /* Illustratoin Css */
    .illustration-container {
        max-width: 100%;
        margin: 0 auto !important;
    }

    .carousel-indicators {
        top: 95% !important;
    }

    .testimonial-container .university img {
        max-width: 5rem;
    }

    /* Illustratoin Css Ends */

    .social-proof-section {
        padding-top: 1rem !important;
    }

    .social-proof-section .subline img {
        margin-right: -0.5rem;
    }

    .social-proof-section .subline h6 {
        font-weight: 500;
        color: #545454;
        font-size: 0.7rem;
    }

    footer {
        padding-top: 3.5rem !important;
        display: block !important;
    }
}

@media (max-width: 366px) {


    .navbar {
        padding: rem 0 0 0;
        background: white !important;
    }

    .navbar .navbar-brand img {
        max-width: 5.5rem;
    }

    .numbers-container {
        margin: 0 0 0 19px !important;
    }

    .numbers-container p {
        color: #727272;
        font-size: 0.6rem;
    }

    .numbers-container a {
        font-size: 0.6rem;
        color: #034833;
        text-decoration: none;
        font-weight: 500;
    }

    .numbers-container img {
        width: 1.5rem;
        margin-right: 0.2rem;
    }

    /* Navbar Css ends */
    /* form content */
}