.navbar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 65px 70px !important;
    background-color: #2f2f2f;

}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: "";
    border: 1px solid #5D5E60;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.trybtn {
    width: 139px;
    height: 38px;
    align-items: center;
    display: flex;
    justify-content: center; 
    align-items: center; 
    background: #5D5E60;
    border-radius: 50px;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #F9F9F9 !important;
}

.login {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #F9F9F9 !important;
    padding: 8px 17px 8px 0px !important;
}

.pagename, .pagenames {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #F9F9F9 !important;
    padding: 8px 0px 8px 45px !important;

}

.pagename:focus, .pagenames:focus {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #F9F9F9 !important; 
}

.navcontent {
    display: flex;
    justify-content: center;
    width: 70%;
}

.navcontentend {
    display: flex;
    justify-content: end;
    width: 30%;
}
.work-with-us{
    background-color: #2F2F2F;
}
.work-with-us footer{ 
    margin: 40px 0px 30px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .navbar {
        position: relative;
        display: flex;
        align-items: center;
        padding: 30px 0px !important;

    }

    .navcontent,
    .navcontentend {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .pagename {
        font-family: 'InterBold';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #F9F9F9 !important;
        padding: 5px !important;

    }

    .login {
        text-align: center;
        font-family: 'InterBold';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #F9F9F9 !important;
        padding: 5px !important;
    }

    .trybtn {
        width: 142px;
        height: 38px;
        align-items: center;
        padding: 8px 30px !important;
        background: #5D5E60;
        border-radius: 50px;
        font-family: 'InterMedium';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: #F9F9F9 !important;
    }

    .trybtnli {
        justify-content: center;
        display: flex;
        padding: 5px !important;

    }

    .footeruititle,
    .footeruititle1 {
        margin: 15px 0px 24px 0px !important;

    }

    .footerli,
    .footerli1 {
        padding: 5px 0px 5px 0px !important;
    }

    .footercopyrightspart {
        margin: 60px 0px 0px 0px !important;
    }

    .footercopyrights,
    .footercopyrights-amly {
        margin: 20px 0px 15px 0px !important;
    }

    .footercopyrights-text {
        text-align: center !important;
        width: 100% !important; 
        margin: 0px 0px 20px 0px !important;

    }

    .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap; 
        min-width: 40rem !important;
        left: 0rem !important;
    }

}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .navbar {
        position: relative;
        display: flex;
        align-items: center;
        padding: 30px 0px !important;

    }

    .nav-product-title-img {
        width: 100% !important;
    }

    .navcontent,
    .navcontentend {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .pagename {
        font-family: 'InterBold';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #F9F9F9 !important;
        padding: 5px !important;

    }

    .login {
        text-align: center;
        font-family: 'InterBold';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #F9F9F9 !important;
        padding: 5px !important;
    }

    .trybtn {
        width: 142px;
        height: 38px;
        align-items: center;
        padding: 8px 30px !important;
        background: #5D5E60;
        border-radius: 50px;
        font-family: 'InterMedium';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        color: #F9F9F9 !important;
    }

    .trybtnli {
        justify-content: center;
        display: flex;
        padding: 5px !important;

    }

    .footercopyrights-text {
        text-align: center !important;
        width: 100% !important; 
        margin: 0px 0px 20px 0px !important;

    }

    .footeruititle,
    .footeruititle1 {
        margin: 15px 0px 24px 0px !important;

    }

    .footerli,
    .footerli1 {
        padding: 5px 0px 5px 0px !important;
    }

    .footercopyrightspart {
        margin: 40px 0px 20px 0px !important;
    }

    .footercopyrights,
    .footercopyrights-amly {
        margin: 0px 0px 15px 0px !important;
    }

    .dropdown-menu.show li {
        flex: 1 1 100% !important;
    }

    .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
        min-width: 0rem !important;
        left: 0rem !important;
    }
}

/* footer css */
.footerhead {
    font-family: 'RobotoLight';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #5D5E60;
    margin: 18px 0px 20px;
}

.footeruititle1 {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 700;
    font-size: 18.7895px;
    color: white;
    margin: 15px 0px 24px 60px;

}

.footeruititle {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 700;
    font-size:15px;
    color: white;
    margin: 15px 0px 24px 0px;

}

.footerli {
    padding: 5px 0px 5px 0px;
    list-style: none;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: white;
}

.footerli1 {
    padding: 5px 0px 5px 60px;
    list-style: none;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.footercopyrightspart {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #5D5E60;
    margin: 80px 0px 50px 60px; 

}

.footercopyrights-amly {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #5D5E60;
    margin: 80px 0px 30px 60px;
     
}

.footercopyrights {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #5D5E60;
    margin: 0px 0px 10px 0px; 
}

.footercopyrights-text {
    margin: 0px 0px 0px 60px; 
}

.footercopyrights-img {
    text-align: center;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

.footer-anchor-tag {
    text-decoration: none;
    color: white;
}

.footer-anchor-tag:hover {
    text-decoration: none;
    color: white;
}


.nav-product-content {
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    /* margin: 8px 0px 40px 0px; */
    width: 100%;
}

.nav-product-title-img {
    width: 125%;
}

.nav-product-title {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: rgba(57, 66, 73, 0.5);
    ;
    cursor: pointer;
    margin: 0px 0px 5px;
}

.nav-product-title:hover {
    text-decoration: underline;
}

.dropdown-item:focus,
.dropdown-item:hover {
    /* color: #1e2125; */
    background-color: transparent;
}

.dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    min-width: 50rem;
    left: -12rem !important;
    padding: 10px !important;

}

.dropdown-menu.show li {
    flex: 1 1 33.3333%;
}

.dropdown-item {
    white-space: inherit !important;
    padding: 10px !important;
}