/* XL Device :1200px. */

@media (min-width: 1200px) and (max-width: 1449px) {

    .hero__area {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .hero__title h1 {
        font-size: 68px;
        line-height: 86px;
        margin-bottom: 25px;
    }

    .hero__title p {
        font-size: 30px;
        line-height: 40px;
    }

    .hero__title {
        margin-bottom: 40px;
    }

    .common__btn a {
        font-size: 20px;
        height: 64px;
        width: 310px;
    }

    .testimonial__area {
        padding: 100px 0;
    }

    .test__item__ico {
        height: 170px;
        width: 170px;
    }

    .test__item__ico img {
        height: 65px;
    }

    .test__content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .test__content p {
        font-size: 20px;
        line-height: 30px;
    }

    .customer__area {
        padding: 100px 0;
    }

    .customer__title h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 17px;
    }

    .customer__title p {
        font-size: 22px;
        line-height: 30px;
    }

    .service__text h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .service__text a {
        font-size: 20px;
        gap: 18px;
        width: 270px;
        height: 50px;
    }

    .service__text img {
        height: 35px;
    }

    .service__text a span {
        margin-top: -5px;
    }

}


/* LG Device :992px. */

@media (min-width: 992px) and (max-width: 1200px) {
    .hero__area {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .hero__title h1 {
        font-size: 50px;
        line-height: 63px;
        margin-bottom: 25px;
    }

    .hero__title p {
        font-size: 26px;
        line-height: 34px;
    }

    .hero__title {
        margin-bottom: 40px;
    }

    .common__btn a {
        font-size: 20px;
        height: 56px;
        width: 260px;
    }

    .testimonial__area {
        padding: 100px 0;
    }

    .test__item__ico {
        height: 170px;
        width: 170px;
    }

    .test__item__ico img {
        height: 65px;
    }

    .test__content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    .test__content p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .customer__area {
        padding: 100px 0;
    }

    .customer__title h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 17px;
    }

    .customer__title p {
        font-size: 22px;
        line-height: 30px;
    }

    .service__text h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .service__text a {
        font-size: 20px;
        gap: 18px;
        width: 270px;
        height: 50px;
    }

    .service__text img {
        height: 35px;
    }

    .service__text a span {
        margin-top: -5px;
    }

    .common__content h3 {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 15px;
    }

    .mid__test__ico__blk {
        border: 0 !important;
    }

    .test__content {
        min-height: auto;
    }

    .test__content {
        margin-top: 20px;
    }

    .service__area {
        min-height: 500px;
    }

    .contact__arae {
        padding: 100px 0;
    }

    .contact__items span {
        height: 48px;
        width: 48px;
    }

    .contact__items img {
        height: 18px;
    }

    .contact__items a {
        font-size: 18px;
    }

    .contact__items {
        gap: 10px;
    }

    .contact__items a {
        gap: 10px;
    }

    .contact__logo img {
        max-width: 150px;
    }

    .contact__logo {
        text-align: right;
    }

    .footer__area {
        padding: 50px 0;
    }

    .common__content {
        margin-bottom: 70px;
    }

    .slider__wrapper {
        padding: 70px 0;
    }
}


/* MD Device :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .none__phone {
        display: none;
    }

    .none__desk {
        display: block;
    }

    .mobile__menu.active {
        left: 0;
    }

    .overlay.active {
        left: 0;
    }

    .header__area {
        padding: 10px 0;
    }




    .hero__area {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .hero__title h1 {
        font-size: 50px;
        line-height: 63px;
        margin-bottom: 25px;
        text-align: center;
    }

    .hero__title p {
        font-size: 26px;
        line-height: 34px;
        text-align: center;
    }

    .hero__title {
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .common__btn a {
        font-size: 20px;
        height: 56px;
        width: 260px;
        margin: 0 auto;
    }

    .testimonial__area {
        padding: 100px 0;
    }

    .test__item__ico {
        height: 170px;
        width: 170px;
    }

    .test__item__ico img {
        height: 65px;
    }

    .test__content h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    .test__content p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .customer__area {
        padding: 100px 0;
    }

    .customer__title h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 17px;
    }

    .customer__title p {
        font-size: 22px;
        line-height: 30px;
    }

    .service__text h4 {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .service__text a {
        font-size: 20px;
        gap: 18px;
        width: 270px;
        height: 46px;
    }

    .service__text img {
        height: 35px;
    }

    .service__text a span {
        margin-top: -4px;
    }

    .common__content h3 {
        font-size: 42px;
        line-height: 55px;
        margin-bottom: 15px;
    }

    .mid__test__ico__blk {
        border: 0 !important;
    }

    .test__content {
        min-height: auto;
    }

    .test__content {
        margin-top: 20px;
    }

    .service__area {
        min-height: 500px;
    }

    .contact__arae {
        padding: 100px 0;
    }

    .contact__items span {
        height: 48px;
        width: 48px;
    }

    .contact__items img {
        height: 18px;
    }

    .contact__items a {
        font-size: 18px;
    }

    .contact__items {
        gap: 10px;
    }

    .contact__items a {
        gap: 10px;
    }

    .contact__logo img {
        max-width: 150px;
    }

    .contact__logo {
        text-align: right;
    }

    .footer__area {
        padding: 50px 0;
    }

    .common__content {
        margin-bottom: 70px;
    }

    .slider__wrapper {
        padding: 45px 0;
        gap: 20px;
    }

    .header__inner__blk {
        padding: 20px 0;
        padding-bottom: 50px;
    }

    .common__btn {
        justify-content: center;
    }
}


/* SM Small Device :320px. */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .none__phone {
        display: none;
    }

    .none__desk {
        display: block;
    }

    .mobile__menu.active {
        left: 0;
    }

    .overlay.active {
        left: 0;
    }

    .header__area {
        padding: 10px 0;
    }













    .hero__area {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .hero__title h1 {
        font-size: 34px;
        line-height: 54px;
        margin-bottom: 15px;
        text-align: center;
    }

    .hero__title p {
        font-size: 21px;
        line-height: 28px;
        text-align: center;
    }

    .hero__title {
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .common__btn a {
        font-size: 17px;
        height: 52px;
        width: 283px;
        margin: 0 auto;
    }

    .testimonial__area {
        padding: 100px 0;
    }

    .test__item__ico {
        height: 141px;
        width: 141px;
    }

    .test__item__ico img {
        height: 50px;
    }

    .test__content h3 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 10px;
        text-align: center;
    }

    .test__content p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .customer__area {
        padding: 100px 0;
    }

    .customer__title h1 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 17px;
    }

    .customer__title p {
        font-size: 15px;
        line-height: 25px;
    }

    .service__text h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .service__text a {
        font-size: 20px;
        gap: 18px;
        width: 270px;
        height: 42px;
    }

    .service__text img {
        height: 35px;
        width: auto !important;
    }

    .service__text a span {
        margin-top: -2px;
        left: 3px;
    }

    .common__content h3 {
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .mid__test__ico__blk {
        border: 0 !important;
    }

    .test__content {
        min-height: auto;
    }

    .test__content {
        margin-top: 20px;
    }

    .service__area {
        min-height: 385px;
    }

    .contact__arae {
        padding: 70px 0;
    }

    .contact__items span {
        height: 38px;
        width: 38px;
    }

    .contact__items img {
        height: 15px;
    }

    .contact__items a {
        font-size: 14px;
    }

    .contact__items {
        gap: 10px;
    }

    .contact__items a {
        gap: 10px;
    }

    .contact__logo img {
        max-width: 90px;
    }

    .contact__logo {
        text-align: right;
    }

    .footer__area {
        padding: 20px 0;
    }

    .common__content {
        margin-bottom: 70px;
    }

    .slider__wrapper {
        padding: 45px 0;
        gap: 20px;
    }

    .header__inner__blk {
        padding: 20px 0;
        padding-bottom: 50px;
    }

    .common__content p {
        font-size: 21px;
        line-height: 36px;
    }

    .common__btn {
        justify-content: center;
    }

    .contact__title h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .contact__r__text h5 {
        font-size: 9px;
        line-height: 24px;
    }

    .contact__address a {
        font-size: 13px;
        line-height: 24.64px;
        display: inline-block;
    }

    .footer__copyright span {
        font-size: 14px;
        line-height: 27px;
    }

    .service__area::after {
        display: none;
    }
    .design__content p {
        font-size: 13px;
        line-height: 23.64px;
    }

    .phone__none {
        display: none;
    }

    .desk__none {
        display: block;
    }
    .designer__area {
        padding: 60px 0;
    }
}


/* SM Small Device :550px. */

@media only screen and (min-width: 320px) and (max-width: 575px) {}