/*--------------------------------------------------------------
# Top Header Slider css start- Desktop
--------------------------------------------------------------*/

.top-slider-bg {
    width: 100%;
}

.top-slider-bg img {
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
# About Text and Image css start- Desktop
--------------------------------------------------------------*/

.about-text-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-about-txt {
    width: 50%;
}

.left-about-txt h1 {
    color: #1A1A1A;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
}

.left-about-txt p {
    color: #1A1A1A;
    font-weight: 300;
    line-height: 24px;
    margin: 0px;
    padding: 14px 0;
}

.right-about-img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*--------------------------------------------------------------
# About Text and Image css start- Desktop
--------------------------------------------------------------*/

.powerful-data-bx h2 {
    font-size: 20px;
    color: #1A1A1A;
    margin: 0;
    padding: 0 0 30px 0;
}

.powerful-data-bx ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
}

.powerful-data-bx ul li {
    display: flex;
    width: 30%;
    min-height: 160px;
    margin: 0 30px 30px 0;
    border-radius: 11px;
    padding: 20px;
}

.powerful-data-bx ul li:nth-child(odd) {
    background: #BFEBEB;
}

.powerful-data-bx ul li:nth-child(even) {
    background: #FEF7EF;
}

.powerful-img-bx {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.powerful-txt-bx h4 {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 16px;
}

.powerful-txt-bx p {
    padding: 8px 0 0 0;
    margin: 0;
    font-weight: 300;
    line-height: 22px;
}


/*--------------------------------------------------------------
# WHAT SETS APART? css start- Desktop
--------------------------------------------------------------*/

.what-sets-bx h3 {
    font-size: 20px;
    color: #1A1A1A;
    padding: 0px;
    margin: 10px 0 0 0;
}

.what-sets-bx p {
    color: #000;
    font-weight: 300;
    line-height: 28px;
}

ul.what-set-ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-around;
}

ul.what-set-ul li {
    width: 143px;
    height: 143px;
    border-radius: 50%;
    border: 1px solid #008246;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 25px 99px 30px 12px;
}

ul.what-set-ul li svg {
    margin-top: 18px;
}

ul.what-set-ul li .deal-name {
    position: relative;
    top: 66px;
    color: #008246;
    font-size: 14px;
}

.awesome-deal-li {
    border: 1px solid #5eb145 !important
}

.awesome-deal-li .deal-name {
    color: #5eb145 !important;
}

.fair-deal-li {
    border: 1px solid #9dc53d !important
}

.fair-deal-li .deal-name {
    color: #9dc53d !important
}

.unfair-deal-li {
    border: 1px solid #e9842c !important;
}

.unfair-deal-li .deal-name {
    color: #e9842c !important;
}

.overprice-deal-li {
    border: 1px solid #ca232a !important;
}

.overprice-deal-li .deal-name {
    color: #ca232a !important;
}


/*--------------------------------------------------------------
# WHAT SETS APART? css start- Desktop
--------------------------------------------------------------*/

.over-listing {
    margin: 60px 0 0px 0;
}

.over-listing ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
}

.over-listing ul li {
    width: 28%;
    margin: 0 58px 40px 0;
}

.over-listing ul li h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 20px 0 14px 0;
    line-height: 22px;
}

.over-listing ul li p {
    /* font-size: 12px; */
    font-weight: 300;
    color: #1A1A1A;
    line-height: 29px;
    margin: 0px;
}

.over-listing-img {
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

@media (max-width:1300px){
    ul.what-set-ul li{
        margin: 0;
    }
    .over-listing ul li{
        width: 43%;
    }
}

@media (max-width:992px){
    .powerful-data-bx ul li{  
        width: 44%;  
        margin: 20px 20px;
        }
    
    ul.what-set-ul li {
        width: 110px;
        border: 1px solid #008246;
        height: 110px;
        margin: 0px
    }
    ul.what-set-ul li .deal-name{
        top:40px
    }
    .over-listing ul li {
        width: 46%;
        margin: 0 20px 24px 0;
        padding: 0 0 0 18px;
    }
}

@media (max-width:767px){
    .powerful-data-bx ul li {
        width: 41%;
      }
}

@media (max-width:630px){
    .powerful-data-bx ul li {
        width: 41%;
      }
    .about-text-bx{
        flex-direction: column-reverse;
    }
    .left-about-txt{
        width: 100%;
    }
    .powerful-data-bx h2{
        margin-bottom: 0px;
    }
    .powerful-data-bx ul li{
        width: 100%;
        margin: 10px 0px;
    }
    ul.what-set-ul{
        flex-wrap: wrap;
        justify-content: center
    }
    ul.what-set-ul li {
        width: 39%;
        border: 1px solid #008246;
        height: 84px;
        margin: 24px 13px;
        border-radius: 0px;
    }
    ul.what-set-ul li .deal-name{
        top:26px
    }
    .over-listing ul li {
        width: 100%;
        margin: 0 0px 24px 0;
        padding: 0;
    }



}