/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family:"laca";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1390px;
    position: relative;
    z-index: 1;
}
h1,h2{
    font-family:"jubilat";
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 40px 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    border: none;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    display: none;
}
.navbar-brand img {
    max-width: 100%;
    height: 74px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 24px 0 40px;
    backdrop-filter: blur(2px);
    border-radius: 100px;
}
header.nav-new .nav-row{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
}
.navbar-light .navbar-nav {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}
.lang-rw{
    display: flex;
    align-items: center;    
    gap: 40px;
}
.lang-rw a{
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    color: #fff;
    position: relative;
}
.lang-rw a:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    right: -20px;
    top: 0;
}
.lang-rw a:last-child:after{
    display: none;
}
.lang-rw a.active{
    color: #E51765 !important;
}
.navbar-light .navbar-nav ul{
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav ul li {
    margin-right: 24px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav li a{
    padding: 0 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    color: #FFFFFF;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav li a.active,
.navbar-light .navbar-nav li a:hover {
    color: #E51765 !important;
}

.lang-rw.mobile-lang{
    display: none;
}
.center-logo{
    max-width: 318px;
    margin: 0 auto;
}
.center-logo img{
    width: 100%;
}

header.inner-header{
    top: 0;
    position: relative;
}
header.inner-header.nav-new{
    position: fixed;
}
header.nav-new .nav-row {
    padding: 16px 24px 16px 40px;
}
header.inner-header  .nav-row .nrml-lg,
header.nav-new .nav-row .nrml-lg{
    display: none;
}
.sticky-lg{
    display: none;
}
header.inner-header .nav-row .sticky-lg,
header.nav-new .nav-row .sticky-lg{
    display: block;
}

header.inner-header .navbar-light .navbar-nav li a,
header.inner-header .navbar-light .lang-rw a,
header.nav-new .navbar-light .lang-rw a,
header.nav-new .navbar-light .navbar-nav li a{
    color: #101836;
}
header.inner-header .navbar-light .lang-rw a:after,
header.nav-new .lang-rw a:after{
    background: #101836;
}

.btn-main{
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
    border: none;
    background: #E51765;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    gap: 16px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.btn-main i{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #E51765;
    font-size: 16px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover{
    background: #273583;
    color: #fff;
}
.btn-main:hover i{
    color: #273583;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 14px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #fff;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 22px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner-wrp{
    padding: 30px 30px 0;
    position: relative;
}
img.mobile-img{
    display: none;
}
.hero-banner-img-block{
    position: relative;
}
.hero-banner-img-block img{
    width: 100%;
    border-radius: 30px;
}
.hero-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.banner-data{
    max-width: 824px;
}
.banner-data h1{
    margin: 0 0 32px;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.banner-data p{
    max-width: 500px;
    font-family: 'Jubilat';
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin: 0 0 32px;
}

.open-day-wrp{
    margin: -104px 0 57px;
}
.open-day-block{
    padding: 60px 80px;
    background: #fff;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
}
.open-day-block .row{
    align-items: center;
}
.open-day-block .open-day-data{
    margin: 0;
}
.open-day-data h2{
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 47px;
    line-height: 105%;
    letter-spacing: 1px;
    color: #273583;
}
.open-day-data h2 span{
    color: #E51765;
}
.open-day-block .open-day-data p{
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #101836;
    text-align: left;
}
.open-day-block .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}


.from-abc-wrp{
    padding: 80px 0;
    position: relative;
}
.from-abc-wrp h2{
    margin: 0;
    font-weight: 600;
    font-size: 47px;
    line-height: 105%;
    letter-spacing: 1px;
    color: #273583;
    max-width: 227px;
}
.from-box{
    max-width: 190px;
}
.from-box figure{
    max-width: 40px;
    margin: 0 0 16px;
}
.from-box h3{
    margin: 0 0 16px;
    font-family: 'Jubilat';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #273583;
}
.from-box p{
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #1E1E1E;
}


.open-world-wrp{
    position: relative;
    padding: 80px 0;
}
.open-row{
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    overflow: hidden;
}
.open-img{
    width: 45%;
}
.open-img figure{
    height: 100%;
}
.open-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.open-data{
    padding: 80px;
    width: 55%;
}
.open-data p{
    font-family: 'Jubilat';
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #273583;
    margin: 0 0 30px;
}
.open-data p span{
    color: #E51765;
}
.open-data .btn-group{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.open-data .btn-group h3{
    margin: 0;
    font-family: 'Jubilat';
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #273583;
}
.readmore{
    min-width: 100px;
    width: 100px;
    height: 100px;
    background: #CFFF45;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.readmore img{
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.readmore:hover{
    background: #E51765;
}
.readmore:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.why-us-wrp{
    position: relative;
    padding: 80px 0 160px;
}
.why-img img{
    max-width: 520px;
    border-radius: 30px;
    margin: 0 auto;
    width: 100%;
}

.why-data-box{
    max-width: 520px;
    margin: 0 auto;
}
.why-data-box h2{
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 47px;
    line-height: 105%;
    letter-spacing: 1px;
    color: #273583;
}
.why-data-box p{
    margin: 0 0 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #101836;
}
.why-data-box ul{
    margin: 0 0 40px;
}
.why-data-box ul li{
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #273583;
    padding: 0 0 0 38px;
    position: relative;
    font-family: 'Jubilat';
}
.why-data-box ul li:before{
    position: absolute;
    content: '';
    background: url('../images/chack-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}

figure.shap1{
    position: absolute;
    top: -50%;
    left: 0;
}
figure.shap2{
    position: absolute;
    bottom: -50%;
    right: 0;
}


.how-openday-wrp{
    padding: 0 30px;
    position: relative;
}
.how-openday-row{
    border-radius: 30px;
    background: #273583;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.how-openday-row .container{
    max-width: 830px;
}

.how-openday-row .open-day-data{
    margin: 0 auto 40px;
}
.how-openday-row .open-day-data h3{
    margin: 0 0 16px;
    font-family: 'Jubilat';
    font-weight: 600;
    font-size: 47px;
    line-height: 105%;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.how-openday-row .open-day-data p{
    font-weight: 350;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
}

.openday-form-block h2{
    margin: 0 auto 40px;
    font-weight: 600;
    font-size: 47px;
    line-height: 105%;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.openday-form-block .accordion .accordion-item {
    margin: 0 0 10px;
    background-color: #fff;
    border-radius: 30px;
    border: none;
}
h2.accordion-header{
    margin: 0;
}
.openday-form-block .accordion .accordion-item .accordion-button {
    padding: 40px 60px 40px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #1E1E1E;
    background-color: transparent;
    position: relative;
}
.openday-form-block .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.openday-form-block .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.openday-form-block .accordion .accordion-item .accordion-button::after {
    display: none;
}
.openday-form-block .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    right:40px;
    top: 50%;
    font-size: 18px;
    color: #273583;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.openday-form-block .accordion .accordion-item .accordion-button.collapsed:before {
    content:"\f067";
}
.openday-form-block .accordion .accordion-body {
    padding: 0 40px 40px;
}
.form-block .row{
    margin: 0 -4px;
}
.form-block .row .col-md-12,.form-block .row .col-md-6{
    padding: 0 4px;
}
.form-block .form-group{
    margin: 0 0 8px;
}
.form-block .form-group label{
    display: block;
    margin: 0 0 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #101836;
}
.form-block .form-group .form-control{
    padding: 14px 24px;
    height: auto;
    border-radius: 50px;
    border: 1px solid #101836;
    box-shadow: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #101836;
    resize: none;
}
.form-block .form-group .form-control::placeholder{
    color: #8490BE;
}
.form-block .form-group textarea.form-control{
    border-radius: 20px;
}

.custom-radbx [type="radio"]:checked,
.custom-radbx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radbx [type="radio"]:checked + label,
.custom-radbx [type="radio"]:not(:checked) + label{
    position: relative;    
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #101836;
    padding: 14px 48px 14px 24px;
    border: 1px solid #101836;
    border-radius: 50px;
}
.custom-radbx [type="radio"]:checked + label:before,
.custom-radbx [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 24px;
    top: 15px;
    width: 20px;
    height: 20px;
    border: 1px solid #A8A8A8;
    border-radius: 100%;
    background: #fff;
}
.custom-radbx [type="radio"]:checked + label:after,
.custom-radbx [type="radio"]:not(:checked) + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    width: 20px;
    height: 20px;
    border: 1px solid #273583;
    background: #273583;
    position: absolute;
    right: 24px;
    top: 15px;
    line-height: 18px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radbx [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radbx [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.choice-rw{
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.choice-rw p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #101836;
    margin: 0;
}

.choice-actbx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    gap: 8px;
}
.choice-actbx .custom-radbx [type="radio"]:checked + label,
.choice-actbx .custom-radbx [type="radio"]:not(:checked) + label{
    padding: 0 30px 0 0;
    border: none;
}
.choice-actbx .custom-radbx [type="radio"]:checked + label:before,
.choice-actbx .custom-radbx [type="radio"]:not(:checked) + label:before {
    right: 0;
    top: 0;
}
.choice-actbx .custom-radbx [type="radio"]:checked + label:after,
.choice-actbx .custom-radbx [type="radio"]:not(:checked) + label:after{
    right: 0;
    top: 0;
}

.terms-chack{
    margin: 15px 0 0px;
}
.terms-chack .custom-radbx [type="radio"]:checked + label,
.terms-chack .custom-radbx [type="radio"]:not(:checked) + label{
    padding: 0 0 0 30px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    color: #8490BE;
}
.terms-chack .custom-radbx [type="radio"]:checked + label a,
.terms-chack .custom-radbx [type="radio"]:not(:checked) + label a{
    color: #CFFF45;
}
.terms-chack .custom-radbx [type="radio"]:checked + label a:hover,
.terms-chack .custom-radbx [type="radio"]:not(:checked) + label a:hover{
    color: #fff;
}
.terms-chack .custom-radbx [type="radio"]:checked + label:before,
.terms-chack .custom-radbx [type="radio"]:not(:checked) + label:before {
    right: auto;
    left: 0;
    top: 0;
    background: transparent;
    border-color: #fff;
}
.terms-chack .custom-radbx [type="radio"]:checked + label:after,
.terms-chack .custom-radbx [type="radio"]:not(:checked) + label:after{
    right: auto;
    top: 0;
    left: 0;
    background: #fff;
    color: #273583;
}
.terms-chack .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.terms-chack .btn-group .btn-send{
    padding: 20px 32px;
    border: none;
    background: #CFFF45;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #273583;
    border-radius: 50px;
}
.terms-chack .btn-group .btn-send:hover{
    background: #E51765;
    color: #fff;
}
.shap3{
    position: absolute;
    bottom: -40%;
    left: 0;
}

.custom-radbx .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custom-radbx .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    color: #8490BE;
}
.custom-radbx .styled-checkbox + label a{
    color: #CFFF45;
}
.custom-radbx .styled-checkbox + label a:hover{
    color: #fff;
}
.custom-radbx .styled-checkbox + label:before {
    position: absolute;
    content: "";    
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #A8A8A8;
    border-radius: 100%;
    background: #fff;
    top: 0;
    left: 0;
}
.custom-radbx .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    width: 20px;
    height: 20px;
    border: 1px solid #CFFF45;
    background: #CFFF45;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    color: #111;
    font-size: 10px;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.our-partner-wrp{
    padding: 160px 0;
    position: relative;
}
.our-partner-wrp .container{
    position: relative;
    z-index: 1;
}
.our-partner-wrp h2{
    margin: 0 auto 60px;
    font-weight: 600;
    font-size: 47px;
    line-height: 105%;
    letter-spacing: 1px;
    color: #273583;
    text-align: center;
}
.our-partner-wrp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}
.our-partner-wrp ul li figure img{
    max-width: 100%;
}


footer{
    padding:0 30px 30px;
}
.footer-wrp{
    border-radius: 30px;
    background: #101836;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.footer-abt{
    display: flex;
    gap: 85px;
}
.footer-abt figure{
    max-width: 145px;
}
.footer-abt figure img{
    width: 100%;
}
.footer-cnt p{
    margin: 0 0 10px;
    font-family: 'Jubilat';
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.footer-cnt a{
    display: table;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #A2A9B0;
}
.footer-cnt a:hover{
    color: #FF29C3;
}

.quick-cnt ul li{
    margin: 0 0 8px;
}
.quick-cnt ul li:last-child{
    margin: 0;
}
.quick-cnt ul li a{
    display: flex;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #A2A9B0;
    margin: 0;
}
.quick-cnt ul li figure{
    min-width: 24px;
    max-width: 24px;
    margin-right: 16px;
}
.quick-cnt ul li a:hover{
    color: #fff;
}
/* **** End Home Page **** */

/* **** Thank You Page **** */
.thanku-wrp .row{
    align-items: center;
}
.thank-data{
    max-width: 644px;
}
.thank-data h1{
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #273583;
}
.thank-data p{
    margin: 0 0 40px;
    font-family: 'Jubilat';
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #273583;
}
.thank-data p span{
    color: #E51765;
}
.thank-data .btn-redin{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #273583;
    display: flex;
    align-items: center;
}
.thank-data .btn-redin figure{
    min-width: 100px;
    width: 100px;
    height: 100px;
    background: #CFFF45;
    border-radius: 100%;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.thank-data .btn-redin img{
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.thank-data .btn-redin:hover figure{
    background: #E51765;
}
.thank-data .btn-redin:hover{
    color: #E51765;
}
.thank-data .btn-redin:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
}
.thank-data .readmore img{
    margin-right: 30px;
}
.thank-img img{
    width: 100%;
    border-radius: 30px;
    max-width: 644px;
    margin: 0 0 0 auto;
}

.how-take-wrp{
    padding: 150px 0;
}
.located-bx{
    margin: 0 0 40px;
}
.located-bx h6{
    margin: 0 0 16px;
    font-family: 'Jubilat';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #273583;
    display: flex;
}
.located-bx h6 figure{
    min-width: 24px;
    max-width: 24px;
    margin: 0 14px 0 0;
}
.how-take-wrp figure.shap1{
    top: -30%;
}
.how-take-wrp .why-data-box p:last-child{
    margin: 0;
}
/* **** End Thank You Page **** */