@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
html,
body,
button,
input,
select,
textarea,
.mdl-snackbar {
  font-family: 'Montserrat', 'Nunito', sans-serif;
  font-weight: 300;
}
html,
body {
  position: relative;
  min-height: 100vh;
}
body {
  background: #f9f9f9;
  color: #212121;
  margin: 0;
  padding: 0;
  line-height: unset;
}
button,
input,
select,
textarea,
a,
img {
  margin-top: 10px;
}
h1,
h2,
h4,
h4,
h5,
h6 {
  color: #212121;
}
h6 {
  font-weight: bold;
}
a,
button,
select,
.btn,
a:focus,
button:focus,
select:focus {
  outline: unset;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:hover {
  outline: unset;
  color: #244C7E;
}
.button-next.active.focus,
.button-next.active:focus,
.button-next.focus,
.button-next:active.focus,
.button-next:active:focus,
.button-next:focus,
.button-next:hover {
  color: #FFFFFF;
}
.button-next-standard.active.focus,
.button-next-standard.active:focus,
.button-next-standard.focus,
.button-next-standard:active.focus,
.button-next-standard:active:focus,
.button-next-standard:focus,
.button-next-standard:hover {
  color: #FFFFFF;
}
p {
  color: #212121;
  font-size: 11px;
  width: 100%;
  line-height: 16px;
}
hr {
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}
code {
  padding: 4px 8px;
  font-size: 90%;
  color: #212121;
  background-color: #e8e8e8;
  border-radius: 4px;
}
form {
  margin-block-end: 0;
}
.page_content {
  background-color: #FFFFFF;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);*/
}
.main {
  padding: 0;
}
.wrapper {
  background-color: #FFFFFF;
}
.restrain-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.standard_size {
  font-size: 15px;
}
.my-select {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/assets/images/sort-down.png') 6.4% no-repeat #fff;
  border-radius: 4px;
  background-size: 10px;
  background-position-x: 95% !important;
  font-size: 11px;
  color: #212121;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.title {
  margin: 5px 10px 5px 0;
}
.title h4 {
  font-size: 20px;
  display: unset;
  vertical-align: middle;
  font-weight: bold;
}
.icon-button-in-title {
  margin-right: 10px;
}
.modal {
  z-index: 9999;
}
.modal-body .title {
  margin-top: 0;
  margin-bottom: 0;
}
.app-intro-backround {
  background: url('/assets/images/App-Background-11.jpg') white no-repeat center;
  background-size: 100%;
}
.register-backround {
  background: url('/assets/images/App-Background-12.jpg') white no-repeat center;
  background-size: 100%;
}
.register-backround-with-sim {
  background: url('/assets/images/App-Background-13.jpg') white no-repeat center;
  background-size: 100%;
}
.browser-background {
  background-color: #f9f9f9;
}
span.links {
  color: #244C7E !important;
  font-weight: 600;
  font-size: 12px;
}
.btn {
  font-weight: bold;
}
.button {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.button-next {
  background-color: #2e7d32;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px;
}
.button-next-standard {
  background-color: #244C7E;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}
.button-in-slider {
  width: unset;
  margin-top: 10px;
  padding: 3px 12px;
  font-size: 17px;
  font-weight: bold;
}
.button-small {
  width: unset;
  margin-top: 0;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.button-edit {
  background-color: #303F9F;
  color: white;
  border-radius: 25px;
  padding: 0 0 0 8px;
  font-size: 10px;
}
.button-edit-icon {
  font-size: 10px;
  background-color: white;
  padding: 3px;
  border-radius: 25px;
  margin-left: 5px;
  color: #303F9F;
  vertical-align: bottom;
}
.button-delete {
  background-color: #f44336;
  color: white;
  border-radius: 25px;
  padding: 0 0 0 8px;
  font-size: 10px;
}
.button-delete-icon {
  font-size: 10px;
  background-color: white;
  padding: 3px;
  border-radius: 25px;
  margin-left: 5px;
  color: #f44336;
  vertical-align: bottom;
}
.button-success {
  background-color: #2e7d32;
  color: white;
  border-radius: 25px;
  padding: 0 0 0 8px;
  font-size: 10px;
}
.button-success-icon {
  font-size: 14px;
  background-color: white;
  padding: 1px;
  border-radius: 25px;
  margin-left: 4px;
  color: #2e7d32;
  vertical-align: bottom;
}
.button-default {
  background-color: #244C7E;
  color: white;
  border-radius: 25px;
  padding: 0 0 0 8px;
}
.button-default-small {
  background-color: #244C7E;
  color: white;
  border-radius: 25px;
  padding: 0 0 0 8px;
  font-size: 10px;
}
.button-default-icon {
  font-size: 14px;
  background-color: white;
  padding: 1px;
  border-radius: 25px;
  margin-left: 4px;
  color: #244C7E;
  vertical-align: bottom;
}
.button-default-icon-medium {
  font-size: 24px;
  background-color: white;
  padding: 3px;
  border-radius: 25px;
  margin-left: 5px;
  color: #244C7E;
  vertical-align: middle;
}
.button-rounded {
  font-size: 13px;
  width: auto;
  border-radius: 25px;
  font-weight: bold;
}
.button-weak {
  background-color: grey;
}
.button-registration {
  margin-top: 0;
}
.button-pro {
  background-color: #3F51B5;
}
.button-pro-overlay {
  background-color: #3F51B5;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 11px;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  width: 50%;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  top: 35%;
  position: absolute;
  left: 25%;
}
.button-next:hover {
  background-color: #1b5e20;
  color: #FFFFFF;
}
.button-next-standard:hover {
  background-color: #7c9fcc;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.button-weak:hover {
  background-color: #737373;
}
.button-small:focus,
.button-small:hover {
  color: #7c9fcc;
}
.button-pro-overlay:focus,
.button-pro-overlay:hover {
  color: #FFFFFF;
}
.button-whatsapp {
  background-color: #25D366;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}
.button-sms {
  background-color: #44b2a3;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}
.button-facebook {
  background-color: #4267B2;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}
.button-google {
  background-color: #4285F4;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}
.button-linkedin {
  background-color: #0077B5;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}
.button-zoho {
  background-color: #EB3D3C;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}
.button-apple {
  background-color: #000000;
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}
.button-sms:hover {
  background-color: #3ea295;
}
.button-whatsapp:hover {
  background-color: #22c55f;
}
.button-facebook:hover {
  background-color: #395a9c;
}
.button-google:hover {
  background-color: #3e7de6;
}
.button-linkedin:hover {
  background-color: #006ba2;
}
.button-apple:hover {
  background-color: #000000;
}
.button-social-icon-small {
  width: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
}
.button-right-icon {
  font-size: 22px;
  padding: 2px;
  padding-right: 10px;
  color: #fff;
  float: right;
  text-align: right;
}
.button-right-image {
  margin-top: 0;
  height: 18px;
  width: auto;
  text-align: right;
  padding-right: 10px;
  float: right;
}
.button-circle {
  background-color: #4285F4;
  color: #FFFFFF;
  border: none;
  padding: 0;
  border-radius: 29px;
  width: 50px;
  height: 50px;
  box-shadow: 10px 10px 25px -3px rgba(0, 0, 0, 0.56);
}
.button-disabled {
  background-color: #777777;
  color: #FFFFFF;
}
#button-circle-download-profile {
  background-color: #2e7d32;
  box-shadow: none;
  z-index: 9;
  width: 51px;
  height: 51px;
  position: absolute;
}
.material-icons-as-button {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.material-icons-as-disabled-button {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  color: #777777;
}
.centered {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin-top: -50px;
  margin-left: -50px;*/
  transform: translate(-50%, -50%);
}
.bottom_link {
  color: #244C7E;
  font-weight: 600;
}
a {
  color: #244C7E;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  cursor: pointer;
}
a:hover {
  color: #7c9fcc;
  /*border-bottom: 1px solid @text-link-hover;*/
  /*background-color: unset !important;*/
  text-decoration: unset;
}
a.back-link {
  color: #000000;
  text-decoration: underline;
  line-height: 40px;
}
a.no-style {
  color: unset;
  text-transform: unset;
  font-weight: unset;
}
.no-vertical-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sticky-header {
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 50;
}
/* MDL Override + new MDL elements */
.contact-about .mdl-card {
  margin-bottom: 10px;
  padding: 8px 0 8px 8px;
}
.contact-about .mdl-card span {
  display: inline;
}
.mdl-layout__header {
  min-height: unset;
  background-color: unset;
}
.mdl-top-shadow {
  padding: 8px;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.56);
}
.mdl-card__bottom {
  position: fixed;
  bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 130px;
  width: 96%;
  left: 2%;
}
.my-mdl-card {
  margin-top: 2vh;
  /*width: 90%;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  /*height: 600px;*/
  min-height: 98vh;
  width: 96%;
}
.mdl-card__title {
  padding: 10px 0 0 0;
  font-weight: bold;
}
.mdl-card__supporting-text {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: unset;
}
.mdl-card__supporting-text span {
  color: #212121;
}
.mdl-card .mdl-button--fab {
  position: unset;
  right: unset;
  bottom: unset;
}
.mdl-button--fab-plain {
  background: #FFFFFF;
}
.mdl-button--fab-plain-green {
  color: #2e7d32;
  background: #FFFFFF;
}
.mdl-button--fab.mdl-button--colored {
  background: #244C7E;
}
.mdl-button--fab.mdl-button--colored-success {
  background: #2e7d32;
  color: #FFFFFF;
}
.mdl-button--fab:focus:not(:active) {
  background-color: unset;
}
.mdl-checkbox__label {
  font-size: 13px;
}
.mdl-switch__label {
  font-size: 11px;
  left: 17px;
}
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #244C7E;
}
.mdl-switch.is-checked .mdl-switch__track {
  background: #7c9fcc;
}
.mdl-radio__outer-circle {
  border: 2px solid #212121;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
  border: 2px solid #2e7d32;
}
.mdl-radio.is-checked .mdl-radio__inner-circle {
  background: #2e7d32;
}
.mdl-selectfield,
.mdl-textfield {
  width: 100%;
  padding-bottom: 5px;
}
.mdl-textfield__input {
  font-family: 'Montserrat', 'Nunito', sans-serif;
  font-size: 14px;
}
.mdl-textfield__label {
  color: #212121;
  font-weight: normal;
}
.mdl-textfield .mdl-button {
  bottom: 5px;
}
.mdl-selectfield__label {
  color: dimgray;
}
.mdl-selectfield__select {
  font-size: 11px;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label,
.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
  color: #212121;
  font-size: 11px;
}
.mdl-textfield__label:after,
.mdl-selectfield__label:after {
  background-color: #244C7E;
  height: 1px;
  bottom: 0;
}
.mdl-textfield__error {
  margin-top: 0;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__input,
.mdl-textfield.is-disabled .mdl-textfield__input,
fieldset[disabled] .mdl-textfield .mdl-textfield__label,
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
  color: dimgray;
}
.mdl-layout__tab-bar {
  background-color: #FFFFFF;
}
.mdl-layout__tab-bar {
  background-color: #FFFFFF;
}
.mdl-layout__tab {
  font-weight: bold;
  color: #212121;
  border-bottom: 2px solid lightgray;
  line-height: 17px;
}
.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
  color: #212121;
  border-bottom: unset;
}
.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
  background-color: #244C7E;
  height: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mdl-snackbar-done {
  background-color: #2e7d32;
  font-weight: bold;
}
.mdl-snackbar-info {
  background-color: #33b5e5;
  font-weight: bold;
}
.mdl-snackbar-warning {
  background-color: darkorange;
  font-weight: bold;
}
.mdl-snackbar-error {
  background-color: #f44336;
  font-weight: bold;
}
.mdl-menu__container.is-visible {
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  min-height: 100% !important;
}
.mdl-menu__container.is-visible .mdl-menu__outline {
  width: 100% !important;
  min-height: 100% !important;
  background: black;
  opacity: 0.4;
}
.mdl-menu__container.is-visible .mdl-menu {
  bottom: 100px;
  right: 14px;
  position: fixed;
}
.mdl-menu__container.is-visible .mdl-menu__item {
  text-align: right;
  outline-color: unset;
}
#add-more-menu-button {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
}
.mdl-button--fab.mdl-button--colored:hover,
.mdl-button--fab.mdl-button--colored:active,
.mdl-button--fab.mdl-button--colored:focus,
.mdl-button--fab.mdl-button--colored:focus:not(:active) {
  background-color: #7c9fcc;
}
.mdl-menu__item:active,
.mdl-menu__item:focus,
.mdl-menu__item:hover {
  background-color: transparent;
  opacity: unset;
  outline-color: unset;
}
/* ./MDL Override + new MDL elements*/
/* MDL Override in modals */
.modal .mdl-switch__track {
  top: 7px;
  width: 30px;
  height: 10px;
}
.modal .mdl-switch.is-checked .mdl-switch__thumb {
  left: 15px;
}
.modal .mdl-switch__thumb {
  top: 4px;
  height: 16px;
  width: 16px;
}
.modal .mdl-switch__label {
  font-size: 13px;
  left: 10px;
}
/* ./MDL Override in modals */
input::-webkit-input-placeholder {
  color: dimgray !important;
  -webkit-font-smoothing: antialiased;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: dimgray !important;
  -webkit-font-smoothing: antialiased;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: dimgray !important;
  -webkit-font-smoothing: antialiased;
}
input:-ms-input-placeholder {
  color: dimgray !important;
  -webkit-font-smoothing: antialiased;
}
.contact-about {
  padding-top: 1px;
  background: white;
}
.mdl-grid {
  padding: 0px;
}
.mdl-cell {
  margin: 2px 5px;
}
.form-control {
  color: #000000;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 16px;
  text-align: left;
  box-shadow: none;
}
.form-control:focus,
.StripeElement:focus {
  border-color: #244C7E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 193, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 193, 102, 0.6);
}
.form-control-bottom-line-style {
  margin-top: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.form-control-bottom-line-style:focus {
  border-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 1px solid #244C7E;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: initial;
}
.StripeElement {
  color: #000000;
  display: block;
  width: 100%;
  padding: 6px 0;
  font-size: 11px;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  /*-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}
.confirm-button {
  font-size: 15px;
  padding: 7px;
  background-color: #000000;
}
.confirm-button:focus,
.confirm-button:hover {
  background-color: #3c4043;
}
.collapse-button {
  width: 48%;
  transition: width 1s;
  margin-top: 0;
  margin-right: 5px;
}
.primary-img {
  width: 60%;
  margin-top: 10px;
}
.error-message,
#card-errors {
  font-size: 13px;
  font-weight: bold;
  color: #f44336;
}
.product-title {
  font-weight: bold;
  text-align: left;
  border-top: 1px solid #e4e4e4;
}
.product-title span {
  float: right;
}
.product-specs {
  text-align: left;
  font-size: 13px;
  margin-top: -7px;
}
.product-description p {
  line-height: 18px;
}
.apn {
  background-color: #212121;
  color: #FFFFFF;
  padding: 0 10px;
  border-radius: 15px;
}
.small_font {
  font-size: 14px;
  font-weight: bold;
}
.small_font-for-mdl-button--fab-plain-green {
  color: #2e7d32;
}
.contact-about {
  text-align: left;
  color: #212121;
}
.slider_content .slider_title {
  color: #212121;
  font-weight: bold;
}
.slider_content p {
  margin-top: 10px;
  font-size: 11px;
}
.card-info {
  font-size: 10px;
}
.card-standard p {
  font-size: 13px;
}
.card-standard .card-title {
  font-size: 14px;
  padding: 1px 50px 1px 5px;
  border-radius: 0 5px 25px 0;
  color: white;
  background-color: #212121;
  letter-spacing: 2px;
  font-variant: petite-caps;
}
.card-standard .card-icon {
  font-size: 40px;
  color: #212121;
}
.card-standard .card-info {
  font-size: 11px;
  color: #777777;
}
.page-title {
  margin: 5px 10px 5px 0;
  padding: 1px 20px 1px 5px;
  border-radius: 0 5px 25px 0;
  color: white;
  background-color: #212121;
  letter-spacing: 2px;
}
.page-title h4 {
  color: white;
  font-variant: petite-caps;
}
.sub-category-selected {
  text-transform: uppercase;
  background-color: #9723E9;
  color: #F5F5F5;
  padding: 1px 20px 1px 5px;
  border-radius: 0 5px 25px 0;
}
.service-1-text {
  color: #5DC1CC !important;
}
.service-2-text {
  color: #DF7158 !important;
}
.service-3-text {
  color: #EF994E !important;
}
.service-4-text {
  color: #6ABEE9 !important;
}
.service-5-text {
  color: #EFB950 !important;
}
.service-6-text {
  color: #244C7E !important;
}
.service-7-text {
  color: #9723E9 !important;
}
.service-8-text {
  color: #D5537C !important;
}
.service-9-text {
  color: #0099A8 !important;
}
.service-help-text {
  color: #6B03BA !important;
}
.service-white-text {
  color: #F5F5F5 !important;
}
.service-1-background {
  background-color: #5DC1CC !important;
}
.service-2-background {
  background-color: #DF7158 !important;
}
.service-3-background {
  background-color: #EF994E !important;
}
.service-4-background {
  background-color: #6ABEE9 !important;
}
.service-5-background {
  background-color: #EFB950 !important;
}
.service-6-background {
  background-color: #244C7E !important;
}
.service-7-background {
  background-color: #9723E9 !important;
}
.service-8-background {
  background-color: #D5537C !important;
}
.service-9-background {
  background-color: #0099A8 !important;
}
.service-help-background {
  background-color: #6B03BA !important;
}
.service-white-background {
  background-color: #F5F5F5 !important;
  color: #212121 !important;
}
.background-danger {
  background-color: #f44336;
}
.background-pro {
  background-color: #3F51B5;
}
/* OwlCarousel override */
.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}
.owl-theme .owl-nav [class*=owl-]:focus {
  outline: unset;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: transparent !important;
  color: #212121 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 33px !important;
  line-height: 0 !important;
  text-align: center;
  box-shadow: 10px 10px 25px -3px rgba(0, 0, 0, 0.56);
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
  position: absolute;
}
.owl-theme .owl-nav .disabled {
  display: none !important;
}
.owl-carousel .item {
  height: 40rem !important;
  overflow: hidden;
  background: #ffffff;
  /* border: 1px solid white; */
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 2px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.owl-carousel .item .small_font {
  text-align: left;
}
.selected-carousel-item {
  border: 1px solid #9723E9;
}
/* ./OwlCarousel override */
.flag-icon-zone-a {
  /*background: url('/assets/images/zone-a-flag.png') white no-repeat center;*/
  background: url('/assets/images/call-25.png') white no-repeat center;
  background-size: 42px;
}
.photo-country-bnesim {
  background: url('/assets/images/bnesim_country.png') white no-repeat center;
  background-size: 100%;
}
.photo-country-ihc {
  background: url('/assets/images/global.jpg') white no-repeat center;
  background-size: 100%;
}
.photo-country-europe {
  background: url('/assets/images/europe.jpg') white no-repeat center;
  background-size: 100%;
}
.photo-country-asia {
  background: url('/assets/images/asia.jpg') white no-repeat center;
  background-size: 100%;
}
.photo-country-add-sim-card {
  background: url('/assets/images/Add_SIM_Card.jpg') white no-repeat center;
  background-size: 100%;
}
.photo-country-add-sim-card-free-sim-card {
  background: url('/assets/images/Add_SIM_Free_SIM_Card.jpg') white no-repeat center;
  background-size: 100%;
}
.photo-country-add-sim-card-free-shipping {
  background: url('/assets/images/Add_SIM_Free_Shipping_Card.jpg') white no-repeat center;
  background-size: 100%;
}
.photo-country-sim-card-order-in-progress {
  background: url('/assets/images/Order_in_progress_Card.jpg') white no-repeat center;
  background-size: 100%;
}
.photo-visa {
  background: url('/assets/images/Visa.png') white no-repeat center;
  background-size: 100%;
}
.photo-mastercard {
  background: url('/assets/images/MC.png') white no-repeat center;
  background-size: 100%;
}
.photo-amex {
  background: url('/assets/images/AEX.png') white no-repeat center;
  background-size: 100%;
}
/* Badges */
.my-badge {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-right: 5px;
  padding: 1px 4px;
  font-size: 10px;
}
.my-badge-gold {
  background-color: #244C7E !important;
  color: #fff !important;
}
.my-badge-light {
  background-color: #e0e0e0 !important;
  color: #000 !important;
}
.my-badge-info {
  background-color: #33b5e5 !important;
  color: #fff !important;
}
.my-badge-default {
  background-color: #2bbbad !important;
  color: #fff !important;
}
.my-badge-primary {
  background-color: #4285f4 !important;
  color: #fff !important;
}
.my-badge-secondary {
  background-color: #a6c !important;
  color: #fff !important;
}
.my-badge-success {
  background-color: #2e7d32 !important;
  color: #fff !important;
}
.my-badge-danger {
  background-color: #f44336 !important;
  color: #fff !important;
}
.my-badge-warning {
  background-color: #fb3 !important;
  color: #fff !important;
}
.my-badge-pro {
  background-color: #3F51B5 !important;
  color: #fff !important;
  font-size: 10px;
  letter-spacing: 2px;
}
.my-badge-whatsapp {
  background-color: #25D366;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  padding: 2px;
  width: 35px;
  text-align: center;
}
.my-badge-facebook {
  background-color: #4267B2;
  color: #fff;
  border-radius: 3px;
  padding: 2px;
  width: 35px;
  text-align: center;
}
.my-badge-google {
  background-color: #4285F4;
  color: #fff;
  border-radius: 3px;
  padding: 2px;
  width: 35px;
  text-align: center;
}
.my-badge-linkedin {
  background-color: #0077B5;
  color: #fff;
  border-radius: 3px;
  padding: 2px;
  width: 35px;
  text-align: center;
}
.my-badge-disabled {
  background-color: #777777;
  color: #FFFFFF;
}
/* ./Badges */
/* intlTelInput Plugin */
.iti__flag {
  background-image: url("/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/img/flags@2x.png");
  }
}
.iti {
  width: 100%;
}
/* ./intlTelInput Plugin */
.vertical-badge-card {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f44336;
  padding: 0 2px;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  height: 100%;
  text-align: center;
}
.searchable-row {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #E6E6E6;
}
.searchable-row-even {
  background-color: #f1f1f1;
}
/* Upload picture, image, documents */
.file-upload-btn {
  width: 100%;
  margin: 0;
  /*color: #fff;*/
  color: #04254B;
  background: #D73D42;
  border: none;
  padding: 10px;
  border-radius: 4px;
  /*border-bottom: 4px solid #FFFFFF;*/
  border-bottom: 4px solid #04254B;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.file-upload-btn:hover {
  background: #D73D42;
  /*color: #ffffff;*/
  color: #04254B;
  transition: all 0.2s ease;
  cursor: pointer;
}
.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}
.file-upload-content {
  display: none;
  text-align: center;
}
.file-upload-input,
.file-audio-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.image-upload-wrap {
  margin-top: 20px;
  /*border: 4px dashed #FFFFFF;*/
  border: 4px dashed #04254B;
  position: relative;
}
.image-dropping,
.image-upload-wrap:hover {
  background-color: #D73D42;
  /*border: 4px dashed #ffffff;*/
  border: 4px dashed #04254B;
}
.image-title-wrap {
  padding: 15px;
  color: #222;
}
.drag-text {
  text-align: center;
}
.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  /*color: #FFFFFF;*/
  color: #04254B;
  text-align: center;
}
.file-upload-image {
  width: 200px;
  margin: auto;
  padding: 20px;
  height: auto;
}
.remove-image {
  width: 200px;
  margin: 0;
  /*color: #fff;*/
  color: #04254B;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.remove-image:hover {
  background: #c13b2a;
  /*color: #ffffff;*/
  color: #04254B;
  transition: all 0.2s ease;
  cursor: pointer;
}
.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}
/* ./Upload picture, image, documents */
/* Skeleton Screen Loading Animation */
.skeleton-loader {
  position: relative;
  background-color: #F6F6F6 !important;
  border-radius: 5px;
  height: 20px;
  overflow: hidden;
}
.skeleton-loader::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: loading 1.5s infinite;
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
/* ./Skeleton Screen Loading Animation */
/* Loaders */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/images/loader01.gif') white no-repeat center;
  background-size: 100px;
  opacity: 1;
  z-index: 9;
}
#modal-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/images/loader01.gif') white no-repeat center;
  background-size: 80px;
  opacity: 0.5;
  z-index: 9;
}
.loading-overlay-2 {
  background: url('/assets/images/loader02.gif') white no-repeat center;
  background-size: 600px;
}
.card-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/images/loader01.gif') white no-repeat center;
  background-size: 40px;
  opacity: 1;
  z-index: 9;
}
.card-disabled-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  cursor: pointer;
}
/* ./Loaders */
/* CSS Spinners */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.loader-container {
  left: 0;
  position: fixed;
  background: #FFFFFF;
  opacity: 1;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
}
.loader-container-modal {
  position: absolute;
  background: #FFFFFF;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.loader {
  /*position: relative; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* margin: 10px; */
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.loader-1 .loader-outter {
  position: absolute;
  border: 5px solid #DF7158;
  border-left-color: transparent;
  /* border-bottom: 0; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-1 .loader-outter.loader-mini {
  width: 50px;
  height: 50px;
  left: calc(50% - 30px);
  top: calc(50% - 25px);
}
.loader-1 .loader-middle {
  position: absolute;
  border: 7px solid #EFB950;
  border-left-color: transparent;
  /* border-bottom: 0; */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 3s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-1 .loader-middle.loader-mini {
  width: 30px;
  height: 30px;
  left: calc(50% - 20px);
  top: calc(50% - 15px);
}
.loader-1 .loader-inner {
  position: absolute;
  border: 5px solid #6ABEE9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  /* border-right: 0; */
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-1 .loader-inner.loader-mini {
  width: 10px;
  height: 10px;
  left: calc(50% - 10px);
  top: calc(50% - 5px);
}
/* ----------------     KEYFRAMES    ----------------- */
@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* ./CSS Spinners */
/* Grid - Masonry */
.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-gap: 8px;
  grid-auto-rows: minmax(47px, auto);
  grid-auto-flow: dense;
  padding: 5px 7px 5px 7px;
}
.grid-layout-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17%, 1fr));
  grid-gap: 8px;
  grid-auto-rows: minmax(47px, auto);
  grid-auto-flow: dense;
  padding: 5px 7px 5px 7px;
}
.grid-item {
  padding: 1rem 0;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
}
.span-1-2 {
  grid-column-end: span 1;
  grid-row-end: span 2;
}
.span-1-4 {
  grid-column-end: span 1;
  grid-row-end: span 4;
}
.span-2-1 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
.span-2-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.span-2-3 {
  grid-column-end: span 2;
  grid-row-end: span 3;
}
.span-2-4 {
  grid-column-end: span 2;
  grid-row-end: span 4;
}
.span-3-1 {
  grid-column-end: span 3;
  grid-row-end: span 1;
}
.span-3-2 {
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.span-4-1 {
  grid-column-end: span 4;
  grid-row-end: span 1;
}
.span-4-2 {
  grid-column-end: span 4;
  grid-row-end: span 2;
}
.span-5-1 {
  grid-column-end: span 5;
  grid-row-end: span 1;
}
.span-1-1 .grit-item-content,
.span-2-1 .grit-item-content,
.span-3-1 .grit-item-content,
.span-4-1 .grit-item-content,
.span-5-1 .grit-item-content {
  margin-top: 0;
}
.span-1-2 .grit-item-content,
.span-2-2 .grit-item-content,
.span-3-2 .grit-item-content,
.span-4-2 .grit-item-content {
  margin-top: 2vh;
}
.span-2-3 .grit-item-content {
  margin-top: 4vh;
}
.span-1-4 .grit-item-content {
  margin-top: 9vh;
}
.grit-item-content {
  text-align: center;
}
.grit-item-content h1 {
  font-weight: bold;
  font-size: 17px;
  margin: 0 !important;
  padding: 0;
}
.grit-item-content h6 {
  font-weight: bold;
  font-size: 12px;
  margin: 0 !important;
  padding: 0;
}
.grit-item-content img {
  max-width: 35px;
  margin-top: 0;
}
/* ./Grid - Masonry */
/* Alignments */
.auto-vertical-align {
  margin-top: auto;
  margin-bottom: auto;
}
.auto-horizontal-align {
  margin-left: auto;
  margin-right: auto;
}
.v_align_middle {
  vertical-align: middle;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_end {
  text-align: end;
}
/* ./Alignments */
/* RTL */
.button-success-rtl {
  background-color: #2e7d32;
  color: white;
  border-radius: 25px;
  padding: 0 8px 0 0;
  font-size: 10px;
}
.button-success-icon-rtl {
  font-size: 14px;
  background-color: white;
  padding: 1px;
  border-radius: 25px;
  margin-right: 4px;
  color: #2e7d32;
  vertical-align: bottom;
}
.button-default-small-rtl {
  background-color: #244C7E;
  color: white;
  border-radius: 25px;
  padding: 0 8px 0 0;
  font-size: 10px;
}
.button-default-icon-rtl {
  font-size: 14px;
  background-color: white;
  padding: 1px;
  border-radius: 25px;
  margin-right: 4px;
  color: #244C7E;
  vertical-align: bottom;
}
/* ./RTL */
/*# sourceMappingURL=my.css.map */