@media (min-width: 1370px) {
    .container {
        max-width: 1350px;
    }
}

/* XL Device :5000px. */
@media screen and (min-width: 1921px) and (max-width: 5000px) {}

/* XL Device :1920px. */
@media screen and (min-width: 1440px) and (max-width: 1600px) {}

/* XL Device :1356px. */
@media screen and (min-width: 1370px) and (max-width: 1440px) {}

/* XL Device :1280px. */
@media screen and (min-width: 1200px) and (max-width: 1370px) {
    .home_banner h1 {
        font-size: 160px;
    }

    .my_experience_left_panel img,
    .my_education_left_panel img,
    .contact_us_left_panel img {
        width: 350px;
        height: 350px;
    }

    .my_education_left_panel,
    .my_experience_left_panel,
    .contact_us_left_panel {
        justify-content: center;
    }

    .container {
        max-width: 1149px;
    }
    .about-info li:first-child p{
        font-size: 14px;
    }
    .about-info li:nth-child(2) p{
        font-size: 14px;
    }
    .about-info li:first-child{
        margin-right:12px;
    }
}

/* LG Device :992px. */
/* @media screen and (min-width: 992px) and (max-width: 1199px){} */

/* MD Device :768px. */
/* @media screen and (min-width: 768px) and (max-width: 991px){} */

/* Extra small Device. */
/* @media screen and (max-width: 767px){} */

@media screen and (min-width: 0) and (max-width: 360px){
    .learn_more_home{
        display: flex;
        flex-direction: column;
        gap: 15px;
    
    }
    .about-footer-content .signature{
        padding: 0;
        text-align: center;
    }
    .about-footer-content-right h6{
        padding: 0;
        text-align: center;
    }
    .meta-text-color{
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .about-footer-content-right{
        width: 100%;
    }
} 

/* SM Small Device :550px. */
/* @media screen and (min-width: 576px) and (max-width: 767px) {} */
/* SM Small Device :550px. */
@media screen and (min-width: 360px) and (max-width: 915px) {
    .home_banner .sub-heading {
        font-size: 18px;
        letter-spacing: 4px;
    }
    .home_section h1{
        font-size: 50px;
        text-align: center;
    }
    .home_section .typewrite{
        font-size: 32px;
    }
    .title_description_content{
        text-align: center;
    }

    .home_banner h1 {
        font-size: 72px;
        text-align: center;
        margin-bottom: 18px;
    }
    .learn_more_home{
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .learn_more_home .aboutMe {
        width: 70%;
    }
    .learn_more_home .sayHello{
        margin-right: 0px;
        width: 70%;
    }

    .typewriteContainer .typewriteContainerstickiyText {
        font-size: 18px;
    }

    .typewriteContainer .typewrite {
        font-size: 20px;
    }

    .my_experience_left_panel img,
    .my_education_left_panel img,
    .contact_us_left_panel img {
        width: 180px;
    }

    .my_experience_left_panel,
    .my_education_left_panel,
    .contact_us_left_panel {
        justify-content: center;
    }

    .section_heading_title {
        text-align: center;
        margin-top: 40px;
    }

    .section_heading_desc {
        text-align: center;
        font-size: 26px;
    }
    .contact_me_form{
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .fun-fact-content span {
        text-align: center;
    }

    .fun-fact-content h2 {
        text-align: center;
    }
    .experience-service-text h3 {
        font-size: 18px;
    }

    .about_us_footer {
        text-align: center;
    }

    .footer-col .icons {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container_about_me{
        padding: 60px 24px;
    }
    .contact_us_container{
        padding: 40px 0px;
        width: 90%;
        box-shadow: none;
    }
    .technology_language_sec{
        justify-content: center;
    }
    .technology_language_text{
        display:none;
    }
    .home_section{
        height: auto;
        padding-top: 150px;
    }
    .w-90{
        width:90%;
    }
    .navbar-expand-md .navbar-nav{
        background: #000;
    }
    .navbarClassCustom .container{
        height:75px !important;
    }
    .blog_category{
        margin-bottom:50px;
    }
    .get_started_section div h2{
        display: block;
    text-align: center;
    padding-bottom: 40px;
    }
}

/* SM Small Device :550px. */
/* @media screen and (min-width: 500px) and (max-width: 576px) {} */