html {
    overflow-x: hidden;
}
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    background-color: #ffffff;
    font-family: 'Merriweather', serif;

}
a,a:hover{
    text-decoration: none;
}
.perl {
    /*font-family: 'Poppins', sans-serif;*/

}
.site-header{
    
}
.perl .container {
    max-width: 1080px
}
/*Topbar*/
.site-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container.container-1 {
    max-width: 960px;
}
body .container-box {
    width: 100%;
    margin: 0 auto;
}
body .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo img.logo {
    max-height: 58px;
    max-width: 309px;
    height: auto;
    width: 100%;
}

/*Topbar End*/

.site-heading{
    position: relative;
    padding-top: 0px;
}
.perl h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 78px
}
.site-heading .title {
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    color: #000000;
    margin: 0 auto;
}
.sh-sub-heading {
    color: #757575;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
}
.bg-img {
    padding: 20px 0;
}
.bg-img img.pl-bg {
    max-width: 100%;
    height: auto;
}

/*loan cat*/
.loan-categories-boxes{
    margin-top: 0px;
}
.row-marg {
    margin-top: 20px;
}
.loan-cat {
    border: 1px solid #707070;
    border-radius: 20px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 37%);
    height: 152px;
    width: 146px;
    padding: 35px 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: nowrap;
    position: relative;
    transition: all .5s ease-in-out;
}
.loan-cat:hover {
    transform: scale(1.04);
}
.loan-cat img.loan-categories {
    max-width: 70px;
    height: auto;
}
.loan-cat-text{
    position: relative;
    top: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0 20px 0px;
    color: #000000;
}
.chaked-img{
    display: none;
}
.image-radio-checked .chaked-img {
    display: block !important;
    position: absolute;
    top: -2px;
    left: -2px;
}
.loan-cat.image-radio-checked{
    border: 3px solid #009886;
}
.loan-cat input[type="radio"] {
    display: none;
}
.loan-categories-boxes a.loan-cat.selected::after {
    right: 2px;
    top: 4px;
    background-size: 41%;
    width: 46px;
    height: 29px;
    background-position: 18px 8px;
}
.loan-categories-boxes a.loan-cat.selected::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 8px;
    background: url(./../images/checked.png); no-repeat;
    background-size: 31%;
    width: 59px;
    height: 42px;
    background-color: #fff;
    background-position: 19px 14px;
}

/*loan cat end*/

.show-hide-text{
    position:relative;
    margin: 0 auto;
    display:table;
    padding-bottom:20px;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 35px 0 15px 0;
}
.show-hide-text:after {
    content:"";
    position: absolute;
    bottom: 10px;
    left: -25px;
    display: inline-block;
    width: 213px;
    border-bottom: 2px solid #009886;
}
.show-hide-text a{
    color: #000000;
}

/*services section*/
.services-title {
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.servises-main-title {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.ts-main {
    align-items: center;
}
.three-services {
    margin: 90px 0;
}
.steps-subtitle {
    color: #009886;
    font-size: 28px;

    padding: 10px 0 0 0;
}
.steps-text{
    font-size: 14px;
    max-width: 240px;
    margin: 0 auto;
    padding-top: 15px;
    font-weight: 500;
}
.steps-image{
    text-align: center;
}
.steps-image img {
    width: auto;
    height: 70px;
}

/*services section end*/
/*banner*/
.pl-banner{
    background-color: #009886;
}
.pl-banner .container { 
    height: 438px;
}
.pb-img {
    padding-top: 80px;
}
.pb-img img.pb-family {
    max-width: 100%;
    height: auto;
}
.pl-title.text-center {
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: #ffffff;
    padding: 50px 0;
}
.pl-subtitle {
    max-width: 881px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
}

/*banner End*/
/*form before footer*/
section.form-before-footer {
    min-height: 270px;
    justify-content: center;
    align-items: center;
    display: flex;
}



/*form before footer End*/
.primary-color{
    background-color: #0F235E !important;
    box-shadow: none !important;
}
.secondary-color{
    background-color: #00AFEF !important;
    border-color: #00AFEF !important;
}
.perl .btn-primary {
    background-color: #0F235E;
    border-color: #0F235E;
    color: #FFFFFF
}
.perl .btn-primary:hover {
    background-color: #3990CE;
    border-color: #3990CE
}
.perl .wdgt-btn {
    color: #FFFFFF !important
}
.perl .btn-light {
    border-color: #E8E8E8;
    background-color: #FFFFFF;
    border-width: 2px;
}
.perl .btn-primary {
    background-color: #3E4095 
}
.perl .badge-primary {
    background-color: #1261C9
}

footer .site_footer {
    height: auto;
    /*background-color: #F2F2F2;*/
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.perl footer .about-links {
    font-size: 13px;
    color: #4A4A4A;
    max-width: 932px;
    margin: 0 auto;
}
.perl footer .about-links li {
    line-height: 14px
}
.perl footer .about-links a {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
.perl footer .copyright {
    border-top: 1px solid #E8E8E8;
    padding: 20px 0;
    font-size: 12px;
    color: #9B9B9B
}
.perl footer .insurance-footer {
    padding: 20px 0px;
    font-size: 14px;
    color: #676767;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}
.perl footer .insurance-footer a {
    text-decoration: underline
}
.perl footer .site_footer .logo-nav{
    padding: 0px 0;
}
.perl footer .site_footer .logo {
    margin: auto;
    width: 254px;
    height: 25px;
    background-size: 186px 25px
}
.perl footer .site_footer ul {
    text-align: left;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    padding: 0;
}
footer .about-links ul > li:not(:last-child) {
    border-right: solid 1px #000000;
    padding: 0px 15px 0px 0px;
}
.perl footer .site_footer li {
    display: inline;
    margin: 0 4px
}
.site_footer ul>li>a.active {
    border-bottom: 2px solid #009886;
    margin-bottom: -5px
}
.perl footer .footer-logo {
    margin: 0 auto;
    display: table;
    padding: 90px 0px 85px 0px;
}
.perl-copyright {
    text-align: center;
    color: #818181;
    font-size: 16px;
    height: 96px;
    align-items: center;
    display: flex;
    justify-content: center;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@keyframes call-now-loading {
    0% {
        top: 0px;
        height: 28px
    }
    50%,
    100% {
        top: 6px;
        height: 18px
    }
}
