/* Large desktops and laptops */

@media (min-width: 1200px) {}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Portrait tablets and small desktops */

@media (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (max-width: 768px) {}


/* Landscape phones and portrait tablets */

@media (min-width: 568px) and (max-width: 767px) {}

@media (max-width: 600px) {}

@media (max-width: 768px) {}


/* Portrait phones and smaller */

@media (min-width: 315px) and (max-width: 768px) {
    .navbar .container {
        padding: 15px;
        box-shadow: -1px 0px 20px #00000038;
    }
    #navbarNavAltMarkup .navbar-nav {
        position: relative;
    }
    .navbar-nav .nav-link {
        padding: 10px 0px !important;
        border-right: none;
        border-top: 1px solid #cd922a21;
        line-height: 30px;
        text-align: center;
    }
    .support {
        padding: 12px 25px;
        margin: 30px auto 10px;
        width: 100%;
        text-align: center;
    }
    .banner .item {
        background-position: 70%;
    }
    .banner .banner_caption h1 {
        font-size: 30px;
        text-align: center;
    }
    .banner .banner_caption {
        left: 50%;
    }
    section {
        padding: 30px 0;
    }
    .the_title {
        font-size: 25px;
        line-height: normal;
    }
    .meta_title {
        font-size: 12px;
    }
    .the_title:after {
        width: 80px;
        top: auto;
        margin: 8px 0;
    }
    .about p.sp:first-letter {
        font-size: 40px;
        float: none;
        margin-right: 0;
    }
    .about .btn_primary.hidden-xs {
        display: none;
    }
    .about .btn_primary.hidden-lg {
        display: block;
        margin: 30px auto 0;
    }
    .practice_container {
        margin: 8px 15px 0;
    }
    .practices .btn_primary {
        margin: 30px auto 0;
    }
    .news_container {
        padding: 0;
    }
    .news .btn_primary {
        margin: 30px auto 0;
    }
    .news_container h5,
    .news_container .time,
    .hoverbox h4,
    .meta_title,
    .the_title,
    .about p {
        /*text-align: center;*/
    }
	 .about .the_title, .about p, .about .meta_title {
        text-align: center;
    }
	.about h3:after	{
		margin: 8px auto;}
    .hoverbox h4 {
       /* left: 10px;
        right: 0;*/
    }
    .navbar-light .navbar-toggler {
        border: none;
    }
    .practice {
        height: 150px;
    }
    .contact_section .the_title {
        margin-bottom: 30px;
        line-height: 45px;
    }
    .innerbanner {
        height: 250px;
    }
    .innerbanner h1 {
        top: 70%;
        font-size: 25px;
    }
    .contact_section p {
        text-align: left;
    }
    form button {
        padding: 10px 40px;
        transition: all .8s ease;
        display: block;
        margin: 0 auto 30px;
    }
    .side_div h4 {
       /* text-align: center;*/
        font-size: 18px;
    }
    .common_list li i {
        display: none;
    }
    ul.common_list li {
        display: list-item;
        list-style-type: circle;
    }
    ul.common_list {
        padding: 0 15px;
    }
    .dropdown_menu {
        position: relative;
        padding: 0;
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        text-align: center;
        height: 0;
        overflow: hidden;
    }
    .dropdown_menu:after {
        display: none;
    }
    .dropdown_menu li a i {
        display: none;
    }
    .dropdown_menu .nav-link {
        border: none !important;
    }
    .accordion>.card .card-header h5 {
        font-size: 15px;
    }
    .accordion {
        margin-bottom: 50px;
    }
    .career-list li h4,
    .career-list li ul li {
       /* text-align: center;*/
    }
    .career-list li button {
       /* margin: 30px auto;*/
	   margin-left:20px;
        display: block;
    }
	.career-list li ul span, .career-list li ul div{
		    display: contents;
			}
	.career-list li ul {
    margin-left: 17px;
}		
 .career-list li button {margin-left: 0px;}
    .modal-body,
    .modal-header {
        padding: 16px;
    }
    .modal .lawyer_details .name {
        margin-top: 15px;
    }
    .modal .lawyer_details .contact {
        margin-top: 20px;
    }
    .valuebox {
       /* text-align: center;*/     padding: 15px 20px;
        /*border-bottom: none !important;*/
    }
    .valuebox:last-child {
       /* border-bottom: 1px solid #a79372 !important;*/
    }
}