/*@font-face {*/
/*    font-family: 'Montserrat Bold';*/
/*    src: url('../Fonts/Montserratarm-Bold.otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Montserrat Regular';*/
/*    src: url('../Fonts/Montserratarm-Regular.otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/**{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/
/*body{*/
/*    overflow-x: hidden;*/
/*    font-family: Montserrat Regular, sans-serif;*/
/*}*/
/*!* Header *!*/
/*.header{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 10px 70px;*/
/*}*/

/*!* Header hamburger Icon *!*/
/*#menuToggle {*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*#menuToggle input {*/
/*    display: flex;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    position: absolute;*/
/*    cursor: pointer;*/
/*    opacity: 0; !* hide input *!*/
/*    z-index: 99999;*/
/*}*/

/*.menu-span{*/
/*    width: 55px;*/
/*    height: 8px;*/
/*    margin-bottom: 10px;*/
/*    background: rgba(233, 178, 69, 1);*/
/*    z-index: 9999;*/
/*    transition: all 500ms ease-in-out;*/
/*}*/

/*#span1 {*/
/*    transform-origin: 4px 0px;*/
/*}*/

/*#span3 {*/
/*    transform-origin: bottom right;*/
/*}*/

/*#menuToggle input:checked ~ #span1 {*/
/*    background-color: rgba(233, 178, 69, 1);*/
/*    transform: rotate(45deg) translate(8px);*/
/*}*/
/*#menuToggle input:checked ~ #span2 {*/
/*    background-color: rgba(233, 178, 69, 1);*/
/*    transform: rotate(495deg) translate(4px);*/
/*}*/
/*#menuToggle input:checked ~ #span3 {*/
/*    background-color: rgba(233, 178, 69, 1);*/
/*    transform: rotate(45deg);*/
/*    opacity: 0;*/
/*}*/
/*#menuToggle input:checked ~ #menu {*/
/*    transform: translateX(0%);*/
/*}*/
/*#menu{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right:0;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    transform: translateX(100%);*/
/*    transition: .4s;*/
/*    background-color: white;*/
/*    padding: 140px 60px 90px 100px;*/
/*}*/
/*.popular-solutions{*/
/*    width: 60%;*/
/*    height: 100%;*/
/*}*/
/*.popular-solutions-text{*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    line-height: 22px;*/
/*    color: #29414C;*/
/*    position: relative;*/
/*}*/
/*.popular-solutions-text:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    right: -10px;*/
/*    background-color: rgba(233, 178, 69, 1);*/
/*    width: 10px;*/
/*    height: 10px;*/
/*}*/
/*.menu-items{*/
/*    width: 30%;*/
/*    height: 100%;*/
/*}*/
/* Header finish */

/* Solution Banner */
.solution-banner{
    width: 100%;
    height: 460px;
    background-color: rgba(244, 245, 246, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 77px 0 60px 0;
    position: relative;
}
.solution-banner-content{
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1080px;
}
.solution-banner-texts{
    width: 375px;
}
.solution-banner-title{
    font-family: Montserrat Bold, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #29414C;
    margin-bottom: 30px;
    position: relative;
}
.solution-banner-description{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: rgba(41, 65, 76, 0.5);
    margin-bottom: 48px;
}
.solution-banner-button{
    width: 205.5px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E9B245;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.11);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
}
.image-block{
    width: 300px;
    height: 100%;
    background-image: url("../images/arrowTop.png") !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}
/*solution banner end*/
/*Content*/
.content{
    width: 100%;
    max-width: 1080px;
    margin:0 auto;
    padding: 80px 0;
}
.section-1{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    color: rgba(41, 65, 76, 0.8);
}
.hr{
    margin: 80px 0;
    border-bottom: 2px solid #EAECED;;
}
.section-2{
    display: flex;
}
.finance{
    padding-right: 55px;
    border-right: 1px solid #E9B245;
    margin-right: 65px;
}
.finance p{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    text-align: right;
    color: #29414C;
    width: 135px;
}
.ul li{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 39px;
    color: #29414C;
}
.portfolio-management-title{
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    color: #29414C;
    margin-bottom: 80px;
    width: max-content;
}
.portfolio-management-title:before{
        content: '';
        position: absolute;
        top: -5px;
        right: -20px;
        background-color: rgba(233, 178, 69, 1);
        width: 15px;
        height: 15px;
}
.portfolio-table{
    max-width: 100%;
    min-width: 1080px;
    height: 100%;
}
.portfolio-table-block{
    width: 100%;
    padding-bottom: 20px;
    overflow-x: auto;
}
body::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(224, 224, 224, 1); /* or add it to the track */
}

/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: #E9B245;
}
.portfolio-table-block::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(224, 224, 224, 1); /* or add it to the track */
}

/* Add a thumb */
.portfolio-table-block::-webkit-scrollbar-thumb {
    background: #E9B245;
}
.portfolio-table tr:nth-child(odd) {background: rgba(244, 245, 246, 1)}
.portfolio-table tr{
    height: 100%;
    min-height: 60px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #29414C;
}
.portfolio-table .table-first{
    background-color: #29414C;
    color: white;
}
.portfolio-table .table-second{
    background-color: rgba(41, 65, 76, 0.8);
    color: white;
}
.portfolio-table .table-third{
    background-color: rgba(41, 65, 76, 0.6);
    color: white;
}
table{
    border-collapse: collapse;
}
.table-item{
    padding: 20px;
    text-align: left;
    border-spacing: 0;
}
.table-item p{
    margin-bottom: 5px;
}
.calculation-example{
    font-size: 16px;
    line-height: 20px;
    color: #29414C;
    margin-bottom: 80px;
}
.section-second{
    display: flex;
    justify-content: space-between;
}
.first-col{
    text-align: center;
    width: 223px;
}
.col-head{
    height: 65px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #29414C;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9B245;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.first-col>p{
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #29414C;
}
.solution-card{
    width: 300px;
    padding: 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
.solution-card-title{
    font-family: Montserrat Bold, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #29414C;
    margin-bottom: 13px;
}
.solution-card-description{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: rgba(41, 65, 76, 0.5);
    margin-bottom: 70px;
}
.read-more{
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #29414C;
    position: relative;
    width: max-content;
    cursor: pointer;
}
.read-more:before{
    content: url("../images/arrow.png");
    width: 15px;
    height: 10px;
    position: absolute;
    top:0;
    bottom: 0;
    right: -20px;
    margin: auto;
    cursor: pointer;
}
/*Content End*/
.request-call{
    width: 100%;
    height: auto;
    background-image: url("../images/request-call.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.request-call-block{
    width: 335px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 40px 0 50px
}
.switcher-block{
    padding: 0 30px;
    display: flex;
    justify-content: space-around;
}
.switcher-block p{
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    text-align: right;
    text-transform: uppercase;
    color: #29414C;
}
.switcher-block p:first-child{
    text-align: right;
    margin-right: 15px;
}
.switcher-block p:last-child{
    text-align: left;
    margin-left: 15px;
}
.submit{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E9B245;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #F4F5F6;
    max-width: 135px;
    float: right;
}
input{
    width: 100%;
    background-color: white;
    border: none;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 10px;
}
.input:focus,:active,:focus-visible{
    border: none;
    outline: none;
}
.custom-control-label:before{
    background-color: #E9B245;
}
.custom-switch .custom-control-label::after{
    background-color: white;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color: #E9B245;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #E9B245;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color: #E9B245;
}
.section-second ul li{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #29414C;
}
.section-second ul li:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 1080px) {
    .header{
        padding: 20px;
    }
    .solution-banner{
        padding: 50px 80px;
        height: 100%;
        position: relative;
    }
    .content{
        padding: 80px;
    }
    .section-second{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .first-col{
        text-align: left;
        width: 313px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EAECED;
        margin-bottom: 40px;
    }
    .col-head{
        font-family: Montserrat Bold, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 27px;
        text-align: left;
        color: #29414C;
    }
    .first-col>p{
        text-align: left;
    }
}

@media screen and (max-width: 1024px) {
    .header{
        padding: 20px;
    }
    .solution-banner{
        height: 100%;
        position: relative;
    }
}

@media screen and (max-width: 768px){
    .solution-banner{
        padding: 50px 20px 165px;
        height: 100%;
        position: relative;
    }
    .solution-banner-texts{
        width: 256px;
    }
    .solution-banner-title{
        font-size: 22px;
    }
    .solution-banner-title:before{
        content: '';
        right: -40px;
    }
    .solution-banner-description{
        font-size: 16px;
    }
    .solution-banner-button{
        width: 180px;
        font-size: 16px;
    }
    .image-block{
        width: 223px;
        height: 250px;
        background-image: url("../images/solution3Img/banner-image-mob.png");
        bottom: -160px;
        right: 0;
    }
    .solution-banner-content{
        max-width: 578px;
    }
    .content{
        max-width: 578px;
        padding: 60px 20px 50px;
    }
    .section-1{
        font-size: 16px;
        line-height: 22px;
    }
    .hr{
        margin: 50px 0;
    }
    .finance{
        padding-right: 20px;
        margin-right: 25px;
    }
    .finance p {
        font-size: 16px;
        line-height: 22px;
    }
    .ul li{
        font-size: 14px;
        line-height: 39px;
    }
    .portfolio-management-title{
        font-size: 22px;
        line-height: 27px;
    }
    .other-solutions .portfolio-table{
        min-width: 780px;
    }
    .solution-card{
        width: 250px;
        padding: 20px;
        margin-right: 14px;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    }
    .request-call-block{
        padding: 30px 10px;
    }
}
