@media(max-width:575.98px){
    nav .logo_name a{
        font-size: 22px;
    }
    .banner-main{
        flex-direction: column-reverse;
    }
    .banner_left .banner_info {
        padding: 20px 0;
    }
    #banner .banner_info h5 {
        font-size: 16px;
    }
    #banner .banner_info h1 {
        font-size: 20px;
    }
    #banner .banner_info p{
        font-size: 18px;
        font-weight: 600;
    }
    #banner .banner_info h4 {
        font-size: 15px;
        padding-right: 0px;
    }
    .banner_left .find_me .fwm p {
        font-size: 17px;
    }
    .banner_left .find_me .social ul li{
        padding: 5px;
    }
    .banner_left .find_me .social ul li a {
        font-size: 15px;
        height: 26px;
        width: 26px;
        margin: 0;
    }
    #banner .banner_image {
        padding: 10px;
    }
    #about {
        padding-top: 40px;
    }
    #about .about_left .about_cnt h3 {
        font-size: 20px;
    }
    #about .about_left .about_cnt p {
        padding: 25px 0 5px 30px;
        font-size: 17px;
    }
    #about .about_left .about_cnt span {
        font-size: 15px;
    }
    #about .about_left .about_cnt h5 {
        font-size: 15px;
        line-height: 1.3;
    }
    #about .about_right .about_info h2 {
        font-size: 30px;
        padding-top: 25px;
    }
    #about .about_right .about_info p {
        font-size: 15px;
        padding-right: 0;
    }
    #about .about_right .about_info h3 {
        font-size: 15px;
    }
    #skils {
        padding-top: 40px;
    }
    #skils .container h3 {
        font-size: 30px;
    }
    .circle-chart {
        width: 63px;
        height: 61px;
    }
    #portfolio {
        padding-top: 40px;
    }
    #portfolio h3 {
        font-size: 30px;
        padding-bottom: 5px;
    }
    #portfolio .port_item .inner_item .overlay a {
        padding: 8px 5px;
        border-radius: 5px;
        font-size: 12px;
    }
    #portfolio .port_item .inner_item h4 {
        font-size: 16px;
    }
    #portfolio .port_item .inner_item {
        margin-bottom: 30px;
    }
    #portfolio .port_item .inner_item:last-child{
        margin-bottom: 0;
    }
    #pricing {
        padding-top: 40px;
    }
    #pricing h4 {
        font-size: 30px;
    }
    #pricing h4 {
        font-size: 24px;
    }
    #pricing .price_header h5 {
        font-size: 20px;
    }
    
    #pricing .price_header p {
        font-size: 20px;
    }
    .pricing .pricing_body .detils p {
        font-size: 17px;
    }
    .pricing .pricing_body .info .info_srv p {
        padding-left: 9px;
        font-size: 10px;
    }
    #pricing .pricing {
        margin-bottom: 70px;
    }
    #pricing .pricing:last-child {
        margin-bottom: 0;
    }
    .pricing .order a {
        font-size: 16px;
    }


    #contact {
        padding-top: 40px;
    }
    #contact h6 {
        font-size: 30px;
        padding-bottom: 22px;
    }
    #contact .contact_left h3 {
        font-size: 25px;
        padding-top: 20px;
    }
    #contact .contact_left p {
        font-size: 16px;
    }
    #contact .contact_left h4 {
        font-size: 17px;
    }
    #contact .contact_left h5 {
        font-size: 16px;
    }
    #contact .contact_left .find_me {
        padding: 35px 0 0px 0;
    }
    #contact .contact_left {
        margin-bottom: 40px;
    }
    .contact_right{
        overflow: hidden;
    }
    .footer .name h4 {
        font-size: 25px;
    }
    .copyright h5 {
        background: var(--black);
        text-align: center;
        color: var(--peragraph_color);
        font-size: 15px;
    }
}


@media (min-width:576px) and (max-width:768.98px){
    .banner-main{
    flex-direction: column-reverse;
    }
    #banner .banner_image {
	    padding: 20px;
    }
    #banner .banner_info h1 {
        font-size: 30px;
    }
    #banner .banner_info p {
        font-size: 27px;
    }
    #about .about_right .about_info h2 {
        font-size: 35px;
        padding-top: 40px;
    }
    #about .about_right .about_info p {
	padding-right: 10px;
}
}


@media (min-width:769px) and (max-width:992.98px){
    .banner-main{
        flex-direction: column-reverse;
    }
    #banner .banner_image {
        padding: 40px;
        width: 80%;
        height: 80%;
        margin-left: 30px;
    }
    #contact .contact_left {
        padding: 8px;
    }
    #contact .contact_left .social ul li {
        padding: 10px;
    }
}

@media (min-width:993px) and (max-width:1199.98px){
    #banner .banner_image {
        padding: 50px 0 0 0;
    }
    #banner .banner_info h1 {
        font-size: 32px;
    }
    #banner .banner_info p {
        font-size: 28px;
    }
    .banner_left .find_me .social ul li {
        padding: 8px;
    }
    .banner_left .find_me .social ul li a{
        height:40px;
        width: 40px;
    }
}

@media (min-width:1200px) and (max-width:1399.98px){
    #banner .banner_info h1 {
        font-size: 36px;
    }
    #banner .banner_info p {
        font-size: 30px;
    }
    .banner_left .find_me .social ul li {
        padding: 15px;
    }
}

