/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.hide-dotted:not(.dotted-complete) * {
    opacity: 1;
}
.personal-box-2 {
    background: url(/images/pesonal-img/banner-box-2.png) no-repeat 50% 50% / cover;
    overflow: hidden;
    padding: 50px;
    margin: 40px 0 60px;
}
.personal-box-title-1 {
    display: inline-block;
    font-weight: 700;
    color: #8059A4;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 45px;
}

.sc-maxwidth img{
width: 100%;
    height: auto;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .close:hover {
    color: black;
  }