/* .why-us-page h2 {
    font-family: "Rubik", sans-serif;
    color: #002A40;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 49px;
} */

.why-us-page .general-content-block .content-block .content-details h3 {
    font-size: 30px;
    font-weight: 600;
    color: #002A40;
    text-align: left;
    margin-bottom: 10px;
}

.why-us-page .general-content-block .content-block .content-details h4 {
    font-size: 16px;
    font-weight: 500;
    color: #00C1DE;
    text-align: left;
}

.why-us-page .general-content-block .content-block .image-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-us-page .general-content-block .content-block .image-block img {
    width: 50%;
    height: auto;
    max-height: 250px;
    border-radius: 0;
    box-shadow: none;
}

.why-us-page .general-content-block .content-block .image-block svg{
    width: 50%;
    height: auto;
    max-height: 250px;
}

.why-us-content :nth-child(even) .general-content-block .content-block .content-alignment-block{
    flex-direction: row-reverse;
}

.why-us-content :nth-child(4n+3) .general-content-block .bg-block {
    background-color: #F2FBFC;
}

.why-us-content :nth-child(even) .general-content-block .bg-block {
    background-color: #fff;
}
.thankyou-icon{
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 0 20px 0;
}
.thankyou-icon img{
    width: 100px;
    height: 100px;
}
.thankyou-bullets {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.thankyou-right p.title:last-child {
    padding-bottom: 10px;
}
.thankyou-right ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    padding-bottom: 20px;
}
.thankyou-right ul li {
    clear: both;
    padding: 5px 0px 5px 20px;
    background: url(../images/bullet.svg) no-repeat left 13px;
    background-size: 8px 8px;
}

.thankyou-block {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.thankyou-block .thankyou-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.thankyou-block .thankyou-left h2{
    font-size: 30px;
    font-weight: 600;
    color: #002A40;
    margin-bottom: 20px;
}
.thankyou-block .thankyou-right p{
    font-size: 20px;
    font-weight: 300;
    color: #002A40;
    line-height: 30px;
    text-align: left;
}
.thankyou-block .thankyou-right ul li {
    font-size: 20px;
    font-weight: 300;
    color: #002A40;
    line-height: 30px;
    text-align: left;
}
@media (max-width: 1600px) {
    .content-block {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1400px) {
    .why-us-page .general-content-block .content-block .image-block svg,
    .why-us-page .general-content-block .content-block .image-block img {
        width: 70%;
        max-height: 100%;
    }
}
@media (max-width: 991px) {
    .content-block {
        width: 100%;
        max-width: 100%;
    }
    .why-us-page .general-content-block .content-block .image-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .thankyou-block .thankyou-right p,
    .thankyou-block .thankyou-right ul li{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .why-us-page .general-content-block .content-block .image-block svg,
    .why-us-page .general-content-block .content-block .image-block img {
        width: 50%;
        max-height: 100%;
    }
    .thankyou-block .thankyou-right p,
    .thankyou-block .thankyou-right ul li{
        font-size: 16px;
    }
    .thankyou-block .thankyou-right p {
        text-align: center;
    }
    .thankyou-block {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
