.footer_logo img {
    max-width: 300px;
}
/* Search header Start */
.mobile-search-bar {
    margin-left: 15px;
    height: 22px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    border-left: 1px solid #c3c3c3;
}
.mobile-search-bar .search-icon {
    display: block;
    cursor: pointer;
}

/** Mobile Search Bar ***/
.close-btn {
    position: absolute;
    right: 15px;
    top: -20px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #ffffff;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}

.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}

.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 10000;
    background-color: #15625b;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
}
.mobile-search-bar-box form{
    width: 100%;
    position:relative;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #dedddd;
    color: #fff;
    height: 46px;
    padding-left: 15px;
    padding-right: 50px;
    background: transparent;
}
.mobile-search-bar-box .search-input-box input::placeholder{
    color:#fff;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(https://zollkranzstg.wpengine.com/wp-content/uploads/2023/04/search-white.svg);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    position: absolute;
    font-size: 11px;
    bottom: 1px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 50px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: normal;
    text-transform: capitalize;
}

.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}

/* Search header End */

/* header start  */
.site-header {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #f2f2f2;
}
.site-identity {
    padding: 30px 0;
    position: relative;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.top-navigation{
    display: inline-block;
    width: 100%;
    z-index: 10;
    top:0;
    /*padding:22px 0;*/
}
nav.navbar.navbar-expand-lg.navbar-dark.site-identity.fade-in {
    box-shadow: 0px 2px 5px #0a0a0a4d;
}
.site-title-wrap img {
    max-width: 280px;
}
.top-navigation-right {
    width: calc(75% - 280px);
    display: flex;
    align-items: center;
}
.top_btn_header {
    width: 20%;
    text-align: end;
}
.small-menu .top-navigation a.btn.btn-red {
    background: #fff;
    color: #197269;
}
.small-menu .top-navigation a.btn.btn-red svg path{
    fill: #197269 !important;
}
.top-navigation .main-navigation {
    width: 100%;
    text-align: right;
}
.site-identity .main-navigation ul {
    line-height: 3;
    padding-left: 10px;
    text-align: start;
    color:#fff;
}
.main-navigation ul li {
    display: inline-block;
    list-style-type: none;
    padding: 12px 10px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;

}
.btn:hover path {
    fill: #197269 !important;
}
.btn svg {
    margin-right: 10px;
    margin-top: -3px;
}
/* header end */

body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #324855;
    font-weight: 400;
    padding-top: 0;
    font-family: 'CabinetGrotesk';
}

body, html{
    height: 100%;
}
* {
    margin:0;
    padding:0;
}
img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: #fff;
    text-decoration:underline;
}
.nav-link {
    text-transform: uppercase;
}
.hide{
    display: none;
}
:focus{
    outline: 0;
    outline: none;
}

a {
    color: #197269;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

p:last-child{
    margin-bottom: 0
}

a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    /*color: #c70e09;*/
}

select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

a img{
    outline: 0;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.logged-in header#header {
    top: 28px;
}

body.logged-in {
    padding-top: 0;
}

body.nav-open-menu{
    overflow: hidden;
}
.navbar-toggler:focus{
    box-shadow:none;
}
section {
    padding: 110px 20px;
}

/* btn sec */
.page-button {
    margin-top: 25px;
}
.btn, .wpcf7-form-control[type="submit"] {
    display: inline-block;
    padding: 15px 30px;
    position: relative;
    width: auto;
    border-radius: 30px;
    text-shadow: none;
    border: 1px solid #197269;
    background: #197269;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.btn:hover {
    color: #197269;
    border-color: #197269;
    background: #fff;
}
.btn.btn-white {
    background: #fff;
    color: #197269;
}
.btn.btn-line {
    padding: 0;
    color: #197269;
    background: transparent;
    border: none;
}
.btn.focus, .btn:focus {
    color: #197269;
    border-color: #197269;
    background: none;
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

h1, .h1, h2, .h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 600;
    position: relative;
}
h1, .h1 {
    font-size: 87.54px;
    line-height: 108.55px;
    margin-bottom: 15px;
}
h2, .h2 {
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 74px;
}
h3 {
    font-size: 42px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}
h4 {
    font-size: 35px;
    line-height: 43.4px;
    margin-bottom: 15px;
}
h5 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 15px;
}
h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
/* reset css */
.alignnone {
    margin: 5px 20px 20px 0;
}
.inner-banner-space .banner-contect h1,
.inner-banner-space .banner-contect .h1 {
    font-size: 75px;
    line-height: 85px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.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: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #fff;
}/* reset default */

/* 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. */
}
/* common css end */

/* nav multiple css */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
ul.menu-top li {
    display: inline-block;
    color: #FFF;
    position: relative;
    margin-left: 13px;
}
ul.menu-top li:first-child{
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 12px;
}
.menu-top li a {
    padding: 26px 0px;
    padding-top: 17px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0px;
    background: #197269;
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 1;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: #000;
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    color: #000;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}


/* Display the dropdown */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}

ul.menu-top li:hover li a:hover {
    background: #197269;
    color: #fff;
}

.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}

.menu-top .sub-menu li.current_page_item a {
    background-color: #197269;
    color: #fff;
}

.menu-top .sub-menu > li.current_page_item ul li a {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-weight: 400;
}

.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: #197269;
    color: #fff;
}

.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
}

.nav-menu-inner {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    text-align: right;
}

.menu-top li:first-child {
    padding-left: 0;
}

.menu-top li:last-child {
    margin-right: 0;
    padding-right: 0px;
}
.site-identity .main-navigation ul.sub-menu {
    background-color: #197269;
    min-width: 225px;
    text-align: center;
    padding: 0;
    top: 100%;
    left: 0;
    position: absolute;
   color: #fff;
    line-height: 3;
    display: none;
    box-shadow: 0px 2px 5px #0a0a0a4d;
}
.site-identity .main-navigation ul.sub-menu li {
    display: block;
    text-align: left;
    padding: 0;
}
.site-identity .main-navigation ul.sub-menu li a {
    padding: 10px;
}
.site-identity .main-navigation ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}
.site-identity .main-navigation ul.sub-menu a:hover, .main-navigation ul.sub-menu li.current-menu-item>a, .main-navigation ul.sub-menu .current-menu-parent > a{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.main-navigation ul:not(.sub-menu) li.current-menu-item>a, .main-navigation ul:not(.sub-menu) .current-menu-parent > a{
    text-decoration: underline;
}
.main-navigation ul li.menu-item-has-children {
    padding-right: 20px;
}
.site-identity .main-navigation ul > li.menu-item-has-children:before {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform-origin: 5px 0px;
}
.site-identity .main-navigation ul > li .sub-menu li.menu-item-has-children:before {
    right: 7px !important;
      transform: rotate(315deg) translateY(-50%);
    -webkit-transform: rotate(315deg) translateY(-50%);
    -moz-transform: rotate(315deg) translateY(-50%);
    -o-transform: rotate(315deg) translateY(-50%);
    -ms-transform: rotate(315deg) translateY(-50%);
}
.site-identity .main-navigation .menu-item:hover > .sub-menu{
    display: block;
}
.navbar-toggler-icon {
    background: none;
    position: relative;
}
.navbar-toggler.collapsed ::after {
    display: none;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}
.navbar-toggler-icon::after {
    content: 'X';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
}

ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}

ul.menu-top li .sub-menu li a:hover {
    background-color: #197269;
}

.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}

.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}

header#header .menu-top li#menu-item-163 .sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    min-width: 29rem;
    left: 50%;
    transform: translateX(-50%);
}

header#header .menu-top li#menu-item-163 .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.11);
    margin: auto;
}

header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: -7px;
    margin: auto;
    right: -15px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/down-arrow.svg);
    background-position: center;
    height: 10px;
    width: 10px;
    bottom: 1px;
}

.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/down-arrow-active.svg);
}

/* menu nav end */
.fullwidth {
    position: relative;
    float: left;
    width: 100%;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-pd {
    padding: 70px 0;
}

/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

/* .search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
} */

.close-search{
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    margin-left: 15px;
    height: 22px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    top: 0px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: 0px 0px;
    cursor: pointer;
}


header#header.small-header .search-bar-box {
    top: 0;
}

#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}

.search-icon-form button.btn {
    background-color: #197269;
    padding: 20px;
    margin-top: 0;
}

.search-icon-form button.btn:hover {
    background-color: #fff;
    color: #197269;
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: #197269;
    color: #fff;
    border: 1px solid #197269;
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: #197269;
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/* Header Search End */
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea {
    background: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 25px 0;
    border: none;
    border-bottom: 1px solid #d4dde5;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}



.wpcf7 .wpcf7-form-control-wrap.quiz-math, .wpcf7 .wpcf7-form-control-wrap.quiz-math label {
    width: 100%;
    margin: 0;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display:none;
}

div.wpcf7 .wpcf7-form .form-control {
    padding: 5px;
    font-size: 16px;
    text-transform: none;
    color: #000000;
    background: none;
    height: 50px;
    font-weight: 300;
    padding-left: 0;
    border: none;
    border-bottom: 2px solid #D6D6D6;
}

div.wpcf7 .wpcf7-form textarea.form-control {
    height: 120px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none !important;
    margin: 0 !important;
    background: #b31517;
    max-width: 389px;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 10px;
    background-color: #b33d3d;
    padding: 6px;
    border-radius: 0px 0px 4px 4px;
    line-height: 6px;
    text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{
    position: relative;
}

.btn-wrap {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 180px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

div.wpcf7 form.submitting .btn-wrap input, .sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: #fff;
    background-color: #197269;
    border: 1px solid #197269;
    text-decoration: none;
}
.sidebar-form .heading {
    text-transform: capitalize;
}
/* .search-form .msg-side-form {
    display: none;
} */
.sidebar-form input, .sidebar-form select, .sidebar-form textarea{
    color:#fff;
}
div.wpcf7 form.submitting .btn-wrap {
    background-color: #197269;
    border-radius: 55px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 224px;
    visibility: hidden;
    display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output, .thank-you-message {
    color: #fff !important;
    background: #00772c !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 0;
}

textarea {
    resize: none;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}

.wpcf7 ::-webkit-input-placeholder {
    color: #999999;
}

.wpcf7 ::-moz-placeholder {
    color: #999999;
}

.wpcf7 :-ms-input-placeholder {
    color: #999999;
}

.wpcf7 :-moz-placeholder {
    color: #999999;
}

/*****************/

/* Footer */

.footer-bottom {
    padding-top: 86px;
    background: #011B1B;
    color: #fff;
}
.front-footer h4 {
    text-transform: capitalize;
}
.footer-bottom .copyright {
    padding: 24px 0;
    border-top: 1px solid #FFFFFF33;
}
.header-service-social.footer-service {
    position: absolute;
    right: 10px;
    bottom: 50px;
}
.header-service-social.footer-service li {
    display: inline-block;
    padding: 10px;
    border: 1px solid #197269;
    border-radius: 50%;
}
.header-service-social.footer-service li path{
    fill: #197269;
}

.footer-map iframe {
    position: relative;
    bottom: -10px;
    width:100%;
}

.inner_banner .content {
    min-height: 650px;
}
.inner_banner {
    background-position: right;
    background-size:cover;
}

/*  blog Start  */
.bloglist .post-list li .info-box {
    margin-bottom: 130px;
}
.blog-full-post .post-list .post-title a , .blog-detail .blog-info-header h1, .sidebar-form .heading {
    font-size: 35px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
}
.blog-info-header h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 0.02em;
}
.blog-detail .blog-content h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.02em;
}
.blog-full-post .post-list .post-image img {
    border-radius: 20px;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.blog-full-post .post-title p {
    font-size: 20px;
    line-height: 30px;
}
.bloglist .post-list li:last-child .info-box {
    margin-bottom: 0;
}
.sidebar .widget-menu {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 30px 22px;
    background: #F5F5F5;
    border: 1px solid #e9e9e9;
}
.sidebar .widget-menu .widget-title {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #0F1B34;
}

.sidebar .widget ul {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 11px;
    margin-bottom: 0;
    list-style: none;
}
.sidebar .widget li a:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2023/05/arrow-4-1.svg);
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 14px;
    width: 14px;
    /*transform: rotate(270deg);*/
}
.sidebar .widget {
    margin-bottom: 40px;
    z-index: 1;
}
.sidebar .widget-menu ul li a {
    display: block;
    padding: 2px 15px;
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #262727;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #575656;
}
.contact-form-sidebar .sidebar-form {
    padding: 45px 30px 40px;
    background: #067272;
    border-radius: 31px;
}
.contact-form-sidebar .widget.searchitem {
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
.contact-form-sidebar .sidebar .search-form {
    position: relative;
    border: 1px solid #D6D6D6;
    padding: 0;
    border-radius: 30px;
    display: flex;
}
form label {
    display: none !important;
    width: 100%;
    font-weight: 600;

}
.contact-form-sidebar .search-form .search-field {
    color: #000 !important;
    height: 100%;
    width:100%;
    font-size: 16px;
    border: none;
    padding: 0 32px;
    border-radius: 30px;
}
.contact-form-sidebar .search-form .search-submit {
    background: #067272;
    color: #fff !important;
    border-radius: 30px;
    font-size: 14px;
    height: 60px;
    width: 60px;
    position: relative;
    border:none;
}
.contact-form-sidebar .sidebar-form ::placeholder {
    color: #FFFFFF99;
}
.contact-form-sidebar .sidebar-form .wpcf7-submit {
    background: #fff;
    color: #067272;
}
.contact-form-sidebar .sidebar-form>p {
    margin-bottom: 25px;
}
textarea{
    height:10rem;
}
.contact-form-sidebar .sidebar-form>p:last-child {
    margin-bottom: 0;
}
.sidebar .searchitem .search-form {
    position: relative;
    border: 0px solid #d6d6d6;
    padding: 0;
    border-radius: 30px;
    display: flex;
    background: #f4f4f4;
}
.searchitem .search-form .search-field {
    color: #000 !important;
    width: 100%;
    height:100%;
    font-size: 16px;
    border: none;
    padding: 0 32px;
    border-radius: 30px;
    background: #f4f4f4;
}
.search-field {
    color: #000 !important;
    height: 100%;
    font-size: 16px;
    border: none;
    padding: 0 32px;
    border-radius: 30px;
    width: 100%;
}
.searchitem form label {
    display: inline-block !important;
    width: 100%;
    font-weight: 600;
}
.searchitem .search-form .search-submit {
    background: #067272 !important;
    color: #fff !important;
    border-radius: 30px;
    font-size: 14px;
    height: 53px;
    width: 98px;
    position: relative;
    border: none;
}
/*  blog End */
/* Error page start  */
.contact-form {
    padding: 6% 10% 5%;
    background: #f5f5f5;
    border: 1px solid #197269;
    margin: 70px 10% 0;
}
.display-col-2>p {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.display-col-3 br, .display-col-2 br {
    display: none;
}
/* Error page end */
.bg-blue {
    background: linear-gradient(180deg, rgba(6, 114, 114, 0.065) 0%, rgba(6, 114, 114, 0) 133.39%);
}
.bg-light-grey{
    background: #F5F5F5
}
.small-menu .top-navigation {
    background:#197269;
}
.banner-form textarea {
    min-height: 100px;
}
/* NAP Start */
.location-center {
    padding-left: 40px;
}
.icon-after {
    position: relative;
    padding-left: 30px;
}
.icon-after::after {
    content: '';
    background-repeat:no-repeat;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
}
.location-center::after{
    background-image: url(https://jennifermarstg.wpengine.com/wp-content/uploads/2023/05/pin.svg);
}
.phoneno::after{
    background-image: url(https://jennifermarstg.wpengine.com/wp-content/uploads/2023/05/call.svg);
}
.phoneno.faxno::after{
    background-image: url(https://jennifermarstg.wpengine.com/wp-content/uploads/2023/05/fax-machine-1.svg);
}
.emailid::after{
    background-image: url(https://jennifermarstg.wpengine.com/wp-content/uploads/2023/05/email_1-1.svg);
}
/* NAP  End*/
/*.front-footer>.container>.row:first-child {
    padding-top: 110px;
    padding-bottom: 50px;
}*/
.footer-bottom.extra-space {
    padding-top: 200px;
}
.footer-bottom .menu {
    text-align: center;
}
.shift-bottom {
    margin-bottom: -200px;
    position: relative;
    box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.05);
}
.featured-img.blog-post {
    height: 410px !important;
    object-fit: cover;
    border-radius: 20px;
}
.thank-you-page .row {
    height: 30vh;
}
#shadow-host-companion {
    padding: 0;
}

.about-large-image{
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative
}
.about-large-image:before {
    content: "";
    width: 93%;
    height: 93%;
    background: url(../img/img-pattern.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 98%;
    z-index: -1;
}
.about-small-image {
    width: 390px;
    margin-left: auto;
    max-width: 100%;
}
.page-numbers {
    width: 60px;
    height: 60px;
    border: 1px solid #CECECE;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
}
.nav-links {
    display: flex;
    gap: 20px;
}
.page-numbers.current {
    background: #067272;
    border-color: #067272;
    color: #fff;
}
nav.navigation.pagination {
    margin-top: 50px;
}


/* review schema start  */

.review-schema-wrapper {
    padding-top: 0;
    margin-bottom: 50px;
}

.clientreviews {
    background: #C60E2008;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}

.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}

.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}

.review-schema-wrapper .page_review {
    line-height: 32px;
}
.page_review_by .testimonialTitle {
    font-size: 18px;
}

.clientreviews div strong, .clientreviews p strong {
    color: #212529;
    letter-spacing: 1px;
}

.clientreviews {
    background: #1972697d;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}

.video-schema {
    margin-bottom: 70px;
    margin-top: 0;
}

.clientreviews div strong, .clientreviews p strong {
    color: #212529;
    letter-spacing: 1px;
}
/* review schema end */

.linklist ul li {
    position: relative;
    padding-left: 20px;
}
.linklist ul li::before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2023/05/arrow-4-1.svg);
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 14px;
    width: 14px;
}
.blog_detail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.blog-title a {
    font-size: 24px;
    margin: 15px 0px;
    font-weight: 600;
    display: inline-block;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 10px;
}
.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #197269;
    border-radius: 50%;
    opacity: 0.6;
    margin: 5px;
}
.owl-dots .owl-dot.active{
    opacity: 1;
}
.blog-full-post .post-list .post-image  .blog-no-thumbnail img.no-featured-img,
.blog-no-thumbnail img.no-featured-img{
    height: auto;
    border-radius: 0;
    width: auto;
    max-width: 320px;
    object-fit: contain;
}
.blog-no-thumbnail {
    height: 410px !important;
    width: 100%;
    background: #197269;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.static-sec .content-box {
    margin-bottom: 50px;
}
.breadcrumb {
    background: #F5F5F5;
    padding: 10px 0;
    margin: 0;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.blog-slider .owl-nav .owl-prev:hover, .blog-slider .owl-nav .owl-next:hover {
    opacity: 0.5;
}
.search_result article {
    margin-bottom: 40px;
}
.page-child .sidebar .contact-form-sidebar.mt-4 {
    margin-top: 0 !important;
}
.nap-contact-info .phoneno:after, .nap-contact-info .faxno:after {
    top: 0;
}
.form-btn {
    position: relative;
}
.form-btn span.wpcf7-spinner {
    left: 50px;
}