.wp-container-3.wp-block-columns {
    margin-top: 30px;
}
.comment-form-cookies-consent {
    display: none;
}
.form-submit{display: none;}
h3#reply-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
a#cancel-comment-reply-link {
    margin-left: 15px;
    color: var(--main-color-2);
}
.comment_box_area ul.comment-list.comment_itemlist .children {
    padding-left: 60px;
}
.page-content .search-widget {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
}

.page-content .search-widget input {
    border: none;
    width: 90%;
}

.page-content .search-widget button {
    float: right;
    border: none;
    background: transparent;
}
form.post-password-form input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 1px solid #e7e7e7;
}

form.post-password-form input[type="submit"] {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px 15px;
    border: 1px solid currentColor;
}
table{
    border: 1px solid #e7e7e7;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
table th{
    padding: 12px;
    font-size: 15px;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-weight: 600;
}
table td{
    border: 1px solid #e7e7e7;
    padding: 12px 12px;
}
pre {
    background: #F5F5F5;
    font-size: 16px;
    line-height: 1.7142857143;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    color: var(--black-color);
    white-space: pre-wrap;
    margin: 20px 0;
}
ul.comment-list.comment_itemlist form#commentform {
    margin-bottom: 50px;
}
.archix-internal-style h1,
.archix-internal-style h2,
.archix-internal-style h3,
.archix-internal-style h4,
.archix-internal-style h5,
.archix-internal-style h6{
    color: var(--black-color);
    font-weight: 600;
}
.archix-internal-style .comment-list.comment_itemlist h3, 
.archix-internal-style .comment-list.comment_itemlist h1, 
.archix-internal-style .comment-list.comment_itemlist h2, 
.archix-internal-style .comment-list.comment_itemlist h4, 
.archix-internal-style .comment-list.comment_itemlist h5, 
.archix-internal-style .comment-list.comment_itemlist h6, 
.archix-internal-style .entry-content h1,
.archix-internal-style .entry-content h2,
.archix-internal-style .entry-content h3,
.archix-internal-style .entry-content h4,
.archix-internal-style .entry-content h5,
.archix-internal-style .entry-content h6 {
    padding-bottom: 15px;
}
dt {
    color: var(--black-color);
}
dd {
    margin: 0 1rem 1rem;
    font-size: 15px;
    line-height: 26px;
}
ul.comment-list.comment_itemlist .comment ul {
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}
ul.comment-list.comment_itemlist .comment ul li{
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 15px;
    padding: 0;
}
ul.comment-list.comment_itemlist .comment ul li ul{
    margin: 10px 0 0;
    list-style: circle;
}
ul.comment-list.comment_itemlist .comment ol{
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: auto;
    padding-left: 20px;
}
ul.comment-list.comment_itemlist .comment ol li{
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 0;
}
ul.comment-list.comment_itemlist .comment ol li ol{
    margin: 10px 0 0;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.page-links a, .page-links span {
    width: 45px;
    height: 45px;
    color: var(--black-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
}

.page-links {
    display: flex;
    clear: both;
}
.archix-internal-style iframe {
    width: 100%;
}
.page-links span {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.entry-content {
    overflow: hidden;
}
.wp-block-button {
    margin-bottom: 20px;
}
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
}
ul.blocks-gallery-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item{
    padding-left: 0;
}
.wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item:before{
    content: "";
}
figure.wp-container-4.wp-block-gallery-3.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-right: 15px;
}
.wp-block-archives-dropdown.wp-block-archives select, .wp-block-categories-dropdown select {
    width: 100%;
    height: 50px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.wp-block-search__inside-wrapper input[type="search"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
.wp-block-search__inside-wrapper button {
    background-color: var(--main-color);
    color: #fff;
    padding: 0 16px;
    border: none;
    height: 48px;
}
p.wp-block-tag-cloud a {
    font-size: 13px !important;
    padding: 7px 20px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    background-color: #f4f4f4;
}
.entry-content .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 15px;
}
.arck-blog-details-main-content p.has-large-font-size {
    line-height: normal !important;
}
.wp-block-media-text {
    margin-bottom: 30px;
}
.archix-page-internal header.entry-header {
    margin-bottom: 30px;
}
.archix-page-internal .arck-appointment-form-wrap {
    max-width: 100%;
}
.entry-content p:last-child {
    clear: both;
}
.entry-content p:last-child img {
    margin-top: 15px;
}