@media screen and (min-width: 1200px){
	.contactus_Wrapper {
		margin-right: 30px;
	}
	.GetIntouch_wrapper {
		margin-left: 30px;
	}

}


@media screen and (min-width: 992px) {
	.footerImage {
		max-width: 308px;
        position: absolute;
        bottom: 50px;
        right: 20px;
        padding-top: inherit;
        margin: inherit;
}
.footercontent_section {
    font-size: 60px;
    line-height: 70px;
}
.newsletter_form_rapper {
    padding-left: 50px;
}
.btnDsk {
display: none;
}
.mMegamenu {
display: none;
}
.nav_menu li a {

    line-height: 55px;
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {
	.footerImage {
        bottom: 250px;
}
.counter {
	    font-size: 40px;
}
.counter-box p {
	font-size: 18px;
}
.howTagline_wrapper {
	right: 20px;
    bottom: 20px;
}
.contactCard {
	padding:40px;
}

}
@media screen and (max-width: 991px){
	.toggle_menu div:first-child {
    margin-top: 0px;
}
.toggle_menu div:last-child {
    margin-bottom: 0px;
}
.toggle_menu {
         display: inline-block;
        position: relative;
        z-index: 99;
       border: 1px solid #808080;
       border-radius: 4px;
        width: 40px;
        padding: 6px;
        text-align: center;
        background: #2c2c2c;
}
.nav_menu, .cldone  {
display: none !important;
}
.navigation_menu {
    text-align: right;
}
.myStyle {
    position: fixed;
        display: block !important;
        background-color: #3d3d3d;
        z-index: 99;
        width: 100%;
        left: 0px;
        max-width: 260px;
        right: 0;
        top: 0;
        bottom: 0;
        transition: 0.4s all ease-in-out;
        padding: 20px;
        text-align: left !important;
}
.myStyle li {
	display: block;
}
.myStyle li a {
	color: #fff;
	        display: block;
        margin-bottom: 10px;
}
/* Submenu styles for responsive/mobile menu */
.myStyle .submenu_dropdown {
	position: static;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transform: none;
	background: #fff;
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 0;
	width: calc(100% - 30px);
	border: none;
	border-radius: 8px;
	box-shadow: none;
	transition: all 0.3s ease;
	padding: 0;
}
.myStyle .submenu_dropdown.submenu_active {
	opacity: 1;
	visibility: visible;
	max-height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 0;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.myStyle .submenu_dropdown li a {
	color: #1A1A1A !important;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.myStyle .submenu_dropdown li a:hover {
	color: #1A1A1A !important;
	padding-left: 16px;
	background: #f5f5f5;
}
.myStyle .submenu_dropdown li a svg {
	color: #1A1A1A !important;
	fill: #1A1A1A !important;
}
.myStyle .submenu_dropdown li a:hover svg {
	filter: none;
	transform: none;
	color: #1A1A1A !important;
	fill: #1A1A1A !important;
}
.myStyle .submenu_dropdown li a::before {
	display: none;
}
.myStyle .submenu_list > a {
	cursor: pointer;
	position: relative;
	padding-right: 30px;
}
.myStyle .submenu_list > a::after {
	content: '+';
	position: absolute;
	right: 0;
	font-size: 20px;
	font-weight: bold;
	transition: transform 0.3s ease;
	line-height: 1;
}
.myStyle .submenu_list > a.submenu_open::after {
	content: '−';
}
.btnDsk {
text-align: center;
}
.bannerContent h2 {
font-size: 60px;
    line-height: 70px;
}
.bannerContent {
	top: 24px;
    bottom: 48px;
}
.counter-box  {
margin-bottom: 24px;
}
.mission_img, .vission_content {
	margin-right: 0px;
}
.mission_content, .vission_img {
	    margin-left: 0px;
}
.mission_content , .vission_img{
margin-top: 24px;
}
.howTagline_wrapper {
	right: 20px;
    bottom: 20px;
}
.howTagline_wrapper h3 {
	    font-size: 24px;
    line-height: 30px;
}
.about_player svg {
    width: 40px;
    height: 40px;
}
.contactCard , .contactForm_wrapper{
	padding:40px;
}
.contactCard {
	flex-wrap: wrap;
}
.bannerContent {
max-width: 720px;
}
.futureBuilding_card {
margin-bottom: 24px;
}
.shakhaActivities_card {
	margin-bottom: 16px;
}
.dMegamenu {
display: none;
}
/* Hide mega menu section in responsive view */
@media screen and (max-width: 991px) {
	.megamenu_list .megaMenu_section {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	.megamenu_list:hover .megaMenu_section,
	.megamenu_list:focus .megaMenu_section,
	.megamenu_list:focus-within .megaMenu_section {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	.megamenu_list > a {
		pointer-events: auto;
		cursor: pointer;
	}
	.megamenu_list > a:hover,
	.megamenu_list > a:focus {
		text-decoration: none;
	}
	/* Prevent any interaction with mega menu content in responsive */
	.megaMenu_section,
	.megaMenu_section * {
		pointer-events: none !important;
		display: none !important;
	}
}
.sevikaActivity_card , .Annual.Reports_card , .social_card_wrapper, .clientCard{
	margin-bottom: 24px;
}
.Newdetails_bannerContent h2 {
		font-size: 60px;
	line-height: 70px;
}
.Newdetails_bannerContent {
	bottom: 20px;
}
}
@media screen and (max-width: 767px) {
	.socialBtn {
		margin-bottom: 15px;
	}
	.footercontent_section {
		margin-bottom: 24px;
	}
	.divider {
		margin-top: 60px;
	}
	.socialsection {
		padding-top: 60px;
    padding-bottom: 60px;
	}
	.footerMenu {
    margin-bottom: 24px;
}
.bannerContent {
	top: 16px;
    bottom: 16px;
}
.bannerContent h2{
	font-size: 40px;
	line-height: 50px;
}
.accordion-body {
	    padding-right: 0px;
}
.GetIntouch_wrapper{
	margin-top: 40px;
	margin-left: 0px;
}
.bannerContent {
  max-width: 540px;
}
.faqview_Btn {
	text-align: left;
	margin-top: 24px;
}


}
@media screen and (max-width: 575px) {
	.footer_section {
		display: block!important;
	}
	.footerMenu ul li a {
		    font-size: 18px;
    line-height: 24px;
	}
	.footerMenu h4 {
		    font-size: 20px;
    line-height: 24px;
	}
	.bannerContent h2 , .Newdetails_bannerContent h2{
	font-size: 30px;
	line-height: 40px;
}

}
/* Trending news responsive styles */
@media screen and (max-width: 991px) {
	.trending_news_section .trending_row {
		margin: 0;
	}
	.trending_news_section .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.trending_news_section .trending_label_col {
		padding-left: 0 !important;
		padding-right: 8px !important;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.trending_news_section .trending_marquee_col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		flex: 1 1 auto;
	}
	.trending_label {
		padding-right: 8px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.trending_label::after {
		width: 2px;
		height: 16px;
		margin-left: 0;
		right: 0;
	}
	.trending_marquee {
		padding-left: 8px !important;
	}
	.trending_marquee_content {
		font-size: 12px;
	}
	.trending_item {
		margin: 0 10px;
	}
	.trending_separator {
		margin: 0 6px;
	}
}
@media screen and (max-width: 767px) {
	.trending_news_section .trending_label_col {
		padding-right: 6px !important;
	}
	.trending_label {
		padding-right: 6px;
		font-size: 11px;
	}
	.trending_label::after {
		width: 1.5px;
		height: 14px;
	}
	.trending_marquee {
		padding-left: 6px !important;
	}
	.trending_marquee_content {
		font-size: 11px;
	}
	.trending_item {
		margin: 0 8px;
	}
}
@media screen and (max-width: 575px) {
	.trending_news_section {
		padding: 10px 0;
	}
	.trending_news_section .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.trending_news_section .trending_label_col {
		padding-right: 5px !important;
	}
	.trending_label {
		padding-right: 5px;
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	.trending_label::after {
		width: 1.5px;
		height: 12px;
	}
	.trending_marquee {
		padding-left: 5px !important;
	}
	.trending_marquee_content {
		font-size: 10px;
	}
	.trending_item {
		margin: 0 6px;
	}
	.trending_separator {
		margin: 0 4px;
		font-size: 12px;
	}
}
