.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 90px 0;
}

.act-btn {
    padding: 12px 30px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}
h1{
    font-size: 70px;
}
h2{
    font-size: 48px;
}
h1,h2,h3{
    letter-spacing: -1px;
}
.rapid-sprite,h1 span:first-child:before,.rad-priciples .flex-part-two::before,.choose-rad .flex-part-two:before,.rad-req:before,.rad-degn:before,.rad-eng:before,.rad-dep:before{
background:url(/sites/zweb/images/creator/rapid-sprite.svg) no-repeat;
background-size: 587px auto;
}
.flex-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
header,.rapid-banner{
background-color:#010012;
}
/* Banner  */
.rapid-banner{
    color: #fff;
}
h1{
    margin-bottom: 25px;
}
h1 span{
display: block;
}
h1 span:first-child{
    position: relative;
}
h1 span:first-child:before{
    content: "";
    position: absolute;
    left: 670px;
    top: 15px;
    z-index: 1;
    height: 58px;
    width: 61px;
    background-position: -526px 0;
    display: none;
}
/* End Banner */
/* Rapid Dev */
.rapid-dev {
background: #EEECFF;
}
.rapid-dev .flex-content{
    justify-content: space-between;
}
.rapid-dev .flex-part-two{
    width: 48%;
}
.rapid-dev .flex-part-two p{
    max-width: 480px;
}
.rapid-dev .flex-part-two:last-child p{
    margin-left: auto;
}
/* End Rapid Dev */
/* Principles RAD */
.rad-priciples{
    position: relative;
    z-index: 1;
}
.rad-priciples:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 90%;
    background: #EEECFF;
}
.pagewrapper .rad-priciples .content-wrap{
padding: 80px;
background: #fff;
border-radius: 40px;
box-shadow: 0 0 32px #eeeaea;
}
.rad-priciples h2{
    text-align: center;
}
.rad-priciples .flex-content{
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}
.rad-priciples .flex-part-two{
    width: 40%;
    margin-top: 50px;
}
.rad-priciples .flex-part-two::before{
    content: "";
    display: block;
    margin-bottom: 20px;
}
.rad-priciples .flex-part-two:first-child:before{
    background-position: 0 0;
    width: 40px;
    height: 42px;
}
.rad-priciples .flex-part-two:nth-child(2):before{
    background-position: -40px 0;
    width: 39px;
    height: 42px;
}
.rad-priciples .flex-part-two:nth-child(3):before{
    background-position: -78px 0;
    width: 36px;
    height: 42px;
}
.rad-priciples .flex-part-two:nth-child(4):before{
    background-position: -112px 0;
    width: 39px;
    height: 42px;
}
.rad-priciples .flex-part-two:nth-child(5):before{
    background-position: -150px 0;
    width: 43px;
    height: 40px;
}
.rad-priciples h3{
    max-width: 360px;
}
.rad-priciples p{
    max-width: 400px;
}
/* End Principles RAD */
/* RAD Features */
.rad-features .flex-content{
    justify-content: space-between;
}
.rad-features .flex-two,.rad-features .flex-three{
    background: #F7F7FE;
    border-radius: 24px;
    padding:40px 40px 240px;
    margin-top: 15px;
    position: relative;
}
.rad-features .flex-two{
    width: 40%;
    overflow: hidden;
}
.rad-features .flex-three{
width: 58%;
}
.rad-features .flex-two p{
    max-width: 400px;
}
.rad-features .flex-three p{
    max-width: 580px;
}
.rad-features .flex-three div,.rad-features .flex-two div{
    position: absolute;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    height: auto;
}
.rad-features .flex-two div img,.rad-features .flex-three div img{
    display: block;
    margin:0 auto
}
/* End RAD Features */
/* RAD Phases */
.rad-phases .rad-center{
text-align: center;
}
.rad-phases .flex-content{
    max-width: 760px;
    margin: 80px auto 0;
    justify-content: space-between;
}
.rad-phases .flex-part-two{
    margin-left: auto;
    width: 55%;
}
.rad-phases .flex-part-two:first-child{
    position: relative;
    width: 30%;
}
.rad-phases ul{
    counter-reset: point;
}
ul.phases-list li{
    position: relative;
    display: block;
    background: #f7f7f7;
    z-index: 2;
cursor: pointer;
}
ul.phases-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all ease 1s;
}
ul.phases-list li:after{
    counter-increment: point;
    content: "0" counter(point);
    position: absolute;
    left: -45px;
    bottom: -10px;
    font-size: 26px;
    font-family: var(--zf-primary-bold);
    color: #F4F4F4;
    height: auto;
    width: auto;
    transition: all ease 0.5s;
}
ul.phases-list li.active:after{
    color: #000;
}
.phases-req,.phases-deg,.phases-eng,.phases-dep{
    border-radius: 2px;
    padding:20px;
    text-align: center;
    width: 200px;
    margin-bottom: 15px;
    font-size: 16px;
}
ul.phases-list li.phases-req.active:before,ul.phases-list li.phases-deg.active:before,ul.phases-list li.phases-eng.active:before,ul.phases-list li.phases-dep.active:before{
    width: 100%;
}
ul.phases-list li.phases-req.active:before{
   background-color:#ECF4FF; 
}

ul.phases-list li.phases-deg.active:before {
    background-color: #EAEFFF;
}
ul.phases-list li.phases-eng.active:before{
    background-color:#FDEFE4; 
}
ul.phases-list li.phases-dep.active:before{
    background-color:#DEF1DE; 
}
.phase-fill,.phase-black{
    position: absolute;
    left: 245px;
    top: -10px;
    z-index: -1;
    width: auto;
    height: auto;
    display: none;
}
.phase-black .line-animation,.phase-black .line-animation-design,.phase-black .line-animation-eng,.phase-black .line-animation-dep,.line-animation-remove-degn,.line-animation-remove-eng,.line-animation-remove-dep{
    stroke-dasharray: 560;
    --dashoffset-val: 0;
    stroke-dashoffset: var(--dashoffset-val);
    /* animation: line-ani 1.5s cubic-bezier(0.4,0,1,1) forwards; */
}
.line-animation-return{
    
    --dashoffset-return: 560;
    stroke-dasharray: var(--dashoffset-return);
    --dashoffset-val: 0;
    stroke-dashoffset: var(--dashoffset-val);
}
@keyframes line-ani-return{
    0%{
        stroke-dashoffset: var(--dashoffset-return);
        
    }
    100% {
        stroke-dashoffset: var(--dashoffset-val);
    } 
    }
@keyframes line-ani{
0%{
    stroke-dashoffset: 560;
    
}
100% {
    stroke-dashoffset: var(--dashoffset-val);
} 
}
@keyframes line-ani-design{
    0%{
        stroke-dashoffset: 460;
        
    }
    100% {
        stroke-dashoffset: var(--dashoffset-val);
    } 
    }
@keyframes line-ani-eng{
    0%{
        stroke-dashoffset: 297;
        
    }
    100% {
        stroke-dashoffset: var(--dashoffset-val);
    } 
}
@keyframes line-ani-dep{
    0%{
        stroke-dashoffset: 135;
        
    }
    100% {
        stroke-dashoffset: var(--dashoffset-val);
    } 
}
@keyframes line-ani-remove-degn{
    0%{
        stroke-dashoffset: 297;
        
    }
    100% {
        stroke-dashoffset: var(--dashoffset-val);
    } 
}
@keyframes line-ani-remove-eng{
    0%{
        stroke-dashoffset: 135;
        
    }
    100% {
        stroke-dashoffset: var(--dashoffset-val);
    } 
}
@keyframes line-ani-remove-dep{
    0%{
        stroke-dashoffset: 10;
        
    }
    100% {
        stroke-dashoffset: var(--dashoffset-val);
    } 
}
.rad-phases .slick-slide p{
    max-width: 450px;
}
.rad-req:before,.rad-degn:before,.rad-eng:before,.rad-dep:before{  
    content: "";
    display: block;
    margin-bottom: 20px;
}
.rad-req:before{
    width: 38px;
    height: 36px;
    background-position: -192px 0;
}
.rad-degn:before{
    width: 36px;
    height: 36px;
    background-position: -231px 0;
}
.rad-eng:before{
    width: 36px;
    height: 36px;
    background-position: -267px 0;
}
.rad-dep:before{
    width: 38px;
    height: 36px;
    background-position: -304px 0;
}
.rad-phases-slider .slick-arrow{
    background: #f7f7f7;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    top: -60px;
    display: none;
}
.rad-phases-slider .slick-prev.slick-disabled,.rad-phases-slider .slick-next{
    right: 160px;
}
.rad-phases-slider .slick-next:before,.rad-phases-slider .slick-prev:before{
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: 3px;
    top: 18px;
    left: 22px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.rad-phases-slider .slick-next:before{
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.rad-phases-slider .slick-prev:before{
    left: 14px;
}
.rad-phases-slider .slick-prev:after{
    left: 40px;
    top: 19px;
}
.rad-phases-slider .slick-next:after,.rad-phases-slider .slick-prev:after{
    border: 2px solid #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 24px;
    top: 13px;
    height: 30px;
    border-radius: 7px;
}
.rad-phases-slider .slick-prev{
    left: inherit;
    right: 230px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.rad-phases-slider .slick-prev:after{
    left: 27px;
}
/* End RAD Phases */
/* Compare RAD */
.compare-rad{
    background-color: #000;
    color: #fff;
}
.compare-rad h2{
    text-align: center;
    margin-bottom: 50px;
}
.compare-rad h2 span{
    display: block;
}
.compare-rad-tbl{
    border: 1px solid #181818;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.compare-rad-tbl .flex-content h3,.compare-rad-tbl .flex-content p{
    width: 33.3%;
}
.compare-rad-tbl .flex-content h3{
background: #2C1AFD;
color: #fff;
border-right:1px solid #4E3FFF;
text-align: center;
padding:20px;
margin:0;
border-bottom:1px solid #181818 ;
}
.compare-rad-tbl .flex-content h3:nth-child(1){
border-top-left-radius: 24px;
background: transparent;
}
.compare-rad-tbl .flex-content h3:nth-child(2){
    border-radius: inherit;
}
.compare-rad-tbl .flex-content h3:last-child{
    border-right:none;
    border-top-right-radius: 24px;
    background: transparent;
}
.compare-rad-tbl .flex-content p{
    padding: 40px;
    margin-bottom: 0;
}
.compare-rad-tbl .flex-content p:first-child{
    padding-left: 80px;
    position: relative;
}
.compare-rad-tbl .flex-content p:first-child:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 58px;
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.compare-rad-tbl .flex-content p:first-child:after{
    content: "";
    position: absolute;
    left: 50px;
    top: 42px;
    width: 20px;
    height: 20px;
    background-color: #04C949;
    border-radius: 50px;
}
.compare-rad-tbl .flex-content:nth-child(2) p:nth-child(2),.compare-rad-tbl .flex-content:nth-child(4) p:nth-child(2),.compare-rad-tbl .flex-content:nth-child(6) p:nth-child(2){
    background: #EAF6FF;
}
.compare-rad-tbl .flex-content:nth-child(3) p:nth-child(2),.compare-rad-tbl .flex-content:nth-child(5) p:nth-child(2){
    background: #DDEEFA;
}
.compare-rad-tbl .flex-content:nth-child(2) p:nth-child(2),.compare-rad-tbl .flex-content:nth-child(4) p:nth-child(2),.compare-rad-tbl .flex-content:nth-child(6) p:nth-child(2),.compare-rad-tbl .flex-content:nth-child(3) p:nth-child(2),.compare-rad-tbl .flex-content:nth-child(5) p:nth-child(2){
    color: #000;
}
.compare-rad-tbl .flex-content:nth-child(3) p:nth-child(1),.compare-rad-tbl .flex-content:nth-child(5) p:nth-child(1),.compare-rad-tbl .flex-content:nth-child(3) p:nth-child(3),.compare-rad-tbl .flex-content:nth-child(5) p:nth-child(3){
    background: #181818;
}
/* End Compare RAD */
/* Choose RAD */
.choose-rad h2{
    text-align: center;
}
.choose-rad .flex-content{
    justify-content: space-between;
}
.choose-rad .flex-part-two{
    width: 48.5%;
    background: #F7F7FE;
    border-radius: 24px;
    padding: 40px;
    margin-top: 40px;
}
.choose-rad p{
    max-width: 440px;
}
.choose-rad .flex-part-two:before{
    content: "";
    display: block;
    margin-bottom: 20px;
}
.choose-rad .flex-part-two:first-child:before{
    background-position: -341px 0;
    width: 49px;
    height: 48px;
}
.choose-rad .flex-part-two:nth-child(2):before{
    background-position: -389px 0;
    width: 43px;
    height: 48px;
}
.choose-rad .flex-part-two:nth-child(3):before{
    background-position: -432px 0;
    width: 48px;
    height: 48px;
}
.choose-rad .flex-part-two:nth-child(4):before{
    background-position: -479px 0;
    width: 48px;
    height: 48px;
}
/* End Choose RAD */
/* Bottom CTA */
.rad-btm-cta{
    text-align: center;
}
.rad-btm-cta h2{
    max-width: 1020px;
    margin:0 auto 15px;
}
.rad-btm-cta p{
    max-width: 880px;
    margin: 0 auto 20px;
}
/* End Bottom CTA */
@media all and (max-width:1499px) {
    .pagewrapper .content-wrap {
        width: 94%;
        padding: 80px 0;
    }
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 40px;
    }
/* Banner  */
h1 span:first-child:before{
    left: 570px;
}
/* End banner */
/* Principles RAD */
.rad-priciples .flex-part-two{
    width: 45%;
}
.rad-priciples p {
    max-width: 460px;
}
/* End Principles RAD */
 /* RAD Features */
 .rad-features .flex-three div, .rad-features .flex-two div{
    max-width: 460px;
 }
  /* End RAD Features */
}
@media all and (min-width:1200px) {
    .inup1,
    .inup2,
    .inup3,
    .inup4,
    .inup5,
    .inup6 {
        -webkit-transform: translate3d(0px, 40px, 0);
        transform: translate3d(0px, 40px, 0);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    }
    .in-view .inup1,
    .in-view .inup2,
    .in-view .inup3,
    .in-view .inup4,
    .in-view .inup5,
    .in-view .inup6 {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    .fadeinup1,
    .fadeinup2,
    .fadeinup3,
    .fadeinup4,
    .fadeinup5,
    .fadeinup6,
    .fadeinup7,
    .fadeinup8,
    .fadeinup9 {
        -webkit-transform: translate3d(0px, 60px, 0);
        transform: translate3d(0px, 60px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
    }
    .fadeindown1 {
        -webkit-transform: translate3d(0px, -60px, 0);
        transform: translate3d(0px, -60px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
        transition: opacity 1s ease-in, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.2);
    }
    .in-view .fadeinup1,
    .in-view .fadeinup2,
    .in-view .fadeinup3,
    .in-view .fadeinup4,
    .in-view .fadeinup5,
    .in-view .fadeinup6,
    .in-view .fadeinup7,
    .in-view .fadeinup8,
    .in-view .fadeinup9,
    .in-view .fadeindown1,
    .in-view .fadeindown2,
    .in-view .fadeindown3,
    .in-view .fadeindown4 {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .fadeindown1,
    .fadeinup1,
    .inup1,
    .bnrimg1,
    .bnrimg4 {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }
    .fadeindown2,
    .fadeinup2,
    .inup2,
    .bnrimg2,
    .bnrimg5 {
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }
    .fadeindown3,
    .fadeinup3,
    .inup3,
    .bnrimg3,
    .bnrimg6 {
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }
    .fadeinup4,
    .inup4 {
        -webkit-transition-delay: 700ms;
        transition-delay: 700ms
    }
    .fadeinup5,
    .inup5 {
        -webkit-transition-delay: 900ms;
        transition-delay: 900ms
    }
    .fadeinup6,
    .inup6 {
        -webkit-transition-delay: 1100ms;
        transition-delay: 1100ms
    }
    .fadeinup7,
    .inup7 {
        -webkit-transition-delay: 1300ms;
        transition-delay: 1300ms
    }
    .fadeinup8,
    .inup8 {
        -webkit-transition-delay: 1500ms;
        transition-delay: 1500ms
    }
    .fadeinup9,
    .inup9 {
        -webkit-transition-delay: 1700ms;
        transition-delay: 1700ms
    }
}
@media(max-width:1199px){
    /* Banner  */
    h1 span:first-child:before{
        display: none;
    }
    h1 span{
        display: inline-block;
    }
    /* End Banner */
    /* RAD Features */
    .rad-features .flex-two,.rad-features .flex-three{
        width: 48%;
        padding: 30px 30px 200px;
    }
    .rad-features .flex-three div, .rad-features .flex-two div{
        max-width: 300px;
    }
    /* End RAD Features */
    /* RAD Phases */
    .rad-phases .flex-part-two{
        width: 100%;
    }
    .rad-phases .flex-part-two:first-child{
        display: none;
    }
    .rad-phases-slider{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rad-phases-slider div{
opacity: 1!important;
width: 47%;
margin-top: 20px;
    }
    .rad-phases .flex-content{
        margin-top: 20px;
        max-width: 1000px;
    }
    /* End RAD Phases */
    /* Compare RAD */
    .compare-rad-tbl .flex-content p{
        padding: 30px;
    }
    .compare-rad-tbl .flex-content p:first-child{
        padding-left: 60px;
    }
    .compare-rad-tbl .flex-content p:first-child:before{
        top: 36px;
        left: 38px;
    }
    .compare-rad-tbl .flex-content p:first-child:after{
        left: 30px;
        top: 32px;
    }
    /* End Compare RAD */
}
@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
        padding: 70px 0;
    }
    h1{
        font-size: 48px;
    }
}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }
    h1{
        font-size: 44px;
    }
    h2{
        font-size: 38px;
    }
    /* Principles RAD */
    .pagewrapper .rad-priciples .content-wrap{
        padding: 70px 40px;
        border-radius: 20px;
    }
    /* End Principles RAD */
    /* Choose RAD */
    .choose-rad .flex-part-two{
        margin-top: 20px;
        padding: 30px;
        border-radius: 14px;
    }
    /* End Choose RAD */
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 30px;
    }
    /* Rapid Dev */
    .rapid-dev .flex-part-two{
        width: 100%;
    }
    .rapid-dev .flex-part-two:last-child p{
        margin-left: 0;
    }
    /* End Rapid Dev */
    /* Principles RAD */
    .pagewrapper .rad-priciples .content-wrap{
        padding: 60px 25px;
        border-radius: 10px;
    }
    .rad-priciples h2{
        text-align: left;
    }
    .rad-priciples .flex-part-two{
        width: 100%;
        margin-top: 30px;
    }
    /* End Principles RAD */
    /* RAD Features */
    .rad-features .flex-two,.rad-features .flex-three {
        width: 100%;
        margin-top: 20px;
    }
    .rad-features .flex-two, .rad-features .flex-three{
        border-radius: 10px;
        padding: 30px 30px 0px;
    }
    .rad-features .flex-three div, .rad-features .flex-two div{
        position: relative;
        left: 0;
        transform: inherit;
        max-width: 380px;   
    }
    .rad-features .flex-two div img, .rad-features .flex-three div img{
        margin: 30px 0 0;
    }
.rad-features .flex-two p,.rad-features .flex-three p{
    max-width: initial;
}
    /* End RAD Features */
    /* RAD Phases */
    .rad-phases .rad-center{
        text-align:left;
    }
    .rad-phases-slider div{
        width: 100%;
    }
    /* End RAD Phases */
    /* Compare RAD */
    .compare-rad h2{
        text-align: left;
    }
    .compare-rad-tbl{
        overflow-x: auto;
    }
    .compare-rad .flex-content{
        flex-wrap: inherit;
        width: 840px;
    }
    .compare-rad-tbl .flex-content p{
        padding:20px
    }
    .compare-rad-tbl .flex-content p:first-child{
        padding-left: 50px;
    }
    .compare-rad-tbl .flex-content p:first-child:before{
        top: 26px;
        left: 27px;
    }
    .compare-rad-tbl .flex-content p:first-child:after{
        left: 20px;
        top: 22px;
    }
    .compare-rad-tbl .flex-content h3:nth-child(1){
        border-top-left-radius: 10px;
    }
    .compare-rad-tbl{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .compare-rad-tbl .flex-content h3:last-child{
        border-top-right-radius: 10px;
    }
    /* End Compare RAD */
    /* Choose RAD */
    .choose-rad h2{
        text-align: left;
    }
    .choose-rad .flex-part-two{
        width: 100%;
        margin-top: 20px;
        border-radius: 10px;
    }
    /* End Choose RAD */
}