/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

    .header-title a {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
    }
    .header-title a i {
        margin-right: 5px;
        font-size: 35px;
    }
    .hero-content p {
        color: #fff;
        font-size: 19px;
        font-weight: 200;
    }
    .faq-left-blk h1 {
        color: #2c3485;
        font-size: 23px;
        font-weight: 800;
    }
    .faq-left-blk h4 {
        color: #2c3485;
        font-size: 15px;
        font-weight: 600;
    }
    .faq-left-blk p {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 40px;
    }
    .link-left-content a {
        display: block;
        font-size: 16px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .link-right-blk a {
        display: block;
        font-size: 17px;
        margin-bottom: 5px;
        color: #000;
        font-weight: 500;
        background-color: #dfe5f4;
        padding: 12px 20px;
        border-radius: 7px;
    }
    .service-main-blk {
        height: 300px;
    }
    .service-main-blk h1 {
        color: #fff;
        font-size: 27px;
        font-weight: 600;
    }
    .service-main-blk a {
        font-size: 16px;
    }
    .contact-main-blk {
        text-align: center;
        background-color: #f7f8f8;
        border: 1px solid #939598;
        border-radius: 25px;
        padding: 60px 35px;
    }
    .footer-title h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 40px;
        font-weight: 500;
        margin-left: 16px;
    }

}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .header-title a {
        color: #fff;
        font-size: 26px;
        font-weight: 500;
    }
    .header-title a i {
        margin-right: 5px;
        font-size: 31px;
    }
    .hero-content p {
        color: #fff;
        font-size: 20px;
        font-weight: 200;
    }
    .faq-left-blk p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 40px;
    }
    .link-left-content a {
        display: block;
        font-size: 12px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .link-right-blk a {
        font-size: 15px;
    }
    .service-main-blk h1 {
        color: #fff;
        font-size: 23px;
        font-weight: 600;
    }
    .service-main-blk a {
        color: #fff;
        background-color: #f15a29;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 14px;
        text-decoration: none;
    }
    .service-main-blk {
        height: 250px;
    }
    .contact-title h1 {
        font-size: 22px;
        font-weight: 700;
    }
    .contact-main-blk {
        margin-bottom: 25px;
    }
    .footer-main-blk {
        margin-bottom: 70px;
    }

}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {    
    .header-title {
        text-align: center;
    }
    .header-buttons {
        text-align: center;
    }
    .header-title a {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
    }
    .header-title a i {
        margin-right: 5px;
        font-size: 26px;
    }
    .header-title {
        margin-bottom: 30px;
    }
    .hero-content h1 {
        color: #fff;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .hero-content p {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
    }
    .faq-left-blk {
        margin-bottom: 35px;
    }
    .link-left-content a {
        display: block;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .link-left-content {
        margin-bottom: 35px;
    }
    .link-right-blk a {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        color: #000;
        font-weight: 500;
        background-color: #dfe5f4;
        padding: 12px 20px;
        border-radius: 7px;
    }
    .service-main-blk {
        margin-bottom: 35px;
    }
    .register-title h1 {
        color: #333;
        font-size: 18px;
        font-weight: 600;
    }
    .register-title h1 i {
        color: #006db0;
        font-size: 27px;
        margin-right: 10px;
    }
    .register-main-blk {
        display: block;
    }
    .register-button a {
        color: #fff;
        background-color: #006db0;
        padding: 10px 15px;
        border-radius: 7px;
        font-size: 14px;
    }
    .contact-title h1 {
        font-size: 20px;
        font-weight: 700;
    }
    .contact-main-blk {
        text-align: center;
        background-color: #f7f8f8;
        border: 1px solid #939598;
        border-radius: 25px;
        padding: 60px 71px;
        margin-bottom: 30px;
    }
    .footer-main-blk {
        margin-bottom: 80px;
    }


}





/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

 
}