.mobile_menu{
    display:none;
}


@media only screen and (max-width : 1400px) {
   
}
@media only screen and (max-width : 1300px) {    
    
}
@media only screen and (max-width: 1199px) and (min-width: 992px)  {
   
    
}

@media only screen and (max-width : 992px) {
    .d_menu{
        display: none;
    }
    .mobile_menu{
        display:block;
    }
    .content_banner h1 {
        font-size: 55px;
    } 
    .content_banner h3 {
        font-size: 25px;
    }
    .content_banner h5 {
        font-size: 15px;
    }
    .section_title {
        font-size: 30px;
    }
    .footer_menu {
        gap: 12px;
        flex-wrap: wrap;
    }
    .g_card h1 {
        font-size: 40px;
    }
    .three_item h3 {
        font-size: 18px;
    }
    .ti_m {
        margin-top: 0px;
    }
    .three_item img {
        width: 50px;
    }
    .three_item {
        background: var(--clrDarkLight);
        border-radius: 16px;
        text-align: center;
        padding: 8px;
        margin-bottom: 15px;
    }
    .about_me_two {
        flex-direction: column;
    }
    .about_card{
        margin-bottom: 15px;
    }
    .nav_right{
        display: none;
    }
    .sp_top{
        padding-top: 60px;
    }
    .sp_bottom{
        padding-top: 60px;
    }
    .img-size{
    width:50%;
    }

    .payment-model-content{
        width:100%
    }
    .creative__text--animation-3 {
        font-size: 60px;
    }
  
}
@media only screen and (max-width : 767px) {
    .content_banner h1 {
        font-size: 55px;
    }    
    .pro_card h2{
        font-size: 16px;
    }

    .payment-model-content{
        width:100%
    }
    .creative__text--animation-3 {
        font-size: 50px;
    }
    .content_banner {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 80px;
    }
    
}
@media only screen and (max-width : 500px) {
    .creative__text--animation-3 {
        font-size: 40px;
    }
}

