.About-description {
    background: #ffde16;
    background-image: url(../png/contact_head.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    margin-top: 10px;
    background-size: cover;
}

.description-content {
    max-width: 100%;
    margin: auto;
    line-height: 1.2;
}

.whychoose-parent-container .description-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.whychoose-parent-container .description-title {
    font-weight: bolder;
    font-size: 22px;
    padding: 1px;
    color: black;
    text-align: center;
}

.description-text-yellow {
    font-weight: 600;
    color: #000000;
}

.whychoose-parent-container .description-heading {
    text-align: center;
    font-weight: bolder;
    color: black !important;
    font-size: 45px;
    line-height: 1;
}

.whychoose-parent-container .description-text {
    text-align: center;
    color: black;
    font-size: 18px;
    line-height: 1;
}

.choose-heading {
    text-transform: uppercase;
    color: #ee632c;
    font-weight: bolder;
    font-family: "Montserratblack";
    text-align: center;
    font-size: 42px;
}

.whychoose-about-section {
    max-width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

.whychoose-card-black {
    background: #000000;
    background-image: url(../png/card-bg.png);
    background-position: center;
    padding: 12px;
    text-align: center;
    width: 289px;
    height: 210px;
    float: left;
    margin: 9px;
    overflow: hidden;
    display: table;
}

.less-boxes {
    width: 925px;
}

.whychoose-card-black p {
    font-size: smaller;
    font-weight: 500;
    color: white;
    padding-bottom: 10px;


}

.whychoose-card-black h2 {
    color: #ffde16;
    font-size: 20px;
    margin: 5px 0 10px 0;
}

.whyshoose-card-container {
    max-width: 1230px;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.whychoose-question {
    background: #000000;
    background-image: url(../png/why-bg-2.png);
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    margin-top: 100px;
}

.whychoose-question-section {
    color: white;
    font-size: 45px;
}

.whychoose-answer-section {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
}

.About-btn-container {
    text-align: center;
    margin-top: 20px;
}

.About-start-btn:hover {
    color: black;
    text-decoration: none;
}

.About-start-btn {
    background: #ffde16;
    padding: 12px;
    color: black;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}

.whychoose-question-img {
    position: absolute;
    bottom: 0;
    right: 18%;
}

.fullWidthEmail {
    margin: 0;
}

.icon-text {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    height: 50px;
    line-height: 1;
}

.icon-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ee632c;
    padding: 5px;
    margin: auto;
}

.whychoose-card-inner-first {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.whychoose-card-inner p {
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
}

.whychoose-card-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}


.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}

.confetti--animation-slow {
    animation: confetti-slow 5.25s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 4.75s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 4.25s linear 1 forwards;
}

@media screen and (max-width: 768px) {
    .whychoose-question-img {
        display: none;
    }

    .whyshoose-card-container {
        padding: 20px;
    }

    .less-boxes {
        width: 100%;
        margin-top: -50px;
    }

    .whychoose-card-black {
        width: calc(100% - 20px);
    }

    .choose-heading {
        font-size: 38px;
    }

    /*
  .sm-hide {
    display: none;
  }
    */
    .description-heading {
        font-size: 36px;
    }

    .description-title {
        font-size: 20px;
    }

    .About-description {
        padding: 20px;
    }

    .whychoose-question {
        margin-top: 25px;
        padding-top: 0px;
    }

    .whychoose-question-section {
        font-size: 36px;
        padding-top: 20px;
    }

    .whychoose-answer-section {
        font-size: 20px;
    }
}