/* Button css */
.btn-border_top {
    background:#05584E;
    color: #fff;
    border-radius: 0;
    padding: 12px 20px;
    margin-left: 10px;
    font-weight: 600;
    transition: all .3s linear;
    margin-right: 46px;
}
.btn-border_top:hover {
    background-color: #fff;
    color: #333!important;
    text-decoration: none;
}
/* Button css end */
.carousel-caption.slider-os.d-md-block {
	top: 33%;
	width: 56%;
	margin: 0 auto;
}

.content-slider {
    margin-left: 0px;
}

.col-md-12.content-box h1 {
    text-align: left;}

.content-slider p {
    text-align: left;
    margin-left: 0px;
    width:100%;
}

.content-box {
	text-align: left;
}
#banner .carousel-control-prev {
	left: 0;
	display: none;
}

#banner .carousel-control-next {
	right: 0;
	display: none;
}
.modal-dialog.modal-lg.animate__animated.animate__backInRight {
    margin-top: 47px;
}

div#banrs {
	background-image: url(https://ohiommjcarddoctor.com/wp-content/uploads/2021/12/About-Banner.jpg);
	background-size: cover;
	padding: 31px 0px;
	position: relative;
	background-repeat: no-repeat;
	
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 183 179)!important;
}

.recnt-pos img {
    width: 100%;
    margin: 12px 0px;
}
section#banee-about h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

section#blog_sec {
    padding: 60px 0px;
}

p.error {
    text-align: center;
    width: 100%;
    font-size: 18px;
}

div#accordion button.btn.btn-link {
    padding-right: 68px;
}

.search input#s {
    padding: 12px 5px;
    border-radius: 51px;
    outline: white;
    text-shadow: none;
    border: 1px solid #33333359;
    width: 86%;
}

.search input#searchsubmit {
    background: none;
    border: white;
    margin-left: -85px;
    background: #00b7b3;
    padding: 13px 33px;
    border-radius: 22px;
    color: #fff;
}

.sidebar h2 {
    margin-top: 33px;
    font-size: 21px;
    font-weight: 500;
}

.recnt-pos {
    align-items: center;
}
.recent-post {
    margin-left: 0px!important;
}
ul.Recent-post ul {
    padding-left: 0px;
}

img.attachment-large.size-large.wp-post-image {
    width: 100%;
    height: 100%;
}
.blog-box {
    max-width: 100%;
}
section#banner h1 {
	font-size: 41px !important;
	line-height: 55px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}

ol.carousel-indicators {
	display: none;
}

.fist {
	border-right: 2px solid #000000;
}

#top-header .top-list li img {
	margin: 0px 7px;
    filter: brightness(0);
    filter: -webkit-brightness(0);
}

.carousel-caption.slider-os.d-md-block p {
	width: 71%;
	margin: 0 auto;
}


.stickyHeader {
	position: fixed;
	width: 100%;
	background-color: #000;
	padding: 30px 0px;
	z-index: 999;
}

header#top-nav {
	transition: all 0.5s ease;
	width: 100%;
	top: 0px;
	left: 0;
	position: fixed;
	top: 59px;
	z-index: 9;
}

.btn.collapsed:after {
	content: '';
	position: absolute;
	right: 24px;
	height: 18px;
	background-image: url(../image/1.png);
	width: 18px;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	top: 0;
    bottom: 0;
    margin: auto;
	
}

section#banner {
    padding: 130px 0px;
}

.btn-link:after {
    content: '';
    position: absolute;
    right: 24px;
    height: 18px;
    background-image: url(../image/upload.png);
    width: 18px;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    top: 0;
    bottom: 0;
    margin: auto;
}

.card h2 {
	margin-top: 0px;
}

.card-header button.btn.btn-link {
	position: relative;
}

.searh-is {
	height: 44px;
	border-radius: 10px;
	margin-bottom: 7px;
	border: 1px solid rgb #80be7952!important;
	color: rgb(138, 138, 138)important;
	font-size: 14px;
	width: 100%;
}

.button-top:hover {
	background-color: #fff;
	color: #333 !important;
	transition: all 2s;
}

#top-nav ul li a:before {
	transition: all .2s;
}

nav ul li a:hover {
	color: green;
}

#footer .navbar-nav  li a:hover {
    color: #00b7b3;
    padding-left: 0px !important;
}

#footer .navbar-nav li {
    padding-left: 0px;
}

/* stroke */

#top-nav ul li a {
	position: relative;
}

#top-nav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #689da1;
    height: 3px;
    width: 100% !important;
    transition: all 2s;
}

.stickyHeader ul li a:after {
	background: #fff !important;
}

#top-nav ul li a:hover:after {
	width: 100%;
	transition: all 0.20s;
}

#top-nav ul li a {
	transition: all 0.10s;
}

#top-nav ul li a:after {
	text-align: left;
	content: '.';
	margin: 0;
	opacity: 0;
	transition: all 0.20s;
}

#top-nav ul li a:hover {
	color: #fff;
	z-index: 1;
	transition: all 0.10s;
}

#top-nav ul li a:hover:after {
	z-index: -10;
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;
	transition: all 0.20s;
}

#top-nav ul li a:hover {
	z-index: 1;
	transition: all 0.20s;
}

#top-nav ul.navbar-nav.menu li.dropdown > .nav-link:before {
    width: 0;
    height: 0;
    content: "";
    border-top: 0.35em solid;
    border-right: 0.32em solid transparent;
    border-bottom: 0;
    border-left: 0.32em solid transparent;
    position: absolute;
    right: -13px;
    top: 12px;
}
#top-nav ul.navbar-nav.menu li.dropdown .dropdown-menu {min-width: 300px;}
#top-nav ul.navbar-nav.menu li.dropdown .dropdown-menu .nav-link {
	color: #333;
    line-height: 24px;
    border-bottom: 1px solid #00000038;
    padding: 10px 0;
}
#top-nav ul.navbar-nav.menu li.dropdown .dropdown-menu .nav-item:last-child .nav-link {
    border: 0;
}
.search-button a {
	float: right;
}

.stickyHeader {
	position: fixed;
	width: 100%;
	background-color: #333;
	padding: 4px 0px;
	z-index: 999;
	top: 0px!important;
}
.card button {
	white-space: normal;
}
ul.navbar-nav.menu.ml-auto li {
	padding: 0px 15px;
}

ul.navbar-nav.menu.ml-auto li a {
	color: #fff;
	font-size: 16px;
	padding: 0px 0px;
	text-transform: capitalize;
}
section#banner {
	text-align: center;
}

section#contact-us .contact-1 {
	color: #fff;
}

.contact-1 p {
	color: #fff;
}

.content-box h1 {
	font-size: 41px !important;
	line-height: 55px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color: #fff;
	text-align: center;
}

section#our-clinc {
	padding-top: 0px!important;
}

.heading {
	line-height: 1.4;
	letter-spacing: .1px;
	color: #333;
	margin: 0 0 0;
	width: 100%;
	font-size: 27px;
	text-align: center;
	font-weight: 700;
}

.protoss {
	padding: 60px 80px;
	width: 100%;
}

.protoss h2 {
	text-align: center;
}

div#banr {
    background-image: url(https://minnesotammjcarddoctor.com/wp-content/uploads/2023/12/Banner.jpg);
    background-size: cover;
    padding: 80px 0px;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}

.box1 img {
	width: 15%;
}

.sub-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 22px 0px;
    margin-bottom: 12px;
    line-height: 20px;
}
section#why-choose h2 {
	text-align: left;
}
.box1 {
    text-align: center;
}
section#benifits {
	padding: 60px 0px;/* 
	background-image: url(https://ohiommjcarddoctor.com/wp-content/uploads/2021/12/Green-bg.png);
	background-size: cover;
	padding-right: 250px; */
}

section#why-choose {
    padding: 0px;
    background-color: #eee;
    position: relative;
}

section#benifits h2 {
	text-align: left;
}
strong {
    color: #00b7b3;
}
.image {
	left: 0px;
	margin-top: -79px;
}

.benifit-1 img {
    width: 80px;
    padding: 10px;
    border-radius: 5px;
}
section#benifits .row .col-md-6:nth-child(even) .benifit-1 img {
    width: 80px;
    padding: 10px;
    border-radius: 5px;
}
section#benifits .row .col-md-6:nth-child(even) .benifit-1 img {
    background: transparent;
}

.benifit-1 {
	margin-top: 30px;
}

.benifit-1 {
    
    padding: 20px;
    min-height: 310px;
	transition:all .3s linear;
	overflow:hidden;
	position:relative;
	transform: scale(1);
	text-align: center;
    border-radius: 20px;
}
#footer .button-top
{
	margin-top:0;
}
section#benifits .row .col-md-6:nth-child(even) .benifit-1
{
	background-color:#05584E;
}
section#benifits .row .col-md-6:nth-child(even) .benifit-1 h3,
section#benifits .row .col-md-6:nth-child(even) .benifit-1 p
{
	color:#ffffff;
}
section#benifits .row .col-md-6:nth-child(odd) .benifit-1 {
    border: 2px solid #05584E;
}
.benifit-1:hover::after {
    
    opacity: .3;
}
.benifit-1:hover {
    border-color: #a6db51;
    transform: scale(0.97);
	transition:all .3s linear;
}
.benifit-1 p {
    font-size: 14px;
}

section#benifits .row {
	align-items: center;
}

section#our-clinc h2 {
	text-align: left;
}

.clints_box .carousel-indicators li.active {
	background-color: #00b7b3;
}

section#testiomonal {
	padding: 60px 0px;
	background-image: url(../image/tyt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

section#our-clinc {
	padding-bottom: 60px;
}

.testiomonal-des {
	background-color: #ffffffa6;
	padding: 120px;
	box-shadow: 2px 10px 20px rgb(0 0 0 / 45%);
}

.slid_contnt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-image: url("../images/comma.png");
	height: 39px;
	width: 49px;
	background-size: contain;
	background-repeat: no-repeat;
}

section#testiomonal h6 {
	color: #000;
}

section#testiomonal h3 {
	font-size: 16px;
}

.sl_img img {
	max-width: 55px;
	border-radius: 50%;
	height: 55px;
	border: 3px solid #fff;
	margin: 9px 0px;
}

.clints_box ul.carousel-indicators {
	margin-left: 0;
	margin-right: 0;
	left: auto;
	right: 0;
	margin-bottom: 0;
}

.sl_detl p {
	font-size: 13px;
}

.clints_box .carousel-indicators li {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #000;
}

section#price {
	padding: 60px 0px;
}

section#fq {
	padding: 80px 0px;
}

button.btn.btn-link {
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	color: #000;
	text-align: left;
	width: 100%;
	text-decoration: none;
}

.card {
    margin: 12px 0px;
    border-left: 5px solid #05584E;
}

.card-body h2 {
	color: #000 !important;
	font-size: 18px;
	width: 100%;
	text-align: left!important;
}

section#our-clinc .row {
	align-items: center;
}

section#why-choose .row {
	align-items: normal;
}


/* start about page */

section#banee-about {
	margin-top: 50px;
	padding: 80px 0px;
}

section#our-doctor {
	padding: 80px 0px;
}

section#our-doctor .row {
	align-items: center;
}

section#our-doctor h2 {
	text-align: left;
}

.about-banner {
	padding-bottom: 0px !important;
}

section#banee-about h1 {
	font-size: 41px !important;
	line-height: 55px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #fff;
}

section#our-clinc {
	padding: 60px 0px;
}

section#our-mission {
	padding: 60px 0px;
	background-color: #f3f5f8;
}

.our-mission1 img {
	width: 16%;
}

.our-mission1 {
	background-color: #fff;
	padding: 60px;
	box-shadow: 6px 2px 12px #dfdfdf;
}

section#form .strategies {
	border: 1px solid #1a10102e;
}

section#cannabis {
	padding: 80px 0px;
}

section#cannabis h2 {
	text-align: left;
}


/* start contact page */

.contact-1 {
	background-color: #698fd08c;
	padding: 60px;
}

section#contact-us {
	padding: 60px 0px;
}

.contact-1 {
    background-color: #05584e;
    padding: 30px;
    /* box-shadow: 6px 2px 11px #ffffff; */
}
.contact-1 img {
    max-width: 23px;
}
.contact-1 h3, .contact-1 a {
    color: #ffffff !important;
    word-break: break-all;
    margin-top: 0 !important;
    margin-bottom: 3px;
}
section#form {
	padding: 60px 0px;
}

.strategies {
	padding: 12px 30px;
	margin: 0px 0px;
	text-transform: capitalize;
}

textarea.form-control.strategies {
	max-height: 500px;
	min-height: 226px;
}

#form .form-control:focus {
	color: #495057!important;
	background-color: #fff;
	border-color: #ced4da!important;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(255 255 255)!important;
}

section#blog {
	padding: 60px 0px;
}

.blog-box .headingi a {
	line-height: 20px;
	color: #333;
	width: 100%;
	font-size: 20px!important;
	text-align: left !important;
	font-weight: 600;
	text-decoration: none;
}

.blog-box .button-top {
	margin: 0;
}

.blog-box {
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgb(0 0 0 / 9%);
	box-shadow: 2px 2px 2px #2853a21a;
	margin-bottom: 30px;
}

.content-part {
	padding: 11px 22px;
}

#blog .button-top {
	margin-bottom: 22px;
}


h2.headingi a {
	font-size: 25px !important;
}

.search-icon {
	position: absolute;
	top: 70px;
	right: 34px;
}

input#search-input {
	position: relative;
	padding: 12px 17px;
	border-radius: 22px;
}

ul.Recent-post {
	padding-left: 0px;
}

ul.Recent-post li {
	list-style: none;
	padding: 8px 0px;
	border-bottom: 2px solid #33333326;
}

ul.Recent-post li a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.6;
	text-align: left;
	padding-bottom: 9px;
}


.recent-post a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.6;
	text-align: left;
	padding-bottom: 9px;
}
header#top-nav {
    top: 48px!important;
    background-color:#1c1b1b;
}
.trusted_logo_section .partnerlogo_bottom {
    display: flex;
    align-content: space-around;
    justify-content: center;
    align-items: center;
}
.trusted_logo_section .partnerlogo_bottom {
    display: flex;
    align-content: space-around;
    justify-content: center;
    align-items: center;
}

#process .heading
{
	color:#ffffff;
}
#process {
      background-image: linear-gradient(150deg, #05584e 0, #031210 100%);
}

#process .box1 img {
    width: 50px;
}
.process-ttr p {
    color: #fff;
    border: 2px solid #ddd;
    padding: 20px;
}
section#legalization{
    padding: 60px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #0000003d;
}
section#our-clinc {
    background: #eee;
}

section#why-choose img.img-fluid {
    height: 100%;
    object-fit: cover;
}
section#why-choose ul
{
	padding:0;
}
section#why-choose ul li {
    margin-bottom: 15px;
    list-style-type: none;
}
section#Ohio-card .left_section,section#Ohio-card .left_section img
{
	height:100%;
	object-fit:cover;
}
section#legalization p
{
	font-weight:500;
}
#process .box1 {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-top: 30px;
    border: 0;
    height: 100%;
    transition: all .3s linear;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}
span.process-right-content {
    padding-left: 15px;
    padding-right: 15px;
	text-align:left;
}
#process .box1 img {
    width: 60px;
}
section#why-choose ul {
    display: flex;
    flex-wrap: wrap;
}
section#why-choose ul li {
    width: 50%;
}
.seart .ready-apply-inner {
    display: flex;
    align-items: center;
    background-color: rgba(51,51,51,68%);
    padding: 30px;
    border-radius: 0;
    margin-bottom: 0px !important;
    border-top: 4px solid #05584E;
}
section#contact-us .contact-1 {
    color: #fff;
    display: flex;
    align-items: center;
    border-left: 6px solid #000;
}
.contact-1 img {
    max-width: 72px;
    margin-right: 16px;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1296px;
	}
}


@media (max-width: 1366px) {
	
	section#banner {
    padding: 88px 0px;
    padding-bottom: 200px;
}
	.carousel-caption.slider-os.d-md-block {
		top: 28%;
		width: 64%;
	}
	.content-slider {
   		 width: 58%!important;
		}
	
	
	header#top-nav {
    top: 48px!important;
}
	
	section#banner h1 {
		font-size: 38px !important;
		line-height: 52px;
	}
	section#our-clinc {
		padding-top: 60px!important;
	}
	
	section#banner p {
		font-size: 18px;
		line-height: 36px;
	}
	.image {
		left: 0px;
		margin-top: 0px;
	}
	/* section#benifits {
		text-align: center;
		align-items: center;
		justify-content: center;
		display: table-row-group;
		padding-top: 60px;
	} */
	section#benifits .col-md-12.col-xl-7 {
		text-align: center;
		justify-content: center;
	}
	section#benifits h2 {
		text-align: center;
	}
	section#benifits .image-icot {
		margin: 32px 7px;
	}
	section#our-clinc {
		padding: 60px 0px;
	}
	section#our-clinc .row {
		align-items: center;
	}
	.button-top {
		font-size: 15px;
		max-width: fit-content;
	}
	.seart {
		padding: 25px;
	}
	.protoss {
		padding: 60px 30px!important;
	}
	div#banr {
    background-position: 85%;
}
	header#top-nav img {
		width: 100%;
	}
	.search-button {
		width: 36%;
		float: right;
	}
	footer#footer {
		padding: 30px 0px;
	}
	header#top-nav.stickyHeader {
		top: 0px !important;
	}
	
	
	
	
}

@media (max-width: 1024px) {
	section#benifits .image {
		display: none;
	}
	.button-top {
		padding: 12px 22px!important;
	}
	#process .sub-heading {
   		 font-size: 17px!important;
	}
	section#testiomonal {
    background-position: 90%;
}
	.content-slider {
    width: 62%;
}
	
	#fq .btn-link:after {
    content: "";
    position: absolute;
    right: 0px!important;
	}
	
	#fq .btn.collapsed:after {
		content: "";
		position: absolute;
		right: 0px!important;
	}
	#fq .btn.btn-link {
		padding: 0px 33px 0px 0px!important;
	}
	
	
	
	
	
	
.heading {
	font-size: 22px!important;
	line-height: 31px!important;
}

p {
	font-size: 14px!important;
	line-height: 25px!important;
	}
	
	.testiomonal-des h2 {
    font-size: 22px;
}

.testiomonal-des {
    padding: 60px 60px;
}

section#testiomonal {
    background-position: 87%;
}
	
}

@media (max-width: 992px) {
	section#benifits h2 {
		margin-top: 8px;
	}
	
	
	section#process .box1 {
		margin-bottom: 0px;
	}
	
	footer#footer .col-md-6.col-lg-2.px-5 {
		padding-left: 0px !important;
	}
	
	section#process .col-md-6:last-child .box1 {
		margin-bottom: 0px;
	}
	.benifit-1 {
   		 background-color: rgb(230 248 248);
	}
	
	section#our-clinc ul li {
       text-align: left;
	}
	section#benifits .image {
		display: none;
	}
	section#banner {
		margin-top: -93px;
	}
	
	ul.navbar-nav.menu.ml-auto {
		background: #fff;
	}
	.stickyHeader ul {
		background-color: #333 !important;
	}
	.stickyHeader ul li a {
		color: #fff !important;
	}
	section#banner h1 {
		font-size: 25px !important;
		line-height: 32px;
	}
	
	section#our-clinc img {
		margin-top: 40px;
	}
	section#why-choose img {
		margin-top: 0;
	}
	section#benifits h2 {
		margin-top: 30px;
	}
	.button-top {
		font-size: 14px;
	}
	.menu-to {
		width: 15% !important;
	}
	section#banner {
		margin-top: 0px;
	}
	header#header img {
		width: 26%;
	}
	section#process .row {
		align-items: center;
		justify-content: center;
	}
	.box1 {
		text-align: center;
		margin-bottom: 50px;
	}
	section#process h2 {
		text-align: center;
	}
	#process .box1:nth-last-child {
		margin-bottom: 0px;
	}
	header#header {
		padding: 12px 0px;
		z-index: 4;
		position: relative;
		background: #000;
	}
	.box1.last-bok {
		margin-bottom: 0px;
	}
	section#why-choose img {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	section#why-choose {
		text-align: left;
	}
	section#why-choose p {
		text-align: left;
	}
	section#our-clinc img {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	section#our-clinc p {
		text-align: left;
	}
	section#our-clinc {
		text-align: center;
	}
	.content-fo span {
		font-size: 22px;
	}
	.content-fo {
		width: 100%;
		float: left;
		text-align: center;
	}
	.content-fo span {
		float: left;
	}
	.search-button {
		width: 100%!important;
		float: unset;
		margin: 0 auto;
		text-align: center;
	}
	section#why-choose {
		padding: 30px 0px;
	}
	#benifits .image {
		margin-top: 30px;
	}
	section#our-clinc {
		padding: 30px 0px;
	}
	.testiomonal-des {
		background-color: #ffffffa6;
		padding: 47px;
	}
	section#fq {
		padding: 30px 0px;
	}
	header#header img {
		width: 35%;
	}
	section#banner h1 {
		font-size: 25px !important;
		line-height: 32px;
	}
	.carousel-caption.slider-os.d-md-block {
		top: 7%;
		width: 64%;
	}
	.button-top {
		font-size: 17px;
		padding: 11px 16px;
	}
	
	.heading {
		line-height: 1.3;
	}
	.seart {
		margin-bottom: 30px!important;
	}
	section#banner img {
		width: 155% !important;
	}
	#banner .carousel-caption.slider-os.d-md-block {
		top: 18%;
		width: 65%;
		left: -12%;
	}
	section#banner h1 {
		text-align: left;
	}
	.content-slider {
		text-align: left;
	}
	
	.button-top {
		margin-left: 0px;
	}
	footer#footer .col-md-6.col-lg-3.px-5 {
		padding-left: 19px !important;
	}
	h3.sub-footer {
		margin-bottom: 24px;
		margin-top: 18px;
	}
	.calloys {
		width: 100% !important;
	}
	section#banner {
		padding: 120px 0px;
	}
	
	#banner .content-box {
		width: 86%;
		top: -18px;
		text-align: center;
		left: 0px;
	}
	div#banr {
		background-position: 78% 36%;
	}
	ul.navbar-nav.menu.ml-auto li a {
		color: #333;
		font-size: 16px;
		display: inline-block;
		padding: 6px 14px;
		text-transform: capitalize;
	}
	#top-nav ul.navbar-nav.menu li.dropdown > .nav-link:before {
		right: 0;
		top: 17px;
	}
	#top-nav ul.navbar-nav.menu li.dropdown .dropdown-menu {
		border: 0;
		margin: 0;
		padding: 0;
		border-radius: 0;
		box-shadow: 0 0 20px 5px rgb(0 0 0 / 5%);
	}
	.stickyHeader#top-nav ul.navbar-nav.menu li.dropdown .dropdown-menu {
		box-shadow: 0 0 20px 10px rgb(255 255 255 / 5%);
	}
	.stickyHeader#top-nav ul.navbar-nav.menu li.dropdown .dropdown-menu .nav-link {
		border-bottom: 1px solid rgb(255 255 255 / 22%);
	}
	#top-nav ul.navbar-nav.menu li.dropdown .dropdown-menu .nav-link {
		display: block;
	}
	.button-top {
		margin-top: 10px;
	}
	header#top-nav img {
		width: 88%;
	}
	div#banrs {
		background-position: center;
	}
	.row.recnt-pos .re {
		margin: 22px 0px;
	}
	.row.recnt-pos {
		align-items: center;
	}
	#footer .navbar-nav.menu.ml-auto {
		background: #fff0;
	}
	#footer .navbar-nav.menu.ml-auto  li a{
		color:#fff!important;
	}
	#footer .navbar-nav.menu.ml-auto  li {
       padding-left:0px !important
	}
	.container {
		max-width: 985px;
	}
	section {
		padding: 30px 0px !important;
	}
}

@media (max-width: 767px) {
	header#top-nav {
		z-index: 888;
	}
	.btn-border_top {
		display:none;
	}
	
	#fq .btn-link:after {
		content: "";
		position: absolute;
		right: 12px;
		
	}
	
	#fq .btn.collapsed:after {
		content: "";
		position: absolute;
		right: 12px;
	}
	#fq .btn.btn-link {
		padding: 0px 33px;
	}
	#fq .btn.btn-link {
		padding-left: 0px !important;
	}
	
	
	section#process h2 {
   			 margin-bottom: 30px !important;
	}
	
	section#process .row {
		padding-bottom: 0px !important;
	}
	
	section#our-clinc {
		padding-top: 30px!important;
	}
	
	section#testiomonal {
		padding: 30px 0px;
	}
	
	section#benifits {
    		background-color: #fff;
    }
	header#top-nav {
		top: 0 !important;
	}
	
	.testiomonal-des {
  		  background-color: #ffffffe0;
	}
	
	.content-box {
  		  margin-top: 18px;
	}
	
	section#process img {
   		 margin-top: 0px;
	}
	
	section#top-header {
		display: none;
	}
	.search-button a {
		float: none;
		margin: 11px auto 0 auto;
	}
	
	.seart {
			flex-direction: column;
		}
	button.btn.btn-link {
		font-size: 17px;
	}
		
		
	#section#fq .card-header {
   		 padding: 2px 15px;
	}
		
	.content-fo span {
		float: unset;
	}
	.btn.collapsed:after {
		right: -18px;
	}
	.btn-link:after {
		content: '';
		position: absolute;
		right: -18px;
	}
	
	header#top-nav {
		transition: all 0.5s ease;
		width: 100%;
		top: 0px;
		left: 0;
		position: fixed;
		top: 0;
	}
	.navbar-brand {
		max-width: 114px;
	}
	.footr li {
		padding-top: 0px;
	}
	header#header img {
		width: 35%;
	}
	section#banee-about {
		margin-top: 50px;
		padding: 39px 0px;
		padding-bottom: 73px;
	}
	section#banee-about h1 {
		font-size: 41px !important;
	}
	section#banner .btn.appointement.button-top {
		float: left;
	}
	.row.protoss {
		width: 100%!important;
	}
	.heading {
		word-break: break-word;
		font-size: 22px;
	}
	.logo {
		width: 71% !important;
	}
	section#banner h1 {
    		font-size: 24px !important;
   			line-height: 32px;
	}
	.carousel-caption.slider-os.d-md-block {
		top: 7%;
		width: 64%;
	}
	.button-top {
		font-size: 15px;
		padding: 14px 16px;
	}
	
	.heading {
		line-height: 1.3;
	}
	.seart {
		margin-bottom: 30px!important;
	}
	section#banner img {
		width: 155% !important;
	}
	#banner .carousel-caption.slider-os.d-md-block {
		top: 18%;
		width: 65%;
		left: -12%;
	}
	section#banner h1 {
		text-align: left;
	}
	.button-top {
		margin-left: 0px;
	}
	footer#footer .col-md-6.col-lg-3.px-5 {
		padding-left: 19px !important;
	}
	h3.sub-footer {
		margin-bottom: 18px;
		margin-top: 18px;
	}
	.calloys {
		width: 100% !important;
	}
	section#banner {
		margin-top: 0;
		padding: 0px 0px 30px!important;
	}
	#banner .content-box {
		width: 77%;
		top: 0px;
		text-align: left;
		left: -26px;
	}
	div#banr {
		background-position: 76%;
	}
	ul.navbar-nav.menu.ml-auto li a {
		color: #333;
		font-size: 16px;
		padding: 6px 14px;
		text-transform: capitalize;
	}
	.button-top {
		margin-top: 10px;
		font-size: 14px;
		float: right;
	}
	footer#footer {
		background-color:#1c1b1b;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.fist {
		border-right: 2px solid #ffffff00;
	}
	#footer .col-md-6.col-lg-2.px-5 {
		padding-left: 20px !important;
	}
	ul.top-list li {
		width: 100%;
	}
	ul.top-list li a {
		font-size: 13px;
	}
	section#our-clinc img {
		margin-top: 33px!important;
	}
	section#why-choose img {
		margin-top: 0;
	}
	.our-mission1 img {
		width: 32%;
	}
	/* start page */
	section#cannabis img {
		margin-bottom: 30px;
	}
	section#our-mission {
		padding: 30px 0px;
	}
	section#our-mission h2 {
		margin-bottom: 20px !important;
	}
	section#our-doctor {
		padding: 30px 0px;
	}
	section#our-doctor img {
		margin-top: 30px;
	}
	section#cannabis {
		padding: 30px 0px;
	}
	.row.protoss {
		padding: 30px 15px !important;
	}
	
	.content-slider {
       width: 80%!important;
       margin: 0 auto;
	}
	section#Ohio-card .left_section {
		margin-top: 20px;
	}
	.contact-1 {
		padding: 30px;
		max-height:none;
	}
}

@media screen and (max-width: 640px) {
	#banner .content-box {
		width: 100%;
		top:0px;
		text-align: left;
		left: -26px;
		position: relative;
		z-index: 3;
	}
	.btn-border_top {
		display:none;
	}
	.logo {
		width: 101px !important;
	}
	section#process {
		z-index: 3;
		position: relative;
	}
	.testiomonal-des h2 {
		font-size: 21px;
		line-height: 1.7;
	}
	.testiomonal-des {
		padding: 20px;
	}
	section#why-choose .col-md-12 {
		padding: 20px 15px 20px 15px !important;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		width: 65% !important;
	}
	.btn-border_top {
		display:none;
	}
}

@media screen and (max-width: 320px) {
	#banner .content-box {
		width: 100%;
		text-align: left;
		left: -26px;
		margin-top: 0px;
	}
	.btn-border_top {
		display:none;
	}
	.content-fo {
   		 color: #fff;
   		 font-size: 15px!important;
	}
	.row.protoss {
		padding: 30px 0px !important;
	}
	
	.content-fo span {
		font-size: 14px;
	}
	.search-button {
		width: 55%;
		float: right;
	}
	section#banner h1 {
		font-size: 23px !important;
		line-height: 31px;
	}
	.button-top {
		font-size: 13px;
		float: right;
		padding: 10px 9px !important;
	}
	section#banner {
		padding-top: 42px;
	}		
}

div#banr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(51 51 51 / 52%);
}
.content-slider {
    width: 50%;
   
}

section#blog_sec h3 a {
    line-height: 1.2;
    letter-spacing: .1px;
    color: #333;
    margin: 0 0 0;
    width: 100%;
    font-size: 27px!important;
    text-align: left !important;
    font-weight: 700;
    text-decoration: none;
}

section#blog_sec img {
    margin: 22px 0px;
    width: 100%!important;
    height: unset;
}


.button-pulse {
    background-color: #00b7b3;
    max-width: 300px;
    padding: 11px 27px;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 22px;
    width: fit-content;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    transition: all 2s;
}


ul.pagination li a {
    background: #05584E;
    padding: 7px 12px;
    color: #fff;
}

ul.pagination li {
    padding: 12px 0px;
}
 .blogBx h3 {
    display: none;
}

.sidebar .search h3 {
    margin-top: 0px !important;
}
.content-box {
    margin-top: 38px;
}
.content-part .button-top {
    background-color: #05584E;
    max-width: 463px;
    padding: 9px 12px;
    border-radius: 100px;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s;
    width: fit-content;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 2s;
    white-space: break-spaces;
	border:1px solid #00b7b3;
}
section#form .button-pulse {
    margin-top: 0px;
}
span.current {
    padding: 7px 12px;
    margin-left: -1px;
    line-height: 1.25;
    float: left;
    border: 1px solid #dee2e6;
    background: #000 !important;
    color: #fff;
}
.content-slider {
    width: 51%;
}