/**** Media Query ****/

ul.menu-top .hide-menu{display:none;}
.menu-wrap {display: none;}
.no-scroll {overflow: hidden;}

@media (min-width:1601px){
	
}
@media (min-width:1401px){
	.container{
		max-width:1366px;
	}
}
@media (min-width:992px) and (max-width:1400px){
	.container{
		max-width:1200px;
	}
}
@media (max-width: 1400px) {
	.banner-contact-form .wpcf7 {   
    margin-top: -60px;
}
.banner-home .inner-content {
    margin-top: 50px;
}
	ul.menu-top li {
		padding: 10px 10px;
	}
	.footer-nav ul li {
		padding: 0px 8px;
	}
	.footer-nav ul li a {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	
	
	.h2 .h2, h2, .heading, h2.title{
		font-size:40px;
	}
	.menu-header {
		display: none;
	}
	ul.menu-top .hide-menu{
		display:block;
	}
	.main-header .container{
		max-width:100%;
	}
	.main-menu {
		padding-right: 60px;
		position: relative;
	}
	.wrap-header {
		position: absolute;
		right: 0;
		top: 50%;
		width:auto;
		transform: translateY(-50%);
	}
	.wrap-header {
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end! important;
	}
	header.main-header{
		height: 90px;
	}
	.menu-wrap {
		background-color: #001c1d;
		position: fixed;
		top: 90px;
		height: 100%;
		width: 100%;
		right: -100%;
		font-size: 1em;
		font-weight: 700;
		overflow: auto;
		transition: .5s;
		z-index: 12;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
	}
	.menu-full-wrapper {
		width: 100%;
		position: absolute;
		top: 0;
		text-align: left;
	}
	.menu-show {
		right: 0;
		max-width: 100%;
	}
	.menu-sidebar {
		margin: 0;
		position: relative;
		top: 0;
		width: 100%;
		margin-left: auto;
		height: 100%;
		padding-bottom: 50%;
	}
	.menu-bar-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	.menu-sidebar .menu-bar-wrapper li {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		margin: 0;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 0;
	}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
		border-top: 1px solid rgba(255, 255, 255, 0.2); 
	}
	.menu-sidebar .menu-bar-wrapper li:last-child{
		border: none;
	}
	.menu-sidebar .menu-bar-wrapper li > a {
		color: #fff;
		padding: 12px 20px;
		position: relative;
		display: block;
	}
	.menu-sidebar .menu-bar-wrapper li > a:hover:after {
		opacity: 1;
	}
	.menu-sidebar .menu-bar-wrapper li > a:hover {
		color: #fff;
		width: 100%;
	}
	.menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
		background-color: #f26322;
	}
	.menu-sidebar .sidebar-menu-arrow:after {
		content: "";
		cursor: pointer;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		display: inline-block;
		width: 10px;
		height: 10px;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin: auto;
		position: absolute;
		right: 15px;
		top: 50%;
		bottom: 0;
		margin-top: -5px;
	}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
		transform: rotate(135deg); 
		display: block; 
		margin:0;
	}
	.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
		color: #0e2743;
	}
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
		font-weight: 500; 
		background-color: #e93941;
		color: #fff;
		width: 100%;
	}
	.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
		opacity: 1;
	}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
		position: relative;
	}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 54px;
		width: 44px;
		background-color: transparent;
	}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
		display: none; 
		background: none;
	}
	.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
	}  
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
		font-size: 16px;
		padding-left: 30px;
	}
	.menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
		font-size: 16px;
	}
	.sidebar-menu-arrow::after {
		cursor: pointer; 
		content: ""; 
		position: absolute; 
		top: 0px; 
		margin: auto; 
		bottom: 0px; 
		right: 0; 
		background-size: 14px;
		height: 40px; 
		width: 40px;
	}
	.menu-sidebar .menu-bar-wrapper li .sub-menu li a:after{
		display: none;
	}
	.menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
		padding-left: 50px;
	}
	body.nav-open-menu {
		position: fixed;
		overflow: hidden;
	}
	.menu-button {
		height: 25px;
		width: 35px;
		position: relative;
		margin-left: 0;
	}
	.menu-button .menu-bar {
		position: absolute;
		transition: .5s;
		opacity: 1;
		margin: 0 auto;
		width: 35px;
		right: 0;
		left: 0;
		background: #fff;
		height: 2px;
		border-radius: 10px;
	}
	.menu-button:hover { 
		cursor: pointer;
	}
	.menu-button .menu-bar-top {
		top: 0px;
	}
	.menu-button .menu-bar-middle {
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		margin-left: auto;
		margin-right: 0;
	}
	.menu-button .menu-bar-bottom {
		top: auto;
		bottom:0px;
	}
	.menu-button.button-open {
		z-index: 13;
	}
	.menu-button.button-open {
		z-index: 13;
	}
	.button-open .menu-bar-middle {
		background-color: #fff;
		transform: translate(230px);
		transition: .1s ease-in;
		opacity: 0;
	}
	.menu-button.button-open .menu-bar-top {
		transform: rotate(45deg) translate(8px, 8px);
		transition: .5s;
		top: 0;
		background: #fff;
		opacity: 1;
	}
	.menu-button.button-open .menu-bar-bottom {
		transform: rotate(-45deg) translate(10px, -12px);
		transition: .5s;
		right: 0;
		background: #fff;
		top: 27px;
		bottom: auto;
	}
	.sub-menu li ul.sub-menu {
		position: static;
	}
	.banner-home {
		background-position: center 0;
	}
	.banner-home .banner-title {
		font-size: 90px;
		line-height: 90px;
	}
	.banner-home .banner-subtitle {
		font-size: 32px;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.banner-home .banner-des {
		line-height: 30px;
		font-size: 24px;
	}
	.banner-home .banner-des h1{
		line-height: 30px;
		font-size: 24px;
	}
	.banner-home .banner-des strong {
		font-size: 38px;
	}
	.footer-nav ul li {
		padding: 10px 10px;
	}
	.quick-links .footer-heading {
		font-size: 16px;
		padding: 13px 10px;
		width: 150px;
	}
	.quick-links .footer-nav { 
		width: calc(100% - 150px);
		width: -webkit-calc(100% - 150px);
		width: -moz-calc(100% - 150px);
	}
	ul.menu-top li {
		padding: 10px 10px;
	}
	.menu-top li a {
		font-size: 14px;
	}
	.practice_areas_sec .img_col figure {
		width: auto;
	}
	.practice_list .practice h5 {
		font-size: 17px;
	}
	
	.banner-home .inner-content a.btn {
		width: 100%;
		max-width: 465px;
	}


}

@media (max-width:1080px) {
	.banner-contact-form .wpcf7 {
		margin-top: -50px;
	}
	.result-block .large-title {
		font-size: 28px;
	}
	.home-preserving-sec .inner_content {
		padding-bottom:50px;
	}
	.fullwidth-box {
		padding-bottom: 30px;
		box-shadow: 0px -20px 30px 0 rgba(0,0,0,0.15);
	}
	.fullwidth-box::before, .fullwidth-box::after{
		display:none;
	}
	.nap-address-block {
		padding-left: 30px;
	}
	.quick-links {
		flex-flow: wrap;
	}
	.quick-links .footer-heading {
		border: 2px solid rgba(255,255,255,0.3);
		width: 100%;
		border-bottom: none;
	}
	.quick-links .footer-nav {
		width: 100%;
	}
}

@media (max-width: 991px){
	.page-banner .banner-title {
		font-size: 45px;
		line-height: 50px;
	}
	.space-pd {
		padding: 50px 0;
	}
	.space-mr {
		margin: 50px 0;
	}
	.mainpage h1, .postlist-single h1 {font-size: 36px;}
	.mainpage h2, .postlist-single h2 {font-size: 32px;}
	.mainpage h3, .postlist-single h3 {font-size: 28px;}
	.mainpage h4, .postlist-single h4 {font-size: 24px;}
	.mainpage h5, .postlist-single h5 {font-size: 20px;}
	.mainpage h6, .postlist-single h6 {font-size: 18px;}
	.h2 .h2, h2, .heading, h2.title {
		font-size: 38px;
	}
	.top-logo {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.top-menu {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.main-header .ph-number span {
		display: none;
	}
	.banner-contact-form .wpcf7 {
		margin-top: 0;
	}
	.home-about-section .img-block {
		display: inline-block;
		margin: 0 auto 20px;
	}
	.logo-listing {
		margin-top: 20px;
	}
	.home-hire-sec {
		background-image:none!important;
		background-color: #f26322;
	}
	.image-mb{
		display: block!important;
		margin: 20px 0px;
	}
	.top-neg-100{
		position: relative;
		top: 0px;
	}
	.result-block .small-title{
		font-size:14px;
	}
	.result-block .large-title {
		font-size: 26px;
	}

	.home-preserving-sec {
		padding: 50px 0 !important;
	}
	.nap-address-block {
		padding-left: 0;
	}
	
	.quick-links {
		display: block;
		text-align: center;
	}
	.quick-links .footer-heading {
		border: none;
		width: 100%;
		height: auto;
	}
	.quick-links .footer-nav {
		width: 100%;
		height: auto;
		padding: 10px 15px;
		display: block;
	}
	.footer-logo {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer .ph-number {
		display: inline-flex;
		margin-right: 0;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
	.copyright {
		margin-top: 30px;
		padding: 0;
	}
	.copyright-text {
		text-align: center;
		margin-top: 5px;
	}
	.copyright .col-lg-6:first-child {
		order: 1;
	}
	.ed-heading {
		font-size: 22px;  
	}
	.practice-listing .pa-box:hover {
		transform: scale(1.0);
		box-shadow: none;
	}
	.favorite-list-box {
		width: 100%;
	}
	.bg-white-right::before, .bg-white-right::after{
		display:none;
	}
	.ed-heading::after{
		background:#F0F7F7;
	}
	.home-connecticut-sec .img-block {
		text-align: center;
		margin: 0 0 25px;
	}
	.home-connecticut-sec .img-block img{
		margin:0 auto;
	}
	.home-preserving-sec .inner_content {
		padding-bottom: 0;
	}
	.home-preserving-sec img {
		margin-bottom: 20px;
	}
	.fullwidth-box {
		margin-top: 0;
	}
	.nap-address-block .footer-map {
		height: 550px;
	}
	.blog-list, .postlist-single {
		padding-right: 0;
	}
	aside.blog-sidebar.fullwidth {
		margin-top: 40px;
	}
	.our-media-list .btn {
		position: static;
	}
	.our-media-list{
		padding-bottom:0;
	}
	.home-works-sec img.desktop-view-img{
		display:none !important;
	}
	.step-lists .step-box .icon-box {
		display:flex;
	}
	.banner-home{
		background-position: -25vw center;
		padding-top: 90px;
		background-origin: content-box;
		background-color: #000000;
	}
}
@media (max-width: 767px){
	
	.page-banner .banner-title {
			display: block;
		}


	.banner-home{
		height:auto;
	}
.attorney-img img {
    display: inline-block;
    max-width: 251px;
}
	.footer-nav ul li {
		display: block; 
	}
	.blog-list .blog-title {
		font-size: 28px;
		line-height: 35px;
	}
	.footer-nav ul li a {
		display: inline-block;
		line-height: normal;
	}
	.sidebar-heading, .sidebar-list .widget-title{
		font-size:28px;
	}
	
	.banner-home .inner-content a.btn {
		max-width: max-content;
	}
	

	.practice-listing .pa-box {
		border: 1px solid rgba(255,255,255,0.3);
		 text-align: center;
	}
	
	.practice-listing .pa-box .title {
			margin-top: 0;
		}
   .practice-listing .pa-box .arrow-icon {
    display: none;
}

.practice-listing .pa-box .hover-bg {
    display: none !important;
}

.practice-listing .pa-box .description {
    display: none !important;
}

}  

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){
	.banner-home {
		height: 600px;
	}
	.banner-home .banner-title {
		font-size: 60px;
		line-height: 75px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.banner-home {
		height: 600px;
	}
	.banner-home .banner-title {
		font-size: 55px;
		line-height: 75px;
	}
}

@media (min-width:768px) and (max-width:991px){
	.team-listing img.featured-img {
		height: 350px;
	}
}

/* Small Devices View */ 
@media (max-width: 767px){
	
	.banner-home .inner-content {
    margin-top: 100px;
}

header#header {
    background: rgba(49, 50, 52, 0.9) !important;
}
	
	.text-white a {
    color: #007bff;
}

.text-white .phno_block a {
    color: #fff;
}

.text-white a.white-hover-btn{
	color:#fff;
}


	.page-banner .banner-title {
		font-size: 40px;
		line-height: 45px;
	}
	.h2 .h2, h2, .heading, h2.title {
		font-size: 35px;
	}
	.home-single-linetext {
		font-size: 18px;
		line-height: 1.5;
	}
	.our-media-lists-image {
		height: 300px;
	}
	.our-media-list-logo {
		width: 130px;
	}
	.our-media-list-heading {
		font-size: 26px;
	}
	
	.home-testimonial .col-lg-4 {
    text-align: center;
}

.home-testimonial {
    background: rgba(1, 127, 126, 0.06);
}

.result-sec {
    padding-top: 25px !important;
}

.resultSlider .slick-arrow {
    right: 75px;
}
.resultSlider .slick-next {
    left: auto;
    right: 15px;
}

.banner-contact-form .wpcf7 {
    border: 0;
}

.banner-contact-form .wpcf7 input, .banner-contact-form .wpcf7 textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    /* height: 50px; */
}


.attorney-img {
    display: block;
    text-align: center;
    font-size: 0;
}

/*
.home-pa-sec .practice-listing .pa-box svg path {
    fill: #124a9d;
}*/  

.home-pa-sec .practice-listing .pa-box .title {
    color: #fff;
}



.resultSlider .slick-list, .resultSlider .slick-list .slick-track {
    align-items: flex-start;
	    display: inherit;
}

.banner-home .banner-text {
    text-align: center;
}


.banner-home .banner-title-img {
    margin-bottom: 0;
}



.banner-contact-form ::-webkit-input-placeholder {
	color: #124a9d;
}
.banner-contact-form ::-moz-placeholder {
	color: #124a9d;
}
.banner-contact-form :-ms-input-placeholder {
	color: #124a9d;
}
.banner-contact-form :-moz-placeholder {
	color: #124a9d;
}

.banner-contact-form input, .banner-contact-form textarea{
	color: #124a9d;
}

.banner-contact-form h2 {
    color: #124a9d;
    font-weight: 600;
}


}

/* Iphone X */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) { 
	.banner-home{
		height:550px;
	}
	.banner-home .banner-title {
		font-size: 45px;
		line-height: 60px;
	}
}


@media (max-width:575px){
	.home-pa-sec .inner_content {
    text-align: center;
}
	.top-logo {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
	.top-menu {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
	.main-menu {
		padding-right: 55px;
	}
	.main-header .ph-number svg, .main-header .ph-number img {
		margin-right: 0;
	}
	.main-header .ph-number {
		margin-right: 15px;
	}
	.main-header .ph-number a{
		font-size:0;
	}
	.page-banner .banner-title {
		font-size: 27px;
		line-height: 40px;
	}
	
	.banner-home .banner-title {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-home .banner-subtitle {
		font-size: 22px;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	.banner-home .banner-des {
		line-height: 30px;
		font-size: 18px;
	}
	.banner-home .banner-des h1{
		line-height: 30px;
		font-size: 18px;
	}
	.banner-home .banner-des > p{
		margin-bottom:0;
	}
	.banner-home .banner-des strong {
		font-size: 26px;
	}
	.banner-home .btn {
		font-size: 14px;
		padding: 10px 20px;
		margin-top: 15px !important;
	}
	.banner-contact-form .wpcf7 {
		box-shadow: none;
		padding: 20px 0;
	}
	.home-about-section .html5lightbox {
		width: 55px;
		height: 55px;
	}
	.home-about-section .html5lightbox .icon, .home-about-section .html5lightbox .icon svg, .home-about-section .html5lightbox .icon img {
		width: 30px;
		height: 30px;
	}
	.practice-listing .pa-box {
		height: auto;
		margin: 0 auto;
	}
	.practice-listing .pa-box:hover{
		transform:none;
	}
	.home-about-section .inner_content ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.testimonial-page .client_details .quote-icon {
		top: -15px;
		height: 30px;
		width: 30px;
	}
	.sub-blue-heading {
		font-size: 20px;
		padding: 13px 44px 13px 20px;
	}
}

/* Extra Small Devices View */  
@media (max-width: 480px){
	.h2 .h2, h2, .heading, h2.title {
		font-size: 32px;
	}
	.btn {
		white-space: break-spaces;
	}
	h2.heading br {
		display: none;
	}
	.result-block{
		display:block;
		padding-right: 0;
	}
	.result-block .light-box, .result-block .dark-box{
		width:100%;
		text-align: center;
	}
	.ph-number span {
		display: none;
	}
	.btn {
		font-size: 15px;
		padding: 12px 22px;
	}
}
@media (max-width:420px){
	
}
@media (max-width:380px){
	.h2 .h2, h2, .heading, h2.title{
		font-size: 28px;
	}
}