﻿.minpght {
    min-height: 500px;
    padding:40px 0;
}
.hidden{display:none;}

.Pgheader1 {
    background: #F1F1F1;
    color: var(--accent-color);
    border-left: 20px solid var(--accent-color);
    padding: 0 7px;
}

.Pgheader {
    background: #F1F1F1;
    color: var(--accent-color);
    border-left: 5px solid var(--accent-color);
    padding: 20px 15px 15px;
}

.diamondframe{
    width:100%;
    height:900px;
}
.ifrmcanvas {
    width: 100%;
    height: 2300px;
}
.icon30{
    width:30px;
    height:30px;
}

.accordion-button:focus {
    box-shadow: none;
}
    .image-border-container {
    position: relative;
    display: inline-block; /* Makes the container fit the image size */
    padding: 7px; /* Space between image and border */
}

    .image-border-container img {
        display: block; /* Remove any default margin/padding */
        max-width: 100%; /* Ensure the image scales correctly */
    }

    .image-border-container::before,
    .image-border-container::after {
        position: absolute;
        content: "";
        background: transparent;
        pointer-events: none; /* Allows clicks to pass through */
    }

    .image-border-container::before {
        top: 0;
        left: 0;
        width: 50px; /* Full width of the image plus padding */
        height: 50px; /* Top border height */
        border-top: 8px solid var(--accent-color); /* Top border */
        border-left: 8px solid var(--accent-color); /* Left border */
    }

    .image-border-container::after {
        bottom: 0;
        right: 0;
        width: 50px; /* Full width of the image plus padding */
        height: 50px; /* Bottom border height */
        border-bottom: 8px solid var(--accent-color); /* Bottom border */
        border-right: 8px solid var(--accent-color); /* Right border */
    }

    .image-border-container::before {
        border-top: 8px solid var(--accent-color);
        border-left: 8px solid var(--accent-color);
    }

    .image-border-container::after {
        border-bottom: 8px solid var(--accent-color);
        border-right: 8px solid var(--accent-color);
    }

.cust-cta-bg {
    background: #F1F1F1;
}

hr {
    opacity: 1;
    margin-top: 12px;
    --bs-border-width: 3px;
}

.btn-primary {
    --bs-btn-bg: #172a55 !important;
    --bs-btn-border-color: #172a55 !important;
    --bs-btn-hover-bg: #172a55 !important;
    --bs-btn-hover-border-color: #172a55 !important;
    --bs-btn-active-bg: #172a55 !important;
    --bs-btn-active-border-color: #172a55 !important;
}

.textblue {
    color: #172a55;
}

.accordion {
    --bs-accordion-active-bg: #FFF !important;
}

.icn-bg {
    background: #172a55;
    border-radius: 50%;
    border: 1px solid #172a55;
    width: 35px;
    height: 35px;
}

    .icn-bg i {
        display: flex;
        font-size: 22px;
        color: white;
        justify-content: center;
        padding-top: 6px;
    }

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
h3.pg-hdr {
    color: var(--accent-color);
    font-weight: 700;
}
.faq h4.pg-title {
    font-size: 23px;
    color: var(--accent-color);
    font-weight: 700;
}

.faq ul {
    list-style-type: square;
    color: var(--accent-color);
}

.faq li {
    margin-bottom: 25px;
}

.padr{
    padding-right:100px;
}
.bckpnl {
    float: right;
    text-align: right;
}
.bckbtn {
    text-align: right;
    font-weight: 700;
}
.padl15{
    margin-left:15px;
}

/*table */
.gridtable {
    border: 0;
    width: 100%;
    background: #fff;
    border-collapse: separate !important;
    border-spacing: 0 8px
}

.gridtable th {
    background: var(--accent-color);
    color: #fff!important;
    text-align: center;
    border: 1px solid #eee;
    font-weight: 400;padding:10px;
}

    .gridtable td {
        text-align: center;
        border: 1px solid #fff;
        color: #000;
        background: #fff;
        border-bottom: 2px solid #eee;
        border-top: 0 solid #f1f1f1;
        padding: 10px;
    }

.FHead{
    display:none;
}

.serv {
    text-align: left;
    margin-left: 10px;
}

    .serv li {
        padding-bottom: 10px;
    }

.edubox {
    border: 2px solid #172A55;
    padding: 30px;
    background: #f1f1f1;
    margin-bottom: 30px;
}

    .edubox .edutitle {
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.design-box {
    background: linear-gradient(90deg, #f1f1f1 75%, #fff 65%);
    padding: 40px 30px;
    margin: 30px 0;
}

.design-txt {
    padding: 30px;
}

.design-box1 {
    background: linear-gradient(90deg, #fff 20%, #f1f1f1 20%);
    padding: 40px 30px;
    margin: 30px 0;
}

.servbox {
    border: 2px solid #172A55;
    padding: 10px;
    margin: 10px;
}

.servicon {
    width: 80px;
    height: 80px;
}

.monthdiv {
    background: linear-gradient(180deg, #fff 40%, #f1f1f1 40%);
    height: auto;
    margin: 0;
    padding: 20px 0;
}

    .monthdiv.active {
        background: linear-gradient(180deg, #fff 40%, #172A55 40%);
        color: #fff !important;
    }

        .monthdiv.active .readmore, .monthdiv.active .gemdesc, .monthdiv.active h4 {
            color: #fff !important;
        }

.gemdesc {
    min-height: 48px;
    justify-content: center;
    align-content: center;
}

.readmore {
    font-weight: 700;
    text-decoration: underline;
}

.btnpgno-sel, .btnpgno-sel:hover, .btnpgno-sel:visited, btnpgno-sel:focus {
    /*background: rgba(237, 71, 58, 0.58);*/
    color: #000;
    padding: 4px 10px;
    text-align: center;
    cursor: text;
    font-weight: 600;
    margin: 0 2px;
    border: 1px solid #2f4679;
    border-radius: 5px;
}

.btnfl {
    cursor: pointer !important;
}

.btnpgno, .btnpgno:hover, .btnpgno:active, .btnpgno:focus, .btnpgno:visited {
    background: #172a55;
    color: #fff;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer;
    margin: 0 2px;
    border: 1px solid #2f4679;
    border-radius: 5px;
}


@media(min-width:1600px) {
    h3.pg-hdr {
        font-size: 35px;
    }

    .faq h4.pg-title {
        font-size: 30px;
    }

}

@media(max-width:767px) {
    .cta .fs-4 {
        font-size: calc(1rem + .3vw) !important;
    }
    .abtimg {
        display:flex;
        justify-content:center;
    }
}

@media(max-width:991px) {
    .padr {
        padding:0 20px;
    }

    .design-box, .design-box1 {
        background: none;
        margin: 15px 0;
    }

    .design-txt {
        padding: 30px;
        background: #f1f1f1;
        margin-bottom: 30px;
    }
}
