ul.slick-dots{
	padding-left: 0px;
    margin-left: 0px;
}
.top-nav-search {
	padding-top: 40px;
}
.top-nav-search ul {
	list-style: none;
    display: flex;
    background: #E9EEED;
    border: 1px solid #4E6FF6;
    border-radius: 10px;
    padding: 15px 20px;
    justify-content: space-between;
    margin: 0;
	 gap: 6px;
}
.top-nav-search li a {
	color: #1A2A6B;
    font-weight: 600;
    font-size: 16px;
    font-family: 'ATC Arquette';
    display: inline-block;
    line-height: 16px;
	cursor:pointer;
}
.search-form-new input[type="search"] {
	background: #E9EEED;
    border: 1px solid #4E6FF6;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'ATC Arquette';
    color: #1A2A6B;
    font-weight: 500;
}
.search-form-new input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1A2A6B;
}
.search-form-new input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #1A2A6B;
}
.search-form-new input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #1A2A6B;
}
.search-form-new input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: #1A2A6B;
}
.top-nav-search .col-md-8 {
	padding-right: 15px;
}
.top-nav-search .col-md-4 {
	padding-left: 20px;
}
.post-slider-left {
	flex: 0 0 auto;
    width: 62%;
    padding-right: 0;
    border: 1px solid #4E6FF6;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.post-slider-right {
	flex: 0 0 auto;
    width: 38%;
    /* padding-left: 0; */
    background: #E9EEED;
    padding: 50px 50px;
    border: 1px solid #4E6FF6;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.recent-post-slider {
	padding-top: 50px;
}
.recent-post-slider .slick-slide .row{
	--bs-gutter-x: 0;
	margin-right: 0;
	margin-left: 0;
}
.post-slider-left img {
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.post-slider-right h2 a {
	color: #1A2A6B;
    font-size: 27px;
    line-height: 36px;
    font-family: 'ATC Arquette';
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.post-slider-right p {
	color: #1A2A6B;
    font-family: 'ATC Arquette';
    font-size: 16px;
    line-height: 20px;
}
.custom-prev {
	background: transparent;
    width: 45px;
    height: 45px;
    padding: 0;
    position: absolute;
    left: -6%;
    top: 50%;
    transform: translate(0, -50%);
}
.custom-next {
	background: transparent;
    width: 45px;
    height: 45px;
    padding: 0;
    position: absolute;
    right: -6%;
    top: 50%;
    transform: translate(0, -50%);
}
.custom-next:focus,.custom-prev:focus {
	box-shadow: none;
}
ul.slick-dots li {
	width: 30px;
	display: inline-flex;
	justify-content: center;
}
ul.slick-dots li.slick-active button {
	background: #4E6FF6;
}
ul.slick-dots li button {
	width: 10px;
    height: 10px;
    background: #D9D9D9;
}
.article-hr {
	margin: 60px 0;
    color: #4E6FF6;
    opacity: 1;
}
.all-slider-area h3,.spotlight-slider h3 {
	color: #4E6FF6;
    font-family: 'ATC Arquette';
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 40px;
}
.spotlight-slider h3 {
	color: #1A2A6B;
}

.all-slider-area .slick-slide {
    margin: 0 10px;
}

/*.patient-stories-slider .slick-list {
    padding: 0px 10px;
}*/

.all-slider-area .slick-track .slick-slide:first-child {
	margin-left: 0;
	padding-left: 0;
}

.all-slider-area .slick-track .slick-slide:last-child {
	margin-right: 0;
	padding-right: 0;
}

.all-slider-area .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.sliderImg {
	height: 220px;
}
#patient-stories .sliderImg img {
    object-position: left;
}
.sliderImg img {
	height: 100%;
    object-fit: cover;
}
.sliderImg img {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sliderContent {
	background: #E9EEED;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 20px;
  /*min-height: 260px; */
	min-height:350px;
}
.patient-stories-slider .sliderContent{
	min-height: 292px;
}
.meet-our-team-slider .sliderContent{
	min-height: 250px;
}
#on-air .sliderContent {
	min-height: 305px;
}
.sliderContent h4 a{
	color: #1A2A6B;
    font-family: 'ATC Arquette';
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 10px;
    display: inline-block;
}
.sliderContent p {
	color: #1A2A6B;
    font-family: 'ATC Arquette';
    font-size: 16px;
}
.spotlight-slider {
	padding-bottom: 80px;
}
.spotlight-slider img {
	height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.spotlight-slider .col-md-3 {
	position: relative;
}
.spotlight-slider p {
	position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-family: 'ATC Arquette';
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
}

@media (max-width: 1350px) {
	.custom-next{
		right: 0.2%;
		z-index: 99;
		box-shadow: 0px 0px 5px 0px rgb(121 121 121 / 75%);
      	border-radius: 50%;
	}
	.custom-prev{
		left: 0%;
		z-index: 99;
		box-shadow: 0px 0px 5px 0px rgb(121 121 121 / 75%);
      	border-radius: 50%;
	}
}

@media (max-width: 1199px) {
	.sliderImg {
        height: 180px;
    }
}

@media (max-width: 992px) {
	.top-nav-search ul {
		padding: 16px 10px;
	}
	.top-nav-search li a {
		font-size: 11px;
		line-height: 12px;
	}
	.search-form-new input[type="search"] {
		font-size: 12px;
	}
	.post-slider-right {
		padding: 30px 25px;
	}
	.post-slider-right h2 a {
		font-size: 18px;
    line-height: normal;
	}
	.post-slider-right p {
		font-size: 15px;
    line-height: 18px;
	}
	.post-slider-left img {
		object-fit: cover;
	}
	.top-nav-search {
    padding-top: 20px;
	}
	.recent-post-slider {
    padding-top: 30px;
	}
	.article-hr {
		margin: 30px 0;
	}
	.sliderContent h4 a {
		font-size: 16px;
		line-height: 20px;
	}
	.spotlight-slider p {
		font-size: 15px;
		line-height: 20px;
	}
	.spotlight-slider img {
		height: 300px;
	}
	.custom-prev, .custom-next{display:none !important;}
	.sliderContent p {
      font-size: 13px;
      line-height: 16px;
  }
}

@media (max-width: 767px) {
	#page {
      padding: 0 !important;
  }
  .top-nav-search {
  	padding: 40px 1.2rem 0;
  }
  .recent-post-slider {
  	padding: 20px 1.2rem 0;
  }
  .all-slider-area {
  	padding: 0 1rem 0 1rem;
  }
	.top-nav-search .col-md-8 {
	    padding-right: 8px;
	    margin-bottom: 10px;
	}
	.top-nav-search .col-md-4 {
	    padding-left: 8px;
	}
	.top-nav-search ul {
		background: transparent;
		border: none;
		padding: 0;
		border-radius: 0;
	}
	.top-nav-search ul li {
		background: #E9EEED;
        border: 1px solid #4E6FF6;
        border-radius: 10px;
        padding: 10px 15px;
	}
	.top-nav-search li a {
	    font-size: 12px;
      line-height: 16px;
      text-align: center;
	}
	.search-form-new input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #808080;
	}
	.search-form-new input[type="search"]::-moz-placeholder { /* Firefox 19+ */
	  color: #808080;
	}
	.search-form-new input[type="search"]:-ms-input-placeholder { /* IE 10+ */
	  color: #808080;
	}
	.search-form-new input[type="search"]:-moz-placeholder { /* Firefox 18- */
	  color: #808080;
	}
	.search-form-new input[type="search"] {
	    color: #808080;
	    height: 40px;
	    font-size: 13px;
	}
	.post-slider-left {
		width: 100%;
		border-top-left-radius: 15px;
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 15px;
	    border-right: 1px solid #4E6FF6;
    	border-bottom: none;
	}
	.post-slider-right {
		width: 100%;
		padding: 30px 30px;
	    border: 1px solid #4E6FF6;
	    border-left: 1px solid #4E6FF6;
	    border-top: none;
	    border-top-right-radius: 0;
	    border-bottom-left-radius: 15px;
	    border-bottom-right-radius: 15px;
	}
	.post-slider-left img {
		border-top-left-radius: 15px;
	    border-bottom-left-radius: 0px;
	    border-top-right-radius: 15px;
	}
	.post-slider-right h2 a {
	    font-size: 20px;
	    line-height: 27px;
	    margin-bottom: 15px;
	}
	.post-slider-right p {
		font-size: 14px;
    	line-height: 20px;
	}
	.custom-next , .custom-prev {
		display: none!important;
	}
	ul.slick-dots {
		width: auto;
		padding-left: 0;
	}
	.article-hr {
		margin: 40px 1.2rem;
	}
	.all-slider-area h3, .spotlight-slider h3 {
		font-size: 16px;
		text-underline-offset: 5px;
    margin-bottom: 35px;
	}
	.sliderContent h4 a {
		font-size: 16px;
		line-height: 22px;
	}
	.sliderImg {
    height: 140px;
	}
	.spotlight-row {
		position: relative;
	}
	.spotlight-slider {
		padding: 0 0 50px 1.2rem;
	}
	.spotlight-slider .slick-slide {
    margin: 0 5px;
	}
	.spotlight-slider .slick-track .slick-slide:first-child {
    margin-left: 0;
	}
	.spotlight-slider img {
	    height: 200px;
	}
	.spotlight-slider p {
    bottom: 10px;
    left: 12px;
    font-size: 13px;
    line-height: 15px;
	}
	.sliderContent p{
	font-size: 14px;
	}
	ul.slick-dots li {
		width: 20px;
	}
	.sliderContent {
		min-height: 300px;
	}
	.patient-stories-slider .sliderContent {
    min-height: 280px;
	}
}

@media (max-width: 575px) {
	.all-slider-area {
  	padding: 0 0rem 0 1rem;
  }
}

@media (max-width: 480px) {
	.top-nav-search li a {
	    font-size: 10px;
        text-align: center;
        line-height: 12px;
	}
	.top-nav-search ul li {
		background: #E9EEED;
        border: 1px solid #4E6FF6;
        border-radius: 5px;
        padding: 5px;
	}
	
}

@media (max-width: 400px) { 
	.top-nav-search li a {
	    font-size: 8px;
	}
}