   
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++
[ RESPONSIVE STYLESHEET ]
AUTHOR : VIJAYAN PP
PROJECT : AM-D
VERSION : 1.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/




/*......................................................
	MOBILE LAYOUT
........................................................*/
@media ( max-width: 768px ) {
  .news-right.col-md-8 {
	padding: 5px 5px 0px 5px;
}
   .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
    .TopLeft {
	padding-right: 0px !important;
}
    .BottomLeft {
	padding-right: 0px !important;
} 
    
.menu-left {
	float: left;
	width: 100%;
}

.col-md-6.Bottom-2 {
	display: none;
}
.col-md-4.Bottom-1 {
	width: 50%;
	float: left;
}
.col-md-2.Bottom-3 {
	width: 50%;
	float: left;
}
}
@media ( max-width: 585px ) {
    ul.megamenu li a {
	float: left;
	text-decoration: none;
	width: 100%;
}
    .titlesearch {
	display: none;
}
    .BoxSearchLeft {
	width: calc(100% - 115px);
}
    .app-board {
        width: 100%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
.navbar-collapse {
	background-color: #257525;
	width: 100%;
	padding: 0px !important;
}
.navbar-collapse li {
	float: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
    .TopLeft {
	padding-right: 0px !important;
}
    .BottomLeft {
	padding-right: 0px !important;
}
    .col-md-6.Bottom-2 {
	display: none;
}
    .col-md-4.Bottom-1 {
	padding-left: 10px;
}
    .col_right {
	float: right;
	margin: auto;
	width: 100%;
}
.col_right > p {
	float: left;
	width: 50%;
}
.advert {
	display: none;
}

.col-md-4.Bottom-1 {
	width: 100%;
	float: none;
}
.col-md-2.Bottom-3 {
	width: 100%;
	float: none;
}
}
