/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
* {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
}

.coustom-card.interactive_scroll_5_steps {
    padding: 70px 0 95px;
}
.coustom-main-card {
    background: #D5EFEF;
}
.coustom-card-dark {
    background: #191B33;
}
.coustom-card-light .title {
    color: #060821;
}
.coustom-card-dark .title {
    color: #fff;
}
/* .hideonmobile {
    display: block !important;
} */

.is-layout-flow>* {
    margin-block-start: 1.5rem;
    margin-block-end: 0;
}

.coustom-card.interactive_scroll_5_steps .title {
    max-width: 860px;
    width: 100%;
    margin: 0 auto 50px;
}

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

.coustom-card.interactive_scroll_5_steps .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0;
}

.coustom-card.interactive_scroll_5_steps .coustom-main-card {
    height: 100%;
}

.coustom-card.interactive_scroll_5_steps .coustom-main-card {
    padding: 25px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 5px 10px 0px #b5b5b5;
}

.coustom-card.interactive_scroll_5_steps .coustom-main-card-ttx {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interactive_scroll_5_steps .coustom-main-card-ttx span {
    font-size: 60px;
    font-weight: 600;
    color: #91c1c1;
}

.coustom-card.interactive_scroll_5_steps .coustom-main-card-ttx h5 {
    padding-left: 25px;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    margin: 0;
    display: flex;
    align-items: center;
}

.coustom-card.interactive_scroll_5_steps .coustom-main-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.coustom-card.interactive_scroll_5_steps .coustom-main-card-ttx {
    justify-content: flex-start !important;
}
.coustom-card.interactive_scroll_5_steps .coustom-main-card-ttx h5 {
    padding-left: 20px !important;
}
.interactive_scroll_5_steps .coustom-main-card-ttx span {
    flex: 0 0 auto !important;
}

@media (max-width:1200px) {
    .coustom-card.interactive_scroll_5_steps .custom_response .col:last-child {
        margin-top: 25px !important;
    }

    .coustom-card.interactive_scroll_5_steps .custom_response .col:nth-child(4) {
        margin-top: 25px !important;
    }
}

@media (max-width:1400px) {
    .coustom-card.interactive_scroll_5_steps .custom_response .col:last-child {
        margin-top: 25px !important;
    }
}

@media (max-width:992px) {
    .coustom-card.interactive_scroll_5_steps .custom_response .col:nth-child(3) {
        margin-top: 25px !important;
    }
}
@media (max-width:767px) {
    .coustom-card.interactive_scroll_5_steps .custom_response .col{
        margin-top: 25px !important;
    }
}

@media (max-width:599px) {}

.is-layout-flow>* {
   margin-block-start: 0;
}