
.serchbx {
    background: linear-gradient(110deg, rgba(15, 147, 103, 0.85) 8.49%, rgba(0, 79, 150, 0.98) 42.02%, rgba(0, 40, 100, 0.9) 91.51%);
    padding: 60px 0;
}

.srchcontent {
    margin-top: 10px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.srchbx {
    display: flex;
    background: #fff;
    width: 100%;
    border-radius: 8px;
}

.srchinp {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1;
}

    .srchinp input {
        border: 0;
        width: 100%;
        padding: 5px 20px;
        height: 100%;
        font-size: 18px;
        font-weight: 600;
        border-radius: 8px 0 0 8px;
        outline: 0;
    }

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.srdtebx, .predtebx {
    display: flex;
    align-items: center;
    gap: 5px;
}

.srchinp img {
    width: 23px;
}

.dteinf {
    min-width: max-content;
}

.srdtebx input {
    border: 0;
    outline: 0;
    width: fit-content;
    max-width: 110px;
    padding: 5px 0 5px 0;
    text-align: center;
}


.prdteitm {
    width: 30%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #9b9b9b;
    cursor: pointer;
    padding: 2px 10px;
    border: 1px solid #9b9b9b;
    text-transform: uppercase;
    background: #fff;
    border-radius: 3px;
}

    .prdteitm.active {
        background: #0F9367;
        color: #fff;
        border-color: #0F9367;
    }

    .prdteitm:hover:not(.active) {
        background: #0f936716;
        border-color: #0f936777;
    }

.srchbutton {
    font-size: 20px;
    background: #0F9367;
    padding: 26px 50px;
    color: #fff;
    font-weight: 600;
    border-radius: 0 8px 8px 0;
    border: 0;
}

.srchinp_prnt {
    min-width: 150px;
    flex: 1;
    padding: 6px 15px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, .2);
    gap: 15px;
}

.predtebx {
    margin-left: auto;
}
/*-----*/
.breadcrum {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0;
}

    .breadcrum a {
        color: #0F9367;
    }

.cnttl {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 600;
}
.ttbl .tblbx ~ .cnttl,.ttbl p ~ .cnttl,.ttbl .pnrfaq .cnttl {margin-top:20px;}
.ttbl ul{padding-left:15px;}
.table-bordered {
    border-collapse: collapse;
    margin-top: 10px;
}

    .table-bordered td, .table-bordered th {
        padding: 5px;
        border: 1px solid grey;
        font-size: 15px;
    }

    .table-bordered td {
        font-size: 15px;
    }

    .table-bordered th {
        font-size: 16px;
        font-weight: 600
    }

.tmtbl {
    border-collapse: collapse !important;
    border-spacing: 0;
    width: 100%;
    display: table;
}

    .tmtbl tr {
        border: 1px solid #ddd;
    }

    .tmtbl th:first-child, .tmtbl td:first-child {
        padding-left: 16px;
    }

    .tmtbl tr td, .tmtbl tr th {
        border: 1px solid #ddd;
    }

    .tmtbl td, .tmtbl th {
        padding: 8px;
        display: table-cell;
        text-align: center;
        color: #393939;
        font-size: 14px;
        vertical-align: middle;
        min-width: 100px;
    }

    .tmtbl th {
        background: #f2f2f2;
    }

.fl-nm ul li {
    list-style: none;
    display: inline-block;
    padding: 0 2px;
    color: #0F9367;
    margin: auto;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
}

.fl-nm ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    list-style: none;
    font-weight: 600;
}

.tblbx {
    max-width: 100%;
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.tmscdl tr td, .tmscdl tr th {
    border: 0;
}

tr:nth-child(odd) {
    background: #00000007;
}

@media screen and (max-width:800px) {
    .srchinp_prnt {
        flex: none;
        padding: 6px 10px;
    }

    .srchinp input {
        font-size: 16px;
    }

    .srchinp input {
        padding: 5px 0;
    }

    .srchbutton {
        padding: 22px 35px;
    }
}

@media screen and (max-width:600px) {
	.table-bordered th{font-size:14px;}
	.table-bordered td{font-size:13px;}

    .srchbx {
        flex-wrap: wrap;
    }

    .srchinp_prnt {
        width: 100%;
    }

    .srchbutton {
        padding: 10px 35px;
        font-size: 16px;
        border-radius: 8px;
        margin: 5px;
        max-width: 100%;
        height: auto;
        padding: 12px 35px;
        margin-top: 10px;
        width: -webkit-fill-available;
    }

    .srdtebx input {
        max-width: 95px;
    }

    .srchinp_prnt:first-child {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .serchbx {
        padding: 30px 0;
    }

    .breadcrum {
        padding: 20px 0;
        font-size: 15px;
    }

    .tblbx {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .srchinp_prnt {
        padding: 0;
    }

    .srchinp input {
        margin-bottom: 0;
        padding: 10px 0;
    }

    .tmtbl td, .tmtbl th {
        font-size: 13px;
    }
}
