@import url('https://fonts.googleapis.com/css?family=Roboto:100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #3d69fe;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media only screen and (max-width:767px) {
    .ReadMore {
        margin-top: 0px !important;
    }

    .card-title {
        font-size: 20px !important;
		position: relative;
		top: -50px;
    }

    .card-text {
        font-size: 13px !important;
    }

    .LoginBtn {
        margin-top: 15px;
    }

    .ReadMore {
        padding: 0px;
    }

    .BorderRight {
        border-right: none !important;
    }
}

@media only screen and (max-width:768px) {
    .card-img-overlay {
        top: 172px !important;
        color: #fff;
    }
}

@media only screen and (max-width:1024px) {
    .LOGO {
        position: relative;
        left: 0px;
    }
}

.LoginBtn {
    background: #3d69fe;
    color: #fff;
    transition: all ease-in 0.3s;
}

    .LoginBtn:hover {
        background: #1045f9;
    }

.card-img-overlay {
    top: 172px;
    color: #fff;
}

.ReadMore {
    background: #3d69fe;
    color: #fff;
    margin-top: 50px;
}

.section2 {
    background: #3d69fe;
    color: #fff;
    padding: 20px 0 65px 0;
}

.paddingTitle {
    padding: 30px 30px 20px 30px;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 25px;
}

.Books {
    color: #3d69fe;
}

.section3 {
    background-color: #fbfbfb;
    padding-bottom: 65px;
}

.charitybox .Price {
    margin-top: -27px;
    font-size: 13px;
    text-align: left;
    color: #8e8e8e;
}

.Price {
    font-size: 13px;
    text-align: left;
    color: #8e8e8e;
}

.section4 {
    background-color: #fff;
    padding-bottom: 65px;
}

.City {
    float: right;
    position: relative;
    right: 70px;
}

.section5 {
    background-color: #fbfbfb;
    padding-bottom: 65px;
    padding-top: 20px;
}

.footer {
    background-color: #333333;
    color: #fff;
    height: 160px;
}

.heading {
    position: relative;
    cursor: pointer;
}

.header {
    height: 148px;
}

.heading::before {
    content: "";
    width: 30px;
    height: 4px;
    background: #3d69fe;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.Listing {
    list-style-type: none;
    font-size: 14px;
    cursor: pointer;
}

    .Listing > li {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 300;
        padding-bottom: 10px;
    }

.Point {
    cursor: pointer;
}

.BorderRight {
    border-right: 1px solid #423f3f;
}

.footerLi {
    color: #333333;
}

/* profile CSS */

.profilenamecon {
    /*border: 1px solid grey;*/
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    position: relative;
    top: 50px;
}

.btneditprofile {
    background-color: #3d69fe;
    color: #ffffff;
    margin-top: 4%;
}

.showloading {
    visibility: hidden;
}
/* profile CSS */
/*27-08-2019*/
#catagoriesD.owl-carousel .owl-item img {
    display: block;
    width: 100px;
    margin: auto;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.ImgCont:hover .image {
    opacity: 0.3;
}

.ImgCont:hover .middle {
    opacity: 1;
}

.text {
    background-color: #3d69fe;
    color: white;
    font-size: 16px;
    padding: 10px;
    margin-top: -50px;
    cursor: pointer;
}

.Listing li:hover {
    color: #3d69fe;
}

.footerLi:hover {
    color: #333333 !important;
}
/*28-082019*/

.rightBlock {
    list-style: none;
    display: flex;
    justify-content: center !important;
    margin-top: 10px !important;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    /*background: #3d69fe;*/
}

.header .LOGO {
    max-width: 100px;
    height: auto;
}

ul.navbar-nav > li a {
    font-weight: 300;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 15px;
    color: #333333 !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

    ul.navbar-nav > li a.nav-link:hover {
        color: #3d69fe !important;
        text-shadow: 0 0 .02px #3d69fe;
    }

.rightBlock > li > a {
    display: block;
    position: relative;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.rightBlock > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d69fe !important;
    transition: all ease-in 0.2s;
}

.rightBlock > li:last-child > a > span {
    font-size: 15px;
    padding-left: 3px;
}

.rightBlock > li > a > span.cardnumber {
    width: 18px;
    height: 18px;
    background-color: #3d69fe;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    text-align: center;
    font-weight: 400;
    margin: auto;
    top: 3px;
    left: 26px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.header .dropdown-toggle::after {
    opacity: 0.4;
}

.header .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.select_categories {
    display: flex;
    border: 1px solid #ccc;
    padding: 0px 8px 0 10px;
    background: #fff;
}

    .select_categories .input-group {
        width: 380px;
        margin-left: auto !important;
    }

    .select_categories > input {
        width: 100%;
        border: 0;
        height: 48px;
    }

    .select_categories .custom-select,
    .select_categories .btn.btn-outline-secondary {
        border: 0;
        border-radius: 0;
    }

        .select_categories .btn.btn-outline-secondary:hover {
            background-color: transparent;
        }

    .select_categories .custom-select {
        height: 48px;
        position: relative;
    }

    .select_categories .input-group {
        position: relative;
    }

        .select_categories .input-group::before {
            content: "";
            border-left: 1px solid #d2d2d2;
            position: absolute;
            left: 0;
            height: 19px;
            top: 15px;
            z-index: 5;
        }

    .select_categories .input-group-append {
        position: relative;
    }

        .select_categories .input-group-append::before {
            content: "";
            border-left: 1px solid #d2d2d2;
            position: absolute;
            left: 0;
            height: 19px;
            top: 15px;
            z-index: 5;
        }

    .select_categories .custom-select:focus,
    .select_categories .btn.btn-outline-secondary:focus {
        box-shadow: none;
    }

.header .navbar {
    padding-left: 0;
    padding-right: 0;
}

.header .LoginBtn {
    padding: 12px 20px;
    border-radius: 0;
}

.location_block {
    border: 1px solid #ccc;
}

    .location_block .location-sub {
        height: 48px;
        border: 0;
        padding-left: 65px;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.location_block::before {
    font-family: FontAwesome;
    content: "\f041";
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #bbbaba;
}

/*.location_block::after {
        font-family: FontAwesome;
        content: "\f107";
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 18px;
        cursor: pointer;
        color: #bbbaba;
    }*/

.row.no-gutter1 {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter1 [class*='col-']:not(:first-child),
    .row.no-gutter1 [class*='col-']:not(:last-child) {
        padding-right: 8px;
        padding-left: 8px;
    }

.banner {
    position: relative;
    height: 540px;
    background-size: cover;
}

    .banner::before {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        content: "";
    }

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    z-index: 9;
}

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #fff;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
}

.banner .card-img-overlay {
    z-index: 6;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media(min-width:1200px) {
    .LoginBtn {
        width: 100%;
    }
}

.card-img-overlay h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

.card-img-overlay p {
    font-size: 25px;
}

.ReadMore {
    padding: 16px 60px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}
/*28-08-2019*/

.breadcrumb {
    background-color: #3d69fe;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}

.CARDLINK {
    font-weight: 500;
}

.fa-angle-down:before {
    content: "\f107";
    position: relative;
    top: 3px;
    left: auto;
    color: #887d7d;
}

.CARDBODY {
    padding: 0 0 0 10px;
}

.slider {
    -webkit-appearance: none;
    width: 97%;
    height: 10px;
    background: #3d69fe;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        background: #887d7d;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 15px;
        height: 15px;
        background: #887d7d;
        cursor: pointer;
    }

.price_btn {
    background-color: #e4e2e2;
}

.showing {
    font-size: 14px;
    margin-top: 10px;
}

.sorting_btn {
    font-size: 14px;
}

.Images_bottom {
    margin-bottom: 35px;
}

.size_icons {
    display: flex;
}

.shape_img {
    position: relative;
    top: -4px;
}

@media only screen and (max-width:767px) {
    .fa-angle-down:before {
        content: "\f107";
        position: relative;
        top: 3px;
        left: 158px;
        color: #887d7d;
    }

    .Tradepage {
		margin-top: 0px;
		height: 300px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .fa-angle-down:before {
        content: "\f107";
        position: relative;
        top: 3px;
        left: 0px;
        color: #887d7d;
    }
}

.Font_Wight {
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
}

span {
    cursor: pointer;
}

.minus,
.plus {
    width: 33px;
    height: 20px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 3px 5px 28px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.center_no {
    height: 33px;
    width: 63px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.plus-minus {
    display: flex;
}

.Add_cart {
    background: #3d69fe;
    color: #fff;
}

.social_icons {
    color: #887d7d;
}

.seller {
    font-size: 23px;
}

.seller_details {
    display: flex;
}

.name {
    font-weight: 500;
}

.address {
    margin-top: -10px;
}

.description {
    background: #f5f5f5;
    padding: 50px;
}

.productcart {
    padding-bottom: 50px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #3d69fe !important;
    background-color: #f0f2f5;
}

.nav-pills li a {
    color: #333333 !important;
}

.navpill-border {
    border-bottom: 1px solid;
}

.RelatedProducts {
    padding: 50px;
}

.Related_Img {
    width: 100% !important;
}
/*29-08-2019*/

.xzoom {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Arrow .owl-nav {
    display: block;
}

#Arrow .owl-dots {
    display: none;
}
/*Register popup (29-08-2019)*/

.SignIn {
    background: #3d69fe;
    color: #fff;
    font-weight: 100;
}

.close {
    color: #fff;
}

.Inputbackground {
    background: #ececec;
    /*border: none;*/
}

.Form_text {
    color: #6c6c6c;
}

.Login_btn {
    color: #3d69fe;
    border-color: #3d69fe;
}

    .Login_btn:hover {
        color: #3d69fe;
        border-color: #3d69fe;
    }

.Login_btn {
    color: #3d69fe;
    border-color: #3d69fe;
    margin-top: 50px !important;
}

.Create_Account {
    font-size: 13px;
}
/*30-08-2019*/

.Registeration {
    background: #3d69fe;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
}

.register_btn {
    background: #3d69fe;
    color: #fff;
}

    .register_btn:hover {
        background: #3d69fe;
        color: #fff;
    }

.testbox {
    margin: 20px auto;
    width: 50%;
    background-color: #fff;
    border: solid 1px #cbc9c9;
    box-shadow: -17px 14px 70px -21px #888888;
}

@media only screen and (max-width:767px) {
    .testbox {
        margin: 20px auto;
        width: 100% !important;
        background-color: #fff;
        border: solid 1px #cbc9c9;
        box-shadow: -17px 14px 70px -21px #888888;
    }
}

.Register_form {
    padding: 20px;
}

.Register_heading {
    color: #3d69fe;
}

.imgblockbox {
    background-color: #F4F4F4;
    min-height: 250px;
    margin: 0px;
    /*margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;*/
}

.rightBlock > li > a {
    position: relative;
}

    .rightBlock > li > a::before {
        border: 1px solid #003aff;
        content: "";
        padding: 14px;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

    .rightBlock > li > a:hover {
        color: #fff !important;
        background-color: #003aff;
        cursor: pointer;
    }

.charitybox h4 {
    font-size: 16px;
    height: 54px;
    margin-bottom: 20px;
    text-align: center;
}

.LoginBtn:hover {
    color: #fff;
}

.charitybox {
    border: 1px solid #ccc;
    padding: 15px;
    transition: all ease-in 0.2s;
}

    .charitybox:hover {
        border: 1px solid #003aff;
    }
/*03-09-2019*/

.mytrade_btn {
    background: #3a69fe;
}

.mytrade_fa-icon {
    color: #fff;
}

.delete_icon {
    font-size: 25px;
    float: right;
}

ul.btnblock {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width:768px) and (max-width:1023px) {
    ul.btnblock {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
        display: block;
        margin-left: 10px;
    }
}

@media (min-width:1024px) and (max-width:1365px) {
    ul.btnblock {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: 10px;
    }

    .mrg-left {
        margin-left: 0px;
        font-size: 12px;
        margin-top: -10px;
    }

    .chat-message {
        margin-top: -5px;
        margin-left: 0px;
        font-size: 10px;
    }

    .education_details {
        font-size: 10px;
        position: absolute;
        top: 50px;
        left: 15px;
    }

    .education_date {
        font-size: 10px;
        position: absolute;
        right: 10px;
    }

    .chat_setting1 {
        position: absolute;
        right: 12px;
        top: 35px;
    }
}

.chat-trade-img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.chat-user-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
}

}

ul.btnblock > li:first-child {
    padding-right: 15px;
}

ul.btnblock > li > a.bluebtn {
    background-color: #003aff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 8px;
    display: block;
    border-radius: 4px;
    width: 100px;
}

ul.btnblock > li > a.graybtn {
    background-color: #595959;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 8px;
    display: block;
    border-radius: 4px;
    width: 100px;
}

ul.btnblock > li > a:hover {
    text-decoration: none;
}
/*edit profile*/

.Editprofile_btn {
    background-color: #3d69fe;
    color: #fff;
    padding: 20px 30px;
    border-radius: 0;
}

    .Editprofile_btn:hover {
        background-color: #3d69fe;
        color: #fff;
        padding: 20px 30px;
        border-radius: 0;
    }
/*Register*/

.note {
    text-align: center;
    height: 80px;
    background: #3d69fe;
    color: #fff;
    font-weight: bold;
    line-height: 80px;
    margin-top: -16px;
    font-size: 25px;
}

.circle_box {
    width: 250px;
    height: 250px;
    border-radius: 0%;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    transition: all ease-in 0.2s;
    margin-left: auto;
    margin-right: auto;
}

    .circle_box:hover {
        box-shadow: 0 0 6px rgba(0, 96, 238, 0.8);
        cursor: pointer;
    }

    .circle_box > img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
        display: block;
        cursor: pointer;
    }
/*04-09-2019*/

.chat_mobile {
    background: #3d69fe;
}

.chat_mobilep {
    Color: #3d69fe;
}

.chat_search.fa-search:before {
    content: "\f002";
    position: absolute;
    top: 20px;
    right: 49px;
    Color: #3d69fe;
    cursor: pointer;
}

.chat_setting.fa-ellipsis-v:before {
    content: "\f142";
    position: absolute;
    top: 20px;
    right: 20px;
    Color: #3d69fe;
    cursor: pointer;
}

.Chat_body {
    height: 60px;
}

.Chat_color {
    background: #2e5dfc;
    color: #fff;
}

/*.chat_setting1.fa-ellipsis-v:before {
        content: "\f142";
        position: absolute;
        top: 45px;
        right: 20px;
        Color: #fff;
        cursor: pointer;
    }*/
.chat_setting1 {
    position: absolute;
    right: 20px;
    top: 35px;
}

.Chat_body1 {
    height: 100px;
}

.education_details {
    font-size: 10px;
    position: absolute;
    top: 50px;
    left: 0px;
}

.education_date {
    font-size: 10px;
    position: absolute;
    right: 20px;
}

@media only screen and (max-width:767px) {
    .chatting {
        margin-left: 0px !important;
        margin-top: 10px;
        height: 500px;
        overflow-y: auto;
    }

    .Chat_icons {
        display: none;
    }
}

.chat_setting2.fa-ellipsis-v:before {
    content: "\f142";
    position: absolute;
    top: 30px;
    right: -20px;
    Color: #fff;
    cursor: pointer;
}

.chat_flag.fa-flag:before {
    position: absolute;
    top: 30px;
    right: 10px;
    Color: #fff;
    cursor: pointer;
}

.chat_close.fa-close:before {
    content: "\f00d";
    position: absolute;
    top: 30px;
    right: -60px;
    Color: #fff;
    cursor: pointer;
}

.chat_background {
    background: #fbfbfb;
}

.chate_date {
    font-size: 14px;
}

.chat_reply {
    background: #e7ecff;
    /*height: 50px;*/
    padding-right: 90px;
    width: 250px;
}

.check-1 {
    font-size: 10px;
    color: #2e5dfc;
}

.check-2 {
    font-size: 10px;
    margin-left: -6px;
    color: #2e5dfc;
}

.date_chat {
    position: absolute;
    right: 10px;
    font-size: 10px;
    /*top: 30px;*/
}

.chat1 {
    position: relative;
    right: 35px;
    margin-top: 10px;
}

.reply_chat {
    margin-top: -12px;
    height: auto;
}

.chat2 {
    margin-left: 40px;
    margin-top: 10px;
}

.chat_reply1 {
    background: #f0f3fa;
    /*height: 50px;*/
    padding-right: 90px;
    width: 250px;
}

.Type_message {
    background: #e6e5e5;
}

.attach.fa-paperclip:before {
    content: "\f0c6";
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #6c6c6c;
}

.message {
    color: #6c6c6c;
}

.heading_new {
    position: relative;
    margin-bottom: 45px;
}

    .heading_new::before {
        content: "";
        position: absolute;
        width: 70px;
        height: 3px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -5px;
        background-color: #fff;
    }

    .heading_new::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 23px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -15px;
        background-color: #3d69fe;
    }

.blackLine.heading_new::before {
    background-color: #333;
}

.blackLine.heading_new::after {
    background-color: #fff;
}

.owl-theme#catagoriesD .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
/*select_category*/

.Collapse-bottom > a {
    display: block;
    position: relative;
    font-weight: 400;
    color: #333 !important;
    font-size: 16px;
    transition: all ease-in 0.2s;
}

    .Collapse-bottom > a:hover {
        color: #3d69fe !important;
        text-decoration: none;
    }

    .Collapse-bottom > a[aria-expanded="true"] {
        color: #3d69fe !important;
    }

    .Collapse-bottom > a:after {
        content: "\f078";
        /* fa-chevron-down */
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
    }

    .Collapse-bottom > a[aria-expanded="true"]:after {
        content: "\f077";
        /* fa-chevron-up */
    }

.loginfrom {
    padding: 30px;
}

.title_heading {
    background-color: #3d69fe;
    margin-bottom: 18px;
}

    .title_heading .breadcrumb {
        margin-bottom: 0 !important;
        padding-left: 10px;
    }

    .title_heading ol.breadcrumb > li.breadcrumb-item {
        font-size: 14px;
        font-weight: 400;
    }

        .title_heading ol.breadcrumb > li.breadcrumb-item.active {
            font-weight: 600;
        }

.charitysection {
    padding-bottom: 25px;
}

.triangle {
    position: relative;
    overflow: hidden;
}

.charitybox {
    margin-bottom: 30px;
    cursor: pointer;
}
/*add_trade_details*/

.Post_trade {
    Color: #3d69fe;
}

.add_trade {
    Color: #3d69fe;
}

.post_background {
    background-color: #fbfbfb;
}

.describe {
    padding: 80px;
}

.No-of-words {
    float: right;
    margin-top: -40px;
}

.Upload-Img {
    font-size: 45px;
    color: gray;
}

.field {
    background: #f2f2f2;
    cursor: pointer;
}

    .field:hover {
        border: 1px solid #3d69fe;
        background: #fff;
        cursor: pointer;
    }

.Upload-Img:hover {
    font-size: 45px;
    color: #3d69fe;
}



.toggle {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 27px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

    .toggle:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 17px;
        height: 16px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

input:checked + label {
    background: #3d69fe;
}

input:checked + .toggle:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

label:active:after {
    width: 130px;
}

.toggles {
    display: flex;
}

.Postnow {
    background: #3d69fe;
    color: #fff;
    padding: 15px 40px;
    border-radius: 0;
}

    .Postnow:hover {
        background: #3d69fe;
        color: #fff;
        padding: 15px 40px;
        border-radius: 0;
    }

.block_thumnail h4,
.block_thumnail h5 {
    text-align: center;
}

.block_thumnail h4 {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 400;
}

.block_thumnail h5 {
    font-weight: 300;
    font-size: 15px;
}

.block_thumnail {
    margin-bottom: 25px;
}

.seeallBtn {
    justify-content: flex-end;
    display: flex;
    margin-top: 20px;
    color: #3d69fe !important;
}

#Arrow .owl-next {
    position: absolute;
    right: -31px;
    font-size: 60px;
    top: 26%;
}

#Arrow .owl-prev {
    position: absolute;
    left: -31px;
    font-size: 60px;
    top: 26%;
}

#Arrow.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #0012fb;
    text-decoration: none;
}

.haeding-tital {
    margin-top: 30px;
    margin-bottom: 35px;
}

@media (max-width: 1199px) and (min-width:768px) {
    .circle_box {
        width: 200px;
        height: 200px;
    }
}

input:focus {
    outline: 0;
    box-shadow: none !important
}

img.img-fluid.profile_border {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.imageview {
    width: 267px !important;
}

.googlebtn {
    width: 74%;
    margin-left: 53px;
}

.categoryview {
    background-color: #3d69fe;
    color: #ffffff;
    height: -21%;
    margin-top: 0px;
    margin-bottom: -60px;
}

.square_product {
    border-radius: 0%;
}

.carousel {
    position: relative;
    top: -60px;
}

.chat-message {
    margin-top: -13px;
    margin-left: -14px;
    font-size: 12px;
}

.mrg-left {
    margin-left: -15px;
}

.chat-trade-img {
    width: 50px;
    height: 50px;
    margin-top: 5px
}

.chat-user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 40px;
}

.badge-circle {
    border-radius: 50%;
    /*margin-left: 5px;*/
}

div.disabled {
    pointer-events: none;
    opacity: 1;
    background: #6ab6ff;
}

.sold-lable {
    background-color: yellow;
    height: 22px;
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.sold_image {
    position: absolute;
    top: 5px;
    font-size: 10px;
    background-color: #F2CB0E;
    padding: 2px;
    color: black;
}

.deletd_img {
    position: absolute;
    top: 36px;
    font-size: 10px;
    background-color: #F2CB0E;
}

.chat-trade-img {
    border: 1px solid #ccc2c2;
    border-radius: 50%;
    margin-left: 0;
}

.profile-img {
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.delete-chat1 {
    margin-top: -15px !important;
    cursor: pointer;
    position: absolute;
    left: 136px;
    padding: 5px 10px 5px 10px;
}

.delete-chat2 {
    margin-top: -15px !important;
    cursor: pointer;
    position: absolute;
    right: 136px;
    padding: 5px 10px 5px 10px;
}

.start_chat {
    margin-top: 100px;
}

.scroll-y {
    overflow-y: auto;
    height: 300px;
}

.deleteimage {
    width: 30px;
    margin-top: -185px;
    /*margin-right: 37px;*/
    margin-left: 68px;
}

.deleteimage_edit {
    width: 30px;
    margin-top: -261px;
    margin-right: 37px;
    margin-left: 246px;
}


.soldimages {
    /* margin-top: -503px; */
    /* margin-right: 37px; */
    /* margin-left: 166px; */
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 2px;
    background-color: #F2CB0E;
    font-size: 10px;
}

.icons_ {
    position: absolute;
    top: 20px;
    left: 35px;
    color: red;
}

.left_right_arrow {
    width: 20px;
    height: 51px;
    margin-top: 280px;
}

/*.img-slider {
    /*width: 243px !important;
    height: 377px !important;
    position:center;
}*/

/*.img_ {
    /*width: auto ;
    height: auto ;
    position:absolute;
}*/
.soldimage {
    background-image: url(../../assets/images/sold_icon.png)
}

.unsoldimage {
    background-image: url(../../assets/images/Unsold_icon.png)
}

.sold_ {
    width: 25px;
}

.unsold_ {
    width: 25px;
}

.icons_singletrade {
    position: absolute;
    top: 36px;
    left: 20%;
    color: red;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media only screen and (max-width:767px) {
    .icons_ {
        position: absolute;
        top: 20px;
        left: 55px;
    }

    .mrg-left {
        position: relative;
        left: 70px;
        top: -65px;
    }

    .chat-message {
        position: relative;
        top: -55px;
        left: 70px;
    }

    .education_details {
        font-size: 10px;
        position: absolute;
        top: -10px;
        left: 72px;
    }

    .education_date {
        font-size: 10px;
        position: absolute;
        right: 20px;
        top: -140px;
    }

    .chat_setting1 {
        position: absolute;
        right: 20px;
        top: -80px;
    }
}




@media (min-width:768px) and (max-width:1023px) {
    .location_block .location-sub {
        height: 48px;
        border: 0;
        padding-left: 30px;
    }

    .location_block::before {
        font-family: FontAwesome;
        content: "\f041";
        position: absolute;
        left: 15px;
        top: 13px;
        font-size: 18px;
        cursor: pointer;
        color: #bbbaba;
    }
}


@media (min-width:768px) and (max-width:1023px) {
    .chat-trade-img {
        width: 45px;
        height: 45px;
        margin-top: 5px;
        margin-left: -15px;
    }

    .chat-user-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 35px;
        left: 25px;
    }

    .mrg-left {
        margin-left: 40px;
        margin-top: -60px;
        font-size: 12px;
    }

    .chat-message {
        margin-top: 30px;
        margin-left: 45px;
        font-size: 10px;
    }

    .education_details {
        font-size: 11px;
        position: absolute;
        top: 5px;
        left: 60px;
    }

    img.img-fluid.profile_border {
        border-radius: 50%;
        width: 0px;
        height: 0px;
    }
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

html, body, container {
    height: 100%;
    width: 100%;
    margin: 0;
}

.setimage {
    width: 150px;
    height: 100%;
}

.setimage_parent {
    width: 100%;
    height: 120px;
}

.chat_close {
    position: absolute;
    margin-top: -15px;
    margin-left: 50px;
}

#btn-send {
    position: absolute;
    right: 35px;
    top: 25px;
}

.snd-img {
    width: 20px;
}

.size {
    width: 50px;
    /*margin-top: -24px!important;*/
}

.img-slider {
    width: 100%;
    height: 350px !important;
    object-fit: contain;
}

.btn-edit {
    background: #3d69fe;
    border: #3d69fe;
}

.btn-delete {
    background: #3d69fe;
    border: #3d69fe;
}

.profile_head {
    font-size: 20px;
}

.edit_prof {
    font-size: 25px;
}

.nav-pills > li > a:hover {
    cursor: pointer;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

    .remove:hover {
        background: white;
        color: black;
    }


.buttonload {
    /*background-color: #4CAF50;*/ /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
}

/* Add a right margin to each icon */
.spinner_ {
    margin-left: -12px;
    margin-right: 8px;
}

.acceptOffer {
    position: relative;
    margin-left: 460px;
    margin-top: 10px;
}

.subcategories {
    text-align: left;
    color: #757b8b;
    margin-left: 30px;
}

.categories {
    text-align: left;
    color: #3d69fe;
}

.ratepervalue {
    margin-top: 2.5rem !important;
}

.dropdown-item {
    text-align: left !important;
}

i#likebtn_1362 {
    margin-top: 20px;
}

div#trade_map {
    width: 100% !important;
}

button#btn_spin {
    background: #3d69fe;
}

.slideasjustment {
    margin-top: 8% !important;
}

@media only screen and (max-width:767px) {
    .dropdown {
        margin: 0px 0 0 0px !important;
    }
}

.edittradeimages {
    width: 30px;
    margin-top: -157px;
    /* margin-right: 37px; */
    margin-left: 53px;
}

.catedit {
    height: 498px;
    overflow: auto;
}

.privacy_header {
    height: 86px;
}

.footer_edit {
    text-align: center;
    padding-top: 20px;
}

.cat_img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.thumb-content.text-center {
    margin-top: 20px;
}

.fb_ {
    width: 197px;
    margin-left: 133px;
}

.navigation_::before {
    font-family: FontAwesome;
    content: "\f041";
    position: absolute;
    left: 30px;
     /*top: 79px;*/
    top: 68px;
    font-size: 18px;
    cursor: pointer;
    color: #bbbaba;
}

.navigation_ .location-sub {
    height: 48px;
    /*border: 0;*/
    padding-left: 65px;
}


@media only screen and (max-width:767px) {
    .icons_ {
        position: absolute !important;
        top: 15px !important;
        left: 90px !important;
        color: red;
    }
}

@media only screen and (max-width:767px) {
    .row.no-gutter1 {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        bottom: 0;
        margin-bottom: 0px;
    }
}

.blog .carousel-indicators .active {
    background: #707070;
    width: 18px !important;
    height: 0px !important;
    margin: 0px !important;
    border-radius: 50%;
    border-color: transparent;
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 18px !important;
    height: 0px !important;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -60px !important;
}

.all_cat {
    color: #003aff !important;
    border-color: #003aff !important;
}

.dropdown_ {
    width: 144px !important;
    float: left !important;
    position: relative !important;
    margin-left: 0 !important;
}

.dropdown-sub {
    color: #3d69fe !important;
    overflow-y: scroll;
    height: 450px !important;
    overflow-x: hidden;
    cursor: pointer;
}

.dropdown-submenu {
    background-color: #fff;
    position: absolute;
    border-radius: 0px;
    width: 888px;
    height: 450px !important;
    left: 207px;
    top: -1px;
    padding: 0px;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    cursor: pointer;
    overflow-x: hidden
}
.nodata {
    color: #7b90dc;
    margin-left: 378px;
}
.nodataimage {
    width: 113px;
    margin-left: 503px
}
@media only screen and (max-width:767px) {
	.header{
	height: auto;
	}
	.rightBlock{
	width:100%;
		padding-top:10px;
	}
}
	
@media only screen and (max-width:767px){.footer {
background-color: #333333;
color: #fff;
height: 235px;
}}
@media only screen and (max-width:767px){ .fb_ {
width: 100%;
margin-left: 0px;
}
}
@media (min-width:768px) and (max-width:1023px){ .header {
height: 220px;
}
}
.cat_drpdwn {
width: 260px !important;
}
@media (min-width:768px) and (max-width:1365px){ .profile_drpdwn {
left: -80px !important;
}
}
.btn_info {
    background: #25b7d3;
    color: #fff;
    font-size: 15px;
}