@media(max-width :1520px) {
    .blog_box_main .slick-prev {
        left: -13px;
    }

    .blog_box_main .slick-next {
        right: -13px;
    }
}

@media (max-width : 1200px) {

    /* news letter  */
    .container__item input {
        padding: 18px 100px 18px 18px;
    }

    .container__item button {
        padding: 18px;
    }

    .news_letter_content {
        max-width: 450px;
    }

    /* hero  */
    .hero_content h3 {
        font-size: 50px;
        line-height: 50px;
    }

    .hero_content p {
        font-size: 20px;
        line-height: 20px;
        margin-top: 20px;
    }

    .hero_content {
        max-width: 540px;
    }

}

@media (max-width: 1100px) {

    /* header */
    .menu_ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding: 0px 15px;
    }

    .comman_btn {
        padding: 10px 15px !important;
        background-color: #38ACEA;
    }

    .logo img {
        max-width: 150px;
    }
}

@media (max-width : 991px) {
    .col-left .content-left p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 23px;
        color: #6A6D7C;
        max-width: 450px;
    }

    /* comman content  */
    .comman_title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .heading_comman {
        font-size: 30px;
        line-height: 35px;
        font-weight: 500;
    }

    .comman_content {
        font-size: 14px;
        line-height: 20px;
    }

    .menu_ul li {
        padding: 0px 8px;
    }

    .comman_btn {
        padding: 10px 11px !important;
        background-color: #38ACEA;
    }


    /* 2nd sec  */
    .second_sec_img {
        margin-right: 20px;
    }

    .second_sec_text {
        margin-left: 20px;
    }



    .second_sec_text .text_line {
        margin: 15px 0 22px;
    }

    .hero_content h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .hero_content p {
        font-size: 15px;
        margin-top: 10px;
    }

    .hero_content {
        max-width: 400px;
    }

    /* protfolio  */
    .portfolio_box {
        max-width: 350px;
    }


    /* news letter  */
    .news_letter_main {
        flex-direction: column;
    }

    .news_letter_content {
        max-width: 80%;
    }

    .container__item {
        margin-top: 50px;
    }

    .container__item input {
        padding: 18px 150px 18px 18px;
    }


    .news_letter_content {
        max-width: 516px;
    }

    /* footer  */
    .footer_col .footer_col_heading h3 {
        font-size: 20px;
    }

    .footer_col .footer_ul li a {
        font-size: 15px;
    }

    .footer_col .footer_ul li {
        padding: 5px 0;
    }

    .content-rihht img {
        position: relative;
        z-index: 9;
        max-width: 100%;
    }

}

/* header */


@media (max-width : 767px) {
    section {
        margin-bottom: 70px;
    }

    .Phone_contact {
        display: none;
    }

    .map {
        display: none;
    }

    .col-left {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-boost {
        display: block;
    }

    .content-rihht img {
        max-width: 100%;
    }

    .spanlogo {
        display: none;
    }

    .content-rihht {
        text-align: center;
        padding-top: 20px;
    }

    /* comman heading  */
    .comman_heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .comman_heading h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .comman_heading .line {
        border: 3px solid #38ACEA;
        top: -3px;
    }

    /* header */
    .menu_icon {
        display: block;
    }

    .menu_ul {
        position: absolute;
        left: -500px;
        flex-direction: column;
        top: 0;
        max-width: 40%;
        background-color: #080228;
        width: 100%;
        align-items: start;
        height: 100vh;
        justify-content: flex-start;
        transition: 0.5s;
    }

    .col-left .content-left p {
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #6A6D7C;
        max-width: 100%;
    }

    .close_icon {
        display: block;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        padding-right: 15px !important;
    }

    .close_icon i {
        font-size: 25px;
        color: #ffffff;
    }

    .menu_ul li {
        padding: 10px 70px 10px 15px;
    }

    .comman_btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }

    .logo img {
        max-width: 120px;
    }

    .menu_icon {
        position: absolute;
    }

    .logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* hero  */
    .hero_desktop {
        display: none;
    }

    .hero_mobile {
        display: block;
    }

    .hero_left {
        bottom: 5%;
        width: 30%;
    }

    .hero_right {
        bottom: 5%;
        width: 30%;
    }

    .hero_content h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero_content p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 18px;

    }

    /* 2nd secotion */
    .main_2nd_sec {
        flex-direction: column;
    }

    .second_sec_img {
        width: 80%;
        margin-right: 0px;
    }

    .second_sec_text {
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }

    /* protfolio */
    .portfolio_box h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .portfolio_box p {
        font-size: 15px;
        line-height: 22px;
    }

    .portfolio_box {
        max-width: 100%;
    }

    .portfolio_box .portfolio_img {
        max-width: 100px;
    }


    .All_portfolo_btn a {
        font-size: 15px;
    }

    .All_portfolo_btn button {
        padding: 12px 16px;
    }

    /* blog  */
    .blog_box .blog_box_content .blog_line_1 h4 {
        font-size: 14px;
    }

    .blog_box .blog_box_content .blog_line_1 {
        margin: 15px 0 10px;
    }

    .blog_box .blog_box_content .blog_text h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .blog_box .blog_box_content .blog_text h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .slick-arrow {
        width: 35px;
        height: 35px;
    }

    /* news letter  */
    .container__item input {
        padding: 12px 150px 12px 18px;
        font-size: 15px;
        line-height: 16px;
    }

    .news_letter_content h3 {
        font-size: 24px;
        line-height: 35px;
        font-weight: 500;
    }

    .container__item button {
        padding: 12px 18px;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
    }

    .news_letter {
        margin-bottom: 20px;
    }

    .news_letter_main {
        padding: 40px 0;
    }

    .index_blog {
        margin-bottom: 5px;
    }

    /* footer  */
    .footer_col {
        width: 50%;
        margin-top: 25px;
        padding: 0 3px;
    }

    .footer_col:nth-child(even) {
        border-right: none;
    }

    .footer_bot h3 {
        font-size: 14px;
    }

    .footer_ul li svg {
        width: 5px;
        margin-right: 5px;
    }

    .container__item {
        margin-top: 22px;
    }
}

@media (max-width : 600px) {}

@media (max-width : 551px) {

    /* header */
    .menu_ul {
        max-width: 60%;
    }

    .second_sec_img {
        width: 100%;
    }

    /* hero  */
    .hero_content h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .hero_content {
        max-width: 280px;
    }

    .hero_content p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 13px;
    }

    .hero_left {
        display: none;
    }

    .hero_right {
        display: none;
    }

    /* protfolio */
    .portfolio_box .portfolio_img {
        top: -24%;
    }

    /* news letter  */
    .news_letter_form {
        text-align: center;
    }

    .news_letter_form button {
        margin: 0;
    }

    .news_letter_content {
        max-width: 100%;
    }

    .news_letter_form input {
        margin-bottom: 15px;
        width: 100%;
    }

    /* footer  */
    .footer_logo {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .footer_ul li svg {
        margin-right: 3px;
    }

    .footer_col .footer_ul li a {
        font-size: 12px;
    }

    .footer_col .footer_ul li {
        padding: 2px 0;
    }

    .social_main svg {
        width: 35px;
    }

    .col-left {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-boost {
        display: block;
    }

    .content-rihht img {
        max-width: 100%;
    }

    .spanlogo {
        display: none;
    }

    .content-rihht {
        text-align: center;
        padding-top: 20px;
    }

    .col-left .content-left p {
        font-size: 15px;
        line-height: 25px;
    }
}