@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
    .banner_photo {
        position: absolute;
        top: 7%;
        right: -71px;
    }
}

@media screen and (max-width:1399px){
    .banner_photo img {
        width: 700px;
    }

    .banner_photo {
        position: absolute;
        top: 16%;
        right: -71px;
    }

}


@media screen and (max-width: 1199px) {
    .banner_photo{
        position: relative;
        top:0;
        right:auto;
    }
    .header .signin {
        padding: 10px 18px !important;
        margin-right: 6px;
        margin-top: 8px;
    }

    .header .nav-item {
        padding: 0px 4px;
    }

    .header .signup {
        margin-top: 8px;
    }

    .banner_content h3 {
        font-size: 33px;
    }

    .header .signup {
        padding: 10px 16px !important;
    }
    .banner{
        padding:0px 0px 50px 0px;
    }
}


 

@media screen and (max-width: 991px) {
    .banner {
        text-align: center;
    }

    

    .header .nav-link {
        font-size: 14px;
        color: #293241;
        font-weight: 500;
        padding: 10px 10px;
        display: block;
        transition: all 0.2s ease-in-out;
    }
    .offcanvas_btn .btn {
        display: inline-block;
        padding: 10px 10px !important;
    }

    .mobile_menu .signin {
        border: 1px solid #efe4e4 !important;
        background: #EEE;
    }
    
    .mobile_menu .signin:focus {
        background: #EEE !important;
    }


    .banner_content h1 {
        font-size: 36px;
    }

    .mobile_menu .nav-link:hover {
        color: var(--bs-primary);
    }


}

@media screen and (max-width: 767px) {
    .create_digital_card {
        text-align: center;
    }

    .pricing_sec .form-check.form-switch {
        margin-bottom: 11px;
    }

    .banner_content h1 {
        font-size: 29px;
    }

    .hero_content h3 {
        font-size: 35px;
    }

}

@media screen and (max-width: 575px) {
    .banner_content h3 {
        font-size: 23px;
    }

    .banner_content p {
        font-size: 14px;
    }

    .about_content h3 {
        font-size: 22px;
    }

    .hero_content h3 {
        font-size: 30px;
    }

    .hero_section {
        padding: 51px 0px;
    }

    .section_title h3 {
        font-size: 23px;
    }


}

@media screen and (max-width: 500px) {
    .banner_content h3 {
        font-size: 25px;
    }

    .fixed_btn {
        position: fixed;
        bottom: 42px;
        display: none;
        right: 20px;
    }

    .about_content h3 {
        text-align: center;
    }

    .email_signture_article h2 {
        text-align: center;
        font-size: 25px;
    }

    .hero_content h3 {
        font-size: 24px;
    }

}