/*1399 css*/

@media screen and (max-width:1399px){
    .banner-section{
        padding-top: 200px;
        padding-bottom: 150px;
    }
    
    .banner-wrapper .banner-content .title{
        font-size: 34px;
        line-height: 52px;
    }
    
    .about-content .subtitle{
        font-size: 28px;
        line-height: 36px;
    }
    
    .section-header p{
        font-size: 24px;
    }
    
    
    .breadcrumb-area .breadcrumb-inner {
        padding: 200px 0 110px 0;
    }
    
    .breadcrumb-area .page-title {
        font-size: 34px !important;
        line-height: 48px !important;
    }
}



/*1199 css*/

@media screen and (max-width:1199px){
    .banner-section {
        padding-top: 170px;
        padding-bottom: 110px;
    }
    
    .banner-wrapper .banner-content .title{
        font-size: 28px;
    }
    
    .about-content .subtitle{
        font-size: 26px;
    }
    
     .dashed_img{
        display:none;
    }
}



/*991 css*/

@media screen and (max-width:991px){
    .about-img {
        width: 70%;
    }
    
    .about_img_position{
        text-align: center;
    }
    
    .feature-item-icon img{
        height: 160px;
    }
    
    
    .row_reverse{
        flex-direction: column-reverse;
    }
    
    .choose_img img {
        width: 75%;
    }
    .choose_img{
        text-align: center;
    }
    
    .cta_img{
        position: static;
        text-align: center;
        margin-top: 30px;
    }
    .cta_img img {
        width: 40%;
    }
    
    .newsletter-content{
        max-width: 100%;
    }
    
    .f_add li a{
            display: flex;
    }
}


/*450 css*/

@media screen and (max-width:450px){
    .banner-section{
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
        padding-top: 125px;
        padding-bottom: 60px;
    }
    
    .banner-wrapper .banner-content .title {
        font-size: 26px;
    }
    
    .banner-wrapper .banner-content{
        text-align: center;
    }
    .circle_img img {
        width: 40px;
    }
    
    .down_img img {
        width: 30px;
    }
    .about-img {
        width: 100%;
    }
    .about-content .subtitle {
        font-size: 24px;
    }
    .about-content .title{
        font-size: 20px;
    }
    
    .wrk_2 {
        top: -65px;
    }
    
    .wrk_2 img {
        width: 100px;
    }
    .wrk_1 img {
        width: 120px;
    }
    .wrk_1{
        bottom: -10%;
    }
        .feature-item-icon img {
        height: 220px;
    }
    .section-header p {
        font-size: 22px;
        line-height: 35px;
    }
    .choose_img img {
        width: 80%;
    }
    
    .cta_img img {
        width: 75%;
    }
    
    .newsletter-content{
        padding-top: 10px;
    }
    .download_app_section{
        padding-bottom: 40px;
    }
    .app-btn-grp a img {
        max-width: 80%;
    }
    
    .header-wrapper .logo img{
        width: 100px;
    }
    
    .breadcrumb-area .breadcrumb-inner {
        padding: 140px 0 75px 0;
    }
    
    .breadcrumb-area .page-title {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    
    .connect-head {
        font-size: 24px;
    }
    
    .contact-img img {
        height: 200px;
    }
}




















