

@media screen and (max-width: 1200px) {

    .hide-on-mid{
        display: none;
    }
}


@media screen and (max-width: 768px) {
    
    .hidden-on-mobile{
        display: none;
    }
    
    .topbar-wrapper{
        display: none;
        
    }

    .topbar-mobile-wrapper{

        position : fixed;
        top : 0;
        left : 0;
        width : 100%;
        height : 80px;
        z-index: 999;

        background-color: #fff !important;

    }

    .topbar-content-right{
        float: right;
        margin-left: 10px;
    }

    .topbar-content-wrapper{
        padding : 20px 10%;
    }

    .topbar-content-left{
        float: left;
    }

    .topbar-content-right{
        float: right;
        margin-left: 20px;
    }

    .topbar-text{
        color: #000000 !important;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }

    /**********************/


    .header-button{
        /*width : 150px;*/
    }

    .image-wrapper{
        display: none;
    }
    
    .header-image{
        display: none;
    }

    .header-wrapper{
        margin-top: 80px;
        background-color: #EEEFE4;
        width : 100%;
        padding : 40px 10%;
    }

    .bullets-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 40px 10%;
    }

    /********************/

    .call2actn-wrapper{
        background-color: #2B65F6;
        width : 100%;
        padding : 40px 10%;
    }

    .call2actn-title{
        width : 100%;
        text-align: center;
    }

    .call2actn-button{
        width : 100%;
        text-align: center;
    }

    .call2actn-button button{
        background-color : #fff !important;
        border : 1px solid #fff !important;

        color: #2B65F6  !important;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        cursor: pointer;
    }

    .call2actn-button button:hover{
        background-color : #2B65F6 !important;
        border : 1px solid #fff !important;

        color: #fff !important;
    }

    /***********************/

    .pagecontent-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 40px 10%;
    }

    /***********************/

    .pageform-wrapper{
        background-color: #B3C8FC;
        width : 100%;
        padding : 40px 10%;
        text-align: right;
    }

    .pageform-form-wrapper{
        text-align: right !important;
    }

    .pageform-header-wrapper{
        margin-bottom: 20px;
    }
    /************************/

    h3{
        color: #000000;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 20px;
        letter-spacing: 0.7px;
        line-height: 28px;
    }

    /*************************/

    .more-wrapper{
        background-color: #ffffff;
        width : 100%;
        padding : 40px 10%;   
    }

    .onemore-wrapper{
        padding : 20px;
        text-align: center;
    }

    .onemore-image{
        width : 100%;
        height : 130px;
        margin-bottom: 30px;
    }

    .onemore-image img{
        height : 130px;
    }

    .onemore-title{
        text-align: center;
        margin-top: 15px;
    }

    .onemore-text{
        text-align: center;
    }

    /*****************/

    .code-input{
    }

    /********************/

    .pageform-received-wrapper{
        width : 100%;
        text-align: center;
        margin-top: 20px;
    }

    .pageform-button-wrapper{
        width : 100%;
        padding-top: 20px;
        text-align: right;
    }

    .pageform-button{
        /*width : 150px;*/
    }

    /**********************/

    .form-error{
    
        color: #FA4500;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 13px;
        letter-spacing: 0.22px;
        line-height: 32px;

        text-align: right;
        direction: rtl;
    }
}

@media screen and (min-width: 769px){

    .desktop-pad-30{
        padding : 0 30%;
    }

    .desktop-pad-5{
        padding : 0 5%;
    }

    .hidden-on-desktop{
        display: none;
    }
    .topbar-mobile-wrapper{
        display: none;
    }

    .topbar-wrapper{

        position : fixed;
        top : 0;
        left : 0;
        width : 100%;
        height : 80px;
        z-index: 999;

        background-color: #fff !important;
    }

    .topbar-button{
        /*width : 200px;*/
    }

    .topbar-content-wrapper{
        padding : 20px 5% 20px 10%;
    }

    .topbar-content-left{
        float: left;
    }

    .topbar-content-right{
        float: right;
        margin-left: 40px;
    }

    .topbar-text{
        color: #000000;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }

    /**********************/

    .header-button{
        width : 300px;   
    }

    .image-wrapper{
        text-align: left;
    }

    .header-image{
        display: none;
        width : 80%;
        margin-right: 18%;
    }

    .header-wrapper{
        margin-top: 80px;
        background-color: #EEEFE4;
        width : 100%;
        padding : 60px 15% 60px 10%;
    }

    /********************/

    .bullets-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 50px 15% 60px 10%;
    }

    /********************/

    .ml-60{
        margin-left: 70px;
    }

    /********************/

    .call2actn-wrapper{
        background-color: #2B65F6;
        width : 100%;
        padding : 60px 0;   
    }

    .call2actn-title{
        padding : 0 27%;
        text-align: center;
    }

    .call2actn-button{
        width : 100%;
        text-align: center;
    }

    .call2actn-button button{
        background-color : #fff !important;
        border : 1px solid #fff !important;

        color: #2B65F6  !important;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        cursor: pointer;
    }

    .call2actn-button button:hover{
        background-color : #2B65F6 !important;
        border : 1px solid #fff !important;

        color: #fff !important;
    }

    /*************************/

    .pagecontent-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 50px 20% 60px 15%;
    }

    /*************************/

    .pageform-wrapper{
        background-color: #B3C8FC;
        width : 100%;
        padding : 50px 15% 60px 10%;
    }

    .pageform-form-wrapper{
        text-align: left !important;
    }

    /*********************/

    h3{
        color: #fff;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 28px;
        letter-spacing: 0.7px;
        line-height: 40px;
        text-align: center;
    }

    /*******************/

    .more-wrapper{
        background-color: #ffffff;
        width : 100%;
        padding : 50px 10% 60px 10%;
    }

    .onemore-wrapper{
        padding : 30px 50px;
        text-align: center;
    }

    .onemore-image{
        width : 100%;
        height : 130px;
    }

    .onemore-image img{
        height : 130px;
    }

    .onemore-title{
        text-align: center;
        margin-top: 15px;
    }

    .onemore-text{
        text-align: center;
    }

    /********************/

    .code-input{
    }

    /****************/

    .pageform-received-wrapper{
        text-align: center !important;
        margin-top: 20px;
    }

    .pageform-button-wrapper{
        padding : 20px;
    }

    .pageform-button{
        /*width : 150px;*/
    }

    /********************/

    .form-error{
    
        color: #FA4500;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 13px;
        letter-spacing: 0.22px;
        line-height: 32px;

        text-align: left;
        direction: rtl;
    }

    /*******************/

    .container{
        margin-right: 0 !important;
    }
}



@font-face {
  font-family: 'SimplerPro-Regular';
  src:  url('/css/SimplerPro-Regular.woff2') format('woff2'),
        url('/css/SimplerPro-Regular.woff') format('woff');
}

@font-face {
  font-family: 'SimplerPro_Alte-Black';
  src:  url('/css/SimplerPro_Alte-Black.woff2') format('woff2'),
        url('/css/SimplerPro_Alte-Black.woff') format('woff');
}

/* Almoni DL AAA - Regular (400) */
@font-face {
  font-family: 'Almoni DL AAA';
  src: url('/css/almoni-dl-aaa-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Almoni DL AAA - Bold (700) */
@font-face {
  font-family: 'Almoni-bold DL AAA';
  src: url('/styles/almoni-bold-dl-aaa-700.woff') format('woff'),
       url('/css/almoni-bold-dl-aaa-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body{
    width : 100%;
    margin : 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    font-family: 'Almoni DL AAA', Arial, sans-serif;
}


/* nav */

nav {
    display: flex;
    position: fixed;
    flex-direction: row;
    z-index: 999;
    top: 0;
    width: 100%;
    min-height: 98px;
    padding-left: 110px;
    padding-right: 110px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #F4F4F4;
}

nav .nav-main {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 27px;
}


nav .nav-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

nav .logo img {
    width: 120px;
    height: 25px;
    margin-left: 30px;
}

nav .logo-small img {
    height: 25px;
    width: 25px;
}

nav .nav-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
}

nav .nav-menu {
    display: none;
}

nav .nav-block .nav-item {
    display: flex;
    align-items: flex-end;
    color: #000000;
    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.22px;
    line-height: 22px;
    text-align: right;
    text-decoration: none;
    padding-bottom: 27px;
}

nav .nav-block .nav-item.hoverable:hover {
    border-bottom: 4px solid #FA4500;
    padding-bottom: 23px;
}

@media screen and (max-width: 900px) {
    nav {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 768px) {

    nav {
        display: flex;
        position: fixed;
        flex-direction: row;
        z-index: 999;
        top: 0;
        width: 100%;
        min-height: 80px;
        padding-left: 110px;
        padding-right: 110px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 4px 0 #F4F4F4;
    }

    nav .logo img {
        width: 100px;
        margin-left: 35px;
    }

    nav .logo {
        margin-right: 30px;
    }

    nav .nav-menu {
        display: block;
    }

    nav .nav-items {
        display: none;
    }

    nav.active {
        flex-direction: column;
        height: 100%;
        padding: 0px;
    }

    nav.active .nav-main {
        height: 98px;
    }

    nav.active .nav-menu {
        background-color: #AAAAAA;
    }

    nav.active .nav-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    nav .nav-block {
        flex-direction: column;
        align-items: center;
    }

    nav .nav-block .nav-item {
        font-size: 25px;
    }

    nav .nav-block .nav-item.hoverable:hover {
        border-bottom: none;
        padding-bottom: 27px;
    }
}


/********************* button **************************************/

button {

    outline-style: none !important; 

    border-width : 0;
    border-color: transparent;
    box-shadow: none;
    box-sizing: border-box;

    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 19px;
    padding: 12px 30px;

    border-radius : 40px;

    color: #FFFFFF;
    background-color: #FA4500;
    border : 1px solid #FA4500;
    cursor: pointer;
}

.button.button-black {
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
}

.button.button-black:hover {
    color: #000000;
    background-color: #FFFFFF;
}

.button.button-white-black {
    color: #000000;
    background-color: #FFFFfF;
    border: 1px solid #000000;
}

.button.button-white-black:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.button.button-white-blue {
    color: #2B65F6;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.button.button-white-blue:hover {
    color: #FFFFFF;
    background-color: #2B65F6;
}

@media screen and (min-width: 769px){

    button:hover { 

        outline-style: none !important; 

        border-width : 0;
        border-color: transparent;
        box-shadow: none;
        box-sizing: border-box;

        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 15px;
        letter-spacing: 0.97px;
        line-height: 19px;
        padding: 12px 30px;

        border-radius : 40px;

        color: #FA4500;
        background-color: transparent;
        border : 1px solid #FA4500;
        cursor: pointer;

    }
}


/********************* input **************************************/


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    
    -moz-appearance: textfield;

    border : 1px solid transparent;

    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;

    padding-right: 10px;
    background-color: #ffffff;
    height : 50px;
}

input[type=number]:focus {
  border : 1px solid #1362FF;
  outline: none;
}

input[type=text],
input[type=tel] {
    
    border : 1px solid transparent;

    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    padding-right: 10px;
    background-color: #ffffff;
    height : 50px;
}

input[type=text]:focus,
input[type=tel]:focus {
  border : 1px solid #1362FF;
  outline: none;
}


/******* dropdown *******/
.dropdown2 {
    position: relative;
    background-color: #FFFFFF;
}

.dropdown2 .dropdown2-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 13px 33px 12px 16px;
    font-size: 20px;
    letter-spacing: 0.3px;
}

.dropdown2 .dropdown2-options {
    display: none;
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    z-index: 99;
    font-size: 17px;
    letter-spacing: 0.25px;
}

.dropdown2.active .dropdown2-options {
    display: block;
}

.dropdown2 .dropdown2-option {
    cursor: pointer;
    padding: 10px 33px 15px 15px;
}

.dropdown2 .dropdown2-option:hover {
    background-color: #F4F4F4;
}

/******* dropdown2 *******/
.dropdown {
    position: relative;
}

.dropdown .dropdown-button {
    
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;*/
    /*padding: 13px 33px 12px 16px;*/
    /*font-size: 20px;*/
    /*letter-spacing: 0.3px;*/
}

.dropdown .dropdown-options {

    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;

    display: none;
    position: absolute;
    background: #FFFFFF;
    width: 300px;
    z-index: 99;
    margin-top: 25px;
    letter-spacing: 0.25px;
}

.dropdown.active .dropdown-options {
    display: block;
    color : #000 !important;
}

.dropdown .dropdown-option {
    cursor: pointer;
    padding: 10px 33px 15px 15px;
}

.dropdown .dropdown-option:hover {
    background-color: #F4F4F4;
    color : #000 !important;
}

.dropdown-option-color{
    color : #000 !important;   
}

.dropdown-option-color:hover{
    color : #000 !important;
}

.dropdown-option-color a{
    color : #000 !important;   
}

.dropdown-option-color a:hover{
    color : #000 !important;   
}


h1{
    color: #000000;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 36px;
    letter-spacing: 0.7px;
    line-height: 57px;
    text-align: right;
    /*padding-left: 5vw;
    margin-bottom: 10px;*/
}

h4{
    color: #000000;
    font-family: 'SimplerPro-Regular', Arial, sans-serif !important;
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 28px;
}

.h4-fixed{
    white-space: nowrap !important;
    font-size: 17px !important;
    margin-left: 12px !important;
    margin-top: 5px !important;
}

h5{
    color: #000000;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 0.7px;
    line-height: 27px;
}

a:hover {
    color: #2B65F6 !important;
    text-decoration: none;
}

.footer{
    background-color: #0D084D !important;
    color : #000000 !important;
    padding : 20px 40px !important;
}

.footer-text{
    color: #ffffff !important;
    font-family: 'SimplerPro-Regular', Arial, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.25px !important;
    line-height: 20px !important;
}

.normal-text{
    color: #000000;
    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.25px;
    line-height: 24px;
    text-align: right;   
}

.header-title{
    margin-bottom: 15px;
}

.header-text{
    margin-bottom: 15px;
}

.sep{
    width : 100%;
    height : 15px;
}

.form-input-wrapper{
    display: inline-block;
    margin-left : 20px;
}

.form-label{
    color: #4A4A4A;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.22px;
    line-height: 25px;
    text-align: right;
}



.v-img{
    width : 20px;
    height: 20px;
    margin-left: 25px;
}

.bullets-wrapper tr{
    border-top: 1px solid #c3c1c1;
    height : 80px;
    padding-left: 20px;
}

.nopad{
    padding: 0 !important;
}

.maxw{
    width: 100%;
}



.text-title{
    color: #000000;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.77px;
    line-height: 24px;
    margin-bottom: 10px ;
}

.text-content{
    color: #000000;
    /*opacity : 0.9;*/
    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    /*font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;*/
    font-size: 18px;
    letter-spacing: 0.48px;
    line-height: 22px;
    text-align: right;  
    padding-left: 3vw; 
}

/* index.html */

h2{
    color: #000000 !important;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif !important;
    font-size: 32px !important;
    letter-spacing: 0.77px !important;
    line-height: 40px !important;
}

.index {
    font-family: 'SimplerPro-Regular', Arial, sans-serif;
}

.index nav .nav-block.links .nav-item {
    margin-left: 30px;
}

.index nav .nav-block.buttons .nav-item {
    margin-left: 15px;
}

.index nav .nav-block.links .nav-item.logo {
    margin-left: 70px;
}   

.index section,
.index footer {
    padding-left: 110px;
    padding-right: 110px;
}

.index .section-title {
    padding: 160px 110px 62px 110px;
}

.index .section-title video {
    width: 100%;
}

.index .section-title .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 20px;
}

.index .section-title .text .button {
    margin-top: 35px;
}

.index .section-title .text h1 {
    font-size: 50px;
}


.index .section-call-to-action {
    color: #FFFFFF;
    background-color: #2B65F6;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 20px;
    letter-spacing: 0.3px;
}

.index .section-call-to-action h3 {
    margin-top: 22px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0.48px;
}


.index .section-logos {
    padding-top: 33px;
    padding-bottom: 60px;
}

.index .section-logos .logos-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.index .section-logos .logos-container .logo-more,
.index .section-logos .logos-container .logo-migdal,
.index .section-logos .logos-container .logo-altsholer,
.index .section-logos .logos-container .logo-yalin,
.index .section-logos .logos-container .logo-harel,
.index .section-logos .logos-container .logo-phoenix,
.index .section-logos .logos-container .logo-menora {
    height: auto;
}

.index .section-logos .logos-container .logo-more {
    width: 11.67%;
}
.index .section-logos .logos-container .logo-migdal {
    width: 7.34%;
}
.index .section-logos .logos-container .logo-altsholer {
    width: 6%;
}
.index .section-logos .logos-container .logo-yalin {
    width: 10.5%;
}
.index .section-logos .logos-container .logo-harel {
    width: 9%;
}
.index .section-logos .logos-container .logo-phoenix {
    width: 7.67%;
}
.index .section-logos .logos-container .logo-menora {
    width: 9.5%;
}


.index .section-coverages {
    padding-top: 80px;
    background-color: #FCFAF6;
}

.index .section-coverages h6 {
    margin-bottom: 60px;
}

.index .section-coverages .coverage-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.index .section-coverages .coverage-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    letter-spacing: 0.25px;
    margin-left: 9%;
    padding-bottom: 27px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(203,198,198,0.5);
}

.index .section-coverages .coverage-card:last-child {
    margin-left: 0;
}

.index .section-coverages .coverage-card img {
    width: 100%;
    height: auto;
}

.index .section-coverages .coverage-card h5 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.39px;
}

.index .section-coverages .coverage-card h3 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.39px;
}

.index .section-coverages .coverage-card a {
    margin-top: 9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #0237D9;
}

.index .section-coverages .coverage-card a span {
    margin-left: 12px;
    white-space: nowrap;
}


.index .section-steps {
    background-color: #FCFAF6;
    padding-top: 160px;
    padding-bottom: 141px;
}

.index .section-steps .steps-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 55px;
}

.index .section-steps .step {
    font-size: 17px;
    letter-spacing: 0.25px;
    text-align: center;
    max-width: 26%;
}

.index .section-steps .step h5 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.39px;
}


.index .section-form {
    background-color: #B3C8FC;
    padding-top: 88px;
    padding-bottom: 72px;
}

.index .section-form .form-inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.index .section-form .form-inputs label {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.22px;
}

.index .section-form .form-inputs input {
    width: 99%;
    height : 60px;
}

.card{
    border : none !important;
}

.index .section-form .form-name {
    width: 42%;
}

.index .section-form .form-mobile {
    width: 55%;
}

.index .section-form .form-name,
.index .section-form .form-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 300px;
}

.index .section-form .form-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 57px;
}

.index .pageform-button-wrapper {
    padding: 0;
}


.index .section-testimonials {
    padding-top: 101px;
    padding-bottom: 101px;
}
.index .section-testimonials .cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.index .section-testimonials .card {
    display: flex;
    flex-direction: column;
    max-width: 30.8%;
    padding-top: 7.5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

.index .section-testimonials .card h5 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.48px;
}

.index .section-testimonials .card img {
    width: 100%;
    max-width: 137px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 32px;
}

.index .section-testimonials .card div {
    margin-top: 48%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.index .section-testimonials .card:first-child {
    background-color: #FDE8DA;
}

.index .section-testimonials .card:nth-child(2) {
    background-color: #F1F6F6;
}

.index .section-testimonials .card:last-child {
    background-color: #DAE6F0;
}


.index .section-mycover {
    position: relative;
    background-color: #F1F6F6;
    padding-top: 142px;
    padding-bottom: 255px;
    font-size: 17px;
    letter-spacing: 0.25px;
}

.index .section-mycover .text h6 {
    font-size: 25.5px;
    font-weight: normal;
    letter-spacing: 0.38px;
}

.index .section-mycover .text h5 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.48px;
    margin-top: 10px;
    margin-bottom: 14px;
}

.index .section-mycover .images {
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 59%; /* 985 */
}

.index .section-mycover .images .mobile {
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 47.5%;
    height: auto
}
.index .section-mycover .images .mockup {
    position: absolute;
    bottom: 0;
    right: 11%;
    width: 72.3%;
    height: auto
}
.index .section-mycover .images .arrow {
    position: absolute;
    right: 0;
    bottom: 65%;
    width: 11%;
    height: auto
}

.index .section-get-started {
    background-color: #2B65F6;
    padding-top: 81px;
    padding-bottom: 80px;
}

.index .section-get-started h5,
.index .section-get-started p {
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: 0.48px;
}

.index .section-get-started h5 {
    font-weight: 900;
}

.index .section-get-started .button {
    margin-top: 28px;
}

.index footer {
    background-color: #F4F4F4;
    padding-top: 60px;
    padding-bottom: 76px;
    font-size: 15px;
    letter-spacing: 0.22px;
}

.index footer .links {
    display: flex;
    flex-direction: row;
}

.index footer .links .column {
    display: flex;
    flex-direction: column;
    margin-left: 88px;
}

.index footer .links h7 {
    font-size: 15px;
    font-weight: 900;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif !important;
    letter-spacing: 0.22px;
    margin-bottom: 18px;
}

.index footer .links a {
    color: #000000;
}

.index footer .description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.index footer .description img {
    margin-bottom: 24px;
}

.index footer .description a {
    color: #000000;
    margin-right: 17px;
}

@media screen and (max-width: 768px) {

    .mobile-footer{
        margin-top: 20px;
        text-align: right;
        width: 100%;
    }

    .mobile-footer p{
        text-align: right !important;
    }

    .index footer .description a{
        margin-right: 0;
        margin-left: 20px;
    }

    .index footer .description{
        align-items: flex-start !important;
    }

    .index footer .links .column {
        display: flex;
        flex-direction: column;
        margin-left: 23px;
    }

    .index footer {
        background-color: #F4F4F4;
        padding-top: 60px;
        padding-bottom: 76px;
        font-size: 14px;
        letter-spacing: 0.22px;
    }

    .section-get-started p {
        color: #FFFFFF !important;
        font-size: 17px !important;
        letter-spacing: 0.48px;
    }

    .section-get-started h3 {
        text-align: center;
    }

    .section-get-started h3 {
        color: #fff !important;
    }

    .index .section-testimonials .card div {
        margin-top: 11%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .index .section-testimonials .card {
        display: flex;
        flex-direction: column;
        max-width: 30.8%;
        padding-top: 19%;
        padding-left: 12%;
        padding-right: 12%;
        padding-bottom: 19%;
    }

    .index .section-form {
        background-color: #B3C8FC;
        padding-top: 70px;
        padding-bottom : 100px;
    }

    .index .section-form .form-buttons {
        display: grid;
        flex-direction: column;
        align-items: flex-center;
        margin-top: 27px;
        width: 100%;
    }

    .index .section-form .form-inputs {
        display: block;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
    }

    .index .section-form .form-inputs label {
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 0.22px;
        margin-bottom: 5px;
    }

    .index .section-form .form-inputs input {
        width: 99%;
        height : 60px;
    }

    .index .section-form .form-name {
        width: 100%;
    }

    .index .section-form .form-mobile {
        width: 100%;
        margin-top: 15px;
    }

    .dropdown .dropdown-button {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 13px 17px 12px 16px;
        font-size: 17px;
        letter-spacing: 0.3px;
    }

    h2{
        color: #000000;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 26px;
        letter-spacing: 0.7px;
        line-height: 35px;
        text-align: center;
    }

    h6{
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 17px !important;
        letter-spacing: 0.7px;
        line-height: 24px;
        text-align: right;
    }

    .index .section-steps .step h5 {
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 900;
        letter-spacing: 0.39px;
    }

    .index .section-coverages .coverage-card a {
        margin-top: 0px !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #0237D9;
    }

    .index .section-coverages .coverage-card h3 {
        margin-top: 40px;
        margin-bottom: 12px;
        font-size: 22px;
        font-weight: 900;
        letter-spacing: 0.39px;
    }

    .index .section-coverages h6 {
        margin-bottom: 38px;
    }

    .index .section-call-to-action h2 {
        margin-top: 22px;
        color: #FFFFFF !important;
        font-size: 25px !important;
        line-height: 34px !important;
        letter-spacing: 0.48px !important;
    }

    .index .section-call-to-action {
        color: #FFFFFF;
        background-color: #2B65F6;
        padding: 80px 10%;
        font-size: 17px;
        letter-spacing: 0.3px;
    }

    .mobile-fixed{
        position: fixed;
        left:0;
    }

    .mobile-center{
        text-align: center !important;
    }

    .mobile-pad{
        padding: 0 10%;
    }

    h1{
        color: #000000;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 30px !important;
        letter-spacing: 0.7px;
        line-height: 40px;
        text-align: center;
    }

    .index .section-title {
        padding: 123px 10% 22px 10%;
    }

    .index .section-title .text h1 {
        font-size: 40px;
    }

    .index nav,
    .index section,
    .index footer {
        padding-left: 10%;
        padding-right: 10%;
    }

    .index .section-title .text {
        align-items: center;
    }

    .index .section-logos {
        padding-bottom: 33px;

    }

    .index .section-coverages {
        padding-top: 40px;
    }

    .index .section-coverages .coverage-cards {
        flex-direction: column;
    }

    .index .section-coverages .coverage-card {
        margin-left: 0;
        margin-bottom: 50px;
    }

    .index .section-steps {
        padding-top: 45px;
        padding-bottom: 70px;
    }

    .index .section-steps .steps-container {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .index .section-steps .step {
        max-width: none;
        margin-bottom: 50px;
    }

    .index .section-testimonials {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index .section-testimonials .cards-container {
        flex-direction: column;
    }

    .index .section-testimonials .card {
        max-width: none;
        margin-bottom: 20px;
    }

    .index .section-mycover {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .index .section-mycover .images {
        display: none;
    }
}

@media screen and (max-width: 1340px) {
    .index .section-title .text h1 {
        /*font-size: 36px;*/
    }
}
