
html {
  scroll-behavior: smooth;
}
body {
    background: white;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
   font-family: 'Poppins', sans-serif !important;
    color: #000;
 /*  padding-top: 83px*/
}

ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
h1{
    margin: 0;
}
h2{
    margin: 0;
}
h3{
    margin: 0;
}
h4{
    margin: 0;
}
h5{
    margin: 0;
}
h6{
    margin: 0;
}
p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.modal-header {
    text-align: left;
    background: #fff;
    color: #000;
}
.modal {
    background: rgba(0,0,0,.7);
}
h4.modal-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.modal-body td {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

header.header-sec img {
    width: 100%;
}
section.slick_slider ul.slick-dots {
    /* display: flex; */
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px; 
}
section.slick_slider ul.slick-dots li button {
    padding: 0;
    border: 0;margin-right: 10px;
    background:#000;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
    outline: none;
}
 section.slick_slider ul.slick-dots li.slick-active button {
    background: #38cbdd;
}
    section.slick_slider button.slick-arrow {
        width: 20px;
        background: red;
        height: 20px;
        border-style: none;
    }

    section.slick_slider button.slick-arrow {
        position: absolute;
        top: 40%;
        left: 0px;
        z-index: 1;
          width: 45px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    height: 58px;
    border-radius: 0px 5px 5px 0px;
    }

    section.slick_slider button.slick-prev.slick-arrow:before {
        content: "\f177";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #000;
        position: absolute;
        top: 11px;
        font-size: 24px;
        left: 3px;
    }

    section.slick_slider button.slick-next.slick-arrow {
        position: absolute;
        top: 40%;
        right: 0px;
        left: auto;
        transform: scaleX(-1);
    }

        section.slick_slider button.slick-next.slick-arrow:before {
            content: "\f177";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #000;
            position: absolute;
            top: 11px;
            font-size: 24px;
            left: 3px;
        }



.rec_bill_payment {
    background: black;
    padding: 20px 30px 40px;
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
    border-radius: 15px;
    width: 40%;margin-top: -30px;
    position: relative;
}
.bill_payment h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;color: white;
}
ul.check_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;padding: 10px 0px 15px;
}

ul.check_box .form-check label {
    font-size: 16px;
    font-weight: 500;color: #fff;
}
.input-prepend label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

    .input-prepend label span {
        color: #fff;
        padding-left: 3px;
    }

    .recharge-oprator {
    background: white;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}
    span.nadeemmmk {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 0px;cursor:pointer;
}
     span.nadeemmmk img {
     width: 20px;
     margin-right: 10px;
   }
.recharge-oprator li {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #ccc;
    padding: 6px 0px;
    cursor: pointer;
}
.recharge-oprator li:hover{
    background:linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
}
.recharge-oprator li a {
    cursor: pointer;
}

.form-item .form-item input {
    width: 100%;
    height: 45px;
    background: white;
    border: 1px solid #000;
    font-size: 15px;
    letter-spacing: 1.5px;
}


.Username {
    position: relative;
}

.text-center a {
    color: #e3a32f;
    font-size: 16px;
}

.form-item {
    margin-bottom: 15px;
}

.Username input {
    display: block;
    width: 100%;
    height: 45px;
    background: none;
    border-bottom: 1px solid #75869a !important;
    transition: all .3s ease;
    padding: 0 15px;
    border-radius: 0px;
    border-style: none;
    color: #ffffff;outline: none;
}

     
        .Username input:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.Username input ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #d0a923;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.Username label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 14px;
    left: 0px;
    font-size: 16px;
    font-weight: 400;
    /* background: #1fa1e4; */
    padding: 2px 5px;
    color: #ffffff;
    transition: all .3s ease;
}


    .Username input:focus + label,
    .Username input:valid + label {
        font-size: 13px;
        top: -8px;
        color: #ffffff;
    }

    .Username input:focus + label {
        color: #ffffff;
    }

.b_plan {
    display: flex;
    justify-content: space-between;
}

.browse_plan {
    width: 30%;
}

.b_plan .Username {
    width: 70%;
}
.browse_plan a {
    color: #d0a923;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.browse_plan span {
    font-size: 14px;color: #ffffff;
}
 
.submit_btn {
    width: 100%;
    height: 50px;
    display: inline-block;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    text-align: center;
    line-height: 50px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    transition-duration: 0.6s;
    border-style: none;
    text-decoration: none;
    margin-top: 20px;
}
.submit_btn:hover {
    background: linear-gradient( to left, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    color: #000;
}
label.form-check-label {
    color: #d0a923;
    font-size: 18px;
}
label.form-check-label i {
    margin-right: 10px;
}
input#inlineCheckbox1 {
    margin-right: 10px;
}
.form-check p {
    color: #ffffff;
}

/**************** Start Refer & Earn section cssssssssssss 4-10-2021  by Nadeem********************/

section.refer_section {
    padding: 80px 0px;
}
.refer_earn h5 {
    font-size: 35px;
    font-weight: 600;
}
.refer_earn h6 {
    font-size: 18px;
    margin: 10px 0px 15px 0px;line-height: 32px;
}
.othersSlot {
    margin-top: 35px;
}
.refer_earn p {
    text-align: justify;
}
.download_app p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.othersSlot h3 {
    font-size: 30px;
}
.referearn_img img {
    width: 100%;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/**************** End Refer & Earn section cssssssssssss 4-10-2021 ********************/


/**************** Start payment App section cssssssssssss 5-10-2021 by Nadeem ********************/
section.payment_app {
    padding: 80px 0px 80px;
    background: #f2f2f2;
}
ul.re_slot {
    padding: 20px 0px 0px;
}

ul.re_slot li {
    font-size: 18px;
    margin-bottom: 15px;
}

ul.re_slot li i {
    margin-right: 15px;
}


section.secure_payment {
    margin: 80px 0px;
}
.securepaymentSLot .iconSlot{
    width: 120px;
    height: 120px;
    background: #000;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
}

.iconSlot img {
    width: 60px;
    margin: 32px auto;
}

.securepaymentSLot {
    text-align: center;
}

.securepaymentSLot h3 {
    font-size: 20px;
    margin: 15px 0px 5px;
}




section.get_it {
    margin: 0px 0px 80px;
}
.last_section {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #ccc;
}
ul.txtSlot li {
    font-size: 16px;
    margin-bottom: 20px;
}

ul.txtSlot i {
    margin-right: 10px;
}

.learn_more {
    text-align: right;
}

.learn_more a.submit_btn {
    width: 170px;
}


/**************** Start Jiyo indya business section cssssssssssss 6-10-2021 by Nadeem ********************/
.header-section {
    background: #000;
    transition: all .3s ease;
    height: 67px;
    padding: 10px 0px;
}

    .header-section.fixed {
        transition-duration: 500ms;
        /* background-color: #d7dfef; */
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        transition: all .3s ease;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }


ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 5px;
    }



        ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
            background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%) !important;
            color: #000;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link {
            font-size: 15px;
            font-weight: 500;
            padding: 9px 15px;
            border-radius: 30px;
            text-transform: uppercase;
            text-decoration: none;color: #fff;
        }

@keyframes glowing {
    0% {
        background-color: #d0a923;
        box-shadow: 0 0 5px #d0a923;
    }

    50% {
        background-color: #d0a923;
        box-shadow: 0 0 20px #d0a923;
    }

    100% {
        background-color: #d0a923;
        box-shadow: 0 0 5px #d0a923;
    }
}

.login_signup a.nav-link {
    animation: glowing 1300ms infinite;
}
.login_signup a.nav-link {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    color: #000 !important;
    box-shadow: 0px 0px 12px 3px #d0a923;
}
img.logo_imgs {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all .3s ease;
    padding: 5px 0px;
}

.header-section.fixed img.logo_imgs {
    width: 90%;
    height: auto;
    transition: all .3s ease;
}
.main_div {
    background: #000;text-align: center;
}
.jiyo_plan {
    padding: 40px 0px;
}
a.apply_now{
    color: #000;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    text-decoration: none;
    padding: 8px 55px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
}
h3.OpportunitySlot {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 60px;
}
h3.OpportunitySlot  span {
    color: #d0a923;
}
.jiyo_plan p {
    color: white;
}
img.teamSlot {
    width: 100% !important;
    max-width: 70% !important;
}
.main_div .container {
    width: 100%;
    max-width: 900px;
}
.contentSlot {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    padding: 30px;
    border-radius: 10px;margin-top: -100px;
    position: relative;
}
.contentSlot h6 {
    font-size: 18px;
    line-height: 36px;
    color: #000;margin-bottom: 15px;
}
.contentSlot p {
    color: #000;
    margin: 10px 0px 0px;
}
.contentSlot img {
    width: 100px;
}

.PerksSlot {
     background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    height: 100px;transition-duration: 0.6s;
}
.PerksSlot:hover {
    transform: scale(0.9);
    transition-duration: 0.6s;
    cursor: pointer;
}
.leftS img {
    width: 100%;
    max-width: 100px;
    background:none;
    padding: 20px;
    height: 100px;
}
.rightS {
    /* float: right; */
    font-size: 20px;
    margin: 0px 0px 0px;
    position: absolute;
    top: 20px;
    left: 105px;
    color: #000;
    text-align: left;font-weight: 600;
}
.leftS {
    float: left;
}

.contentSlot h5 {
    font-size: 35px;
    color: #000;
    line-height: 45px;
    margin-bottom: 15px;
}
.contentSlot h4 {
    font-size: 24px;
    color: #000;
    line-height: 36px;
    margin: 15px 0px;
}
ul.services_iconSlot {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

ul.services_iconSlot li {
    width: 14.28%;padding-bottom: 20px;
}
.services_icon {
    background: #000;
    padding: 20px;
    border-radius: 10px;
}
.services_maindiv {
    background: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    margin: 40px 0px 40px 0px;
}
ul.services_iconSlot li img {
    width: 50px;
}
.services_maindiv a.apply_now {
    position: relative;
    top: -20px;
    margin: 0px;
}
.meetingSlot .contentSlot {
    margin-top: 0px;
}
ul.getstart {
    display: flex;
    width: 100%;
    background: white;
    border-radius: 10px;
    padding: 20px;margin-bottom: 35px;
}

ul.getstart li {
    width: 33.33%;
}

ul.getstart li img {
    width: 70px;
    margin-bottom: 10px;
}
ul.reg_for {
    display: flex;
    width: 100%;
}
ul.reg_for li {
    width: 50%;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
ul.reg_for.everySlot {
    margin: 20px 0px;
    background: transparent;
}
ul.reg_for.everySlot li {
    width: 50%;
    color: #fff;
    background: #44d5f4;
    margin-right: 15px;
    padding: 20px 50px;border-radius: 7px;
}

/**************** Start FAQs section cssssssssssss ********************/

  .accordion-item {
            background: #fff;
            margin-bottom: 15px;
            box-shadow: 0px 0px 9px #0000002e;
            border-radius: 5px !important;
        }

        

        .faq-sec .accordion-button:not(.collapsed) {
            color: #fff;
            background-color: #44d5f4;
        }

        .faq-sec .accordion-button:focus {
            z-index: 3;
            border-color: #9e9e9e;
            outline: 0;
            box-shadow: none;
        }
        .accordion-body ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
.faq-sec button.accordion-button.collapsed {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%) !important;
}
.faq-sec .accordion-body p {
    color: #000;text-align: left;
}
ul.mnkSlot {
    list-style: square;
    padding-left: 25px;
    padding-top: 15px;
}

ul.mnkSlot li {
    color: #000;
    text-align: left;
}
button.accordion-button i {
    padding-right: 10px;
}
.faq-sec {
    padding: 40px 0px;
}

label.form-check-label.in-wallet {
    display: inline-block !important;
    text-align: right;
    padding: 0px 0px 0px 62px;
}

/**************** Start testimonial_sec section cssssssssssss ********************/

section.testimonialSlt {
    background: #fff;
    padding: 30px 0px 40px;
    background-position: 50%;
    margin: 40px 0px 0px;
    position: relative;
    transition: all 0.5s ease 0s;
    border-radius: 10px;overflow: hidden;
}
.carousel-inner.testimonial_sec {
    width: 100%;
    margin: 0px auto;
}
.text0 {
    height: 140px;
    width: 90%;
    padding: 35px 0px 0px 80px;
    color: #333;
    font-size: 14px;
    position: relative;
    margin: auto;
    text-align: left;
}
.quote {
    width: 31px;
    height: 27px;
    left: 35px;
    top: 35px;
    position: absolute;
    background: url(../images/quots.png) no-repeat 0 0;
}
.text0 p {
    font-size: 15px;
    line-height: 30px;color: #000;
}
.userprofile {
    text-align: center;
    margin: -20px 0px 0px;
    display: flex;
    justify-content: center;
    position: relative;
}
.userprofile img {
    width: 115px !important;
    height: 115px;
    border-radius: 50%;
    box-shadow: 0px 0px 11px 2px #44d5f4bd;
}
.userprofile h3 {
    font-size: 22px;
    margin: 0px;
    color: #000;text-transform: uppercase;
}
.userprofile div {
    margin: 30px 0px 0px 20px;
}
span.position {
    font-size: 18px;
    color: #000;
}
.brack-line.testimonial:after {
    background: #fff;
}
.brack-line.testimonial {
    background: white;
}
section.testimonialSlt .owl-nav {
    position: absolute;
    top: -20px;
    left: -80px;
    width: 70px;
    height: 40px;
    background: black;transition: all 0.5s ease 0s;
    /* opacity: 0;
    transform: scaleY(0);*/
}
section.testimonialSlt:hover .owl-nav {
    /*opacity: 1;
    transform: scaleY(1);*/left: 0px;
}
section.testimonialSlt button {
    color: #fff !important;
    font-size: 40px !important;
    line-height: 34px !important;
    margin: 0px 9px;
}



.counting_sec {
    margin: 40px 0px 0px;
}
.PerksSlot.countingleft {
    border-radius: 50px 10px 10px 50px;
}
.PerksSlot.countingleft .leftS {
    height: 100px;
    width: 100px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-radius: 50px;
    font-size: 35px;
    font-weight: 600;
    line-height: 100px;
    color: #000;
    box-shadow: 6px 1px 12px rgb(0 0 0 / 20%);
}

.PerksSlot.countingleft .rightS {
    font-size: 30px;
    margin: 5px 0px 0px 30px;
}


.PerksSlot.countingright {
    border-radius: 10px 50px 50px 10px;
}
.PerksSlot.countingright .leftS {
    height: 100px;
    width: 100px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-radius: 50px;
    font-size: 35px;
    font-weight: 600;
    line-height: 100px;
    color: #000;
    box-shadow: -6px 1px 12px rgb(0 0 0 / 20%);    position: absolute;
    top: 0px;
    right: 0px;
}

.PerksSlot.countingright .rightS {
    font-size: 30px;
    margin:5px 4px 0px -30px;
}

/**************** Start welcome-letter  section cssssssssssss ********************/
.welcom-letter-maindiv {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    padding: 30px;position: relative;overflow: hidden;
}
.welcom-letter-maindiv:after {
    content: '';
    position: absolute;
    top: 72px;
    left: -38px;
    width: 33%;
    height: 100%;
    background: url(../images/Left-top-leaf.png);
    background-repeat: no-repeat;
    background-size: 50%;
}
.welcom-letter-maindiv:before {
    content: '';
    position: absolute;
    top: 70px;
    right: -78px;
    width: 20%;
    height: 100%;
    background: url(../images/Right-top-leaf.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 99;
}
.welcom-letter-maindiv2 {
    background: black;
    padding: 30px;position: relative;
}
.welcom-letter-maindiv2:after {
    content: '';
    position: absolute;
    top: 77%;
    left: -98px;
    width: 35%;
    height: 100%;
    background: url(../images/Left-bottom-leaf.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.welcom-letter-maindiv2:before {
    content: '';
    position: absolute;
    top: 48%;
    right: -107px;
    width: 28%;
    height: 100%;
    background: url(../images/right-bottom-leaf.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
ul.welcome-letter-header {
    display: flex;
    justify-content: space-between;
}
ul.welcome-letter-header li {
    color: #fff;
    font-size: 20px;
    width: 33.33%;
}

img.welcome-letter-logo {
    width: 100%;
    max-width: 50%;
    margin: 0px auto;
    display: flex;
}
.countentSlot {
    text-align: center;
}
.countentSlot h5 {
    color: #44d5f4;
    font-size: 50px;
    font-family: Consolas;text-transform: uppercase;font-weight: 600;
}
.countentSlot h3 {
    color: #fff;
    font-size: 30px;
    margin: 0px 0px 20px;
}
.welcome-jiyo-txt {
    margin: 40px 0px 0px;position: relative;
}
.welcome-jiyo-txt:after {
    content: '';
    position: absolute;
    top: -23px;
    left: 39px;
    width: 90%;
    height: 4px;
    background: white;
    border-radius: 30px;
}
.welcomeSlot h2 {
    font-size: 26px;
    color: #d0a923;
}
.welcomeSlot p {
    font-size: 15px;
    margin: 10px 0px;
    padding: 0px;
    text-align: justify;
    line-height: 25px;
}
.welcomeSlot h6 {
    font-size: 26px;
    color: #44d5f4;
    margin: 20px 0px 0px;
    font-family:Constantia;
    font-weight: 600;
    letter-spacing: 3px;
}
img.congratulation-img {
    width: 100%;
}

img.congratulation-img3 {
    width: 390px;
    margin: 0px auto;
    display: flex;
}
ul.logindetails li {
    margin-bottom: 10px;
}
ul.logindetails li label {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
ul.logindetails li span {
    font-size: 16px;
}
.thankyou {
    text-align: right;
}

.thankyou h3 {
    font-size: 22px;
    margin: 15px 0px 0px;
}

section.breadcrumbs {
    background-image: url(../images/bg_sec.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px 0px;
    margin: 0px;
    background-position: 50%;
}
h2.contact_Slot {
    font-size: 35px;
    color: #fff;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}
li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb-item.active {
    color: #fff !important;
}
li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff !important;
    content: ">>";
}

/*****============ Start product  section cssssssssssss by-Nadeem===========================**/
.sortSlot {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px 0px 30px;
    align-items: center;
}
.sortSlot label {
    font-size: 18px;
    color: #000;
}

.select-option {
    width: 25%;
}
.select-option select.form-select {
    width: 100%;
    border-radius: 30px;
    height: 42px;
    font-size: 16px;
    color: #000;box-shadow: 0px 0px 7px 0px #d0a923ab;
    border: 0px;
}
section.ji-products {
    padding: 60px 0px;
}
.product-card {
    background: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;margin-bottom: 30px;position: relative;
}
.product-card-offer {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: black;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    padding: 6px 0px;
}
.product-card-offer span {
    color: #fff;
    font-size: 13px;
}
.product-card-imgs {
    position: relative;
}
.product-card-imgs img {
    width: 100%;
}
.product-card-imgs-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
}
.product-card-imgs:hover .product-card-imgs-hover {
    opacity: 1;
}
.product-card-imgs-hover img {
   width: 100%;
}

.product-card-details {
    padding: 10px;
}
.product-card-details a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.product-card-details div {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 0px;
}
span.dateAs {
    font-size: 16px;
    color: #000;
}
span.dateAs.dpprice {
    color: #f44336;
    text-decoration: line-through;
}
.overviewSot li.page-item a.page-link {
    background: black;
    color: #fff;
    font-size: 16px;
    outline: none;border: 1px solid #d0a923;
}
.overviewSot li.page-item.active a.page-link {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);color: #000;
}
.overviewSot li.page-item a.page-link:hover {
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);color: #000;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.filtter-section .accordion-item {
    background: #fff;
    border-radius: 0px !important;border: 0px;
    box-shadow: 0px 0px 8px #ccc;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.filtter-section .accordion-button:not(.collapsed) {
    color: #fff;
   background: #000;
    box-shadow: none;
}
.filtter-section .accordion-button {
    color: #fff;
    background: #000;
    box-shadow: none;
    padding: 0px 10px;
    width: 100%;
    height: 42px;transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.filtter-section .accordion-button::after {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 9px;
    font-size: 16px;
    right: 10px;
    z-index: 99;
    background-image: none;transition: all 0.5s ease;
}
.filtter-section .accordion-button:not(.collapsed)::after {
     content: "\f068";
     color: #fff;transform: none;right: 20px;
}
.product-zooming img {
    width: 100%;
}
.elevatezoom-div {
    width: 415px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}
.product-zooming {
    display: flex;
    justify-content: space-between;position: relative;
}

.data-zoom-image img {
    width: 100px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
}
.mnk {
    text-align: right;
    position: absolute;
    right: 25px;
}
.mnk a.dateAs {
    font-size: 16px !important;
}
section.ji-products-details {
    margin: 60px 0px;
}
.product-size label {
    color: #000;
    font-size: 18px;
    margin: 0px 0px 5px;
}
ul.sizeSlot li {
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
    position: relative;
}
.product-full-details .product-card-details a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}
.product-full-details .product-card-details div {
    display: inherit;
    justify-content: space-between;
    margin: 10px 0px 0px;
}
ul.sizeSlot li a {
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    font-weight: 600;
    cursor: pointer;
    min-width: 50px;
    height: 50px;
    border-radius: 100px;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 5px;
    color: #000;
    text-decoration: initial;transition-duration: 0.6s;
}
ul.sizeSlot li a:hover{
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);transform: translate(0px,-10px);transition-duration: 0.6s;
}
.shop_btn {
    width: 200px;
    height: 40px;
    display: inline-block;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    text-align: center;
    line-height: 40px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    transition-duration: 0.6s;
    border-style: none;text-decoration: none;text-transform: uppercase;
}
.shop_btn:hover {
    background: linear-gradient( to left, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-radius: 5px;
    transition-duration: 0.6s;
    color: #000;
    text-decoration: none;
}
.addto-cart {
    margin: 30px 0px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d7b435;
    outline: 0;
    box-shadow: none;
}
.pincodeSlot {
    position: relative;
}
.pincodeSlot input.form-control {
    border-radius: 0px;
    width: 70%;
    height: 40px;
    font-size: 14px;margin: 0px 0px 10px;
}
.pincodeSlot a {
    position: absolute;
    right: 30%;
    top: 16px;
    display: inline-block;
    width: 100px;
    height: 40px;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;color: #000;
}
.descripation-tab {
    margin: 30px 0px;
}

.nav-tabs li.nav-item .nav-link.active {
    color: #000000 !important;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-color: #d0a923;
    position: relative;
}
.nav-tabs li.nav-item {
    margin-right: 15px;
}
.nav-tabs li.nav-item .nav-link.active:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #d0a923 transparent transparent transparent;
    position: absolute;
    top: 43px;
    left: 30px;
}
.nav-tabs {
    border-bottom: 5px solid #d0a923;
    border-radius: 3px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #000000 !important;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    border-color: #d0a923;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}
.tab-pane p {
    padding: 15px 10px 10px;
}

.tab-pane p label {
    font-size: 16px;
    font-weight: 600;
}
.clickby a {
    color: #d0a923;
}
.clickby {
    margin: 10px 0px 0px;
}
.descripation-tab .tab-content {
    padding: 10px 15px;
    background: #f2f2f2;
}
.choose_header {
    text-align: center;
    margin-bottom: 10px;
}
.choose_header h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gotham' !important;
    margin: 0px;
}
.reflection-text {
    position: relative;
    margin: -5px 0px 30px;
    display: inline-block;
}
.reflection-text div {
    position: absolute;
    text-align: center;
    bottom: -2rem;
    width: auto;
    display: inline;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.reflection-text div i {
    color: #000;
    z-index: 9;
    font-size: 16px;
    position: relative;
    background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 26px;
}
.reflection-text .one {
    width: 90px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 130%;
    background: #000;
    z-index: 9;
}
.reflection-text .two {
    width: 90px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 130%;
    background: #000;
    z-index: 9;
}


