/*
Theme Name: Hello Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* step form */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");

/* Using a url */
#heading {
  text-transform: uppercase;
  color: #4C952A;
  font-weight: normal;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.ms_form input,
.ms_form textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}

.ms_form input:focus,
.ms_form textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #4C952A;
  outline-width: 0;
}

/* .ms_form .action-button {
    width: 100px;
    background: #4C952A;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
} */

.ms_form .action-button:hover,
.ms_form .action-button:focus {
  background-color: #311b92;
}

.ms_form .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

.ms_form .action-button-previous:hover,
.ms_form .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #4C952A;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #4C952A;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
	padding: 0;
}

#progressbar .active {
  color: #4C952A;
}
#progressbar li:not(:last-child)::before {
    position: absolute;
    content: ">";
    background: transparent;
    right: -19px;
}

#progressbar li {
	list-style-type: none;
    font-size: 15px;
    float: left;
    position: relative;
    font-weight: 500;
}
#progressbar li:not(:last-child) {
    margin-right: 25px;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
    width: 15px;
    height: 15px;
    font-size: 20px;
    top: -6px;
	background: transparent !important;
}

/* #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
} */

#progressbar li.active:before,
#progressbar li.active:after {
  background: #4C952A;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #4C952A;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

input.qty {
  margin: 0;
}

.qty_field {
    width: 150px;
    position: relative;
    margin: 0 auto;
}

input.qty {
  margin: 0 !important;
}

body {
  /*     font-family: 'Plus Jakarta Sans', sans-serif; */
  font-size: 16px;
  /*     color: var(--light); */
}

/* *ze dev3 */
:root {
  --primary: #4C952A;
  --dprimary: #4C952A;
  --dark: #333;
  --heaven: #ededed;
  --dheaven: #d9d9d9;
  --light: #435275;
  --trans: 0.3s linear;
  --lblack: rgb(0 0 0 / 80%);
  --f16: 16px;
}

.mb_30 {
  margin-bottom: 30px;
}

.site_h2,
.site_h2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
}

.head_div span.count {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: var(--dprimary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 3px;
  border-radius: 50%;
}

.inp_div label {
  display: block;
  cursor: pointer;
  color: rgb(0 0 0 / 50%);
  line-height: 1.2;
  font-size: 15px;
}

.head_div h2 {
  padding-left: 55px;
  margin-bottom: 0;
  text-align: left;
}

.ms_form .site_btn {
  width: auto;
  margin: 0;
  font-weight: 500;
  color: #fff;
  background: var(--primary);
  padding: 8px 40px 9px;
  border-radius: 30px;
  transition: var(--trans);
  float: right;
  border: 1px solid var(--primary);
}
.hosted_tabel table {
    border-collapse: separate;
    border-spacing: 3px;
}

.ms_form .site_btn2 {
  background: transparent;
  color: var(--primary);
  margin-right: 12px;
}

.ms_form .site_btn2:hover {
  background: var(--primary);
  color: #fff;
}

.ms_form .site_btn:hover {
  background: var(--dprimary);
}

.ms_form input[type="text"],
.ms_form input[type="email"],
.ms_form input[type="password"],
.ms_form input[type="tel"],
.ms_form textarea,
.ms_form input[type="number"] {
  padding: 12px 15px 11px;
  border-radius: 30px;
  font-size: 14px;
  min-height: 42px;
  color: var(--lblack);
}

.site_h3,
.site_h3 h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
}

.in_block h3 {
  margin-bottom: 22px;
}

.ms_form input::placeholder {
  font-size: 13px;
  font-weight: 600;
  color: rgb(0 0 0 / 40%);
  text-transform: capitalize;
}

.con_head p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 10px 20px;
  color: var(--primary);
}

.con_head > div {
  background: var(--heaven);
  padding: 0;
}

.con_head {
  margin: 0;
}

.top_c {
  display: flex;
  justify-content: space-between;
}

.uc_box {
  position: relative;
  text-align: center;
  font-size: 12px;
  padding: 8px 25px;
  width: 30%;
}

.uc_box p,
h3.uc_pri + p {
  margin: 6px 0 0;
  text-transform: capitalize;
  font-size: 13px;
  color: var(--dark);
}

.uc_box:not(:first-child)::before {
  content: "+";
  font-size: 22px;
  color: var(--primary);
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: -15%;
}

.frm_inp .uc_box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.uc_row > div > p {
  margin: 0;
  padding: 10px;
  color: var(--dark);
}

.sp_uc .uc_box {
  width: 100%;
}

h3.uc_pri span {
  font-weight: 400;
  font-size: 15px;
}

h3.uc_pri {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
}

.row.conn_det {
  background: var(--dheaven);
  margin: 0;
  border-top: 2px solid #fff;
}
.conn_det > .col-10 {
  border-right: 2px solid #fff;
}

.conn_det > .col-2 {
  padding: 15px;
  text-align: center;
}
.con_head > .col-2:nth-child(2) {
  border-left: 2px solid #ffff;
  border-right: 2px solid #ffff;
}

img.im {
  max-width: 16px !important;
  position: relative;
  top: -2px;
}

.frm_inp .boxi_box img {
    width: 165px;
    height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
}
.Contract_Term_tabel thead th {
    background: transparent !important;
    border: 0 !IMPORTANT;
}
.total_qty {
    color: var(--primary);
    font-weight: 700;
}
.boxi_box > label p,
.boxi_box > label span {
  font-size: 16px;
  margin: 0 0 6px;
  color: var(--lblack);
  display: block;
}

.boxi_box > label {
    width: 100%;
    display: block;
    /* font-size: 14px; */
    /* color: var(--lblack); */
    text-align: center;
    cursor: pointer;
    /* margin: 0; */
    padding: 25px 20px;
    /* position: relative; */
    /* background: transparent; */
    /* transition: var(--trans); */
    /* border: 2px solid rgb(0 0 0 / 10%); */
}
.boxi_box label span {
  margin-bottom: 15px;
}
.boxi_box > input[type="radio"] {
  display: none;
}
.active_tr td {
    background: var(--primary) !important;
    color: #fff !IMPORTANT;
}
.active_tr td .total_qty , tr.active_tr .total_seats{
    color: #fff;
}

.boxi_box input:checked + label {
  background: var(--primary);
  color: #fff;
}

.boxi_box input:checked + label p,
.boxi_box input:checked + label span {
  color: #fff;
}

.head_div p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-left: 60px;
  margin: 10px 0 0;
  color: var(--lblack);
}

/* *ze dev3 */

/* ze dev5 */
.Contract_Term_tabel thead th {
  color: #4C952A;
  font-weight: 400;
  font-size: 22px;
  border: 0;
}

.Contract_Term_tabel thead th span {
  display: block;
  color: var(--light);
  font-size: 16px;
}

.Contract_Term_tabel th,
.Contract_Term_tabel td {
  text-align: center;
}

.Contract_Term_tabel table td {
  border: 0;
  color: var(--light);
  font-size: 16px;
  vertical-align: middle;
}
.upfront_cost {
    margin: 30px 0;
    padding: 0px 0 30px;
    border: 2px solid #C0C0C0;
    border-left: 0;
    border-right: 0;
}

.Contract_Term_tabel table {
	border-spacing: 2px;
    border-collapse: separate !important;
    border: 0;
}

.Contract_Term_tabel thead th img {
  max-width: 25px;
  position: relative;
  top: -2px;
}

.Contract_Term_tabel .qty_field {
  margin: 0 auto;
  position: relative;
  width: 140px;
  align-items: center;
}

.Contract_Term_tabel .qty_field button {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  transition: 0.2s linear;
  padding: 0;
}

.Contract_Term_tabel .qty_field button:hover {
  background: var(--dprimary);
}

.Contract_Term_tabel .qty_field button.minus_qty {
  right: 0;
  left: auto;
}

.Contract_Term_tabel table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #F3F3F3;
}

.Call_plan_tabel thead th {
  color: #4C952A;
  font-weight: 400;
  font-size: 22px;
  border: 0;
}

.Call_plan_tabel thead th span {
  display: block;
  color: var(--light);
  font-size: 16px;
}

.Call_plan_tabel th,
.Call_plan_tabel td {
  text-align: center;
}

.Call_plan_tabel table td {
  border: 0;
  color: var(--light);
  background: #fff;
  font-weight: 400;
  padding: 5px 20px;
  vertical-align: middle;
  background: transparent !important;
  font-size: 16px;
}

.Call_plan_tabel table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0;
}

.Call_plan_tabel table td table td {
  padding-top: 0;
  padding-bottom: 0;
}

.Call_plan_tabel .colored_row td {
  color: #4C952A;
}

.packs_img img {
  width: 50px;
  object-fit: contain;
  height: 40px;
}

button.plus img {
  width: 100%;
}

button.plus {
  border: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background-color: transparent;
  cursor: unset;
  padding: 6px;
}

.packs_img,
.packs_txt {
  text-align: center;
  font-size: 11px;
}

.msg_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.msg_div input {
	width: 20px;
    height: 20px;
    accent-color: var(--primary);
    margin: 0 !IMPORTANT;
    cursor: pointer;
    border-radius: 50%;
}
.info_icon {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary);
	    cursor: pointer;
}
#final_summ_details tfoot td {
    color: var(--primary);
    font-weight: 700;
    background: #d9d9d9;
}
#final_summ_details h3 {
    text-align: start;
    margin: 30px 0 20px;
    font-size: 18px;
    color: var(--primary);
}
table#plan_terms {
    border: 0;
    border-spacing: 2px;
    border-collapse: separate !IMPORTANT;
}

.msg_div label {
  width: calc(100% - 25px);
}

/* new */
.Call_plan_tabel thead tr:first-child th:not(:first-child) {
  color: #fff;
  /* background: #A020EF;
    padding: 25px 10px; */
  padding: 0;
  font-size: 26px;
}

/* .Call_plan_tabel thead tr:first-child th:nth-child(3) {
    background: #7A14B6;
}
.Call_plan_tabel thead tr:first-child th:nth-child(4) {
    background: #56077C;
} */
.Call_plan_tabel thead tr:first-child th span {
  color: #fff;
  font-size: 14px;
}

.Call_plan_tabel tbody > tr:nth-child(odd),
.Call_plan_tabel thead > tr:nth-child(odd) {
  background: #ededed;
}

.Call_plan_tabel tbody > tr:nth-child(even),
.Call_plan_tabel thead > tr:nth-child(even) {
  background: #d9d9d9;
}

.Call_plan_tabel table td table tr {
  background: transparent !important;
}

.Call_plan_tabel {
  margin: 60px 0;
}

.Call_plan_tabel thead tr:first-child th:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 60px;
  top: -21px;
  background: url(/UC8/wp-content/uploads/2023/01/populer.png) no-repeat center /
    contain;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.Call_plan_tabel thead tr:first-child th:nth-child(2) {
  position: relative;
}

.Call_plan_tabel table td span {
  display: block;
  font-size: 12px;
}

.colored_row img {
  width: 20px;
  margin-right: 10px;
}

.Call_plan_tabel .cplan_price strong {
  font-size: 30px;
}

.packs_txt {
  margin-top: 8px;
}

.Contract_Term_tabel .qty_field input.qty {
  width: 100%;
}

/* ze dev5 */

.total_price {
  font-size: 18px;
  color: var(--primary);
  padding-left: 60px;
  margin-top: 10px;
  font-weight: 600;
}

.qty_field input.qty {
    font-size: 27px;
    text-align: center;
    width: 100%;
    padding: 0px 15px;
    background: transparent;
    color: var(--primary);
    font-weight: 700;
}
.qty_field button.plus_qty {
    left: auto;
    right: 1px;
    background-image: url(/UC8/wp-content/uploads/2023/01/plus_icon.png);
}
.qty_field button:hover {
    background-color: var(--primary);
}
.boxi_row > div:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}
.total_seats {
    color: var(--primary);
    font-weight: 700;
}

.qty_field button {
    width: 40px;
    height: 40px;
    border: 0;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    top: 1.1px;
    left: 1px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    background: url("/UC8/wp-content/uploads/2023/01/minus.png") no-repeat center / 15px #D9D9D9;
    font-size: 0;
}
.next_error {
    color: red;
}
.plan_table table tbody>tr:nth-child(odd)>td, .plan_table table tbody>tr:nth-child(odd)>th {
    background-color: #EDEDED;
}
.plan_table .container {
    padding: 0;
}

.Contract_Term_tabel input[type="radio"] {
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  accent-color: var(--primary);
  border-color: var(--pirmary);
  cursor: pointer;
}
.Contract_Term_tabel thead th {
    background: transparent;
}

.row.boxi_row > div:not(first-child) label::before {
  position: absolute;
  top: 50%;
  left: -31px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: url(/UC8/wp-content/uploads/2023/01/or.png) no-repeat center /
    24px #eae7fa;
  content: "";
}
.device_info p {
  text-align: left;
}
.boxi_box > label p.d_label {
    background: var(--primary);
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    min-width: 190px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 14px;
}
.boxi_box input:checked + label p.d_label {
  background: #fff;
  color: var(--primary);
}
.row.boxi_row > div:first-child label::before {
  display: none;
}

.Call_plan_tabel thead tr:first-child th label {
  cursor: pointer;
  background: #a020ef;
  width: 100%;
  height: 100%;
  display: block;
  padding: 25px 10px;
  font-size: 26px;
  font-weight: 600;
}

.Call_plan_tabel thead tr:first-child th input:checked + label {
  background: #56077c;
  box-shadow: 3px 4px 12px 1px rgb(0 0 0 / 50%);
  position: relative;
}
.inp_div {
    margin-bottom: 20px !IMPORTANT;
}

.Call_plan_tabel thead tr:first-child th input {
  display: none;
}

button.plus {
  border: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  background-color: transparent;
}

.all_price {
  text-align: left;
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
  margin-top: 10px;
  padding-left: 59px;
}

.Call_plan_tabel thead tr:first-child th {
  border: 0 !important;
}

.p.inp_error {
  color: red;
  display: none;
}
span.field_error {
    font-size: 14px;
    color: red;
    text-transform: capitalize;
}
.form-card.conn_row .con_head .col-2:last-child p {
  text-align: center;
}
.Contract_Term_tabel table tr:nth-child(even) > td,
.Contract_Term_tabel table tr:nth-child(even) > th {
  background: #fff;
}
.Contract_Term_tabel table tbody > tr:nth-child(odd) > td,
.Contract_Term_tabel table tbody > tr:nth-child(odd) > th {
  background-color: #d9d9d9;
}
.Contract_Term_tabel thead th {
  background: #ededed;
}
.phone_img {
    width: 110px;
    margin-bottom: 35px;
}
.girl_img {
    width: 230px;
}
.primary {
    color: var(--primary);
}
.ippbx ul li {
    text-transform: capitalize;
    max-width: 220px;
    text-align: start;
    margin-left: auto;
}
.ippbx ul li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/UC8/wp-content/uploads/2023/01/accept.png) no-repeat center / 12px;
    left: -5px;
    top: 4px;
}
.girl_mail {
    margin-top: -120px;
}
.hosted_tabel thead th {
    border: 0 !important;
}

.hosted_tabel th h3 {
    font-size: 20px;
	text-transform: capitalize;
}
.hosted_tabel input#base_plan {
    accent-color: var(--primary);
}
.hosted_tabel tbody tr td.primary {
    color: var(--primary);
}
.elementor .uc8_img img {
    max-width: 250px;
    object-fit: contain;
}
.ippbx h3 {
    font-weight: 400;
}
.hosted_tabel {
    margin-top: -80px;
}
.hosted_tabel th span {
    color: var(--light);
    font-weight: 500;
}
.hosted_tabel tbody tr td {
    background: none !IMPORTANT;
    border: 0;
    font-weight: 500;
    padding: 10px;
    vertical-align: middle;
    color: #827F81;
}
.total_seats_selector p {
    font-size: 24px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 50px;
}
.total_seats_selector .total_seats {
    margin-left: 25px;
}
h5.detail_txt {
    color: #808080;
}
.hosted_tabel tbody tr:first-child td {
    background: #F3F3F3 !important;
}
.hosted_tabel tbody tr:first-child td.fut_tec {
    color: #fff;
    background: linear-gradient(45deg, #4C952A, #83BC4B) !IMPORTANT;
    text-align: left;
    padding: 10px 40px;
    font-style: italic;
}

/*  ow*/
 .plan_table .column-1.pay {
     background: #83BC4B;
 }

 .plan_table .column-1.call {
     background: #689d34;
 }

 .plan_table .column-1.unl {
     background: #4C952A;
 }

 .plan_table th.column-1 span {
     font-size: 14px;
 }

 .plan_table th.column-1 {
     color: #fff;
     font-weight: 400;
 }

 .plan_table th.column-1 h3 {
     font-size: 28px;
     font-weight: 400;
 }

 .plan_table tr,
 .plan_table th,
 .plan_table td {
     border: 1px solid #fff;
 }

 .plan_table table {
     text-align: center;
     border-collapse: separate;
     border-spacing: 1px;
	   overflow-x: scroll;
     width: 100%;
	 margin: 0;
 }
.next_error{
    display: none;
}

 .plan_table td span {
    font-size: 12px;
}

.plan_table table tr td {
    border: 0;
    width: 33.33%;
    padding: 0 15px;
    box-shadow: 6px 0px 7px 1px rgb(0 0 0 / 9%) inset;
	vertical-align: middle;
	
}
.table.plan_table table table td {
    box-shadow: unset;
	background: transparent !important;
}

 .plan_table table table tr td:nth-child(2) {
     border-left: 1px solid #fff;
     border-right: 1px solid #fff;
 }

 .plan_table td {
     padding: 0 2px;
     height: 48px;
 }

 .plan_table td img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

 .plan_table {
     margin: 60px 0;
 }

 .plan_table .pay::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 42px;
     background: url("/UC8/wp-content/uploads/2023/01/populer.png") no-repeat center / contain;
     left: 0;
     top: -11px;
 }

 .plan_table thead th {
     padding: 24px 6px 10px;
 }

 .plan_table th.column-1.pay {
     position: relative;
 }

 tr.row-1 td {
     background: #ebe7e7;
 }
 tr.row-2 td, tr.row-2 th {
    background:#D9D9D9;
}
.table.plan_table tr.row-1 h3 {
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.table.plan_table tbody tr:nth-child(3) {
    color: #4C952A;
}
/*  ow*/

#msform fieldset .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgb(255 255 255 / 67%);
}
#msform fieldset .loader img{
    height: 70px;
}
#msform fieldset.loading .loader {
  display: flex;
}
.thanks_head {
    margin-bottom: 50px;
}
.thank_next_box p {
    font-size: 29px;
    color: #A0978F;
    margin-bottom: 70px;
}
.future_tec {
    color: #fff;
    background: linear-gradient(45deg, #4C952A, #83BC4B) !IMPORTANT;
    text-align: left;
    padding: 10px 40px;
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
}
.thank_next_box h4 {
    color: #87898C;
	    font-size: 28px;
}

@media screen and (max-width: 1199px) {
  .site_h2,
  .site_h2 h2 {
    font-size: 31px;
  }

  .site_h3,
  .site_h3 h3 {
    font-size: 22px;
  }

  .head_div span.count {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }

  .head_div h2 {
    padding-left: 46px;
  }

  /* step2 */
  .uc_box {
    padding: 8px 10px;
  }

  .Call_plan_tabel table td {
    padding: 5px 15px;
  }

  .Call_plan_tabel .cplan_price strong {
    font-size: 26px;
  }

  .colored_row img {
    width: 17px;
    margin-right: 5px;
  }

  .packs_img img {
    width: 40px;
    height: 35px;
  }

  .Call_plan_tabel thead tr:first-child th label {
    font-size: 22px;
  }

  .Call_plan_tabel thead tr:first-child th:nth-child(2)::before {
    width: 125px;
  }
  .boxi_box > label p.d_label {
	min-width: 160px;
  }
  .frm_inp .boxi_box img {
    height: 90px;
  }
	.elementor-menu-toggle {
    margin-right: 0 !IMPORTANT;
}
/* ow */
	.row .ms_form {
    margin-top: 12px !important;
}
.in_block h3 {
    margin-bottom: 20px;
}
.inp_div {
    margin-bottom: 17px !IMPORTANT;
}
.mb_30 {
    margin-bottom: 26px;
}
/* ow	 */
	.ippbx ul li {
    max-width: 195px;
    font-size: 15px;
}
	.elementor .uc8_img img {
    max-width: 200px;
}
	.girl_img {
    width: 210px;
}
	.phone_sis .head_div span.count {
    top: 12px;
}
	.qty_field input.qty {
    font-size: 24px;
}.qty_field {
    width: 130px;
}
	.qty_field button {
    background-size: 13px;
}
	h5.detail_txt {
    font-size: 18px;
}
	.total_seats_selector .total_seats {
    margin-left: 10px;
}
	.total_seats_selector p {
    font-size: 19px;
    margin-bottom: 40px;
}
	.plan_table th.column-1 h3 {
    font-size: 24px;
}
	.thank_next_box p {
    font-size: 22px;
    margin-bottom: 50px;
}
	.thank_next_box h4 {
    font-size: 26px;
}
	.thanks_head {
    font-size: 26px;
}

}

@media screen and (max-width: 991px) {
  .site_h2,
  .site_h2 h2 {
    font-size: 30px;
  }

  .site_h3,
  .site_h3 h3 {
    font-size: 20px;
  }

  .site_h2,
  .site_h2 h2 {
    font-size: 28px;
  }

  /* step2 */
  .uc_box {
    width: 33%;
  }

  .uc_row > div > p {
    font-size: 15px;
  }

  .uc_box p,
  h3.uc_pri + p {
    font-size: 11px;
  }

  .uc_box {
    padding: 8px 0;
  }

  h3.uc_pri {
    font-size: 22px;
  }

  .sp_uc .uc_box::before {
    left: -30%;
  }

  .Contract_Term_tabel thead th {
    font-size: 19px;
  }

  .Contract_Term_tabel thead th span {
    font-size: 14px;
  }

  .Call_plan_tabel table td {
    padding: 5px 10px;
    font-size: 14px;
  }

  .Call_plan_tabel thead tr:first-child th label {
    font-size: 20px;
  }

  .Call_plan_tabel thead tr:first-child th span {
    font-size: 13px;
  }

  .Call_plan_tabel .cplan_price strong {
    font-size: 24px;
  }

  .Call_plan_tabel thead th span {
    font-size: 14px;
  }

  button.plus {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }

  .packs_img img {
    width: 35px;
  }
  .frm_inp .boxi_box img {
    height: 80px;
  }
  .boxi_box > label p,
  .boxi_box > label span {
    font-size: 14px;
  }
  .boxi_box > label p.d_label {
    padding: 8px;
    font-size: 16px;
    min-width: 125px;
  }
  .row.boxi_row > div:not(first-child) label::before {
    background-size: 20px;
  }
/* 	ow */
	.mb_30 {
    margin-bottom: 22px;
}
.in_block h3 {
    margin-bottom: 16px;
}
.inp_div {
    margin-bottom: 15px !IMPORTANT;
}
#contact_mail_info input, #contact_mail_info select {
    padding: 7px 15px 7px;
    min-height: 38px;
}
.ms_form .site_btn {
    padding: 7px 34px 7px;
}
#msform.ms_form fieldset {
    padding-bottom: 10px;
}
.form-card .in_block input::placeholder {
    letter-spacing: 0.5px;
}
	.form-card .in_block .col-2 {
    width: 50%;
}
/* 	ow */
	.girl_mail {
    margin-top: 50px;
}
	.elementor .uc8_img img {
    max-width: 170px;
}
	.girl_img {
    width: 180px;
}
	.ippbx h3 br {
    display: none;
}
	.phone_img {
    width: 95px;
		    margin-bottom: 70px;
}
	.girl_img {
    width: 170px;
}
	.hosted_tabel tbody tr:first-child td.fut_tec {
    padding: 10px 20px;
}
	.hosted_tabel th h3 {
    font-size: 18px;
}
	.hosted_tabel tbody tr td {
    padding: 8px;
    font-size: 13px;
}
	.qty_field {
    width: 120px;
}
	.hosted_tabel {
    margin-top: -78px;
}
	.qty_field button {
    width: 36px;
    height: 36px;
    background-size: 11px;
}
	.boxi_box > label p.d_label {
    padding: 8px 5px;
    font-size: 14px;
    margin-bottom: 20px;
    min-width: 120px;
}
.qty_field input.qty {
    font-size: 22px;
    min-height: 38px;
}
	.boxi_box > label {
    padding: 20px 10px;
}
	h5.detail_txt {
    font-size: 16px;
}
	.total_seats_selector p {
    font-size: 17px;
}
	fieldset .plan_table_pare {
    overflow-x: scroll;
}
.plan_table th.column-1 h3 {
    font-size: 22px;
}
.plan_table td {
    height: 40px;
}
	#progressbar {
    row-gap: 20px;
}
	.thank_next_box p {
    font-size: 18px;
    margin-bottom: 40px;
}
	.thanks_head {
    margin-bottom: 40px;
    font-size: 22px;
}
	.thank_next_box h4 {
    font-size: 22px;
}
	h3#refrence_no {
    font-size: 20px;
}

}

@media screen and (max-width: 767px) {
  .conn_pare {
    overflow-x: auto;
  }
#progressbar {
    row-gap: 15px;
}
  .conn_row {
    width: 696px;
  }

  .con_head p {
    font-size: 16px;
  }

  .row.boxi_row > div:not(first-child) label::before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .Call_plan_tabel {
    overflow-x: scroll;
  }

  .Call_plan_tabel thead tr:first-child th:nth-child(2)::before {
    top: -30px;
  }

  .Call_plan_tabel > table {
    padding-top: 10px;
  }
  .Contract_Term_tabel.mb_30 {
    overflow-x: scroll;
  }
/*   .boxi_box > label {
    padding: 30px 15px 25px;
  } */
/* 	ow */
	.head_div span.count {
    font-size: 15px;
    width: 30px;
    height: 30px;
}

.site_h2, .site_h2 h2 {
    font-size: 26px;
}
.mb_30 {
    margin-bottom: 18px;
}
.site_h3, .site_h3 h3 {
    font-size: 20px;
}
.inp_div {
    margin-bottom: 10px !IMPORTANT;
}
.form-card .in_block .col-8,.form-card .in_block .col-4  {
    width: 100%;
}
.inp_div {
    margin-bottom: 5px !IMPORTANT;
}
#msform.ms_form fieldset {
    padding: 0;
}
	.form-card .in_block .col-3{
    width: 50%;
}

/* 	ow */
	.uc8_img {
    text-align: start;
}
	.ippbx h3.text-end {
    text-align: start !IMPORTANT;
}
	.ippbx ul li {
    max-width: 100%;
}
.hosted_tabel {
 	margin-top: -2px;
    overflow-x: scroll;
}
	.hosted_tabel thead th {
    padding: 8px;
		  background: #EDEDED;
}
	.girl_mail {
    justify-content: center;
}
	.hosted_tabel tbody tr td {
    min-width: 190px;
}

.copy_right .elementor-heading-title {
    font-size: 15px !IMPORTANT;
}
.ippbx h3.text-end {
    font-size: 24px;
}
.header img {
    max-width: 120px;
}
	.header .elementor-container .elementor-column {
    width: 50%;
}
	.boxi_row {
    flex-wrap: wrap;
}
.boxi_row > div {
    width: 48%;
}
	.frm_inp .boxi_box img {
    height: 91px;
}
	.Contract_Term_tabel {
    margin-top: 30px !important;
}
	.total_seats_selector p {
    margin-top: 20px;
}
		.boxi_row {
    justify-content: space-between;
}
	.upfront_cost th {
    min-width: 120px;
}
	.upfront_cost {
    overflow-x: scroll;
}
	.upfront_cost .Contract_Term_tabel thead th {
    font-size: 16px;
}
	#monthly_summ_table th {
    font-size: 16px;
    min-width: 120px;
}
	.Contract_Term_tabel_pare {
    overflow-x: scroll;
}
.Contract_Term_tabel_pare th {
    min-width: 133px;
}
.plan_table th.column-1 h3 {
    font-size: 20px;
}
		.thank_you .ippbx {
    order: 2;
}
	.thank_next_box p br {
    display: none;
}
	.thank_you .girl_mail {
    justify-content: start;
}

}

@media screen and (max-width: 575px) {
  .in_block .col-4,
  .in_block .col-8 {
    width: 100%;
  }
	#progressbar li {
    font-size: 14px;
}
	.Contract_Term_tabel table td {
    font-size: 14px;
}
	.future_tec {
    padding: 8px 20px;
}
	.thanks_head {
    margin-bottom: 30px;
    font-size: 20px;
}
	.thank_next_box p {
    font-size: 16px;
    margin-bottom: 35px;
}

	.header img {
    max-width: 90px !IMPORTANT;
}
	.Contract_Term_tabel table tbody > tr:nth-child(odd) > td, .Contract_Term_tabel table tbody > tr:nth-child(odd) > th {
    background-color: #d9d9d9;
    min-width: 135px;
}
	.form-card .in_block .col-2, .form-card .in_block .col-6 {
    width: 100%;
}
.Contract_Term_tabel table td {
    font-size: 14px;
}
	.copy_right .elementor-heading-title {
    font-size: 14px !IMPORTANT;
}
	.form-card .in_block .col-3 {
    padding-bottom: 8px;
    width: 100%;
}
	.Contract_Term_tabel {
    margin-top: 20px !important;
}

  .in_block .col-4 {
    margin-bottom: 10px;
  }
	.hosted_tabel th span {
    font-size: 12px;
}
.hosted_tabel tbody tr:first-child td.fut_tec {
    padding: 10px;
}
	.boxi_box > label p.d_label {
    font-size: 13px;
    margin-bottom: 15px;
}
	.hosted_tabel tbody tr td {
    min-width: 180px;
}
	.elementor .uc8_img img {
    max-width: 131px;
}
	.ippbx h3.text-end {
    font-size: 22px;
}

  .site_h2,
  .site_h2 h2 {
    font-size: 25px;
  }

  .head_div span.count {
    font-size: 15px;
    width: 35px;
    height: 35px;
    top: 0px;
  }

  .head_div h2 {
    padding-left: 45px;
  }

  .ms_form .site_btn {
    padding: 8px 30px 9px;
    font-size: 15px;
  }

  .head_div p {
    padding-left: 50px;
  }

  .Call_plan_tabel thead tr:first-child th:nth-child(2)::before {
    top: -22px;
  }

  .Contract_Term_tabel .qty_field {
    width: 125px;
  }
/* 	ow */
	.site_h2, .site_h2 h2 {
    font-size: 24px;
}

.form-card .in_block input::placeholder {
    letter-spacing: 0;
}
.in_block h3 {
    margin-bottom: 10px;
}
.site_h3, .site_h3 h3 {
    font-size: 18px;
}
	.qty_field input.qty {
    font-size: 18px;
    min-height: 35px;
}
	.qty_field button {
    width: 33px;
    height: 33px;
    background-size: 10px;
}
/* 	ow */
}

.hide_btn{
    display: none !important;
}

/* ze_a css */
.site_h3,
.site_h3 h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
}

.inp_div label {
  display: block;
  cursor: pointer;
  color: rgb(0 0 0 / 50%);
  line-height: 1.2;
  font-size: 15px;
}
#contact_mail_info input, #contact_mail_info select {
  padding: 9px 15px 8px;
  border-radius: 30px;
  font-size: 15px;
  min-height: 42px;
  width: 100%;
  border: 1px solid rgb(0 0 0 / 50%);
  outline: none;
	    background: #eceff1;
}
	#progressbar {
    row-gap: 10px;
}
.in_block h3 {
  margin-bottom: 22px;
  color: var(--primary);
}
.ms_form input,
.ms_form textarea {
  margin-bottom: 10px;
}
input.required {
  background: url(images/asterisk.png) no-repeat calc(100% - 15px) 18px / 8px !important;
}
/* *form validation */
.error_msg {
  font-size: 12px;
  font-weight: 400;
  color: red;
  margin: -7px 0 13px 10px;
  display: inline-block;
  display: none;
}
.country_selector .selected-flag {
    border-radius: 50px;
    padding: 9px 15px 8px;
    border-radius: 30px;
    font-size: 15px;
    min-height: 42px;
    width: 100% !important;
    border: 1px solid rgb(0 0 0 / 50%);
    outline: none;
    background: #eceff1;
	    top: -25px;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
}
.country_selector .selected-dial-code {
    color: rgb(0 0 0 / 50%);
}
.check_img img {
    max-width: 90px !important;
    margin-bottom: 10px;
}
/* ow */
     .plan_table td {
         padding: 0 20px;
         height: 45px;
     }
/* ow */
/* ze_a end css */
/* step form */


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #4c4c4c;
    text-decoration: none;
}