
html {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
   overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    font-size: 12px;
      font-family: 'Montserrat', sans-serif !important;
       overflow-x: hidden;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
   overflow-x: hidden;
}

body {
    margin: 0px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif !important;
    background-color: #F2F2F2;
    overflow-x: hidden;
    min-height: 1700px;
    min-width: 400px !important;
}

.navbar-toggler-icon {
    width:20px !important;
    height:20px !important;
}
.navbar-toggler{
    padding:0px !important;
    border:0px;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  text-align: center;

}

.navbar-nav .nav-link {
  padding-left: 0;
  align-items: center;
  padding:10px;
 
}

.nav-link{
    padding: 12px 18px 12px 18px !important;
    font-size:11pt;height:46px;
}

.nav-Link-active{
    padding-top:12px;    
    padding-bottom:8px !important;

    border-bottom: 2px solid green;
    font-weight: bold;
  font-size:11pt;
}

.footer{
    background-color: #000;
    position: relative !important;
}

.bottomLogo{
    background: #4FAF4E;
    background: linear-gradient(180deg,rgba(0, 150, 119, 1) 0%, rgba(79, 175, 78, 1) 100%);
    width:73px;
    margin-left:40px;
    bottom:0px;
    display: flex;
    align-items: flex-start;
    height:calc(100% + 70px);
    margin-top: -70px;
    margin-right: 30px;
    position: absolute;
 
}

.bottomLogoPadding{
    padding:30px 10px 10px 28px;
     align-items: flex-start;
}

.footer{
 white-space:normal !important; 
 line-height: 20px !important; 
}
.navbar{
    height:48px !important;
}
.homeBack{
   background-image: url("../img/homeBanner.jpg");
}
.whatBack {
    background-image: url("../img/whatBanner.jpg");
}
.toolBack {
    background-image: url("../img/toolbanner.jpg");
}
.storiesBack {
    background-image: url("../img/customerStories.jpg");
}
.claimsBack {
    background-image: url("../img/claimsBanner.jpg");
}
.banner { /* Set a specific height */
    height: 540px;
    /* Position and center the image to scale nicely on all screens */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bannerBackLeft{
    background: linear-gradient(90deg,rgba(0,0,0,.6),transparent);
    position: absolute;
    width: 80%;
    height: 100%;
}
.bannerBackBottom{
    background: linear-gradient(0deg,rgba(0,0,0,.89),hsla(0,0%,76.9%,0));
        position: absolute;
    width: 100%;
    height: 174px;
    bottom:0px;
}
.bannerTextPosition{
    color:#fff;
    position: absolute;
    margin-left: calc(6.25% + 37.5px);
    margin-top: 170px;
    
}

.bannerTextPosition > H1{
    font-size:38pt;
    font-weight:bold;
}

H1{
    font-size:28pt;
    margin-bottom:30px;
}
P{
    font-size:12pt;
}

.scrolled{
    background:white !important;
    position: fixed !important;
    top:0px !important;
    z-index:50;
    height:60px !important;
    width:100% !important;
}

.logoScrolled{
    top:-40px !important; 
}

.footerAbout{
color:#fff;
margin:50px 50px 20px 00px;
 
}
.footerMargin{
color:#fff;
margin:50px 25px auto 20px;
font-size:11pt;
}
.downloadMargin{
    color:#fff;
margin:10px 25px auto 20px;
font-size:11pt;
}

.footerIconUL, .footerUL{
    margin:0px;
    list-style: none;
    font-size:11pt;
    margin-left:-24px;
}
.footerUL >li{
    margin-bottom:6px;
}
.footerIconUL > li > a, .footerUL > li > a{
    text-decoration: none;
    color:#fff;
}

.footerIconUL > li > a:hover, .footerUL > li > a:hover{
    text-decoration: underline;
}

.footerIconUL >li{
        margin-bottom:10px;
}

.footer{
    padding-bottom:25px !important;
}

.iconSVGfooter{
    margin-top:-4px;
    float:left;
 
    margin-right:5px;
}

.small-button {
    display: inline-flex;
    margin: none;
    align-items: center;
    height: 40px;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    padding: 20px;
    font-weight: bold;
    font-size:16px;

}

.large-button {
    display: inline-flex;
    margin: none;
    align-items: center;
    height: 40px;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    padding: 30px;
    font-weight: bold;
    font-size: 17px;
}
.primary {
    background-image: linear-gradient(270deg,#60b848 1.64%,#009677 98.36%);
    color: #fff;
}
.primary:hover{
    background: #126942 !important;
}
.alternate {
    background-color: #fff;
    color: #059975;
    border: solid 1px #059975;
}
.alternate:hover, .whiteB:hover{
    background: #B9E2B6 !important;
    color:#126942;
    border-color:#126942
}
.whiteB {
    background-color: transparent;
    color: #FFF;
    border: solid 1px #FFF;
}

.form-group {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius:10px;
    margin: 10px;
}

    .form-group > label {
        float:left;
        margin-top: -22px;
        margin-left:00px;
        background-color: white;
        padding:0px 3px 0px 3px;
    }

    .form-group > input, .form-group > input:focus {
        border: none !important;
        outline: none !important;
        transition: none !important;
        outline: 0px !important;
        -webkit-appearance: none;
        border-radius: none !important;
    }



#formS > div > label > input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: 1px solid #ccc;
   
    background-color: white;
    cursor: pointer;
}

    #formS > div > label > input[type="radio"]:checked {
        background-color: #50B848;
        border: 3px solid white;
        outline: 1px solid #50B848;
    }

.resultBlock{
    background:#fff;
    border-radius:13px;
    padding:30px 50px 30px 50px;
    text-align:left;
}

    .resultBlock.death {
        border: solid 1px #109F81;
    }
.resultsHeaderBlock > h1{
    font-size:22pt;
    text-transform:uppercase;
    font-weight:bold;
    padding:0px;
    margin:0px;
    margin-bottom:0px;
}
.resultsHeaderBlock > h2 {
    padding: 0px;
    margin: 0px;
    margin-bottom:16px;
}
.resultsHeaderBlock > h3 {
  font-size:14px;
}

.descBlock{
    border-radius: 13px;
    border:solid 1px #ccc;
    margin-left:20px;
    padding:20px;

}
.descBlock > h1 {
    font-size: 15pt;
    font-weight: bold;
    margin:0px;
    margin-bottom:10px;
}
    .descBlock  .columns {
        padding-left:20px;
    }

   .death .descBlock  .columns {
        border-left: 1px solid rgba(0, 150, 119, 1);
    }

    .disability-income .descBlock  .columns, .disability-lumspsum .descBlock  .columns{
        border-left: 1px solid #F37021;
    }

    .illness .descBlock  .columns {
        border-left: 1px solid #00D2FF;
    }

    .retrenchment .descBlock  .columns {
        border-left: 1px solid #FF008A;
    }


.death .resultsHeaderBlock > h1, .death .resultsHeaderBlock > h2, .death .descBlock > h1 {
    color: #109F81;
}

.death .descBlock {
    border-color: #109F81;
    background: #E6F5F2;
}

.disability-income .resultsHeaderBlock > h1, .disability-income .resultsHeaderBlock > h2, .disability-income .descBlock > h1,
.disability-lumspsum .resultsHeaderBlock > h1, .disability-lumspsum .resultsHeaderBlock > h2, .disability-lumspsum .descBlock > h1 {
    color: #F37021;
}

.disability-income .descBlock, .disability-lumspsum .descBlock {
        border-color: #F37021;
        background: #FEF1E9;
    }

.disability-income, .disability-lumspsum {
    border: solid 1px #F37021;
}

 .disability-lumspsum .resultsHeaderBlock > h1, .disability-lumspsum .resultsHeaderBlock > h2, .disability-lumspsum .descBlock > h1 {
            color: #F37021; 
        }

.disability-income .descBlock, .disability-lumspsum .descBlock {
    border-color: #F37021;
    background: #FEF1E9;
}

.illness .resultsHeaderBlock > h1, .illness .resultsHeaderBlock > h2, .illness .descBlock > h1 {
    color: #00D2FF;
}

.illness .descBlock {
    border-color: #00D2FF;
    background: #E6FBFF;
}

.illness {
    border: solid 1px #00D2FF;
}

.retrenchment .resultsHeaderBlock > h1, .retrenchment .resultsHeaderBlock > h2, .retrenchment .descBlock > h1 {
    color: #FF008A;
}

.retrenchment .descBlock {
    border-color: #FF008A;
    background: #FFE6F4;
}

.retrenchment {
    border: solid 1px #FF008A;
}

input[type="radio"] {
  vertical-align: baseline;
}

.mainContentBlock{
    margin:20px 60px 20px 60px;
    text-align:center;
}
.mainContentBlock h1{
    font-weight:bold;
}
    .mainContentBlock h2{
        font-size:14pt;
    }
.mainContentBlock p{
    font-size:12pt;
    margin:25px;
}

.scrollingDiv {
    margin: 10px 50px 10px 50px;
    display: flex;
    align-items: center;
}

    .scrollingDiv .c1 {
        width: 50px;
        text-align:left;
        font-size:50pt;
   
    }

.scrollingDiv .c2{
    
    flex:1;
    max-width:90%;
}

    .scrollingDiv .c3 {
        text-align: right;
        width: 50px;
        font-size: 50pt;
    }
.scrollContent{
    overflow-x:auto;
    padding:30px;
    
}
.scrollContentFlexContainer{

    display:flex;
    column-gap:20px;
}
.content1 {
    background: white;
    border-radius: 15px;
    padding: 80px 28px 60px 28px;
    display: flex;
    flex-direction: column;
    min-width: 320px !important;
}

.content1 h1{
    font-weight:bold;
    margin-bottom:25px;
    font-size:32px;
}
    .content1 p {
        font-size: 11pt !important;
        color: #666;
        width: 280px;
        margin-right:20px;
        
    }

    .content1 button {
       width:fit-content;
        margin-top: auto;
    }

.life {
    color: #059975;
}
.illnessC {
    color: #00C0E8;
}
.funeral {
    color: #50B848;
}
.disability {
    color: #F37121;
}
.retrenchmentC {
    color: #ED0080;
}
.omRewardsContainer {
    border-radius: 15px;

    background-color: #fff;
    border: solid 1px #ccc;
}
.bgImageRewards {
    background-image: url("../img/omRewardsPic.jpg");
    background-size: 50%; 
    background-repeat: no-repeat;
    background-position: top left;
}
.omRewardsText {
    margin: 45px 35px 25px 36px;
    color: #000;
    text-align: left;
  margin-left:50%;
}
.omRewardsText h4{
    padding-left:25px;
    font-size:25pt;
    font-weight:bold;
    
}

.storiesBlock, .claimsOption {
    border: 1px solid #ccc;
    border-radius: 10px;
}
    .claimsOption{
        text-align:left;
        background:#fff;
    }
    .storiesBlock img {
        border-radius: 10px 10px 0 0;
        width: 220px;
    }

    .storiesBlock p, .claimsOption p{
        margin: 15px 15px 20px 15px;
        font-weight: bold;
        color: #000;
    }
.claimsOption img{
    width:200px;
  margin:30px;
  margin-bottom:5px;
}
.claimsOption h2{
    font-weight:bold;
    font-size:16pt;
    margin: 10px;
    margin-top:-10px;
    margin-bottom:25px;
}

.claimsPic1 {
    border-radius: 0px 15px 15px 0px;
}

.whatToAskPic1 {
    border-radius: 15px 0px 0px 15px;
}

.claimsText {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: start; /* Vertically center */
    flex-direction: column;
    margin-left: 10%;
    height: 100%;
    text-align: left;
    width:100%;
}
.claimsText h4{
    font-size:18pt;
    color:#059975;
    font-weight:bold;
    margin-bottom:19px;
}
    .claimsText p {
        font-size: 12pt;
        margin: 0px;
        padding: 0px;
        padding-bottom: 15px;
        width: 80%;display:block;
    }
    .claimsText button{
    }

    .claimsCon1 {
        background: white;
        border: solid 1px #ccc;
        border-radius: 15px;
        margin: 50px;
        background-image: url("../img/makeclaimseasy.jpg");
        background-size: 50%; /* <------ */
        background-repeat: no-repeat;
        background-position: top right;
    }

.claimsText ul li {
    padding: 0px 30px 30px 0px;
    list-style: square;
    font-size: 12pt;
    margin-right: 35px;
}

.scrollIcon:hover{
    color:#50B848;
    cursor:pointer;
}

.spinnerDown {
    animation: spin-animation 0.5s infinite;
    display: inline-block;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}


@media print {
    #downloadReportButton{
        display:none;
    }
}

.initiateBlock {
    background: white;
    border: solid 1px #ccc;
    border-radius: 15px;
    margin: 50px;
    min-width:250px !important;
}
.navbar-nav {
    background: white;
    z-index:49;
    position:relative;
}
.navbar-toggler-icon {
    z-index: 55;
    position: relative;

}
.navbar-toggler{
    position:absolute;
    left:90px;
}
.customMargin {
    margin: 50px;
}