
.contact-info-wrapper .contact-info {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.contact-info-wrapper .cm-address-wrapper {
  width: 50%;
  float: left;
  position: relative;
  padding-left:10px;
  padding-right:10px;
}

.contact-info-wrapper .cm-contact-image {
  width: 50%;
  float: left;
}

.contact-info-wrapper .cm-contact-image img {
  width: 100%;
  height: 562px;
  object-fit: cover;
}

.contact-info-wrapper .cm-address-check svg [data-color="1"] {
  fill: rgba(241, 164, 155, 1);
}


.contact-info-wrapper .cm-address-check {
  position: absolute;
  right: 160px;
  top: 118px;
  display: block;
  width: 135px;
  height: 136px;
}

.contact-info-wrapper .cm-address-check svg {
  max-width: 86px;
  height: 268px;
  transform: rotate(259.1092425757266deg);
}

.contact-info-wrapper .cm-address-inner-wrapper {
  max-width: 481px;
  margin: 39px auto 2px;
}

.contact-info-wrapper .cm-address-title {
  max-width: 481px;
  margin: 62px auto 2px;
}

.contact-info-wrapper .cm-address {
  padding: 0 0 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.contact-info-wrapper .cm-add-icon {
  width: 62px;
  height: 62px;
  float: left;
  cursor:pointer;
}

.contact-info-wrapper .cm-add-icon img.cm-add-hov-image {
  display: none;
}

.contact-info-wrapper .cm-add-icon img {
  display: block;
  width: 62px;
  height: 62px;
}

.contact-info-wrapper .cm-add-icon:hover img.cm-add-image {
  display: none;
}

.contact-info-wrapper .cm-add-icon:hover img.cm-add-hov-image {
  display: block;
}

.contact-info-wrapper .cm-address-contact {
  float: left;
  padding-left: 10px;
}

.contact-info-wrapper .cm-address-contact p {
  margin: 0;
}
.contact-info-wrapper .cm-address-contact p a:hover{
  text-decoration:none;
}
.contact-info-wrapper .cm-address-contact p strong {
  font-family: roboto-bold,roboto,sans-serif;
}

.contact-info-wrapper .cm-address-btn a {
  background-color: rgba(15, 15, 15, 1);
  border: solid transparent 0px;
  cursor: pointer !important;
  border-radius: 3px 3px 3px 3px;
  font: normal normal 700 14px/1.4em roboto-thin,roboto,sans-serif;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  color: #FFFFFF;
  padding: 11.5px 30px;
  display: inline-block;
}

.contact-info-wrapper .cm-address-btn a:hover {
  background-color: rgba(241, 164, 155, 1);
  border-color: transparent;
  text-decoration: none;
  color: #000000;
}

.contact-info-wrapper .cm-address-btn {
  text-align: center;
  margin: 40px 0 25px;
}

@media (max-width:1640px){
  .contact-info-wrapper .cm-address-check {
    right: 60px;
    top: 118px;
  }
}

@media (max-width:1245px){
  .contact-info-wrapper .cm-address-check svg {
    width: 86px;
    height: 188px;
  }  
  .contact-info-wrapper .cm-address-check {
    right: 20px;
    top: 158px;
  }
}
@media (max-width:965px){
  .contact-info-wrapper .cm-address-check svg {
    width: 26px;
    height: 98px;
  }

  .contact-info-wrapper .cm-address-check {
    right: -50px;
    top: 198px;
  }
}

@media (max-width:767px){
  .contact-info-wrapper .contact-info {
    display: block;
  }
  .contact-info-wrapper .cm-address-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  .contact-info-wrapper .cm-contact-image {
    width: 100%;
  }
  .contact-info-wrapper .cm-address-check {
    display: none;
  }

  .contact-info-wrapper .cm-address-title {
    max-width: 100%;
    margin: 22px auto 2px;
  }

  .contact-info-wrapper .cm-address-title h2 {
    line-height: 1em;
    font-size: 20px;
    margin: 0;
  }
  .contact-info-wrapper .cm-contact-image img {
    height: 187px;
  }
  .contact-info-wrapper .cm-address-contact p {
    font-size: 13px;
  }

  .contact-info-wrapper .cm-address-inner-wrapper {
    max-width: 100%;
  }

  .contact-info-wrapper .cm-address-btn a {
    font-size: 10.952380952380953px;
    padding: 7.5px 20px;
  }

  .contact-info-wrapper .cm-address-btn {
    margin: 28px 0 33px;
  }


}