﻿.minpght {
    min-height: 500px;
    margin: 2pc 0;
}

.redclr, .redtext {
    color: red;
}

.mainpgheader {
    padding: 4pc 0pc 1pc;
    background-color: #212863;
    text-align: center;
    position: relative;
    color: white;
    text-align: center;
}

    .mainpgheader .Pgheader h2 {
        color: #fff;
    }

.bottom-pointer {
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    transform: translateX(-50%);
}

.btnback {
    float: right;
}
/*about-us.aspx*/
.minpght p {
    font-size: 16px;
}

.minpght .check-icon {
    color: #212863;
}

/*review page*/
.minpght .nav-tabs .nav-link {
    border: none;
    color: rgb(17, 17, 17);
    font-weight: 400;
    transition: all 0.3s ease;
    margin-bottom: 1px;
    border-radius: 25px;
    position: relative;
    padding-bottom: 8px;
}

    .minpght .nav-tabs .nav-link:hover {
        background-color: #c7c8ce;
        border-radius: 30px;
    }

    .minpght .nav-tabs .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #000; /* black underline */
        border-radius: 2px;
    }



/*service page*/
.bggrey {
    background-color: #f3f3f3;
}

.border1 {
    border: 1px solid #eee;
}

.downward-triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f3f3f3; /* Match background of next section */
    position: relative;
    top: 0;
    margin: -12px auto -14px auto; /* Pulls the triangle up into the next section */
    z-index: 2; /* Ensures it's above */
}

.downward-triangles {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    position: relative;
    top: 0;
    margin: -12px auto -14px auto;
    z-index: 2;
}

.smallpadding {
    padding-top: 0px;
}

.paddlr {
    padding: 0 3pc;
}

    .paddlr h3 {
        color: #212863;
    }

@media (max-width: 767.98px) {
    .smallpadding {
        padding: 25px 0 15px 0;
    }

    .paddlr {
        padding: 0 1pc;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .smallpadding {
        padding: 15px 0 15px 0;
    }
}

/*-------Contact Page-------*/

.contact-item .icon img {
    background: #212863;
    border-radius: 50%;
    padding: 14px;
    margin-bottom: 10px;
    border: 4px double #fff;
}

.minpght .form-group {
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .contact-bg {
        margin-top: 2pc;
    }
}

/*-------Education page-------*/

.edu-info h5 a {
    font-weight: 700;
    color: #212863;
}

.knowmore a.service-item {
    color: #000000;
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #fff;
    transition: ease-in;
    transition-delay: 0.1s;
}

    .knowmore a.service-item:hover {
        color: #000000;
        background: #f3f3f3;
        padding: 10px;
        border: 1px solid #232323;
    }


/*Faqs page*/
.faqs-heading {
    font-weight: 600;
    font-family: var(--default-font);
    color: var(--default-color);
    color: #212863;
}

@media (max-width: 1023px) {
    .faqspadding {
        padding-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .faqspadding {
        padding-bottom: 40px;
    }
}

.faqs-icon {
    height: 50px;
    font-size: 30px;
    color: #d1d0d0;
    position: relative;
}

    .faqs-icon::after {
        content: "";
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #d1d0d0;
    }

/*education inner page*/
/*DIAMOND BUYING GUIDE*/
.dmd-buying .center-block {
    display: block;
    margin: 0 auto;
}

.dmd-buying h4, h5 {
    color: #212863;
}

.dmd-buying .def p {
    background: #f3f3f3;
    padding: 10px;
    border-left: 2px solid var(--accent-color);
    margin-bottom: 14px;
}

.dmd-buying {
    position: relative;
}

    .dmd-buying .hr-edustyle {
        margin-bottom: 50px;
    }

/*DIAMOND COMPARISON*/
.diamond-comp u {
    display: none;
}
/*JEWELRY CARE*/
.jwelery-care u {
    display: none;
}

/*Birthstone By Month*/
.birthstone td.FHead, .FHead.text-center {
    display: none;
}

.gem-row {
    margin-bottom: 25px;
    flex-direction: row;
    gap: 15px;
}

    .gem-row p {
        color: #000000;
    }

.gem-text h4 {
    font-size: 20px;
    color: #212863;
}

.knowmore {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .gem-row {
        flex-direction: row;
        align-items: flex-start;
    }
}

/*---------------------------------------
    Cart + Checkout
---------------------------------------*/
button.closem {
    position: absolute;
    right: 0;
    top: 0;
    background: #212863;
    color: #fff;
    border: none;
}

.qtyMaxWarn {
    text-align: center !important;
    display: block;
}

.gridordr {
    border: 0;
    width: 100%;
    background: #fff;
    border-collapse: separate !important;
    border-spacing: 0px 10px;
}

    .gridordr th {
        background: #eee;
        padding: 5px 15px !important;
        color: #000 !important;
        vertical-align: middle;
        border: 1px solid #eee;
        font-weight: 400;
    }

    .gridordr td {
        padding: 5px 15px !important;
        vertical-align: middle;
        border: 1px solid #fff;
        color: #000;
        background: #fff;
        border-bottom: 2px solid #eee;
        border-top: 1px solid #eee;
    }

.qty-group {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px
}

    .qty-group .qtycart {
        width: 50px;
        font-size: 16px;
        color: #040349;
        vertical-align: top
    }

    .qty-group .minus, .qty-group .plus, .qty-group .qtycart {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        border: 1px solid #eee;
        border-radius: 2px
    }

    .qty-group .minus, .qty-group .plus {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #040349;
        background-color: #fff;
        padding: 5px 10px
    }

.shop {
    border: 1px solid #ccc;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    color: #292929
}

.logintxt a, .note {
    color: red
}

.shop tr:after {
    content: '';
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.shop caption, .shop tbody, .shop td, .shop th, .shop tr {
    vertical-align: baseline;
    line-height: 1.5em;
    padding: 2px 5px
}

.dianame {
    text-align: center;
    font-size: 17px;
    margin: 0px 0;
    color: #000
}

.plansel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .plansel img {
        border: 1px solid #eee;
    }

    .plansel p {
        margin: 5px 10px 0;
    }
