/* blue banner desktop */
.blue-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #137ddf;
    color: white;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 2rem 0rem;
}
.blue-banner div,
.rating-cards-banner .section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 580px;
    margin: 0 auto;
    line-height: 2rem;
    flex-direction: column;
    margin: 3rem 1rem;
    text-align: center;
}
.blue-banner div h3,
.black-banner div h3 {
    margin: 0rem !important;
}
.blue-banner div .text,
.black-banner .section2 .text,
.rating-cards-banner .section1 .text {
    margin: 1rem 0rem;
    line-height: 1.6rem;
}
.blue-banner div button,
.black-banner .section2 button {
    background-color: white;
    color: #137ddf;
    text-transform: uppercase;
    padding: 0.8rem 3.5rem !important;
    border-radius: 0.7rem;
    letter-spacing: 0.1rem;
    font-size: 0.813rem;
}
.black-banner .section2 button {
    border-radius: 1.5rem;
    text-transform: capitalize;
}
.blue-banner div button:hover {
    color: #137ddf;
}
.blue-banner div button:hover,
.black-banner .section2 button:hover,
.seller-buyer-banner .section2 .seller-section2 .btn:hover {
    transform: scale(1.1);
}
.seller-section2 .quote-text{
    margin-top:1rem;
}
/* blue banner desktop end */

/* blue banner tablet */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .blue-banner div,
    .rating-cards-banner .section1 {
        width: 500px;
    }
    /* .blue-banner div .text,
    .black-banner .section2 .text,
    .rating-cards-banner .section1 .text {
        font-size: 0.9rem;
    }
    .blue-banner div button,
    .black-banner .section2 button {
        font-size: 0.6rem;
        padding: 0.5rem 4rem;
    } */
}
/* blue banner tablet end */
/*blue banner mobile */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .blue-banner div,
    .rating-cards-banner .section1 {
        width: 300px;
    }
    .blue-banner div .text,
    .black-banner .section2 .text,
    .rating-cards-banner .section1 .text {
        font-size: 0.7rem;
    }
    /* .blue-banner div button,
    .black-banner .section2 button {
        font-size: 0.6rem;
        padding: 0.5rem 4rem;
    } */
}
/*blue banner mobile end */

/*black banner desktop*/
.black-banner {
    background-color: black;
    color: white;
    padding: 3rem 0rem;
    flex-wrap: wrap;
    overflow: hidden;
}
.black-banner .section1 {
    display: flex;
    justify-content: start;
    align-items: start;
    padding-top: 1.5rem;
}
.black-banner .section2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.black-banner .section3 {
    display: flex;
    justify-content: end;
    align-items: start;
    padding-top: 1.5rem;
}
.black-banner .section2 button {
    color: black !important;
}

/*black banner desktop end*/

/* rating card desktop */
.rating-cards-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 4rem;
}
.rating-cards-banner .section2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}
.rating-cards-banner .section2 .card {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    margin-bottom: 1rem;
    position: relative;
}
.rating-cards-banner .section2 .card-body {
    cursor: pointer;
    background-color: #ffff;
    box-shadow: 0rem 0.3rem 0.5rem 0.2rem rgb(0 0 0 / 5%);
    position: relative;
    margin-top: -3.125rem;
    z-index: 1;
    border-radius: 0.5rem;
}
.rating-cards-banner .section2 img {
    width: 45%;
    z-index: 2;
}
.rating-cards-banner .section2 .card-body .card-title {
    font-weight: bold;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.rating-cards-banner .section2 .card:hover {
    transform: scale(1.05);
    transition-timing-function: ease-in-out;
}
.rating-cards-banner .section2 .card:hover .card-body {
    background-color: white !important ;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.116);
}
/* rating card desktop end */
/*rating card tablet*/
@media screen and (min-width: 481px) and (max-width: 768px) {
    .rating-cards-banner .section2 {
        width: 650px;
    }
    .rating-cards-banner .section2 .card {
        margin-bottom: 2rem;
    }
}
/*rating card tablet end*/

/*rating card mobile*/
@media screen and (min-width: 320px) and (max-width: 480px) {
    .rating-cards-banner .section2 {
        width: 300px;
    }
    .rating-cards-banner .section2 .card {
        margin-bottom: 3rem;
    }
}
/*rating card mobile end*/
/*Seller-Buyer desktop*/
.seller-buyer-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3rem 0rem;
}
.seller-buyer-banner .section1{
    text-align: center;
}
.seller-buyer-banner .section1 ul {
    display: flex;
    justify-content: space-evenly;
}
.seller-buyer-banner .section1 ul li a {
    text-decoration: none;
    font-size: 1.1rem;
    background-color: white !important;
    color: black !important;
}
.seller-buyer-banner .section1 ul li a.active {
    font-weight: bold;
}
.seller-buyer-banner .section1 li a.active:after {
    content: "";
    display: block;
    position: relative;
    width: 40%;
    left: 30%;
    border: 1px solid #137ddf;
    background-color: #137ddf;
    margin-top: 0.8rem;
}
.seller-buyer-banner .section1 li a:hover:after {
    content: "";
    display: block;
    position: relative;
    width: 40%;
    left: 30%;
    border: 1px solid #137ddf;
    background-color: #137ddf;
    margin-top: 0.8rem;
}
.seller-buyer-banner .section2 {
    overflow: hidden;
    margin-top: 2rem;
}
.seller-buyer-banner .section2 .seller-section2 ul,
.own-portal .section1 ul,
.easy-to-use .section1 ul {
    list-style-type: none;
    line-height: 1.75rem;
    padding: 0px !important;
}
.seller-buyer-banner .section2 .seller-section2 ul li i,
.own-portal .section1 ul li i,
.easy-to-use .section1 ul li i {
    font-size: 1.2rem;
    margin-right: 1rem;
    color: #137ddf !important;
}
.seller-buyer-banner .section2 .seller-section2,
.own-portal .section1,
.easy-to-use .section1 {
    width: 580px;
    height: auto;
    padding-top: 2.5rem;
    margin: 0 auto;
}

.seller-buyer-banner .section2 .seller-section2 .btn {
    padding: 0.8rem 3rem;
    border-radius: 0.7rem;
    letter-spacing: 0.1rem;
    font-size: 0.813rem;
    background-color: #137ddf;
}
/*Seller-Buyer desktop end*/
/*Seller-Buyer Tablet*/
@media screen and (min-width: 481px) and (max-width: 768px) {
    .seller-buyer-banner .section2 .seller-section2,
    .own-portal .section1 {
        width: 490px;
        margin: 0 auto;
        padding: 0px !important;
    }
}
/*Seller-Buyer Tablet end*/
/*Seller-Buyer Mobile*/
@media screen and (min-width: 319px) and (max-width: 480px) {
    .seller-buyer-banner .section1 {
        width: 300px;
        margin: 0 auto;
    }
    .seller-buyer-banner .section2 .seller-section2 {
        width: 300px;
        margin: 0 auto;
        height: auto;
        padding: 0px !important;
    }
    .seller-buyer-banner .section2 .seller-section2 .btn {
        margin-bottom: 1rem;
        padding: 0.8rem 2rem;
    }
}
/*Seller-Buyer Mobile end*/

/*Own Portal Desktop*/
.own-portal {
    overflow: hidden;
    margin: 3rem 0rem;
    padding: 2rem;
    background-color: #f2f6ff;
}
.easy-to-use {
    overflow: hidden;
    margin: 3rem 0rem;
    padding: 2rem;
}
.own-portal .section1 .sub-section,
.easy-to-use .section1 .sub-section {
    display: flex;
}
.own-portal .section1,
.easy-to-use .section1 {
    width: 490px;
    margin: 0 auto;
}
.own-portal .section1 .sub-section img,
.easy-to-use .section1 .sub-section img {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.own-portal .section1 .sub-section span,
.easy-to-use .section1 .sub-section span {
    color: #46464696;
}
.own-portal .quote {
    display: flex;
    justify-content: flex-start;
}
/*Own Portal Desktop end*/

/*Own-portal Mobile*/
@media screen and (min-width: 320px) and (max-width: 480px) {
    .own-portal .section1,
    .easy-to-use .section1 {
        width: 300px;
        margin: 0 auto;
        height: auto;
        padding: 0px !important;
    }
    .seller-buyer-banner .section2 .seller-section2 ul,
    .own-portal .section1 ul,
    .easy-to-use .section1 ul {
        line-height: 1.2rem;
    }
}
/* @media screen and (min-width: 320px) and (max-width: 375px) {
  .own-portal .section1, .easy-to-use .section1{
    width:340px;
    margin:0 auto;
    height: auto;
   padding:0px !important;
   
  }
  .own-portal .section1 ul, .easy-to-use .section1 ul{
    font-size:0.7rem
    }
} */
/*Own-portal Mobile end*/
