/*----------font css start--------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Maven+Pro:wght@400..900&display=swap");

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("../css/fonts/AeonikTRIAL-Light.woff2") format("woff2"),
    url("../css/fonts/AeonikTRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("../css/fonts/AeonikTRIAL-Regular.woff2") format("woff2"),
    url("../css/fonts/AeonikTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik TRIAL";
  src: url("../css/fonts/AeonikTRIAL-Bold.woff2") format("woff2"),
    url("../css/fonts/AeonikTRIAL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*----------font css end--------------*/

* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Aeonik TRIAL", sans-serif !important;
  font-size: 16px;
  line-height: 26px;
  color: #4d4d4d;
}

/*----------Global css start--------------*/

.is-invalid {
  border: 1px solid red !important;
}

.show-paragraph {
  display: none;
}

#click-readmore.active::after {
  background-position: -19px 1px !important;
}

ul {
  padding: 0px;
  margin: 0px;
}

h3 {
  color: #1a1617;
}

p {
  color: #4d4d4d;
}

a {
  text-decoration: none;
}

/* .container{
    max-width:1120px;
} */
section {
  padding: 60px 0;
}

.cstm_btn {
  background: rgb(247, 64, 0);
  background: linear-gradient(90deg,
      rgba(247, 64, 0, 1) 0%,
      rgba(235, 101, 36, 1) 46%,
      rgba(247, 64, 0, 1) 92%);
  padding: 12px 50px 12px 16px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border: none;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cstm_btn:hover {
  color: #fff;
  transition: all 0.5s;
  background: linear-gradient(90deg, #ff6a00, #ff5f5f, #af2f00, #ff4805);
  background-size: 300%;
  cursor: pointer;
  outline: none;
  animation: gradient-move 3s infinite;
}

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.cstm_btn:after {
  content: "";
  position: absolute;
  background-image: url(../img/btn-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 24px;
  height: 26px;
  width: 26px;
  top: 14px;
  right: 11px;
}

.banner-caption h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000000;
}

.banner-caption h1 span {
  color: #f74000;
}

.banner-caption h2 {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "Maven Pro", serif;
}

.banner-caption h2 strong {
  color: #1a1617;
}

.banner-caption p {
  color: #4d4d4d;
  font-size: 16px;
}

.hdng {
  text-align: center;
  margin-bottom: 50px;
}

.hdng h3 {
  font-size: 35px;
  font-weight: 800;
  color: #1a1617;
  text-align: center;
  margin-bottom: 20px;
}

.hdng h3 span {
  color: #f74000;
}

.hdng p {
  color: #4d4d4d;
}

.banner.inner-banner {
  padding: 40px 0px;
}

.caption h3 {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}

/*----------Global css end--------------*/

/*----------header start--------------*/
header {
  background: #fff;
  box-shadow: 0px 2px 4px 0px #0000000d;
  padding-bottom: 5px;
  position: relative;
  z-index: 999;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

header.active-header {
  position: fixed;
}

header.fixed-header {
  background: #fff;
  box-shadow: 0 10px 10px -12px #646464;
  transition: all 0.5s;
  animation: menu 0.9s;
  margin-top: 0px;
  height: 96px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

header .top-nav {
  padding: 14px 0 0px 0;
}

header.fixed-header .top-nav {
  display: none;
}

header .top-nav .country-box {
  display: flex;
  align-items: center;
  justify-content: end;
}

header .top-nav .country-box .phn-numbers {
  margin-right: 15px;
  margin-top: 1px;
}

header .top-nav .country-box .phn-numbers ul li {
  list-style: none;
  color: #fff;
  font-weight: bold;
  background-color: #f74000;
  padding: 2px 15px 2px 30px;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
}

header .top-nav .country-box .phn-numbers ul li:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  height: 25px;
  width: 25px;
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: 18px;
  filter: invert(1);
}

header .top-nav .ctry-box {
  display: flex;
  align-items: center;
  max-width: 84px;
  width: 100%;
}

header .top-nav .ctry-box:first-child {
  margin-right: 10px;
}

header .top-nav .country-box img {
  width: 22px;
}

header .top-nav .country-box .form-select {
  background: transparent;
  padding: 0px 5px 0px 8px;
  height: 27px;
  line-height: 30px;
  color: #7d7876;
  font-weight: 500;
  font-size: 16px;
  font-family: "Aeonik TRIAL", sans-serif !important;
  border: none;
  background-image: url(../img/dropdown-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 69% 12px !important;
  background-size: 11px !important;
  cursor: pointer;
}

header .top-nav .country-box .form-select:focus {
  outline: none;
  box-shadow: none;
}

@keyframes menu {
  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

header .logo {
  padding: 0;
}

header .logo img {
  width: 280px;
  position: relative;
  top: 1px;
}

header .menu-container {
  text-align: left;
}

header .menu-container ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

header .menu-container ul>li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 0 !important;
}

header .menu-container>ul>li>a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 33px 0;
  position: relative;
  color: #7d7876;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.5s;
}

header .menu-container ul li>a:after {
  content: "";
  background-image: url(../img/dropdown-icon.svg);
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  right: -23px;
  transition: all 0.5s;
  top: 38px;
}

header .menu-container ul li.hide-icon>a:after {
  display: none;
}

header .menu-container ul>li>a:hover {
  transition: all 0.5s;
  color: #f74000;
}

header .menu-container ul li ul {
  position: absolute;
  display: none;
  box-shadow: 0px 4px 13px -7px #4f4f4f;
  border-top: 5px solid #f74000;
  background: rgb(255, 255, 255);
  /* 
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 245, 239, 1) 46%); */
  width: 200px;
  padding: 20px 15px 15px 15px;
  border-radius: 10px;
  top: 90px;
  left: 0;
}

header .menu-container ul li ul li a:after {
  display: none;
}

header .menu-container ul li:hover ul {
  display: block !important;
}

header .menu-container ul li ul li {
  margin-right: 0px;
  list-style: none;
  display: block;
  margin-bottom: 10px;
}

header .menu-container ul li ul li:last-child {
  margin-bottom: 0px;
}

header .menu-container ul li:hover>a {
  color: #f74000;
  transition: all 0.5s;
}

header .menu-container ul li ul li a {
  color: #1a1617;
  font-size: 13px;
  transition: all 0.5s;
  font-weight: 500;
}

header .login-btn {
  padding: 0px;
}

header .login-btn a {
  background-color: #f74000;
  border-radius: 100px;
  font-size: 17px;
  color: #fff;
  width: 90px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 44px;
}

header .menu-container ul li ul.large-menu {
  width: 540px;
  align-items: flex-start;
  justify-content: center;
}

header .menu-container ul>li>ul:before {
  content: "";
  position: absolute;
  left: 35px;
  top: -10px;
  border: 7px solid #f74000;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  transform: rotate(-134deg);
}

header .menu-container ul li ul li ul:before {
  display: none;
}

header .menu-container ul li:hover ul.large-menu {
  display: flex !important;
}

header .menu-container ul li ul.large-menu li {
  width: 33.3%;
}

header .menu-container ul li ul.large-menu li ul li {
  width: 100%;
}

header .menu-container ul li ul.large-menu.about-menu {
  width: 375px;
  left: auto;
  right: -20px;
}

header .menu-container ul li ul.large-menu.about-menu::before {
  left: auto;
  right: 35px;
}

header .menu-container ul li ul.large-menu.about-menu>li:first-child {
  width: 35%;
}

header .menu-container ul li ul.large-menu.about-menu li {
  width: 65%;
}

header .menu-container ul li ul.large-menu.about-menu li ul li {
  width: 100%;
}

header .menu-container ul li ul li ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  box-shadow: none;
  background: transparent;
  padding: 0px;
  border: none;
}

header .menu-container ul li ul li ul li {
  display: block;
}

header .menu-container ul li ul li ul h4 {
  font-size: 15px;
  color: #7d7876;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
}

/*----------header end--------------*/

/*------------------page scroll css start--------------------*/

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px #014b46;
}

/*------------------page scroll css end-------------------*/

/*----------banner start--------------*/

.banner .banner-img img {
  max-width: 80%;
  width: 100%;
}

.banner .chat-box {
  position: absolute;
  bottom: 0px;
  right: 25px;
}

.banner .chat-box img {
  width: 65px;
}

/*----------banner end--------------*/

/*----------client logo start--------------*/
.clients-logo {
  padding: 30px 0;
}

.logos-img {
  margin: 0 auto;
  padding: 40px 0 20px 0;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #ccc;
  border-radius: 20px;
  position: relative;
  max-width: 90%;
}

.logos-img h3 {
  color: #f74000;
  font-size: 16px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 245, 239, 1) 46%);
  display: block;
  padding: 10px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  font-weight: 600;
  margin: 0 auto;
  max-width: 150px;
}

.logos-img ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.logos-img ul li {
  list-style: none;
  display: inline-block;
  padding: 0px;
  width: 100%;
}

.clients-logo.seen-on .logos-img ul li img {
  width: 100%;
  max-width: 90%;
}

/*----------client logo end--------------*/

/*----------client logo end--------------*/
.home-cat-des {
  padding-top: 20px;
}



.home-cat-des .row {
  margin-bottom: 0px;
}

.home-cat-des .caption h3 {
  text-align: left;
}

.home-cat-des .thumb-img {
  text-align: center;
}

.home-cat-des .thumb-img img {
  max-width: 80%;
}

.home-cat-des .caption p {
  margin-bottom: 30px;
  font-size: 16px;
}

header .menu-container ul li.active ul.large-menu.bus-phndev li:first-child ul li a {
  color: #f74000 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

/*----------client logo end--------------*/

/*----------ccalculate-saving start--------------*/

.calculate-saving .calculate-bg {
  background: rgb(233, 234, 219);
  background: linear-gradient(90deg,
      rgba(233, 234, 219, 1) 0%,
      rgba(255, 211, 196, 1) 46%);
  padding: 50px 30px;
  border-radius: 30px;
}

.calculate-saving .calculate-bg h3 {
  color: #f74000;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 40px;
  margin-left: 45px;
}

.calculate-saving .cal-num {
  height: 500px;
  border-radius: 30px;
  background: radial-gradient(circle,
      rgba(250, 111, 43, 1) 0%,
      rgba(235, 149, 36, 1) 0%,
      rgba(247, 64, 0, 1) 69%);
  position: relative;
  z-index: 5;
  right: -80px;
  padding: 0px 60px 0px 115px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calculate-saving .cal-num .num-count {
  width: 100%;
}

.calculate-saving .cal-num .radio-btns {
  display: flex;
}

.calculate-saving .cal-num .radio-btns .custom-radio {
  margin-right: 20px;
}

.calculate-saving .cal-num .radio-btns .custom-radio label {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 9px 25px;
  color: #fff;
  cursor: pointer;
}

.calculate-saving .cal-num .radio-btns .custom-radio label.active {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 245, 239, 1) 46%);
  color: #f74000;
}

.calculate-saving .cal-num .radio-btns .custom-radio input[type="radio"] {
  display: none;
  /* Hide default radio button */
}

.calculate-saving .cal-num .radio-btns .custom-radio .radio-mark {
  width: 20px;
  cursor: pointer;
  height: 20px;
  border: 2px solid #fff;
  /* Bootstrap primary color */
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}

.calculate-saving .cal-num .radio-btns .custom-radio input[type="radio"]:checked+.radio-mark {
  background-color: #f74000;
  /* Fill with primary color */
  border-color: #f74000;
  /* Slightly darker border */
}

.calculate-saving .cal-num .radio-btns .custom-radio input[type="radio"]:checked+.radio-mark::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  border-right: 3px solid #ffffff;
}

.calculate-saving .cal-num .num-count .inner-num-count {
  margin-bottom: 50px;
}

.calculate-saving .cal-num .num-count .number {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 29px;
}

.calculate-saving .cal-num .num-count .number input {
  background: transparent;
  border: none;
  max-width: 100px;
  width: 100%;
  text-align: center;
  font-size: 20px !important;
  color: #000;
}

.calculate-saving .cal-num .num-count .number span {
  background: #f74000;
  height: 25px;
  width: 55px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 35px;
}

.calculate-saving .cal-num .num-count .number span.plus {
  font-size: 25px;
  line-height: 24px;
  padding-left: 0px;
}

.calculate-saving .cal-num .toggle-num {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.calculate-saving .cal-num span.hdng {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  text-align: left;
  max-width: 200px;
  width: 100%;
}

.calculate-saving .cal-num .toggle-num .btn-toggle {
  background: #fff;
  border-radius: 4px;
  padding: 10px 5px 10px 10px;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 29px;
  height: 46px;
  justify-content: end;
}

.calculate-saving .cal-num .toggle-num .btn-toggle .btn.active {
  background-color: #f74000;
  border-radius: 4px;
  color: #fff;
  height: 38px;
  width: 38px;
  display: block;
  line-height: 14px;
}

.calculate-saving .cal-num .toggle-num .btn-toggle .btn:focus {
  outline: none;
  box-shadow: none;
}

.calculate-saving .cal-num .toggle-num .btn-toggle .btn img {
  width: 14px;
  filter: brightness(0) invert(0);
}

.calculate-saving .cal-num .toggle-num .btn-toggle .btn.active img {
  filter: brightness(0) invert(1);
}

.calculate-saving .cal-display {
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  z-index: 6;
}

.calculate-saving .row.cstm-mrgn {
  position: relative;
  left: -35px;
}

.calculate-saving .cal-display .table-main {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 15px 15px 10px 15px;
}

.calculate-saving .cal-display .table-main table {
  margin-bottom: 0px;
}

.calculate-saving .cal-display th.month-amnt {
  text-align: right;
  color: #e55525;
  /* font-size: 40px; */
  font-size: 25px;
  font-weight: 600;
}

.calculate-saving .cal-display th.month-amnt span {
  font-size: 16px;
}

.calculate-saving .cal-display tr td:first-child {
  width: 50%;
}

.calculate-saving .cal-display tbody tr th:last-child {
  text-align: right;
}

.calculate-saving .cal-display thead tr th {
  border-bottom-color: #e2e2e2 !important;
}

.calculate-saving .cal-display tbody tr:last-child td {
  border-bottom: none;
}

.calculate-saving .cal-display tbody tr:last-child th {
  border-bottom: none;
}

.calculate-saving .cal-display p.prgh {
  padding: 15px 0;
  margin: 10px 0 0 0;
  font-weight: 600;
  text-align: center;
}

.calculate-saving .cal-display .cal-logo {
  border: 1px solid #ccc;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  height: 135px;
}

.calculate-saving .cal-display .cal-logo img {
  margin-bottom: 10px;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.calculate-saving input:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}

.calculate-saving .cal-display .cal-logo img.width-cstm {
  width: 161px;
  padding: 14px 0px 0px 0px;
}

.calculate-saving .cal-display .cal-logo h4 {
  margin-bottom: 9px;
  font-weight: 600;
  margin-top: 0px;
  font-size: 25px;
  color: #231f20;
}

.calculate-saving .cal-num .num-count .count-group .form-control {
  background: transparent;
}

/*----------calculate-saving end--------------*/

/*----------banner start--------------*/
.custom-quote {
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.custom-quote .custom-quote-caption h3 {
  font-size: 60px;
  font-weight: 800;
  color: #231f20;
  margin-bottom: 15px;
}

.custom-quote .custom-quote-caption h3 span {
  color: #f74000;
}

.custom-quote .custom-quote-caption h4 {
  font-size: 20px;
  padding: 15px 0;
  color: #4d4d4d;
  margin-bottom: 40px;
}

/*----------banner end--------------*/

/*----------cloud-boxes start--------------*/
.cloud-boxes {
  padding: 40px 0 40px 0;
  background: #fff;
}

.cloud-boxes h3 {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
}

.cloud-boxes .box {
  text-align: center;
  background: #1a1617;
  padding: 25px 60px;
  border-radius: 20px;
  color: #fff;
  height: 450px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cloud-boxes .box img {
  width: 80px;
}

.cloud-boxes .box h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}

.cloud-boxes .box h4 span {
  color: #f74000;
}

.cloud-boxes .box p {
  color: #7d7876;
  font-size: 18px;
  margin: 0;
}

.cloud-boxes .btn-main {
  margin-top: 40px;
}

.cloud-boxes .btn-main .cstm_btn {
  background: transparent;
  border: 1px solid #ccc;
}

.cloud-boxes .btn-main .cstm_btn:after {
  background-image: url(../img/btn-icon-red.svg) !important;
}

/*----------cloud-boxes end--------------*/

/*----------how-it-work start--------------*/
.how-it-work {
  background-image: url(../img/how-it-work-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-bottom: 40px;
}

.how-it-work .box-outer {
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(244, 245, 239, 1) 46%);
  box-shadow: 0px 0px 21px -1px #ccc;
  padding: 100px 100px;
  border-radius: 40px;
}

.how-it-work .caption {
  padding: 0 25px;
}

.how-it-work .caption h3 {
  font-size: 45px;
  color: #f74000;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: left;
}

.how-it-work .caption p {
  font-size: 16px;
  margin-bottom: 40px;
}

.cstm-popup.modal .modal-dialog {
  max-width: 800px;
  width: 100%;
}

.cstm-popup.modal .modal-dialog .modal-content {
  background: #fff;
  border-radius: 25px;
  padding: 0px;
}

.cstm-popup.modal .modal-dialog .btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #f74000;
  opacity: 1 !important;
  font-size: 14px;
  color: #000000;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  text-align: center;
  z-index: 2;
}

.cstm-popup.modal .modal-dialog .btn-close:after {
  position: absolute;
  content: "";
  background-image: url(../img/resellers-partners/close.svg);
  height: 12px;
  width: 12px;
  top: 10px;
  right: 9px;
  background-repeat: no-repeat;
  filter: brightness(1);
}

.cstm-popup.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  overflow: hidden;
  border-radius: 25px;
}

.cstm-popup.modal .modal-dialog .modal-content .modal-body iframe {
  display: block;
}

.nrml-popup.modal .modal-dialog {
  max-width: 800px;
  width: 100%;
}

.nrml-popup.modal .modal-dialog .modal-content {
  background: #fff;
  border-radius: 25px;
  padding: 0px;
}

.nrml-popup.modal .modal-dialog .btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #f74000;
  opacity: 1 !important;
  font-size: 14px;
  color: #000000;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  text-align: center;
  z-index: 2;
}

.nrml-popup.modal .modal-dialog .btn-close:after {
  position: absolute;
  content: "";
  background-image: url(../img/resellers-partners/close.svg);
  height: 12px;
  width: 12px;
  top: 10px;
  right: 9px;
  background-repeat: no-repeat;
  filter: brightness(1);
}

.nrml-popup.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  overflow: hidden;
  border-radius: 25px;
}

.nrml-popup.modal .modal-dialog .modal-content .modal-body iframe {
  display: block;
}

/*----------banner start--------------*/

/*----------footer start--------------*/
footer {
  background: #1a1617;
  padding: 30px 0 15px;
}

footer .container {
  max-width: 1000px;
}

footer .footer-logo {
  padding: 0;
}

footer .footer-logo img {
  filter: brightness(0) invert(1);
  max-width: 200px;
}

footer .socail-bottom {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #7c7c7c;
}

footer .footer-links h3 {
  color: #7d7876;
  font-size: 15px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

footer ul li {
  list-style: none;
}

footer .footer-links ul li {
  margin-bottom: 6px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all 0.5s;
  font-size: 14px;
}

footer .footer-links ul li a:hover {
  color: #f74000;
  text-decoration: none;
  transition: all 0.5s;
}

footer .socail-icon {
  text-align: right;
  position: relative;
  top: 13px;
}

footer .socail-icon>a {
  color: #f7f8f9;
  font-size: 18px;
  padding-right: 17%;
}

footer .socail-icon ul {
  margin-top: 20px;
}

footer .socail-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}

footer .socail-icon ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.5s;
  transform: scale(1);
  border: 1px solid #4a4446;
}

footer .socail-icon ul li a:hover {
  background-color: #f74000;
  transition: all 0.5s;
  border-color: #f74000;
}

footer .socail-icon ul li a img {
  width: 20px;
}

footer .socail-icon ul li a img.fb {
  width: 10px;
  transition: all 0.5s;
}

footer .socail-icon ul li a:hover img {
  transition: all 0.5s;
  width: 24px;
}

footer .socail-icon ul li a:hover img.fb {
  transition: all 0.5s;
  width: 14px;
}

footer .footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid #3a3335;
}

footer .footer-bottom .copyright p {
  display: inline-flex;
  color: #e9eadb;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  margin-right: 5px;
  font-size: 14px;
}

footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-bottom .copyright ul li {
  display: inline-block;
}

footer .footer-bottom .copyright ul li:first-child {
  margin-right: 22px;
  position: relative;
}

footer .footer-bottom .copyright ul li:first-child:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 7px;
  background: #fff;
  width: 1px;
  height: 15px;
}

footer .footer-bottom .copyright ul li a {
  font-size: 14px;
}

footer .footer-bottom .copyright ul li a:hover {
  color: #f74000;
}

footer .call-request {
  margin-top: 25px;
}

footer .call-request h4 {
  color: #e9eadb;
  font-size: 18px;
  margin-bottom: 20px;
}

footer .call-request a {
  color: #f74000;
  font-size: 45px;
  display: block;
  font-weight: bold;
}

footer .call-request ul li {
  color: #f74000;
  font-size: 32px;
  display: block;
  font-weight: bold;
}

/*----------footer end--------------*/

/*----------page scroll top start--------------*/
#scroll {
  position: fixed;
  right: 10px;
  bottom: 90px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  box-shadow: 0px 0px 10px -1px #ccc;
  transition: all 0.5s;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  transition: all 0.5s;
  border-bottom-color: #f74000;
}

#scroll:hover {
  background-color: #f74000;
  transition: all 0.5s;
  opacity: 1;
}

#scroll:hover span {
  border-bottom-color: #fff;
  transition: all 0.5s;
}

/*----------page scroll top end--------------*/

/*----------phone plan page banner start--------------*/

/*----------ask question start--------------*/
.ask-question {
  padding-top: 0px;
}

.ask-question .ask-question-inner {
  background-color: #000;
  background-image: url(../img/phone-plans/ask-question-img.png);
  padding: 50px 130px;
  border-radius: 25px;
  height: 400px;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.ask-question .ask-question-inner h3 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.ask-question .ask-question-inner p {
  color: #fff;
}

/*----------ask question end--------------*/

/*----------updated css start--------------*/
.inner-banner .banner-caption {
  text-align: center;
}

.banner {
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0px;
  padding: 0px;
}

.banner.active-banner {
  margin-top: 140px;
}

.banner-video video {
  max-width: 100%;
  width: 100%;
}

.banner.home-banner {
  padding: 0;
}

.home-cat-des .thumb-img video {
  max-width: 100%;
  width: 80%;
}

/*----------updated css end--------------*/

/*----------phone plan box start--------------*/
.phone-plans-main .box {
  background: radial-gradient(127.66% 131.97% at 93.9% 96.62%, #ffffff 56%, #e9eadb 100%);
  padding: 40px 25px 20px 25px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e9eadb;
  width: 100%;
  min-height: 460px;
  position: relative;
}

.phone-plans-main .box h5 {
  position: absolute;
  background: #f74000;
  color: #fff;
  min-width: 133px;
  height: 37px;
  top: -38px;
  left: 35px;
  border-radius: 15px 15px 0px 0px;
  font-size: 18px;
  line-height: 39px;
  padding: 0 20px;
}

.phone-plans-main .box h5 img {
  width: 18px;
  position: relative;
  top: -2px;
  left: -4px;
}

.phone-plans-main .box h4 {
  color: #f74000;
  font-size: 24px;
  font-weight: 600;
}

.phone-plans-main .box>p {
  font-size: 16px;
  margin-bottom: 20px;
  height: 50px;
}

.phone-plans-main .box>img {
  width: 100%;
  max-width: 150px;
  cursor: pointer;
}

.phone-plans-main .box .city-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.phone-plans-main .box .city-plan img {
  width: 18px;
  margin-right: 8px;
}

.phone-plans-main .box .city-plan p {
  margin: 0;
  font-size: 16px;
}

.phone-plans-main .box .discount {
  margin: 20px 0 5px 0;
  position: relative;
}

.phone-plans-main .box .discount span {
  font-size: 18px;
  text-decoration: line-through;
  color: #7d7876;
  display: inline-block;
  position: relative;
}

.phone-plans-main .box .discount em {
  font-size: 11px;
  font-style: normal;
  position: absolute;
  top: -4px;
  display: block;
  left: 0;
  text-decoration: line-through;
  right: -51px;
}

.phone-plans-main .box .price {
  margin-top: 15px;
}

.phone-plans-main .box .price>span {
  font-size: 34px;
  color: #231f20;
  font-weight: bold;
}

.phone-plans-main .box .price em {
  font-style: normal;
  font-size: 14px;
  position: relative;
  top: -18px;
  left: -4px;
}

.phone-plans-main .box .price span em {
  font-style: normal;
  font-size: 20px;
  position: relative;
  top: -11px;
}

.phone-plans-main .box .price span i {
  font-style: normal;
  font-size: 14px;
  position: relative;
  top: -14px;
  left: 1px;
}

.phone-plans-main .box .price span.line {
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
}

.phone-plans-main .box .puser-price {
  margin-top: 5px;
}

.phone-plans-main .box span {
  color: #7d7876;
  font-size: 14px;
}

.phone-plans-main .box .plan-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

.btn-main.features-btn .cstm_btn {
  border: 1px solid #e9eadb;
  background: linear-gradient(101.15deg, #ffffff 10.62%, #e9eadb 76.38%);
  color: #7d7876;
  padding: 10px 16px 10px 50px;
}

.box .btn-main.features-btn .cstm_btn:after {
  background-image: url(../img/i-plus-minus.svg) !important;
  right: auto;
  left: 21px;
  background-size: 37px;
  top: 14px;
  width: 20px;
}

.phone-plans-main .box .btn-main.order-btn .cstm_btn {
  background: linear-gradient(101.15deg, #ffffff 10.62%, #e9eadb 76.38%);
  border: 1px solid #f74000;
  color: #f74000;
  padding: 10px 50px 10px 16px;
}

.phone-plans-main .box .btn-main.order-btn .cstm_btn:after {
  background-image: url(../img/phone-plans/btn-icon-red.svg) !important;
  background-size: 22px;
  top: 12px;
  right: 11px;
}

/*----------phone plan box end--------------*/

/*----------testimonial start--------------*/
.testimonial-slider {
  padding: 0px !important;
}

.testimonial-slider .box {
  background: #fff;
  text-align: center;
  padding: 25px 30px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  box-shadow: 0px 6px 20px -3px #ccc;
}

.testimonial-slider .box img {
  max-width: 130px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonial-slider .box h4 {
  color: #f74000;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  font-size: 14px;
}

.testimonial-slider .box h4 span {
  font-weight: normal;
  display: block;
  font-size: 14px;
}

.testimonial-slider .slider-testimonial .owl-stage-outer {
  padding: 50px 0px;
}

.testimonial-slider .slider-testimonial .owl-stage-outer .owl-item .item {
  perspective: 400px;
}

.testimonial-slider .slider-testimonial .owl-stage-outer .owl-item .box {
  transform: rotateX(0deg) rotateY(23deg);
  transform-style: preserve-3d;
}

.testimonial-slider .slider-testimonial .owl-stage-outer .owl-item.center.active+.owl-item .item {
  perspective: 400px;
}

.testimonial-slider .slider-testimonial .owl-stage-outer .owl-item.center.active+.owl-item .box {
  transform: rotateX(0deg) rotateY(340deg);
  transform-style: preserve-3d;
}

.testimonial-slider .slider-testimonial .owl-stage-outer .owl-item {
  opacity: 0.2;
  transform: scale(1);
}

.testimonial-slider .slider-testimonial .owl-stage-outer .owl-item.center.active {
  opacity: 1;
  transform: scale(1.2);
}

.testimonial-slider .slider-testimonial .owl-stage-outer .owl-item.center.active .item {
  perspective: none;
}

.testimonial-slider .slider-testimonial .owl-dots .owl-dot span {
  display: block;
  height: 8px;
  width: 8px;
  border: 1px dashed #2f2f2f;
  transform: rotate(45deg);
  margin-right: 10px;
}

.testimonial-slider .slider-testimonial .owl-dots .owl-dot.active span {
  border: 2px solid #f74000;
  background-color: #f74000;
}

.testimonial-slider .slider-testimonial .owl-dots {
  display: block !important;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/*----------testimonial end--------------*/

/*----------faq start--------------*/
.faq {
  padding-top: 0px;
}

.faq .inner-faq {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.faq h3 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 15px;
}

.faq span {
  color: #f74000;
}

.faq .inner-faq .btn-main {
  text-align: right;
}

.faq .inner-faq .accordion {
  margin-top: 30px;
}

.faq .inner-faq .accordion-body p a {
  color: #f74000;
  font-weight: bold;
}

.faq .inner-faq .accordion-item {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.faq .inner-faq .accordion-item .accordion-button {
  background: transparent;
  color: #1a1617;
  font-size: 18px;
  box-shadow: none;
}

.faq .inner-faq .accordion-collapse.collapse.show {
  border-top: 1px solid #ccc;
}

.faq .inner-faq .accordion-item .accordion-button:focus {
  box-shadow: none;
}

/*----------faq end--------------*/

/*----------About us start--------------*/

.banner.about-voxsun-banner {
  text-align: center;
  padding: 35px 0;
}

.about-boost {
  padding: 20px 0;
  margin-bottom: 0px;
}

.aboutus-discover .banner-video {
  text-align: center;
}

.aboutus-discover .banner-video video {
  max-width: 70%;
}

.how-it-works-banner {
  padding: 60px 0;
}

.how-it-work .box-outer {
  padding: 50px;
}

.how-it-work .thumb-img {
  position: relative;
}

.how-it-work .thumb-img img {
  max-width: 100%;
  width: 100%;
}

.how-it-work .thumb-img .youtube-icon {
  position: absolute;
  top: 0;
  bottom: 27%;
  right: 0;
  left: 0;
  max-width: 60px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.5s;
}

.how-it-work .thumb-img .youtube-icon:hover {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}

.professional-about {
  background: radial-gradient(127.66% 131.97% at 93.9% 96.62%,
      #ffffff 56%,
      #e9eadb 100%);
  border-radius: 50px 50px 0px 0px;
}

.professional-about .img {
  text-align: center;
}

.professional-about .img img {
  width: 100%;
  max-width: 80%;
}

.about-Goodbye .Goodbye-caption {
  text-align: center;
}

.about-Goodbye .Goodbye-caption h3 {
  font-size: 35px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.about-Goodbye .Goodbye-caption h3 span {
  color: #f74000;
}

.about-Goodbye .btn-main {
  margin-top: 40px;
}

/*----------About us end--------------*/

/*----------Activvoice Technology start--------------*/
.banner.activvoice-banner {
  padding-top: 10px;
  padding-bottom: 20px;
}

.banner.activvoice-banner .btn-main {
  margin-top: 50px;
}

.clients-logo.activvoice-clients {
  padding-bottom: 30px;
}

.clr-grey {
  color: #1a1617;
}

.home-cat-des.activvoice-cat .thumb-img img {
  max-width: 70%;
  width: 100%;
}

.home-cat-des.connection-flowchart .thumb-img img {
  max-width: 70%;
  width: 100%;
}

/*----------Activvoice Technology end--------------*/

/*---------- Business Phone Device start--------------*/
.business-phn-device-banner {
  background: linear-gradient(103.04deg, #ffd3c4 6.1%, #e9eadb 98.51%);
  padding: 40px 0;
}

.banner.business-phn-device-banner .banner-caption h2 {
  margin-bottom: 10px;
}

.phone-product {
  padding-bottom: 0px;
}

.phone-product .product-filter ul li {
  list-style: none;
  margin-bottom: 0px;
  padding: 12px 15px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
}

.phone-product .product-filter ul li button.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 2px solid transparent;
}

.phone-product .product-filter ul li button.nav-link.active {
  border: 2px solid #f74000;
  border-radius: 5px;
}

.phone-product .product-filter .nav-tabs {
  border: none;
}

.phone-product .product-filter ul li h4 {
  font-size: 16px;
  color: #1a1617;
  margin: 0;
}

.phone-product .product-filter ul li button.nav-link.active h4 {
  color: #000;
  font-weight: bold;
}

.phone-product .product-filter ul li span {
  color: #4d4d4d;
  font-size: 16px;
}

.phone-product .product-list .box {
  border: 1px solid #e2e4e6;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.phone-product .product-list .box:hover {
  box-shadow: 0px 0px 26px -5px #ccc;
  transition: all 0.5s;
}

.phone-product .product-list .box .img-slider .carousel-indicators {
  bottom: -40px;
}

.phone-product .product-list .box .img-slider .carousel-indicators button {
  height: 6px;
  width: 6px;
  border-radius: 15px;
  display: block;
  border: 1px solid #ccc;
  background: #e9eadb;
  opacity: 1;
}

.phone-product .product-list .box .img-slider .carousel-indicators button.active {
  background-color: #f74000;
  border-color: #f74000;
}

.phone-product .product-list .box .img-slider .carousel-inner .carousel-item img {
  width: auto !important;
  margin: 0 auto;
  max-height: 150px;
}

.phone-product .product-list .box .img-slider {
  margin-bottom: 55px;
}

.phone-product .product-list .box h4 {
  font-weight: bold;
  font-size: 16px;
  color: #1a1617;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}

.phone-product .product-list .box h4 span {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  max-width: 60px;
  width: 100%;
}

.phone-product .product-list .box h4 span i {
  font-style: normal;
  font-size: 13px;
  position: relative;
  top: -7px;
  left: -3px;
}

.phone-product .product-list .box .free-Shiping {
  background: linear-gradient(101.15deg, #ffffff 10.62%, #e9eadb 76.38%);
  color: #f74000;
  font-weight: bold;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 0px 10px 0px 10px;
  font-size: 12px;
  margin-bottom: 25px;
}

.phone-product .product-list .box .product-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



/* .phone-product .product-list .box .btn-main.features-btn .cstm_btn {
    border: 1px solid #E9EADB;
    background: linear-gradient(101.15deg, #FFFFFF 10.62%, #E9EADB 76.38%);
    color: #7D7876;
    padding: 7px 15px 7px 38px;
} */

.phone-product .product-list .box .btn-main.features-btn .cstm_btn {
  padding: 7px 15px 7px 38px !important;
}

/* .phone-product .product-list .box .btn-main.features-btn .cstm_btn:after {
    background-image: url(../img/phone-plans/plus.svg) !important;
    right: auto;
    left: 16px;
    background-size: 12px;
    top: 13px;
    height: 15px;
    width: 15px;
} */

.phone-product .product-list .box .btn-main.features-btn .cstm_btn:after {
  left: 17px;
  background-size: 30px;
  top: 14px;
  height: 15px;
  width: 15px;
}

.phone-product .product-list .box .btn-main.order-btn .cstm_btn {
  padding: 7px 15px 7px 15px !important;
}

.phone-product .product-list .box .btn-main.order-btn .cstm_btn:after {
  display: none;
}

.phone-product.product-details .product-list .box {
  border: none;
}

.phone-product.product-details .product-list .box:hover {
  box-shadow: none;
}

.phone-product.product-details .product-list .box h4 {
  display: block;
}

.phone-product.product-details .product-list .box h4 span {
  display: block;
}

.phone-product.product-details .product-list .box .product-btns {
  display: block;
}

.phone-product.product-details .product-list .box .right-test {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 15px;
}

.phone-product.product-details .product-list .box .img-slider {
  margin-bottom: 55px;
  border: 1px solid #ebebeb;
  padding: 70px 35px;
  border-radius: 15px;
  min-height: 375px;
}

.phone-product.product-details .product-list .box .img-slider .carousel-indicators {
  bottom: 10px;
}

.phone-product.product-details .product-list .box .right-test .left {
  max-width: 75%;
  width: 75%;
}

.phone-product.product-details .product-list .box .product-btns {
  display: block;
  max-width: 25%;
  width: 25%;
  text-align: right;
}

.phone-product.product-details .box .price span {
  color: #f74000;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.seo-hidden {
  position: absolute;
  left: -9999px;
  /* Move it far outside the viewport */
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  /* Prevent line breaks */
}

.phone-product.product-details .box .price span i {
  font-style: normal;
  font-size: 13px;
  position: relative;
  top: -7px;
  left: -3px;
}

.phone-product.product-details .box .list {
  padding-left: 45px;
}

.phone-product.product-details .box .list ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
}

.phone-product.product-details .box .list ul li:after {
  content: "";
  position: absolute;
  background-image: url(../img/phone-plans/tick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: -24px;
  top: 6px;
  background-size: 10px;
}

/*---------- Business Phone Device end--------------*/

/*----------Contact us start--------------*/
.contactus-banner {
  padding: 30px 0 50px 0;
  position: relative;
}

.contactus-banner:after {
  content: "";
  position: absolute;
  background-image: url(../img/contact-us/curver-contact-banner-bg.png);
  height: 1201px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}

.contactus-banner .container {
  max-width: 70%;
}

.contactus-banner .banner-video.img {
  text-align: center;
}

.contactus-banner .banner-video.img img {
  max-width: 85%;
  width: 100%;
}

.contactus-banner .call {
  margin: 40px 0;
}

.contactus-banner .call h4 {
  color: #1a1617;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.contactus-banner .call a {
  color: #f74000;
  font-size: 36px;
  display: block;
  font-weight: bold;
}

.contact-form {
  padding-top: 20px;
}

.form-box {
  border: 1px solid #f74000;
  background: #f7f8f9;
  border-radius: 25px;
  padding: 35px;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}

.form-box h4 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
}

.form-box .form-group {
  background: #fff;
  border: 1px solid #7d7876;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  padding: 10px 15px;
}

.form-box .form-group .form-control {
  background: transparent;
  color: #000;
  border: none;
  font-size: 14px;
  padding: 0px;
}

.form-box .form-group.select-dropdown:after {
  content: "";
  position: absolute;
  background-image: url(../img/dropdown-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  cursor: pointer;
  height: 12px;
  width: 12px;
  right: 15px;
  top: 31px;
}

.form-box .form-group select.form-control {
  color: #7d7876;
}

.form-box .form-group .form-control::placeholder {
  color: #7d7876;
}

.form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-box .form-group label {
  color: #7d7876;
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}

.form-box .form-group label:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 6px;
  background-image: url(../img/contact-us/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  height: 10px;
  width: 10px;
}

.form-box .btn-main {
  margin-top: 20px;
  text-align: right;
}

.form-box .captcha {
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.form-box .captcha img {
  max-width: 250px;
  width: 100%;
}

.addres-details .container {
  max-width: 80%;
  width: 100%;
}

.addres-details .box {
  text-align: center;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  height: 180px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
  padding: 0 15px;
}

.addres-details .box img {
  max-width: 65px;
  margin-right: 0;
}

.addres-details .box h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #f74000;
}

.addres-details {
  padding: 0px 0 20px;
}

.addres-details .box h4 span {
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/*----------Contact us end--------------*/

/*----------Careers start--------------*/
.careers-banner {
  padding: 30px 0 50px 0;
}

.careers-banner .inner-bg {
  position: relative;
  background: linear-gradient(103.04deg, #ffd3c4 6.1%, #e9eadb 98.51%);
  border-radius: 30px;
  padding: 0 60px;
  overflow: hidden;
}

.careers-banner .inner-bg .row {
  position: relative;
  z-index: 2;
}

.careers-banner .inner-bg:after {
  content: "";
  position: absolute;
  background-image: url(../img/careers/career-banner-bg.png);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  bottom: 0%;
}

.careers-banner .banner-video.img {
  text-align: center;
}

.careers-banner .banner-video.img img {
  max-width: 85%;
  width: 100%;
}

.careers-form {
  padding-top: 20px;
}

.careers-form .form-box .hdng {
  margin-bottom: 30px;
  text-align: left;
}

.careers-form .form-box .hdng p {
  font-size: 14px;
  margin: 0;
}

.careers-form .form-box .hdng p a {
  color: #f74000;
  font-weight: bold;
}

.careers-form .form-box h4 {
  margin-bottom: 15px;
}

.careers-form .form-box .fileupload-des {
  margin: 35px 0 0 0;
  padding: 0 15px;
}

.careers-form .form-box .fileupload-des ul li {
  font-size: 13px;
  color: #4d4d4d;
  line-height: 25px;
}

.careers-form .form-box .file-upload img {
  position: absolute;
  top: 20px;
  background: #f74000;
  padding: 7px;
  border-radius: 50px;
  right: 10px;
  height: 33px;
  width: 33px;
  z-index: 0;
}

.careers-form .form-box .file-upload .form-control {
  position: relative;
  z-index: 1;
}

.careers-form .form-box h5 {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 13px;
}

/*----------Carees  end--------------*/

/*----------Document Case Studies  start--------------*/
.banner.documentation-banner {
  padding: 44px 0;
}

.banner.documentation-banner .banner-caption p {
  margin-bottom: 25px;
}

.documentation-banner .banner-caption {
  text-align: center;
}

.documentation-download {
  padding-top: 0px;
}

.documentation-download .box {
  border: 1px solid #e9eadb;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.documentation-download .box .video-box img {
  width: 100%;
}

.documentation-download .box .caption {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.documentation-download .box .caption h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f74000;
  line-height: 25px;
  margin: 0;
  min-height: 50px;
}

.documentation-download .box .caption .cstm_btn:after {
  background-image: url(../img/virtual-phones/download.svg) !important;
  right: auto;
  left: 15px;
  background-size: 14px;
  top: 12px;
}

.documentation-download .box .caption .btn-main {
  display: flex;
}

.documentation-download .box .caption .cstm_btn {
  padding: 7px 10px 7px 35px;
  font-size: 16px;
}

/*----------Document Case Studies  end--------------*/

/*----------Features Overview start--------------*/
.features-overview-banner {
  padding: 10px 0;
}

.overview-tabs .tabs-nav-bg {
  background: #1a1617;
}

.overview-tabs {
  padding: 10px 0 30px 0;
}

.overview-tabs .container {
  max-width: 70%;
  width: 100%;
}

.overview-tabs .tabs-nav-bg .nav-tabs {
  justify-content: space-between;
  border: none;
  margin-bottom: 50px;
}

.overview-tabs .tabs-nav-bg .nav-tabs li {
  max-width: 100%;
  width: 25%;
}

.overview-tabs .tabs-nav-bg .nav-tabs li button.nav-link {
  color: #e9eadb;
  padding: 35px 0;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0;
  border: none !important;
  position: relative;
}

.overview-tabs .tabs-nav-bg .nav-tabs li button.nav-link:hover {
  border: transparent !important;
  margin: 0;
}

.overview-tabs .tabs-nav-bg .nav-tabs li button.nav-link:focus {
  border: transparent !important;
  border-radius: 0;
}

.overview-tabs .tabs-nav-bg .nav-tabs li button.nav-link.active {
  background: linear-gradient(103.04deg, #e9eadb 6.1%, #ffd3c4 98.51%);
  color: #1a1617;
  font-weight: bold;
  border-radius: 0px;
}

.overview-tabs .tabs-nav-bg .nav-tabs li button.nav-link.active:after {
  content: "";
  position: absolute;
  border-bottom: 8px solid red;
  height: 4px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -4px;
  border-radius: 0 0 10px 10px;
}

/*-----------flip card --------------*/

.overview-tabs .tab-content .overview-tab-content .box {
  text-align: center;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  height: 125px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  margin-bottom: 30px;
  padding: 0 15px;
  perspective: 1000px;
  transition: transform 0.6s;
}

.overview-tabs .tab-content .overview-tab-content .box .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.overview-tabs .tab-content .overview-tab-content .box:hover .flip-card-inner {
  transform: rotateY(180deg);
  transition: transform 0.6s;
}

.overview-tabs .tab-content .overview-tab-content .box .flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-back div {
  overflow-y: auto;
  max-height: 120px;
  font-size: 13px;
  line-height: 22px;
}

/*-----------flip card --------------*/

.overview-tabs .tab-content .overview-tab-content .box.clr-bg {
  background: linear-gradient(103.04deg, #e9eadb 6.1%, #ffd3c4 98.51%);
}

.overview-tabs .tab-content .overview-tab-content .box h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #1a1617;
}

.overview-tabs .tab-content .overview-tab-content .box p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0px;
}

.overview-tabs .tab-content .overview-tab-content .box img {
  width: 32px;
  margin-right: 10px;
}

.overview-tabs .tab-content .overview-tab-content .box.boost-icon img {
  width: 90px;
}

.overview-tabs .tab-content .spacing-tab-content .content-box {
  padding-left: 70px;
  margin-bottom: 90px;
}

.overview-tabs .tab-content .mobile-tab-content .content-box ul {
  margin-bottom: 30px;
}

.overview-tabs .tab-content .content-box h4 {
  font-size: 26px;
  font-weight: 800;
  color: #25282d;
  text-align: left;
  margin-bottom: 25px;
}

.overview-tabs .tab-content .content-box h4 span {
  color: #f74000;
}

.overview-tabs .tab-content .content-box ul {
  margin-left: 30px;
}

.overview-tabs .tab-content .content-box ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
}

.overview-tabs .tab-content .content-box ul li:after {
  content: "";
  position: absolute;
  background-image: url(../img/phone-plans/tick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: -24px;
  top: 6px;
  background-size: 10px;
}

.overview-tabs .tab-content .img img {
  width: 100%;
}

/*----------Features Overview end--------------*/

/*----------Gymcan start--------------*/
.banner.gymcan-banner {
  padding: 40px 0;
}

.banner.gymcan-banner .banner-caption {
  text-align: center;
}

/*----------Gymcan end--------------*/

/*----------How it Work start--------------*/


.mobile-hdng {
  color: #f74000;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 581px) {
  .mobile-hdng {
    /* On enlève ou modifie le style en version mobile */
    color: inherit;
    font-size: inherit;
    text-align: left;
    font-weight: normal;
  }
}


.operating-diagram {
  padding: 0px 0 30px 0;
  position: relative;
}

.operating-diagram .img-operating-diagram {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.operating-diagram .img-operating-diagram img {
  width: 100%;
}

.operating-diagram .img-operating-diagram h3 {
  position: absolute;
  /* bottom: 15%; */
  left: 16%;
  color: #f74000;
  font-weight: bold;
}

.operating-diagram-right .content-box h4 {
  color: #f74000;
  font-size: 16px;
  font-weight: bold;
  display: none;
  margin-bottom: 25px;
}

.operating-diagram-right .row.mrgin-b#section1-office .content-box h5 {
  color: #f74000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}

.operating-diagram-right .content-box ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.operating-diagram-right .content-box ul li span {
  background: #e9eadb;
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  border-radius: 40px;
  color: #f74000;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  left: 0;
}

.operating-diagram-right .img img {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
}

.operating-diagram-right {
  padding-right: 10%;
}

.operating-diagram-right .row.mrgin-b {
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  padding-left: 35px;
}

.border-none {
  border: none !important;
}

.operating-diagram-right .content-box .img-store a {
  display: inline-block;
}

.operating-diagram-right .content-box .img-store a img {
  max-width: 200px;
}

.operating-diagram-right .content-box .img-store a:first-child {
  margin-left: -21px;
}

.operating-diagram-left {
  background-color: #f74000;
  position: absolute;
  left: 0;
  min-height: 550px;
  color: #fff;
  border-radius: 0 20px 20px 0px;
  padding: 50px 0;
  top: 115px !important;
}

.operating-diagram-left .inner-box {
  padding: 25px 25px 0px 50px;
  margin-bottom: 20px;
}

.operating-diagram-left .inner-box h5 {
  background: #ff490a;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  left: -15px;
}

.operating-diagram-left .inner-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

.operating-diagram-left .inner-box h4:after {
  background-image: url(../img/i-plus-minus.svg);
  background-size: 25px;
  background-position: 4px 4px;
  content: "";
  background-repeat: no-repeat;
  height: 18px;
  position: absolute;
  left: -29px;
  top: -3px;
  width: 18px;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
}

.operating-diagram-left .inner-box ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

header .menu-container ul li>a.active {
  color: #f74000;
  font-weight: 500;
}

.operating-diagram-left .inner-box ul li a {
  color: #fff;
  font-size: 14px;
}

.operating-diagram-left .inner-box ul li.active {
  background: #ff490a;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  left: -15px;
}

/*----------How It Work end--------------*/

/*----------News start--------------*/
.news-banner {
  background: linear-gradient(103.04deg, #ffd3c4 6.1%, #e9eadb 98.51%);
  padding: 40px 0;
}

.news-banner .banner-caption {
  text-align: left;
}

.news-banner .banner-caption h2 {
  margin-bottom: 10px;
}

.news-box .box .img img {
  width: 100%;
  border-radius: 15px;
}

.news-box .box {
  transition: all 0.5s;
  margin-bottom: 20px;
  border-radius: 30px;
}

.news-box .box:hover {
  box-shadow: 0px 0px 26px -5px #ccc;
  transition: all 0.5s;
}

.news-box .box .news-caption {
  padding: 15px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.news-box .box .news-caption span {
  font-size: 14px;
  font-weight: normal;
}

.news-box .box .news-caption h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  color: #f74000;
}

.news-box .box .news-caption p {
  font-size: 14px;
  margin: 0;
}

.news-box .news-right-side .search-box {
  position: relative;
  margin-bottom: 30px;
}

.news-box .news-right-side .search-box input.form-control {
  background: #f7f8f9;
  border: 1px solid #e9eadb;
  border-radius: 12px;
  padding-left: 35px;
}

.news-box .news-right-side .search-box:after {
  background-image: url(../img/news/search.svg);
  position: absolute;
  content: "";
  z-index: 1;
  height: 20px;
  width: 20px;
  text-align: center;
  top: 9px;
  left: 10px;
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
}

.news-box .news-right-side .search-box input.form-control:focus {
  box-shadow: none;
}

.news-box .news-right-side .search-box input.form-control::placeholder {
  font-size: 14px;
  color: #4d4d4d;
}

.faq-banner .search-box {
  position: relative;
  max-width: 45%;
  margin: 0 auto;
}

.faq-banner .search-box input.form-control {
  background: #f7f8f9;
  border: 1px solid #e9eadb;
  border-radius: 50px;
  padding-left: 20px;
  height: 43px;
}

.faq-banner .search-box:after {
  background-image: url(../img/news/search.svg);
  position: absolute;
  content: "";
  z-index: 1;
  height: 20px;
  width: 20px;
  text-align: center;
  top: 13px;
  right: 18px;
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.faq-banner .search-box input.form-control:focus {
  box-shadow: none;
}

.faq-banner .search-box input.form-control::placeholder {
  font-size: 14px;
  color: #999;
}

.news-box .news-right-side .news-list h4 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #e9eadb;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.news-box .news-right-side .news-list .box .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}

.news-box .news-right-side .news-list .box:hover {
  box-shadow: none;
}

.news-box .news-right-side .news-list .box p {
  max-width: 70%;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  height: 55px;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  max-height: 64px;
}

.news-box .news-right-side .news-list .box img {
  max-width: calc(100% - 70%);
  width: 100%;
}

.news-box .news-right-side .news-list .box span.date {
  font-size: 14px;
  color: #7d7876;
  font-weight: normal;
}

/*----------News end--------------*/

/*----------Offer start--------------*/
.offer-banner.banner {
  padding: 0px 0 30px;
  position: relative;
}

.why-voxsun-offer {
  padding-bottom: 0px;
}

.offer-banner .container {
  max-width: 70%;
}

.offer-banner .banner-video.img {
  text-align: center;
}

.offer-banner .banner-video.img img {
  width: 100%;
}

.offer-banner .btn-main {
  margin-top: 40px;
}

.offer-banner.banner:after {
  content: "";
  position: absolute;
  background-image: url(../img/contact-us/curver-contact-banner-bg.png);
  height: 1201px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}

.offer-form {
  padding-top: 20px;
}

.offer-form .form-box .custom-radio label {
  color: #7d7876;
  cursor: pointer;
  margin-top: 10px;
  align-items: flex-start !important;
}

.offer-form .form-box .custom-radio input[type="radio"] {
  display: none;
}

.offer-form .form-box .custom-radio .radio-mark {
  width: 27px;
  cursor: pointer;
  height: 20px;
  border: 2px solid #7d7876;
  margin-top: 3px;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}

.offer-form .form-box .custom-radio input[type="radio"]:checked+.radio-mark {
  background-color: #f74000;
  border-color: #f74000;
}

.offer-form .form-box .custom-radio input[type="radio"]:checked+.radio-mark::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  border-right: 3px solid #ffffff;
}

.why-voxsun-offer .hdng {
  text-align: left;
  margin-bottom: 45px;
}

.why-voxsun-offer .hdng h3 {
  text-align: left;
  margin-bottom: 10px;
}

.why-voxsun-offer .row .col-sm-2 {
  max-width: 20%;
  width: 100%;
  padding: 0 30px !important;
}

.why-voxsun-offer .box {
  text-align: center;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  height: 150px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
  padding: 0 15px;
}

.why-voxsun-offer .box img {
  width: 54px;
}

.why-voxsun-offer .box h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.offer-plans {
  padding: 0 0 0;
}

.offer-plans h3 {
  font-size: 45px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 100px;
  color: #000;
}

.offer-plans h3 span {
  color: #f74000;
}

.offer-testimonial .hdng {
  text-align: center;
}

.offer-testimonial .hdng h3 {
  font-size: 35px;
  font-weight: 800;
}

.offer-testimonial .hdng h3 span {
  color: #f74000;
}

.offer-faq {
  background: #f7f8f9;
  padding: 70px 0;
  border-radius: 80px 80px 0 0;
}

/*----------Offer end--------------*/

/*----------Our Characters start--------------*/
.banner.characters-banner {
  padding: 40px 0;
}

.characters-banner .banner-caption {
  text-align: center;
}

.characters-list {
  padding-top: 0px;
}

.characters-list .box {
  border-radius: 30px;
  margin-bottom: 30px;
  height: 285px;
}

.characters-list .container {
  max-width: 75%;
  width: 100%;
}

.characters-list .box .video-box {
  text-align: center;
}

.characters-list .box .video-box img {
  width: 100%;
  margin: 0 auto;
  max-width: 90px;
  height: 210px;
  display: block;
  animation: flipimg 0.5s;
}

.characters-list .box:hover .video-box.flip-active img {
  display: none;
  animation: flipimg 0.5s;
}

.characters-list .box .video-box.flip-active img.flip-img {
  display: none;
  animation: flipimg 0.5s;
}

.characters-list .box:hover .video-box.flip-active img.flip-img {
  display: block;
  animation: flipimg 0.5s;
}

@keyframes flipimg {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.characters-list .box .caption {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}

.characters-list .box .caption h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f74000;
  line-height: 25px;
  margin: 0;
  min-height: 50px;
}

.characters-list .box .caption span {
  color: #1a1617;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

/*----------Our Characters end--------------*/

/*----------Partner Reseller start--------------*/
.banner.partner-banner {
  padding: 0px 0 10px 0;
}

.banner.partner-banner .banner-video {
  text-align: center;
}

/* .banner.partner-banner .banner-video video {
    max-width: 80%;
    width: 100%;
} */

.partner-reseller-tabs .tabs-nav-bg {
  background: #1a1617;
}

.partner-reseller-tabs .tab-content .tab-pane {
  padding: 25px 0;
}

.partner-reseller-tabs {
  padding: 10px 0 30px 0;
}

.partner-reseller-tabs .container {
  max-width: 70%;
  width: 100%;
}

.partner-reseller-tabs .tabs-nav-bg .nav-tabs {
  justify-content: space-between;
  border: none;
  margin-bottom: 50px;
}

.partner-reseller-tabs .tabs-nav-bg .nav-tabs li {
  max-width: 100%;
  width: 33.3%;
}

.partner-reseller-tabs .tabs-nav-bg .nav-tabs li button.nav-link {
  color: #e9eadb;
  padding: 35px 0;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0;
  border: none !important;
  position: relative;
}

.partner-reseller-tabs .tabs-nav-bg .nav-tabs li button.nav-link:hover {
  border: transparent !important;
  margin: 0;
}

.partner-reseller-tabs .tabs-nav-bg .nav-tabs li button.nav-link:focus {
  border: transparent !important;
  border-radius: 0;
}

.partner-reseller-tabs .tabs-nav-bg .nav-tabs li button.nav-link.active {
  background: linear-gradient(103.04deg, #e9eadb 6.1%, #ffd3c4 98.51%);
  color: #1a1617;
  font-weight: bold;
  border-radius: 0px;
}

.partner-reseller-tabs .tabs-nav-bg .nav-tabs li button.nav-link.active:after {
  content: "";
  position: absolute;
  border-bottom: 8px solid red;
  height: 4px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -4px;
  border-radius: 0 0 10px 10px;
}

.partner-reseller-tabs .tab-content .overview-tab-content .box {
  text-align: center;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  height: 125px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
  padding: 0 15px;
}

.partner-reseller-tabs .tab-content .overview-tab-content .box.clr-bg {
  background: linear-gradient(103.04deg, #e9eadb 6.1%, #ffd3c4 98.51%);
}

.partner-reseller-tabs .tab-content .overview-tab-content .box h4 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #1a1617;
}

.partner-reseller-tabs .tab-content .overview-tab-content .box p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0px;
}

.partner-reseller-tabs .tab-content .overview-tab-content .box img {
  width: 32px;
  margin-right: 10px;
}

.partner-reseller-tabs .tab-content .overview-tab-content .box.boost-icon img {
  width: 90px;
}

.partner-reseller-tabs .tab-content .mobile-tab-content .content-box ul {
  margin-bottom: 30px;
}

.partner-reseller-tabs .tab-content .content-box {
  padding-left: 20px;
}

.partner-reseller-tabs .tab-content .content-box h4 {
  font-size: 26px;
  font-weight: 800;
  color: #000000;
  text-align: left;
  margin-bottom: 25px;
}

.partner-reseller-tabs .tab-content .content-box h5 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 35px 0px 20px 0px;
}

.partner-reseller-tabs .tab-content .content-box h4 span {
  color: #f74000;
}

.partner-reseller-tabs .tab-content .content-box ul {
  margin-left: 30px;
}

.partner-reseller-tabs .tab-content .content-box ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
}

.partner-reseller-tabs .tab-content .content-box ul li:last-child {
  margin-bottom: 0;
}

.partner-reseller-tabs .tab-content .content-box ul li:after {
  content: "";
  position: absolute;
  background-image: url(../img/phone-plans/tick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: -24px;
  top: 6px;
  background-size: 10px;
}

.partner-reseller-tabs .tab-content .img img {
  width: 100%;
}

.partner-seller-customer {
  padding-top: 0;
}

.partner-seller-customer .box {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px;
  flex-direction: column;
  padding: 0 15px;
}

.partner-seller-customer .box.left-side {
  background-color: #f74000;
  border-radius: 15px 50px 50px 15px;
}

.partner-seller-customer .box.right-side {
  background-color: #1a1617;
  border-radius: 0px 15px 15px 0px;
}

.partner-seller-customer .box h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.partner-seller-customer .box p {
  color: #fff;
}

.partner-seller-customer .box .cstm_btn {
  background: transparent;
  border: 1px solid #fff;
}

.partner-seller-customer .box.right-side .cstm_btn:after {
  background-image: url(../img/btn-icon-red.svg) !important;
}

.partner-seller-customer .row .box-curve {
  background: #1a1617;
  padding-left: 0;
  border-radius: 25px 0 0 25px;
}

.partnerform .modal-dialog {
  max-width: 800px;
  width: 100%;
}

.partnerform .modal-dialog .btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ffffff;
  opacity: 1 !important;
  font-size: 14px;
  color: #000000;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  text-align: center;
  z-index: 2;
}

.partnerform .modal-dialog .btn-close:focus {
  box-shadow: none;
  outline: none;
}

.partnerform .modal-dialog .btn-close:after {
  position: absolute;
  content: "";
  background-image: url(../img/resellers-partners/close.svg);
  height: 12px;
  width: 12px;
  top: 10px;
  right: 9px;
  background-repeat: no-repeat;
  filter: invert(1);
}

.partnerform .modal-dialog .modal-content {
  background: #f7f8f9;
  border-radius: 25px;
  padding: 30px 70px;
}

.partnerform .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.partnerform .modal-dialog .modal-content .form-box {
  max-width: 100%;
  border: none;
  padding: 0;
}

.partnerform .form-box .hdng {
  margin-bottom: 30px;
}

.partnerform .form-box .hdng h4 {
  color: #f74000;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.partnerform .form-box .hdng p {
  margin: 0px;
}

/*----------Partner Reseller end--------------*/

/*----------Phone Plans start--------------*/
/*----------phone plan page banner start--------------*/
.phone-plans-main {
  padding-bottom: 20px;
}

.banner.phone-plan-banner {
  background: transparent;
  margin-bottom: 20px;
  padding: 40px 0;
}

.phone-plan-banner .banner-caption {
  text-align: center;
}

.phone-plan-banner .btn-main {
  margin-top: 56px;
}

/*----------phone plan page banner end--------------*/

/*----------plan offers start--------------*/
.plans-offers {
  padding-top: 0px;
}

.plans-offers h3 {
  text-align: center;
  font-weight: bold;
  color: #1a1617;
  font-size: 35px;
  margin-bottom: 45px;
}

.plans-offers .table {
  font-size: 16px;
}

.plans-offers .table thead tr {
  border: none;
}

.plans-offers .table thead tr th {
  border: none;
  padding-bottom: 0;
  text-align: center;
}

.plans-offers .table thead th h4 {
  background: #f74000;
  color: #fff;
  border-radius: 15px 15px 0px 0px;
  font-size: 16px;
  line-height: 39px;
  padding: 0 20px;
  margin: 0;
  display: inline-block;
}

.plans-offers .table thead th h4 img {
  width: 16px;
  position: relative;
  top: -2px;
  left: -4px;
}

.plans-offers .table tbody tr th {
  text-align: left;
  padding-left: 30px;
}

.plans-offers .table tbody tr td {
  text-align: center;
}

.plans-offers .table tbody img {
  width: 15px;
}

/*----------plan offers end--------------*/

/*----------how does boost start--------------*/
.how-does-boost {
  padding-top: 0px;
}

.how-does-boost .thumb-img video {
  max-width: 100%;
  width: 100%;
}

.how-does-boost .left-des {
  padding-right: 30px;
}

.how-does-boost .left-des h3 {
  color: #1a1617;
  font-size: 50px;
  font-weight: bold;
  line-height: 65px;
  margin-bottom: 50px;
}

.how-does-boost .left-des h3 img {
  cursor: pointer;
  max-width: 193px;
  width: 100%;
}

.how-does-boost .left-des p span {
  color: #f74000;
  font-weight: bold;
}

.how-does-boost .right-scenario {
  padding: 40px 25px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e9eadb;
  width: 100%;
  min-height: 450px;
  margin-bottom: 30px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
}

.how-does-boost .right-scenario h5 {
  position: absolute;
  background: #f74000;
  color: #fff;
  min-width: 133px;
  height: 37px;
  top: -38px;
  left: 35px;
  border-radius: 15px 15px 0px 0px;
  font-size: 18px;
  line-height: 39px;
  padding: 0 20px;
}

.how-does-boost .right-scenario h4 {
  color: #f74000;
  font-size: 24px;
  font-weight: 600;
}

.how-does-boost .right-scenario {
  margin-top: 80px;
}

.how-does-boost .right-scenario .scenario-img img {
  width: 100%;
  max-width: 80%;
  margin-top: 25px;
}

/*----------how does boost end--------------*/

/*----------our plans allow start--------------*/
.our-plan-allow {
  padding-top: 0px;
}

.our-plan-allow .ourplan-list {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.our-plan-allow h3 {
  font-weight: bold;
  margin-bottom: 50px;
}

.our-plan-allow .ourplan-list .box {
  text-align: center;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  height: 100px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}

.our-plan-allow .ourplan-list .box h5 {
  position: absolute;
  background: #f74000;
  color: #fff;
  width: 110px;
  height: 32px;
  top: -33px;
  left: auto;
  right: 20px;
  border-radius: 15px 15px 0px 0px;
  line-height: 39px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.our-plan-allow .ourplan-list .box h5 i {
  font-style: normal;
  font-size: 10px;
  position: relative;
  top: -6px;
}

.our-plan-allow .ourplan-list .box h5 span.line {
  font-size: 14px;
  font-weight: 400;
  margin-left: 2px;
}

.our-plan-allow .ourplan-list .box .icon-hdng {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-align: left;
}

.our-plan-allow .ourplan-list .box .icon-hdng img {
  width: 30px;
  margin-right: 10px;
}

.our-plan-allow .ourplan-list .box .icon-hdng h4 {
  margin: 0;
  font-size: 18px;
}

.our-plan-allow .ourplan-list .term {
  max-width: 80%;
  margin: 0 auto;
}

.our-plan-allow .ourplan-list .term p span {
  color: red;
}

/*----------our plans allow end--------------*/
/*----------Phone Plans end--------------*/

/*----------Phone System start--------------*/

.limit-commun {
  margin-bottom: 60px;
}

.limit-commun .limit-inner {
  box-shadow: 0px 4px 50px -4px #f740004d;
  border: 2px dashed #ff926c;
  position: relative;
  padding: 50px 30px;
}

.limit-commun .limit-inner h3 {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  color: #f74000;
  margin-bottom: 15px;
}

.limit-commun .limit-inner p {
  text-align: center;
  font-size: 18px;
}

.limit-commun .limit-inner .list p.note {
  font-size: 14px;
  color: #7d7876;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.limit-commun .limit-inner .list {
  margin-top: 40px;
  display: inline-block;
  padding: 0 75px;
}

.limit-commun .limit-inner .list ul li {
  text-align: left;
  font-size: 16px;
  list-style: none;
  max-width: 50%;
  width: 100%;
  margin-bottom: 25px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
}

.limit-commun .limit-inner .list ul li img {
  width: 30px;
  margin-right: 15px;
}

.limit-commun .limit-inner .corner-icon {
  position: absolute;
}

.limit-commun .limit-inner .corner-icon img {
  max-width: 115px;
  width: 100%;
}

.limit-commun .limit-inner .top-left-icon.corner-icon {
  top: -60px;
  left: -39px;
  right: auto;
}

.limit-commun .limit-inner .top-right-icon.corner-icon {
  top: -60px;
  left: auto;
  right: -39px;
}

.limit-commun .limit-inner .bottom-left-icon.corner-icon {
  top: auto;
  right: auto;
  left: -39px;
  bottom: -60px;
}

.limit-commun .limit-inner .bottom-right-icon.corner-icon {
  top: auto;
  right: -39px;
  left: auto;
  bottom: -60px;
}

/*----------Phone System end--------------*/

/*----------Referral Program start--------------*/
.referral-program-banner {
  padding: 0px;
}

.refer-friends .thumb-img img {
  max-width: 70%;
  margin: 0 auto;
}

.referral-program-qoute .box {
  background: #f74000;
  position: relative;
  color: #fff;
  padding: 70px 60px 30px 60px;
  border-radius: 10px 50px 50px 10px;
  height: 370px;
}

.referral-program-qoute .box .img {
  position: absolute;
  top: -48px;
  left: 40px;
}

.referral-program-qoute .box .img img {
  max-width: 85px;
  width: 100%;
}

.bg-black {
  background: #1a1617 !important;
}

.referral-program-qoute .box .qoute-icon {
  margin: 10px 0 25px 0;
}

.referral-program-qoute .box .qoute-icon img {
  max-width: 45px;
  width: 100%;
}

.referral-program-qoute .box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}

.referral-program-qoute .box h4 span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

.referral-program-qoute .box p {
  min-height: 135px;
  color: #ffffff;
}

.referral-program-qoute .row {
  background: #1a1617;
  border-radius: 10px 50px 50px 10px;
}

.referral-program-qoute .row .col-sm-4 {
  padding: 0px;
}

.referral-program-qoute .box.bg-black:after {
  background: #1a1617;
  content: "";
  position: absolute;
  height: 100%;
  width: 72px;
  right: -45px;
  top: 0;
  z-index: 1;
  bottom: 0;
  border-radius: 0px 50px 50px 0px;
}

.referral-program-qoute .box.ps-5 {
  padding-left: 90px !important;
}

.referral-program-qoute .box.ps-5 .img {
  left: 75px;
}

.advantages .caption {
  text-align: center;
  margin-bottom: 50px;
}

.advantages .box {
  text-align: left;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  padding: 0px 30px;
  height: 140px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  margin-bottom: 30px;
}

.advantages .box .img {
  text-align: center;
}

.advantages .box p {
  margin-bottom: 0;
}

.advantages .box .img img {
  max-width: 136px;
  margin-right: 0;
  width: 100%;
}

.advantages .box h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #f74000;
  margin-bottom: 15px;
}

.advantages .btn-main {
  text-align: center;
  margin-top: 70px;
}

/*----------Referral Program end--------------*/

/*----------Talking About Us start--------------*/
.banner.talking-aboutus-banner {
  padding: 40px 0;
}

.talking-aboutus-banner .btn-main {
  padding-top: 20px;
}

.talking-aboutus-banner .banner-video.img {
  text-align: center;
}

.talking-download {
  padding-top: 0px;
}

.talking-download .box {
  border: 1px solid #e9eadb;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.talking-download .box .video-box img {
  width: 100%;
}

.talking-download .box .caption {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 115px;
}

.talking-download .box .caption h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f74000;
  line-height: 25px;
  margin: 0;
  min-height: 75px;
}

.talking-download .box .caption span {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.talking-download .box .caption .cstm_btn:after {
  background-image: url(../img/virtual-phones/download.svg) !important;
  right: auto;
  left: 15px;
  background-size: 14px;
  top: 12px;
}

.talking-download .box .caption .btn-main {
  display: flex;
}

.talking-download .box .caption .cstm_btn {
  padding: 7px 10px 7px 35px;
  font-size: 16px;
}

/*----------Talking About Us end--------------*/

/*----------Testimonials start--------------*/
.banner.inner-banner.testimonials-banner .banner-caption h2 {
  font-family: "Aeonik TRIAL", sans-serif !important;
}

.testimonials-banner .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.youtube-video-container {
  padding-top: 20px;
}

.youtube-video-container .box {
  border: 1px solid #e9eadb;
  border-radius: 30px;
  margin-bottom: 30px;
}

.youtube-video-container .box .video-box img {
  width: 100%;
}

.youtube-video-container .box .caption {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.youtube-video-container .box .caption h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f74000;
  line-height: 25px;
  margin: 0;
}

.youtube-video-container .box .caption span.profile {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.youtube-video-container .box .caption span.country {
  color: #7d7876;
  font-size: 14px;
  font-weight: normal;
}

.youtube-video-container .box .caption img {
  max-width: 50px;
  width: 100%;
}

.refer-letter-container {
  padding-top: 0;
}

.refer-letter-container .box {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: 10px;
  flex-direction: column;
}

.refer-letter-container .box.left-side {
  background-color: #f74000;
  border-radius: 15px 50px 50px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.refer-letter-container .box.left-side img {
  max-width: 40%;
  width: 100%;
}

.refer-letter-container .box.left-side.box h4 {
  margin: 0 0 0 -35px;
  padding-right: 30px;
  text-align: left;
}

.refer-letter-container .box.right-side {
  background-color: #1a1617;
  border-radius: 0px 15px 15px 0px;
  padding-left: 50px;
}

.refer-letter-container .box h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.refer-letter-container .box .cstm_btn {
  background: #f74000;
  padding: 12px 16px 12px 50px;
}

.refer-letter-container .box.right-side .cstm_btn:after {
  background-image: url(../img/virtual-phones/download.svg) !important;
  right: auto;
  left: 20px;
  background-size: 20px;
  top: 16px;
}

.refer-letter-container .row .box-curve {
  background: #1a1617;
  padding-left: 0;
  border-radius: 25px 0 0 25px;
}

/*----------Testimonials end--------------*/

/*----------Video Conferencing start--------------*/
.video-conferencing-banner {
  padding: 0px 0 0px 0;
}

.home-cat-des.video-conferencing .thumb-img img {
  max-width: 60%;
  width: 100%;
}

.key-features .caption {
  margin-bottom: 70px;
}

.caption h3 span {
  color: #f74000;
}

.key-features {
  background: radial-gradient(127.66% 131.97% at 93.9% 96.62%,
      #ffffff 56%,
      #e9eadb 100%);
}

.key-features .box {
  border: 1px solid #e9eadb;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.key-features .box img {
  position: absolute;
  right: 0;
}

.key-features .left-side .box img.first-arrow {
  right: -158px;
}

.key-features .left-side .box img.second-arrow {
  right: -70px;
}

.key-features .left-side .box img.third-arrow {
  right: -145px;
  top: 17px;
}

.key-features .left-side .box img.four-arrow {
  right: -93px;
  top: 78px;
}

.key-features .right-side .box img.five-arrow {
  left: -274px;
  top: 72px;
}

.key-features .right-side .box img.six-arrow {
  left: -69px;
  top: 80px;
  transform: rotate(180deg);
}

.key-features .right-side .box img.seven-arrow {
  left: -186px;
  top: 80px;
}

.key-features .right-side .box img.eight-arrow {
  left: -396px;
  top: -2px;
}

.key-features .box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #f74000;
  margin-bottom: 10px;
}

.key-features .box p {
  font-size: 14px;
  margin: 0;
}

.key-plans {
  padding-top: 10px;
}

.key-plans .toggle-num {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
  margin-top: 25px;
}

.key-plans span.hdng {
  color: #1a1617;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}

.key-plans .toggle-num .btn-toggle {
  background: #fff;
  border-radius: 4px;
  padding: 10px 5px 10px 10px;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 29px;
  height: 46px;
  justify-content: end;
}

.key-plans .toggle-num .btn-toggle button {
  background: linear-gradient(101.15deg, #ffffff 10.62%, #e9eadb 76.38%);
  border: 1px solid #eaeaea;
}

.key-plans .toggle-num .btn-toggle .btn img {
  width: 14px;
  filter: brightness(0) invert(0);
}

.key-plans .toggle-num .btn-toggle .btn.active {
  background: #f74000;
  border-radius: 4px;
  color: #fff;
  height: 38px;
  width: 38px;
  display: block;
  line-height: 14px;
}

.key-plans .toggle-num .btn-toggle .btn.active img {
  filter: brightness(0) invert(1);
}

.key-plans .toggle-num .btn-toggle .btn:focus {
  outline: none;
  box-shadow: none;
}

.key-plans .caption {
  margin-bottom: 80px;
}

.key-plans .box {
  background: radial-gradient(127.66% 131.97% at 93.9% 96.62%,
      #ffffff 56%,
      #e9eadb 100%);
  padding: 40px 25px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e9eadb;
  width: 100%;
  min-height: 310px;
  position: relative;
}

.key-plans .box h5 {
  position: absolute;
  background: #f74000;
  color: #fff;
  min-width: 133px;
  height: 37px;
  top: -38px;
  left: 35px;
  border-radius: 15px 15px 0px 0px;
  font-size: 18px;
  line-height: 39px;
  padding: 0 20px;
}

.key-plans .box h5 img {
  width: 18px;
  position: relative;
  top: -2px;
  left: -4px;
}

.key-plans .box h4 {
  color: #f74000;
  font-size: 24px;
  font-weight: 600;
}

.key-plans .box>p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #1a1617;
}

.key-plans .box .city-plan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.key-plans .box .city-plan img {
  width: 18px;
  margin-right: 8px;
}

.key-plans .box .discount {
  margin: 0px 0 5px 0;
  position: relative;
}

.key-plans .box .discount span {
  font-size: 18px;
  text-decoration: line-through;
  color: #7d7876;
  display: inline-block;
  position: relative;
}

.key-plans .box .discount em {
  font-size: 11px;
  font-style: normal;
  position: absolute;
  top: -4px;
  display: block;
  left: 0;
  text-decoration: line-through;
  right: -50px;
}

.key-plans .box .price {
  margin-top: 15px;
}

.key-plans .box .price>span {
  font-size: 34px;
  color: #231f20;
  font-weight: bold;
}

.key-plans .box .price span em {
  font-style: normal;
  font-size: 20px;
  position: relative;
  top: -11px;
}

.key-plans .box .price span.line {
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
}

.key-plans .box .plan-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.btn-main.features-btn .cstm_btn {
  border: 1px solid #e9eadb;
  background: linear-gradient(101.15deg, #ffffff 10.62%, #e9eadb 76.38%);
  color: #7d7876;
  padding: 10px 16px 10px 50px;
}

.btn-main.features-btn .cstm_btn:after {
  background-image: url(../img/i-plus-minus.svg) !important;
  right: auto;
  left: 21px;
  background-size: 37px;
  top: 14px;
  width: 20px;
}

.key-plans .box .btn-main.order-btn .cstm_btn {
  background: linear-gradient(101.15deg, #ffffff 10.62%, #e9eadb 76.38%);
  border: 1px solid #f74000;
  color: #f74000;
  padding: 10px 50px 10px 16px;
}

.key-plans .box .btn-main.order-btn .cstm_btn:after {
  background-image: url(../img/phone-plans/btn-icon-red.svg) !important;
  background-size: 22px;
  top: 12px;
  right: 11px;
}

.clr-orange {
  color: #f74000 !important;
}

.key-plans .table {
  margin-top: 50px;
  font-size: 14px;
  text-align: center;
}

.key-plans .table thead tr th {
  font-weight: normal;
  color: #7d7876;
  text-transform: uppercase;
}

.key-plans .table thead tr.bg-grey {
  background: #f7f8f9;
}

.key-plans .table tbody tr.light-orange {
  background: #f1dbd2;
}

.key-plans .table tbody tr td {
  padding: 15px;
  color: #4d4d4d;
}

.key-plans .table tbody tr td:last-child {
  font-weight: bold;
  font-size: 20px;
}

.key-plans .table tbody tr td:first-child img {
  max-width: 220px;
}

.meets-convenience {
  padding-top: 0px;
}

.meets-convenience .thumb-img img {
  max-width: 100%;
  width: 100%;
}

.meets-convenience .caption h3 {
  text-align: left;
  font-size: 40px;
  margin-bottom: 35px;
}

.meets-convenience .btn-main.features-btn {
  margin-top: 40px;
}

.benefits {
  padding: 0px 0 30px;
}

.benefits .caption {
  text-align: center;
  margin-bottom: 50px;
}

.benefits .box {
  text-align: left;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  padding: 25px 30px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  margin-bottom: 30px;
}

.benefits .box .row {
  align-items: center;
}

.benefits .box h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #f74000;
  margin-bottom: 15px;
}

.benefits .box p {
  margin-bottom: 0;
}

.benefits .box .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f74000;
  position: absolute;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  left: -15px;
  top: 20px;
}

.benefits .box .right-side {
  border: 1px solid #e9eadb;
  background: radial-gradient(132.42% 158.92% at 110.81% 118.67%,
      #ffffff 63.98%,
      #e9eadb 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
}

.benefits .box p strong {
  margin-top: 10px;
  display: block;
}

.benefits .box .right-side h4 {
  color: #1a1617;
  margin: 5px 0;
}

.benefits .box .right-side h4 span {
  font-weight: normal;
}

.benefits .box .right-side p {
  font-size: 13px;
  color: #7d7876;
}

.security-container {
  padding-top: 0;
  padding-bottom: 10px;
}

.security-container .caption {
  text-align: center;
  margin-bottom: 45px;
}

.security-container .caption img {
  max-width: 55px;
  margin-bottom: 15px;
}

.security-container .box {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px;
  flex-direction: column;
  padding: 25px;
}

.security-container .box.left-side {
  background-color: #f74000;
  border-radius: 15px 50px 50px 15px;
}

.security-container .box.right-side {
  background-color: #1a1617;
  border-radius: 0px 15px 15px 0px;
}

.security-container .box p {
  color: #fff;
  margin-bottom: 0;
}

.security-container .row .box-curve {
  background: #1a1617;
  padding-left: 0;
  border-radius: 25px 0 0 25px;
}

.what-expect {
  padding-top: 0px;
}

.what-expect .caption {
  margin-bottom: 40px;
}

.what-expect .caption h3 {
  text-align: left;
}

.what-expect .box {
  background: #1a1617;
  border-radius: 20px;
  color: #fff;
  padding: 30px;
  min-height: 235px;
}

.what-expect .box img {
  max-width: 50px;
  width: 100%;
  margin-bottom: 20px;
}

.what-expect .box h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 15px;
}

.what-expect .box span {
  font-weight: bold;
  color: #f74000;
}

.what-expect .box p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.what-expect .box .inner .box img {
  max-width: 125px;
}

.what-expect .box .inner .box p {
  opacity: 60%;
}

/*----------Video Conferencing end--------------*/

/*----------Virtual  start--------------*/
.virtual-phones-app .content h3 {
  font-size: 26px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 25px;
}

.virtual-phones-app .img {
  text-align: center;
}

.virtual-phones-app .img img {
  width: 100%;
  max-width: 55%;
}

.virtual-phones-app .img .store-img {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.virtual-phones-app .img .store-img a {
  display: block;
  max-width: 160px;
  width: 100%;
}

.virtual-phones-app .img .store-img img {
  width: 100%;
  max-width: 100%;
  height: 50px;
}

.virtual-phones-app .img2 img {
  max-width: 70%;
}

.virtual-phones-app .cstm-mrgn {
  margin-top: 60px;
}

.virtual-phones-app .content h3 span {
  color: #f74000;
}

.virtual-phones-app .content ul {
  margin-left: 30px;
}

.virtual-phones-app .content ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
}

.virtual-phones-app .content ul li:after {
  content: "";
  position: absolute;
  background-image: url(../img/phone-plans/tick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: -24px;
  top: 6px;
  background-size: 10px;
}

.virtual-phones-app .content .btn-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
}

.virtual-phones-app .content .cstm_btn {
  padding: 12px 16px 12px 50px;
}

.virtual-phones-app .content .cstm_btn:after {
  background-image: url(../img/virtual-phones/download.svg) !important;
  right: auto;
  left: 19px;
  background-size: 21px;
}

/*----------Virtial end--------------*/

/*----------Why Voxsun start--------------*/

.banner.why-voxsun-banner {
  padding: 40px 0;
}

.why-voxsun-banner .banner-caption {
  text-align: center;
}

.upgrade-reasons {
  background-color: #f7f8f9;
  border-radius: 50px 50px 0 0;
}

.upgrade-reasons .caption {
  text-align: center;
  margin-bottom: 50px;
}

.upgrade-reasons .caption p {
  font-size: 16px;
}

.upgrade-reasons .box {
  text-align: left;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  padding: 0px 30px;
  height: 140px;
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.upgrade-reasons .box .row {
  width: 100%;
}

.upgrade-reasons .box .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f74000;
  position: absolute;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  left: -15px;
  top: 20px;
}

.upgrade-reasons .box .img {
  text-align: center;
}

.upgrade-reasons .box p {
  margin-bottom: 0;
}

.upgrade-reasons .box .img img {
  max-width: 70px;
  margin-right: 0;
  width: 100%;
}

.upgrade-reasons .box h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #f74000;
  margin-bottom: 15px;
}

/*----------Why Voxsun end--------------*/

/*----------Zoho CRM Module start--------------*/
.banner.zoho-crm-banner p {
  margin: 35px 0;
}

.banner.zoho-crm-banner {
  padding: 20px 0 0px 0;
}

.how-it-work.boosts-sales .caption h3 span {
  font-weight: bold;
  color: #f74000;
}

.zoho-crm-steps {
  background-color: #1a1617;
  border-radius: 50px 50px 0 0;
}

.zoho-crm-steps h3 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.zoho-crm-steps h3 span {
  color: #f74000;
}

.zoho-crm-steps p.text-center {
  color: #7d7876;
  margin-bottom: 50px;
}

.zoho-crm-steps .left-content span.stpes-no {
  color: #f74000;
  font-size: 14px;
}

.zoho-crm-steps .left-content h4 {
  color: #fff;
  margin: 20px 0;
  font-weight: bold;
}

.zoho-crm-steps .left-content p {
  color: #f7f8f9;
}

.zoho-crm-steps .right-img img {
  max-width: 90%;
  width: 100%;
}

.zoho-crm-steps .row {
  border-bottom: 1px solid #3f4143;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.zoho-crm-steps .row:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.crm-ultra-plans h3 {
  font-size: 35px;
  font-weight: 800;
  color: #1a1617;
  margin-bottom: 20px;
}

.crm-ultra-plans h3 span {
  color: #f74000;
}

.crm-ultra-plans p span.clr-orange {
  font-weight: bold;
}

.crm-ultra-plans .box {
  text-align: center;
  list-style: none;
  border-radius: 10px;
  border: 1px solid #e9eadb;
  width: 100%;
  height: 150px;
  position: relative;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 71%,
      rgba(233, 234, 219, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  flex-direction: column;
  padding: 0 15px;
  margin-top: 55px;
}

.crm-ultra-plans .box h5 {
  position: absolute;
  background: #f74000;
  color: #fff;
  width: 170px;
  height: 32px;
  top: -33px;
  left: 25px;
  right: auto;
  border-radius: 15px 15px 0px 0px;
  line-height: 39px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.crm-ultra-plans .box h4 {
  color: #f74000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.crm-ultra-plans .box .price>span {
  font-size: 30px;
  color: #231f20;
  font-weight: bold;
}

.crm-ultra-plans .box .price span em {
  font-style: normal;
  font-size: 16px;
  position: relative;
  top: -11px;
}

.crm-ultra-plans .box .price span.line {
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
}

.crm-ultra-plans p.note {
  padding: 0 30px;
  font-size: 13px;
  color: #7d7876;
  text-align: center;
  line-height: 19px;
  margin-top: 10px;
}

.crm-voxsun-customer {
  padding-top: 0;
}

.crm-voxsun-customer .box {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px;
  flex-direction: column;
}

.crm-voxsun-customer .box.left-side {
  background-color: #f74000;
  border-radius: 15px 50px 50px 15px;
}

.crm-voxsun-customer .box.right-side {
  background-color: #1a1617;
  border-radius: 0px 15px 15px 0px;
}

.crm-voxsun-customer .box h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.crm-voxsun-customer .box .cstm_btn {
  background: transparent;
  border: 1px solid #fff;
}

.crm-voxsun-customer .box.right-side .cstm_btn:after {
  background-image: url(../img/btn-icon-red.svg) !important;
}

.crm-voxsun-customer .row .box-curve {
  background: #1a1617;
  padding-left: 0;
  border-radius: 25px 0 0 25px;
}

.crm-more {
  padding-top: 20px;
  padding-bottom: 80px;
}

.crm-more .circle-box {
  max-width: 650px;
  width: 100%;
  border: 3px solid #f74000;
  border-radius: 100%;
  height: 650px;
  text-align: center;
  box-shadow: 0px 0px 36px -12px #f74000;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.crm-more .circle-box .inner {
  padding: 0 110px;
}

.crm-more .circle-box h3 {
  color: #f74000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 50px;
}

.crm-more .circle-box ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.crm-more .circle-box ul li:after {
  content: "";
  position: absolute;
  background-image: url(../img/phone-plans/tick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: -24px;
  top: 6px;
  background-size: 10px;
}

.crm-more .circle-box p {
  font-size: 12px;
  margin-top: 50px;
  color: #7d7876;
}

/*----------Zoho CRM Module end--------------*/

/*----------features btn list start--------------*/
.list-features {
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: none;
  z-index: 9;
  text-align: left;
  padding: 0;
  display: none;
  margin-top: 10px;
}

.list-features ul {
  position: relative;
  overflow-y: auto;
  /* max-height: 300px; */
}

.list-features:after {
  content: "";
  position: absolute;
  top: -6px;
  background: #ffffff;
  height: 12px;
  width: 12px;
  display: none;
  transform: rotate(45deg);
  box-shadow: -2px -5px 8px -3px #ccc;
}

.list-features ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  margin-bottom: 6px;
}

.list-features ul li:after {
  content: "";
  position: absolute;
  background-image: url(../img/phone-plans/tick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: -18px;
  top: 8px;
  background-size: 10px;
}

.box .plan-btns.active+.list-features {
  display: block;
}

.box .plan-btns.active .btn-main.features-btn .cstm_btn {
  background: #f74000;
  border-color: #f74000;
  color: #fff;
}

.box .plan-btns.active .btn-main.features-btn .cstm_btn:after {
  filter: brightness(0) invert(1);
  background-position: -21px 1px;
}

/*----------features btn list end--------------*/

/*----------phone plan order form start--------------*/
.order-form .form {
  padding: 40px;
}

.order-form .form .form-box {
  max-width: 100%;
  border: none;
  display: none;
}

.order-form .form .form-box.active {
  display: block;
}

.order-form .form .form-box h4 {
  text-align: center;
  color: #f74000;
}

.order-form .form .step-hdng {
  margin-bottom: 35px;
  margin-top: 45px;
}

.order-form .form .step-hdng ul {
  text-align: center;
}

.order-form .form .step-hdng ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 70px;
  /* cursor: pointer; */
}

.order-form .form .step-hdng ul li span {
  font-weight: bold;
  margin-top: 8px;
  display: block;
  color: #000000;
}

.order-form .form .step-hdng ul li:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 75px;
  background: #ccc;
  left: 100%;
  top: 26px;
}

.order-form .form .step-hdng ul li:last-child {
  margin: 0;
  border: none;
  display: block;
}

.order-form .form .step-hdng ul li .circle {
  border: 2px solid #ccc;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
}

.order-form .form .step-hdng ul li:last-child:after {
  display: none;
}

.order-form .form .step-hdng ul li .circle img {
  max-width: 80%;
  width: 100%;
}

.order-form .form .step-hdng ul li:last-child img {
  max-width: 100px;
  position: absolute;
  bottom: 0px;
  right: 15%;
}

.order-form .form .step-hdng ul li.active .circle {
  background-color: #f74000;
  border-color: #f74000;
}

.order-form .form .step-hdng ul li.active .circle img {
  filter: invert(1) brightness(1);
}

.order-form .form .step-hdng ul li.active:after {
  background-color: #f74000;
}

.order-form .form .form-box .custom-radio label {
  color: #7d7876;
  cursor: pointer;
  margin-top: 10px;
  align-items: flex-start !important;
}

.order-form .form .form-box .custom-radio input[type="radio"] {
  display: none;
}

.order-form .form .form-box .custom-radio .radio-mark {
  width: 34px;
  cursor: pointer;
  height: 20px;
  border: 2px solid #7d7876;
  margin-top: 3px;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}

.order-form .form .form-box .custom-radio input[type="radio"]:checked+.radio-mark::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  border-right: 3px solid #ffffff;
}

.order-form .form .form-box .custom-radio input[type="radio"]:checked+.radio-mark {
  background-color: #f74000;
  border-color: #f74000;
}

.order-form .form .form-box h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.order-form .form .form-box .step-radiobtn {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  min-height: 180px;
  margin-bottom: 20px;
}

.order-form .form .form-box .step-radiobtn .radio_title {
  text-align: center;
  border: 1px solid transparent;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  max-width: 140px;
  margin: 0 auto;
  width: 100%;
}

.order-form .form .form-box .step-radiobtn .radio_title img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.order-form .form .form-box .step-radiobtn label {
  cursor: pointer;
  text-align: center;
}

.order-form .form .form-box .step-radiobtn label p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
  margin-bottom: 0;
}

.order-form .form .form-box .step-radiobtn input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.order-form .form .form-box .step-radiobtn input[type="radio"]:checked+label .radio_title {
  border-color: #e75524;
  border-radius: 5px;
  background-color: #fff;
  color: #e75524;
}

.order-form .form .form-box .step-radiobtn input[type="radio"]:checked+label p {
  color: #000;
}

.order-form .form .form-box .number {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.order-form .form .form-box .number span {
  background: #f74000;
  height: 35px;
  width: 55px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  color: #fff;
  border-radius: 4px;
  font-size: 35px;
}

.order-form .form .form-box .number input {
  background: transparent;
  border: none;
  max-width: 100px;
  width: 100%;
  text-align: center;
  font-size: 20px !important;
  color: #000;
}

.order-form .form .form-box .number span.plus {
  font-size: 25px;
  line-height: 36px;
  padding-left: 0px;
}

.order-form .form .form-box .box {
  margin-top: 30px;
}

.order-form .form .form-box .box h5 {
  margin-bottom: 8px;
}

.order-form .form .form-box .box p {
  font-size: 14px;
}

.order-form .form .form-box .step-radiobtn label ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
  display: table;
}

.order-form .form .form-box .step-radiobtn label ul li:after {
  content: "";
  position: absolute;
  background-image: url(../img/phone-plans/tick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  left: -17px;
  top: 10px;
  background-size: 8px;
}

.order-form .form .form-box.thankyou {
  text-align: center;
}

.order-form .form .form-box.thankyou .circle {
  height: 70px;
  width: 70px;
  margin: 0 auto;
  background: #f74000;
  border-radius: 100px;
  margin-bottom: 20px;
  line-height: 67px;
}

.order-form .form .form-box.thankyou .circle img {
  filter: invert(1);
}

.order-form .form .form-box.thankyou h4 {
  margin-bottom: 20px;
  font-size: 35px;
}

.order-form .form .form-box.thankyou h5 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

/* @font-face {font-family: 'voxsun-form'; font-weight: normal; font-style: normal; font-display: auto;
    src: url('https://voxsun.com/wp-content/uploads/avia_fonts/voxsun-form/voxsun-form.woff2') format('woff2'),
    url('https://voxsun.com/wp-content/uploads/avia_fonts/voxsun-form/voxsun-form.woff') format('woff'),
    url('https://voxsun.com/wp-content/uploads/avia_fonts/voxsun-form/voxsun-form.ttf') format('truetype'), 
    url('https://voxsun.com/wp-content/uploads/avia_fonts/voxsun-form/voxsun-form.eot'),
    } */

/*----------phone plan order form end--------------*/

/*----------Terms & Condition start--------------*/
.terms-condition-banner.business-phn-device-banner {
  text-align: left;
}

.terms-condition .content .table-contaier {
  border: 1px solid #ccc;
  margin-bottom: 50px;
  border-radius: 15px;
  overflow: hidden;
}

.terms-condition .content .table-contaier table {
  margin: 0;
  font-size: 14px;
}

.terms-condition .content .table-contaier table tbody tr td:first-child {
  font-weight: bold;
  color: #1a1617;
  padding: 10px 15px;
}

.terms-condition .content .table-contaier table thead tr th {
  font-size: 16px;
  border-color: #e7e7e7;
  padding: 10px 15px;
}

.terms-condition .content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #f74000;
}

.terms-condition .content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1617;
}

.terms-condition .content ul li {
  list-style: none;
  color: #1a1617;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
}

.terms-condition .content .iframe-box iframe {
  height: 170px;
  width: 100%;
}

.terms-condition .content ul li a {
  color: #f74000;
}

.box .plan-btns {
  position: relative;
}

/*----------Terms & Condition end--------------*/
/* New changes by S */

.banner.home-banner {
  background-image: unset;
  min-height: 325px;
}

.banner.home-banner .banner-video {
  padding-top: 0;
}

.banner.home-banner.how-it-works-banner .banner-video {
  padding-top: 0px;
}

.banner.home-banner.how-it-works-banner {
  background-image: none;
}

.faq-banner {
  background: linear-gradient(103.04deg, #ffd3c4 6.1%, #e9eadb 98.51%);
  padding: 40px 0;
}

/* New changes by S start */

.banner.home-page-banner {
  padding: 40px 0;
}



.home-page-banner .banner-video {
  padding-top: 32rem;
}

.home-page-banner .banner-video .desktop-video {
  position: absolute;
  max-width: 50%;
  min-width: 470px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 450px;
  object-fit: contain;
  object-position: center right;
}

.home-page-banner .mobile-video {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
  left: 0;
}

.home-cat-des .thumb-img .business-phone-plans-video {
  max-height: 395px;
  object-fit: cover;
  width: 70%;
}

/* .home-cat-des .row.topmrgin {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
} */
.banner.home-page-banner+.clients-logo {
  padding-bottom: 0px !important;
}

.banner.home-page-banner+.home-cat-des {
  padding-top: 0px !important;
}

.clients-logo+.home-cat-des {
  padding-bottom: 0px !important;
}

.home-cat-des+.calculate-saving {
  padding-bottom: 20px;
}

.partner-seller-customer+.ask-question .ask-question-inner h3 {
  font-size: 40px;
}

.phone-plans-main .caption {
  margin-bottom: 50px;
  text-align: center;
}

/* Switch css global*/
.switch-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.switch-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.switch-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 24px;
  transition: .4s;
}

.switch-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: .4s;
}

.switch-wrapper input:checked+.slider {
  background-color: #f44336;
}

.switch-wrapper input:checked+.slider:before {
  transform: translateX(24px);
}

/* Switch Css global*/

/*---phone plan boost video hide show css--*/
.img-boost-phones {
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-boost-phones img#youtube-icon2 {
  position: absolute;
  max-width: 51px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s;
  transform: scale(1);
}

.img-boost-phones img#youtube-icon2:hover {
  transition: all 0.5s;
  transform: scale(1.1);
}

.img-boost-phones img.thumboost {
  width: 100%;
  margin: 0 auto;
  max-width: 180px;
}

.img-boost-phones video {
  display: none;
}

.img-boost-phones #stop-icon2 {
  display: none;
  position: absolute;
  max-width: 45px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
  filter: brightness(1) invert(1);
  transform: scale(1);
  box-shadow: 0px 0px 10px 0px #000;
  border-radius: 100px;
}

.img-boost-phones:hover #stop-icon2 {
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1.1);
}


.calculate-saving .cal-display th.month-amnt sup {
  font-size: 12px;
  top: -12px;
}

.calculate-saving .cal-display .cal-logo h4 sub {
  font-size: 13px;
  top: -11px;
  left: 2px;
}

.top-popup {
  background-image: linear-gradient(90deg, #f74000, #ffdfd4, #ffe7df, #ffd0bf, #f74000);
  padding: 6px 50px;
  border-radius: 20px;
  padding-left: 50px;
  position: relative;
  padding-right: 50px;
}

.top-popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  font-size: 16px;
}

.top-popup p {
  margin: 0;
}

.top-popup p span {
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  color: #000;
  display: inline-block;
}

.top-popup p span:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  right: 4px;
  background: #a5a2a2;
  top: 3px;
}

.top-popup img.close-toppopup {
  position: absolute;
  right: 35px;
  max-width: 13px;
  z-index: 1;
  width: 100%;
  filter: brightness(1) invert(1);
}

.top-popup .cstm_btn {
  background: transparent;
  border: 1px solid #555;
  color: #000;
  padding: 5px 15px;
  font-weight: 600;
}

.top-popup .cstm_btn::after {
  display: none;
}

/*---phone plan boost video hide show css--*/


/* Add this CSS to your stylesheet or inside a <style> tag in the HTML file */
.highlighted-country,
#detectedCountryName {
  color: #007bff;
  /* Blue color for highlighting */
  font-weight: bold;
  /* Make it bold */
  background-color: yellow;
  /* Add background color to highlight */
  padding: 0.2em 0.5em;
  /* Add padding for better visibility */
  border-radius: 3px;
  /* Optional: rounded corners */
}

/* New changes by S end */
.calculate-saving .cal-num .num-count .inner-num-count .switch-wrapper {
  margin-left: 29px;
  border-radius: 4px;
  padding: 10px 5px 10px 10px;
  max-width: 110px;
  width: 100%;
  background: #fff;
}

.switch-wrapper .switch {
  height: 100%;
  width: 100%;
}

.calculate-saving .cal-num .num-count .inner-num-count .switch-wrapper input:checked+.slider {
  background-color: transparent;

}

.calculate-saving .cal-num .num-count .inner-num-count .switch-wrapper .slider {
  background-color: transparent;
}



.calculate-saving .cal-num .num-count .inner-num-count .switch-wrapper .slider:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 38px;
  width: 47px;
  background-image: url('../img/cross-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  transform: none;
  background-size: 14px;
  filter: brightness(0);
}

.calculate-saving .cal-num .num-count .inner-num-count .switch-wrapper .slider:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -6px;
  height: 38px;
  width: 47px;
  background-image: url('../img/check-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  transform: none;
  filter: brightness(0);
}

.calculate-saving .cal-num .num-count .inner-num-count .switch-wrapper .slider:before {
  left: 0;
  bottom: -6px;
}

.calculate-saving .cal-num .num-count .inner-num-count input:not(:checked)+.slider:before {
  background-color: #f74000;
  filter: none;
}

.calculate-saving .cal-num .num-count .inner-num-count input:checked+.slider:after {
  background-color: #f74000;
  filter: none;
}


#geoIpModal .modal-content {
  border-radius: 24px;
  border: none;
}

#geoIpModal .modal-body {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 71%, rgba(233, 234, 219, 1) 100%);
  padding: 25px;
  text-align: center;
  border-radius: 24px;
  border: none;
}

#geoIpModal .modal-body h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

#geoIpModal .modal-body span#detectedCountryName {
  color: #f74101;
  font-weight: bold;
  background-color: #fafafa;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  border: 1px dashed #e2e2e2;
}

#geoIpModal .modal-body .btn-container {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

#geoIpModal .modal-body .btn-container .cstm_btn {
  padding: 6px 20px 6px 20px;
  font-size: 14px;
}

#geoIpModal .modal-body .btn-container .cstm_btn:after {
  display: none;
}

#geoIpModal .modal-content .btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #f74000;
  opacity: 1 !important;
  font-size: 14px;
  color: #000000;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  text-align: center;
  z-index: 2;
}

#geoIpModal .modal-content .btn-close:after {
  position: absolute;
  content: "";
  background-image: url(../img/resellers-partners/close.svg);
  height: 12px;
  width: 12px;
  top: 10px;
  right: 9px;
  background-repeat: no-repeat;
  filter: brightness(1);
}

.phone-plans-main .toggle-num .switch-wrapper .hdng {
  white-space: nowrap;
}

.phone-plans-main .toggle-num .switch-wrapper label.switch {
  max-width: 50px;
}

.phone-plans-main .toggle-num .switch-wrapper label.switch span.slider {
  height: 24px;
}

.how-does-boost .right-scenario p {
  line-height: 22px;
  margin: 0;
  font-size: 14px;
}

.offer-form .order-form .form {
  padding: 40px;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}

.offer-form .order-form .form .form-box .custom-radio .radio-mark {
  width: 26px;
}

.offer-form .order-form .form .step-hdng ul li:last-child img {
  right: 25%;
}