.hero {
    margin: 0px auto 0px;
    width: 90%;
    box-sizing: border-box;
}

.herocontent {
    width: 100%;
    font-family: 'Merriweather', serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: #696969;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.herocontentfooter {
    font-size: 18px;
    margin-top: 10px;
}

.heroheader {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #0e4160;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.light-blue {
    color: #0399d8;
}


.herocallbuttons {
    margin-top: 25px;
    box-sizing: border-box;
}

.heroprimarybutton {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
    color: #FFF !important;
    background-color: #0e4160;
    border: solid 1px #0e4160;
    font-size: 18px;
    padding: 15px 20px;
    text-decoration: none !important;
    box-sizing: border-box;
}

    .heroprimarybutton:hover {
        background-color: #0399d8;
    }

.herosecondarybutton {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #757575 !important;
    background-color: #FFF;
    border: solid 1px #757575;
    font-size: 18px;
    padding: 15px 20px;
    text-decoration: none !important;
    box-sizing: border-box;
}

    .herosecondarybutton:hover {
        border-color: #0399d8!important;
        color: #0399d8!important;
    }

.heroimage {
    max-width: 1000px;
    min-width: 300px;
    box-sizing: border-box;
}

    .heroimage img {
        width: 100%;
    }

.index-process-container {
    background-color: rgba(0, 0, 0, .05);
    background-image: url(https://icabnewmedia.s3.ca-central-1.amazonaws.com/images/index/index-bg-hex1.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    width: 100%;
    box-sizing: border-box;
}

.index-process {
    margin: 0px auto 0px;
    width: 90%;
    padding: 50px 0px 80px;
    box-sizing: border-box;
}

    .index-process h2 {
        font-size: 36px;
        line-height: 44px;
        color: #0e4160;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 15px;
    }

    .index-process h3 {
        font-family: 'Merriweather', serif;
        font-weight: 300;
        font-size: 22px;
        line-height: 28px;
        color: #696969;
    }

.index-process-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 30px;
    box-sizing: border-box;
}

.index-process-item {
    margin: 0px auto 80px;
    width: 78%;
    padding: 0px 40px;
    box-sizing: border-box;
}

    .index-process-item img {
        width: 100%;
        min-width: 150px;
        display: block;
    }

    .index-process-item .index-process-steps {
        display: flex;
        margin-top: 20px;
    }

        .index-process-item .index-process-steps .index-process-steps-label {
            font-size: 26px;
            font-family: 'Poppins', sans-serif;
            color: #0399d8;
            font-weight: 500;
            display: inline-block;
            border-right:solid 1px #333;
            padding-right: 10px;
            margin-right: 10px;
        }

        .index-process-item .index-process-steps .index-process-steps-content {
            display: inline-block;
            color: #0279ab;
            font-family: 'Merriweather', serif;
            font-size: 22px;
            font-weight: 300;
            line-height: 28px;
        }

.index-benefits {
    background-image: url(https://icabnewmedia.s3.ca-central-1.amazonaws.com/images/index/index-bg-hex2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
    box-sizing: border-box;
}

.index-benefits-container {
    width: 90%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 100px 0px;
}

    .index-benefits-container h2 {
        font-family: 'Poppins', sans-serif;
        color: #0e4160;
        font-size: 36px;
        line-height: 36px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

.index-benefits-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.index-benefits-item {
    width: 100%;
    background-color: #f5f5f5;
    padding: 50px;
    box-sizing: border-box;
    min-height: 26vw;
    min-width: 25vw;
}

    .index-benefits-item img {
        width: 40px;
        display: block;
        margin-bottom: 20px;
    }

    .index-benefits-item h3 {
        color: #0399d8;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index-benefits-item p {
        font-family: 'Merriweather', serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
    }

.index-benefits-item-lightblue {
    background-color: #0da0fc;
    background-image: linear-gradient(306deg, #0399d8 40%, #037cc7);
}

    .index-benefits-item-lightblue h3 {
        color: #FFFFFF;
    }

    .index-benefits-item-lightblue p {
        color: #FFFFFF;
    }

.index-benefits-item-mediumblue {
    background-color: #e4e4e4;
    background-image: linear-gradient(#0e4160, #0e4160);
}

    .index-benefits-item-mediumblue h3 {
        color: #FFFFFF;
    }
    .index-benefits-item-mediumblue p {
        color: #FFFFFF;
    }

.index-benefits-item-darkblue {
    background-color: #e4e4e4;
    background-image: linear-gradient(#0b2d42, #0b2d42);
}

    .index-benefits-item-darkblue h3 {
        color: #FFFFFF;
    }

    .index-benefits-item-darkblue p {
        color: #FFFFFF;
    }

@media (min-width: 600px) {
    .index-process-item {
        width: 50%;
        padding: 0px 40px;
    }
}

@media (min-width: 900px) {
    .index-process-item {
        width: 33%;
        padding: 0px 40px;
    }

    .index-benefits-container {
        width: 78%;
    }

    .index-benefits-item {
        width: 50%;
    }
}


@media (min-width: 1200px) {
    .hero {
        margin: 40px auto 0px;
        width: 78%;
        display: flex;
        justify-content: space-between;
    }

    .herocontent {
        max-width: 800px;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .heroheader {
        font-size: 45px;
        line-height: 54px;
    }

    .herocontentfooter {
        font-size: 20px;
        margin-top: 10px;
    }

    .index-process {
        width: 78%;
        padding: 80px 0px 150px;
    }

    .index-process-items {
        margin-top: 80px;
    }

    .index-process-item {
        width: 20%;
        padding: 0px 40px;
    }

    .index-benefits-container {
        width: 78%;
    }

    .index-benefits-item {
        width: 33%;
    }
}

@media (min-width: 1500px) {
    .hero {
        margin: 0px auto 0px;
    }

    .herocontent {
        font-size: 1.75rem;
        line-height: 2.3rem;
    }

    .heroheader {
        font-size: 50px;
        line-height: 60px;
        margin-top: 50px;
    }

    .herocontentfooter {
        font-size: 24px;
        margin-top: 10px;
    }
}

@media (min-width: 2000px) {
    .heroheader {
        margin-top: 150px;
    }

    .herocontentfooter {
        font-size: 22px;
        margin-top: 10px;
    }
}

.get-to-know {
    margin-top: -10px;
    
    background-color: rgb(11, 45, 66);
    width: 100%;
    color: white;
    box-sizing: border-box;
    justify-content: space-between;   
    padding-top:50px;
    padding-bottom:50px;
    background-image: linear-gradient(rgba(11, 45, 66, .51), rgba(11, 45, 66, .51)), url("https://assets.website-files.com/649a32444b8a49f4f540e2b6/64b2ee727079905e884cb5c7_Hex-Color.svg");
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
}
.get-to-know-content{
    width:90%;   
    margin: 0px auto;
}
.get-to-know p {
    font-family: 'Merriweather', serif;
   
    display: block;
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

.get-to-know-video-header {   
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
   
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align:left;
}

.get-to-know-video {
    
    box-sizing: border-box;  
    flex: 1;
   
}

.video-player {
    border: 1px solid white;

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .get-to-know {
        flex-direction: column;
        
        
    }

    
    .video-container{
        
        text-align:center
    }
    .video-player {
        min-height: 360px;
        min-width: 290px;
    }

    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .get-to-know-content {
    
       margin:0px auto;
      
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
       
    }
    .get-to-know-video {
        
        text-align: center
    }
    .video-player {
        min-height: 360px;
        min-width: 290px;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .get-to-know-video {
       
    }
    .video-player {
        min-height: 360px;
        min-width: 420px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
    .video-player {
        min-height: 360px;
        min-width: 450px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .get-to-know-content {
      width:78%;
    }
    
    .video-player {
        min-height: 360px;
        min-width: 640px;
    }
}

