/*
Theme Name: Smartxperiencs child
Template: kadence
Version: 1.0
*/

/* h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 300;
} */
.smartx-form {
    width: 100%;
}

.hero-img-block {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.3;
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
}
.hero-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smartx-form .form-group {
    margin-bottom: 10px;
    position: relative;
}

.smartx-form input,
.smartx-form textarea {
    width: 100%;
    padding: 7px 11px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 6px;
    font-size: 15px;
}
.smartx-form .form-group .wpcf7-spinner {
  position: absolute;
  top: 17px;
  right: 0;
  margin: 0;
  z-index: 1;
}
.smartx-form .checkbox-group input {
  width: 18px;
  margin-left: -10px;
  margin-right: 10px;
}

.smartx-form textarea {
    height: 90px;
	min-height: 90px;
	max-height: 90px;
}

.smartx-form input:focus,
.smartx-form textarea:focus {
    border-color: #5a7bd8;
    outline: none;
}

.smartx-form .checkbox-group {
    font-size: 13px;
}

.smartx-form .checkbox-group label {
    display: flex;
    margin-bottom: 0;
}

.smartx-form input[type="submit"] {
    width: 100%;
    background: #0080d0;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    padding: 16px 20px !important;
    font-size: 14px;
	white-space: normal;
}

.smartx-form input[type="submit"]:hover {
    opacity: 1;
}

.smartx-form .form-note {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
	margin-bottom: 10px;
    line-height: 18px;
}
.site-bottom-footer-wrap.site-footer-row-container
 {
    border-top: 1px solid #0e1e36e0 !important;
}

.rank-math-breadcrumb p, .rank-math-breadcrumb p a {
  color: #fff;
  text-decoration: none;
}
.rank-math-breadcrumb p a ~ a {
  display: none;
}
.rank-math-breadcrumb p a ~ a ~ .separator {
  display: none;
}

.blog-sidebar .entry-content-wrap {
  padding: 0 0 0 15px !important;
}
.blog-sidebar .entry.loop-entry {
  box-shadow: none;
}

.navigation.post-navigation {
  max-width: 1400px;
  margin: auto;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  background: #f9fdff;
  padding: 20px;
	margin-bottom:50px;
}
.wp-block-audio audio {filter: invert(1) grayscale(1);border-radius: 50px;overflow: hidden;max-width: 530px;}

.blog-sidebar .entry-header {
  margin: 0;
}
.blog-sidebar .more-link-wrap {
  font-size: 14px;
}
.blog-sidebar.wp-block-kadence-posts {
  gap: 14px;
}
.blog-sidebar.wp-block-kadence-posts .entry-title {
  font-size: 14px !important;
}
.navigation.post-navigation a {
  font-weight: bold;
}

.view-all-faq-btn > .kt-accordion-header-wrap button {
  max-width: 240px;
  border-radius: 15px !important;
  padding: 12px 30px !important;
  margin: auto;
}



.contect-form .hsfc-Row {
  margin-bottom: 0;
}
.contect-form .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
.contect-form .hsfc-RichText p {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}
.contect-form .hsfc-RadioFieldGroup__Options label {
  font-size: 13px;
  font-weight: 300;
}
.contect-form .hsfc-NavigationRow__Buttons button {
  width: 100%;
  background: #0080d0;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  padding: 20px 20px !important;
  font-size: 14px;
  white-space: normal;
}
.contect-form .hsfc-NavigationRow__Buttons button:hover {
  background: #14135f !important;
}
.contect-form .hsfc-NavigationRow {
  margin: 0;
}


@media screen and (max-width: 1440px) and (min-width: 1024px) {
.section-block > .kt-inside-inner-col {
	padding-left:15px;
	padding-right:15px;
}
header .wp-block-kadence-header-row{
	padding-left:15px;
	padding-right:15px;
}

}
	
@media screen and (max-width: 1024px){
.site-footer-row-container-inner .site-container {
  padding: 0;
}
	.navigation.post-navigation {
  margin: 0 15px 30px;
}
}

@media screen and (max-width: 767px){
.hero-img-block img {
  height: 890px;
}
	.m-hide{
		display:none;
	}

}
