/*


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------



/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

#menu-left-manu li a, #menu-right-menu li a {
    color: rgb(0 0 0 / 98%);
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}
ul#menu-right-manu li a {
    color: rgb(0 0 0 / 98%);
    padding-right: 0.8rem;
    padding-left: 0.8rem;
} 
#menu-left-manu li a:hover, #menu-left-manu li a:hover {
    color: rgb(0 160 175);
}
#menu-right-menu li a:hover, #menu-right-manu li a:hover {
    color: rgb(0 160 175);
}
.full-blog-sec .wpcf7 {
    display: flex;
    width: 70%;
    align-items: center;
    margin: auto;
}
.blogs-sec .wpcf7 {
    display: flex;
    width: 70%;
    align-items: center;
    margin: auto;
}
.full-blog-sec label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    position: absolute;
    top: -11px;
    left: 24px;
    padding: 0px 5px;
    background-color: #fff;
    z-index: 99 !important;
}
.full-blog-sec span#nameError{
	position: absolute;
    left: 15px;
    top: 40px;
}
.full-blog-sec span#emailError{
	position: absolute;
    left: 15px;
    top: 40px;
}

.blogs-sec label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    position: absolute;
    top: -11px;
    left: 24px;
    padding: 0px 5px;
    background-color: #fff;
    z-index: 99 !important;
}
.blogs-sec .form-control {
    width: 100%;
}
.blogs-sec span#nameError{
	position:absolute;
	left: 5px;
}
.blogs-sec span#emailError{
	position:absolute;
	left: 5px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-sub{
	color: #fff;
    background-color: #00A0AF !important;
}
.card-title a {
    margin-bottom: 0.75rem;
    color: #000;
}
.full-blog-sec .blog-contents a{
	color:#00A0AF !important; 
}

/* Blog Page Social Share */
.at-style-responsive .at-share-btn {
    background-color: #acacac !important;
    border-radius: 30px !important;
	margin:0 7px !important;
}

/* Blog Page Social Share */
/* Pagination */
.bodycard .pagination .page-numbers {
    margin-right: 10px;
	background: #aeaeae;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
	transition: 0.5s;
}
.bodycard .pagination .page-numbers:hover{
	background: #00A0AF;
	transition: 0.5s;
}
.bodycard .pagination span.page-numbers.current {
	background: #00A0AF;
}
/* Pagination */

@media only screen and (max-width: 991px){
	div#navbarTogglerDemo03 {
		margin-top: 250px;
	}
	.full-blog-sec .wpcf7 {
	    width: 100% !important;
	}
}
@media only screen and (max-width: 767px) {
	.full-blog-sec .wpcf7 {
	    display: block !important;
	    width: 70% !important;
	}
	.full-blog-sec .form-control {
		margin-bottom: 25px;
	}
	.full-blog-sec span#nameError{
		font-size:14px;
	}
	.full-blog-sec span#emailError{
		font-size:14px;
	}
	.blogs-sec span#nameError{
		top: 37px;
    	font-size: 14px;
	}
	.blogs-sec span#emailError{
		top: 37px;
    	font-size: 14px;
	}
}
@media only screen and (max-width: 575px) {
	.full-blog-sec .form-control {
		margin-bottom: 35px;
	}
}