.call-us-wrapper {
  background: url('../../jojocall.co/assets/frameworks/public/images/main-background.jpg') center bottom no-repeat;
  background-size: 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: rgba(0,0,0,0.6);
  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: 30rem;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

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

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

.call-us-container .separation-line, .call-us-container .bottom-separation-line {
  border: 1px solid #C1A70F;
  width: 60%;
  margin: 0 auto 5rem;
}

.call-us-container .bottom-separation-line {
  margin: 3rem auto;
}

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

      
.call-us-container .chat-section .whatsapp-box,  .call-us-container .chat-section .telegram-box {
  border: 1px solid #C1A70F;
  border-radius: 10px;
  border-left: 0;
  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 .icon, .call-us-container .chat-section .telegram-box .icon {
  background-color: transparent;
  border: 1px solid #FFD815;
  border-radius: 10px;
  height: 4.8rem;
  width: 4.8rem;
  position: absolute;
  left: -5rem;
  top: -.7rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.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 span, .call-us-container .chat-section .telegram-box span {
  font-family: 'unisansbookregular', sans-serif;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.5;
  padding: .7rem 2.5rem;
  color: white;
  display: block;
  text-transform: uppercase;
}

.call-us-container .contact-section {
  margin: 3rem auto 0;
  max-width: 30rem;
  width: 100%;
}
      
.call-us-container .contact-section .contact-box {
  text-align: center;
  margin-bottom: 20px;
}

.call-us-container .contact-section .contact-box .contact-label {
  display: flex;
  justify-content: center;
  border: 1px solid #FFD815;
  border-radius: 10px 10px 0 0;
  padding: 1rem;
}

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

.contact-section .contact-box .contact-label .icon svg, .live-support .container .chat-box a .icon svg {
  width: 2.3rem;
  height: 2.3rem;
}

.call-us-container .contact-section .contact-box .contact-label .text-side{
  font-family: 'unisansbookregular', sans-serif;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.5;
  color: white;
}

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

.call-us-container .contact-section .contact-box .contact-no {
  background-color: #FFD815;
  border-radius: 0 0 10px 10px;
  padding: .6rem;
}

.call-us-container .contact-section .contact-box .contact-no a {
  color: black;
  font-size: 2rem;
}

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

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

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

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

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

.live-support .container .chat-box a .icon {
  border: 1px solid #FFD815;
  border-radius: 20px;
  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.4rem;
}

.live-support .container .chat-box a span {
  font-family: 'unisansbookregular', sans-serif;
  font-size: 1.6rem;
  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;
}

.call-us-container .live-support .footer-logo{
  margin-bottom: 0;
}

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


