/* https://mdbootstrap.com/docs/standard/components/buttons/ */
/* https://getbootstrap.com/docs/4.0/components/buttons/ */
* {
  outline: none !important;
}
body {
}

.sp-container {
  padding: 0px;
  font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.sp-container .dropdown-menu {
  padding: 0px;
  overflow: hidden;
  border: none;
  /* border-radius: 10px;
  */
}
.sp-container .btn-light:hover {
  background-color: #415377;
  color: white;
}
.btn-light {
  background-color: rgb(17, 36, 64);
  color: white;
  border-color: rgb(65, 83, 119);
  opacity: 1;
}

.form-inline .btn-dark {
  color: white;
  align-items: center;
  white-space: nowrap;
  border-style: solid;
  border-color: rgb(41, 165, 117);
  background-color: rgb(41, 165, 117);
}
.form-inline .btn-dark:hover {
  color: #fff;
  background-color: #20815b;
  border-color: #20815b;
}
.sp-container .dropdown-menu .dropdown-item {
  padding: 10px 20px;
}

.sp-container .dropdown-menu .dropdown-item.active,
.sp-container .dropdown-item.active,
.dropdown-item:active {
  background-color: #20815b;
}
.sp-container .intro-section p {
  color: #d9dde7;
  font-size: 24px;
}
.sp-container .navbar-brand {
  font-size: 24px;
  /* color: #1d1d1f; */
  color: white;
}
ul.navbar-nav.mr-auto {
  margin-left: auto;
  padding-bottom: 5px;
}
.sp-container .navbar-nav {
  margin-top: 10px;
}
.navbar .navbar-expand-lg .navbar-light {
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sp-container .navbar-light .navbar-nav .nav-item {
  margin-left: 30px;
  font-size: 18px;
  color: white;
  font-family: "Noto Sans", sans-serif;
}

.navbar-light .navbar-nav .nav-link {
  color: #d9dde7 !important;
  padding: 8px 12px;
  font-size: 16px;
  font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.navbar-light .navbar-nav .nav-link:active {
  color: white;
}

.sp-mlr-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.sp-mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.sp-container .sp-btn {
  padding: 4px 12px;
  border-radius: 4px;
  /* width: 120px; */
}
.btn .btn-light .sp-mlr-10 .sp-btn .btn-2 {
  padding: 4px 6px !important;
}
.sp-container .btn-light {
  /* background-color: #f2f2f2; */
  /* border-color: #f2f2f2; */
}
.sp-container .btn-light:active {
  /* background-color: #e6e6e6 !important; */
  border-color: #e6e6e6 !important;
}

.sp-container-fluid {
  padding: 16px;
}

.sp-navbar .navbar-brand:focus,
.sp-navbar .navbar-brand:hover {
  color: #fff;
}

.intro-section-w {
  background-color: rgb(10, 21, 48);
}
.intro-section {
  /* display: table; */
  min-height: calc(100vh);
  vertical-align: middle;
  /* background-image: url(./images/1.png); */
  /* background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; */
}

.intro-section .contents {
  display: table-cell;
  /* display: block; */
}
.intro-section h1 {
  font-size: 64px;
  color: #fff;
  /* white-space: nowrap; */

  font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.landing-image {
  border-radius: 18px;
  /* display: block; */
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
  opacity: 0.8;
  /* margin-top: 50%; */
}
.intro-section h1:first-child {
  margin-top: 20%;
}

.sp-mt15 {
  margin-top: 15%;
}
.sp-container .title-s1 span {
  background-color: #203053;
  opacity: 1;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-family: SFMono-Regular, SF Mono, Segoe UI Mono, Roboto Mono, Ubuntu Mono,
    Menlo, Consolas, Courier, monospace;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
}

.title-s1 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 20px;
  color: rgb(10, 21, 48);
}
.intro {
  background-image: linear-gradient(to bottom, #0a1530, #0e3828);
  /* padding-top: 100px; */
  /* padding-top: 300px; */
}
/* .col-md-6 {
  font-size: 15px;
} */
.title-s2 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 20px;
  color: rgb(10, 21, 48);
}

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

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

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

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

@media (max-width: 576px) {
  .sp-container .sp-btn {
    margin-top: 20px;
  }

  .sp-container .navbar-brand {
    font-size: 30px;
    /* color: #1d1d1f; */
    color: white;
  }

  .intro-section h1 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
  }

  .sp-container {
    padding: 0px;
  }

  .intro-section h1:first-child {
    margin-top: 20%;
  }

  .bulk-sms-w .promotional-sms {
    margin: 10px;
    padding: 20px !important;
  }

  .bulk-sms-w .transactional-sms {
    margin: 10px;
    padding: 20px !important;
  }

  .bulk-sms-w .sp-w70 {
    width: 90%;
  }
  .title-s2 {
    font-size: 26px;
  }

  .sp-p15 {
    padding: 15px;
  }

  .text-muted {
    padding-top: 5px !important;
  }

  /* .why-is-bulksms-w {
  background-color: whitesmoke;
} */
}
@media (min-width: 768px) {
}

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

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

.custom-toggler {
  border: 0.0001rem solid rgb(65, 83, 119) !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(32, 129, 91, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sp-card {
  background: white 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 0.2px solid #d9d9d9;
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  padding: 20px;
}

.sp-card:hover {
  transform: scale(1.01);
  z-index: 1;
}

.sp-mt-20 {
  margin-top: 20px;
}

.sp-w70 {
  width: 70%;
}

.sp-w80 {
  width: 80%;
}

.sp-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.sp-pt10 {
  padding-top: 10px;
}

.sp-mt20 {
  margin-top: 20px;
}

.bulk-sms-w {
  /* background-color: whitesmoke; */
  padding-top: 3%;
  padding-bottom: 3%;
}

.bulk-sms-w .promotional-sms {
  margin-top: 30px;
  padding: 40px;
}

.bulk-sms-w .transactional-sms {
  margin-top: 50px;
  padding: 40px;
}

.bulk-voice-w {
  background-color: #d9dde740;
  padding-top: 3%;
  padding-bottom: 3%;
}

.bulk-email-w {
  background-color: white;
  padding-top: 3%;
  padding-bottom: 3%;
}

a {
  text-decoration: none;
}

.pricing-contianer-w .pricing-contianer {
  margin-top: 40px;
}

.pricing-type {
  margin-top: 80px;
  font-size: 24px;
}
.pricing-contianer-w .plans-txt span {
  font-weight: bold;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.pricingTable {
  text-align: center;
  background: #fff;
  /* margin: 0 -15px; */
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #cad0de;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  margin: 0px;
}

.pricingTable:hover {
  transform: scale(1.05);
  z-index: 1;
}
.sticky-top {
  position: sticky;
}
.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #f5f6f9;
  border-radius: 10px 10px 50% 50%;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
}

.pricingTable:hover .pricingTable-header {
  background: #20815b;
}

.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: #858c9a;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}

.pricingTable .price-value {
  font-size: 35px;
  color: rgb(10, 21, 48);
  transition: all 0.5s ease 0s;
}

.pricingTable .quantity {
  display: block;
  font-size: 14px;
  color: #7282a7;
}

.pricingTable:hover .quantity,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
  color: #fff;
}

.pricingTable .gst {
  display: block;
  font-size: 14px;
  color: #cad0de;
}

.pricingTable:hover .gst,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
  color: #fff;
}

.pricingTable .heading {
  font-size: 24px;
  color: rgb(10, 21, 48);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricingTable .pricing-content ul li {
  line-height: 30px;
  color: #a7a8aa;
}

.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
  background: rgb(10, 21, 48);
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0 0 10px rgb(10, 21, 48);
}
/* 
.pricingTable.blue .heading,
.pricingTable.blue .price-value {
  color: rgb(10, 21, 48);
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
  background: rgb(10, 21, 48);
}

.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0 0 10px rgb(10, 21, 48);
}

.pricingTable.pink .heading,
.pricingTable.pink .price-value {
  color: rgb(10, 21, 48);
}

.pricingTable.pink .pricingTable-signup a,
.pricingTable.pink:hover .pricingTable-header {
  background: rgb(10, 21, 48);
}

.pricingTable.pink .pricingTable-signup a:hover {
  box-shadow: 0 0 10px rgb(10, 21, 48);
}

.pricingTable.lgreen .heading,
.pricingTable.lgreen .price-value {
  color: rgb(10, 21, 48);
}

.pricingTable.lgreen .pricingTable-signup a,
.pricingTable.lgreen:hover .pricingTable-header {
  background: rgb(10, 21, 48);
}

.pricingTable.lgreen .pricingTable-signup a:hover {
  box-shadow: 0 0 10px rgb(10, 21, 48);
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
  color: rgb(10, 21, 48);
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
  background: rgb(10, 21, 48);
}

.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0 0 10px rgb(10, 21, 48);
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
  color: rgb(10, 21, 48);
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
  background: rgb(10, 21, 48);
}

.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0 0 10px rgb(10, 21, 48);
} */

.pricingTable.blue:hover .price-value,
  .pricingTable.green:hover .price-value,
  .pricingTable.red:hover .price-value,
  /* .pricingTable.pink:hover .price-value, */
  .pricingTable.lgreen:hover .price-value {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin: 0 0 20px;
  }
}

.ma-mt50 {
  margin-top: 50px;
}

.sp-accordian {
  margin-top: 40px;
}

.sp-accordian .card-body {
  /* margin-top: 5px; */
}

.sp-accordian .card-header {
  margin-bottom: 0;
  padding: 0px;
  /* background-color: rgba(0, 0, 0, 0.01); */
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.sp-accordian .heading-s1 {
  color: rgb(32 48 83/1);
  padding: 1rem 1.25rem;
  /* font-size: 15px; */
  font-family: "Maven Pro", sans-serif;
  margin-top: 10px;
  cursor: pointer;
}
.sp-accordian .heading-s1 span {
  float: right;
  font-weight: bold;
  font-size: 26px;
}

.sp-accordian .card-body {
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  margin-left: 20px;
  color: rgb(32 48 83/1);
}

.why-sendshortly-w {
  background-color: #d9dde740;
}
.why-sendshortly-w .why-sendshortly {
  padding: 40px 0px;
}
.sendshortly-sounds-w {
  background-color: #f5faff;
}
.sounds-section {
  padding: 50px 0px;
}

.faqs-contianer-w {
  margin-top: 40px;
  background-color: #f5f7f9;
}

.faqs-contianer-w .faqs-contianer {
  padding: 40px 0px 50px;
}
.case-studies-contianer-w {
  margin-top: 40px;
}

.read-more {
  margin-top: 30px;
  position: relative;
}
.read-more a {
  /* display: inline-block; */
  /* position: absolute; */

  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;

  border-radius: 20px;
  background: rgb(41, 165, 117);
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.read-more a:hover {
  box-shadow: 0 0 10px #20815b;
}

.sp-clearFix {
  clear: both;
}

.more-price {
  text-align: center;
  background: #fff;
  /* margin: 0 -15px; */
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  padding: 30px;
  margin: 5px;
  margin-top: 50px;
}

.more-price:hover {
  transform: scale(1.05);
  z-index: 1;
}

.sp-points {
}

.sp-points li {
  margin-bottom: 14px;
}

.contact-us-w {
}

.contact-us-w p {
}

.contact-us-w a {
  text-decoration: none;
  /* color: #212529; */
}

.case-studies .case-study {
  background: #fff;
  /* margin: 0 -15px; */
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  padding: 30px;
  margin: 5px;
  margin-top: 50px;
  cursor: pointer;
}
.case-study-contianer-w {
  background-color: rgb(32 48 83);
  opacity: 1;
  color: #d9dde7;
  padding-top: 30px;
  padding-bottom: 40px;
}
.case-study-contianer-w p {
  font-size: 1.25rem;
}
.case-studies .case-study:hover {
  transform: scale(1.01);
  z-index: 1;
}

.sp-mt10 {
  margin-top: 10px;
}

.sms-intro .highlight-txt {
  font-size: 17px;
  margin: 4px 0px;
  margin-left: 20px;
}
.sms-intro .highlight-txt::before {
  content: "-  ";
}
.sp-plain-card {
  background: var(--theme-98);
  /* margin: 0 -15px; */
  /* box-shadow: 0 0 10px #ababab; */
  padding-bottom: 40px;
  border-radius: 16px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  padding: 30px;
  margin: 5px;
  margin-top: 50px;
  cursor: pointer;
}

.sms-news-w {
  background: #e6ffe6;
  /* margin: 0 -15px; */
  /* box-shadow: 0 0 10px #ababab; */
  /* padding-bottom: 40px; */
  border-radius: 16px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  padding: 30px;
  margin: 5px;
  margin-top: 50px;
}

.sp-navbar {
  /* background-color: var(--primary-color); */
  background-color: rgb(10, 21, 48);
  border-bottom: 1px solid rgb(32 48 83);
}

.sp-p20 {
  padding: 20px;
}

.sp-m20 {
  margin: 20px;
}

.speciality-card {
  min-height: 180px;
}

.why-is-bulksms-w {
  background-color: whitesmoke;
}

.why-is-bulksms {
  padding-top: 50px;
}

.our-features {
}

.our-features div.row {
  margin-top: 40px;
}
.our-features h2 {
  text-align: center;
  margin-bottom: 50px;
}

.our-features p {
  width: 80%;
}
.feature-title {
  font-size: 20px;
}

.voice-sms-w {
  background-color: var(--theme-98);
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp-whitesmoke {
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 20px;
}
.text-center {
  background-color: rgb(10, 21, 48);
  opacity: 1;
  font-size: 16px;
  font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: rgb(217 221 231);
}
.text-center .p-5 {
  border-top: 1px solid rgb(32 48 83);
}
.text-muted {
  padding-top: 8rem;
}

.text-uppercase {
  font-weight: 500;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgb(32 48 83);
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #d9dde7;
  /* text-align: left; */
}
.text-reset {
  color: #fff !important;
}
.mb-4 {
  /* text-align: left; */
}
.mx-auto {
  width: auto !important;
}

.sp-no-pm {
  margin: 0px;
  padding: 0px;
}

.text-xl {
  font-size: 18px;
  color: rgb(65 83 119/1);
  font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.main-heading {
  color: rgb(32 48 83/1);
}

.sp-text1 {
  font-size: 16px;
  color: rgb(65 83 119/1);
  font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.sp-text2 {
  font-size: 1rem;
  color: rgb(65 83 119/1);
  font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.sp-color1 {
  color: rgb(65 83 119/1);
}

.sp-mt60 {
  margin-top: 60px;
}

.sp-mt100 {
  margin-top: 100px;
}

.off-logo {
  width: 26px;
  margin-right: 8px;
}

.sp-navbar .navbar-brand {
  padding: 0px;
}

.sp-bg-white {
  background-color: white;
}
