
@import url(https://db.onlinewebfonts.com/c/a5a2c4b75b593091c20cac9a917097b2?family=GlorifyDEMO);
.dt-design-tabs .dt-tabs-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}
.dt-design-tabs .dt-tabs-nav .dt-tabs-nav-item {
    display: flex;
    gap: 9px;
    background-color: #fff;
    padding:18px 26px 18px 20px;
    font-family: "GlorifyDEMO";
    font-size: 16px;
    color: #191D20;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    transition:all 0.5s ease-in-out;
}
.dt-design-tabs .dt-tabs-nav span.dt-nav-icon {
    width: 20px;
    display: flex;
}
.dt-design-tabs .dt-tabs-nav .dt-tabs-nav-item.dt-tab-active, .dt-design-tabs .dt-tabs-nav .dt-tabs-nav-item:hover{
    background-color: #FFD301;
    box-shadow: 0 4.93px 7.39px -1.23px rgba(255, 215, 0, 0.2);
}
.dt-design-tabs .dt-design-tabs-row{
    display: none;
    column-gap: 40px;
}
.dt-design-tabs-left{
    background-color: #fff;
    padding: 50px;
    width: 48%;
}
.dt-design-tabs-left-content{
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dt-design-tabs-3-sec-wrapper{
    display: flex;
    column-gap: 15px;
}
.dt-design-tabs-left-content p{
    font-family: 'HalyardDisplay-Regular';
    color: rgba(10, 10, 10, 0.6);
    margin: 0;
    padding-right: 64px;
}
.dt-design-tabs-3-sec-wrapper p{
    margin: 0;
}
.dt-design-tabs-3-sec-wrapper p{
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    color: rgba(10, 10, 10, 0.6);
    font-weight: 300;
}
.dt-left-icon-block {
    background: #FFD300;
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
        flex-shrink: 0;
}
.dt-left-icon-block img{
    width: 22px;
}
.dt-design-tabs-2-sec-wrapper h3{
    margin: 0;
    font-size: 28px;
    font-family: "GlorifyDEMO";
    color: #191D20;
}
.dt-design-tabs-2-sec-wrapper p{
    font-size: 16px;
    color: rgba(10, 10, 10, 0.4);
    line-height: 1;
}
.dt-design-tabs-features{
    margin-top: 10px;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    padding:0;
    margin: 0;
    row-gap: 10px;
}
.dt-design-tabs-features li{
    position: relative;
    padding-left: 28px;
    font-family: 'HalyardDisplay-Regular';
    color: rgba(10, 10, 10, 0.7);
}
.dt-design-tabs-features li::before{
    position: absolute;
    content: "";
    background: url("../images/check.svg") no-repeat center left / cover;
    width: 18px;
    height: 18px;
    left: 0;
    top: 4px;
}
.dt-design-tabs-highlight{
    background-color: rgba(255, 211, 1, 1);
    border-radius: 20px;
    padding: 22px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.dt-design-tabs-highlight *{
    font-family: "Inter", Arial, sans-serif;
    color: rgba(25, 29, 32, 1);
}
.dt-highlight-label{
    font-size: 17px;
    font-weight: 400;
}
.dt-highlight-value{
    font-size: 700;
}
.dt-design-tabs-right{
    padding: 60px 50px;
    background-color: #FFD300;
    width: 49%;
}
.dt-design-tabs-right-panel{
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
     margin: 0 auto;
}
.dt-right-icon-box{
    width: 118px;
    height: 118px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dt-right-icon-box .dt-right-icon{
    display: flex;
}
.dt-design-tabs .dt-design-tabs-row.dt-active {
    display: flex;
    justify-content: space-between;
}
.dt-design-tabs {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.dt-right-steps{
   display: flex;
    flex-direction: column;
    row-gap: 20px;
        width: 100%;
}
.dt-right-step {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    padding-inline: 25px;
}
.dt-step-dot{
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: relative;
}
.dt-right-step::before, .dt-right-step::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
    left: 0px;
    top: 12px;
}
.dt-right-step::after{
    left: unset;
    right: 0px;
}
span.dt-step-label {
    margin-inline: 15px;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #fff;
    color: #191D20;
    box-shadow: 0 1.23px 2.46px -1.23px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    font-family: 'HalyardDisplay-Regular';
}
span.dt-step-label.active {
    min-width: 123px;
    background-color: #191D20;
    color: #fff;
}
.dt-right-cta{
    padding-right: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #191D20;
    position: relative;
    font-family: 'HalyardDisplay-Regular' !important
}
.dt-right-cta::after{
    position: absolute;
    content: "";
    background: url("../images/arrow.svg") no-repeat center right / cover;
    width: 18px;
    height: 18px;
   right: 0;
    top: 4px;
}
@media (max-width:1140px){
    .dt-design-tabs .dt-tabs-nav {
     column-gap: 20px;
    }
    .dt-design-tabs-left{
        padding: 35px;
    }
    .dt-design-tabs-right {
        padding: 40px 35px;
    }
}
@media (max-width:1024px){
    .dt-design-tabs .dt-tabs-nav {
     column-gap: 16px;
    }
    .dt-design-tabs .dt-design-tabs-row.dt-active{
        flex-direction: column;
        row-gap: 30px;
    }
    .dt-design-tabs-left, .dt-design-tabs-right{
        width: 100%;
    }
     .dt-design-tabs-left{
        padding: 50px;
    }
    .dt-design-tabs-right {
        padding: 60px 55px;
    }
}
@media (max-width:767px){
    .dt-design-tabs .dt-tabs-nav {
        justify-content: flex-start;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overflow-x: scroll;
        flex-wrap: nowrap;
        scrollbar-color: auto;
    }
    .dt-design-tabs .dt-tabs-nav .dt-tabs-nav-item{
            scroll-snap-align: center;
    }
    .dt-design-tabs-left, .dt-design-tabs-right {
        padding: 30px 20px;
    }
    .dt-design-tabs-2-sec-wrapper h3{
        font-size: 26px;
    }
    .dt-design-tabs-highlight{
        padding: 14px 15px;
        gap: 10px;
        flex-direction: column;
    }
    .dt-right-icon-box {
    width: 90px;
    height: 90px;
    }
     .dt-right-icon-box img{
        width: 40px;
     }
    .dt-design-tabs-features{
        grid-template-columns: 1fr;
        row-gap: 5px;
    }
    .dt-design-tabs-left-content p {
        padding-right: 0;
    }
}