@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

:root {
    --ButtonColor: #064BD1;
    --teamColor: #1E60DF;
    --color: #fff;
    --textColor: #0B59EF;
    --textDark: #818181;
    --footerBg: #280606;
}

.allcode_section {
    overflow-x: hidden;
}

.allcode_section::-webkit-scrollbar {
    display: none;
}

.allcode_section {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
a{
    text-decoration: none;
}
/* Navbar section */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 30px 100px;
    z-index: 1000;
}

header.sticky {
    padding: 10px 80px 1px 80px;
    background: rgba(154, 170, 197, 0.85);
}

header .logo {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.6s;
}

.logo img {
    height: 48px;
}

.header__logo {
    color: #eeee;
    font-weight: 600;
}

.nav__list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__item {
    position: relative;
    list-style: none;
}

.nav__item a {
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    transition: 0.6s;
}

.nav__link {
    padding: 10px;
    color: #eeee;
    font-weight: 600;
}

.nav__link:hover {
    color: var(--teamColor);
}

.header__close,
.header__toggle {
    display: none;
}

header.sticky .logo,
header.sticky ul li a {
    color: #ffffff;
}

.enrollBtn {
    border-radius: 6px;
    background: var(--ButtonColor);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.enrollBtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.enrollBtn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.enrollBtn:hover span {
    padding-right: 25px;
}

.enrollBtn:hover span:after {
    opacity: 1;
    right: 0;
}

/* Home section */

.home {
    width: 100%;
    height: 350px;
    background-image: url('images/pricing/pricingBannerBg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.home h1 {
    margin-left: 80px;
    color: var(--color);
    margin-top: 100px;
    font-weight: 600;
}

.paginationLink {
    display: flex;
    position: absolute;
    right: 150px;
    top: 300px;
}

.paginationLink a {
    color: var(--color);
    text-decoration: none;
}

.aboutUsTxt h5 {
    font-weight: 700;
}

/* Explanation_section css */
.explanation_section {
    margin-top: 150px;
    position: relative;
}

.explanation_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.explanation_img img {
    height: 100%;
}

.buttonMargin {
    margin-left: 13%;
}

.head_bg {
    border-radius: 30px;
    background-color: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 280px;
    padding: 5px 20px;
    text-align: center;
}

.head_bg h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.header {
    width: 80%;
}

.header h1 {
    font-size: 40px;
    font-weight: 500;
}

.header h1 span {
    color: var(--textColor);
}

.explanation_txt_sction p {
    font-size: 18px;
    font-weight: 500;
    color: var(--textDark);
    line-height: 30px;
}

.about_btn button {
    box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
    border-radius: 6px;
    background: var(--ButtonColor);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 5px 8px 5px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.about_btn button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.about_btn button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.about_btn button:hover span {
    padding-right: 25px;
}

.about_btn button:hover span:after {
    opacity: 1;
    right: 0;
}

.btn_div {
    display: flex;
}

/* discounts_section */

.discounts_section {
    margin-top: 150px;
}

.monthly_yearly {
    display: flex;
    justify-content: center;
}

.discounts_head_bg {
    border-radius: 30px;
    background-color: var(--color);
    box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
    width: 320px;
    padding: 5px 20px;
    text-align: center;
}

.discounts_head_bg h5 {
    color: var(--teamColor);
    font-size: 20px;
    font-weight: 600;
}

.pricing_head {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    text-align: center;
}

.pricing_head h1 {
    font-size: 40px;
    font-weight: 500;
}

.discount_bg {
    padding: 3px 5px 3px 18px;
    background-image: url('images/pricing/discount_bg.webp');
    background-size: cover;
}

.discount_bg h6 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 2px var(--teamColor);
}

input[type='radio']:checked {
    box-shadow: 0 0 0 2px var(--teamColor);
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: var(--teamColor);
}

#yearly {
    display: none;
}

label {
    font-weight: 600;
}

.responsive_pricing_section {
    display: none;
}

.pricing_table h6 {
    font-size: 18px;
    font-weight: 600;
}

.pricing_table ul {
    padding: 0;
}

.pricing_table ul li {
    list-style: none;
    color: #929292;
    font-size: 14px;
    font-weight: 500;
}

.pricing_table p {
    color: #929292;
    font-size: 14px;
    font-weight: 500;
}

.pricing_table p i {
    color: #0B59EF;
}

/* .pricing_col {
    box-shadow: -2px 3px 29px -12px rgba(161, 161, 161, 0.30);
} */

.pricing_col h6 {
    margin-top: 65px;
}

.offer_txt {
    margin-top: 100px;
}

.price_area {
    height: 50px;
    border-radius: 5px;
    width: 100%;
    background: var(--ButtonColor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
}

.price_txt {
    height: 110px;
    padding: 15px 50px 0px 50px;
}

.price_txt1 {
    height: 117px;
    padding: 15px 50px 0px 50px;
}

.price_area h4 span {
    font-size: 16px;
}

.center_col {
    border-radius: 15px 15px 0px 0px !important;
    background: rgba(216, 238, 248, 0.27);
    ;
    box-shadow: -2px 3px 29px -12px rgba(161, 161, 161, 0.30);
}

.top_div {
    padding: 5px 0px 5px 0px;
    width: 100%;
    background: var(--ButtonColor);
    border-radius: 15px 15px 0px 0px !important;
}

.plans_txt {
    margin-top: 145px;
}

hr {
    background-color: #929292;
    height: 1px;
    border: none;
}

.Enterprise_txt {
    height: 160px;
    padding: 15px 50px 0px 50px;
}

/* pop up section css */
.popup_section {
    margin-top: 150px;
}

.popup_head {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
}
.popup_head h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.popup-content {
    background-image: url('images/pricing/popup_bg_img.webp');
    background-position: center;
    background-size: cover;
    height: auto;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popup_card_btn button {
    background: var(--ButtonColor);
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 8px 5px 8px 5px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
}

.popup_card_btn button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.popup_card_btn button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.popup_card_btn button:hover span {
    padding-right: 25px;
}

.popup_card_btn button:hover span:after {
    opacity: 1;
    right: 0;
}

.contact_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_img img {
    height: 50%;
}

.contact_card_bg {
    background: rgba(237, 242, 250, 0.68);
    border: 0px;
    padding: 10px 0px 20px 0px;
}

.input-field input {
    border: 0px;
    padding: 10px 3px 10px 10px;
}

input,
input::placeholder {
    font-size: 14px;
}

.input-field label {
    font-weight: 400;
}

/* footer section css */
footer {
    font-family: 'Lora', serif;
}

.footer_bg {
    background-image: url('images/footer_bg.webp');
    background-size: cover;
    background-position: center;
    height: auto;
    margin-top: 200px;
    padding: 10px 0px 5px 0px;
}

.footer_logo img {
    height: 55px;
}

.footer_logo p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}

.wrapper {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper .icon {
    position: relative;
    background: #ffffff;
    color: #064BD1;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before,
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before,
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before,
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before,
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}

.footer_txt h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
}

.underLine {
    height: 3px;
    width: 40px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.footer_txt ul {
    padding: 0;
}

.footer_txt ul a {
    text-decoration: none;
}

.footer_txt ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.bottom_nav {
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
}
.bottom_nav a{
    color: #fff;
}
/* Media qurey section */
@media all and (max-width:1300px) {

    #monthly,
    #yearly {
        display: none;
    }

    .responsive_pricing_section {
        display: block;
    }

    .responsive_pricing_section .card {
        background-color: #ececec;
        border: 0px;
    }

    .responsive_pricing_section .card .card-body h4,
    .responsive_pricing_section .card .card-body h6 {
        color: var(--textDark);
    }

    .hide_show_explain .card {
        background-color: #ffffff;
        border-left: 6px solid var(--teamColor);
        border-radius: 0px !important;
    }

    .showing_explain ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .showing_explain ul li {
        font-size: 18px;
        font-weight: 500;
        color: var(--textDark);
    }

    .showing_explain ul li i {
        color: var(--teamColor);
        font-size: 18px;
    }

    .hide_show_explain {
        display: none;
    }
}

@media all and (max-width:900px) {

    /* navbar css */
    body.overflow-hidden {
        overflow: hidden;
    }

    header {
        height: 48px;
        justify-content: space-between;
        padding: 0 28px;
    }

    .logo a {
        font-size: 0.9rem;
    }

    .header__toggle {
        display: inline;
        color: #eeee;
        font-size: 24px;
    }

    .header__close {
        position: absolute;
        right: 24px;
        display: block;
        font-size: 24px;
        border-radius: 50%;
        z-index: 1000;
    }

    .header__close:hover {
        background-color: #00adb5;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #222831;
        color: #eeee;
        width: 40%;
        height: 100vh;
        padding: 24px 0;
        z-index: 1000;
        transition: 0.5s;
        border-radius: 0 0 0 50%;
        z-index: 1000;
    }

    .nav__list {
        display: flex;
        flex-direction: column;
    }

    .show {
        right: 0;

    }

    .nav__item {
        margin: 2rem 0;
    }

    /* banner section  */
    .home {
        width: 100%;
        height: 35vh;
        background-image: url('images/aboutUs/aboutBannerImg.webp');
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
    }

    /* Explanation_section css */
    .explanation_section {
        margin-top: 100px;
        position: relative;
    }

    .explanation_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .explanation_img img {
        height: 40vh;
    }

    .buttonMargin {
        margin-left: 8%;
    }

    .btn_div {
        display: flex;
        justify-content: center;
    }

    .head_bg {
        border-radius: 30px;
        background-color: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 280px;
        padding: 5px 20px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

    .header {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .explanation_txt_sction p {
        font-size: 20px;
        font-weight: 600;
        color: var(--textDark);
        line-height: 30px;
        letter-spacing: 0.6px;
        text-align: center;
    }

    /* popup  */
    .contact_img img {
        height: 30vh;
    }

    /* footer section css */
    .footer_bg {
        height: auto;
    }

}


@media all and (max-width:700px) {
    /* navbar css */

    body.overflow-hidden {
        overflow: hidden;
    }

    .logo img {
        height: 40px;
    }

    header {
        height: auto;
        justify-content: space-between;
        padding: 10px 20px 10px 20px;
    }

    .logo a {
        font-size: 0.9rem;
    }

    .header__toggle {
        display: inline;
        color: #eeee;
        font-size: 26px;
    }

    .header__close {
        position: absolute;
        right: 24px;
        display: block;
        font-size: 24px;
        border-radius: 50%;
        z-index: 1000;
    }

    .header__close:hover {
        background-color: #00adb5;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        /* Initially off-screen */
        background-color: #222831;
        color: #eeee;
        width: 100%;
        height: 100vh;
        padding: 24px 0;
        z-index: 1000;
        transition: 0.5s;
        /* Smooth transition */
        border-radius: 0 0 0 0%;
        z-index: 1000;
    }

    .nav__list {
        display: flex;
        flex-direction: column;
        margin-left: 10%;
    }

    .show {
        right: 0;
        /* Move the menu into view */
    }

    .nav__item {
        margin: 1.5rem 0;
    }

    header.sticky {
        padding: 10px 25px 10px 25px;
        background: rgba(154, 170, 197, 0.85);
    }

    .enrollBtn {
        border-radius: 6px;
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 5px 5px 5px;
        width: 200px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }

    /* banner section */
    .home {
        height: 35vh;
    }

    .home h1 {
        margin-left: 20px;
        color: var(--color);
        margin-top: 20px;
        font-weight: 600;
        font-size: 24px;
    }

    .paginationLink {
        display: flex;
        position: absolute;
        right: 20px;
        top: 230px;
    }

    .aboutUsTxt h5 {
        font-weight: 700;
        font-size: 20px;
    }

    .myP {
        padding: 2%;
    }

    .enrollBtn {
        border-radius: 8px;
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 5px 5px 5px;
        width: 210px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        margin-top: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Explanation_section css */
    .explanation_section {
        margin-top: 50px;
        position: relative;
    }

    .explanation_img img {
        height: 35vh;
    }

    .buttonMargin {
        margin-left: 1%;
    }

    .head_bg {
        border-radius: 30px;
        background-color: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 240px;
        padding: 5px 20px;
        text-align: center;
    }

    .head_bg h5 {
        color: var(--teamColor);
        font-size: 14px;
        font-weight: 600;
    }

    .header {
        width: 90%;
    }

    .header h1 {
        font-size: 24px;
        line-height: 35px;
        font-weight: 600;
    }

    .header h1 br {
        display: none;
    }

    .explanation_txt_sction p {
        font-size: 14px;
        font-weight: 500;
        color: var(--textDark);
        line-height: 30px;
    }

    .about_btn button {
        box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
        border-radius: 6px;
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        padding: 8px 5px 8px 5px;
        width: 155px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }

    /* discounts_section */
    .monthly_yearly {
        display: none;
    }

    .discounts_section {
        margin-top: 70px;
    }

    .discounts_head_bg {
        border-radius: 30px;
        background-color: var(--color);
        box-shadow: 6px 16px 34px 0px rgba(177, 177, 177, 0.25);
        width: 240px;
        padding: 5px 20px;
        text-align: center;
    }

    .discounts_head_bg h5 {
        color: var(--teamColor);
        font-size: 14px;
        font-weight: 600;
    }

    .pricing_head {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
    }

    .pricing_head h1 {
        font-size: 24px;
        line-height: 35px;
        font-weight: 500;
    }

    .pricing_table h6 {
        font-size: 18px;
        font-weight: 600;
    }

    .responsive_pricing_section .card {
        background-color: #ececec;
        border: 0px;
    }

    .responsive_pricing_section .card .card-body h4,
    .responsive_pricing_section .card .card-body h6 {
        color: var(--textDark);
        font-size: 15px;
    }

    .hide_show_explain .card {
        background-color: #ffffff;
        border-left: 6px solid var(--teamColor);
        border-radius: 0px !important;
    }

    .showing_explain h5 {
        font-size: 14px;
    }

    .showing_explain ul li {
        font-size: 14px;
        font-weight: 500;
        color: var(--textDark);
    }

    .showing_explain ul li i {
        color: var(--teamColor);
        font-size: 14px;
    }

    /* pop up section css */
    .popup_section {
        margin-top: 100px;
    }

    .popup_head {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        text-align: center;
    }

    .popup_head h1 br {
        display: none;
    }

    .popup_head h1 {
        font-size: 24px;
        line-height: 35px;
        font-weight: 600;
    }

    .popup {
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 20px;
    }

    .popup-content {
        background-color: #ffffff;
        margin: 5% auto;
        padding: 20px 0px 20px 0px;
        border: 1px solid #888;
        width: 97%;
        max-width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .close {
        color: #aaa;
        position: absolute;
        right: 20px;
        font-size: 30px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .popup_card_btn button {
        box-shadow: 6px 16px 24px 0px rgba(85, 85, 85, 0.25);
        border-radius: 6px;
        background: var(--ButtonColor);
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        padding: 8px 5px 8px 5px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }

    .contact_img {
        display: none;
    }

    .contact_card_bg {
        background: rgba(237, 242, 250, 0.68);
        border: 0px;
        padding: 10px 0px 20px 0px;
        border-radius: 10px;
    }

    .input-field input {
        border: 0px;
        padding: 10px 3px 10px 10px;
        margin-top: 5px;
    }

    input,
    input::placeholder {
        font-size: 13px;
    }

    .input-field label {
        font-weight: 400;
        font-size: 14px;
    }

    /* footer section css */
    .footer_bg {
        background-image: url('images/footer_bg.webp');
        background-size: cover;
        background-position: center;
        height: auto;
        margin-top: 100px;
        padding: 10px 0px 10px 0px;
    }

    .footer_logo img {
        height: 50px;
    }

    .footer_logo p {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
    }

    .footer_txt ul li {
        list-style: none;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

    .footer_txt h6 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-top: 20px;
    }

    .bottom_nav {
        display: block;
        margin: 10px;
    }

    .bottom_nav h6 {
        text-align: center;
        font-size: 14px;
    }
}