.page_header .title {
    font-size: 48px;
    font-family: 'Poppins';
    color: #363636;
}

.pricing_plan .select_plan_text {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #222F48;
}

.pricing_plan .discount_text {
    font-size: 22px;
    font-weight: 600;
    font-family: Inter, sans-serif;
}

.pricing_plan {
    margin-top: 80px;
}

.pricing_plan .select_plan_text {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #222F48;
    margin-bottom: 30px;
}

.gray_color {
    color: #737373;
}


.switch_wraper {
    border: 1px solid #393A3B;
    max-width: 396px;
    padding: 8px 8px;
    margin: 26px auto 85px;
    border-radius: 40px;
}

.switch_container {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    padding: 2px 0;
}

.switch-button {
    flex: 1;
    padding: 10px 20px;
    text-align: center;
    transition: color 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    font-family: Inter, sans-serif;
}

.switch-button {
    color: #000;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #588033;
    border-radius: 25px;
    transition: left 0.3s ease;
    z-index: -1;
}
.switch-button.active {
	color: #fff !important;
}


.pricing_table_wraper .package_name {
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #363636;
    line-height: normal;
    margin: 0;
}

.pricing_table_wraper .price_box .price {
	font-size: 48px;
	font-weight: bold;
	font-family: Inter, sans-serif;
	color: #363636;
	line-height: normal;
	margin: 20px 0 0px;
}


.pricing_table_wraper .price_box .price .duration {
    font-size: 22px;
    color: #737373;
    line-height: 30px;
    position: relative;
    bottom: 4px;
    font-weight: 500;
}

.annual-bill-caption {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	color: #737373;
	bottom: 4px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.pricing_table_wraper .price_box {
	margin-bottom: 20px;
}

.month-bill-caption {
	margin-top: 30px !important;
	display: block;
}

.feature_title {
    font-size: 20px;
    font-weight: 500;
    color: #363636;
    font-family: Inter, sans-serif;
}

.feature_wraper .feature_title {
    margin: 0 0 25px;
}

.feature_wraper .feature_list {
    list-style-type: none;
}

.feature_wraper .feature_list li {
    font-size: 18px;
    font-family: Inter, sans-serif;
    color: #000000;
    padding: 15px 0 15px 30px;
    position: relative;
    line-height: 150%;
}

.feature_wraper .feature_list li::before {
    position: absolute;
    content: "";
    left: 0;
    background: url("../images/check-mark-green.svg") no-repeat scroll left top 0px / 20px 20px;
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.customize-btn-plans a {
    background: #588033;
    color: #fff;
    text-decoration: none;
    padding: 10.5px 20px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    border-radius: 8px;
    text-align: center;
}

.pricing_table_wraper .col {
    box-shadow: 0 0px 30px 0 rgba(8, 15, 52, 0.20);
    padding: 20px 20px 40px;
    border-radius: 16px;
}

.pricing_table_wraper>.d-flex {
    gap: 20px;
}

.pricing_table_wraper .row {
    gap: 20px;
}

.full_height {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.box_holder.d-flex {
    flex-direction: column;
    height: 100%;
}

.feature_wraper {
    height: 100%;
}

.customize-btn-plans {
    margin-top: 60px;
}

.col.business_col {
    background: #588033;
}

.pricing_table_wraper .col.business_col * {
    color: #fff !important;
}

.pricing_table_wraper .col.business_col * .customize-btn-plans a {
    background-color: #fff;
    color: #588033 !important;
}

.pricing_table_wraper .col.business_col .feature_list li::before {
    background: url("../images/check-mark-white.svg") no-repeat scroll left top;
}


/*--------Compare Plans Css Started----------*/
.compare_plans .title {
    text-align: center;
    font-size: 40px;
    color: #363636;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 30px;
    cursor: pointer;
}
.compare_plans .title .toggle_arrow svg {
	width: 42px;
}

.compare_plans .title[aria-expanded="true"] .toggle_arrow svg {
    transform: rotate(180deg);

    transition: 0.5s all ease-in-out;
}


.compare_plans {
    margin-top: 50px;
    margin-bottom: 100px;
}

.compare_table {
    border: 1px solid #919191;
    border-radius: 24px;
}

.compare_table table {
    width: 100%;
}

.compare_table table th {
    color: #363636;
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 20px;
    padding: 30px 20px 20px;
    border-bottom: 1px solid #919191;
    text-align: center;
}
.compare_table table th:nth-child(1) {
text-align: left;
}

.compare_table table td {
	font-size: 18px;
	font-weight: 500;
	font-family: Inter, sans-serif;
	line-height: 27px;
	padding: 20px 20px;
    text-align: center;
}
.compare_table table tr td:nth-child(1) {
text-align: left;
}
.compare_table table td .check-mark {
	display: flex;
	justify-content: center;
}

.compare_table table tbody tr:nth-child(even) td {
    background-color: #F3F3F3;
}

.compare_table table tr:nth-last-child(1) td:nth-child(1) {
    border-radius: 0 0 0 24px;
}

.compare_table table tr:nth-last-child(1) td:nth-last-child(1) {
    border-radius: 0 0px 24px 0px;
}

.compare_table table tr td:nth-child(1) .d-flex .tooltip-trigger {
    min-width: 20px;
    cursor: help;
    color: #212529;
}
.tooltip-trigger {
    color: #212529;
}

.pricing_table_wraper .col.business_col .your_plan {
    background-color: #fff;
    color: #5e9331 !important;
    border-radius: 19px;
    padding: 6px;
    width: 115px;
    font-size: 18px;
    font-family: Inter, sans-serif;
    line-height: normal;
    font-weight: 500;
    text-align: center;
}
.pricing_table_wraper .col.business_col * .customize-btn-plans a .txt-no-creditcard {
    color: #588033 !important
}

/*--------Compare Plans Css End----------*/



/*==========sms-pricing-section Start==========*/
/* .country-dropdown {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px auto 30px;
	max-width: max-content;
}

.country-dropdown input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	border: 0;
	outline: none;
	font-size: 20px;
}
  .country-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .country-dropdown-content div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .country-dropdown-content div:hover {
    background-color: #f1f1f1;
  }

  .country-dropdown-content img {
    width: 20px;
    margin-right: 10px;
  }

  .selected-country {
    display: flex;
    align-items: center;

  }

  .selected-country img {
	width: 45px;
	margin-right: 10px;
}




  .selected-country::after {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 0.6rem .6rem 0;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	z-index: 1;
}
.sms-pricing-wraper h3 {
	text-align: center;
} */

.country-dropdown {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px auto 30px;
	max-width: 310px;
	min-width: 310px;
}
.country-dropdown input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	border: 0;
	outline: none;
	font-size: 20px;
	line-height: 30px;
}
.country-dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	z-index: 1;
}
.country-dropdown-content div {
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.country-dropdown-content div:hover {
	background-color: #f1f1f1;
}
.country-dropdown-content img {
	width: 20px;
	margin-right: 10px;
}
.selected-country {
	display: flex;
	align-items: center;
	position: relative;
	border: 1px solid #bababa;
	border-radius: 15px;
	padding: 0 20px;
}
.selected-country img {
	width: 35px;
	margin-right: 10px;
}
.selected-country::after {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 0.6rem .6rem 0;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: 1;
}
.sms-title {
	text-align: center;
	text-align: center;
	font-size: 40px;
	color: #363636;
	font-weight: 600;
	font-family: 'Poppins';
	margin-bottom: 30px;
	cursor: pointer;
}
.tab-block-section .caption-text {
	text-align: center;
}

.tab-block-section .icon svg {
	width: 60px;
	height: 60px;
}

.tab-block-section .icon  {
	max-width: max-content;
	margin: 0 auto 15px;
}

.tab-block-section .arrow {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	max-width: max-content;
}
.tab-block-section .arrow svg {
	width: 20px;
	height: 20px;
}
.tab-block-section .caption-text p {
	font-size: 18px;
}
.bg-light-gray{
	background: #F8FFF2;
}
.tab-block-section {
	margin-top: 60px;
}

.tab-block-section .arrow svg {
stroke: rgb(94, 147, 49);
}
.tab-block-section .arrow svg path {
	fill: rgb(94, 147, 49);
}





.section-wrapper {
	margin-top: 130px;
}
.sms-pricing-wraper + .section-wrapper {
	margin-top: 50px !important;
}
.eyebrow {
	color: rgb(214, 31, 31);
	font-weight: 600;
}
.title-medium {
	font-size: 28px;
    font-weight: bold;
}

.pricing-table table {
	width: 100%;
}
.pricing-table table th {
	background: #222F48;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
}


.pricing-table td {
	font-size: 20px;
	padding: 15px 20px;
}
.small-title {
	font-weight: normal;
}
.pricing-table td .heading strong {
	font-size: 18px;
}
.pricing-table td .heading span {
	font-size: 16px;
}
.pricing-table tr:nth-child(odd) {
    background-color: #F3F3F3;
}

.button-container .button {
	max-width: max-content;
}
.fs-16 {
	font-size: 16px;
}

#SMS-volume-discounts {
	scroll-margin-top: 130px;
}
#SMS-MMS-pricing {
	scroll-margin-top: 130px;
}
#SMS-features {
	scroll-margin-top: 130px;
}
#Phone-number-pricing {
	scroll-margin-top: 150px;
}
.pricing-table td:nth-child(1) {
	width: 29.6rem;
	border-right: 1px solid #ddd;
}
#Phone-number-pricing .pricing-table {
	background: #fff;
}

.committed-use .richtext {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
}

.pricing-table .toggle-content {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .pricing-table .toggle-btn {
    cursor: pointer;
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
  }


  .accordion-tab-wraper .accordion {
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	background: transparent;
	display: flex;
	justify-content: space-between;
}
.accordion-tab-wraper .panel {
	display: none;
	padding: 0 20px;
}

.accordion-tab-wraper {
	border: 1px solid #ddd;
	margin-top: 30px;
}
.accordion-tab-wraper .accordion.active .accordion-arrow {
	transform: rotate(180deg);
}
.accordion-tab-wraper .panel .richtext b {
	color: #000;
}
.accordion-tab-wraper .panel .richtext p {
	font-size: 16px;
}




.selected-country img {
    transition: opacity 0.3s ease;
}

.selected-country input {
    border: none;
    outline: none;
    flex: 1;
}

.selected-country.focused img {
    opacity: 0;
    width: 0;
}

.selected-country img[src=""] {
	display: none;
}
.sms-pricing-section {
    padding-top:145px;
}
/*==========sms-pricing-section End==========*/
@media only screen and (max-width:1280px) {
    .annual-bill-caption {
	flex-wrap: wrap;
}
}


@media screen and (min-width:768px) and (max-width:1080px) {
    .pricing_table_wraper .package_name {
        font-size: 20px;
    }
    .pricing_table_wraper .price_box .price {
        font-size: 28px;
        margin: 20px 0 30px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .feature_wraper .feature_title {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .feature_wraper .feature_list li {
        font-size: 16px;
        padding: 10px 0 10px 30px;

    }
    .pricing_table_wraper .col.business_col .popular {
        max-width: 75px;
    }

}

@media only screen and (max-width:991px) {
    .pricing-table {
        overflow-x: auto;
        padding-bottom: 20px;
    }
.button-container .button {
	max-width: max-content;
	margin: 0;
}
.pricing-table table th:nth-child(1), .pricing-table table td:nth-child(1) {
	min-width: 55vw;
}
.pricing-table table th {
	font-size: 16px;
}
.pricing-table td {
	font-size: 16px;
	padding: 10px 15px;
}
.pricing-table table th {
	min-width: 40vw;
}
.pricing-table td .heading strong {
	font-size: 16px;
}
.committed-use .richtext {
	max-width: 100%;
}
.pricing-table table th {
	padding: 15px 15px;
}
.button-container.d-flex {
	margin-bottom: 0 !important;
}
}

@media only screen and (max-width:767px) {
    .pricing_table_wraper>.d-flex {
        flex-wrap: wrap;
    }

    .pricing_table_wraper .col {
        flex: auto;
        width: 100%;
    }

    .feature_wraper .feature_list li br {
        display: none;
    }

    .page_header .title {
        font-size: 38px;
    }

    .pricing_plan {
        margin-top: 45px;
    }

    .pricing_plan .select_plan_text {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .pricing_plan .discount_text {
        font-size: 18px;
        font-weight: 600;
    }

    .switch_wraper {
        margin: 26px auto 65px;
    }
    
    .compare_table table th {
        font-size: 16px;
        line-height: 20px;
        padding: 0px 5px 20px;
    }

    .compare_table table td {
        font-size: 16px;
        font-weight: normal;
        padding: 10px 5px;
    }

    .compare_table {
        border: 0px solid #919191;
        border-radius: 24px;
    }

    .compare_table table td .check-mark img {
        max-width: 20px;
    }

    .compare_table table tr.hide_mobile {
        display: none;
    }

    .page_header .title {
        font-size: 28px;
    }

    .pricing_plan .select_plan_text {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pricing_plan .discount_text {
        font-size: 16px;
    }

    .switch-button {
        font-size: 16px;

    }

    .switch_wraper {
        padding: 3px 3px;
    }

    .switch_wraper {
        margin: 26px auto 45px;
    }

    .pricing_plan {
        margin-top: 35px;
    }

    .customize-btn-plans {
        margin-top: 45px;
    }

    .compare_plans {
        margin-bottom: 60px;
    }

    .compare_table table tr:nth-last-child(1) td:nth-child(1) {
        border-radius: 0 0 0 0;
    }

    .compare_table table tr:nth-last-child(1) td:nth-last-child(1) {
        border-radius: 0 0px 0px 0px;
    }
.compare_table table tr td:nth-child(1) .d-flex {
    align-items: center;
}
.compare_table table tr td:nth-child(1) .d-flex .tooltip-trigger {
    min-width: 20px;
}
.compare_table table tr td:nth-child(1) .d-flex .tooltip-trigger img {
    max-width: 20px;
}
.compare_table table tr td:nth-child(1) .d-flex{
    align-items: center;
    gap: 5px !important;
}
.section-wrapper {
	margin-top: 65px;
}
.button-container.d-flex {
	flex-wrap: wrap;
}
.title-medium {
	font-size: 20px;
}



}

@media only screen and (max-width:575px) {
    .pricing_table_wraper .price_box .price {
        font-size: 28px;
    }

    .feature_wraper .feature_title {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .feature_wraper .feature_list li {
        font-size: 16px;
        padding: 7.5px 0 7.5px 30px;
        line-height: 20pt;
    }

    .compare_plans .title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .compare_table table td {
        font-size: 14px;
        font-weight: normal;
        padding: 10px 5px;
    }

    .compare_table table th {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 5px 20px;
    }
    .pricing-table table th {
        padding: 15px 10px;

    }

}

@media only screen and (max-width:370px) {
    .switch-button {
        font-size: 14px;
    }

}

@media only screen and (max-width:360px) {
    .compare_table table td {
    padding: 10px 2px;
}
    .compare_table table tr th:nth-child(1), .compare_table table tr td:nth-child(1) {
        text-align: center;
    }

    

}



