:root {
  --primary: #13728c;
  --secondary: #00bcd4;
  --gray: #808184;
  --black: #1a1c1f;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #adbdcc !important;
}

.background-1 {
  background-color: #f6f9fc;
}

.background-2 {
  background-color: #f7f7f7;
}

.background-3 {
  background-color: #0a2540;
}

.background-4 {
  /* background: linear-gradient(90deg, #ffffff 50%, #202e3d 50%); */
  background-color: #202e3d;
}

html,
body {
  font-family: "Roboto", sans-serif, "Segoe UI", "Arial";
  color: #000000;
}

html {
  scroll-behavior: smooth;
}

p {
  letter-spacing: 0.1px;
}

.nav_background {
  background-color: var(--black) !important;
  color: #ffffff !important;
}

@media (min-width: 0) {
  .nav-container {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .nav-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .nav-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .nav-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .nav-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .nav-container {
    max-width: 1320px;
  }
}

@media (min-width: 576px) {
  .nav-header nav ul li a {
    display: block;
    padding: 0.425rem 0rem;
  }
}

@media (max-width: 768px) {
  #navigation ul {
    clear: both;
  }
  #navigation ul li {
    padding: 0.5em 0;
  }
}

#navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo-black {
  display: none;
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.nav-container:after {
  content: " ";
  display: block;
  clear: both;
}

.nav-links a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color 0.35s ease;
}

.nav_active {
  color: var(--primary) !important;
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.4rem 0;
  color: rgb(98, 112, 135);
  background: #ffffff;
  z-index: 10;
  /* height: 70px; */
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.nav-top {
  background-color: transparent;
  color: rgb(201, 206, 214);
}

.nav-logo {
  width: 150px;
}

.nav-logo img {
  width: 100%;
}

.nav-header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.nav-header nav ul li {
  float: none;
  margin-left: 0;
}
@media (min-width: 992px) {
  .nav-header nav ul li {
    float: left;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.nav-header nav ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.nav-header nav ul li a:hover {
  color: #222222;
}

.nav-top nav ul li a:hover {
  color: #ffffff;
}

.hide-nav {
  transform: translateY(-120%) !important;
  -webkit-transform: translateY(-120%) !important;
}

.nav-shadow {
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.hero-container {
  background-color: #040d21;
  color: #ffffff;
  padding: 115px 20px 2rem;
}

.hero-header {
  text-align: center;
}

.hero-header h1 {
  font-size: 2.6em;
  font-weight: 900;
  background: -webkit-linear-gradient(-178deg, #a2facf 0%, #64acff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.hero-header h5 {
  color: #8193b2;
  font-size: 18px;
  font-weight: 400;
  margin-top: 1.5rem;
}

.text-header-styled-subtitle {
  color: rgb(138, 148, 166);
  margin-bottom: 32px;
  display: block;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase;
}

.hero-main-pich {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero-content-wrapper h3 {
  margin: 1rem 0 2.5rem 0;
}

.sms160-btn {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  background-color: var(--secondary);
  color: #ffffff;
  letter-spacing: 1px;
  padding: 12px 24px;
}

.sms160-btn:hover {
  background-color: var(--primary);
  text-decoration: none;
  color: #ffffff;
}

.sms160-nav-button {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.7;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  background-color: var(--secondary);
  color: white;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.sms160-nav-button:hover {
  background-color: var(--primary);
  text-decoration: none;
  color: #ffffff;
}

.nav_right_wrapper {
  display: flex;
  align-items: center;
}

.hero-our-clients {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  column-gap: 4rem;
  row-gap: 15px;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.hero-our-clients-item {
  opacity: 0.6;
  transition: opacity 0.3s ease 0s;
}

.hero-our-clients-item:hover {
  opacity: 1;
}

.hero-our-clients img {
  width: 100%;
}

.hero-dashboard-bg img {
  width: 100%;
}

.section-common {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-common__2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-common__double {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section__description {
  color: #425466;
  line-height: 26px;
  margin-bottom: 24px;
  margin-top: 0px;
  font-size: 1rem;
}

.section_header_title {
  line-height: 45px;
  margin-bottom: 32px;
  font-size: 2rem;
  color: #0a2540;
  font-weight: 600;
}

.feature_content_title {
  color: #0a2540;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}

.sms_feature_icon_container {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}

.sms_feature_icon_container img {
  width: 100%;
  height: auto;
}

.sms160_features_container {
  display: grid;
  grid-template-columns: repeat(3, 31.65%);
  column-gap: 2rem;
  row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 32px;
}

.section_header_description_main {
  margin-right: 2rem;
}

.main-feature-container {
  display: flex;
}

.feature-block-opposite {
  flex-direction: row-reverse;
}

.api_content_img img {
  width: 40px;
  height: 40px;
}

.api_content_text h3,
.doc_item h3 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  font-size: 18px;
}

.doc_item h3 {
  color: #0a2540;
}

.api_content_text p {
  color: #adbdcc;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 1rem;
}

.api_content_img {
  margin-bottom: 1rem;
  white-space: nowrap;
  color: var(--secondary);
  font-weight: 500;
}

.api_content_item:last-child {
  margin-bottom: 0;
}

.api_content {
  margin-top: 2rem;
}

.api_content_item {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
}

.api_content-main {
  margin-top: 2rem;
}

.api_content-main .feature_content_title {
  font-weight: 400;
}

.api_content-main .feature_content_title a {
  font-weight: 600;
}

/* TERMINAL */
.main-feature-terminal,
.main-feature-content,
.main-feature-doc {
  width: 50%;
}

.terminal-window {
  width: 87%;
  height: 93%;
  box-shadow: 0 0.25rem 0.5rem #12181e;
  border-radius: 0 0 0.1rem 0.1rem;
}

.terminal-bar {
  background: #041d3a;
  height: 36px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.terminal-btn::before,
.terminal-btn::after,
.terminal-btn {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: block;
}

.terminal-btn {
  background: #f6b73e;
  position: relative;
  margin-left: 38px;
  top: 12px;
}
.terminal-btn::before,
.terminal-btn::after {
  content: " ";
  position: absolute;
}
.terminal-btn::before {
  background: #f55551;
  margin-left: -20px;
}
.terminal-btn::after {
  background: #32c146;
  margin-left: 20px;
}

.terminal-body {
  height: 100%;
  background: #06182c;
  color: #ffffff;
  padding: 18px;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.terminal-body pre {
  margin: 0;
  font-family: "Source Code Pro", monospace;
}
.terminal-body .terminal-pulse {
  -webkit-animation: pulse 1s ease-in-out infinite;
  -moz-animation: pulse 1s ease-in-out infinite;
  animation: pulse 1s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.command {
  color: #32c146;
}

.comment {
  opacity: 0.5;
}

.command-blue {
  color: rgb(31, 162, 255);
}

.command-red {
  color: rgb(192, 36, 40);
}

.api-doc-container .main-feature-content {
  padding-right: 3rem;
}

.api-doc-container .feature_content_title {
  margin-bottom: 32px;
}

.doc_list_container {
  background-color: #f7fafc;
  padding: 1.3rem 1rem 1rem 0.5rem;
  border-radius: 6px;
}

.doc_list_container ul {
  margin-bottom: 0;
}

.doc_list_container ul li {
  color: #425466;
  line-height: initial;
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 1rem;
}

.main-feature-doc {
  padding-left: 3rem;
}

.doc_item p {
  color: #425466;
  line-height: 26px;
  margin-bottom: 24px;
  margin-top: 0px;
  font-size: 1rem;
}

.doc_item_code_block_wrapper {
  background-color: #12181b;
  padding: 1rem;
  border-radius: 0 0 6px 6px;
  color: #ffffff;
  font-size: 1rem;
  font-family: "Source Code Pro", monospace;
}

.doc_item_code_block {
  margin-bottom: 1rem;
}

.doc_item_code_block:last-child {
  margin-bottom: 0;
}

.code_method {
  padding: 0.3rem 1.3rem;
  color: #ffffff;
  background-color: #202e3d;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 2px;
}

.doc_item {
  margin-bottom: 3rem;
}

.doc_item h3 {
  margin-bottom: 15px;
}

.doc_item:last-child {
  margin-bottom: 0;
}

.option__block {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.2rem;
}

.option__block_icon {
  width: 22px;
  height: 22px;
  margin-right: 1rem;
}

.option__block_icon img {
  width: 100%;
  height: auto;
}

.option__block_text {
  font-size: 14px;
  font-weight: 500;
  color: #3c4257;
  letter-spacing: 0.2px;
}

.option__block_text a {
  text-decoration: none;
}

.option__wrapper {
  margin-top: 24px;
  border-top: 1px solid #e3e8ee;
  padding-top: 2rem;
}

.in_this_section_text {
  font-weight: 500;
  font-size: 13px;
  color: #8792a2;
  text-transform: uppercase;
}

.dashboard_view {
  text-align: center;
  margin-top: 3rem;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.dashboard_view img {
  width: 100%;
  height: auto;
}

.dashboard_points {
  margin-top: 3rem;
}

.dashboard_points .feature_content_title {
  color: #ffffff;
}

.dashboard_points .section__description {
  color: #adbdcc;
}

.sms-white-button {
  background-color: #ffffff !important;
  color: #0a2540 !important;
  min-width: 200px !important;
}

.sms-white-button:hover {
  background-color: var(--primary) !important;
  color: #ffffff !important;
  border-color: var(--primary);
}

.explorer_button {
  text-align: center;
  margin-top: 4rem;
}

.pricing_main {
  margin-top: 3rem;
}

.price_selection_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.plan_title {
  margin-bottom: 2rem;
}

.plan_title h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 35px 30px;
  margin: 0;
  color: var(--primary);
  border-bottom: 2px solid #f6f9fc;
  text-transform: uppercase;
  background: #f6f9fc;
}

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

.price_plan_block {
  width: 88%;
  margin: 0 auto 2rem;
  box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
  border-radius: 10px;
}

.plan-description .feature_content_title {
  font-weight: 400 !important;
}

.plan_content {
  width: 75%;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid #e6ebf1;
}

.plan_pricing_details {
  width: 25%;
}

.plan_rate_percent {
  font-size: 1.5rem;
  margin: 5px 0;
  letter-spacing: -0.05em;
  color: var(--primary);
}

.price_plan_comtemt_main {
  display: flex;
  align-items: flex-start;
  padding: 0 2rem;
}

.plan_rate_percent_description {
  color: #425466;
  margin-top: 1px;
  font-size: 1rem;
}

.price_plan_wrapper .option__wrapper {
  border-top: none;
  margin-top: 1rem;
  border-top: none;
  padding-top: 0;
  display: inline-block;
}

.contact_main .explorer_button a:first-child {
  margin-right: 1rem;
}

.contact_main .explorer_button .sms160-btn {
  min-width: 200px !important;
}

.btn-outline {
  border: 2px solid var(--secondary);
  padding: 10px 24px;
}

.btn-outline:hover {
  background-color: var(--primary) !important;
  color: #ffffff !important;
  border-color: var(--primary);
}

.section__description a {
  font-weight: 600;
}

.main-feature-container .main-feature-image {
  width: 50%;
}

.main-feature-container .main-feature-image img {
  width: 100%;
}

.dd-option-image,
.dd-selected-image {
  margin-right: 15px !important;
  margin-top: 6px !important;
  border-radius: 4px;
}

.dd-select {
  border-radius: 4px !important;
}

.dd-selected {
  text-decoration: none !important;
}

.price_plan_discounts_container {
  padding: 0 2rem;
}

.price_plan_discounts {
  margin-top: 40px;
  padding-top: 17px;
  padding-bottom: 16px;
  font-size: 15px;
  padding-left: 63px;
  position: relative;
  border-radius: 8px;
  background: #eff3fe;
  margin-left: 0;
  color: #32325d;
  position: relative;
}

.common_link {
  font-weight: 500;
  text-decoration: none;
}

.price_plan_discounts img {
  width: 33px;
  background-color: #cfdbff;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  left: 16px;
  top: 11px;
}

.plan_rate_percent_description span {
  margin-right: 10px;
}

.plan_rate_percent_description span svg {
  fill: #425466;
}

.plan_name {
  color: #a1a1a1;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}

.pric_plan_block {
  /* background-color: #f7f7f7; */
  padding: 10px;
  border-radius: 6px;
}

.pricing_get_started a {
  margin-top: 2rem;
  border-radius: 0 0 10px 10px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background: var(--secondary);
  display: block;
  color: #040d21;
  text-align: center;
  text-decoration: none;
  padding: 25px;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}

.pricing_get_started a:hover {
  background: #040d21;
  color: #ffffff;
}

.pricing_get_started a svg {
  width: 27px;
  height: 27px;
  vertical-align: -7px;
}

.doc_item_code_header {
  background-color: #37474f;
  border-radius: 6px 6px 0 0;
  padding: 0.7rem 1rem;
  color: #a7aeb2;
}

.doc_item_code_header span {
  background-color: #228b22;
  border-radius: 4px;
  padding: 4px 10px;
  margin-right: 1rem;
  color: #ffffff;
  font-size: 14px;
}

.curl-code {
  margin-left: 1.5rem;
  color: #d3d3d3;
}

span.get_api {
  background-color: #274cbb;
}

.footer {
  background-color: #1d2125;
}

.footer_copyright {
  text-align: center;
  color: #ffffff;
  font-size: 0.875em;
  padding-top: 0.5rem;
}

.sign-up-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background-color: #040d21;
  background: radial-gradient(circle, rgb(1 20 64) 0%, rgba(4, 13, 33, 1) 80%);
  padding-top: 86px;
  align-items: flex-start;
}

.sign-up-container {
  background-color: #040d21;
  box-shadow: 0px 4px 8px 5px rgb(0 0 0 / 16%);
  padding: 3rem 2rem;
  border-radius: 1rem;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  min-width: 600px;
}

.sign-up-inner-container {
  color: #ffffff;
  width: 380px;
}

.sign-up-inner-container .form-group {
  margin-bottom: 1rem;
}

.sign-up-inner-container button {
  margin-top: 1rem;
  width: 100%;
  background-color: var(--secondary);
  height: 45px;
}

.form-control {
  height: 45px;
}

.form-select{
  padding: 0.7rem 2.25rem 0.5rem 0.75rem;
}

.sign-up-inner-container button:hover {
  background-color: var(--primary);
}

.sign-up-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
}

.sign-up-title p {
  color: #a9a9a9;
}

.signup-login {
  margin-bottom: 0;
  margin-top: 2rem;
  text-align: center;
}

.contact-wrapper,
.document-wrapper {
  padding-top: 120px;
  padding-bottom: 2rem;
}

.contact-msg-main {
  border-radius: 0.6rem;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}

.contact-msg .form-control {
  background-color: #f2f2f2;
  border: none;
}

textarea.form-control {
  min-height: 115px;
}

.alert {
  display: none;
  padding: 20px;
  background-color: #f44336;
  color: #ffffff;
  border-radius: 4px;
  position: relative;
}

.alertReg {
  display: none;
  padding: 20px;
  background-color: #f44336;
  color: #ffffff;
  margin-bottom: 1rem;
  border-radius: 4px;
  position: relative;
}

span.closebtn {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  background-color: darkred;
  padding: 0px 8px;
  cursor: pointer;
}

.contact-msg {
  padding: 2rem;
  margin-bottom: 4rem;
  width: 50%;
  margin: auto;
}

.contact-heading {
  margin-bottom: 2rem;
}

.contact-msg-input {
  margin-bottom: 20px;
}

.contact-msg-input__input:hover,
.contact-msg-input__input:focus {
  border-color: var(--blue);
}

.contact-msg-input__input:focus {
  box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
  outline: 0;
  background: rgb(255 255 255 / 60%);
}

textarea.contact-msg-input__input {
  max-height: 120px;
  min-height: 90px;
}

.contact-msg .schedul-meeting-main {
  text-align: right;
}

.success_message_sent {
  display: none;
  padding: 2rem;
  text-align: center;
  height: 593px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.success_message_sent h5 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

#sendMessage:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin-left: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader {
  display: none;
}

#sendMessageBtn {
  border: 0;
  min-width: 150px;
}

.contact-scheduling {
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.6rem;
  background: #ffffff;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  background-image: url(../images/backgrounds/call.png);
  background-position: 88% center;
  background-repeat: no-repeat;
  background-size: 58% auto;
}

.contact-scheduling_wrapper {
  display: flex;
  align-items: center;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #3a3a3a;
}

.footer_quick_links {
  width: 27%;
}

.footer_quick_links ul {
  list-style: none;
}

.footer_quick_links ul li {
  margin-bottom: 4px;
}

.footer_quick_links ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875em;
}

.footer_quick_links ul li a:hover {
  text-decoration: underline;
}

.footer_serendib_logo {
  width: 150px;
  margin: 1rem 0;
}

.footer_about_us {
  margin-left: 3rem;
}

.footer_about_links a {
  color: #ffffff;
  margin-right: 1.5rem;
  text-decoration: none;
}

.footer_about_links a:hover {
  text-decoration: underline;
}

.footer_quick_links.ql-features {
  margin-left: 2rem;
}

.footer_logo img {
  width: 170px;
}

.footer_about_us {
  font-size: 0.875em;
}

.contact-page .nav-header.nav-top {
  background-color: #040d21;
}

#signup-success {
  color: #ffffff;
  text-align: center;
  display: none;
}

#signup-success img {
  width: 55px;
  margin-bottom: 1rem;
}

#signup-success h5 {
  margin-bottom: 1rem;
}

#signup-success .explorer_button {
  margin-top: 3rem;
}

#signup-form .loader {
  margin: auto;
}

.schedul-meeting-main .sms160-btn {
  background-color: #040d21;
}

.document-page-title,
.document-page-update.date {
  text-align: center;
}

.document-page-update.date {
  font-weight: 400;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.terms-section {
  margin-top: 3rem;
  color: #404040;
  line-height: 28px;
}

.terms-section ol.alpha li {
  list-style: lower-alpha;
  margin: 1rem 0;
}

.terms-section h2 {
  font-size: 18px;
  font-weight: 600;
  color: #404040;
  margin: 1rem 0 0.75rem;
}

.terms-section ol {
  margin: 1.5rem 0;
  padding-left: 18px;
}

.document-body {
  padding-top: 2rem;
}

.terms-section ol li {
  list-style: decimal;
  margin: 2rem 0;
}

.plan_pricing_details_main {
  width: 25%;
}

.price_loading_wrapper #priceSpinner {
  margin-left: inherit;
  margin-bottom: 15px;
}

.price_loading_wrapper {
  display: none;
}

#internationalDisplay {
  font-weight: 600;
}

.price_plan_custom {
  margin-top: 0;
}

.per_sms_text {
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}