.arshine2-foot .input-box{
  position: relative;
}



.arshine2-foot .foot-form h5 {
  text-align: center;
}

.crm_inquiry_form_boxcustom_inquiry_form_1754360376322755 .inqury_title_box .inqury_title_text {
    display: none;
}


.glite-footer-form .crm_inquiry_form_boxcustom_inquiry_form_1740624966719601 .inqury_title_box .inqury_title_text {
    display: none;
}

.arshine2-foot {
  background: #24272F;
  padding: 40px 0 5px;
}

.arshine2-foot .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.arshine2-foot h5 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  /* margin-bottom: 40px; */
}


.arshine2-foot .inqury-form .textarea-input {
    height: 50px !important;
}

.arshine2-foot .foot-contact {
  width: 400px;
}

.arshine2-foot .foot-contact p {
  padding: 7px 0;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.arshine2-foot .foot-contact p~p {
  /* margin-top: 15px; */
}

.arshine2-foot .foot-contact p:nth-of-type(1) {
    padding-top: 20px;
}

.arshine2-foot .foot-contact p a {
  color: inherit;
}

.arshine2-foot .foot-contact p a:hover {
  color: #0182ac;
}

.arshine2-foot .foot-contact .share {
  font-size: 0;
  margin: 17px 0 0;
}

.arshine2-foot .foot-contact .share a {
  display: inline-block;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 34px;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  text-align: center;
}

.arshine2-foot .foot-contact .share a+a {
  margin-left: 20px;
}

.arshine2-foot .foot-contact .share a i {
  font-size: 20px;
  line-height: inherit;
}

.arshine2-foot .foot-contact .share a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.arshine2-foot .foot-link {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.arshine2-foot .foot-link .list {
  width: 100%;
  position: relative;
  transition: all 500ms;
}

.arshine2-foot .foot-link .list h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 46px;
  text-indent: 20px;
  transition: all 500ms;
  margin: 0;
}

.arshine2-foot .foot-link .list ul {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 46px;
  background-color: #fff;
  overflow: hidden;
  height: 0;
  transition: all 500ms;
}

.arshine2-foot .foot-link .list ul li a {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  padding-left: 20px;
}

.arshine2-foot .foot-link .list ul li:hover a {
  background: var(--color-primary);
  color: #fff
}

.arshine2-foot .foot-link .select_icon {
  width: 55px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  background-color: rgba(92, 92, 92, 0.6);
  transition: all 500ms;
}

.arshine2-foot .foot-link .select_icon i {
  font-size: 26px;
  display: inline-block;
  transition: all 500ms;
  line-height: inherit;
}

.arshine2-foot .foot-link:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.arshine2-foot .foot-link:hover .list h6 {
  color: rgba(29, 29, 29, 0.8);
}

.arshine2-foot .foot-link:hover .list ul {
  height: 200px;
}

.arshine2-foot .foot-link:hover .select_icon {
  background-color: rgba(255, 255, 255, 0.8);
}

.arshine2-foot .foot-link:hover .select_icon i {
  color: #000;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arshine2-foot .foot-nav ul {
    padding-top: 20px;
}

.arshine2-foot .foot-nav ul li {
  padding: 6px 0;
  font-size: 16px;
  line-height: 30px;
  color: #9d9d9d;
}

.arshine2-foot .foot-nav ul li+li {
  /* margin-top: 15px; */
}

.arshine2-foot .foot-nav ul li a:hover {
  color: #0182ac;
}


.arshine2-foot .foot-form {
  width: 545px;
}

.arshine2-foot .foot-form p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #9d9d9d;
  margin-bottom: 15px;
}

.arshine2-foot .foot-form .inquirbox {
   position: relative;
   /* margin-top: 20px; */
}

.arshine2-foot .foot-form .input-box~.input-box {
  margin-top: 13px;
}

.arshine2-foot .foot-form .inquirbox input[type="text"],
.foot-form .inquirbox textarea {
  padding: 12px 25px;
  font-size: 16px;
 border: 1px solid transparent;
  /* border-radius: 35px; */
  background: #3B414F;
  color: #fff;
}

.arshine2-foot .foot-form .inquirbox .submit {
  line-height: 46px;
  background: #fff;
  color: var(--color-primary);
  border-radius: 35px;
  margin: 0;
  font-size: 18px;
}

.arshine2-foot .foot-form .inquirbox .submit i {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}

.arshine2-foot .foot-form .inquirbox .submit:hover {
  background: var(--color-primary);
  color: #fff;
}

.copyright {

  padding: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.copyright p {
  color: #eeeeee;
  font-size: 18px;
  font-family: var(--font-family);
  text-align: center;
}


#arshine2-gotop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

#arshine2-gotop i {
  color: #fff;
  font-size: 18px;
}

#arshine2-gotop:hover {
  background: #0182ac;
}

.inquirbox h5 {
  background: #F0B323;
}

.inquirbox .row {
  margin-bottom: 15px;
}
.inquirbox .row:last-of-type {
  margin-bottom: 0;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}


.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox .submit {
  margin: 0 auto;
  width: 100%;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.crm-form .inquirbox input[type="text"],
.crm-form .inquirbox textarea {
  padding: 10px 12px;
  font-size: 16px;
}

.crm-form .inquirbox .submit {
  margin: 0 auto;
  line-height: 45px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.crm-form .inquirbox .submit i {
  font-size: 22px;
}

.crm-form .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width:1500px) {

  .arshine2-foot {
    padding: 80px 0;
  }

  .arshine2-foot h5 {
    font-size: 28px;
    /* margin-bottom: 35px; */
  }
}

@media screen and (max-width:1441px) {

  .pro_view_inner .btn-box a {
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
  }

  .arshine2-foot h5 {
    font-size: 26px;
  }
}

@media screen and (max-width:1367px) {

  .arshine2-foot {
    padding: 40px 0;
  }

  .arshine2-foot h5 {
    font-size: 24px;
  }

  .arshine2-foot .foot-contact p {
    line-height: 28px;
  }

  .arshine2-foot .foot-contact p {
    font-size: 15px;
  }

  .arshine2-foot .foot-nav ul li,
  .arshine2-foot .foot-form p {
    line-height: 28px;
  }

  .arshine2-foot .foot-nav ul li,
  .arshine2-foot .foot-form p {
    font-size: 15px;
  }
}

@media screen and (max-width:1281px) {

  .pro_view_inner .btn-box a {
    width: 220px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}

@media screen and (max-width:1171px) {
  .arshine2-foot .foot-contact p {
    font-size: 16px;
  }

  .arshine2-foot .foot-nav ul li,
  .arshine2-foot .foot-form p {
    font-size: 16px;
  }
}

@media screen and (max-width:992px) {

  .arshine2-foot .foot-nav {
    display: none;
  }
}

@media screen and (max-width:768px) {

  .arshine2-foot {
    padding: 30px 0;
  }

  .arshine2-foot .container {
    display: block;
  }

  .arshine2-foot h5 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .arshine2-foot .foot-contact {
    width: 100%;
    text-align: center;
  }

  .arshine2-foot .foot-contact p {
    font-size: 16px;
    line-height: 24px;
  }

  .arshine2-foot .foot-contact p~p {
    margin-top: 10px;
  }

  .arshine2-foot .foot-contact .share {
    font-size: 0;
    margin: 15px 0 0;
  }

  .arshine2-foot .foot-contact .share a+a {
    margin-left: 15px;
  }

  .arshine2-foot .foot-contact form {
    margin: 25px auto 0;
  }

  .arshine2-foot .foot-form {
    width: 100%;
    margin: 30px 0 0;
  }

  .arshine2-foot .foot-form p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .arshine2-foot .foot-form .inquirbox {
    margin-top: 20px;
  }

  .arshine2-foot .foot-form .input-box~.input-box {
    margin-top: 15px;
  }

  .arshine2-foot .foot-form .inquirbox input[type="text"],
  .arshine2-foot .foot-form .inquirbox textarea {
    padding: 10px 15px;
  }

  .arshine2-foot .foot-form .inquirbox .submit {
    margin: 0 auto;
    font-size: 17px;
  }
}

@media screen and (max-width:768px) {

  .pro_view_inner .btn-box a {
    width: 200px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }

  .arshine2-foot .foot-link {
    margin: 25px auto 0;
  }
}

@media screen and (max-width:600px) {

  .arshine2-foot .foot-contact p {
    font-size: 15px;
  }

  .arshine2-foot .foot-contact p {
    line-height: 24px;
  }

  .arshine2-foot .foot-nav ul li,
  .arshine2-foot .foot-form p {
    font-size: 15px;
  }

  .arshine2-foot .foot-nav ul li,
  .arshine2-foot .foot-form p {
    line-height: 24px;
  }
}

@media screen and (max-width:480px) {

  .arshine2-foot h5 {
    font-size: 22px;
  }

  .arshine2-foot .foot-contact form {
    width: 100%;
  }
      .arshine2-foot .foot-contact p {
        font-size: 12px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .arshine2-foot h5{
      font-size: 18px;
    }
    
        .arshine2-foot .foot-nav ul li, .arshine2-foot .foot-form p {
        font-size: 12px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .arshine2-foot .foot-form .inquirbox input[type="text"], .foot-form .inquirbox textarea{
      font-size: 12px;
    }
}
.crmFormVali-error{color:#a94442;font-size:12px;line-height:1;position:absolute;right:145px;top:calc(50% - 6px);}
#crmMailMask{font-size:14px;line-height:1.5;color:#444;text-align:center;position:fixed;width:100%;height:100%;left:0;top:0;z-index:10999;background:rgba(80,80,80,0.5)}
#crmMailMask,#crmMailMask *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box}
#crmMailMask:after,#crmMailMask>div{display:inline-block;vertical-align:middle}
#crmMailMask:after{content:'';height:100%;width:0;overflow:hidden}
#crmMailMask .crmMailMask-box{background:#fff;width:300px;border-radius:4px;max-width:98%;padding:25px 20px;}
#crmMailMask .crmMailMask-box .crmMailMask-boxBot{margin-top:10px}
#crmMailMask .crmMailMask-box .crmMailMask-boxBot button{line-height:1;border:0 none;padding:10px 15px;background:#135287;color:#fff;font-size:13px;text-transform:capitalize}
button.submit .crm-submit-load{display:inline-block;width:24px;height:20px;background:url("../images/small-load.gif") no-repeat center right;vertical-align:middle}
.crm-body-clear{overflow:hidden!important}






@media screen and (max-width:480px){

  .custom-pop-inquiry .div_info{
    padding: 30px 10px !important;
  }
  .crm_inquiry_form_boxcustom_inquiry_form_1718170267362723 .inqury-form .one-line-input{
    font-size: 12px !important;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    font-size: 12px !important;
  }
  .crm_inquiry_form_boxcustom_inquiry_form_1718170267362723 .inqury-form .textarea-input{
    font-size: 12px !important;
  }
  .crm_inquiry_form_boxcustom_inquiry_form_1718170267362723 .inqury-form .phone-wrap input[type="number"]{
  font-size: 12px !important;
  }
}