
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 5px;
}
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
    margin-bottom: 20px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 22px;
}
table#wp-calendar {
    margin-bottom: 0;
}
table, th, td {
    border: 1px solid #f4f5f7;
}
th, td {
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    height: 32px;
}
#wp-calendar th {
    text-align: center;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}
.tt-comments-layout .tt-item .tt-item {
    margin-left: 55px;
}
td#today {
    background: #6984c2;
    border-radius: 2px;
    color: #fff;
}
td#today a {
    color: #fff;
}
.gallery-caption {
    display: block;
}
.bypostauthor {
	display: block;
}
.wp-caption-text {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 15px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-2 .gallery-item {
    max-width: 100%;
    width: 50%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
}
.gallery-columns-3 .gallery-item {
    max-width: 100%;
    width: 33.33%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
}
.gallery-columns-4>.gallery-item {
    max-width: 100%;
    width: 25%;
}
@media screen and (min-width: 30em) {
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
.gallery-columns-5 .gallery-item {
    max-width: 100%;
    width: 20%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
}
.gallery-columns-6 .gallery-item {
    max-width: 100%;
    width: 16.66%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
}
.gallery-columns-7 .gallery-item {
    max-width: 100%;
    width: 14.28%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
}
.gallery-columns-8 .gallery-item {
    max-width: 100%;
    width: 12.5%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
}
.gallery-columns-9 .gallery-item {
    max-width: 100%;
    width: 11.11%;
}
@media screen and (min-width: 48em) {
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}
select{
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 9px;
}
.wp-block-button {
    margin-bottom: 10px;
}
ul.blocks-gallery-grid {
    padding: 0 !important;
    list-style: none !important;
}
.protected-post-form .form
{
	display: flex;
	border-radius: 10px!important;
}

.protected-post-form .form input
{
	padding:15px;
	flex-grow:2;
	border:1px solid #E3E3E3;
	border-radius: 5px 0px 0px 5px;
}
.protected-post-form .form button
{
	flex-grow:1;
	border-radius: 0px;
    border-radius: 0px 5px 5px 0px;
    background: #6984c2;
    border: none;
    color: #fff;
}

.protected-post-form .form input:focus
{
	flex-grow:4;
	border:1px solid #6984c2;
}
.error-section .content-box h1 {
    position: relative;
    display: block;
    font-size: 200px;
    line-height: 150px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #6984c2;
}
.error-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 52px;
    color: #222;
    font-weight: 600;
    margin-bottom: 21px;
}
.no-results.not-found {
    max-width: 500px;
}
p.no-found-text {
    margin-top: 0;
    margin-bottom: 10px;
}
.admin-bar #js-init-sticky.fixed .tt-holder-wrapper {
    top: 32px;
}
.tt-aside-content {
    overflow: hidden;
}
.wp-calendar-table th {
    color: white;
    background: #515b68 !important;
    text-align: center;
    border: none;
}
.widget_nav_menu .tt-list-03 li {
    padding: 0 0 0 20px;
    margin-top: 8px;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li {
    margin-top: 8px;
}
#js-init-sticky.sticky-off.fixed .tt-holder-wrapper {
    position: static;
}
.tt-comments-layout ul,
.post-content ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 1rem;
}
.post-content ul ul {
    margin-bottom: 0;
}
.image-none .blog-obj .data__time {
    margin-left: 0;
}
.tt-item.image-none .blog-obj {
    margin-top: 54px;
}

#tt-nav > ul > li ul > li > ul{
    left: 100% !important;
    top: 0 !important;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
    margin-left: 32px;
}
#tt-nav > ul > li ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
}
.post-content {
    overflow: hidden;
}
.post-content p {
    margin-top: 0;
    margin-bottom: 15px;
}
.page-links .post-page-numbers {
    display: inline-block;
    text-align: center;
    line-height: 51px;
    width: 53px;
    height: 51px;
    background-color: #f1f3f5;
    border: 2px solid #f1f3f5;
    border-radius: 3px;
    font-size: 14px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #323232;
}
.page-links .post-page-numbers:hover {
    color: #6984c2;
    border-color: #6984c2;
    background-color: #fff;
}
.page-links .post-page-numbers.current {
    background-color: #6984c2;
    border-color: #6984c2;
    color: #fff;
}
.tt-comments-layout .comment-respond.comments-form-area {
    margin: 50px 0;
    max-width: 570px;
}
.comment-reply-title > small {
    margin-left: 15px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content p{
    margin-top: 0;
    margin-bottom: 10px;
}
.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-link02 {
    margin-top: 0px;
}
blockquote p {
    margin-bottom: 0 !important;
}
.page-links {
    clear: both;
}
.post-content blockquote{
    padding: 34px 70px 34px 45px;
    margin-bottom: 20px;
}
.grid-sticky:before {
    content: "\f109";
    font-family: 'dashicons' !important;
    font-size: 24px;
    position: absolute;
    z-index: 1;
    color: #111;
    right: 30px;
    top: 30px;
}
.admin-bar  .panel-menu {
    top: 46px;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px !important;
}
/* Additional Css */
@media (max-width: 767.98px){
    .added-info__item {
        box-shadow: 0px 19px 40px rgba(157, 174, 185, 0.15)!important;
    }
    .content-unittest .blog-obj .data__comments{
        margin-left: 0;
        width: 100%;
        margin-bottom: 8px;
    }
}
    
.tt-ajax-tabs{
    position:relative!important;
    z-index:1!important;
}

th, td {
    font-size: 16px;
}

#tt-nav > ul > li ul {
    margin-top: unset;
}
.table-01 td, .table-01 th {
    text-align: inherit;
}
#tt-nav > ul > li ul {
    margin-top: unset;
}
.content-unittest .f-copyright{
    margin-top: 0;
    padding-top: 27px;
    border-top: 1px solid #e3e6ea;
}
.footer-area.content-unittest {
    margin-top: 120px;
}
@media (max-width: 790px) {
    .footer-area.content-unittest {
        margin-top: 60px;
    }  
}
.product-single-info .tt-price ins {
    text-decoration: none;
}
.product-single-info .tt-price del {
    color: #616161;
}
p.wp-block-cover-text {
    color: #fff !important;
}
ul.blocks-gallery-grid {
    margin-bottom: 0;
}
figcaption.blocks-gallery-caption {
    margin-bottom: 20px;
}
a.wp-block-button__link:hover,
a.wp-block-button__link {
    color: #fff;
}
.post-content p:last-child {
    margin-bottom: 0;
}
.modal .modal-body .modal-titleblock + p+.form-modal {
    margin-top: 25px;
}
figure#attachment_907 {
    max-width: 100%;
}
.widget_rss ul li {
    margin-top: 10px;
}
figcaption {
    text-align: center;
}

.content-unittest h2 {
    margin-top: 15px;
}
.content-unittest dl,
.content-unittest dd {
    margin-bottom: 13px;
}

p.text-f {
    color: #cad3db;
}
table.table-01,
.table-01 thead th,
.table-01 tbody tr td {
    border: none;
    margin: 0;
}