.aboutexternal_buy a {
    font-family: 'Prompt';
    font-weight: 500;
    color: #3A456E;
}

.buy_header {
    border: 1px solid #2A84F2;
    background: #F3F4F8;
}



/* ################## Buy Search and Logo ############## */
/* form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #2A84F2;
    float: left;
    width: 80%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f1f1f1;
  }
  form.example button {
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;

    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid #2A84F2;
    border-left: none;
    cursor: pointer;
  }

  form.example button:hover {
    background: #0b7dda;
  }
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }
  @media(max-width:500px)
  {
    form.example input[type=text] {
       margin-top: 20px;
        width: 100%;

        border-radius: 5px !important;

      }
      form.example button {
        margin-top: 10px;
        border-radius: 5px !important;

        width:120px;

      }
  } */
/* ################## Buy Search and Logo  End ############## */




.buysection2 {

    padding-left: 3rem;
    padding-right: 3rem;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    height: auto;

}

.buysection_card {
    padding-left: 2rem;
    padding-right: 2rem;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);


}

@media(max-width:786px) {

    .buysection2 {

        padding-left: 2rem;
        padding-right: 2rem;

    }

}


/*################# Image Slider Start  ################# */


/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    background-color: #0d99ff;
    font-size: 12px;
    /* transition: 0.6s ease; */
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: #7e8c8d;
    color: white;
}

.slider_buy .active {
    border-radius: 5px;
    border-bottom: 4px solid #0d99ff !important;
    border-left: 1px solid #0d99ff !important;
    border-right: 1px solid #0d99ff !important;
    border-top: 1px solid #0d99ff !important;



}


#main {
    width: 100%;
    object-fit: cover;
    display: block;
    /*margin: 20px auto;*/
    border-radius: 5px;
    background-color: #efeeef;

}

.counter {
    position: absolute;
    bottom: 22px;

    left: 47%;

    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;


    color: #1a73e8;

}

.sliderimg {
    width: 150px;
    object-fit: cover !important;
    width: 100px;
    padding: 5px;
    border: 10px solid white;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-radius: 10px;
}

@media(max-width:580px) {
    .buysection2 {

        padding-left: 1rem !important;
        padding-right: 1rem !important;

    }

}

/*################# Image Slider End ################# */

/*################# slider Top Link Start  ################# */


.buylink {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #838EA1;
    text-decoration: none;


}

.buylink:hover {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2A84F2;

}

.buylink:visited {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2A84F2;
    text-decoration-thickness: 1px;


}

/*################# slider Top Link End  ################# */


/*#################> buy product right side coloumn Start <################### */
.buysecondhead {

    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #3A456E;

}

.buy_doller {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;

    /* main text color */

    color: #3A456E;

}

.font_size_20px {
    font-size: 20px !important;
}

.buy_product_btn {
    width: 250px;
    font-size: 16px !important;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;



}

.rating-label-buy {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;

    color: #838EA1;


}

.buy_product_btn_review {
    width: 250px;

    font-size: 16px !important;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;




    background-color: #FFCB47;
}


.contactanchor:hover {
    color: #3A456E;


}

.buy_product_btn_review:hover {

    background-color: #2A84F2;
}

.buy_profile_text {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #3A456E;
    text-align: center;
}

.Profile-Name {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 25px !important;
    text-align: center;
    color: #3A456E;
}




.prifile_detail_btn_buy {
    width: 250px;
    background: #F3F4F8;
    border: 1px solid #2A84F2;
    border-radius: 5px;
    font-size: 16px !important;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;



    color: #3A456E;

}

 

.prifile_detail_btn_buy:hover {
    background: #F3F4F8 !important;

    border: 1px solid #2A84F2 !important;
    color:  #3A456E !important;

}
 
 
 

.profile-pic-div {

    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #2A84F2;
    margin-left: auto;
    margin-right: auto;
}

#photo {
    height: 100%;
    width: 100%;
}

.twitter_buy {
    color: white;
    font-size: 30px;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #1da1f2;
    border-radius: 50%;
}

.twitter_buy {
    background-color: hsl(213, 88%, 56%);
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    width: 20px;
    height: 20px;
}

.icontext_buy {

    font-family: Prompt;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;

    color: #838EA1;

}

.Similar_ads_buy {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    /* main text color */

    color: #3A456E;

}

.card_buy_img {
    width: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    background-color: #efeeef;
}

.card_p_buy {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;

    color: #838EA1;

}

.card_buy_btn {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: rgba(42, 132, 242, 0.3);
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* primary color */
    color: #2A84F2;


}

.card_buy_btnup {
    margin-left: 10px;
}

.card_buy_price {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;

    /* primary color */

    color: #2A84F2;

}

.buy_btn_location {
    display: flex;
    justify-content: space-between;
}

.font_size_35px {
    font-size: 35px !important;
}

.post_buy_card {
    /* margin-top: 2rem; */
    display: flex;
    /* justify-content: end; */
}

.post_buy_card2 {
    /* margin-top: 2rem; */
}

@media(max-width:1200px) {
    .post_buy_card2 {
        margin-top: 2rem;
    }

    .post_buy_card {
        margin-top: 2rem;

    }
}

@media(max-width:768px) {
    /*.post_buy_card2 {*/
    /*    margin-top: -3rem;*/
    /*}*/

    /*.post_buy_card {*/
    /*    margin-top: -3rem;*/
    /*}*/
}

@media(max-width:580px) {
    .post_buy_card {
        margin-top: 10px;
        display: block;
    }

    /*.post_buy_card2 {*/
    /*    margin-top: -3rem;*/
    /*}*/

    .card_buy_btn {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .buy_btn_location {
        display: block;
    }
}

/*#################> buy product right side coloumn End <################### */


/*#################> NavTab Start <################### */

.itemsDetailsTabs {
    border-bottom: 0.2px solid rgba(42, 132, 242, 0.3) !important;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.itemsDetailsTabs .nav-item {
    padding-bottom: 0 !important;
}

/*#################>NavTab End <################### */


/* #tabs_buy {
    display: flex;
    flex-direction: column;
  } */

#tabs_buy blockquote {
    padding: 0 0.85rem;

    margin: 0.5rem 0 1rem;
    color: #6c7d8d;
}

#tabs_buy>[role="tablist"] {
    text-transform: uppercase;
    display: flex;
    border-bottom: 0.5px solid rgba(42, 132, 242, 0.3) !important;
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #3A456E;
    padding-top: 30px;
}

.tabbactive li:active {
    color: #3A456E;

}

#tabs_buy>[role="tablist"]>[role="tab"] {
    display: flex;
    align-items: center;
    margin: 0 0 -0.125rem;

    border-bottom: solid 0.125rem transparent;
    padding: 0.5rem 1.5rem;
    height: 3rem;
}

#tabs_buy>[role="tablist"]>[role="tab"]:is([aria-selected="true"]) {
    border-bottom: solid 0.125rem #58acdc;
    cursor: pointer;
}

#tabs_buy>[role="tablist"]>[role="tab"]:hover:is([aria-selected="false"]) {
    cursor: pointer;
    border-bottom: solid 0.125rem #98c6e0;
}

#tabs_buy>[role="tabpanel"] {
    border-bottom: solid 1px transparent;
    color: #2c2c2c;
    padding-bottom: 100px;

}

#tabs_buy>[role="tabpanel"]> :where(h1, blockquote, p) {
    min-width: 20rem;
    max-width: 50rem;
}

#tabs_buy>[role="tabpanel"]:not([hidden]) {
    display: flex;
    flex-direction: column;
}

#tabs_buy>[role="tabpanel"]>h1 {
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
}

#tabs_buy>[role="tabpanel"]>p+ :where(h2, h3, h4) {
    margin-top: 0.75rem;
}

#tabs_buy>[role="tabpanel"]>h2 {
    font-size: 1.25rem;
}

#tabs_buy>[role="tabpanel"]> :where(h1, h2, h3, p)+p {
    padding: 0.5rem 0;
}


/* reviw Start  */
.reviwedata_buy {
    display: flex;
    justify-content: space-between;
}

@media(max-width:1000px) {
    .reviwedata_buy {
        display: block;
        padding-top: 20px;
    }

    #tabs_buy>[role="tablist"] {
        display: block;
    }

    #tabs_buy>[role="tablist"]>[role="tab"] {
        display: block;
        padding-left: 0px !important;
    }

    .ul_buy {
        padding-left: 0px !important;
    }

}

@media(max-width:768px) {
    .reviwedata_buy {
        display: flex;
        justify-content: space-between;
    }

    #tabs_buy>[role="tablist"] {
        display: flex;
    }

    #tabs_buy>[role="tablist"]>[role="tab"] {
        display: flex;

    }
}

#tabs_buy>[role="tablist"]>[role="tab"] {
    display: block;
    padding-left: 0px !important;
}

.ul_buy {
    padding-left: 0px !important;
}

@media(max-width:500px) {
    #tabs_buy>[role="tablist"] {
        display: block;
    }

    #tabs_buy>[role="tablist"]>[role="tab"] {
        display: block;
        padding-left: 0px !important;
    }

    .ul_buy {
        padding-left: 0px !important;
    }

    #tabs_buy>[role="tablist"]>[role="tab"]:is([aria-selected="true"]) {

        width: 82%;
    }
}

@media(max-width:350px) {
    .reviwedata_buy {
        display: block;
        margin-top: 10px;
    }

    .short_buy {
        padding-top: 10px;
    }

}

.slider_buy {
    display: flex;
    justify-content: center;
    overflow: auto;
}













/* sdhfjasfhjsh */

.page-main-heading {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;

    /* main text color */

    color: #3A456E;

}

.position-absolute {
    position: absolute !important;
}



/*################# Top Tab Buy CSS ############## */

.toptab_ul {
    list-style: none;
}

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

.tabs blockquote {
    padding: 0 0.85rem;

    margin: 0.5rem 0 1rem;
    color: #6c7d8d;
}

.tabs>[role="tablistt"] {
    display: flex;
}

.tabs>[role="tablistt"]>[role="tabt"] {
    display: flex;
    align-items: center;
    margin: 0 0 -0.125rem;

    border-bottom: solid 0.125rem transparent;
    padding: 0.5rem 1.5rem;
    height: 3rem;
}

.tabs>[role="tablistt"]>[role="tabt"]:is([aria-selected="true"]) {
    border-bottom: solid 0.125rem #58acdc;
    cursor: pointer;
}

.tabs>[role="tablistt"]>[role="tabt"]:hover:is([aria-selected="false"]) {
    cursor: pointer;
    border-bottom: solid 0.125rem #98c6e0;
}

.tabs>[role="tabpanel"] {
    border-bottom: solid 1px transparent;
    padding: 0.5rem 1rem;

    color: #2c2c2c;
}

.tabs>[role="tabpanel"]> :where(h1, blockquote, p) {
    min-width: 20rem;
    max-width: 50rem;
}

.tabs>[role="tabpanel"]:not([hidden]) {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 3rem);
}

.tabs>[role="tabpanel"]>h1 {
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
}

.tabs>[role="tabpanel"]>p+ :where(h2, h3, h4) {
    margin-top: 0.75rem;
}

.tabs>[role="tabpanel"]>h2 {

    font-size: 1.25rem;
}

.tabs>[role="tabpanel"]> :where(h1, h2, h3, p)+p {
    padding: 0.5rem 0;
}



#panel-developers>p+ :where(h2, h3, h4) {
    margin-top: 0.75rem;
}

#panel-developers>ul {
    margin: 0.5rem 2rem;
}

#panel-developers>ul>li {
    list-style-type: '👉';
    padding-inline-start: 1ch;
}

#panel-developers>ul>li+li {
    margin: 0.5rem 0;
}


/*#################> Profile Page Code Start <##################### */
.profile_seller_pragrapgh {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    color: #838EA1;
    text-decoration: none
}