
@media (min-width:250px) and (max-width: 768px) {
	ul.unorder-list {
    margin-left: 10px !important;
}

}


@media (min-width:320px) and (max-width: 600px) {
	.container-fluid {
		padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (min-width:320px) and (max-width: 600px) {
	.panel-heading-inner p, .panel-heading-inner i {
		font-size: 14px !important;
  }
}




@media (min-width: 1200px){
	.container-fluid .page {
    max-width: 1600px !important;
}
}




@media (min-width: 768px){
.col-md-4.col-sm-12.text-center.vizag-chapter-page {
    border-right: 1px solid #dbdbdb;
}
}

@media (min-width: 768px){
    .bdrt{
        border-right: 1px solid #dbdbdb;

    }

/* 

.col-md-3 {
    border-right: 1px solid #dbdbdb;
}
 */


}


	div#col3 {
		background-color: #f4f7f9 !important;
	}

	.panel-heading-row {
    margin-left: 0px;
    margin-right: 0px;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
}

#vizagchapter.container {
    margin: 10px auto 0px auto ;
    position: relative;
    max-width: 1600px;
    width: 100%;
    clear: both;
    padding: 0px;
}

.panel-group {
    margin-bottom: 20px;
}

#chapter-accordion .panel-heading {
    background-color: #dde5ea !important;
    cursor: pointer !important;
}

.panel-heading-inner p, .panel-heading-inner i {
    line-height: 32px;
    margin-bottom: 0px;
    font-size: 22px;
}

#chapter-accordion .panel-heading-inner .indicator {
    font-size: 15px;
}

.glyphicon-chevron-down.pull-right {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal !important;
    font-weight: 400;
    
}

#chapter-accordion .panel-body {
    padding: 0px 15px;
    background-color: #dde5ea;
}

#chapter-accordion .panel-body ul {
    margin: 20px 0 20px 0;
    padding-left: 1em;
    border-left: 1px solid #5bbe97;
    border-radius: 0;
}

i.indicator.glyphicon.glyphicon-chevron-down.pull-right {
    padding-left: 89px;
}