h2 {
    font: 700 32px/60px 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    margin: 0 0 50px;
    color: #323232;
}

h3 {
    font: 700 20px/1.2 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    margin: 0 0 20px;
    color: #323232;
}

.header .logo {
    text-decoration: none;
    font-weight: 600;
    font-size: 30px;
}

.second-section {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.second-section:after {
    content: '';
    display: block;
    background-color: #45A8FF;
    width: 12px;
    height: 83px;
    margin: 0 auto;
}

.second-section .wrap {
    max-width: 926px;
    margin: 0 auto;
    padding: 42px 20px 50px;
}

.arrow1 {
    display: block;
    margin: 0 auto 50px;
}

.arrow2 {
    display: none;
}

.arrow3 {
    display: block;
    margin: 0 auto;
    padding: 50px 0 0;
    max-width: 46px;
}

.second-section h2 {
    text-align: center;
}

@media (min-width: 980px) {
    .arrow1 {
        margin: 0 0 33px 309px;
    }

    .arrow2 {
        display: block;
        margin: 0 0 79px 290px;
    }

    .arrow3 {
        max-width: 100%;
        padding: 25px 0 54px;
    }

    .second-section:after {
        display: none;
    }

    .second-section .cols {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .second-section h2 {
        font-size: 46px;
        font-weight: 700;
        text-align: left;
        width: 36.7%;
        margin-right: 5.5%;
    }
    .second-section p {
        padding-left: 50px;
        max-width: 400px;
    }
}

.arrow-section {
    overflow: hidden;
}

.arrow-section .wrap {
    max-width: 1120px;
    margin: 0 auto;
}

.blocks {
    color: #848484;
    line-height: 25px;
}

.blocks .block {
    background-color: #fff;
    box-shadow: 0 2px 25px 2px rgba(0,0,0,0.03);
    margin-bottom: 30px;
    padding: 30px 50px 40px;
    text-align: center;
}

.blocks img {
    display: block;
    margin: 0 auto 19px;
}

@media (min-width: 980px) {
    .arrow-section {
        padding-top: 74px;
        background: url("../images/line-5.png") no-repeat top center;
    }

    .blocks {
        display: flex;
        justify-content: space-between;
        margin-bottom: 130px;
    }

    .blocks .block {
        width: 32%;
    }
}

.left-gray-block {
    text-align: center;
    font-size: 20px;
    max-width: 780px;
    margin: 0 auto 10px;
    position: relative;
    padding: 100px 20px 80px;
    background: rgba(230,230,230, .2);

}

.left-gray-block .text_inner {
    position: relative;
    z-index: 10;
}

.columns {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
}

.columns .column {
    padding: 59px 42px 55px;
    font: 24px/35px 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    display: flex;
    align-items: center;
}

.columns p {
    margin: 0;
}

.columns .lets-talk-block {
    background-color: #45A8FF;
    padding: 50px 20px 80px;
    box-shadow: 10px 10px 0 0 #d4ecff;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.below-arrow-right {
    display: inline-block;
    font: 700 53px/1.2 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    position: relative;
}

.below-arrow-right:after {
    display: inline-block;
    content: "";
    width: 40px;
    transition: left .5s ease-in-out;
    height: 40px;
    background: url(../images/arrow01.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 115%;
    margin-left: 2px;
}

.lets-talk-block:hover .below-arrow-right:after {
    left: calc(100% - 40px);
}

@media (min-width: 840px) {
    .columns {
        display: flex;
        justify-content: space-between;
    }

    .columns .column {
        width: 50%;
        min-height: 420px;
    }
}
/* new code 2024 march */
#footer {
    color: #fff;
    padding: 40px 0 20px;
    background-color: #333
}

#footer .alignApart {
    padding-right: 5%;
    padding-left: 5%;
    display: flex;
    vertical-align: top;
    justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 460px) {
    #footer .alignApart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
    #footer .alignApart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    #footer .alignApart + .alignApart {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media only screen and (min-width: 601px) {
    #footer .alignApart + .alignApart {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#footer .logo {
    width: 190px;
    height: 35px;
    background-image: url(../images/logo-white.png);
    background-size: contain;
    margin: 0 0 20px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    max-width: 190px;
}

@media (min-width: 768px) {
    #footer .logo {
        margin-bottom: 40px
    }
}

#footer .holder {
    display: block;
}

#footer .holder nav {
    padding-bottom: 30px;
    width: 100%;
    line-height: 1.3
}

#footer .holder nav ul {
    margin: 0;
    padding: 10px 0;
    list-style: none
}

#footer .holder nav ul li {
    padding: 4px 0
}

@media only screen and (min-width: 601px) {
    #footer .holder nav {

        padding-right: 30px
    }
}

#footer .holder nav a {
    color: #fff;
    text-decoration: none
}

#footer .holder nav a:hover {
    text-decoration: underline
}

@media (min-width: 1025px) {
    #footer .holder nav a {
        font-size: 16px
    }
}

#footer .holder .login, #footer .secure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#footer .holder .login {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px
}

@media only screen and (min-width: 460px) {
    #footer .holder .login {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width: 768px) {
    #footer .holder .login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#footer .holder .login .btn {
    min-width: 90px
}

@media (min-width: 768px) {
    #footer .holder .login .btn {
        min-width: 120px
    }
}

#footer .secure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: 20px
}

@media (min-width: 768px) {
    #footer .secure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 0
    }
}

@media only screen and (min-width: 601px) {
    #footer .secure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: right
    }
}

#footer .secure h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px;
    color: #ccc
}

@media (min-width: 1025px) {
    #footer .secure h5 {
        font-size: 16px
    }
}

#footer .secure .logotypes, #footer .secure .logotypes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer .secure .logotypes {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 25px
}

@media (min-width: 480px) {
    #footer .secure .logotypes {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 768px) {
    #footer .secure .logotypes {
        padding-top: 80px;
        padding-bottom: 5px
    }
}

#footer .secure .logotypes li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 15px;
    padding: 5px;
    width: 39%;
    border-radius: 10px;
    background-color: #666;
    list-style: none;
    max-width: 130px
}

@media (min-width: 480px) {
    #footer .secure .logotypes li {
        width: 25%
    }
}

@media (min-width: 768px) {
    #footer .secure .logotypes li {
        margin-right: 0;
        margin-left: 20px
    }
}

#footer .secure .logotypes img {
    display: inline-block;
    width: 80%;
    vertical-align: top
}

#footer .copyright {
    white-space: nowrap;
    color: #ccc;
    font-size: 12px
}

@media (min-width: 1025px) {
    #footer .copyright {
        font-size: 16px
    }
}
.blocks-section {
    text-align: center;
    padding: 74px 0 0;
}
.blocks-section .wrap {
    max-width: 1120px;
    margin: 0 auto;
}
.text-section {
    padding: 74px 20px 50px;
    font-size: 20px;
    color: #848484;
    position: relative;
}
.text-section .wrap {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.list {
    margin: 0 0 30px;
}
.list li {
    padding-bottom: 20px;
}
.text-section h2 {
    text-align: center;
}
.text-section:before {
    content: '';
    background: rgba(230,230,230, .1);
    position: absolute;
    right: 0;
    left: 15%;
    bottom: 0;
    top: 50px;
}
@media (min-width: 980px) {
    .arrow-section .blocks {
        margin-bottom: 250px;
    }
}
