body {
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif !important;
}

header h4 {
    background-color: #ffee58;
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 3px;
}

header h1 {
    margin: 30px 0 0;
    letter-spacing: 5px;
}

.text-container {
    width: 85%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 60px;
    margin: 30px auto;
    opacity: 1;
    position: relative;
}
.main-heading {
    text-align: center; 
    font-size: 40px;
    margin-bottom: 30px;
}
.main-heading span {
    font-weight: bold;
    color: rgb(28, 113, 174);
}
.heading {
    text-align: center;
    margin: 10px auto 0;
    cursor: pointer; 
    background-color: rgb(228, 59, 44);
    padding: 0 55px;
}
.heading h1 {
    width: 100%;
    font-weight: 600;
    font-size: 26px; 
    color: rgb(255, 255, 255);
}
.p-text {
    margin-top: 25px;
    outline: none; 
    cursor: pointer;
}
.progress {
    height: 38px;
    margin: 20px auto;
    border-radius: 25px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 0px 8px 1px rgb(187 187 187 / 56%);
}
.progress .progress-bar {
    color: rgba(255, 255, 255, 0.938);
    font-size: 14px;
}
.p-text div {
    text-align: center; 
    color: rgba(16, 16, 16, 0.56);
}
.p-text b {
    font-size: 24px; 
    font-weight: 700;
}
.content-block,
.testimonial-block {
    margin: 50px 0 0;
    text-align: center;
}

.testimonial-block h1 {
    margin: 0 0 50px;
    letter-spacing: 5px;
}

.testimonial-block h1 span {
    color: rgb(240, 60, 34);
}

.testimonial-block img {
    margin: 0 0 20px;
    border: 2px solid rgb(127, 126, 126);
}

@media only screen and (max-width: 1199px) {
    header h4 {
        font-size: 18px;
    }

    header h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .video-block {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    header h4 {
        font-size: 16px;
    }

    header h1 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .video-block {
        margin: 0 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .content-block .row > div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.testimonial-subblock img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    transition: 0.4s all;
}

.testimonial-subblock img:hover {
    box-shadow:
            1px 1px #ffee58,
            2px 2px #ffee58,
            3px 3px #ffee58,
            4px 4px #ffee58,
            5px 5px #ffee58,
            6px 6px #ffee58,
            7px 7px #ffee58;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}

.testimonial-subblock-item {
    margin-bottom: 20px;
}

.testimonial-subblock-item p {
    text-align: center;
    font-size: 20px;
}

.testimonial-subblock-grid {
    display: grid;
    grid-template-columns: 400px 400px;
    justify-content: center;
    grid-gap: 30px;
}

@media only screen and (max-width: 1000px) {
    .testimonial-subblock-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 750px) {
    .form-block iframe {
        width: 100%;
    }
}

.header-img {
    margin-bottom: 40px;
    width: 100%;
}

/* Footer */
footer {
    border-top: 2px solid rgba(93, 93, 93, 0.298);
    padding: 20px 0 10px;
    margin-top: 300px;
    text-align: center;
    font-family: 'Raleway', sans-serif !important;
}
footer .link1 a {
    color: rgb(184, 184, 184);
    text-decoration: none;
    font-size: 16px;
    font-weight: lighter;
}
footer .link1 a:hover {
    text-decoration: underline;
}
footer .text {
    text-align: center;
    max-width: 80%;
    color: rgb(153, 153, 153);
    font-size: 14px;
    line-height: 1.3;
    margin: 20px auto;
}
footer .copyright {
    color: rgb(153, 153, 153);
    margin: 5px 0;
}
ul {
    color: rgb(153, 153, 153);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}
ul li {
    margin: 0 15px;
}

/* Start Style For Homework Page */
.container1 {
    padding-top: 80px;
}
.main-content {
    max-width: 55%;
    margin: 50px auto;
    text-align: left;
}
.main-content h1 {
    font-size: 35px;
    font-weight: bold;
}
.main-content p {
    font-size: 25px;
    line-height: 1.5;
    margin: 30px 0;
}
.main-content p span {
    font-weight: bold;
}
.main-content h3 {
    font-size: 23px;
    font-weight: bold;
}
.main-content div {
    font-size: 24px;
    margin: 18px 0;
    line-height: 1.2;
}
.main-content div i {
    margin-right: 10px;
}
.main-content a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #1C71AE;
    font-size: 35px;
    font-weight: bold;
    padding: 30px;
    border-radius: 5px;
    margin: 20px 0;
    outline: none;
    text-decoration: none;
}
@media screen and (max-width: 991px) {
    .main-content a {
        font-size: 25px;
        line-height: 1.3;
        padding: 20px;
    }
}
.homework-foot {
    border-top: 0;
    margin-top: 120px;
}
/* End Style For Homework Page */

/* Start Media Queries */
@media screen and (max-width: 768px) {
    .text-container  {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-heading {
        font-size: 25px;
    }
    .heading {
        padding: 0 5px;
    }
    .heading h1 {
        font-size: 19px;
    }
    .p-text b {
        font-size: 20px;
    }
    footer {
        margin-top: 170px;
    }
    footer .text {
        font-size: 12px !important;
    }
    .main-content {
        max-width: 100%;
        padding: 0 40px;
    }
    .main-content a {
        font-size: 20px;
    }
}