@font-face {
    font-family: "Manrope";
    src: url(../fonts/Manrope-Regular.ttf), 
        url(../fonts/Manrope-Medium.ttf), 
        url(../fonts/Manrope-SemiBold.ttf),
        url(../fonts/Manrope-Bold.ttf), 
        url(../fonts/Manrope-ExtraBold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Manrope", sans-serif;
}

.maxW {
    max-width: 1000px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.scSec {
    text-align: right;
}

.mnDtl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 20px 40px;
}

.sdCon {
    background-color: #fff;
}

.mimWrp img {
    display: block;
    max-width: 100%;
    object-fit: contain;
    width: 130px;
}

.mnDtl h3 {
    font-size: 20px;
    font-weight: 700;
    color: #112955;
    margin-bottom: 5px;
}

.mbFLex {
    display: flex;
    justify-content: space-between;
}

.detailTbl {
    width: 100%;
    border-spacing: 0;
    border-color:#ccc!important;
}

    .detailTbl th, .detailTbl td {
        padding: 5px 10px;
        vertical-align: top;
   
    }
    .detailTbl td {
     border : 1px solid #ccc!important;
    }



.label {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.value {
    font-size: 14px;
    color: rgb(88, 88, 88);
    letter-spacing: .2px;
}

.sdHd {
    background-color: #F5F7FB;
}

.pfrmGrp label {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #101010;
    line-height: 1;
}

.sdForm {
    max-width: 400px;
    width: 100%;
    gap: 30px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 2rem 0;
}

.pfrmGrp input {
    width: 100%;
    padding: 10px;
    border: 2px solid #101010;
    border-radius: 4px;
    font-size: 15px;
}

.frmBtn {
    padding-top: 22px;
    width: 100%;
}

.pfrmGrp button {
    font-size: 16px;
    font-weight: 500;
    background-color: #2F3089;
    border: none;
    padding: 12px 60px;
    color: #fff;

    border-radius: 6px;
    display: block;
    margin-top:20px;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .pfrmGrp button:hover {
        background-color: #101010;
    }

.mbBWrap {
    background-color: #fdfbf4;
    padding: 20px 40px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

    .mbBWrap h2 {
        font-size: 20px;
        color: #101010;
        margin-bottom: 10px;
        font-weight: 700;
    }

/* /////////////////css for payemnt detail////////////////////////////////////////// */
.logSec {
    text-align: center;
}

.pydCon, .manCon {
    background-color: #F5F7FB;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.pydmn img {
    max-width: 100%;
    object-fit: contain;
    display: block;
    width: 130px;
    margin: 0 auto;
}

.pydmn {
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 40px;
    display: flex;
    width: 776px;
    margin: 0 auto;
    gap: 3rem;
    border-radius: 30px;
}

.sdCon {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    overflow: hidden;
}

.pylcTp h2 {
    font-size: 38px;
    font-weight: 500;
}

.pylcTp h3 {
    font-size: 16px;
    font-weight: 800;
    color: #2F3089;
    margin-top: 20px;
    margin-bottom: 5px;
}

.pylcTp h4, .scSec h4 {
    font-size: 14px;
    color: #101010;
    font-weight: 500;
}

.pylCon {
    width: 400px;
    background-color: #F5F7FB;
    padding: 2rem;
    border-radius: 25px;
}

    .pylCon h2 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 1px dashed #ccc;
    }

.pylForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.frmGrp{
    padding-bottom : 25px;
}

.frmGrp label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 0.5rem;
}

    .frmGrp label span {
        color: #fc0000;
    }

.frmGrp input {
    width: 100%;
    padding: 10px;
    border: 2px solid #101010;
    border-radius: 4px;
    font-size: 15px;
}

.btnWrp button {
    font-size: 16px;
    font-weight: 500;
    background-color: #2F3089;
    border: none;
    padding: 12px 60px;
    color: #fff;
    border-radius: 6px;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .btnWrp button:hover {
        background-color: #101010;
    }

.dAmount {
    background-color: #FDEDED;
    border-top: 1px dashed #E52B30;
    border-bottom: 1px dashed #E52B30;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    padding: 20px;
}

    .dAmount h2 {
        font-size: 20px;
        color: #E52B30;
        font-weight: 700;
        margin: 0 auto;
        display: flex;
        gap: 20px;
        align-items: center;
    }

@media all and (max-width: 992px) {
    .pydmn {
        width: 79%;
    }
}

@media all and (max-width: 804px) {
    .pydmn {
        gap: 2rem;
    }

    .logSec {
        text-align: left;
    }
}


@media all and (max-width: 768px) {
    .manCon {
        padding: 100px 0;
    }
    .pydmn {
        flex-direction: column;
        align-items: center;
    }

    .logSec img {
        margin: 0 auto;
    }

    .pylCon h2 {
        font-size: 1.6rem;
    }

    .btnWrp button {
        font-size: 15px;
    }

    .pylCon {
        width: 100%;
        background-color: unset;
    }

    .pydmn {
        gap: 2rem;
    }

    .pylCon {
        padding: unset;
    }

    .mbBWrap {
        padding: 20px 17px;
    }

    .detailTbl th, .detailTbl td {
        display: block;
    }

    .pydmn {
        width: 100%;
    }
}

@media all and (max-width: 602px) {
    .manCon {
        padding: 75px 0;
    }
    .mnDtl {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .scSec {
        text-align: center;
    }

    .mbBWrap h2 {
        font-size: 18px;
    }

    .value {
        font-size: 13px;
    }

    .pfrmGrp label {
        font-size: 18px;
    }

    .pfrmGrp button {
        font-size: 15px;
    }

    .dAmount h2 {
        font-size: 18px;
    }
}

@media all and (max-width: 500px) {
    .manCon {
        padding: 75px 0;
    }
    .pydmn {
        padding: 20px;
    }
}

@media all and (max-width: 448px) {

    .pydmn img {
        width: 105px;
    }

    .frmGrp input {
        padding: 8px;
    }

    .frmGrp input {
        font-size: 12px;
    }

    .mbBWrap h2 {
        font-size: 16px;
    }

    .mbFLex strong {
        font-size: 16px;
    }

    .mbFLex {
        flex-direction: column;
        margin-bottom: 14px;
    }

    .sdForm {
        padding: 1rem 0;
    }

    .mnDtl {
        gap: 30px;
    }

    .dAmount h2 {
        font-size: 16px;
    }
}
