.call-us-wrapper {
  background: url(https://holigancall.co/assets/frameworks/public/images/left-top-overlay.png) left top no-repeat, url(https://holigancall.co/assets/frameworks/public/images/right-bottom-overlay.png) right bottom no-repeat, url(https://holigancall.co/assets/frameworks/public/images/main-background.jpg) center bottom no-repeat;
  background-size: 200px, 200px, cover;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  display: flex;
}

.call-us-container {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  background-color: transparent;
  box-shadow: 0 0 30px -12px black;
  border: 1px solid #C1A70F;

}

.call-us-container .call-us-logo {
  margin: 0 auto 1.5rem;
}

.call-us-container .call-us-logo img {
  width: 20rem;
  max-width: 100%;
  display: block;
  margin: 8rem auto 1rem;
}

.call-us-container .bonus-image {
  margin-bottom: 1rem;
}

.call-us-container .bonus-image img {
  max-width: 100%;
}

.call-us-container .separation-line {
  display: none;
}

.call-us-container .bottom-separation-line {
  border: none;
  border-bottom: 0;
  width: 100%;
  margin: .8rem auto;
}

.call-us-container .bottom-separation-line img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;

}

.call-us-container .chat-section {
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -1rem;
  margin-top: 1rem;
}

      
.call-us-container .chat-section .whatsapp-box,  .call-us-container .chat-section .telegram-box {
  border: 2px solid #fdc440;
  border-radius: 0;
  border-right: 0;
  border-left: 2px solid #fdc440;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: transparent;
  position: relative;
  margin: 1rem 0;
}

.call-us-container .chat-section .whatsapp-box a, .call-us-container .chat-section .telegram-box a {
  display: flex;
  justify-content: center;
  align-items: center;
}
        
.call-us-container .chat-section .whatsapp-box .icon, .call-us-container .chat-section .telegram-box .icon {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  height: 4.8rem;
  width: 4.8rem;
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.call-us-container .chat-section .whatsapp-box .icon figure, .call-us-container .chat-section .telegram-box .icon figure {
  border-right: 2px solid #f3ec19;
  border-radius: 0;
  padding-right: .8rem;
}

.call-us-container .chat-section .whatsapp-box .icon img, .call-us-container .chat-section .telegram-box .icon img {
  width: 2.4rem;
}

.call-us-container .chat-section .whatsapp-box:before, .call-us-container .chat-section .telegram-box:before {
  content: "";
  display: block;
  position: absolute;
  right: -9px;
  top: -2px;
  bottom: -2px;
  width: 2px;
  background-color: #fdc440;
  transform: skewX(-20deg);
}

.call-us-container .chat-section .whatsapp-box:after, .call-us-container .chat-section .telegram-box:after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: -2px;
  width: 30px;
  height: 2px;
  background-color: #fdc440;
}
        
.call-us-container .chat-section .whatsapp-box span, .call-us-container .chat-section .telegram-box span {
  font-family: 'unisansbookregular', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  color: white;
  display: block;
  text-transform: uppercase;
}

.call-us-container .chat-section .telegram-box {
  display: none;
}

.call-us-container .contact-section {
  margin: 1rem auto 0;
  max-width: 30rem;
  width: 100%;
}
      
.call-us-container .contact-section .contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.call-us-container .contact-section .contact-box .contact-label {
  border: 2px solid #fdc440;
  border-radius: 0;
  border-right: 0;
  margin-right: 1.5rem;
  flex: 0 0 60%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: .5rem;
}

.call-us-container .contact-section .contact-box .contact-label .icon {
  line-height: 1;
  margin-right: 1rem;
  border-right: 1px solid #f3ec19;
  padding-right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
}

.call-us-container .contact-section .contact-box .contact-label .icon img {
  width: 2.4rem;
  height: 2.4rem;
}


.call-us-container .contact-section .contact-box .contact-label .text-side {
  font-family: 'unisansbookregular', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  width: 80%;
  color: white;
}

.call-us-container .contact-section .contact-box .contact-label .text-side .text_red {
  padding: 0 .5rem;
  display: inline-block;
}

.call-us-container .contact-section .contact-box .contact-label:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fdc440;
  width: 2px;
  top: -2px;
  bottom: -2px;
  transform: skewX(-13deg);
  right: -6px;
}

.call-us-container .contact-section .contact-box .contact-label:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -2px;
  width: 15px;
  height: 2px;
  background-color: #fdc440;
}

.call-us-container .contact-section .contact-box .contact-no {
  background-color: #fdc440;
  border-radius: 0;
  padding: 4px;
  transform: skewX(-13deg);
  margin-left: -9px;
  flex: 0 0 40%;
}

.call-us-container .contact-section .contact-box .contact-no a {
  color: #1958a4;
  font-size: 1.5rem;
  transform: skewX(13deg);
  font-weight: bolder;
  text-decoration: none;
}

.contact-box:nth-child(2).text_red, .contact-box:nth-child(3).text_red, .contact-box:nth-child(5).text_red {
  display: block;
}

.call-us-container .live-support {
  margin-top: 0;
}

.call-us-container .live-support .container {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 1.7rem;
  margin: 0 0 0 2rem;
}

.call-us-container .live-support .container .chat-box {
  border: 2px solid #fdc440;
  border-radius: 0;
  border-right: 0;
  background: transparent;
  position: relative;
  margin: 0 0 2rem 0;
}

.call-us-container .live-support .container .chat-box:first-child {
  margin-right: 5.5rem;
}

.live-support .container .chat-box a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-support .container .chat-box a .icon {
  border: none;
  padding: .6rem .3rem;
  height: 4.5rem;
  width: 4.5rem;
  background-color: transparent;
  position: absolute;
  left: -5.3rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.live-support .container .chat-box a .icon img {
  width: 2.8rem;
}

.live-support .container .chat-box a span {
  font-family: 'unisansbookregular', sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.5;
  padding: .3rem .5rem;
  color: white;
  border-left: 0;
  border-right: 0;
  text-decoration: none;
  display: block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .05rem;
}

.live-support .container .chat-box a:before {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  top: -2px;
  bottom: -2px;
  width: 2px;
  background-color: #fdc440;
  transform: skewX(-20deg);
}

.live-support .container .chat-box a:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -2px;
  width: 10px;
  height: 2px;
  background-color: #fdc440;
}

.call-us-container .live-support .footer-logo{
  padding-bottom: 11rem;
  margin: 0 auto 8rem;
}

.call-us-container .live-support .footer-logo img {
  width: 20rem;
  margin-top: 2rem;
}




