* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.banner-insurance{
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background: rgba(0,0,0,.5) url(http://localhost/micky/dist/images/banner/banner-slide3-1.jpg) no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
    transform: translateY(-66px);
}

.banner-clip-fluid{
    width: 80%;
    text-align: center;
    color: white;
    box-sizing: border-box;
    padding: 20px 0;
    margin: auto;
    transform: translateY(-20px);
}

.banner-clip-fluid h1{
    font-size: 40px;
    letter-spacing: 1px;
    font-family: "Nunito";
    font-weight: bold;
    text-transform: uppercase;
}

.banner-clip-fluid p{
    font-size: 13px;
    letter-spacing: 2px;
    font-family: "Nunito";
}

.slideshowContainer {
    width: 100%;
    height: 30vh;
    position: relative;
    transform: translateY(-65px);
}

.mySlides {
    display: none;
    height: 100%;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slideText {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
/*    padding: 0 10px;*/
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

#slideText #detail {
    align-self: center;
    width: 90%;
    height: auto;
    text-shadow: 0 1px 3px #000;
    text-align: center;
    margin-top: 40px;
}

#slideText #detail h1 {
    font-size: 20px;
    font-family: "Nunito";
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#slideText #detail p {
    font-size: 13px;
/*    margin: 0 0 20px;*/
    color: white;
    font-family: "Nunito";
    line-height: 20px;
    letter-spacing: 1px;
    display: none;
}

#slideText #detail a {
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 3px rgba(0, 0, 0, .5);
    color: white;
    border: 1px solid;
    border-width: .125rem;
    padding: 5px 20px;
    display: inline-block;
    -webkit-appearance: none;
    font-weight: 600;
    line-height: 1.5;
    background-color: transparent;
    transition: all .3s ease;
    font-family: db_sans_bold, sans-serif;
    font-family: "Nunito";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin-top: 15px;
}

#dir {
    width: 100%;
    position: absolute;
    transform: translateY(25px);
    display: flex;
    z-index: 10;
    justify-content: center;
    cursor: pointer;
}

#dir #arrow {
    margin-top: 2px;
    color: #000;
}

#dir #circle {
    margin: 0 10px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: .5625rem;
    width: .5625rem;
    margin: 0 2px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #327f06;
}

.fade {
    animation-name: fade;
    animation-duration: .4s;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.invest {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px;
}

.invest-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.invest-mn {
    width: 100%;
    height: auto;
    font-family: "Nunito";
    margin-bottom: 30px;
}

.invest-mn div{
    width: 100%;
}

.invest-mn div img{
    width: 100%;
    height: auto;
}

.invest-mn .invest-p p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    padding: 7px 0;
    box-sizing: border-box;
}

.invest-mn .invest-ft{
    width: 100%;
    position: relative;
}

.invest-mn .invest-ft span{
    letter-spacing: 1px;
    font-family: "Nunito";
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color: #a5a5a5;
}

.invest-mn .invest-ft h2{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: bold;
    margin: 2px 0 30px 0;
}

.invest-mn .invest-md{
    width: 100%;
    padding: 0 0 20px 0;
    position: relative;
}

.invest-mn .invest-md p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.invest-mn .invest-lk{
    width: 100%;
    position: relative;
}

.invest-mn .invest-lk a{
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 3px rgba(0, 0, 0, .5);
    color: black;
    border: 1px solid;
    border-width: .125rem;
    padding: 10px 15px;
    display: inline-block;
    -webkit-appearance: none;
    font-weight: 600;
    line-height: 1.5;
    background-color: transparent;
    transition: all .3s ease;
    font-family: db_sans_bold, sans-serif;
    font-family: "Nunito";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.invest-mn .invest-lk a:hover{
    background-color: #327f06;
    color: white;
    transition: .3s ease;
    box-shadow: none;
}

.info-fluid {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px;
    background: #327f06;
}

.info-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-rn {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
}

.info-title {
    letter-spacing: 1px;
    font-family: "Nunito";
    font-size: 20px;
    color: white;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.info-title a {
    text-decoration: none;
    color: white;
}

.info-title a:hover {
    text-decoration: underline;
}

.info-para {
    text-align: left;
    letter-spacing: 1px;
    font-family: "Nunito";
    font-size: 12px;
    color: white;
    padding: 3px 0px;
    padding-bottom: 20px;
    width: 100%;
    line-height: 23px;
    box-sizing: border-box;
}


.odd-fluid {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px;
    background: #327f06;
}

.odd-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.odd-rn {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.odd-rn h3 {
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding-top: 15px;
}

.odd-rn a {
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 3px rgba(0, 0, 0, .5);
    color: white;
    border: 1px solid;
    border-width: .125rem;
    padding: 12px 50px;
    display: inline-block;
    -webkit-appearance: none;
    font-weight: 600;
    line-height: 1.5;
    background-color: transparent;
    transition: all .3s ease;
    font-family: db_sans_bold, sans-serif;
    font-family: "Nunito";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
}

.odd-rn a:hover{
    background: white;
    color: #327f06;
    transition: .3s ease;
    box-shadow: none;
}

.resources {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.res-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.res-img {
    display: none;
}

.res-img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.res-right{
    width: 100%;
    position: relative;
    height: auto;
    padding: 40px 30px;
}

.res-line{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.res-line .line{
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: #327f06;
    position: relative;
}

.res-line .line::before{
    position: absolute;
    content: '';
    background: #327f06;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: -15px;
    top: -1px;
}

.res-right .res-ft{
    width: 100%;
    position: relative;
}

.res-right .res-ft span{
    letter-spacing: 1px;
    font-family: "Nunito";
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    color: #a5a5a5;
}

.res-right .res-ft h2{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: bold;
    margin: 2px 0 30px 0;
}

.res-right .res-md{
    width: 100%;
    position: relative;
}

.res-right .res-md p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.res-right .res-lk{
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.res-right .res-lk .res-circle{
    width: 100%;
    margin: 20px 0;
}

.res-right .res-lk .res-circle .res-hd-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.res-right .res-lk .res-circle p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-transform: uppercase;
}

.res-right .res-lk .res-circle span{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.res-right .res-lk .res-circle .res-progress{
    width: 100%;
    height: 4px;
    background: #999;
    position: relative;
    border-radius: 4px;
}

.res-right .res-lk .res-circle .res-progress .res-pro1{
    width: 90%;
    height: 4px;
    background-color: #327f06;
    position: absolute;
    border-radius: 4px;
}

.res-right .res-lk .res-circle .res-progress .res-pro2{
    width: 75%;
    height: 4px;
    background-color: #327f06;
    position: absolute;
    border-radius: 4px;
}

.res-right .res-lk .res-circle .res-progress .res-pro3{
    width: 97%;
    height: 4px;
    background-color: #327f06;
    position: absolute;
    border-radius: 4px;
}

.product {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 20px;
    background: #f5f5f5;
/*    padding-bottom: 10px;*/
}

.product-title{
    width: 100%;
}

.product-title .product-tl {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    height: auto;
    font-family: "Nunito";
    position: relative;
    text-align: center;
}

.product-title .product-tl span{
    letter-spacing: 1px;
    font-family: "Nunito";
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color: #a5a5a5;
}

.product-title .product-tl h2{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: bold;
    margin: 2px 0 30px 0;
}

.dot-flex{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.dot-flex .line{
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background: #327f06;
}

.dot-flex .dot{
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #327f06;
    margin: 0 10px;
}

.product-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 80px 0;
    margin-bottom: 10px;
}

.product-pk{
    width: 100%;
    margin-bottom: 30px;
    background: white;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.product-pk i{
    font-size: 40px;
    color: #327f06;
    margin: 0 0 20px;
}

.product-pk h3{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}

.product-pk p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px;
}

.product-pk a{
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 3px rgba(0, 0, 0, .5);
    color: black;
    border: 1px solid;
    border-width: .125rem;
    padding: 10px 20px;
    display: inline-block;
    -webkit-appearance: none;
    font-weight: 600;
    line-height: 1.5;
    background-color: transparent;
    transition: all .3s ease;
    font-family: db_sans_bold, sans-serif;
    font-family: "Nunito";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.product-pk a:hover{
    background-color: #327f06;
    box-shadow: none;
    color: white;
    transition: .3s ease;
}

.services {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 20px;
    padding-bottom: 10px;
    background: #fff;
}

.services-title{
    width: 100%;
}

.services-title .services-tl {
    width: 100%;
    height: auto;
    font-family: "Nunito";
    position: relative;
    text-align: center;
}

.services-title .services-tl span{
    letter-spacing: 1px;
    font-family: "Nunito";
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color: #a5a5a5;
}

.services-title .services-tl h2{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: bold;
    margin: 2px 0 30px 0;
}

.services-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 80px 0;
    margin-bottom: 10px;
}

.services-lt{
    width: 100%;
    margin-bottom: 30px;
    background: white;
    padding: 30px 0px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.services-lt .services-icon{
    font-size: 30px;
    color: #327f06;
    text-align: center;
    margin-bottom: 20px;
}

.services-lt .services-text h3{
    font-family: "Nunito";
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.services-lt .services-text p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
}

.news{
    width: 100%;
    height: 50vh;
    background: rgba(0,0,0,.5) url(http://localhost/micky/dist/images/bank-interior3.jpg) no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    padding-top: 70px;
}

.news-title{
    width: 100%;
    text-align: center;
}

.news-title h3{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    color: white;
}

.input-flex{
    width: 85%;
    margin: 50px auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
}

.input-a{
    width: 60%;
}

.input-a input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background: white;
    color: black;
    font-size: 13px;
    font-family: "Nunito";
    letter-spacing: 1px;
    outline: none;
    border: none;
}

.input-btn{
    width: 40%;
}

.input-btn input{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: #327f06;
    color: white;
    font-size: 13px;
    font-family: "Nunito";
    letter-spacing: 1px;
    outline: none;
    border: none;
    border-radius: 0 40px 40px 0;
    cursor: pointer;
}

.news-pt{
    width: 90%;
    text-align: center;
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px;
    margin: auto;
    color: white;
}

.risk-fluid{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 70px;
}

.risk-title{
    width: 100%;
    text-align: center;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 20px;
}

.risk-title h2{
    font-size: 30px;
    font-family: "Nunito";
    letter-spacing: 1px;
    color: black;
}

.risk-rn{
    width: 100%;
    height: auto;
    text-align: justify;
    margin: 30px auto;
}

.risk-rn p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 15px;
    color: black;
    line-height: 23px;
    margin: 0 0 20px;
}

.risk-list{
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
}

.risk-list nav{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 15px;
}

.risk-list nav .s_icon{
    color: green;
}

.cards--cr-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 80px 0;
    margin-bottom: 10px;
}

.cards--cr-flex .cards--cr-list{
    width: 100%;
    margin-bottom: 30px;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.cards--cr-flex .cards--cr-list div h3{
    font-family: "Nunito";
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.cards--cr-flex .cards--cr-list div p{
    font-family: "Nunito";
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}