@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.container-xxl {
    max-width: 1400px;
}
.container-fluid {
    max-width: 1266px;
}

.container-fluid-max {
    width: 100%
}

body {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}

p{
    font-family: Arial, Helvetica, sans-serif;
}

/* ----- Header ----- */

header{

}

.top-section,.header-section, .menu-section, banner, page, destination, testimonials, main-footer, footer-bottom, main-button{
    display: block;
}

.top-section{
    background-color: #241f20;
    height: 43px;
}

.header-section{
    background-color: #fff;
}

/*.header-section-left-bg{
    height: 145px;
    background-image: url('../../images/header-bg-left.png');
    background-repeat: no-repeat;background-position: top left;
    background-size: contain;
}

.header-section-right-bg{
    height: 145px;
    background-image: url('../../images/header-bg-right.png');
    background-repeat: no-repeat;background-position: top right;
    background-size: contain;
}*/

.prosharefinance-logo{
    width: 341px;
    margin: auto;
    margin-top: 20px;
    /*background-image: url('../../images/tamri-logo.png');
    background-repeat: no-repeat;background-position: center;
    background-size: contain;*/
}
.prosharefinance-logo img{
    width: 100%
}

.staff-mail{
    text-align: right;
}

.social-links{
    text-align: left;
}

.call-us-section, .message-us-section{
    padding-top: 57px;
}

.call-us-section{
    text-align: left;
}

.call-us-label, .message-us-label {
    font-size: 19px;
    /* font-family: "PT Sans"; */
    color: rgb(153, 153, 153);
    /* font-weight: bold; */
    line-height: 1.2;
    margin-top: 7px;
}

.call-us-tel{
    font-size: 19px;
    color: rgb(42, 42, 47);
    font-weight: bold;
    line-height: 1.2;
}

.message-us-tel{
    font-size: 17px;
    color: rgb(42, 42, 47);
    line-height: 1.2;
}


.call-us-section i{
    float: left;
    margin-right: 17px;
}

.message-us-section{
    text-align: right;
}
.message-us-section i{
    float: right;
    margin-left: 17px;
}

.call-us-section i, .message-us-section i{
    font-size: 45px;
}

.social-links a{
    text-decoration: none;
    color: #fff;
}

.social-links {
    margin-top: 10px;
    display: inline-block;
}

.social-links a {
    text-decoration: none;
    color: #241f20;
    display: inline-block;
    background-color: #fff;
    width: 25px;
    text-align: center;
    border-radius: 30px;
    padding: 0px;
    font-size: 16px;
    margin-right: 7px;
}

.staff-mail i{
    margin-right: 10px;
}

.staff-mail a{
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.menu-section{
    /*background-color: #f48530;*/
    background-color: #ea2530;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.42);
    height: 52px;
    border-bottom: 1px solid #838383;
    padding-top: 0;
}

.menu-section #menu {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 2px;
}

ul#site-navigation {
    margin-top: 10px;
}

.menu-section{
    min-height: 35px;
    margin-top: 7px!important;
    margin-bottom: 7px!important;
    padding-top: 2px!important;
}

.sky-mega-menu li {
    font-size: 18px!important;
}

.sky-mega-menu li:hover > a,
.sky-mega-menu li.current > a {
    /*color: #2eb050!important;*/
}

.sky-mega-menu li.current > a.membership_btn{
    color: #ffff00!important;
}

.sky-mega-menu li a {
    font-size: 19px!important;
    /*font-weight: bold;*/
    color: #fff!important;
}

.menu-section  {
    padding-top: 0;
}

.menu-section #menu {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 2px;
}

section#sidemenu_one a {
    font-size: 18px!important;
}

#navSidebar li {
    margin-bottom: 0!important;
    margin-top: 4px!important;
    line-height: normal!important;
}

/* ------------------ */

p, .page-content p {
    font-size: 17px;
}

.logo{
    background-image: url('../../images/pamoja-insurance-logo.png');
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
    width: 190px;
    height: 121px;
    margin: auto;
}

.read_more{
    text-decoration: none;
    color: #283f6e;
}

/* ----- Banner ----  */

banner{
    /*height: 430px;*/
    background-color: #fff;
    border-bottom: 1px solid #000000;
}

.bannerbg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    /*height: 430px;*/
}

.carousel-item h5{
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 34%);
}

#carouselBanners img{
    max-height: 450px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------- */

.social_network_link .social-facebook a.icon::before {
    content: "\e093";
}
.social_network_link .social-twitter a.icon:before {
    content: "\e094";
}
.social_network_link .social-linkedin a.icon:before {
    content: "\E09D";
}
.social_network_link .social-instagram a.icon:before {
    content: "\e09a";
}
.social_network_link .social-youtube a.icon:before {
    content: "\E0A3";
}

.blinking {
    animation: blinkingText 0.8s infinite;
    background-color: red;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    margin-left: 8px;
    display: inline;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* ----- Page Content -------- */
.title-section .sub{
    font-size: 17px;
    /*text-transform: uppercase;*/
    line-height: 14px;
    color: rgba(51, 51, 51, 0.639);
    margin-bottom: 30px;
}
.title-section .main{
    font-size: 33px;
    font-weight: bold;
    margin-top: 30px;
    color: #2eb050;
}

page-section p{
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 1.4;
}

.bg-helping-hand{
    background-image: url("../../images/hand-holdig-big.png");
    background-repeat: no-repeat;
    background-size: 375px;
    background-position: bottom;
}

/* ---------- ----- ---------- */

/* ------- Page ------- */
page{
    min-height: 446px;
    padding-top: 30px;
}

/* ------- Easy Step To Get Loan ------- */
easysteptogetloan{
    background-color: #2eb050;
    min-height: 278px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    display: block;
}

easysteptogetloan .title-section .main{
    color: #fff;
    margin-top:  0;
}

easysteptogetloan .title-section .sub{
    color: #c5e4cb;
}

easysteptogetloan .stepMain:hover{
    border-color: rgb(255 210 79 / 0.55);
}
easysteptogetloan .stepMain{
    border-width: 1px;
    border-color: rgba(204, 204, 204, 0.55);
    border-style: solid;
    border-radius: 8px;
    min-height: 135px;
    margin-left: 35px;
    margin-right: 15px;
    padding-right: 20px;
}

.desc {
    display: block;
    margin-top: 25px;
    padding-left: 100px;
}

easysteptogetloan .stepMain .desc p:nth-child(1){
    font-weight: bold;
    margin-bottom: 0;
}

easysteptogetloan .stepMain img {
    /*width: 110px;*/
    height: 112px;
    border: 0;
    float: left;
    margin-top: 13px;
    margin-left: -55px;
    padding: 5px 25px;
}

/* ---------- ----- ----------------- */


/* ---------- Why Choose Us --------- */
why-choose-us .panel:hover{
    background-color: rgba(234, 234, 234, 0.38);
}

why-choose-us .panel{
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 17%);
    min-height: 355px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 7px;
    margin-right: 7px;
}

why-choose-us .panel img{
    width: 148px;
    margin-top: 35px;
    margin-bottom: 19px;
}
why-choose-us .panel title{
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
why-choose-us .panel desc{
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: center;
    display: block;
}
/* ---------- ----- ----------------- */


/* ---------- Services Application ----------------- */

services-application {
    display: block;
    margin-top: 58px;
}

services-application .title-section  {
    margin-bottom: 55px;
}

services-application title {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.membership-registration {
    background-color: rgb(255, 255, 255);
    min-height: 600px;
    height: inherit;
    padding: 32px 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 17%);
}

.membership-registration button {
    padding-left: 30px;
    padding-right: 30px;
}

.reset-btn-bg{
    border: 1px solid #827f7f;
    margin-left: 20px;
}
.membership-registration .form-group {
    margin-bottom: 1rem;
}

#service-list{
    margin-top: 50px;
}
#service-list .service-item:hover {
    background-color: rgba(234, 234, 234, 0.38);
}
#service-list .service-item {
    background-color: rgb(255, 255, 255);
    /*min-height: 142px;*/
    height: inherit;
    padding: 23px 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 17%);
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#service-list button {
    border: 0;
    background: none;
    width: 100%;
}

/* ---------- ----- ----------------- */

/* ---------- Main Footer ----------------- */
main-footer{
    background-color: #666666;
    color: #fff;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

main-footer .main-section{
    padding-right: 60px;
}

main-footer p, li{
    font-size: 17px;
}

main-footer img{
    width: 100%;
    margin-bottom: 30px;
}
main-footer title{
    color: #2eb050;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
    margin-bottom: 17px;
}

main-footer ul li {
    padding-bottom: 5px;
    padding-top: 5px;
}
main-footer ul li a:hover {
    color: #2eb050;
}
main-footer ul li a {
    color: #fff;
    text-decoration: none;
}

.btn-join {
    border-width: 2px;
    border-color: rgb(161, 161, 161);
    border-style: solid;
    color: #fff;
    background-color: #2eb050;
}

img.contact-info-icon {
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.social-icon img{
    width: 33px;
    height: 33px;
    margin-right: 5px;
}

i.contact-info-icon {
    font-size: 25px;
    margin: auto;
    margin-right: 12px;
    margin-bottom: 8px;
}

.social-link{
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 25px;
}

a.social-link {
    padding: 5px;
    width: 35px;
    height: 35px;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

a.social-link:hover{
    color: #333;
    border-color: #2eb050;
    background-color: #2eb050;
}

/*main-footer ul li*/

/* ---------- Bottom Footer ----------------- */

bottom-footer a {
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    color: rgba(51, 51, 51, 0.639);
}

bottom-footer .col-lg-4:last-child {
    padding-right: 35px;
    text-align: center;
}

bottom-footer .col-lg-4:first-child {
    padding-left: 35px;
}

bottom-footer {
    min-height: 45px;
    margin-top: 0px;
    margin-bottom: 14px;
    /*line-height: 53px;*/
    padding-top: 20px;
    color: rgba(51, 51, 51, 0.639);
    display: block;
}

/* ---------- Float Panel Board ----------------- */

.float_panel_board{
    /*max-width: 320px;*/
    float: right;
    margin-top: 40px;
    margin-bottom: 70px;
    width: 100%;
}

.float_panel_board_title {
    background-color: #2eb050;
    line-height: 42px;
    border-radius: 8px 8px 0px 0px;
    font-size: 17px;
    color: rgb(255, 255, 3);
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
}

.float_panel_board_message .news-alert-flag{
    float: right;
    margin-left: 5px;
    width: 70px;
}

.float_panel_board_message > title{
    color: #2eb050;
    text-transform: uppercase;
    display: block;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: bold;
}

.float_panel_board_message #bottom-section .readmore-section a:hover {
    color: #2eb050;
}

.float_panel_board_message #bottom-section .readmore-section a {
    color: #333;
    text-decoration: none;
}
.float_panel_board_message #bottom-section .readmore-section {
    text-align: right;
    font-weight: bold;
}
.float_panel_board_message #bottom-section .date-section {
    text-align: left;
}

.float_panel_board_message {
    border-width: 1px;
    /*line-height: 1.2;*/
    border-color: rgb(159, 158, 158);
    border-style: solid;
    min-height: 250px;
    border-radius: 0px 0px 10px 10px;
    padding: 22px 33px;
    margin-top: 2px;
}

.float_panel_board_message_ad {
    border-width: 1px;
    border-color: rgb(159, 158, 158);
    border-style: solid;
    min-height: 250px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 398px;
}

/* ---------- Red Label Car ----------------- */

redlabel{
    background-color: #ff3333;
    min-height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    display: block;
}
redlabel .redlabel-car{
    float: right;
    height: 216px;
    margin-top: -22px;
}

redlabel .big-title{
    font-size: 31px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    margin-top: 20px;
}

redlabel .descr{
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    margin-top: 12px;
}

.helping-hand-pic{
    display: none;
}

.carousel-item{
    background-repeat: no-repeat;
    background-size: contain;
    background-position:bottom;
}


/* ---------- ----- ----------------- */
#services-section .service-panel:hover{
    box-shadow: 0px 0px 8px 0px rgb(0 0 0/28%);
}

#services-section a.service-link {
    text-decoration: none;
}

#services-section .service-panel{
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    min-height: 210px;
    padding: 30px 40px;
    margin-bottom: 28px;
}
#services-section .service-panel .main-title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 18px;
}
#services-section .service-panel .main-content{
    font-size: 17px;
    color: rgb(102, 102, 102);
    line-height: 1.4;
    text-align: left;
}

#services-section .read-more{
    border-width: 1px;
    border-color: rgb(54, 125, 200);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(54, 125, 200);
    display: inline-block;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 7px 50px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


/* ---------- ----- ----------------- */

.page-body .btn-default {
    border: 1px solid #000;
    padding-left: 1.75em;
    padding-right: 1.75em;
    margin-left: 10px;
}

.page-body .btn-primary {
    background: #2876e2;
    background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
    text-decoration: none;
    padding-left: 1.75em;
    padding-right: 1.75em;
    border-radius: .375rem;
    outline: 0;
    cursor: pointer;
}

.page-body form .row .form-control, #feedbackForm .form-control {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    padding: calc(.75em - 1px) 1rem;
    margin-bottom: 15px;
    min-height: 50px;
}

.page-body .map-auto {
    border-radius: .375rem;
    overflow: hidden;
}

.main-title-sub{
    font-size: 27px;
    color: #333;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    text-align: left;
    margin-bottom: 18px;
}

/* ---------- ----- ----------------- */
#faqList fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#faqList .faqborder {
    border: 1px solid #ccc;
    padding: 7px 15px;
    margin-bottom: 35px;
    border-radius: 8px;
}
#faqList .faqborderTitle {
    border: 0;
    width: inherit;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 19px;
    color: #ea2530;
    margin-top: -21px;
    background-color: #fff;
    padding-bottom: 8px;
}

.faqborder p {
    margin-left: 10px;
    display: block;
}

/* ---------- ----- ----------------- */
.profile {
    display: block;
    margin-bottom: 34px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.profile .photo {
    border: 2px solid #2eb050;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    max-width: 230px;
    min-height: 240px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.detail name {
    font-weight: bold;
    display: block;
}

.detail {
    text-align: center;
}

/* ---------- ----- ----------------- */

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #e6bc0a;
    }

    50% {
        color: #07ef10;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media all and (max-width: 575.98px) {
    .desktop-menu{
        display: none;
    }
    .side-chick-picture{
        display: none!important;
    }

    footer-bottom{
        padding-left: 10px;
        padding-right: 13px;
        padding-bottom: 10px;
    }

    footer{
        padding-left: 10px;
        padding-right: 13px;
        padding-top: 30px;
        padding-bottom: 120px;
    }

    .call-us-section, .message-us-section {
        display: none;
    }

    .contact-detail-panel{
        width: 100%;
    }

    page {
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-helping-hand{
        background-image: none;
    }
    .carousel-item{
        background-size: cover!important;
    }

    easysteptogetloan .stepMain {
        min-height: auto;
    }

    easysteptogetloan .stepMain img {
        margin-top: 0;
    }
    redlabel .redlabel-car {
        float: none;
        margin-left: 40px;
        margin-right: auto;
    }
    .membership-registration {
        padding: 32px 30px;
    }
    main-footer .main-section{
        padding-right: 10px;
    }
    main-footer, easysteptogetloan, services-application, redlabel {
        padding: 40px 20px;
    }
    services-application{
        margin-top: 0;
    }
    redlabel{
        text-align: center;
    }
    why-choose-us{
        padding: 40px 30px;
    }
    why-choose-us .panel {
        /* width: auto; */
        margin-left: 30px;
        margin-right: 30px;
        min-height: 310px;
        padding-top: 0;
        min-height: 310px;
    }
    why-choose-us .panel img {
        margin-top: 14px;
    }
    .title-section .main {
        line-height: normal;
    }
    .bannerImg{
        min-height: 270px;
    }
    banner.bannerbg {
        height: auto;
    }
    .carousel-item{
        background-position: left;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media all and (min-width: 576px) and (max-width: 767.98px) {
    .desktop-menu{
        display: none;
    }
    .message-us-tel{
        width: 100px;
        display: inline-block;
        overflow: hidden;
    }

    banner.bannerbg {
        /*height: 310px;*/
        height: auto;
    }

    .carousel-item img {
        width: 1417px!important;
    }

    main-button a{
        width: 100%!important;
    }

    .desktop-menu{
        display: none;
    }

    .side-chick-picture{
        display: none!important;
    }

    .contact-detail-panel {
        max-width: 310px!important;
        padding: 24px!important;
    }

    .contact-detail-panel .tamri-logo{
        margin-top: 10px;
    }

    footer, footer-bottom{
        padding-left: 20px;
        padding-right: 20px;
    }

    .bannerImg{
        min-height: 270px;
    }
    banner.bannerbg {
        height: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) and (max-width: 991.98px) {
    .menu-section #menu{
        display: none;
    }

    .sky-mega-menu li > a {
        font-size: 16px!important;
        padding: 3px 16px;
    }

    page {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 400px;
    }

    .call-us-section{
        display: none;
    }

    .bg-helping-hand{
        background-image: none;
    }
    .helping-hand-pic{
        display: block;
        width: 310px;
        float: right;
    }
    easysteptogetloan .stepMain {
        margin-bottom: 22px;
        min-height: 115px;
    }
    easysteptogetloan .stepMain img {
        margin-top: 2px;
    }
    .bannerImg{
        min-height: 270px;
    }
    banner.bannerbg {
        height: auto;
    }
    .membership-registration {
        min-height: 340px;
    }
}

/* Large devices (desktops, 992px and up) */
@media all and (min-width: 992px) and (max-width: 1024.98px) {
    .menu-section #menu{
        display: none;
    }

    .sky-mega-menu li > a {
        font-size: 15px!important;
        padding: 3px 15px;
    }

    banner.bannerbg {
        height: auto;
    }

    .floater-container {
        margin-bottom: 29px;
        padding: 25px;
    }

    page {
        padding-top: 29px;
    }

    .bg-helping-hand{
        background-image: none;
    }

    easysteptogetloan .stepMain {
        margin-left: 14px;
    }
    easysteptogetloan .stepMain img {
        padding-right: 4px;
    }
    easysteptogetloan .desc {
        padding-left: 80px;
    }
    why-choose-us .panel {
        min-height: 369px;
        padding: 20px;
    }
    why-choose-us .panel img {
        width: 148px;
        margin-top: 15px;
        margin-bottom: 19px;
    }
    .membership-registration {
        min-height: 735px;
    }
    .main-section-quicklink{
        display: none;
    }
    .helping-hand-pic{
        display: none;
    }
    .bannerImg{
        min-height: 366px;
    }
}

/* Large devices (desktops, 992px and up) */
@media all and (min-width: 1025px) and (max-width: 1199.98px) {
    .menu-section #menu{
        display: none;
    }

    .sky-mega-menu li > a {
        font-size: 17px!important;
        padding: 3px 16px;
    }


    banner.bannerbg {
        height: auto;
    }

    .floater-container {
        margin-bottom: 29px;
        padding: 25px;
    }

    page {
        padding-top: 30px;
    }
    .bannerImg{
        min-height: 445px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
    .menu-section #menu{
        display: none;
    }

    .text-right{
        text-align: right!important;
    }
    .bannerImg{
        min-height: 445px;
    }
}