h1,h2 {
  flex-wrap: nowrap !important;
}
h2 .line_block {
    width: 60px;
    height: 1px;
    display: block;
    background: var(--color-primary);
    margin-right: 20px;
}
div[class^=crm_inquiry_form_] h2 {
  line-height: 1.4 !important;
  width: 90%;
  margin-inline: auto;
  font-size: 30px !important;
}
.custom-pop-inquiry .cd-popup-close {
  right: 3% !important;
  top: 6px !important;
}
/*:not(.rich-text) img {*/
/*  width: inherit;*/
/*  height: inherit;*/
/*}*/
li {
  list-style: inherit;
}
.fancybox-caption__body {
  font-size: 28px !important;
}
.custom-pop-inquiry {
  z-index: 99999!important;
}
#jwell-footer {
    /*background: url("./pics/footbg.jpg") no-repeat center top;*/
    background: #202020;
    box-sizing: border-box;
    padding: 50px 0;
    background-size: cover;
}
#jwell-footer .logo {
      display: flex;
    justify-content: center;
    align-items: center;
}
#jwell-footer .foot-nav  {
  text-align: center;
}
#jwell-footer  .nav_block {
  display: inline-block;
  margin: 0 auto;
  text-align: start;
}
#jwell-footer  .foot-img {
  /*width: 14%;*/
}
#jwell-footer  .foot-img .share {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: end;
}
#jwell-footer  .foot-img .share a {
    color: #ffff;
    padding: 9px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    width: 48px;
    height: 48px;
    margin: 5px;
}
#jwell-footer  .foot-img .share a i {
      font-size: 25px;
}
#jwell-footer  .foot-img .share a:hover {
  background: var(--color-primary);
}
#jwell-footer .logo img {
  max-width: 265px;
}
#jwell-footer .logo p {
  color: #fff;
  margin: 30px 0;
}
#jwell-footer h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    /*background: url(./pics/dot.png) no-repeat left center;*/
    /*padding: 0 0 0 30px;*/
    line-height: 27px;
    margin: 0 0 20px;
    padding-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
}
#jwell-footer > .container {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}

#jwell-footer .foot-nav ul li {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 6px;
    /*color: rgba(255, 255, 255, 0.73);*/
    color: #fff;
}
#jwell-footer .foot-nav ul li::before {
    content: "\e650";
    font-family: "qico";
    font-size: 17px;
    color: rgba(255, 255, 255, 0.73);
    margin-right: 6px;
    display: none;
}
#jwell-footer .foot-nav ul li a:hover {
    color: var(--color-second);
}

#jwell-footer .foot-contact {
    /*width: 42%;*/
    text-align: center;
}
#jwell-footer .foot-contact h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    align-content: center;
}
#jwell-footer .foot-contact h6 span {
    margin-right: 6px;
}
#jwell-footer .foot-contact h6 ~ h6 {
    margin-top: 10px;
}
#jwell-footer .foot-contact p {
    /*color: rgba(255, 255, 255, 0.73);*/
    color: #fff;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 6px;
}
#jwell-footer .foot-contact p a:hover {
    color: var(--color-second);
    text-decoration: underline;
}

#jwell-footer .foot-contact ul li {
    border: 1px solid #7c7c7c;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 90px;
    margin-top: 6px;
}
#jwell-footer .foot-contact ul li .ico {
    margin-left: 13px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #66ba58;
    border-radius: 50%;
    text-align: center;
}
#jwell-footer .foot-contact ul li .ico i {
    color: #292929;
    font-size: 35px;
}
#jwell-footer .foot-contact ul li .t {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 23px;
    margin-left: 23px;
    position: relative;
    color: #c6c6c6;
}
#jwell-footer .foot-contact ul li .t::after {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    background: rgba(228, 228, 228, 0.57);
}
#jwell-footer .foot-contact ul li .t p {
    font-size: 16px;
    line-height: 30px;
}
#jwell-footer .foot-contact ul li .t p em {
    width: 50%;
    float: left;
}

#jwell-footBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    display: none;
    z-index: 999;
    background: var(--color-second);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
#jwell-footBar li {
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    box-sizing: border-box;
}
#jwell-footBar li:first-child {
    border-left: none;
}
#jwell-footBar li a {
    display: block;
    height: 45px;
    line-height: 1;
    text-transform: uppercase;
}
#jwell-footBar li i {
    color: #fff;
    font-size: 20px;
}
#jwell-footBar li span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.jwell-copyright {
    padding: 20px 0;
    background: #202020;
}

.jwell-copyright .foot_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jwell-copyright .foot_block p {
  color: rgba(255, 255, 255, 0.73);
}
.jwell-copyright .foot_block a {
  color: rgba(255, 255, 255, 0.73);
}
.jwell-copyright .ct_block {
  align-items: center;
}
.jwell-copyright .pro {
  margin-right: 15px;
}
.jwell-copyright img {
    height: 25px;
}
.jwell-copyright p {
    font-size: 18px;
    color: var(--text-color);
}
.jwell-copyright a:hover {
    color: var(--color-second);
}

.jwell-copyright .share {
    font-size: 0;
}
.jwell-copyright .share a {
    display: inline-block;
    color: var(--color-primary);
    background: #e2e2e2;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 4px;
}
.jwell-copyright .share a + a {
    margin-left: 15px;
}
.jwell-copyright .share a i {
    font-size: 24px;
    color: inherit;
    line-height: 45px;
}
.jwell-copyright .share a:hover {
    color: #fff;
    background: var(--color-second);
}

.jwell-foot-form {
    position: relative;
    background: #f6f6f6;
    padding: 80px 0;
}
.jwell-foot-form .container {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.jwell-foot-form .txt {
    width: 600px;
}
.jwell-foot-form .txt em {
    font-size: 18px;
    color: var(--color-primary);
    line-height: 1;
    font-weight: 600;
    letter-spacing: 8px;
    display: inline-block;
    text-transform: uppercase;
}
.jwell-foot-form .txt h5 {
    font-size: 56px;
    color: var(--title-text-color);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin: 25px 0 0;
}
.jwell-foot-form form {
    width: 670px;
    position: relative;
}
.jwell-foot-form .submit_text {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: var(--text-color);
    padding: 0 200px 0 25px;
    font-size: 18px;
    background: #fff;
    box-sizing: border-box;
    font-weight: 300;
}
.jwell-foot-form .crmFormVali-error{
    right: 200px;
}
.jwell-foot-form .submit_btn {
    position: absolute;
    right: 12px;
    top: 12px;
    background: var(--color-primary);
    width: 170px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 300;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1500px) {
    #jwell-footer h5 {
        /*font-size: 20px;*/
        background-size: 22px;
        /*padding: 0 0 0 30px;*/
        line-height: 24px;
    }

    #jwell-footer .foot-nav ul li {
        line-height: 27px;
    }
    #jwell-footer .foot-nav ul li::before {
        font-size: 16px;
    }

    #jwell-footer .foot-contact {
        /*width: 45%;*/
    }
    #jwell-footer .foot-contact h6 {
        font-size: 17px;
    }
    #jwell-footer .foot-contact h6 ~ h6 {
        margin-top: 10px;
    }

    .jwell-copyright p {
        font-size: 16px;
    }
    .jwell-copyright .share a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .jwell-copyright .share a + a {
        margin-left: 8px;
    }

    .jwell-foot-form {
        padding: 60px 0;
    }
    .jwell-foot-form .txt {
        width: 500px;
    }
    .jwell-foot-form .txt em {
        font-size: 17px;
    }
    .jwell-foot-form .txt h5 {
        font-size: 48px;
        margin: 20px 0 0;
    }
    .jwell-foot-form form {
        width: 600px;
    }
    .jwell-foot-form .submit_text {
        height: 70px;
        line-height: 70px;
        padding: 0 170px 0 20px;
        font-size: 17px;
    }
    .jwell-foot-form .submit_btn {
        right: 10px;
        top: 10px;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .jwell-foot-form .txt {
        width: 48%;
    }
    .jwell-foot-form .txt h5 {
        font-size: 40px;
    }
    .jwell-foot-form form {
        width: 48%;
    }
    
}

@media screen and (max-width: 992px) {
  #jwell-footer .logo img {
    max-width: 100%;
  }
  
  div[class^=crm_inquiry_form_] h2 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 768px) {
    .jwell-copyright .foot_block {
      flex-direction: column;
      align-items: center;
    }
    #jwell-footer .logo img {
      max-width: 265px;
    }
    #jwell-footer {
        padding: 30px 0;
    }
    #jwell-footer h5 {
        /*font-size: 20px;*/
        background: none;
        padding: 0;
        line-height: 1;
        display: block;
    }

    #jwell-footer .foot-nav {
        /*display: none;*/
    }

    #jwell-footer .foot-contact {
        width: 100%;
    }
    #jwell-footer .foot-contact h6 {
        font-size: 17px;
    }

    #jwell-footBar {
        display: block;
    }
    #jwell-footer  .foot-img .share {
      justify-content: center;
    }
    .jwell-copyright {
        padding: 15px 0 60px;
    }
    .jwell-copyright .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .jwell-copyright img {
        height: 20px;
    }
    .jwell-copyright p {
        font-size: 15px;
        margin-top: 0;
    }
    .jwell-copyright .share {
        margin: 15px 0 0;
    }
    .jwell-copyright .share a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .jwell-copyright .share a + a {
        margin-left: 8px;
    }
    .jwell-copyright .share a i {
        font-size: 22px;
    }

    .jwell-foot-form {
        height: auto;
        padding: 20px 0;
    }
    .jwell-foot-form .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .jwell-foot-form .form-box {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }
    .jwell-foot-form .form-box p {
        font-size: 19px;
    }
    .jwell-foot-form .form-box form {
        width: 350px;
        margin: 15px auto 0;
    }
    .jwell-foot-form .submit_text {
        padding: 0 12px;
        font-size: 15px;
    }
    .jwell-foot-form .submit_btn {
        width: 110px;
        font-size: 17px;
    }

    .jwell-foot-form {
        padding: 30px 0;
    }
    .jwell-foot-form .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .jwell-foot-form .txt {
        width: 100%;
        text-align: center;
    }
    .jwell-foot-form .txt em {
        font-size: 15px;
        letter-spacing: 5px;
    }
    .jwell-foot-form .txt h5 {
        font-size: 30px;
        margin: 15px 0 0;
    }
    .jwell-foot-form form {
        width: 100%;
        margin: 20px 0 0;
    }
    .jwell-foot-form .submit_text {
        height: 50px;
        line-height: 50px;
        padding: 0 120px 0 15px;
        font-size: 16px;
    }
    .jwell-foot-form .submit_btn {
        right: 0;
        top: 0;
        width: 110px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    
    .fancybox-caption__body {
      font-size: 20px !important;
    }
    
    #jwell-footer .nav_block {
      display: block;
      text-align: start;
    }
    
    #jwell-footer .logo  {
      text-align: center;
      padding: 10px 0;
    }
}

@media screen and (max-width: 480px) {
    div[class^=crm_inquiry_form_] h2 {
      font-size: 22px !important;
    }
    .jwell-foot-form .txt h5 {
      font-size: 24px;
    }
    #jwell-footer .logo img {
      max-width: 170px;
    }
    .jwell-copyright .ct_block {
      flex-direction: column;
    }
}