/* Responsive (Mobile) Design
**********************************************************/
@media (min-width:1025px) and (max-width:1400px) {}
@media (min-width:993px) and (max-width:1024px) {
	.navbar-light .navbar-nav .nav-link {
	font-size: 13px;
	padding: 37px 5px 10px 5px;
}
.cs-ua-boxes {
	height: 100% !important;
}
}

@media (min-width:993px) {
	.login-outer .row{
		width: 80%;
	}
	.word-break-down.acknowledgement-email-text {
	position: relative;
	top: -50px;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link {
	display: inline-block;
}
.navbar-nav {
	display: inline;
}
.must-head .nav-item.nav-pro.d-inline-block #dropdownMenuButton {
	font-size: 14px;
}
	
}
@media (max-width:992px) {
	.homeAbout .imgVideoOuter{
		margin-bottom: 20px;
	}
	.footer .secTop h4 {
	    margin-bottom: 10px;
	    margin-top: 20px;
	}
	.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-pro{
		padding: 8px 14px;
	}
	.tiles .textContent .secHeading{
		margin-top: 20px;
	}
	#case-details .case-details_imgs img {
	object-fit: cover;
}

}
@media (min-width:768px) and (max-width:992px) {.boxLay .out .btText a {
	font-size: 18px;
}
	.boxLay .out .btText p {
	font-size: 14px;
  }
}
@media (max-width:768px) {
.navbar-light .navbar-toggler {
	background: #d2e9f2;
}
.must-head .navbar-nav.ml-auto a {
	color: #1c1b1b !important;
}
.navbar-collapse {
	background: #f5f5f5;
}
.must-head .nav-item.nav-pro.d-inline-block #dropdownMenuButton {
	color: #1c1b1b !important;
}
.cs-ua-boxes {
	height: 100% !important;
}
.homeProfile .userName h3 {
	text-align: left;
}
#case-details .case-details_imgs {
		width: 100% !important;
 }
}
@media (max-width:767px) {
	.login-outer{
		height: auto;
		padding: 40px 0;
	}
	.login-outer .container {
	    position: relative;
	    top: 0%;
	    transform: translateY(0%);
	}
	.login-outer .container .p-5{
		padding: 16px !important;
	}
	.homeBanner .bannerTextOuter h1{
		font-size: 30px;
	}
	.homeBanner .bannerTextOuter p{
		font-size: 12px;
	}
	.homeAbout, .homeProfile{
		text-align: center;
	}
	.homeAbout .textContent .secHeading{
		text-align: center;
	}
	.homeAbout .textContent .secHeading hr {
	    margin: auto;
	}
/*#dropdownMenuButton {
	margin-left: 10px;
	left: 20px;
}*/
.navbar-light .navbar-nav .nav-link.active {
	border-bottom: none;
	color: #0072DF !important;
}
.primary-header-cls {
	overflow-x: hidden;
}
.split-med p a, .split-med p {
	word-wrap: normal;
	white-space: normal;
	word-break: break-all;
	font-size: 15px;
	display: block;
}
#dropdownMenuButton {
	width: 100%;
	text-align: left;
	float: left;
	margin-left: 0px;
	border-radius: 0;
}


}

@media (max-width:480px) {
    .homeBanner .bannerTextOuter h1 {
		padding: 0 25px;
		font-size: 24px;
}
	
	.split-med p a, .split-med p {
	font-size: 13px

}

}


/* iphone 6+ landscape */
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation: landscape) {}
/* iphone 6 + */
@media only screen and (min-device-width:414px) and (max-device-width: 420px) and (orientation: portrait) {}
/* iphone 6 portrait */
@media only screen and (min-device-width: 374px) and (max-device-width: 375px) and (orientation: portrait) {}
/* iphone 6 landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {}
@media (max-width:320px) {}
