@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: poppins;
}

.rate-banner-section {
    background-image: url('../assets/images/Stock-images/rate-banner.jpg');
    /* height: 63vh; */
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rate-single-section .ps-wrapper-1 h1 {
    font-size: 2.25rem;
    font-weight: 600;
    padding: 5px 0px 24px 0px !important;
}

.rate-single-section .ps-wrapper-1 p {
    font-size: 1rem;
    color: #616161;
    line-height: 2.25rem;
}

.rate-single-section .ps-wrapper-1 {
    padding-bottom: 0;
}

.rate-single-section .ps-wrapper-2,
.ps-wrapper-3,
.ps-wrapper-4,
.ps-wrapper-5,
.ps-wrapper-6 {
    padding-bottom: 2.2rem;
}
.rate-single-section .ps-wrapper-4 h6 .date-text-c{
    color: #616161;
    padding-bottom: 1rem !important;
    margin-bottom: 0 !important;
}
.rate-single-section .ps-wrapper-4 h5{
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: .5rem;
    margin-bottom: 0 !important;
}
.rate-single-section .ps-wrapper-2 h5,
.ps-wrapper-3 h5,
.ps-wrapper-5 h5,
.ps-wrapper-6 h5 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1rem;
}

.rate-single-section .ps-wrapper-2 ul,
.ps-wrapper-3 ul,
.ps-wrapper-4 ul,
.ps-wrapper-5 ul {
    padding-bottom: 32px;
}

.rate-single-section .ps-wrapper-2 li,
.ps-wrapper-3 li,
.ps-wrapper-4 li,
.ps-wrapper-5 li {
    font-size: 1rem;
    line-height: 2.25rem;
    color: #616161;
}

.rate-single-section .ps-wrapper-4 a,
.ps-wrapper-5 a {
    text-decoration: none;
}

.ps-warpper-7 .right-navbar {
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, .3);
}

.right-navbar a {
    display: block;
    color: #fff;
    padding: 5px 0px;
    border-bottom: 1px #fff;
    text-decoration: none;
}

/* .right-navbar a span {
    padding-left: 1rem;
} */

.right-navbar li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 5px 0px 5px 0px;

}

.right-navbar a i {
    font-size: 1.5rem;
    margin: 8px 8px 8px 12px;
    text-align: center;
    margin-right: 5px;
    max-width: 18px;
}

.right-navbar .list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-navbar a:hover {
    background-color: #04204e;
    color: white;
}

.ps-warpper-8 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.ps-warpper-8 .gray-box {
    background-color: #f9f9f9;
    width: 100%;
    width: 100%;
    overflow: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, .3);
}

.ps-warpper-8 .gray-box {
    text-align: center;
    padding: 32px 0px;
}

.ps-warpper-8 .gray-box .call-icon i {
    font-size: 1.25rem;
    color: #fff;
    padding: 24px 0px 16px 0px;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;

    line-height: 0px;
}

.ps-warpper-8 .gray-box p {
    font-size: 1rem;
    padding: 6px 0px 6px 0px;
    margin: 0;
    color: #616161;
}

.ps-warpper-8 .gray-box .call-icon {
    font-size: 1.25rem;
    font-weight: 700;
}
.ps-warpper-8 .gray-box a{
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
}

/*-------Media Query------*/
@media (max-width: 600px) {
    /* .rate-banner-section {
        height: 200px;
    } */

    .rate-single-section .ps-wrapper-1 h1 {
        font-size: 1.8rem;
    }

    .rate-single-section .ps-wrapper-1 p {
        font-size: .9rem;
        line-height: 1.8;
        text-align: justify;
    }

    .ps-wrapper-1 {
        padding-bottom: 2rem;
    }

    .rate-single-section .ps-wrapper-2,
    .ps-wrapper-3,
    .ps-wrapper-4,
    .ps-wrapper-5,
    .ps-wrapper-6 {
        padding-bottom: 1.8rem;
    }

    .rate-single-section .ps-wrapper-2 h5,
    .ps-wrapper-3 h5,
    .ps-wrapper-4 h5,
    .ps-wrapper-5 h5,
    .ps-wrapper-6 h5 {
        font-size: 1rem;
        padding-bottom: .8rem;
    }

    .rate-single-section .ps-wrapper-2 ul,
    .ps-wrapper-3 ul,
    .ps-wrapper-4 ul,
    .ps-wrapper-5 ul {
        padding-bottom: 1.2rem;
    }

    .rate-single-section .ps-wrapper-2 li,
    .ps-wrapper-3 li,
    .ps-wrapper-4 li,
    .ps-wrapper-5 li {
        font-size: .9rem;
        line-height: 2.25rem;
    }

    .right-navbar a i {
        font-size: 1.25rem;
        margin-right: 22px;
    }

    .ps-warpper-8 .gray-box a {
        font-size: 1.1rem;
    }
}

/* @media (max-width: 768px) {
    .rate-banner-section {
        height: 230px;
    }
} */

/*-------Media Query---- end--*/

/*------------Table Start-------------*/
#ratestable th{
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #0056B7;
        color: #fff;
}

#ratestable td:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #fff;
    color: #0056B7;
}

#ratestable td{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #fff;
    color: rgb(0, 0, 0);
}

/*-------------Table End-----------*/
