.call-us-wrapper {
  background: url(https://kavcall.com/assets/frameworks/public/images/main-background-3.jpg) center bottom no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  display: flex;
}

.call-us-wrapper .call-us-container {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  background-color: rgba(0,0,0,0.4);
  box-shadow: 0 0 30px -12px #000;
  border: 1px solid #cc0001;
}

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

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

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

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

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

.call-us-wrapper .call-us-container .chat-section {
  display: grid;
  align-items: center;
  justify-content: center;
}

.call-us-wrapper .call-us-container .chat-section .whatsapp-box, .call-us-wrapper .call-us-container .chat-section .telegram-box {
  border: 1px solid #cc0001;
  background-image: linear-gradient(to bottom, #444, #111, #0e0e0e);
  border-left: 1px solid #cc0001;
  border-radius: 0 20px;
  position: relative;
  margin: 1rem 0;
}

.call-us-wrapper .call-us-container .chat-section .whatsapp-box .icon, .call-us-wrapper .call-us-container .chat-section .telegram-box .icon{
  background-color: #fff;
  border-radius: 50%;
  height: 4.2rem;
  width: 4.2rem;
  position: absolute;
  left: -2rem;
  top: -.2rem;
  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-wrapper .call-us-container .chat-section .whatsapp-box span, .call-us-wrapper .call-us-container .chat-section .telegram-box span {
  font-size: 1.6rem;
  padding: .5rem 2.5rem;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  text-transform: uppercase;
}

.call-us-wrapper .call-us-container .chat-section .telegram-box {
  border-radius: 20px 0;
}

.call-us-wrapper .call-us-container .chat-section .telegram-box .icon {
  right: -2rem;
  left: auto;
}

.call-us-wrapper .call-us-container .contact-section {
  margin: 3rem auto 0;
  max-width: 30rem;
}

.call-us-wrapper .call-us-container .contact-section .contact-box {
  background-color: transparent;
  margin-bottom: 4.5rem;
  padding-top: 2rem;
  display: block;
  text-align: center;
}

.contact-section .contact-box:last-child {
    margin-bottom: 3rem;
}

.call-us-wrapper .call-us-container .contact-section .contact-box .contact-label {
  margin: 0;
  max-width: 100%;
  padding: .3rem 1rem;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  position: relative;
  border-width: .2rem;
  border-right: 0;
  border: 1px solid #cc0001;
  border-radius: 0 20px;
  background-image: linear-gradient(to bottom, #444, #111, #0e0e0e);
}

.call-us-wrapper .call-us-container .contact-section .contact-box .contact-label .icon {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5.5rem;
  height: 6rem;
  width: 6rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
}

.call-us-wrapper .call-us-container .contact-section .contact-box .contact-label .icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.call-us-wrapper .call-us-container .contact-section .contact-box .contact-label .text-side {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 1rem;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.call-us-wrapper .call-us-container .contact-section .contact-box .contact-label .text-side .text_red {
  color: #dc413d;
  display: initial;
  padding: 0 .8rem;
  font-size: 3rem;
}

.call-us-wrapper .call-us-container .contact-section .contact-box .contact-no {
  max-width: 100%;
  margin: 0;
}

.call-us-wrapper .call-us-container .contact-section .contact-box .contact-no a {
  background-color: #dc413d;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 8px;
  padding: .8rem .5rem;
  text-decoration: none;
  line-height: 1;
  display: block;
  font-weight: 600;
}

.bottom-border {
  line-height: 0;
  border: 1px solid #cc0001;
  width: 60%;
  margin: 0 auto;
}

.bottom-border img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

.call-us-wrapper .call-us-container .live-support .container {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

@media (min-width: 400px) {
  .call-us-wrapper .call-us-container .live-support .container {
    display: flex;
  }
}

.call-us-wrapper .call-us-container .live-support .container .chat-box {
  border: 1px solid #dc413d;
  background-image: linear-gradient(to bottom, #444, #111, #0e0e0e);
  position: relative;
}

@media (min-width: 400px) {
  .call-us-wrapper .call-us-container .live-support .container .chat-box {
    margin: 0 1rem;
  }
}

.call-us-wrapper .call-us-container .live-support .container .chat-box:first-child {
  border-radius: 0 20px;
}

@media (min-width: 400px) {
  .call-us-wrapper .call-us-container .live-support .container .chat-box:first-child {
    margin-right: 4rem;
  }
}

.call-us-wrapper .call-us-container .live-support .container .chat-box:first-child .icon {
  right: -2rem;
  left: auto;
}

.call-us-wrapper .call-us-container .live-support .container .chat-box:last-child {
  border-radius: 20px 0;
}

.call-us-wrapper .call-us-container .live-support .container a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-us-wrapper .call-us-container .live-support .container a .icon {
  height: 4rem;
  width: 4rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -2rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.call-us-wrapper .call-us-container .live-support .container a .icon img {
  width: 2.4rem;
}

.call-us-wrapper .call-us-container .live-support .container a span {
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  border-left: 0;
  border-right: 0;
  text-decoration: none;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05rem;
}

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