@media only screen and (max-width: 991px) and (min-width: 300px) {
    .inner_bird_section>img {
        width: 100%;
       
    }
	
    .shape_section-area {
        position: relative;
        top: 40px;
    }
	
    .blue_shape {
        background: #2b3884;
        width: 100%;
    }
    .blue_shape::before {
        content: '';
        position: static;

    }
	
    .blue_shape {
        padding-top: 40px;
        padding-bottom: 100px;
        padding-left: 15px;
        position: relative;
        padding-right: 15px;
    }
	
    .inner_blue_shape>h4 {
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 600;
    }
	
    .inner_blue_shape>h4>br{
        display: none;
    }
	
    .inner_blue_shape>h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }
	
    span.icon>img {
        width: 30px;
    }
	
    .contact_point {
        text-align: center;
    }
    
    .contact_information {
        text-align: center;
        margin: 15px 0px;
    }
	
    .main_left_logo>img {
        width: 190px;
    }
	
    .main_left_logo {
        text-align: center;
    }
	
    .main_contact_information {
        margin-top: 25px;
    }
	
    .inner_story_heading {
        border-bottom: 4px solid #2b3884;
        padding-bottom: 10px;
        padding-left: 0;
        text-align: center;
    }
	
    .bottom_main_content_area {
        margin-top: 30px;
        padding-left: 0;
    }
	
    .bottom_main_content_area::after {
      
        width: 0;
       
    }
	
    .inner_shape_footer_on::after {
        content: '';
        position: static;
      
    }
	
    .footer_heading>h4 {
        color: #545454;
        width: 100%;
        
    }
	
    .inner_shape_one>ul {
        list-style: unset;
        padding-left: 20px !important;
    }
	
    .footer_top_shape_inner::after {
        content: '';
        right: -46px;
     
    }
	
    .qr_code_area {
        margin-top: 40px;
    }
	
    .red_shape::before {
       
        right: -91px;
    }
	
    .inner_story_heading>h2 {
    
        font-size: 38px;
        font-family: 'Oswald';
    }
	
    .main_left_logo {
        margin-bottom: 30px;
    }
	
    .brand_suport_logo {
        height: 100%;
        margin-bottom: 30px;
    }
	
    .inner_brand_suport_logo.secondd>img {
        height: 100%;
        width: 200px;
    }
	
    .inner_qr_code_area>img {
        width: 70%;
        margin: 0px auto;
    }
	
    .inner_qr_code_area {
        width: 100%;
        text-align: center;
 
    }
	
	.who_we_are {
		margin-top: 65px;
	}
	
	.to-top.active {
		bottom: 28px;
	}
	
	.to-top {
		padding: 6px 10px;
		right: 6px;
	}
	
	.to-top i {
		font-size: 16px;
	}
}