.landing-page .image-container .img-holder:nth-child {
	padding-top: 40px
}

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 18px
}

.jcf-select .jcf-select-text span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.countries-form .jcf-select .jcf-select-text span {
	width: calc(100% - 100px)
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0
}

.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px
}

.jcf-radio.jcf-checked span {
  display: block
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid red
}

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%
}
label {
  display: inline-block;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding-left: 0
}

.jcf-list ul li:before {
	display: none
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%
}

.jcf-select-drop .jcf-hover {
	background: #e6e6e6;
	color: #000
}

.countries-form {
	font-size: .75rem;
	font-weight: 600;
    margin-bottom: 2.575rem;
}

@media (min-width:768px) {
	.countries-form {
		font-size: 1rem
	}
}

.countries-form .jcf-select,
.countries-form select {
	position: relative;
	max-width: 18.75rem;
	margin: 0 auto;
	border: 1px solid #e0e0e3!important;
	border-radius: 4px;
	border: 0;
	background-color: #fff;
	height: 2.625rem;
	padding: .5rem 0 .5rem .6875rem
}

@media (min-width:768px) {
	.countries-form .jcf-select,
	.countries-form select {
		max-width: 22.375rem;
		height: 3.125rem;
		padding: .5625rem 0 .5625rem .875rem
	}
}

.countries-form .jcf-select:before,
.countries-form select:before {
	content: "";
	position: absolute;
	left: 3.75rem;
	top: 0;
	bottom: 0;
	width: .0625rem;
	background: #ececee
}

@media (min-width:768px) {
	.countries-form .jcf-select:before,
	.countries-form select:before {
		width: .125rem;
		left: 4.375rem
	}
}

.countries-form .jcf-select .jcf-select-text {
	line-height: 31px;
	font-size: 1rem;
	font-weight: 600
}

.countries-form .jcf-list ul {
	font-size: .75rem;
	line-height: 1.0625rem
}

@media (min-width:768px) {
	.countries-form .jcf-list ul {
		font-size: .8125rem
	}
}

@media (min-width:992px) {
	.countries-form .jcf-list ul {
		font-size: 16px
	}
	.main-bg {
		background-position: 31vw 56px;
		margin-top: -1rem;
		margin-bottom: -1rem;
	}

	body .herounit--no-visual {
		margin-bottom: 0px;
	}
}

.countries-form .jcf-list li {
	position: relative
}

.countries-form .jcf-list img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 14px
}

.countries-form .jcf-list .jcf-option {
	padding: .625rem .625rem .625rem 4.375rem
}

@media (min-width:768px) {
	.countries-form .jcf-list .jcf-option {
		font-size: 1rem;
		padding: 1.0625rem .875rem 1.0625rem 5.3125rem
	}
}

@media (min-width:992px) {
	.countries-form span.jcf-select {
		font-size: 16px
	}
}

.countries-form span.jcf-select img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.5rem;
	width: 2.1875rem
}

@media (min-width:768px) {
	.countries-form span.jcf-select img {
		width: 2.625rem;
		margin-right: 1.75rem
	}
}

.countries-form .jcf-select-text {
	margin: 0;
	color: #494a5b
}

.countries-form .jcf-select-text>span {
	display: inline-block;
	vertical-align: bottom
}

.countries-form .jcf-select-text img {
	width: 2.1875rem;
	margin-right: 1.5rem
}

@media (min-width:768px) {
	.countries-form .jcf-select-text img {
		width: 2.625rem
	}
}

input[type=text],
span.jcf-select {
	font-size: 12px;
	line-height: 17px;
	outline: 0;
	border: 1px solid #e0e0e3;
	padding: .625rem 1.1875rem;
	color: #626375;
	height: 2.5rem;
	display: block;
	width: 100%;
	border-radius: .25rem;
	box-shadow: none;
	-webkit-appearance: none;
	font-weight: 300
}

@media (min-width:768px) {
	input[type=text],
	span.jcf-select {
		font-size: 13px
	}
}

input[type=text]::-webkit-input-placeholder,
span.jcf-select::-webkit-input-placeholder {
	color: #626375;
	text-transform: capitalize
}

input[type=text]::-moz-placeholder,
span.jcf-select::-moz-placeholder {
	opacity: 1;
	color: #626375;
	text-transform: capitalize
}

input[type=text]:-moz-placeholder,
span.jcf-select:-moz-placeholder {
	color: #626375;
	text-transform: capitalize
}

input[type=text]:-ms-input-placeholder,
span.jcf-select:-ms-input-placeholder {
	color: #626375;
	text-transform: capitalize
}

input[type=text]:focus,
span.jcf-select:focus {
	border-color: #03a94a
}

select {
	cursor: pointer
}

span.jcf-select {
	cursor: pointer!important;
	margin-bottom: 0
}

span.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #fff;
	width: 1.625rem;
	bottom: 0;
	right: 0;
	top: 0;
	color: #626375;
	border-radius: 4px;
	font-size: .375rem;
	line-height: 1
}

span.jcf-select .jcf-select-opener:after {
	position: absolute;
	right: .8125rem;
	top: 50%;
	transform: translateY(-50%);
	content: "\e903";
	font-family: icomoon
}

@media (min-width:992px) {
	span.jcf-select .jcf-select-opener:after {
		right: 20px;
		font-size: 8px
	}
}

.jcf-select-text {
	color: #626375
}

.jcf-list-content {
	font-size: 12px;
	color: #626375
}

@media (min-width:768px) {
	.jcf-list-content {
		font-size: 13px
	}
}

.title-holder img{
	width: 32px;
}

.jcf-list-content li {
	padding-left: 0!important
}

.jcf-list-content li:after {
	display: none!important
}

.jcf-list-content .jcf-option {
	padding: .625rem 1.1875rem;
	cursor: pointer
}

.jcf-select-drop .jcf-select-drop-content {
	border-color: #03a94a;
	border-radius: .25rem;
	overflow: hidden
}

@media (min-width:1200px) {}

.countries-form select .jcf-select-text, .countries-form .jcf-select .jcf-select-text{
    line-height: 18px;
}
.countries-form select, .countries-form .jcf-select{
    padding: .5625rem;
}
@media (min-width: 768px){
    .countries-form select, .countries-form .jcf-select{
        padding: .5625rem 0 .5625rem .875rem;
    }
}


.split-5030{
	display: flex;
    justify-content: space-around;
    height: 70vh;
    max-height: 250px;
}

.split-5030 div:nth-child(1){
flex: 0 1 50%;
max-width: 600px;
}

.split-5030 div:nth-child(2){
    flex: 0 1 34%;
}

.pricing-cards{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 30px;
    grid-template-rows: auto;
}

.pricing-card{
	min-height: 10rem;
	padding: 40px 40px 24px 40px;
	box-shadow: 0 0 4px 2px rgb(243, 245, 252);
	background: white;
}

.pricing-card__header{
	display: flex;
	align-items: center;
}

.pricing-card__icon{
	flex: 0 1 20%;
	flex-basis: 42px;
	margin-right: 1rem;
}
.pricing-card__icon img{
	width: 100%;
}

.pricing-card__header-text{
	flex: 0 1 80%;
	font-size: 18px;
	font-weight: 600;
}

.caps-header-text{
	text-transform: uppercase;
	font-size: 12px;
}

.price{
	font-size: 24px;
	color: var(--deep-blue);
	font-weight: 600;
	position: absolute;
    bottom: 0;
}

.pricing-card__cta-container{
	border-top: solid 1px rgb(239, 239, 239);
	margin: 0 -40px;
    text-align: center;
}

.h3{
	font-size: 18px;
	color: var(--grey);
	font-weight: 600;
}

.pricing-card__data-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pricing-card__data-container > div{
flex: 0 1 34%;
position: relative;
min-height: 85px;
}

.pricing-card__data-container--expanded > div{
flex: 0 1 36%;
}

.price.starts-at:before {
    content: 'Starts at';
    display: block;
    font-size: 12px;
    opacity: 0.5;
    color: #333;
    font-weight: 300;
    margin-top: 0.8rem;
    margin-bottom: -0.3rem
}

.grow{
	flex-grow: 1;
}

.customer-card__header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.customer-card__header > div{
	flex: 0 1 30%;
}

.customer-card{
	min-height: 210px;
	overflow: hidden;
	padding: 20px;
	box-shadow: 0 0 8px 4px rgb(243, 245, 252);
	position: relative;
}

.quote-symbol{
	width: 15px;
    filter: grayscale(1);
	opacity: 0.2;
	margin-bottom: 5px;
	flex: 0 0 15px !important;
}

.customer-card__face{
    position: relative;
    top: -20px;
	left: 20px;
	display: none;
}

.customer-card__details{
	position: absolute;
    bottom: 30px;
}

.font-12px{
	font-size: 12px;
}
.deep-blue{
	color: var(--deep-blue);
}

.semi-bold{
	font-weight: 600;
}

.icon-star:before {
  content: "\e90c";
}

.rating-list {
  display: flex;
  color: #03a94a;
  padding: 0;
  list-style: none;
  margin: 0 -.125rem;
  justify-content: center;
}

.pricing-card:hover{
	box-shadow: 0 0 4px 2px rgb(243, 245, 252) !important;
	cursor: default;
}

.customer-rating{
	display: flex;
	justify-content: space-around;
	text-align: center;
}


.icon-star_half:before {
  content: "\e90a";
}

.faq-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 768px) {
  .rating-list {
    font-size: 2rem;
  }

  .split-5030 {
    margin-top: -2rem;
}

  .linear-gradinent{
	min-height: 520px;
  }


.rating-image{
	margin-right: 30px;
}
.cust-rating{
	display: flex;
	align-items: center;
}

.customer-rating{
	text-align: left;
}
}
.rating-list li {
  margin: 0 .125rem;
}

.blue-background{
    background-color: rgba(248, 249, 251, 0.5);
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note {
    display: block;
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 300;
    color: #494a5b;
}

.faq input{
  visibility: hidden;
  opacity: 0;
  position: absolute;
}


.faq{
	flex: 0 1 48%;
    margin-bottom: 0.7rem;
}

.faq label{
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: var(--grey);
  font-weight: 600;
  cursor: pointer;
}

.answer{
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 1rem;
  line-height: 1.56;
  margin: 1rem 0;
  margin-bottom: 2rem;
}

 .faq input:checked ~ div{
 max-height: 400px;
  height: auto;
}
.container--400width {
  max-width: 400px;
  margin: 0 auto 65px;
}
.container--700px{
	max-width: 700px;
    margin: 0 auto;

}

.answer p{
	margin: 0;
	padding: 0;
}

.linear-gradinent{
	background-image: linear-gradient(to top, rgba(250, 253, 255, 1) 49%, rgb(255, 255, 255));
}

.pull-up{
	margin-top: -14rem;
}

.unit{
	font-size: 14px;
	font-weight: 400;
}
.not-supported{
	font-size: 1rem;
}

.push-down{
	margin-top: 7rem;
}

.bg-holder{
	position: relative;
    z-index: 0;
}

.bg-img{
    position: absolute;
    z-index: -1;
    left: 15%;
    top: 33%;
}

.zero-opacity{
opacity: 0;
transition: opacity 1s ease;
}

@media screen and (max-width: 500px){
	.split-5030{
		flex-wrap: wrap;
	}
  .heading-table table tr td:nth-child(n+2) .value {
    left: 0;
  }

	.split-5030 > div {
		flex: 1 1 100% !important;
	}

	.pull-up{
		margin-top: 7rem;
	}

	.pricing-cards{
		display: block;
	}

	.pricing-card{
		padding: 1rem;
	}

	.pricing-card__data-container > div {
    flex: 0 1 40%;
}

.price {
    font-size: 19px;
}

.customer-card {
    min-height: 330px;
}

.customer-rating > div {
    margin-bottom: 2.5rem
}

.customer-rating {
	display: block;
}
.faq{
	flex: 1 1 100%;
}
}

@media screen and (min-width: 500px) and (max-width: 1200px) {
	.split-5030{
		min-height: 50vh;
	}

	.bg-img{
		display: none;
	}

	.usecase-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px , 1fr));
}
}

.caps-header-text.plivo {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    color: #03a94a;
}
.caps-header-text.twilio {
    text-transform: none;
    font-size: 18px;
}
.features__list__head{
	font-size: 18px;
  font-weight: 600;
  padding-bottom: 27px;
}


/* Form stylesheet */

.contact-form-holder {
  margin: 0 -1.25rem 2.5rem;
  background: #f7f9fb;
  padding: 2.4375rem 1.25rem;
}
@media (min-width: 768px) {
  .contact-form-holder {
    padding: 1.875rem 2.5rem;
    margin: 0 0 1.9375rem;
    box-shadow: 9px 13px 45px 4px rgba(204, 213, 222, 0.24), -9px -13px 45px 4px rgba(149, 168, 187, 0.24);
  }
}
.contact-form-holder .contact-form {
  text-align: left;
}
.contact-form-holder .contact-form label {
  margin: 0 0 .5rem;
  color: #333;
  display: inline-block;
	margin-bottom: 10px;
}
.contact-form-holder .contact-form .row-box {
  margin-bottom: 2rem;
  width: 100%;
}
.contact-form-holder .contact-form .row-box.input-error .invalid-feedback {
  display: block;
}
.contact-form-holder .contact-form input,
.contact-form-holder .contact-form textarea {
  text-transform: none;
  color: #333;
  font-size: 1rem;
  border-color: #fff;
  font-family: soleil;
}

.invalid-feedback{
	display: none;
	position: absolute;
}
.contact-form-holder .contact-form input::placeholder,
.contact-form-holder .contact-form textarea::placeholder {
  color: #999;
}
.contact-form-holder .contact-form input::-webkit-input-placeholder,
.contact-form-holder .contact-form textarea::-webkit-input-placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input::-moz-placeholder,
.contact-form-holder .contact-form textarea::-moz-placeholder {
  opacity: 1;
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input:-moz-placeholder,
.contact-form-holder .contact-form textarea:-moz-placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input:-ms-input-placeholder,
.contact-form-holder .contact-form textarea:-ms-input-placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input.placeholder,
.contact-form-holder .contact-form textarea.placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form textarea {
  padding: .9375rem .625rem;
}
.contact-form-holder .contact-form input {
  height: 2.625rem;
  padding: 0 .625rem;
}
.contact-form-holder .contact-form span.jcf-select {
  font-size: 1rem;
  padding: 0 .625rem;
  height: 2.625rem;
  line-height: 2.5rem;
}
.contact-form-holder .contact-form span.jcf-select .jcf-select-opener {
  color: #494a5b;
}
.contact-form-holder .contact-form span.jcf-select .jcf-select-opener:after {
  right: .875rem;
  font-size: .4375rem;
}
.contact-form-holder .contact-form span.jcf-select .jcf-select-text {
  color: #999;
  line-height: 2.5rem;
}
.contact-form-holder .contact-form .jcf-select-drop .jcf-option-hidden {
  display: none;
}
.contact-form-holder .contact-form .tel-holder {
  display: -ms-flexbox;
  display: flex;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select {
  width: 5rem;
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  min-width: 0;
  padding-right: 0;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select:focus,
.contact-form-holder .contact-form .tel-holder span.jcf-select.jcf-focus {
  border-color: #e0e0e3 !important;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select img {
  width: 1.625rem;
  margin-right: .625rem;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select .jcf-select-text {
  line-height: 2.25rem;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select .jcf-select-text span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select .jcf-select-opener {
  display: none;
}
.contact-form-holder .contact-form .tel-holder input {
  width: calc(100% - 81px);
  border-radius: 0 4px 4px 0;
  border-left-color: #d2d7de;
}
.contact-form-holder .contact-form .invalid-feedback {
  color: #ff4646;
  font-size: .75rem;
}

.braces{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: -11%;
}

.braces .img{
	padding-right: 1rem;
}
.contact-form-holder .contact-form .btn {
  width: 100%;
  font-family: soleil;
}
@media (min-width: 768px) {
  .contact-form-holder .contact-form .btn {
    margin-left: auto;
    display: block;
    width: 170px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .p-right{
	  padding-right: 3rem;
  }
}
button {
    outline: 0
}

input[type=email],input[type=text] {
    font-size: 12px;
    line-height: 17px;
    outline: 0;
    border: 1px solid #e0e0e3;
    padding: .625rem 1.1875rem;
    color: #626375;
    height: 2.5rem;
    display: block;
    width: 100%;
    border-radius: .25rem;
    box-shadow: none;
    -webkit-appearance: none;
    font-weight: 300
}

@media (min-width: 768px) {
    input[type=email],input[type=text],input[type=tel] {
        font-size:13px
    }
}

input[type=email]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type=email]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=tel]::-moz-placeholder {
    opacity: 1;
    color: #626375;
    text-transform: capitalize
}

input[type=email]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=tel]:-moz-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type=email]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type=email]:focus,input[type=text]:focus,input[type=tel]:focus {
    border-color: #03a94a
}

textarea {
    font-size: 12px;
    line-height: 17px;
    outline: none;
    border: 1px solid #e0e0e3;
    padding: .625rem 1.1875rem;
    color: #626375;
    height: 2.5rem;
    display: block;
    width: 100%;
    border-radius: .25rem;
    box-shadow: none;
    -webkit-appearance: none;
    font-weight: 300
}

@media (min-width: 768px) {
    textarea {
        font-size: 13px
    }
}

textarea::-webkit-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #626375;
    text-transform: capitalize
}

textarea:-moz-placeholder {
    color: #626375;
    text-transform: capitalize
}

textarea:-ms-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

textarea:focus {
    border-color: #03a94a
}

textarea {
    resize: none;
    height: 80px
}

input[type="tel"] {
    font-size: 12px;
    line-height: 17px;
    outline: none;
    border: 1px solid #e0e0e3;
    padding: .625rem 1.1875rem;
    color: #626375;
    height: 2.5rem;
    display: block;
    width: 100%;
    border-radius: .25rem;
    box-shadow: none;
    -webkit-appearance: none;
    font-weight: 300
}

@media (min-width: 768px) {
    input[type="tel"] {
        font-size: 13px
    }
}

input[type="tel"]::-webkit-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type="tel"]::-moz-placeholder {
    opacity: 1;
    color: #626375;
    text-transform: capitalize
}

input[type="tel"]:-moz-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type="tel"]:-ms-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type="tel"]:focus {
    border-color: #03a94a
}


/* test */


.d-none{
	display: none;
}

.heading-table> div:nth-child(1) {
	padding: 0.3rem;
	padding-top: 0.85rem;
	flex: 1 1 34%;
}
.heading-table> div:nth-child(2) {
    flex: 1 1 70%
}


.heading-table, .plain-heading-table{
    padding:1.5rem;
    border: solid 1px rgba(151, 151, 151, 0.2);
	margin-bottom: 40px;
	display: flex;
}
.plain-heading-table{
	display: block;
}

.communication-block{
	padding: 2rem 3rem;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0 0 4px 2px rgb(243, 245, 252);
    margin-bottom: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.plain-heading-table table{
	border-spacing: 0 0.5rem;
}
.heading-table table tr td:nth-child(1) {
    width: 45%;
}

.heading-table table tr td:nth-child(3) {
    width: 27%;
}

.plain-heading-table .plain-table table tr td:nth-child(1), .plain-heading-table table tr th:nth-child(1) {
    width: 33%;
}

.plain-heading-table .plain-table table tr td:nth-child(3), .plain-heading-table table tr th:nth-child(3) {
    width: 40%;
}

table tr th{
      opacity: 0.5;
  font-size: 14px;
  color: rgb(51, 51, 51);
}

table tr td:first-child{
    font-size: 14px;
    font-weight: 600;
}

#main .title{
    font-size: 24px;
}

table {
   color: var(--deep-blue);
   width: 100%;
   border-spacing: 0 1rem;
}

.value{
  opacity: 0.5;
  font-size: 14px;
  display: block;
  color: rgb(51, 51, 51);
}

.table-heading{
	font-size: 18px;
    vertical-align: sub;
	font-weight: 500;
	padding-left: 0.5rem;
}
td a{
    display: block;
}

.unit{
	font-size: 14px;
}

.col-md-6 {
    flex: 0 1 45%;
}

.features-box {
    display: flex;
    padding: 1.8rem;
    border: solid 1px rgba(151, 151, 151, 0.2);
    margin-bottom: 40px;
}

@keyframes flickerAnimation {
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
  }
  .features-holder.flicker {
	 -webkit-animation: flickerAnimation 0.1s ;
	 -moz-animation: flickerAnimation 0.1s ;
	 -o-animation: flickerAnimation 0.1s ;
	  animation: flickerAnimation 0.1s ;
  }
.features-box > div:nth-child(1){
    flex: 1 1 34%;
}

.icon-arrow-down:before {
	content: "\e903";
  }

.features-box > div:nth-child(2){
    flex: 1 1 70%;
}

.d-flex.list, .list {
    display: table;
    width: 100%;
        color: var(--deep-blue);
    width: 100%;
    border-spacing: 0 1rem;
}

.d-flex.list > div, .list > div{
    display: table-cell;
	width: 37%;
	vertical-align: middle;
}

/* Pricing table column widths */

.d-flex.list > div:nth-child(1), .list > div:nth-child(1) {
	width: 41%;
   }

   .d-flex.list > div:nth-child(2), .list > div:nth-child(2) {
	width: 29.5%;
   }

   .d-flex.list > div:nth-child(3), .list > div:nth-child(3) {
	width: 29.5%;
   }

   .features-box .d-flex.list > div.col-9, .features-box .list > div.col-9{
	width: 45%;
}

.text-holder  .d-flex.list:first-child, .text-holder  .list:first-child{
    opacity: 0.5;
    font-size: 14px;
    color: rgb(51, 51, 51);
	font-weight: 700;
}


#main strong.title {
    font-size: 18px;
    vertical-align: sub;
    font-weight: 500;
    padding-left: 0.5rem;
}

.summary-holder.mb-0 {
    padding: .3rem;
    padding-top: .65rem;
}

.note.text-left.pl-0.short-code-supported-us, .note.text-left.pl-0.short-code-supported-ca  {
	margin-top: -2rem;
	margin-bottom: 50px;
	}

@media (max-width: 768px){
	#main span.title {
		font-size: 16px;
	}

	.linear-gradinent {
		margin-top: 4rem;
	}

	body table tr th{
		vertical-align: top;
	}

	span.unit {
		font-size: 10px
	}

	#main span.row-title {
		font-size: 12px;
	}

	.features-box {
		display: block;
	}

	.main-bg{
		margin-top: 8rem;
	}
	.col-md-6 {
	    flex: 0 1 45%;
	}

	.heading-table {
		display: block;
	}

	table a{
		font-size: 11px;
	}
	.plain-heading-table .plain-table table tr td:nth-child(3), .plain-heading-table table tr th:nth-child(3) {
		width: 30%;
	}


	.font-36px{
		font-size: 30px;
	}
	.main-heading{
		font-size: 30px;
	}

	.section-gap {
		margin-bottom: 5rem;
	}

	form .btn.btn--green.green-btn.full-width{
		width: 100%;
		margin-top: 2rem;
	}

	body .braces{
		left: 0 !important;
		display: block;
	}

	.braces img{
		display: none;
	}
}

.form-bg{
	background-image: url(../new-design/single-dot.svg);
	position: absolute;
    z-index: -1;
    width: 130%;
    height: 100%;
		right: 0;
		/* transform: translateX(90%); */
		top: -20px;
		background-repeat: no-repeat;
		background-position: top right;
    margin-right: -2rem;
}


.zero-opacity{
	opacity: 0;
	transition: opacity 1s ease;
	}

	.show-after-loading{
		transition: opacity 1s ease;
  }

  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
  }
  .loader {
    color: var(--medium-green);
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0) scale(0.7);
  }
  .loader:before,
  .loader:after {
    position: absolute;
    content: '';
  }
  .loader:before {
    width: 5.2em;
    height: 10.2em;
    background:#fff;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 5.1em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
  }
  .loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #fff;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 4.9em;
    -webkit-transform-origin: 0.1em 5.1em;
    transform-origin: 0.1em 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
  }

  .loader.paused:before, .loader.paused:after{
    animation-play-state: paused;
  }
  @-webkit-keyframes load2 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load2 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


  .loader-container{
    height: 50vh;
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
    display: none;
    z-index: 9;
  }

  .retry-text{
    width: 100%;
    text-align: center;
    padding: 0 2rem;
    cursor: pointer;
    font-size: 1rem;
    top: 30%;
    position: absolute;
    display: none;
  }


	.plain-heading-table table.hard-coded{
		border-spacing: 0 1.2rem;
	}



.plain-heading-table{
	display: block;
}

.communication-block{
	padding: 2rem 3rem;
    height: 200px;
    border-radius: 4px;
    box-shadow: 0 0 4px 2px rgb(243, 245, 252);
    margin-bottom: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.plain-heading-table table{
	border-spacing: 0 0.5rem;
}
.heading-table table tr td:nth-child(1) {
    width: 40.7%;
}

.heading-table table tr td:nth-child(n+2) .value {
position: relative;
top: 5px;
left: -20px;
}

table tr th{
      opacity: 0.5;
  font-size: 14px;
  color: rgb(51, 51, 51);
  font-weight: 400;
}

table tr td:first-child{
    font-size: 14px;
    font-weight: 600;
}

#main .title{
	font-size: 24px;
	font-weight: 600;
}

table {
   color: var(--deep-blue);
   width: 100%;
   border-spacing: 0 1rem;
}

.hide-table{
	max-height: 350px;
    overflow: hidden;
    position: relative;
}

.view-more{
	position: absolute;
    display: none;
}

.view-more + label{
		position: sticky;
    bottom: 20px;
    right: 0;
    /* transform: translateX(-50%); */
    z-index: 1;
    color: var(--medium-green);
    cursor: pointer;
    /* width: 100%; */
    /* height: 60px; */
    /* padding: 20px; */
    /* background: #fff; */
    bottom: 0;
    /* padding-left: 1.5rem; */
		padding: 8px 25px 8px 39px;
	  border-radius: 21.5px;
	  box-shadow: 0 6px 6px 0 rgba(83, 89, 108, 0.37);
	  border: solid 1px #ededed;
	  background-color: #f7f9fb;
		top: 9rem;
		margin-left: 1rem;
		margin-top: 1rem;
}
@media (max-width: 768px) {
  .view-more + label{
    position: absolute;
    right: auto;
    box-shadow: none;
    border: none;
    background-color: #fff;
    top: auto;
		margin-left: 0;
		padding: 0;
    bottom: -20px;
  }
}

.row {
    align-items: center;
}

.view-more + label:after{
	content: 'View All Networks ↓';
}

.view-more:checked + label:after{
	content: 'View Less Networks ↑';
}

.zero-opacity{
	opacity: 0 !important;
}

.view-more:checked ~ .hide-table{
	max-height: 13000px;
	/* padding-bottom: 4rem; */
}

.value{
  opacity: 1;
  font-size: 14px;
  display: block;
  color: #333;
}

.table-heading{
	font-size: 18px;
    vertical-align: sub;
	font-weight: 500;
	padding-left: 0.5rem;
}
td a{
    display: block;
}

.unit{
	font-size: 14px;
	font-weight: 400;
}

.p_desc{
	height: 46px;
}
.col-md-6 {
    flex: 0 1 48%;
}

#us-carrier-list-wrapper .plain-heading-table:last-of-type {
margin-bottom: 0.5rem;
}

.contact-form-holder {
  margin: 0 -1.25rem 2.5rem;
  background: #f7f9fb;
  padding: 2.4375rem 1.25rem;
}
@media (min-width: 768px) {
  .contact-form-holder {
    padding: 1.875rem 2.5rem;
    margin: 0 0 1.9375rem;
    box-shadow: 9px 13px 45px 4px rgba(204, 213, 222, 0.24), -9px -13px 45px 4px rgba(149, 168, 187, 0.24);
  }
}
.contact-form-holder .contact-form {
  text-align: left;
}
.contact-form-holder .contact-form label {
  margin: 0 0 .5rem;
  color: #333;
  display: inline-block;
	margin-bottom: 10px;
}
.contact-form-holder .contact-form .row-box {
  margin-bottom: 2rem;
  width: 100%;
}
.contact-form-holder .contact-form .row-box.input-error .invalid-feedback {
  display: block;
}
.contact-form-holder .contact-form input,
.contact-form-holder .contact-form textarea {
  text-transform: none;
  color: #333;
  font-size: 1rem;
  border-color: #fff;
  font-family: soleil;
}

.invalid-feedback{
	display: none;
	position: absolute;
}
.contact-form-holder .contact-form input::placeholder,
.contact-form-holder .contact-form textarea::placeholder {
  color: #999;
}
.contact-form-holder .contact-form input::-webkit-input-placeholder,
.contact-form-holder .contact-form textarea::-webkit-input-placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input::-moz-placeholder,
.contact-form-holder .contact-form textarea::-moz-placeholder {
  opacity: 1;
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input:-moz-placeholder,
.contact-form-holder .contact-form textarea:-moz-placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input:-ms-input-placeholder,
.contact-form-holder .contact-form textarea:-ms-input-placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form input.placeholder,
.contact-form-holder .contact-form textarea.placeholder {
  text-transform: none;
  color: #999;
  font-size: 1rem;
}
.contact-form-holder .contact-form textarea {
  padding: .9375rem .625rem;
}
.contact-form-holder .contact-form input {
  height: 2.625rem;
  padding: 0 .625rem;
}
.contact-form-holder .contact-form span.jcf-select {
  font-size: 1rem;
  padding: 0 .625rem;
  height: 2.625rem;
  line-height: 2.5rem;
}
.contact-form-holder .contact-form span.jcf-select .jcf-select-opener {
  color: #494a5b;
}
.contact-form-holder .contact-form span.jcf-select .jcf-select-opener:after {
  right: .875rem;
  font-size: .4375rem;
}
.contact-form-holder .contact-form span.jcf-select .jcf-select-text {
  color: #999;
  line-height: 2.5rem;
}
.contact-form-holder .contact-form .jcf-select-drop .jcf-option-hidden {
  display: none;
}
.contact-form-holder .contact-form .tel-holder {
  display: -ms-flexbox;
  display: flex;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select {
  width: 5rem;
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px;
  min-width: 0;
  padding-right: 0;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select:focus,
.contact-form-holder .contact-form .tel-holder span.jcf-select.jcf-focus {
  border-color: #e0e0e3 !important;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select img {
  width: 1.625rem;
  margin-right: .625rem;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select .jcf-select-text {
  line-height: 2.25rem;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select .jcf-select-text span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.contact-form-holder .contact-form .tel-holder span.jcf-select .jcf-select-opener {
  display: none;
}
.contact-form-holder .contact-form .tel-holder input {
  width: calc(100% - 81px);
  border-radius: 0 4px 4px 0;
  border-left-color: #d2d7de;
}
.contact-form-holder .contact-form .invalid-feedback {
  color: #ff4646;
  font-size: .75rem;
}

.braces{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: -11%;
}

.braces .img{
	padding-right: 1rem;
}
.contact-form-holder .contact-form .btn {
  width: 100%;
  font-family: soleil;
}
@media (min-width: 768px) {
  .contact-form-holder .contact-form .btn {
    margin-left: auto;
    display: block;
    width: 170px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .p-right{
	  padding-right: 3rem;
  }
}
button {
    outline: 0
}

input[type=email],input[type=text] {
    font-size: 12px;
    line-height: 17px;
    outline: 0;
    border: 1px solid #e0e0e3;
    padding: .625rem 1.1875rem;
    color: #626375;
    height: 2.5rem;
    display: block;
    width: 100%;
    border-radius: .25rem;
    box-shadow: none;
    -webkit-appearance: none;
    font-weight: 300
}

@media (min-width: 768px) {
    input[type=email],input[type=text] {
        font-size:13px
    }
}

input[type=email]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type=email]::-moz-placeholder,input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #626375;
    text-transform: capitalize
}

input[type=email]:-moz-placeholder,input[type=text]:-moz-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type=email]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder {
    color: #626375;
    text-transform: capitalize
}

input[type=email]:focus,input[type=text]:focus {
    border-color: #03a94a
}

.text-holder .d-flex.list:first-child, .text-holder .list:first-child {
	opacity: .5;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.heading-table__heading img{
	width: 32px
}

@media screen and (max-width: 500px){
.col-md-6 {
    flex: 1 1 100%;
    text-align: left;
}

.features-box {
    padding: 0.5rem;
}

.features-box a.go-to-section {
	display: none
}

.d-flex.list > div, .list > div {
    vertical-align: top;
}

.heading-table, .plain-heading-table {
    padding: 0.5rem;
}

.not-supported{
    font-size: 0.7rem !important;
    color: #333;
    opacity: 0.5;
    font-weight: 600;
  }
}

.push-up{
	position: relative;
    top: -5px;
}


.list div:first-child span.row-title {
	font-size: 14px;
font-weight: 600;
}


.heading-table> div:nth-child(2) {
  padding-top: 3px;
}

.pre-wrap {
  white-space: pre-wrap;
}


.card-loader {
	background-color: #fff;
    box-shadow: none;
    padding: 20px 0 0 0;
    position: relative;
    border-radius: 2px;
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
}
.card-loader:only-child {
  margin-top: 0;
}
.card-loader:before {
    content: "";
    height: 43px;
    display: block;
    background-color: #ededed;
    box-shadow: -48px 78px 0 -48px #ededed, -51px 102px 0 -51px #ededed;
}
.card-loader:after {
  content: "";
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-name: loader-animate;
  animation-timing-function: linear;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
}

@keyframes loader-animate {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

#main .price-value {
  font-size: 21px;
}

.new-table-design .heading-table:not(.bg-table) , .new-table-design .features-box{
  display: block;
  border: 0px;
}
.new-table-design  table:not(.folding-table) {
  border-spacing: unset;
}

.new-table-design  table:not(.folding-table) th, .new-table-design .text-holder .d-flex.list:first-child, .new-table-design .text-holder .list:first-child {
  color: #333;
  opacity: 1;
}
.new-table-design  table:not(.folding-table)  tr:nth-child(odd) td, 
.new-table-design  .text-holder .list:nth-child(even), 
.new-table-design .only-values-holder .list:nth-child(odd), 
.new-table-design  table:not(.folding-table)  tr:first-child td {
  background-color: #f8fbff;
}
.new-table-design .only-values-holder .list:nth-child(even) {
  background-color: transparent;
}

.new-table-design  table:not(.folding-table)  tr td {
  border-bottom: solid 1px #f4f4f4;
  font-weight: normal;
  font-size: 16px;
}
.new-table-design  table:not(.folding-table)  tr:last-child td  {
  border-bottom: 0px;
}
.new-table-design .heading-table:not(.bg-table) .heading-table__heading, .new-table-design .features-box .summary-holder {
  border-bottom: solid 1px #332f87;
  font-size: 18px;
  padding-bottom: 15px !important;
  color: #05006d;
}
.new-table-design  .heading-table__data-table table:not(.folding-table) tr td:nth-child(2) {
  color: #05006d;
}
.new-table-design .heading-table:not(.bg-table) .heading-table__data-table, .new-table-design .features-box .text-holder {
  padding-top: 0px !important;
  border-bottom: solid 1px #f4f4f4;
}
.new-table-design .heading-table:not(.bg-table) .table-heading {
  font-size: 18px;
  font-weight: normal;
}
.new-table-design  .herounit--no-visual {
  min-height: 255px;
  margin-top: 0;
  background-position: center 60px;
}
.new-table-design .padding-table tr td:nth-child(2) {
  color: #333 !important;
}
.new-table-design  .herounit {
  display: block;
}
.new-table-design  .herounit__description {
  flex: 1 1 100%;
  align-items: center;
  margin-top: 0;
}
.new-table-design  span.tick:before {
  line-height: 20px;
}
.new-table-design .table4x4 .list div:first-child span.row-title {
      font-size: 16px;
}
@media (min-width: 768px) {
  .new-table-design .heading-table:not(.bg-table) table tr td:nth-child(3) {
    width: 32%;
  }
  .new-table-design .heading-table__data-table table:not(.folding-table), .new-table-design .features-box .text-holder {
    padding-left: 185px;
  }
  .new-table-design  .heading-table:not(.bg-table) table tr td:nth-child(1) {
      width: 39.7%;
      color: #333;
  }
  .heading-table table tr td:nth-child(3) {
    width: 31%;
  }
  .new-table-design  table:not(.folding-table) td, 
  .new-table-design .features-box .text-holder .list > div{
    padding: 16px 33px;
  }
  .new-table-design .features-box.phone-number-features .text-holder .list > div {
    padding: 16px 15px;
  }
  /* .new-table-design  table.folding-table td {
    padding: 16px 5px 16px 40px;
  } */
  .new-table-design .text-holder .d-flex.list, .new-table-design .text-holder .list {
    border-spacing: 0px;
  }
  .new-table-design  table.specs-table:not(.folding-table) td {
    padding: 10px 33px;
  }
  .new-table-design table:not(.folding-table) th {
    padding: 17px 33px;
  }
}
@media (max-width: 768px) {

  .new-table-design  .heading-table table:not(.folding-table) tr td {
    padding: 15px 20px 15px 0;
  }
  /* .new-table-design .heading-table table.folding-table tr td {
    padding-bottom: 5px;
  } */
  .new-table-design .continent-list-parent {
    margin-top: 50px;
  }
  .new-table-design .container--400width.split-5050 {
    display: flex;
  }
  .new-table-design #main .title {
    font-size: 16px;
  }

}
.new-table-design .heading-table:not(.bg-table) .country-specs-body tr td:nth-child(1) {
  color: #05006d !important;
  font-size: 21px !important;
  font-weight: bold !important;
}
.grey-text, .new-table-design .not-supported {
  font-size: 14px !important;
  color: #333 !important;
  opacity: .5 !important;
  font-weight: 600 !important;
}
.black-text {
  color: #333333 !important;
}

.new-table-design #main .title {
  font-size: 21px;
  font-weight: normal;
}
/* .new-table-design .heading-table.bg-table {
  background: none;
} */
/* .new-table-design .folding-table tbody {
  background: #f8fbff;
} */
.new-table-design .text-holder .list .row-title {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.new-table-design  .list .value {
  padding: 0;
}