/*
	===============================
			@header
	===============================
*/
.login:hover {
    text-decoration: none;
    background: #0687d1be;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.login {
    border: 1px solid #67a4f0;
    border-radius: .375rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    /* padding: 7px; */
    text-align: center;
    width: 108px;
    color: white !important;
    background: #0688d1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbarNav .nav-link {
    color: #000000;
}

#navbarNav .nav-link:hover {
    text-decoration: none;
    color: #0056b3;
}

.navbar-brand {
    width: unset !important;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

/*
	===============================
			@footer
	===============================
*/

.footer-text {
    color: #fff;
    /* font-family: Noto Sans, sans-serif; */
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-align: left;
    text-transform: capitalize;
}

/*
	===============================
			@loader
	===============================
*/

.cust-loader {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border: 0.2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s cust-loader linear infinite;
    font-size: 28px;
}

@keyframes cust-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#userProfileDropdown::after {
    display: contents !important;

}
#registerDropdown::after {
    display: contents !important;

}
.registerDropdown .dropdown-menu{
    padding: .5rem .5rem !important;
}
.registerDropdown .dropdown-menu .dropdown-item{
    background-color: white;
}
.registerDropdown .dropdown-menu .dropdown-item a{
    text-decoration: none;
    color: #000000;
}
.registerDropdown .dropdown-menu .dropdown-item a:hover{
    text-decoration: none;
    color: white;
}
.registerDropdown .dropdown-menu .dropdown-item:hover{
    background-color: #0688d1;
    border-radius: 5px;
}
.registerDropdown .dropdown-menu .dropdown-item:hover a{
    color: white;
}
.section_tabs a{
    text-decoration: none;
    color: unset;
}
.section_tabs a:hover{
    text-decoration: none;
    color: #007bff;
}
.section_tabs a .card{
    border-radius: 10px;
}

/*
	===============================
			@signup
	===============================
*/

.allbtn {
    border-radius: 32px;
    /* font-size: 14px; */
}

/*
	===============================
			@email verify page
	===============================
*/

.mail {
    border-radius: 20px;
    border: 1px solid #DFDBDB;
    box-shadow: unset;
}

.responsive-text {
    font-size: 1rem;
}

@media (min-width: 576px) {
    .responsive-text {
        font-size: 1.125rem;
    }
}

@media (min-width: 768px) {
    .responsive-text {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .responsive-text {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .responsive-text {
        font-size: 1.75rem;
    }
}

/*
	===============================
			@Buyer signup
	===============================
*/

/* Extra Small screens (default) */
@media (max-width: 575.98px) {

    /* CSS rules for extra small screens (less than 576px) */
    .sub-btn {
        width: 100%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Small screens and up */
@media (min-width: 576px) {

    /* CSS rules for small screens (576px and up) */
    .sub-btn {
        width: 100%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Medium screens and up */
@media (min-width: 768px) {

    /* CSS rules for medium screens (768px and up) */
    .sub-btn {
        width: 25%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Large screens and up */
@media (min-width: 992px) {

    /* CSS rules for large screens (992px and up) */
    .sub-btn {
        width: 25%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Extra Large screens and up */
@media (min-width: 1200px) {

    /* CSS rules for extra large screens (1200px and up) */
    .sub-btn {
        width: 25%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/*
	===============================
			@supplier signup
	===============================
*/

/* Extra Small screens (default) */
@media (max-width: 575.98px) {

    /* CSS rules for extra small screens (less than 576px) */
    .sub-btn {
        width: 100%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Small screens and up */
@media (min-width: 576px) {

    /* CSS rules for small screens (576px and up) */
    .sub-btn {
        width: 100%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Medium screens and up */
@media (min-width: 768px) {

    /* CSS rules for medium screens (768px and up) */
    .sub-btn {
        width: 25%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Large screens and up */
@media (min-width: 992px) {

    /* CSS rules for large screens (992px and up) */
    .sub-btn {
        width: 25%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/* Extra Large screens and up */
@media (min-width: 1200px) {

    /* CSS rules for extra large screens (1200px and up) */
    .sub-btn {
        width: 25%;
        text-decoration: none;
        color: white;
        background-color: rgb(0, 164, 255);
        border-color: rgb(0, 164, 255);
    }
}

/*
	===============================
			@home frontend page
	===============================
*/

.card-data .card-title {
    font-weight: normal;
    line-height: 160%;
}

@media screen and (max-width:320px) {
    .hero-banner-and-search {
        background-image: url("./assets/img/banerBackground.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: column-reverse;
    }

}

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

    /* smartphones, iPhone, portrait 480x320 phones */
    .hero-banner-and-search {
        background-image: url('../img/banerBackground.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: column-reverse;
    }

    .hero-banner-content .content_1,
    .hero-banner-content .content_2 {
        color: #fff;
        font-style: normal;
        /* font-weight: 500; */
        text-align: left;
        text-transform: capitalize;
    }

    .hero-banner-content .content_1 {
        font-size: 18px;
        line-height: 155%;
    }

    .hero-banner-content .content_2 {
        font-size: 35px;
        line-height: 129.523%;
    }

    .hero-banner-content .content_3 {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-align: left;
        text-transform: capitalize;
    }
}

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

    .hero-banner-and-search {
        background-image: url('../img/banerBackground.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: column-reverse;
    }

    .hero-banner-content .content_1,
    .hero-banner-content .content_2 {
        color: #fff;
        font-style: normal;
        text-align: left;
        text-transform: capitalize;
    }

    .hero-banner-content .content_1 {
        font-size: 18px;
        line-height: 155%;
    }

    .hero-banner-content .content_2 {
        font-size: 35px;
        line-height: 129.523%;
    }

    .hero-banner-content .content_3 {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-align: left;
        text-transform: capitalize;
    }

}

@media screen and (max-width:768px) and (min-width:641px) {
    .hero-banner-and-search {
        background-image: url('../img/banerBackground.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: column-reverse;
    }

    .hero-banner-content .content_1,
    .hero-banner-content .content_2 {
        color: #fff;
        font-style: normal;
        text-align: left;
        text-transform: capitalize;
    }

    .hero-banner-content .content_1 {
        font-size: 18px;
        line-height: 155%;
    }

    .hero-banner-content .content_2 {
        font-size: 35px;
        line-height: 129.523%;
    }

    .hero-banner-content .content_3 {
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-align: left;
        text-transform: capitalize;
    }

}

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

    .hero-banner-and-search {
        background-image: url('../img/banerBackground.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: row;
        align-items: center;
    }

    .hero-banner-content .content_1,
    .hero-banner-content .content_2 {
        color: #fff;
        font-style: normal;
        font-weight: 500;
        text-align: left;
        text-transform: capitalize;
    }

    .hero-banner-content .content_1 {
        font-size: 20px;
        line-height: 155%;
    }

    .hero-banner-content .content_2 {
        font-size: 35px;
        line-height: 129.523%;
    }

    .hero-banner-content .content_3 {
        color: #fff;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-align: left;
        text-transform: capitalize;
    }
}

@media screen and (max-width:1125px) and (min-width:1025px) {

    .hero-banner-and-search {
        background-image: url('../img/banerBackground.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: row;
        align-items: center;
    }

    .hero-banner-content .content_1,
    .hero-banner-content .content_2 {
        color: #fff;
        font-style: normal;
        font-weight: 500;
        text-align: left;
        text-transform: capitalize;
    }

    .hero-banner-content .content_1 {
        font-size: 22px;
        line-height: 155%;
    }

    .hero-banner-content .content_2 {
        font-size: 40px;
        line-height: 129.523%;
    }

    .hero-banner-content .content_3 {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-align: left;
        text-transform: capitalize;
    }

}

@media screen and (max-width:1200px) and (min-width:1125px) {
    .hero-banner-and-search {
        background-image: url('../img/banerBackground.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: row;
        align-items: center;
    }

    .hero-banner-content .content_1,
    .hero-banner-content .content_2 {
        color: #fff;
        font-style: normal;
        font-weight: 500;
        text-align: left;
        text-transform: capitalize;
    }

    .hero-banner-content .content_1 {
        font-size: 22px;
        line-height: 155%;
    }

    .hero-banner-content .content_2 {
        font-size: 40px;
        line-height: 129.523%;
    }

    .hero-banner-content .content_3 {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-align: left;
        text-transform: capitalize;
    }

}

@media screen and (min-width:1200px) {

    .hero-banner-and-search {
        background-image: url('../img/banerBackground.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-row {
        flex-direction: row;
        align-items: center;
    }

    .hero-banner-content .content_1,
    .hero-banner-content .content_2 {
        color: #fff;
        font-style: normal;
        font-weight: 500;
        text-align: left;
        text-transform: capitalize;
    }

    .hero-banner-content .content_1 {
        font-size: 22px;
        line-height: 155%;
    }

    .hero-banner-content .content_2 {
        font-size: 40px;
        line-height: 129.523%;
    }

    .hero-banner-content .content_3 {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-align: left;
        text-transform: capitalize;
    }

    /* search section */

    /* .banner-search {
        align-items: center;
        background: #fff;
        border: 0 solid #000;
        border-radius: 10.25rem;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
        display: inline-flex;
        gap: .5rem;
        justify-content: flex-end;
        padding: .5rem 1.5rem;
    } */

}

/*
	===============================
			@about page
	===============================
*/

.abt-text {
    color: #404040;
    line-height: 165%;
    /* text-transform: capitalize; */
}

.vision-mision .card {
    border: 1px solid #068eda;
}

.vision-mision .card-title {
    color: #068eda;
}

.vision-mision .card-title:after {
    border-bottom: 2px solid #054887;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    text-align: center;
    width: 170px;
}

@media screen and (max-width:320px) {
    .hero-banner-abt {
        background-image: url("./assets/img/about-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-abt-row {
        flex-direction: column-reverse;
    }

}

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

    .hero-banner-abt {
        background-image: url('../img/about-bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-abt-row {
        flex-direction: column-reverse;
    }
}

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

    .hero-banner-abt {
        background-image: url('../img/about-bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-abt-row {
        flex-direction: column-reverse;
    }

}

@media screen and (max-width:768px) and (min-width:641px) {
    .hero-banner-abt {
        background-image: url('../img/about-bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-abt-row {
        flex-direction: column-reverse;
    }

}

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

    .hero-banner-abt {
        background-image: url('../img/about-bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-abt-row {
        flex-direction: row;
    }
}

@media screen and (max-width:1125px) and (min-width:1025px) {

    .hero-banner-abt {
        background-image: url('../img/about-bg.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-abt-row {
        flex-direction: row;
    }

}

@media screen and (max-width:1200px) and (min-width:1125px) {
    .hero-banner-abt {
        background-image: url('../img/about-bg.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-abt-row {
        flex-direction: row;
    }

}

@media screen and (min-width:1200px) {

    .hero-banner-abt {
        background-image: url('../img/about-bg.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        /* padding-top: 3.5rem !important; */
        /* padding-bottom: 4.5rem !important; */
        background-color: #0f78b7;
    }

    .hero-banner-abt-row {
        flex-direction: row;
    }

}

/*
	===============================
			@Resources page
	===============================
*/

.resource-text {
    position: absolute;
}

.all-sites-text span {
    border-top: 1px solid #e2e2e2;
    display: block;
    padding: 12px 0;
}

@media screen and (max-width:320px) {
    .resource-text .para {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        /* margin-top: 83px; */
        text-align: center;
    }

}

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

    .resource-text .para {
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        /* margin-top: 83px; */
        text-align: center;
    }
}

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

    .resource-text .para {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        margin-top: 10px;
        text-align: center;
    }

}

@media screen and (max-width:768px) and (min-width:641px) {
    .resource-text .para {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        margin-top: 83px;
        text-align: center;
    }

}

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

    .resource-text .para {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        margin-top: 50px;
        text-align: center;
    }
}

@media screen and (max-width:1125px) and (min-width:1025px) {

    .resource-text .para {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        margin-top: 83px;
        text-align: center;
    }

}

@media screen and (max-width:1200px) and (min-width:1125px) {
    .resource-text .para {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        margin-top: 83px;
        text-align: center;
    }

}

@media screen and (min-width:1200px) {
    .resource-text .para {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 165%;
        margin-top: 83px;
        text-align: center;
    }
}


@media screen and (max-width:320px) {
    .hero-banner-faqs {
        background-image: url("./assets/img/faq_banner.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-faqs-row {
        flex-direction: column-reverse;
    }

}

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

    .hero-banner-faqs {
        background-image: url('../img/faq_banner.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-faqs-row {
        flex-direction: column-reverse;
    }
}

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

    .hero-banner-faqs {
        background-image: url('../img/faq_banner.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .hero-banner-faqs-row {
        flex-direction: column-reverse;
    }

}

@media screen and (max-width:768px) and (min-width:641px) {
    .hero-banner-faqs {
        background-image: url('../img/faq_banner.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-faqs-row {
        flex-direction: column-reverse;
    }

}

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

    .hero-banner-faqs {
        background-image: url('../img/faq_banner.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-faqs-row {
        flex-direction: row;
    }
}

@media screen and (max-width:1125px) and (min-width:1025px) {

    .hero-banner-faqs {
        background-image: url('../img/faq_banner.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-faqs-row {
        flex-direction: row;
    }

}

@media screen and (max-width:1200px) and (min-width:1125px) {
    .hero-banner-faqs {
        background-image: url('../img/faq_banner.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-top: 3.5rem !important;
        padding-bottom: 4.5rem !important;
        background-color: #0f78b7;
    }

    .hero-banner-faqs-row {
        flex-direction: row;
    }

}

@media screen and (min-width:1200px) {

    .hero-banner-faqs {
        background-image: url('../img/faq_banner.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        /* padding-top: 3.5rem !important; */
        /* padding-bottom: 4.5rem !important; */
        background-color: #0f78b7;
    }

    .hero-banner-faqs-row {
        flex-direction: row;
    }

}