.bg-light-cream{
    background: #FFF7F4;
}


.service-line-grad {
    height: 318px;
}

.p1-grey {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #817E8B;
}

.bg-light-purple {
    background: #F7F9FF;
}

.bg-light-green {
    background: #FBFFF7;
}

.bg-light-pink {
    background: #FFF7F9;
}

.bg-dark-orange {
    background: #FF6D2F;
}

.dash-line {
    border: 2px solid red;
}

.halfbluewave {
    content: '';
    background: url(../img/halfbluewave.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 78px;
    height: 85px;
    top: 6rem;
    left: 0;
}

.plus-sign-img {
    content: '';
    background: url(../img/plus-sign.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 89px;
    height: 180px;
    top: 7rem;
    right: 0;
}

.halfwavepink {
    content: '';
    background: url(../img/halfwavepink.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 97px;
    height: 120px;
    bottom: 2rem;
    right: 0;
}

.plus-sign-img2 {
    content: '';
    background: url(../img/plus-sign2.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 156px;
    height: 180px;
    bottom: 0;
    transform: translate(-21.3%,25.5%);
    z-index: 0;
    left: 0;
}

.yellowhalfcircle {
    content: '';
    background: url(../img/yellowhalfcircle.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 104px;
    height: 248px;
    top: 24rem;
    z-index: 0;
    left: 0;
}

.linedhalfblue {
    content: '';
    background: url(../img/linedhalfblue.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 49px;
    height: 98px;
    bottom: 17rem;
    /*transform: translate(-21.3%,25.5%);*/
    z-index: 0;
    left: 0;
}

.linedhalfred {
    content: '';
    background: url(../img/linedhalfred.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 69px;
    height: 110px;
    top: 11rem;
    z-index: 0;
    right: 0;
}

.halfskincircle {
    content: '';
    background: url(../img/halfskincircle.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 111px;
    height: 248px;
    bottom: 15rem;
    z-index: 0;
    right: 0;
}

.redcircle-whiteline {
    content: '';
    background: url(../img/redcircle-whiteline.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 128px;
    height: 92px;
    top: 0;
    transform: translate(20.7%,-38.5%);
    z-index: 0;
    right: 0;
}

.bluewave-line {
    content: '';
    background: url(../img/bluewave-line.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 51px;
    bottom: 6rem;
    transform: translate(50%,0%);
    z-index: 0;
    left: 0;
}

.redline-circle {
    content: '';
    background: url(../img/redline-circle.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 110px;
    height: 110px;
    bottom: 2rem;
    transform: translate(-65%,-2%);
    z-index: 0;
    right: 0;
}

.small-head-grey {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #817E8B;
}

.font-weight-bold {
    font-weight: bold;
}

.boxstyle2 {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: -20px 22px 50px rgba(223, 226, 233, 0.2);
    border-radius: 10px;
    /*height: 300px;*/
    height: 280px;
    width: 270px;
    cursor: pointer;
    text-align: center;
}

.boxstyle2:hover {
    box-shadow: 5px 8px 120px rgba(187, 170, 170, 0.4);
}

.whitebox {
    height: 36.5rem;
}

input[type="radio"]:checked + label {
    background: #FF6D2F !important;
    color: #000000 !important;
}

input[type="radio"] + label {
    background: #FFF7F4 !important;
    font-family: Rambla;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

/*.stdd {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
}*/
.wordc {
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}
.stdd {
    opacity: 1;
}

.five {
    font-family: Rambla;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.five1 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    background: -webkit-linear-gradient(#FF166F,#FF6D2F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.55px;
}

.terms-grad {
    font-family: "Rambla", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #E6A23C;
    letter-spacing: -0.55px;
}

.process-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}
.process-steps li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #3949DB;
    position: relative;
}
.process-steps li + li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #3949DB;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}
.process-steps li.active .icon{
        color: #ffffff;
        background: #3949DB;
}
.process-steps li.active .title{
        color : #3949DB;
}
/******************************************/
.account-logout {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #120B25;
}

.text-black {
    color: #120B25;
}

.text-dark-grey {
    color: #817E8B;
}

.my-accountbg {
    background: #FFFFFF;
    box-shadow: 20px 22px 50px rgba(123, 141, 176, 0.1);
}

.bor {
    border-bottom: 3px solid #817e8b54 !important;
}

.ifactive {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    background: -webkit-linear-gradient(#FF166F,#FF6D2F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ifnonactive {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #817E8B;
}

.bottoms {
    border-bottom: 3px solid #FF166F !important;
    top: 3px;
    position: relative;
}

.hello {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 135%;
    color: #120B25;
}

.text-redorange-gradient {
    background: -webkit-linear-gradient(#FF166F,#FF6D2F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobilefonts {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    background: -webkit-linear-gradient(#FF166F,#FF6D2F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.da11 {
    border-bottom: 3px solid #FF166F !important;
}

.upp {
    background: -webkit-linear-gradient(#FF166F,#FF6D2F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uppnotactive {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #817E8B;
}

.breadcrumb-order {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #817E8B;
}

.order-content-head {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #120B25;
}

.active-rishav {
    box-shadow: 5px 8px 120px rgb(187 170 170 / 40%) !important;
}

.swit22 .slider {
    background: linear-gradient(90deg, #FF166F -3.75%, #FF6D2F 100%);
}

.swit22 .slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.swit22 input:checked + .slider {
    background: linear-gradient(90deg, #FF166F -3.75%, #FF6D2F 100%);
}

.swit22 .slider.round {
    border-radius: 34px;
}

.swit22 input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/******************************************/

@media only screen and (max-width: 600px)  {
    .boxstyle2 {
        height: 290px;
        width: 330px;
    }
    
    .halfbluewave {
        display:none;
    }
    
    .plus-sign-img {
        background: url(../img/mobile-plus-sign-red.svg);
        width: 40px;
        height: 71px;
        top: unset;
        bottom: 23rem;
        right: 0;
    }
    
    .h3-black {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 150%;
        text-transform: capitalize;
        color: #120B25;
    }
    
    .p-grey {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 200%; 
        color: #817E8B;
    }
    
    .plus-sign-img2 {
        background: url(../img/plus-sign-mobile2.svg);
        width: 62px;
        height: 71px;
        bottom: 0;
        transform: translate(5.7%,29.5%);
        z-index: 0;
        left: 0;
    }
    
    .halfwavepink {
        display:none;
    }
    
    .yellowhalfcircle {
        display:none;
    }
    
    .linedhalfblue {
        display:none;
    }
    
    .linedhalfred {
        display:none;
    }
    
    .halfskincircle {
        display:none;
    }
    
    .redcircle-whiteline {
        background: url(../img/footredrightimg.svg);
        width: 62px;
        height: 57px;
        top: 0;
        transform: translate(21.5%,-50.5%);
        z-index: 0;
        right: 0;
    }
    
    .bluewave-line {
        background: url(../img/footerbluewave.svg);
        width: 47px;
        height: 27px;
        bottom: 4rem;
        transform: translate(50%,0%);
        z-index: 0;
        left: 0;
    }
    
    .redline-circle {
        background: url(../img/footerhalfcirclered.svg);
        width: 54px;
        height: 86px;
        bottom: 0;
        transform: translate(25%,25%);
        z-index: 0;
        right: 0;
    }
    
    .footer-overlay {
        padding: 6rem 1rem;
    }
    
    .col-red {
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 32px;
        align-items: center;
        color: #FF166F;
    }
    
    .h1-black {
        font-family: Inter;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 130%;
        text-align: center;
        color: #120B25;
    }
    
    .whitebox {
        height: 50rem;
    }
}