@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: 100%
}

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

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

.page-content {
    color: #333!important;
}
.page-content h2{
    font-weight: 700;
    margin-bottom: 30px;
    /*color: #112f63;*/
    color: rgb(3, 68, 120);
}
.page-content p, .page-content ul, .page-content ol, .page-content td{
    color: rgb(50, 111, 190);
}

header-section{
    min-height: 150px;
    background-color: #ffff03;
    overflow: hidden;
}

.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;
}

.top-right .btn-blue{
    text-decoration: none;
    width: inherit;
    padding: 9px 25px;
    background-color: #039be0;
    border-radius: 22px;
    color: #fff;
    font-size: 15px;
    margin-top: 38px;
    display: inline-block;
}

.btn-blue {
    text-decoration: none;
    width: inherit;
    padding: 13px 41px;
    background-color: #039be0;
    border-radius: 22px;
    color: #fff;
    font-size: 15px;
    margin-top: 26px;
    display: inline-block;
}
.btn-dark {
    text-decoration: none;
    width: inherit;
    padding: 13px 41px;
    background-color: #192f61;
    border-radius: 22px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.btn-white-line{
    text-decoration: none;
    width: inherit;
    padding: 13px 41px;
    color: #192f61;
    background-color: #fff;
    border-radius: 22px;
    font-size: 15px;
    display: inline-block;
}
.btn-white{
    text-decoration: none;
    width: inherit;
    padding: 13px 41px;
    color: #039be0;
    background-color: #fff;
    border-radius: 22px;
    font-size: 15px;
    margin-top: 26px;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.09);
    display: inline-block;
}

.btn-dark-blue-link{
    text-decoration: none;
    width: inherit;
    padding: 9px 0;
    color: #0a2459;
    background-color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 26px;
    display: inline-block;
}

.product-btn-more{
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.product-btn-more li{
    margin-right: 20px!important;
}

.btn-box li{
    display: inline-block;
    margin-right: 40px;
}

#services a{
    text-decoration: none;
    color: #212529;
}

menu-bar-section{
    min-height: 35px;
    color: #002e63;
}
.main-body-x{
    padding-left: 60px;
    color: #336699;
}

.main-body-x p{

}

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

.home-pic-main-x {
    text-align: center;
}

.bg-green .sub-title{
    font-size: 26px;
    color: #fff;
}

.bg-green .main-title{
    font-size: 33px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-title{
    font-size: 19px;
    color: rgb(3, 68, 120);
    /*font-weight: bold;*/
    text-transform: uppercase;
    line-height: 2.842;
    text-align: left;
}

.footer-main p{
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    font-size: 15px;
}
.footer-main a{
    text-decoration: none;
    color: rgb(50, 111, 190);
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
}
.footer-main{
    font-size: 15px;
    color: rgb(50, 111, 190);
    text-align: left;
}

#footer-disclaimer span{
    padding-left: 10px;
    padding-right: 10px;
}

#footer-disclaimer{
    border-top: 1px solid #3370c0;
    font-size: 14px;
}

#footer-disclaimer, #footer-disclaimer a{
    text-decoration: none;
    color: rgb(50, 111, 190);
}

#footer-disclaimer .disclaimer-left{
    text-align: left;
    padding-left: 12px;
}

#footer-disclaimer .disclaimer-middle{
    text-align: center;
}

#footer-disclaimer .disclaimer-right{
    text-align: right;
}

ul.social_media_follow {
    list-style-type: none!important;
    /*margin: 0 0 22px;*/
    padding: 0;
}

.social_media_follow li.social_network_link a:hover{
    background-color: #112F63!important;
}
.social_media_follow li.social_network_link a{
    background-image: initial!important;
    background-color: #3370c0!important;
    border-radius: 3px;
    color: #fff!important;

    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    display: block;

    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 10;
}

.social_media_follow li a {
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.social_media_follow li.social_network_link {
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    color: #fff!important;
}

.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";
}

/*.et-social_network_link a.icon:before {
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}*/

#footer-disclaimer div{
    padding: 20px 0;
}

.sky-mega-menu li:hover > a, 
.sky-mega-menu li.current > a {
    color: #039be0!important;
}

.sky-mega-menu li a {
    font-size: 16px!important;
    color: #002e63!important;
    text-transform: capitalize;
}

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

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

#menu_main{
    margin-top: 45px;
}

.core-value {
    margin-top: 40px;
}
.core-value li:nth-child(2n){
    color: rgb(105, 156, 84);
}
.core-value li{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(197, 200, 205);
    border-radius: 8px;
    min-height: 50px;
    padding: 15px 40px;
    font-size: 21px;
    color: rgb(41, 140, 220);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 263px;
}

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

.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;
}

.top-wave-bg{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDUxLjc2YzM2LjIxLTIuMjUgNzcuNTctMy41OCAxMjYuNDItMy41OCAzMjAgMCAzMjAgNTcgNjQwIDU3IDI3MS4xNSAwIDMxMi41OC00MC45MSA1MTMuNTgtNTMuNFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHYzLjRDMjguMiAxLjYgNTkuNC41OSA5NC40Mi41OWMzMjAgMCAzMjAgODQuMyA2NDAgODQuMyAyODUgMCAzMTYuMTctNjYuODUgNTQ1LjU4LTgxLjQ5VjB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
}

.bottom-wave-bg{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik03MjUuMjkgMTAxLjJDMzI1LjIyIDEyMi40OCAwIDAgMCAwdjE0MGgxMjgwVjBzLTE1NC42NCA3OS45Mi01NTQuNzEgMTAxLjJ6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTU1Ni40NSAxMTkuNzRDOTUzLjQxIDE0MCAxMjgwIDE0IDEyODAgMTR2MTI2SDBWMHMxNTkuNSA5OS40OCA1NTYuNDUgMTE5Ljc0eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik02NDAgMTQwYzM1My40NiAwIDY0MC0xNDAgNjQwLTEzOXYxNDBIMFYwczI4Ni41NCAxNDAgNjQwIDE0MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
}

.bottom-wave-bg2{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
}

.main-title{
    font-size: 48px;
    color: rgb(41, 140, 220);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}

.main-title span{
    font-weight: 300;
}
.sub-title-left, .main-title-left{
    text-align: left!important;
}
.sub-title{
    font-size: 20px;
    font-weight: 300;
    color: rgb(3, 68, 120);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 7px;
    line-height: 1.25em;
}

.sub-title span{
    font-weight: bold;
}

.bg-gray{
    margin-top: 25px;
    margin-bottom: 25px;
}

.bg-gray{
    margin-top: 80px;
    background-color: #e8e8e8 !important;
}

.bg-green{
    margin-top: 80px;
    background-color: #699c54 !important;
}

.bg-green .main-section{
    min-height: 200px;
}

.main-section{
    min-height: 345px;
}

.home-pic-main{
    text-align: center;
}

.home-pic-main img{
    max-width: 303px;
}

.top-right a .btn-blue{
    text-align: center;
    width: max-content;
}

.main-body{
    padding-left: 47px;
}

/* Main Categories */
.category-panel > img{
    margin-bottom: 10px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.category-panel > .category-desc{
    font-size: 15px;
    color: rgb(153, 153, 153);
    line-height: 1.6;
}
.category-panel > .category-title{
    font-size: 19px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.211;
    margin-bottom: 23px;
}
.category-panel{
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.09);
    max-width: 307px;
    height: 314px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    text-align: center;
}

.product-panel > img{
    max-width: 85px;
    max-height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin-right: 10px;
}
.product-panel span{
    font-size: 24px;
    font-weight: bold;
    line-height: 68px;
}
.product-panel {
    border-width: 1px;
    border-color: rgb(197, 200, 205);
    border-style: solid;
    border-radius: 8px;
    max-width: 315px;
    padding: 8px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    margin-bottom: 9px;
}

.partner-logo-panel {
    border-width: 0;
    border-color: rgb(197, 200, 205);
    border-style: solid;
    border-radius: 8px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    margin-bottom: 9px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-pic-main-before{
    display: none;
}

.sidemenu_logo {
    max-width: 209px;
    height: 130px;
}

.minor-title{
    line-height: 1em;
    color: #112f63;
}

.main-fixed-header {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    position: relative;
    width: 100%;
}

@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;
    }
    .main-menu-container-section{
        display: none;
    }
    menu-bar-section #menu {
        margin-left: 32px;
    }
    .request-quote_btn{
        margin-top: 0!important;
        float: right;
        margin-right: 20px;
    }

    .logo {
        height: 196px;
        width: 273px;
    }
    .btn-box li {
        display: inline-block;
        margin-right: 20px;
    }
    .category-panel {
        margin-bottom: 30px;
    }

    #footer-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer-disclaimer .disclaimer-left,
    #footer-disclaimer .disclaimer-middle,
    #footer-disclaimer .disclaimer-right{
        text-align: center;
        padding-bottom: 0;
    }
    #footer-disclaimer .disclaimer-right{
        padding-bottom: 13px;
    }

    #join_mailing_list {
        margin-top: 20px;
    }
    .main-title{
        font-size: 36px;
    }
    .home-pic-main-after{
        display: none;
    }
    .home-pic-main-before{
        display: block;
    }

    .core-value li {
        max-width: 307px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media all and (min-width: 576px) and (max-width: 767.98px) {
    .desktop-menu{
        display: none;
    }
    .core-value-panel{
        display: none;
    }
    .home-pic-main img {
        max-width: 270px;
    }

    .top-right a .btn-blue {
        margin-top: 0;
        margin-bottom: 24px;
    }

    menu-bar-section #menu {
        margin-left: 30px;
    }
    .btn-box li {
        display: inline-block;
        margin-right: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) and (max-width: 991.98px) {
    menu-bar-section #menu{
        display: none;
    }
    .top-right, .core-value-panel{
        display: none;
    }
    .home-pic-main img {
        max-width: 270px;
    }
    .btn-box li {
        display: inline-block;
        margin-right: 20px;
    }
    #claims-procedures-img, #join_mailing_list{
        display: none;
    }

    /*#main-categories .category-desc {
        display: none;
    }*/

    #main-categories .category-panel {
        height:auto
    }
    .main-title {
        font-size: 42px;
    }
}

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

    #menu_main{
        margin-left: 38px;
    }
    .btn-box li {
        display: inline-block;
        margin-right: 20px;
    }

    .partner-logo-panel {
        max-width: 190px;
    }
    .main-title {
        font-size: 42px;
    }
}

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

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    #menu_main{
        margin-left: 62px;
    }
    .main-body{
        padding-left: 35px;
    }
    .home-pic-main img {
        max-width: 290px;
    }
}
