@font-face {
    font-family: 'poppins-bold';
    src: url('../../assets/fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'poppins-semibold';
    src: url('../../assets/fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../../assets/fonts/Poppins/Poppins-Regular.ttf');
}

.white_background {
    margin-top: -120px;
    padding-top: 180px;
    z-index: -1;
    position: relative;
    background-size: 100% auto;
    height: 500px;
    color: #363636
}

.table-container {
    margin-top: -160px;
    color: #363636;
}

.page-title {
    padding-bottom: 120px;
}

.page-title h1 {
    font-family: poppins-semibold;
}

.page-title p {
    font-family: poppins-regular;
    font-size: 14px;
}

.pkt-table {
    background: transparent;
    text-align: center;
    border: 0px;
}

.pkt-table tr th:first-child {
    text-align: left;
}

.pkt-table img {
    width: 28px;
    height: 28px;
}

.pkt-table h1 {
    color: #f0004e;
    font-family: poppins-bold;
}

.pkt-table h4 {
    font-size: 20px;
    font-family: poppins-regular;
    padding: 10px 0;
}

.pkt-table h5 {
    font-size: 12px;
    font-family: poppins-bold;
}

.pkt-table tr:last-child,
.pkt-table tr:last-child th,
.pkt-table tr:last-child td {
    border: 0 !important;
}

.pkt-table tbody tr:last-child th,
.pkt-table tbody tr:last-child td {
    padding-top: 40px;
    padding-bottom: 80px;
}

.pkt-table input {
    border: 0px double #ffffff !important;
    border-radius: 20px;
    height: 45px;
    width: 155px;
    background: linear-gradient(right, #a61fce 0px, #e7075a 100%) no-repeat scroll 0 0 !important;
    background: -webkit-linear-gradient(right, #a61fce 0px, #e7075a 100%) no-repeat scroll 0 0 !important;
    background: -o-linear-gradient(right, #a61fce 0px, #e7075a 100%) no-repeat scroll 0 0 !important;
    background: -moz-linear-gradient(right, #a61fce 0px, #e7075a 100%) no-repeat scroll 0 0 !important;
}