/**
 * CSS variables.
 *
 * The apigee_kickstart theme uses CSS Variables for some rules, which are
 * also available to customize in the UI via Customizer. The color fields are
 * defined in `THEME.customizer.yml`, and their default values (which should
 * mirror the values you set below) are defined in
 * `config/install/apigee_kickstart_customizer.theme.THEME.yml`.
 *
 * By default, the variables point to other CSS variable values, which originate
 * from the Bootstrap build. See the partials linked/** 

 * CSS variables.
 *
 * The apigee_kickstart theme uses CSS Variables for some rules, which are
 * also available to customize in the UI via Customizer. The color fields are
 * defined in `THEME.customizer.yml`, and their default values (which should
 * mirror the values you set below) are defined in
 * `config/install/apigee_kickstart_customizer.theme.THEME.yml`.
 *
 * By default, the variables point to other CSS variable values, which originate
 * from the Bootstrap build. See the partials linked in the "CSS Variables"
 * section in apigee_kickstart/src/sass/apigee-kickstart.style.scss for more
 * details.
 *
 * :root {
 *   --ak-header-color-bg: var(--dark);
 *   --ak-header-color: var(--white);
 *   --ak-footer-color-bg: var(--dark);
 *   --ak-footer-color: var(--white);
 *   --ak-accent-color: var(--blue);
 *   --ak-accent-color-light: var(--white);
 *   --ak-accent-color-dark: var(--blue-dark);
 * }
 */

/**
 * Add custom CSS here.
 */
 @font-face {
  font-family: FsAlvarRegular;
  src: url("../font/FS-Alvar-Regular.otf");
}
@font-face {
  font-family: FSAlvarLight;
  src: url("../font/FS-Alvar-Light.otf");
}
@font-face {
  font-family: FSAlvarBold;
  src: url("../font/FS-Alvar-Bold.otf");
}
@font-face {
  font-family: FSAlbertLight;
  src: url("../font/FS-Albert-Light.otf");
}
@font-face {
  font-family: FSAlbertThin;
  src: url("../font/FS-Albert-Thin.otf");
}
@font-face {
  font-family: FSAlbertBold;
  src: url("../font/FS-Albert-Bold.otf");
}

body {
 line-height: 1;
 height: auto;
 font-family: FsAlvarRegular;
 position: relative;
}
.page-loader-spinner {
 position: fixed;
 top:0;
 left:0;
 width: 100vw;
 height: 100vh;
 background-color: #00000077;
 background-repeat: no-repeat;
 background-size: 3%;
 background-position: 50% 50%;
 z-index: 9999;
 display: none;
}
.page-loader-spinner img {
 position: absolute;
 width: 30px;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
html[lang="ar"] body {
 text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: FSAlbertLight;
}

.pb-5, .py-5 {
    padding-bottom: 2.1255rem !important;
}
.pt-5, .py-5 {
    padding-top: 2.1255rem !important;
}


/* backgound color global class */
.tertiary-bluebg-color {
 background-color: #f8f9fb;
}

/* Global Red button */
.btn-primary {
 background-color: #f78f1e;
 border-color: #f78f1e;
}

.primary-btn-redbg-white-color:hover,
.primary-btn-redbg-white-color:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
 background-color: transparent;
 border-color: #f78f1e;
 color: #f78f1e !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.35);
}

/*****Coming soon code*****/
.comming-soon__wrapper {
 background: #9fd6cd;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
 min-height: 350px;
}

.comming-soon__wrapper  h2 {
 font-weight: bold;
 font-size: 62px;
 color: #f78f1e;
}

.navbar-collapse {
 justify-content: flex-end;
}

.navbar {
 background: var(--ak-header-color);
 border-bottom: 2px solid #f78f1e;
 width: 100%;
 position: fixed;
 top: 36px;
 z-index: 443;
}

.page {
 margin-top: 95px;
}

/*
.toolbar-fixed.toolbar-tray-open.user-logged-in.path-user .page,
.user-logged-in.path-user .page {
 padding-top: 130px;
}
*/

.userregister .page,
.userlogin .page,
.userpassword .page {
 padding-top: 0;
}

.userpassword .page .page__header {
 margin: 0;
}

.navbar .nav-link {
 color: #212529;
 line-height: 1;
 font-size: 16px;
 font-weight: 500;
}

.page__footer {
 background: #221e20;
 font-size: 16px;
 color: #fff;
 border-radius: 25px 25px 0 0;
 font-family: 'FsAlvarRegular';
}
.page__footer .webform-submission-newsletter-subscription-form .webform-element-description {
 font-size: 14px;
 font-style: normal;
 font-weight: 300;
 line-height: 20px; /* 142.857% */
 letter-spacing: 0.14px;
 margin-bottom: 14px;
 margin-top: 28px;
 font-family: 'FsAlvarRegular';
}
.page__footer .webform-submission-newsletter-subscription-form input.form-email {
 border-radius: 18px;
 background: #f9f9ff;
}
.page__footer .webform-submission-newsletter-subscription-form .form-actions {
 margin-top: 16px;
}
.page__footer .webform-submission-newsletter-subscription-form input.webform-button--submit {
 border-radius: 20px;
 border: 1px solid #f78f1e;
 background: #f78f1e;
 padding: 10px 26px;
 text-transform: capitalize;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: 100%; /* 14px */
 letter-spacing: 0.5px;
 color: #fff;
 font-family: 'FsAlvarRegular';
}
.page__footer h2 {
 font-size: 14px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: 0.14px;
}
.page__footer ul {
 padding: 0;
 list-style: none;
}
.page__footer ul li {
 padding-bottom: 15px;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
}

.page__footer .copyright {
 background: #221e20;
 background-size: 100vw 100vh;
}

.page__footer .footer-row {
 margin: 0 -15px;
 gap: 70px;
}

.page__footer .copyright-row {
 margin: 0 -15px;
 border-top: thin solid #918f90;
 padding: 18px 0 55px;
}

.footer-row .block {
 padding: 0;
 flex: 16%;
}
.footer-row .block:nth-child(1) {
 flex: 36%;
}

.footer-row .block .nav {
 margin-left: 0;
 display: block;
}

.page__footer .footer-logo {
 position: relative;
}

.page__footer .footer-logo img {
  width: 100px !important;
}

.page__footer .footer-logo a {
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 111;
}
.page__footer .footer {
 /*padding-top: 170px !important;*/
 padding-bottom: 70px !important;
}
.home .page__footer .footer {
 padding-top: 170px !important;
}
.page__footer .block--omantel-copyrightfooter {
 flex: auto;
}
.page__footer .block--omantel-copyrightextramenus .nav .nav-item .nav-link,
.page__footer .block--omantel-copyrightfooter {
 padding: 0;
 color: #fff;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
}
.page__footer .block--omantel-copyrightextramenus .nav .nav-item {
 padding: 0 10px;
}
.page__footer .block--omantel-copyrightextramenus .nav .nav-item:nth-child(1) {
 border-right: 2px solid;
}
.page__footer .block--omantel-copyrightextramenus .nav .nav-item:last-child {
 padding-right: 0;
}
.page__footer .block--omantel-footerextramenus .nav-item {
 padding-bottom: 15px;
 font-weight: 600;
}

.page__footer .block--omantel-footerextramenus .nav-link {
 padding: 0;
}
.footer-row .views-element-container .view-content .item-list .views-field-title {
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
 line-clamp: 2;
 -webkit-box-orient: vertical;
}
.footer-row .views-element-container .item-list ul li {
 display: none;
}
.footer-row .views-element-container .item-list ul li:nth-child(1),
.footer-row .views-element-container .item-list ul li:nth-child(2),
.footer-row .views-element-container .item-list ul li:nth-child(3),
.footer-row .views-element-container .item-list ul li:nth-child(4),
.footer-row .views-element-container .item-list ul li:nth-child(5) {
 display: block;
}
@media (max-width: 992px) {
 .page__footer {
   padding: 0 20px;
   border-radius: 0;
 }
 .page__footer .footer {
   padding: 86px 0 72px !important;
 }
 .page__footer .copyright-row {
   display: flex;
   flex-direction: column;
   gap: 15px;
 }
 .page__footer .copyright-row .block--omantel-copyrightextramenus,
 .page__footer .copyright-row .block--omantel-copyrightfooter {
   margin: 0 auto;
 }
 .footer-row .block {
   flex: 100%;
 }
 .footer-row .block:nth-child(1) {
   margin-bottom: 70px;
 }
 .footer-row .views-element-container .view-content {
   display: none;
   padding: 0 20px;
 }
 .page__footer .views-element-container h2 {
   margin: 0;
   padding: 20px;
   border-top: 1px solid #4e4e4e;
   position: relative;
 }
 .page__footer .views-element-container h2::before {
   content: '\2b';
   font-family: FontAwesome;
   position: absolute;
   top: 50%;
   right: 20px;
   color: #fff;
   transform: translateY(-50%);
 }
 .page__footer .views-element-container h2.active::before {
   content: '\f068';
 }
 .page__footer .block--omantel-footerextramenus .nav-item {
   padding: 20px;
 }
 .page__footer .block--omantel-footerextramenus .nav-item:nth-child(1) {
   border-top: 1px solid #4e4e4e;
 }
}
@media (min-width: 992px) {
 .navbar-expand-lg .navbar-nav .nav-link {
   padding-right: 1rem;
   padding-left: 1rem;
 }
}

.language-switcher-language-url.block--omantel-languageswitcher {
 margin-left: 15px;
}

.sticky-top.is-sticky {
 position: fixed;
 box-shadow: 0 5px 16px rgba(235, 28, 36, 0.5);
 backdrop-filter: blur(10px);
 animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
 from {
   transform: translateY(-100%);
 }
 to {
   transform: translateY(0);
 }
}


.logo_box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_box a {
 max-width: 200px;
 width: 100%;
}

.logo_box img {
 width: 100%;
}


/** User Login and Register CSS Start **/
.login_form .login-form-title{
   font-size: 1.4rem;
   font-family: FSAlvarLight;
   padding-bottom: 10px;
}

.userregister .col-md-5{
  height: 100% !important;
}

.login_form,
.path--user-reset .user-form.needs-validation{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    margin: 0 40px 30px;
    width: 560px;
    background: #F6F6F6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: FsAlvarRegular !important;
    flex: none;
    order: 0;
    align-self: stretch;
    /*gap: 24px;*/
}

.login-form__submit{
    display: flex;
    flex-direction: row;
    margin-top: -20px;
    margin-left: 15.4rem;
}

.userregister .field--name-field-user-type fieldset .btn-link {
 display: none;
}

.signup-form__help_actions.sign-up-action,
.signup-form__help_actions.signup-form-login {
    margin: 20px 0 0;
}

.signup-form__submit .btn-primary,
.login-form__submit .btn-primary {
 padding: 5px 15px;
 border-radius: 5px; 
}

#company_data {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin-bottom: 20px;
}

.js-form-item-terms-of-use-checkbox.form-check .form-check-input:checked + svg,
.field--name-field-user-type .form-check .form-check-input:checked + svg,
.field--name-field-resident-type .form-check .form-check-input:checked + svg,
.field--name-field-applicable-vat .form-check .form-check-input:checked + svg,
.login-form__forgot-btn .form-check .form-check-input:checked svg{
 color: #f78f1e;
}

#error_messages,
.signup-form-login {
 width: 100%;
}

.signup-form-login .sign-up,
.login-form__signup-btn .sign-up,
.login-form__forgot-btn .forgot-password {
 font-size: 14px;
 color: #505255;
}

.signup-form-login .sign-up,
.sign-up-action .sign-up,
.login-form__signup-btn .sign-up,
.login-form__forgot-btn .forgot-password {
 color: #f78f1e;
 font-weight: bold;
}

.pass_action {
 justify-content: space-between;
}

.forgot-pass-subtitle {
 font-size: 12px;
 line-height: 40px;
}

.Login_block .error {
 color: #f78f1e;
 margin-bottom: 5px;
 font-size: 0.8rem;
}

html[lang="ar"] .userregister .Login_block .login_form {
 padding-right: 0;
}

.signup-form__wrapper,
.Login_block .login_form .login-form__wrapper {
  max-width: 425px;
  width: 100%;
}

.signup-form__wrapper label,
.signup-form__wrapper .form-label,
.login-form__wrapper label,
.login-form__wrapper .form-label {
  color: #505255;
  margin: 0;
  font-family: FsAlvarRegular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.login-form__wrapper .form-control {
  font-size: 14px;
  border-bottom: 1px solid #e0dbdb;
  outline: none;
  box-shadow: none;
  margin: 0;
  margin-bottom: 5px;  
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 4px 4px 12px;
  width: 330px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.signup-form__wrapper  .form-control{
   font-size: 14px;
   border-bottom: 1px solid #e0dbdb;
   outline: none;
   box-shadow: none;
   margin: 0;
   margin-bottom: 5px;
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   align-items: center;
   padding: 4px 4px 4px 12px;
   height: 40px;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
}

.signup-form__wrapper .form-control.chosen-container-single,
.signup-form__wrapper div#edit-field-country-wrapper,
div#edit-field-address-wrapper{
   width: 100% !important;
}
.signup-form__wrapper .form-control.chosen-container-single .chosen-single {
   width: 100%;
   border: 0;
}

.signup-form input#edit-field-cr-number-0-value {
   width: 235px !important;
}

.path-user .signup-form__wrapper .form-item-name,
.path-user .login-form__wrapper .form-item-name {
   margin-bottom: 15px;
}

.form-control:focus,
.form-control:active {
 background-color: transparent;
}

.signup-form__wrapper #terms_of_use_checkbox_validate {
 margin: -15px 0 15px;
 width: 100%;
}


.field--name-field-user-type,
.field--name-field-resident-type{
    margin-top: 20px;
}

.field--name-field-user-type .p-4,
.field--name-field-resident-type .p-4{
    padding: 10px 0 !important;
}

.field--name-field-user-type fieldset > .fieldset-wrapper,
.field--name-field-resident-type fieldset > .fieldset-wrapper,
.field--name-field-applicable-vat fieldset > .fieldset-wrapper {
 padding: 6px 0 0 !important
}

.signup-form__wrapper .field--name-field-user-type .error,
.signup-form__wrapper .field--name-field-resident-type .error,
.signup-form__wrapper .form-item-field-applicable-vat .error {
 padding: 0;
 position: absolute;
 top: 20px;
}

.signup-form__wrapper #edit-field-applicable-vat .form-check {
    display: block !important;
}

.signup-form__wrapper #vat-document .applicable-vat{
    margin-bottom: 30px;
}


/* Sign up fields css*/
.signup-form__top .form-item-pass,
.signup-form__top {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.signup-form__top .js-form-type-email,
.field--name-field-company-activity,
.signup-form__top .form-item-pass,
.signup-form__top .form-item-pass .form-type-password,
.signup-form__top .form-item-pass .password-suggestions{
 width: 100%;
}

.signup-form__top .form-item-pass ul {
 padding: 0;
 list-style: none;
 margin-top: 5px;
}

.field--name-field-user-type fieldset,
.field--name-field-user-type fieldset legend,
.field--name-field-resident-type fieldset,
.field--name-field-resident-type fieldset legend,
.field--name-field-applicable-vat fieldset,
.field--name-field-applicable-vat fieldset legend {
 border: 0 !important;
 max-width: 100%;
}

.field--name-field-user-type fieldset legend,
.field--name-field-resident-type fieldset legend,
.field--name-field-applicable-vat fieldset legend {
 padding: 0 !important;
}

/*
.field--name-field-user-type fieldset legend span,
.field--name-field-resident-type fieldset legend span {
 font-size: 12px;
}
*/

.js-form-item-terms-of-use-checkbox.form-check > svg,
.field--name-field-user-type .form-check > svg {
 top: 0;
}
.signup-form__wrapper .js-form-item-terms-of-use-checkbox label,
.signup-form__wrapper .field--name-field-user-type label {
 line-height: 24px;
 padding: 0 1.6rem;
}

.js-form-item-terms-of-use-checkbox > .fieldset-wrapper .field--name-field-user-type fieldset > .fieldset-wrapper {
 padding-left: 0 !important;
}

.js-form-item-terms-of-use-checkbox {
 width: 100%;
 margin-bottom: 15px;
 margin-top: 15px;
}

.signup-form__wrapper .js-form-item-terms-of-use-checkbox label a {
 color: #505255;
}

.captcha {
 margin-bottom: 15px;
}
.captcha fieldset legend,
.captcha fieldset .captcha__description {
 font-size: 12px;
 color: #505255;
}
.captcha__element {
 margin-bottom: 10px;
}

.captcha fieldset .captcha__description {
 width: 100%;
}

/** User Login and Register CSS End **/

.path-user form {
 max-width: 100%;
}

.Info-Box {
 margin-bottom: 35px;
 border-radius: 5px;
 border: thin solid #eaecf0;
}

.Info-Box .input-Box {
 padding: 20px;
 padding-bottom: 15px;
 padding-left: 35px;
 padding-right: 35px;
}

.form-control,
.form-select,
.custom-file label {
 background-color: #ffffff;
 border-color: #ddd;
 border-radius: 0;
 border: none;
 border: thin solid #eaecf0;
 padding: 0.25rem 1rem;
 height: 38px;
}

.form-control.form-textarea {
 height: 38px;
 min-height: 38px;
 margin-bottom: 10px;
}

.webform-submission-contact-us-form .form-control.form-textarea {
 margin-bottom: 16px;
}

.Info-Box .info-Title h2 {
 background-color: #fff5f6;
 font-size: 18px;
 font-weight: 600;
 color: #475467;
 border-bottom: thin solid #eaecf0;
 padding: 15px;
 padding-left: 35px;
 padding-right: 35px;
 margin-bottom: 0;
}

.Api-Lists .form-check {
 display: flex;
 align-items: flex-end;
 padding: 0;
 position: relative;
 justify-content: flex-end;
 width: 100%;
 height: 35px;
}

.Api-Lists .form-check label {
 z-index: 10;
 position: absolute;
 cursor: pointer;
 left: 0;
 top: 0;
 padding-left: 0;
 width: 100%;
}

/*<============ Universal Classes ==========>*/

.primary-btn-redbg-white-color {
 background-color: #f78f1e;
 color: #ffffff;
 padding: 6px 20px;
 border-radius: 20px;
 border-color: transparent;
 text-transform: uppercase;
}

.secondary-btn-whitebg-black-color {
 background-color: #ffffff;
 color: #000000;
 padding: 1.2rem 2.25rem;
 border-radius: 5px;
 border-color: transparent;
}

.cta-btn-nobg-txt-arrow {
 font-size: 16px;
 color: #000000;
}

.cta-btn-nobg-txt {
 font-size: 16px;
 color: #000000;
}

.primary-whitebg-color {
 background-color: #ffffff;
}

.Login_block.primary-redbg-color{
 background-color: #ffffff;
}
.primary-redbg-color {
 background-color: #f78f1e;
}

.secondary-graybg-color {
 background-color: #dddddd;
}

/* App list page styles */

/* Create button on listing page styles */
.block--omantel-actions {
 display: flex;
 justify-content: end;
 padding-top: 40px;
 position: relative;
 z-index: 2;
}

.page-label {
 margin-top: -45px;
}


.block--omantel-actions .my-4 {
 margin: 0 !important
}

.block--omantel-actions .button {
 padding: 8px 25px;
 line-height: 1;
 border-radius: 4px;
 background-color: #f78f1e;
 color: #ffffff;
 border: 0;
}

.block--omantel-actions .button:active {
 background-color: #f78f1e;
}

.applist-header {
 border-top-right-radius: 10px;
 border-top-left-radius: 10px;
 background-color: #fff5f6;
}

.applist-header .applist-title {
 font-size: 14px;
}
.applist-header .app-label {
 padding-left: 15px;
}
.applist-header .applist-action {
 padding-right: 32px;
}

.app-list-wrapper {
 max-height: 430px;
 overflow-y: auto;
 overflow-x: hidden;
 border: 1px solid #ddd;
 padding-right: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}

.app-list-wrapper::-webkit-scrollbar {
 width: 7px;
}

.app-list-wrapper::-webkit-scrollbar-thumb {
 background-color: #d0d5dd;
 border-radius: 5px;
}

.app-list {
 border-bottom: 1px solid #ddd;
}
.app-list:last-child {
 margin-bottom: 15px;
}

.app-list .app-list-label,
.app-list .app-creds-status,
.app-list .app-list-created-date {
 font-size: 14px;
 text-transform: capitalize;
}

.app-list .app_list_action_button .nav-link {
 font-size: 0;
}
.app-list .app_list_action_button .nav-link svg {
 font-size: 16px;
}

/* Subscription app menu style */
.block--omantel-appsubscriptionmenu {
 position: absolute;
 top: 100%;
}
.block--omantel-appsubscriptionmenu .nav-link {
 background: #f78f1e;
 margin-right: 5px;
 color: var(--ak-header-color);
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
}

.block--omantel-appsubscriptionmenu .nav-item:last-child .nav-link {
 margin-right: 0;
}

.block--omantel-appsubscriptionmenu .nav-link.is-active {
 padding-top: 15px;
 padding-bottom: 15px;
}

.purchased-subscription a {
 pointer-events: none;
 cursor: default;
 text-decoration: none;
 color: #3c3c3c;
}

.purchased-subscription .tablesort--desc {
 display: none;
}

.purchased-rate-plan a {
 pointer-events: none;
 cursor: default;
 text-decoration: none;
 color: #3c3c3c;;
}

.purchased-plan-start-date a {
 pointer-events: none;
 cursor: default;
 text-decoration: none;
 color: #3c3c3c;;
}

.purchased-plan-end-date a {
 pointer-events: none;
 cursor: default;
 text-decoration: none;
 color: #3c3c3c;;
}

.purchased-plan-status a {
 pointer-events: none;
 cursor: default;
 text-decoration: none;
 color: #3c3c3c;;
}

/* Produt listing page style */

.products {
 background-color: #f8f9fb;
}

.product-list header{
  min-height: 198px;
  margin-top: -232px;
  position: relative;
}

.product-page-header {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}

.product-page-header p{
  margin: 0;
}

/*
.products .container.py-5 {
 padding-top: 0 !important;
}
.block--omantel-forums,
.product-page-header {
 position: relative;
 padding: 40px 0;
}
.block--omantel-forums {
 text-align: center;
}

.block--omantel-forums::before,
.product-page-header:before {
 content: '';
 position: absolute;
 top: 0;
 left: 50%;
 height: 100%;
 width: calc(100vw - 17px);
 background-color: #1f3e98;
 transform: translateX(-50%);
 z-index: -1;
}
*/

/* Sidebar style */
.products .views-exposed-form {
 position: sticky;
 top: 60px;
}

.products .views-exposed-form .fieldset-legend {
 font-size: 24px;
 font-weight: bold;
 color: #f78f1e;
 font-family: 'FsAlvarRegular';
}

.products .views-exposed-form .bef-toggle {
 display: none;
}

.product-search {
 position: relative;
 margin: 12px 0 15px;
}
.product-search .views-exposed-form {
 background-color: transparent;
}
.products .views-exposed-form .js-form-type-textfield {
 display: none;
}

.product-search .form-composite {
 display: none;
}

.product-search .form-control {
 border: 1px solid #e0dbdb;
 padding: 8px 15px 8px 40px;
 border-radius: 5px;
 height: 32px;
}

html[lang="ar"] .product-search .form-control {
 padding: 8px 40px 8px 15px;
}

.product-search svg {
 position: absolute;
 top: 16px;
 left: 10px;
}

html[lang="ar"] .product-search svg {
 left: auto;
 right: 10px;
}

.product-search .views-exposed-form .js-form-type-textfield {
 display: block;
 position: relative;
}

/* product card */
.product-card {
 padding: 15px 15px 20px;
 height: calc(100% - 30px);
 margin-bottom: 30px;
 border: 1px solid #ebebeb;
 border-radius: 26px 26px 0px 0px;
}

.xrate-plan--view-mode-teaser .card .card-body,
.product-card .product-card__heading {
 color: #505255;
 font-family: FsAlvarRegular;
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
}

.xrate-plan--view-mode-teaser .card .xrate-plan__description,
.product-card .product-card__description {
 color: #505255;
 font-family: FSAlbertLight;
 font-size: 12px;
 font-style: normal;
 font-weight: 300;
 line-height: 16px;
 letter-spacing: 0.14px;
}

.xrate-plan--view-mode-teaser .btn,
.product-card .product-card__link {
 color: #f78f1e;
 font-family: FsAlvarRegular;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
}

.product-card .product-card__link:hover a,
.product-card .product-card__link a:hover{
 color: #fff;
}

html[lang="ar"] .product-card .product-card__link svg {
 transform: rotate(180deg) translateX(10px);
}

.pagination .page-item {
 margin-right: 10px;
 border: 0;
}

.pagination .page-item:last-child {
 margin-right: 0;
}

.pagination .page-item:first-child {
 margin-left: auto;
}
html[lang="ar"] .page-item:first-child {
 margin-right: auto;
 margin-left: 0;
}

.pagination .page-item .page-link {
 background-color: transparent;
 font-size: 12px;
 height: 20px;
 min-width: 20px;
 line-height: 20px;
 padding: 0;
 color: #505255;
 border-radius: 2px;
 position: relative;
 z-index: 2;
}

.pagination .page-item.active .page-link {
 /* color: #f78f1e;
 background-color: #ebebeb; */
 z-index: 3;
 color: #fff;
 cursor: default;
 background-color: #F1A240;
 border-color: #F1A240;
}

.pagination .pager__item.pager__item--first {
 visibility: hidden;
 opacity: 0;
}

.pagination .pager__item.pager__item--last {
 display: none;
}

.pagination .pager__item.pager__item--first,
.pagination .pager__item.pager__item--previous {
 position: relative;
 font-size: 0;
 border: 0;
}

.pagination .pager__item.pager__item--previous,
.pagination .pager__item.pager__item--next,
.pagination .pager__item.pager__item--last {
 position: relative;
 font-size: 0;
 border: 0;
}

.pagination .pager__item.pager__item--previous .page-link,
.pagination .pager__item.pager__item--next .page-link {
/* .pagination .pager__item.pager__item--last .page-link { */
 font-size: 0;
}

html[lang="ar"] .pagination .pager__item.pager__item--previous:after,
.pagination .pager__item.pager__item--previous:after,
.pagination .pager__item.pager__item--next:after {
/* .pagination .pager__item.pager__item--last:after { */
 content: '\f105';
 font-family: FontAwesome;
 font-weight: 900;
 font-size: 12px;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 margin: auto;
 display: flex;
 justify-content: center;
 align-items: center;
}

html[lang="ar"] .pagination .pager__item.pager__item--next:after,
.pagination .pager__item.pager__item--previous:after {
 content: '\f104';
}
.product-list .form-check-label {
  color: #221e20;
   font-family: 'FsAlvarRegular';
   font-size: 15px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: 0.14px;
   display: block;
   width: 100%;
   padding: 0 1.6rem;
}

html[lang="ar"] .product-list .form-check-label {
 text-align: right;
}


.product-list  .views-exposed-form fieldset {
 max-width: 100%;
}

.product-list .views-exposed-form fieldset .fieldset-wrapper,
.product-list .views-exposed-form fieldset legend {
 padding-left: 0 !important;
 padding-right: 0 !important;
}

.product-list .form-check .form-check-input + svg,
.product-list .form-check .form-check-input + svg + svg {
 top: 0;
 font-size: 16px;
 height: 16px;
 color: #f78f1e;
}

.product-list .form-check .form-check-input:checked + svg {
 color: #f78f1e;
}


.product-list .views-exposed-form .fieldset-legend{
  font-size: 1.1rem !important;
}

.product-list ul li ul {
  margin-left: 20px;
}

.product-list ul li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-top: 12px;
}

.product-list ul li ul li{
  border-bottom: none;
  padding: 5px 0;
  margin-top: 0;
}

.product-list ul li .form-check-label {
    color: #000;
    font-weight: 600;
    padding: 0 0 0.5rem 0;
}

.product-list ul li ul li .form-check-label {
    color: #000;
    font-weight: 600;
    padding: 0 0 0 1.5rem;
}

.product-list ul li svg {
    display: none;
}

.product-list ul li ul li svg {
    display: block;
}

.product-list ul li ul li .form-check-label {
    color: #221e20;
    font-weight: 400;
    font-size: 13px;
}

/*
html[lang="ar"] .product-list .form-check-label {
 text-align: right;
}


.product-list  .views-exposed-form fieldset {
 max-width: 100%;
}

.product-list .views-exposed-form fieldset .fieldset-wrapper,
.product-list .views-exposed-form fieldset legend {
 padding-left: 0 !important;
 padding-right: 0 !important;
}

.product-list .form-check .form-check-input + svg,
.product-list .form-check .form-check-input + svg + svg {
 top: 0;
 font-size: 16px;
 height: 16px;
 color: #f78f1e;
}

.product-list .form-check .form-check-input:checked + svg {
 color: #f78f1e;
}
*/

/* Profile menu style */

.block--omantel-userprofilemenu {
 top: 20px;
}
.block--omantel-userprofilemenu.is-sticky {
 top: 134px;
}
.toolbar-fixed .block--omantel-userprofilemenu.is-sticky {
 top: 134px;
}
.toolbar-fixed.toolbar-tray-open .block--omantel-userprofilemenu.is-sticky {
 top: 212px;
}
.toolbar-fixed .block--omantel-userprofilemenu {
 top: 20px;
}
.toolbar-fixed.toolbar-tray-open .block--omantel-userprofilemenu {
 top: 20px;
}
.block--omantel-userprofilemenu .nav {
 background: #ebebeb;
 gap: 20px;
 padding: 12px 40px;
}

.block--omantel-userprofilemenu .nav .nav-link {
 padding: 0;
 color: #221e20;
}

.block--omantel-userprofilemenu .nav .nav-link.is-active {
 color: #f78f1e;
 font-weight: bold;
}

.block--omantel-userprofilemenu.is-sticky {
 position: fixed;
 animation: slideDown 0.35s ease-out;
 z-index: 501;
 width: 100%;
}
.block--omantel-userprofilemenu .profile-menu {
   background: #ebebeb;
   z-index: 3;  
   border: 1px solid #D3D8DD;
   font-family: FsAlvarRegular;
} 
.toolbar-fixed.toolbar-tray-open .block--omantel-userprofilemenu .profile-menu {
 top: 176px;
}
.wallet-balance-wrapper {
 position: fixed;
 top: 100px;
 z-index: 4;
 right: 40px;
 color: #1c1c1c;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.12px;
 text-transform: uppercase;
 border-radius: 4px;
 background: #fff;
 padding: 5px 10px;
}
html[lang="ar"] .wallet-balance-wrapper {
 left: 40px;
 right: auto;
}
.block--omantel-userprofilemenu .profile-menu .block--omantel-walletbalance {
 display: block;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 50px;
 color: #000;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.12px;
 text-transform: uppercase;
 padding: 6px 10px;
 background: #fff;
 border-radius: 4px;
}
.block--omantel-walletbalance {
 /*display: none;*/
}

/* Profile page style */
.bg-lighter{
    background-color: #fff !important;
}
.user--profile-details {
   line-height: 16px;
   max-width: 100%;
   font-weight: 700;
   margin-top: 10px;
  /* 
   margin-top: -15px;
   height: 326px;
   background: #F6F6F6;
   border: 1px solid #FAE2BD;
   font-style: normal;
   font-size: 20px; */
}
.user--profile-details h3 {
    padding-left: 15px;
    font-family: FSAlvarLight;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}
.user-profile-details-wrapper .profile-section {
 display: inline-flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 border: 1px solid #ebebeb;
 border-radius: 12px;
 font-size: 12px;
 gap: 9px;
 background-color: #fff !important;
 margin-left: 28px;
 font-family: FSAlbertBold;
}
.user-profile-details-wrapper .profile-section .user__user-picture {
 width: 80px;
 height: 80px;
}
.user-profile-details-wrapper .profile-section a.edit-profile-btn {
 color: #fff;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.12px;
 border-radius: 29px;
 background: #f78f1e;
 padding: 5px 10px;
 text-decoration: none;
 margin-top: 18px;
}
.user-profile-details-wrapper .profile-section .field {
 margin: 0;
}

.user-profile-details-wrapper .profile-section .field__label {
 display: none;
}

.user-profile-details-wrapper .profile-section .field-display-name {
 font-size: 14px;
 font-weight: 500;
}

.user-profile-details-wrapper .profile-section .user__user-picture img {
 border-radius: 50%;
 width: 100%;
 height: 100%;
}

.user-profile-details-wrapper .address-section {
 margin-left: 24px;
 border-radius: 12px;
 border: 1px solid #ebebeb;
 font-size: 14px;
 color: #4f4f4f;
}

.user-profile-details-wrapper .address-section .address-label {
 font-size: 16px;
 font-weight: 500;
 margin-bottom: 12px;
}

@media (max-width: 767px) {
 .user--profile-details {
   max-width: 100%;
   padding: 20px;
 }
 .user-profile-details-wrapper .address-section {
   margin-left: 0;
   margin-top: 20px;
 }

 .signup-form__wrapper,
 .Login_block .login_form .login-form__wrapper {
   margin: auto;
 }
 body.userpassword,
 body.userregister,
 body.userlogin {
   height: 100%;
 }
 .Login_block {
   display: flex;
   align-items: center;
   height: 100%;
   background-color: transparent;
 }
 .signup-form__submit {
   width: 100%;
 }
}



/* Explore Section */
.content-with-callout--homepage-explore-section {
 /*background-color: #f8f9fb;*/
 padding-top: 60px;
}
.explore-section {
 margin-bottom: 20px;
}
.explore-section .explore-section__title .explore-section__title--heading {
 margin-bottom: 30px;
 text-transform: uppercase;
 font-weight: 800;
 letter-spacing: 0.36px;
}

.explore-section .explore-section__title  .explore-section__title--description {
 font-size: 17px;
 font-weight: 300;
 font-family: FsAlvarRegular;
}

.explore-section__icon {
 margin-bottom: 30px;
 flex-wrap: wrap;
}
.explore-section__icon .callout-wrapper {
 width: 100%;
 margin-bottom: 30px;
}

.explore-section__title {
 margin-bottom: 50px;
}

.callout-wrapper__title .title-text {
 font-family: FsAlvarRegular;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.18px;
 text-transform: uppercase;
}

.callout-wrapper .fontawesome-icons {
 margin-bottom: 15px;
}

.callout-wrapper .fontawesome-icon {
 width: 50px;
 height: 50px;
 background-color: #f78f1e;
}

.callout-wrapper .fontawesome-icon svg {
 width: 16px;
 height: 16px;
 color: #fff;
}

.explore-section .primary-btn-redbg-white-color {
 padding: 6px 20px;
 font-size: 18px;
 border-radius: 50px;
}

/* App page styles starts here */


.apigee-entity--app .collapsible-card__toggle {
 padding: 8px 40px 8px 20px !important;
 border-radius: 6px;
 border: 1px solid #FAE2BD !important;
 background: #fff !important;
}


.apigee-entity--app.collapsible-card--active {
 box-shadow: none;
}


.apigee-entity--app.apigee-entity--app.collapsible-card--active .collapsible-card__content {
 border: 1px solid #FAE2BD  !important;
}


.apigee-entity--app.collapsible-card--active .collapsible-card__toggle {
 border-radius: 6px 6px 0 0;
 background-color: #FAE2BD  !important;
}


.apigee-entity--app .collapsible-card__header {
 position: relative;
}


.apigee-entity--app .collapsible-card__header::before {
 content: '\F105';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: 10px;
 color: #334155;
 transform: translateY(-50%);
}
.apigee-entity--app.collapsible-card--active .collapsible-card__header::before {
 content: '\f078';
}

.apigee-entity--app .collapsible-card__toggle .btn-link {
 color: #000000;
 padding: 0;
 font-size: 15px;
 font-weight: 400;
 font-family: 'FsAlvarRegular';
}


.apigee-entity--app .badge,
.developer-app-edit-for-developer-form .badge {
 border-radius: 2px;
 font-size: 12px;
 font-style: normal;
 font-weight: 500;
 line-height: 20px;
 padding: 0 8px;
 min-width: 70px;
}


.apigee-entity--app .badge.badge-success,
.developer-app-edit-for-developer-form .badge.badge-success {
 color: #00b42a;
 background: #e8ffea;
 border: 1px solid #00b42a;
}


.apigee-entity--app .badge.badge-info {
 color: #165dff;
 background: #e8f3ff;
 border: 1px solid #165dff;
}


.apigee-entity--app .badge.badge-warning {
 color: #d95b00;
 background: #ffece8;
 border: 1px solid #d95b00;
}


.apigee-entity--app .badge.badge-danger {
 color: #f78f1e;
 background: #ffeeef;
 border: 1px solid #f78f1e;
}

.apigee-entity--app__credentials fieldset.app-credential,
.apigee-entity--app .credentials-section {
 padding: 28px !important;
}

.apigee-entity--app .apigee-entity--app__credentials details.form-wrapper {
 max-width: 100%;
}

.apigee-entity--app__credentials fieldset.app-credential .wrapper--primary,
.apigee-entity--app .credentials-section .wrapper--primary {
 border-radius: 12px;
 border: 1px solid #ebebeb !important;
}

.apigee-entity--app .credentials-section .wrapper--primary .item-property {
 display: none;
}

.apigee-entity--app .credentials-section .wrapper--primary .item-property:nth-child(1),
.apigee-entity--app .credentials-section .wrapper--primary .item-property:nth-child(2) {
 display: flex;
}

.apigee-entity--app__credentials fieldset.app-credential .wrapper--secondary,
.apigee-entity--app .credentials-section .wrapper--secondary {
 border-radius: 12px;
 margin-bottom: 28px !important;
 border: 1px solid #eaecf0 !important;
 margin-top: 0 !important;
 width: 100% !important;
 margin-left: 35px;
 padding: 0 !important;
}

.path--entity-developer-app-collection-by-developer .button-action {
 position: relative;
 color: #fff;
 font-size: 12px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.12px;
 text-transform: uppercase;
 border-radius: 39px;
 padding: 6px 10px;
 text-align: right;
 width: 100px;
}
.path--entity-developer-app-collection-by-developer .button-action::before {
 content: '\2b';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 left: 10px;
 color: #fff;
 transform: translateY(-50%);
}
.apigee-entity--app__credentials fieldset.app-credential .wrapper--secondary .api-product-list-row,
.apigee-entity--app .credentials-section .wrapper--secondary .api-product-list-row {
 padding-left: 16px !important;
 padding-right: 16px !important;
}

.apigee-entity--app__credentials fieldset.app-credential .wrapper--secondary label,
.apigee-entity--app .credentials-section .wrapper--secondary label,
.apigee-entity--app .credentials-section .wrapper--primary > label {
 color: #1f3e98 !important;
 font-size: 16px !important;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: 0.16px;
 padding: 18px !important;
 background: #f2f6fc;
 width: 100%;
 border-radius: 12px 12px 0 0;
}
.apigee-entity--app__details {
 padding: 20px 32px;
}
.apigee-entity--app__details .card-body.details-section {
 display: flex;
 flex: 1 1;
}
.apigee-entity--app__details .details-left {
 display: flex;
 gap: 32px;
 flex: 70%;
}
.apigee-entity--app__details .details-right {
 display: flex;
 gap: 32px;
}

.apigee-entity--app__details .key-content-wrapper,
.apigee-entity--app__details .issued-content-wrapper,
.apigee-entity--app__details .expire-content-wrapper {
 display: flex;
 flex-direction: column;
 gap: 4px;
}
.apigee-entity--app__details .key-content-wrapper .label,
.apigee-entity--app__details .issued-content-wrapper .label,
.apigee-entity--app__details .expire-content-wrapper .label,
.apigee-entity--app__details .details-right .developer-app__createdat .field__label,
.apigee-entity--app__details .details-right .developer-app__lastmodifiedat .field__label {
 display: block;
 color: #505255;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.16px;
}
.apigee-entity--app__details .key-content-wrapper .content,
.apigee-entity--app__details .issued-content-wrapper .content .field__item,
.apigee-entity--app__details .expire-content-wrapper .content,
.apigee-entity--app__details .details-right .developer-app__createdat .field__item,
.apigee-entity--app__details .details-right .developer-app__lastmodifiedat .field__item {
 color: #4f4f4f;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
}
.apigee-entity--app__details .key-content-wrapper .developer-app__status .badge {
 background: none;
 border: none;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
 padding: 0;
}
.apigee-entity--app__details .issued-content-wrapper .developer-app__createdat {
 padding: 0;
}
.apigee-entity--app__details .key-content-wrapper .content .developer-app__status {
 padding: 0;
}
.apigee-entity--app__details .issued-content-wrapper .developer-app__createdat .field__label {
 display: none;
}
.apigee-entity--app__details .details-right .developer-app__createdat,
.apigee-entity--app__details .details-right .developer-app__lastmodifiedat {
 display: flex;
 flex-direction: column;
 padding: 0;
 text-align: right;
 gap: 4px;
}
.apigee-entity--app__details .details-right .developer-app__createdat .field__label,
.apigee-entity--app__details .details-right .developer-app__lastmodifiedat .field__label {
 padding-right: 6px;
}

.developer-app-edit-for-developer-form .info-Title h2 .developer-app-add-for-developer-form .info-Title h2 {
 color: #1f3e98;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.16px;
}


.developer-app-edit-for-developer-form .field--name-displayname .form-label,
.developer-app-edit-for-developer-form .field--name-callbackurl .form-label,
.developer-app-edit-for-developer-form .field--name-description .form-label,
.developer-app-add-for-developer-form .field--name-displayname .form-label,
.developer-app-add-for-developer-form .field--name-callbackurl .form-label,
.developer-app-add-for-developer-form .field--name-description .form-label {
 color: #505255;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 24px;
 letter-spacing: 0.16px;
}



.developer-app-edit-for-developer-form .field--name-displayname input,
.developer-app-edit-for-developer-form .field--name-callbackurl input,
.developer-app-edit-for-developer-form .field--name-description textarea,
.developer-app-add-for-developer-form .field--name-displayname input,
.developer-app-add-for-developer-form .field--name-callbackurl input,
.developer-app-add-for-developer-form .field--name-description textarea,
.developer-app-delete-for-developer-form input.form-textfield {
 border: 1px solid #ebebeb;
 border-radius: 5px;
 background: #fff;
}


.developer-app-add-for-developer-form .Info-Box,
.developer-app-edit-for-developer-form .Info-Box {
 border: none;
}
.developer-app-add-for-developer-form .Info-Box .input-Box,
.developer-app-edit-for-developer-form .Info-Box .input-Box {
 padding-left: 0;
 padding-right: 0;
}


.developer-app-add-for-developer-form .Info-Box .info-Title h2,
.developer-app-edit-for-developer-form .Info-Box .info-Title h2 {
 background: none;
 border: none;
 color: #1f3e98;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.16px;
 padding-left: 0;
 padding-right: 0;
}
.developer-app-add-for-developer-form .Api-Lists fieldset,
.developer-app-edit-for-developer-form .Api-Lists fieldset fieldset {
 border-radius: 6px 6px 0 0;
 margin-bottom: 28px !important;
 border: 1px solid #eaecf0 !important;
}


.developer-app-edit-for-developer-form .Api-Lists fieldset .fieldset-wrapper {
 padding: 16px !important;
}


.developer-app-edit-for-developer-form .Api-Lists fieldset .fieldset-wrapper .fieldset-wrapper {
 padding: 0 !important;
}


.developer-app-add-for-developer-form .Api-Lists .form-wrapper .fa-square,
.developer-app-edit-for-developer-form .Api-Lists .form-wrapper .fa-square {
 border-radius: 2px;
 color: #3a3a3a;
}
.developer-app-add-for-developer-form .Api-Lists .form-wrapper .fa-square-check,
.developer-app-edit-for-developer-form .Api-Lists .form-wrapper .fa-square-check {
 color: #f78f1e;
}


.developer-app-add-for-developer-form .Api-Lists fieldset legend,
.developer-app-edit-for-developer-form .Api-Lists fieldset legend {
 background: #f2f6fc;
 border-radius: 6px 6px 0 0;
 padding: 16px !important;
}

.developer-app-add-for-developer-form .Api-Lists fieldset legend span,
.developer-app-edit-for-developer-form .Api-Lists fieldset legend span {
 color: var(--or-gray, #221e20);
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.16px;
}


.developer-app-add-for-developer-form .Api-Lists .fieldset-wrapper,
.developer-app-edit-for-developer-form .Api-Lists .fieldset-wrapper {
 padding: 0 !important;
}


.developer-app-add-for-developer-form .Api-Lists .form-check,
.developer-app-edit-for-developer-form .Api-Lists .form-check {
 margin: 0;
 padding: 8px 16px;
 border-bottom: 1px solid #eaecf0;
}


.developer-app-add-for-developer-form .Api-Lists .form-check svg,
.developer-app-edit-for-developer-form .Api-Lists .form-check svg {
 top: 8px;
}


.developer-app-add-for-developer-form .Api-Lists .form-check label,
.developer-app-edit-for-developer-form .Api-Lists .form-check label {
 top: 5px;
 left: 16px;
 overflow: hidden;
 color: #101828;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 24px;
 letter-spacing: 0.16px;
}


form.developer-app-add-for-developer-form .app-submit-button input,
form.developer-app-edit-for-developer-form .app-submit-button input,
form.apigee-edge-developer-app-analytics input.form-submit,
form.developer-app-delete-for-developer-form input.form-submit {
 border-radius: 5px !important;
 background: #f78f1e;
 color: #fff;
 text-align: center;
 font-size: 16px !important;
 font-style: normal;
 font-weight: 500 !important;
 line-height: normal;
 letter-spacing: 0.16px;
 min-width: 120px !important;
 margin-right: 20px;
}


.developer-app-add-for-developer-form .dialog-cancel,
.developer-app-edit-for-developer-form .dialog-cancel,
.apigee-edge-developer-app-analytics .dialog-cancel,
.developer-app-delete-for-developer-form .dialog-cancel {
 color: #333;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.16px;
 height: 38px;
 padding: 16px;
 justify-content: center;
 align-items: center;
 border-radius: 5px;
 border: 1px solid #ebebeb;
 background: #fff;
 margin-right: 20px;
}
.developer-app-edit-for-developer-form .Api-Lists .form-wrapper,
.developer-app-add-for-developer-form .Api-Lists .form-wrapper,
.developer-app-edit-for-developer-form .input-Box .form-wrapper,
.developer-app-add-for-developer-form .input-Box .form-wrapper {
 max-width: 100%;
}
.apigee-entity-list--collapsible-card {
 margin-bottom: 5px;
}
/* App page styles ends here */

/* Inactive Active Subscriptions */
.path--entity-purchased-product-developer-product-collection table thead {
 background: #f8f9fb;
}
.path--entity-purchased-product-developer-product-collection table thead tr th {
 color: #000;
 font-size: 13px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.15px;
}

.path--entity-purchased-product-developer-product-collection table tbody .dropbutton-wrapper .dropbutton {
 display: flex;
 gap: 5px;
}
.path--entity-purchased-product-developer-product-collection table thead tr th,
.path--entity-purchased-product-developer-product-collection table tbody tr.purchased-plan-row td {
   padding: 8px 10px;
   vertical-align: middle;
   text-align: center;
   font-size: 13px;
}
.path--entity-purchased-product-developer-product-collection table tbody .dropbutton-wrapper .dropbutton .dropbutton-toggle {
 display: none;
}
.path--entity-purchased-product-developer-product-collection table tbody .dropbutton-wrapper .dropbutton .dropbutton-action a {
 overflow: hidden;
 color: #fff;
 text-overflow: ellipsis;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.12px;
 border-radius: 2px;
 padding: 7px 13px;
 background: var(--or-font, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #505255);
}
.path--entity-purchased-product-developer-product-collection table tbody .dropbutton-wrapper .dropbutton .dropbutton-action.secondary-action a {
 font-size: 0;
}
.path--entity-purchased-product-developer-product-collection table tbody .dropbutton-wrapper .dropbutton .dropbutton-action.secondary-action a:hover::after {
 background: var(--or-font, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #505255);
}
.path--entity-purchased-product-developer-product-collection table tbody .dropbutton-wrapper .dropbutton .dropbutton-action.secondary-action a::after {
 content: 'Deactivate';
 position: relative;
 right: 0;
 left: 0;
 font-size: 12px;
 width: 68px;
}
.path--entity-purchased-product-developer-product-collection table tbody .dropbutton-wrapper .dropbutton .dropbutton-action.secondary-action {
 display: block;
}

.path--entity-purchased-product-developer-product-collection .active-inactive-tabs {
 display: flex;
 width: 100%;
 border-bottom: 2px solid #f78f1e;
 margin-top: -15px;
}


.path--entity-purchased-product-developer-product-collection .active-inactive-tabs h3 {
 padding: 8px 30px;
 color: #000;
 text-align: center;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.16px;
 margin-bottom: 0;
 border-radius: 5px 5px 0 0;
}


.path--entity-purchased-product-developer-product-collection .active-inactive-tabs h3:nth-child(1) {
 color: #fff;
 background: #f78f1e;
}


.path--entity-purchased-product-developer-product-collection .active-inactive-tabs h3.active-tab {
 color: #fff;
 background: #f78f1e;
}


.path--entity-purchased-product-developer-product-collection .active-inactive-tabs h3.inactive-tab {
 color: #000;
 background: #fff;
}


.path--entity-purchased-product-developer-product-collection .active-inactive-results table:nth-child(4),
.path--entity-purchased-product-developer-product-collection .active-inactive-results.inactive table:nth-child(2) {
 display: none;
}


.path--entity-purchased-product-developer-product-collection .active-inactive-results.inactive table:nth-child(4),
.path--entity-purchased-product-developer-product-collection .active-inactive-results.active table:nth-child(2) {
 display: table;
}

.Api-Lists fieldset legend span::after {
 content: "*";
 color: #dc3545;
}
/* Get started page */
.getstarted-steps-block {
 padding: 50px 0;
 margin-bottom: 50px;
}

.get-start-wrapper {
 margin-bottom: 50px;
}

.get-start-wrapper .get-started-title {
 font-family: FsAlvarRegular;
 font-size: 36px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
 margin-bottom: 20px;
}

.get-start-wrapper p,
.get-start-wrapper li {
 color: #626262;
 font-family: FsAlvarRegular;
 font-size: 20px;
 font-weight: 400;
 line-height: 1;
 letter-spacing: 0.2px;
 margin-bottom: 15px;
}

.get-start-wrapper ul {
 margin-bottom: 40px;
}

.get-start-wrapper li {
 line-height: 50px;
 margin-bottom: 0;
}

.get-start-wrapper img {
 padding: 0 36px;
}

.get-start-wrapper .btn {
 font-family: FsAlvarRegular;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.18px;
 padding: 10px 20px;
 border-radius: 25px;
}

/*
.banner_wrapper {
 position: relative;
 display: flex;
 justify-content: left;
 align-items: center;
 flex-wrap: wrap;
}

html[lang="ar"] .faq .banner_wrapper {
 justify-content: right;
}


.banner_wrapper .banner-title {
 position: absolute;
 color: #fff;
 font-family: FsAlvarRegular;
 font-size: 36px;
 font-weight: 800;
 line-height: 1;
 letter-spacing: 0.36px;
 text-transform: uppercase;
 z-index: 1;
 margin-left: 50px;
 
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: FSAlbertBold;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #fff;
}

html[lang="ar"] .faq  .banner_wrapper .banner-title {
 margin-right: 50px;
}
*/


@media (min-width: 576px) {
 .form-inline label {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 0;
 }
 .form-inline .form-group {
   display: flex;
   flex: 0 0 auto;
   flex-flow: row wrap;
   align-items: center;
   margin-bottom: 0;
 }
 .form-inline .form-control {
   display: inline-block;
   width: auto;
   vertical-align: middle;
 }
 .form-inline .form-control-plaintext {
   display: inline-block;
 }
 .form-inline .input-group,
 .form-inline .custom-select {
   width: auto;
 }
 .form-inline .form-check {
   display: flex;
   align-items: center;
   justify-content: center;
   width: auto;
   padding-left: 0;
 }
 .form-inline .form-check-input {
   position: relative;
   flex-shrink: 0;
   margin-top: 0;
   margin-right: 0.25rem;
   margin-left: 0;
 }
 .form-inline .custom-control {
   align-items: center;
   justify-content: center;
 }
 .form-inline .custom-control-label {
   margin-bottom: 0;
 }
}

@media (min-width: 768px) {
 .navbar-expand-md {
   flex-flow: row nowrap;
   justify-content: flex-start;
 }
 .navbar-expand-md .navbar-nav {
   flex-direction: row;
 }
 .navbar-expand-md .navbar-nav .dropdown-menu {
   position: absolute;
 }
 .navbar-expand-md .navbar-nav .nav-link {
   padding-right: 0.5rem;
   padding-left: 0.5rem;
 }
 .navbar-expand-md > .container,
 .navbar-expand-md > .container-fluid,
 .navbar-expand-md > .container-sm,
 .navbar-expand-md > .container-md,
 .navbar-expand-md > .container-lg,
 .navbar-expand-md > .container-xl {
   flex-wrap: nowrap;
 }
 .navbar-expand-md .navbar-nav-scroll {
   overflow: visible;
 }
 .navbar-expand-md .navbar-collapse {
   display: flex !important;
   flex-basis: auto;
 }
 .navbar-expand-md .navbar-toggler {
   display: none;
 }

 /* Login page Style */

/* .Login_block .login_form {
   padding-left: 2rem;
 }
*/

 html[lang="ar"] .Login_block .login_form {
   padding-left: 0;
   padding-right: 2rem;
 }

 .callout-wrapper .fontawesome-icon {
   width: 65px;
   height: 65px;
 }

 .callout-wrapper .fontawesome-icon svg {
   width: 18px;
   height: 18px;
 }

 .explore-section__icon .callout-wrapper {
   width: calc(50% - 30px);
   margin: 0 15px 30px;
 }
 .content-with-callout--homepage-explore-section {
   padding-top: 47px;
 }
}

@media (min-width: 1200px) {

 html[lang="ar"] .Login_block .login_form {
   padding-left: 0;
   padding-right: 7rem;
 }
 .logo_box a {
   max-width: 360px;
 }
 .callout-wrapper .fontawesome-icon {
   width: 80px;
   height: 80px;
 }
 .explore-section__icon .callout-wrapper {
   width: calc(25% - 30px);
   margin: 0 15px;
 }
}

.logo-mobile {
 width: 100%;
 text-align: center;
 margin-bottom: 27px;
}

@media (min-width: 768px) {
 .logo-mobile {
   display: none;
 }

 .signup-form__wrapper {
   max-width: 100%;
 }
 .forgot-pass-subtitle,
 .Login_block .login_form .login-form-title {
   text-align: left;
 }

 html[lang="ar"] .forgot-pass-subtitle,
 html[lang="ar"] .Login_block .login_form .login-form-title {
   text-align: right;
 }

 .form-wrapper {
   max-width: calc(50% - 15px);
 }
 
 /*
 .signup-form__wrapper .form-wrapper {
   max-width: 100%;
 }
 */

 .field--name-field-user-type,
 .field--name-field-resident-type,
 .field--name-field-applicable-vat{
   max-width: 100%;
   width: 100%;
 }

 .userregister .signup-form__top .js-form-item-pass-pass1,
 .userregister .signup-form__top .js-form-item-pass-pass2 {
   width: 50%;
 }
 
 .signup-form__top .js-form-item-pass-pass1 {
   padding-right: 15px;
 }

 .signup-form__top .js-form-item-pass-pass2 {
   padding-left: 15px;
 }

}

/* Our product setion */
.our-product-homepage {
 margin-top: 60px;
 margin-bottom: 0;
}
.our-product-homepage .blackbox__title {
 font-family: FSAlbertLight;
 color: #221e20;
 font-size: 36px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
}

.our-product-homepage .our-product-homepage__title {
 margin-bottom: 20px;
 width: 100%;
 text-align: center;
}

.our-product-homepage .produt-section__title {
 font-family: FSAlbertLight;
 font-size: 2.125rem;
 font-style: normal;
 font-weight: 600;
 line-height: 28px;
 color: #FF9B1E;
 margin-bottom: 20px;
}

.our-product-homepage  .title-description-button__field-description p:last-child,
.our-product-homepage  .title-description-button__field-description {
 display: inline;
}

.our-product-homepage  .title-description-button__field-description + .buttons__item a {
 font-family: FsAlvarRegular;
 font-size: 14px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.14px;
 padding: 0;
}

.our-product-homepage  .title-description-button__field-description p {
 color: #000000;
 font-family: FsAlvarRegular;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 21px;
}

.our-product-homepage__content {
 display: flex;
 flex-wrap: wrap;
}

.our-product-homepage__content .our-product-homepage__blackbox {
 max-width: 33.32%;
 width: 100%;
 background: #000;
 border-radius: 15px;
 padding: 32px 26px 28px;
 margin-bottom: 20px;
}

.our-product-homepage__content .our-product-homepage__products {
 max-width: 65.62%;
 width: 100%;
 padding-left: 20px;
 margin-bottom: 20px;
}

html[lang="ar"] .our-product-homepage__content .our-product-homepage__products {
 padding-left: 0;
 padding-right: 20px;
}

.our-product-homepage__content .our-product-homepage__products ul {
 padding: 0;
 list-style-type: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0;
}

.our-product-homepage__products ul li:not(:first-child) .node__title {
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}

.our-product-homepage__products ul li:first-child {
 width: 100%;
 margin-bottom: 30px;
}

.our-product-homepage__products ul li:nth-child(2)  {
 width: 100%;
 margin-bottom: 30px;
}

.our-product-homepage__products .apidoc__img {
 max-width: 40%;
}

.our-product-homepage__products ul li:first-child .apidoc__img {
 max-width: 136px;
 width: 100%;
}
.our-product-homepage__products ul li:first-child .apidoc__content {
 max-width: calc(100% - 156px);
 width: 100%;
}

.our-product-homepage__products .apidoc__content {
 padding-left: 20px;
 max-width: calc(100% - 156px);
 width: 100%;
}

.our-product-homepage__products .apidoc-wrapper {
 display: flex;
 flex-wrap: wrap;
 padding: 20px;
 position: relative;
 box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.14);
 border-radius: 13px;
 height: 100%;
}

html[lang="ar"] .our-product-homepage__products .apidoc-wrapper {
 flex-direction: row-reverse;
}

.our-product-homepage__products .apidoc-wrapper img {
 border-radius: 8px;
 height: 136px;
 max-width: 136px;
 width: 100%;
 object-fit: cover;
}

.our-product-homepage__content .node--view-mode-homepage-product-section {
 height: 100%;
}

.our-product-homepage__products .apidoc-wrapper .node__title {
 font-family: FsAlvarRegular;
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.2px;
 width: 100%;
}

.our-product-homepage__products .apidoc-wrapper p {
 font-family: FsAlvarRegular;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
}

.our-product-homepage__products .product-cta {
 color: unset;
 text-decoration: none;
 display: block;
 height: 100%;
}


.our-product-homepage .blackbox-title {
 color: #fff;
 font-size: 22px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.24px;
 margin-bottom: 25px;
 font-family: FsAlvarRegular;
}

.our-product-homepage .blackbox__field-description ul {
 list-style-type: none;
 padding: 0;
}

.our-product-homepage .blackbox__field-description li {
 font-family: FsAlvarRegular;
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 line-height: 30px;
 color: #fff;
 position: relative;
 padding-left: 30px;
}

html[lang="ar"] .our-product-homepage .blackbox__field-description li {
 padding-left: 0;
 padding-right: 30px;
}

.our-product-homepage .field--hidden.blackbox__field-description li::before {
 content: '';
 height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #f78f1e;
 left: 0;
 top: 7px;
 position: absolute;
}

html[lang="ar"] .our-product-homepage .field--hidden.blackbox__field-description li::before {
 right: 0;
 left: auto;
}

.our-product-homepage .btn-wrapper {
 position: relative;
 margin-top: auto;
}

.our-product-homepage .btn-wrapper svg {
 position: absolute;
 left: 225px;
 top: 50%;
 transform: translate(0 , -50%);
 color: #fff;
}
html[lang="ar"] .our-product-homepage .btn-wrapper svg {
 right: 250px;
 left: auto;
 transform: translate(0,-50%) rotate(180deg);
}
.our-product-homepage .cta-btn-nobg-txt-arrow {
 background: #f78f1e;
 font-family: FsAlvarRegular;
 color: #fff;
 border-radius: 20px;
 padding-right: 50px;
 line-height: 1;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
}

html[lang="ar"] .our-product-homepage .cta-btn-nobg-txt-arrow {
 padding-left: 50px;
 padding-right: 1.25rem;
}

.our-product-homepage .cta-btn-nobg-txt-arrow:hover {
 color: #fff;
}

/* Get started block static */
.getstarted-section {
 padding: 40px 100px;
}
.getstarted-section:nth-child(odd) .row {
 flex-direction: row-reverse;
}

.getstarted-section .get-started-block .text-image__image {
 padding: 0 !important;
}

.getstarted-section .get-started-block .text-image__image .image__field-media-image {
 margin-left: auto;
}

.getstarted-section:nth-child(even) .row .text-image__image .image__field-media-image {
 margin-right: auto;
 margin-left: 0;
}

.getstarted-section .get-started-block .text-image__image img {
 height: auto;
 max-width: 400px;
 width: 100%;
}

.getstarted-section .get-started-block .text-image__title {
 color: #000000;
 font-family: FsAlvarRegular;
 font-size: 36px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
}

.getstarted-section .get-started-block .text-image__text {
 padding-right: 0;
}

.getstarted-section .get-started-block p {
 color: #626262;
 font-family: FsAlvarRegular;
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.2px;
 margin-bottom: 50px;
}

.getstarted-section .get-started-block ul {
 margin-bottom: 50px;
}

.getstarted-section .get-started-block ul li {
 color: #626262;
 font-family: FsAlvarRegular;
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
 line-height: 200%;
 letter-spacing: 0.2px;
}

.getstarted-section .get-started-block .btn {
 padding: 5px 15px;
 border-radius: 20px;
}
/* contact us styles */
.contact-us-webform-wrapper {
 display: flex;
 padding: 24px 75px;
 border-radius: 17px;
 background: #f78f1e;
 margin-bottom: -80px;
 position: relative;
 gap: 75px;
 margin-top: 43px;
 font-family: 'FsAlvarRegular';
}
.contact-us-webform-wrapper .form-wrapper {
 padding-top: 32px;
}
.contact-us-webform-wrapper .contact-us-title {
 color: #fff;
 font-family: Outfit;
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.31px;
 margin-bottom: 22px;
}
.contact-us-webform-wrapper .contact-us-text {
 color: #fff;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
 margin-bottom: 20px;
}
.contact-us-webform-wrapper .contact-us-note {
 color: #fff;
 font-size: 10px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; /* 15.52px */
 letter-spacing: 0.1px;
 position: absolute;
 right: 50px;
}
.contact-us-webform-wrapper form .first_section,
.contact-us-webform-wrapper form .second_section {
 padding-top: 0;
}
.contact-us-webform-wrapper form .first_section legend.border-bottom,
.contact-us-webform-wrapper form .second_section legend.border-bottom {
 display: none;
}
.contact-us-webform-wrapper form .first_section.border,
.contact-us-webform-wrapper form .first_section .border-bottom,
.contact-us-webform-wrapper form .second_section.border,
.contact-us-webform-wrapper form .second_section .border-bottom {
 border: 0 !important;
}
.contact-us-webform-wrapper form .first_section .fieldset-wrapper {
 display: grid;
 grid-template-rows: repeat(2, 40px);
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
 padding: 0 !important;
}
.contact-us-webform-wrapper form .second_section {
 display: none;
}
.contact-us-webform-wrapper form .second_section.show {
 display: block;
}
.contact-us-webform-wrapper form .second_section.show .fieldset-wrapper {
 display: grid;
}
.contact-us-webform-wrapper form .form-actions {
 visibility: hidden;
 height: 0;
 padding-top: 0;
}
.contact-us-webform-wrapper form .second_section .fieldset-wrapper {
 display: grid;
 grid-template-rows: repeat(2, 40px);
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
 padding: 0 !important;
}
.contact-us-webform-wrapper .alert-dismissible .close {
 top: 50%;
 transform: translateY(-50%);
}
.contact-us-webform-wrapper .captcha__title {
 display: none;
}
.contact-us-webform-wrapper .second_section fieldset.captcha-type-challenge--image .captcha__description {
 margin-bottom: 0;
}
.contact-us-webform-wrapper .second_section fieldset.captcha-type-challenge--image {
 grid-column: 1 / span 4;
}
.contact-us-webform-wrapper .captcha__element .form-label,
.contact-us-webform-wrapper .captcha__element small,
.contact-us-webform-wrapper .captcha__element .reload-captcha-wrapper a,
.contact-us-webform-wrapper .captcha__description,
.contact-us-webform-wrapper .captcha__element .form-label svg {
 color: #fff !important;
}
.contact-us-webform-wrapper .captcha__element .form-wrapper.captcha__image-wrapper {
 padding-top: 12px;
}
.contact-us-webform-wrapper .captcha__element .form-wrapper.captcha__image-wrapper img {
 border: 0;
}
.contact-us-webform-wrapper .captcha__element label.error {
 position: relative;
 margin-top: 5px !important;
}
.contact-us-webform-wrapper form .subject {
 grid-column: 1 / span 2;
}
.contact-us-webform-wrapper form .email_user {
 grid-column: 3 / span 2;
}
.contact-us-webform-wrapper form .user_name {
 grid-column: 1 / span 2;
}
.contact-us-webform-wrapper form .description {
 grid-column: 1 / span 2;
 grid-row: 1 / span 2;
}
.contact-us-webform-wrapper form .description textarea {
 height: 100px;
}
.contact-us-webform-wrapper form .phone_number {
 grid-column: 3 / span 2;
}
.contact-us-webform-wrapper form .form-wrapper {
 max-width: 100%;
}
.contact-us-webform-wrapper form .form-actions {
 margin-top: 0;
}
.contact-us-webform-wrapper form input,
.contact-us-webform-wrapper form select,
.contact-us-webform-wrapper form textarea {
 background: #f78f1e;
 border: 1px solid #fff;
 border-radius: 20px;
 color: #fff;
}
.contact-us-webform-wrapper form select {
 background-color: transparent;
 z-index: 1;
}
.contact-us-webform-wrapper form input.valid {
 background: #f78f1e;
 border: 1px solid #fff;
 border-radius: 20px;
 color: #fff;
}
.contact-us-webform-wrapper form select.valid,
.contact-us-webform-wrapper form select.error {
 color: #fff;
}
.contact-us-webform-wrapper form select option {
 color: #000;
}
.contact-us-webform-wrapper form select {
 -moz-appearance: none; /* Firefox */
 -webkit-appearance: none; /* Safari and Chrome */
 appearance: none;
 position: relative;
}
.contact-us-webform-wrapper form .form-type-select {
 position: relative;
}
.contact-us-webform-wrapper form .form-type-select::after {
 content: '\f078';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: 20px;
 color: #fff;
 transform: translateY(-50%);
 z-index: 0;
}
.contact-us-webform-wrapper form input::placeholder,
.contact-us-webform-wrapper form textarea::placeholder {
 color: #fff;
}
.contact-us-webform-wrapper .step_1_of_2,
.contact-us-webform-wrapper .step_2_of_2 {
 color: #fff;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: 100%; /* 14px */
 letter-spacing: 0.5px;
 position: relative;
}
.contact-us-webform-wrapper .step_1_of_2 label,
.contact-us-webform-wrapper .step_2_of_2 label {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
}
.contact-us-webform-wrapper form input.next-form,
.contact-us-webform-wrapper form input.webform-button--submit {
 display: flex;
 width: 110px;
 height: 40px;
 padding: 8px 14px;
 gap: 25px;
 flex-shrink: 0;
 border-radius: 20px;
 border: 1px solid #ed1b24;
 background: #fff;
 color: #ed1b24;
 text-transform: capitalize;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: 100%; /* 14px */
 letter-spacing: 0.5px;
}
.contact-us-webform-wrapper form input.webform-button--submit {
 padding: 8px 10px;
 justify-content: center;
}
.contact-us-webform-wrapper .next-btn-wrapper {
 position: relative;
 max-width: 110px;
}
.contact-us-webform-wrapper .next-btn-wrapper::after {
 content: '\f061';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: 20px;
 color: #ed1b24;
 transform: translateY(-50%);
}
@media (max-width: 992px) {
 .contact-us-webform-wrapper {
   display: block;
   padding: 36px 60px 68px 28px;
   border-radius: 0;
   margin-bottom: 0;
 }
 .contact-us-webform-wrapper .form-wrapper {
   padding-top: 0;
 }
 .contact-us-webform-wrapper form .second_section {
   display: block;
 }

 .contact-us-webform-wrapper form .first_section .fieldset-wrapper,
 .contact-us-webform-wrapper form .second_section .fieldset-wrapper {
   display: flex;
   flex-direction: column;
   gap: 25px;
   padding: 0 15px;
 }
 .contact-us-webform-wrapper form .second_section .fieldset-wrapper {
   margin-top: 25px;
 }
 .contact-us-webform-wrapper .step_1_of_2,
 .contact-us-webform-wrapper .step_2_of_2,
 .contact-us-webform-wrapper form .next-btn-wrapper {
   display: none;
 }
 .contact-us-webform-wrapper .contact-us-title {
   margin-bottom: 24px;
 }
 .contact-us-webform-wrapper .contact-us-text {
   margin-bottom: 20px;
 }
 .contact-us-webform-wrapper .contact-us-note {
   margin-bottom: 28px;
 }
 .contact-us-webform-wrapper form .form-group {
   margin-bottom: 0;
 }
 /* .contact-us-webform-wrapper form input,
 .contact-us-webform-wrapper form textarea,
 .contact-us-webform-wrapper form select {
   margin-bottom: 25px;
 } */
 .contact-us-webform-wrapper form input.webform-button--submit {
   /* margin-bottom: 0; */
   display: flex;
   width: 145px;
   height: 40px;
   padding: 8px 25px;
   gap: 25px;
   flex-shrink: 0;
   border-radius: 20px;
   justify-content: left;
   border: 1px solid #ed1b24;
   background: #fff;
   color: #ed1b24;
   text-transform: capitalize;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 100%; /* 14px */
   letter-spacing: 0.5px;
 }
 .contact-us-webform-wrapper form .prev_n_submit {
   width: 145px;
   position: relative;
 }
 .contact-us-webform-wrapper form .prev_n_submit::after {
   content: '\f061';
   font-family: FontAwesome;
   position: absolute;
   top: 50%;
   right: 30px;
   color: #ed1b24;
   transform: translateY(-50%);
 }
}

.node-type--landing .page__header {
 display: none;
}
.block--omantel-main-menu.contextual-region {
 position: initial;
}
.block--omantel-menu-account .nav-item a {
 color: #505255;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
}
.block--omantel-menu-account .nav-item a:hover {
 text-decoration: none;
}


@media (max-width: 992px) {
 .our-product-homepage__products ul li,
 .our-product-homepage__content .our-product-homepage__products,
 .our-product-homepage__content .our-product-homepage__blackbox {
   max-width: 100%;
 }
 .our-product-homepage__products ul li {
   margin-bottom: 30px;
   width: 100%;
 }
 .our-product-homepage__products ul li:last-child {
   margin-bottom: 0;
 }
}

@media (max-width: 767px) {
 .explore-section__title {
   padding-left: 38px;
   padding-right: 38px;
 }

 .explore-section .explore-section__title .explore-section__title--heading {
   letter-spacing: 0.27px;
   font-size: 27px;
   margin-bottom: 15px;
 }
 .explore-section .explore-section__title .explore-section__title--description {
   font-size: 15px;
   line-height: 155.2%;
   letter-spacing: 0.15px;
 }
 .callout-wrapper .fontawesome-icon {
   width: 60px;
   height: 60px;
 }

 .our-product-homepage {
   padding-left: 20px;
   padding-right: 20px;
 }
 .our-product-homepage__content .our-product-homepage__products {
   padding-left: 0;
 }
 html[lang="ar"]  .our-product-homepage__content .our-product-homepage__products {
   padding-right: 0px;
 }
 .banner_wrapper .banner-img img {
   height: 150px;
   object-fit: cover;
 }
 .banner_wrapper .banner-title {
   font-size: 26px;
   letter-spacing: .26px;
   margin: 0;
   width: 100%;
   text-align: center;
   padding: 0 15px;
 }
 .our-product-homepage__products .apidoc-wrapper .node__title {
   font-size: 18px;
 }
 .our-product-homepage__products .apidoc__content {
   max-height: 136px;
   text-overflow: ellipsis;
   overflow: hidden;
 }
 .getstarted-section {
   padding-left: 33px;
   padding-right: 20px;
 }
 .getstarted-section .get-started-block .text-image__image .image__field-media-image {
   margin-left: 0;
   margin-right: auto;
 }
 .getstarted-section .get-started-block p {
   margin-bottom: 15px;
 }
}

/* Search form design */
.search-form-wrapper {
 width: 780px;
 margin: 0 auto;
}
.search-form-wrapper .form-wrapper {
 max-width: 100%;
 gap: 22px;
}
.search-form-wrapper input.form-search {
 border-radius: 17px;
 border-bottom: 1px solid #c7c7c7;
 background: #fff;
 height: 34px;
}
.search-form-wrapper input.form-submit {
 border-radius: 17px;
 background: #f78f1e;
 color: #fff;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: 100%; /* 14px */
 letter-spacing: 0.5px;
 padding: 8px 10px;
 height: 34px;
}

.search-form-wrapper .container-inline .form-type-search label.form-label {
 color: #221e20;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 140%; /* 19.6px */
 margin-bottom: 4px;
 top: -25px;
}
.header-search-icon {
 position: absolute;
 width: 36px;
 height: 36px;
 border-radius: 29px;
 background: #221e20;
 cursor: pointer;
 right: 25px;
}

.header-search-icon::after {
 content: '\f002';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 left: 50%;
 color: #fff;
 transform: translate(-50%, -50%);
 font-size: 16px;

}
.navbar .block--omantel-search-form {
 display: none;
  position: absolute;
   top: 56px;
   right: 15px;
   bottom: 0;
   width: 31%;
   z-index: 9999;
    transition-duration: 0.7s !important;
 -moz-transition-duration: 0.7s !important;;
 -webkit-transition-duration: 0.7s;
 -o-transition-duration: 0.7s;
}
#edit-keys {
 left: auto;
 padding-left: 12px !important;
   padding-top: 7px !important;
   color: #fff !important;

}
.search-container {
 margin: 4px 2px;
 height: 50px;
 width: 50px;
 vertical-align: bottom;
   
}
#edit-keys::placeholder {
   font: 1.25rem/3 FsAlvarRegular;
}
#edit-keys:focus {
   box-shadow: unset !important;; 
}
.navbar .block--omantel-search-form form {
 display: block;
}
.navbar .block--omantel-search-form form input.form-search {
 width: 100%;
 background: none;
 /* border-bottom: 1px solid #fff; */
 border-radius: 0;
}
.navbar .block--omantel-search-form form input.form-search:focus,
.navbar .block--omantel-search-form form input.form-search:focus-within,
.navbar .block--omantel-search-form form input.form-search:focus-visible,
.navbar .block--omantel-search-form form input.form-search:active {
 background: none;
}

.navbar .block--omantel-search-form form .form-item {
 /* margin: 0 auto; */
 width: 310px;
 border-radius: 25px;
 background-color:grey;
 float: right;
}
/*
.navbar .block--omantel-search-form form .form-item::after {
 content: '\f002';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: -10px;
 color: #fff;
 transform: translate(-50%, -50%);
 font-size: 25px;
}*/

.navbar .block--omantel-search-form form input.form-search::placeholder {
 color: #fff;
 font-size: 30px;
 font-weight: 500;
}
.navbar .block--omantel-search-form form input.form-search:focus {
 background: none;
}
.navbar .block--omantel-search-form .search-form-close {
font-size: 15px;
   color: #fff;
   position: absolute;
   right: 15px;
   top: 6px;
   z-index: 1;
   cursor: pointer;
}
.navbar .block--omantel-search-form .search-form-close::after {
   content: '\f00d';
   font-family: FontAwesome;
   position: absolute;
   /* top: 50%; */
   /* right: 5px; */
   color: #fff;
   transform: translate(-50%, -50%);
   font-size: 18px;
   top: 11px;
}

.navbar .block--omantel-search-form.show {
 display: block;
}
.language-switcher-wrapper {
 display: flex;
 padding: 18px 50px;
 justify-content: flex-end;
 align-items: center;
 gap: 10px;
 background: #f1f1f1;
 position: fixed;
 width: 100%;
 top: 0;
 z-index: 500;
}

.block--omantel-menu-account .nav-item .dropdown-toggle::after {
 content: '\f078';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: -18px;
 color: #505255;
 transform: translate(-50%, -50%);
 font-size: 12px;
 border: 0;
}
.block--omantel-menu-account .nav-item.show .dropdown-toggle::after {
 content: '\f077';
}
.block--omantel-languageswitcher ul {
 display: flex;
 flex-direction: column;
 position: relative;
 /* top: 50%;
 transform: translateY(-50%); */
 right: 25px;
 top: -8px;
 width: 55px;
 z-index: 1111;
}
.block--omantel-languageswitcher ul li.is-active {
 top: 0;
 display: block;
}
.block--omantel-languageswitcher ul.active li {
 display: block;
}
.block--omantel-languageswitcher ul li {
 display: none;
 position: absolute;
 top: 20px;
 width: 100%;
}
.block--omantel-languageswitcher ul li a {
 color: #626262;
 font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: 100%; /* 12px */
 text-decoration: none;
}
.language-switcher-toggle {
 position: absolute;
 z-index: 10;
 right: 0;
 cursor: pointer;
 width: 20px;
 height: 20px;
}
.language-switcher-toggle::after {
 content: '\f078';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: -10px;
 color: #505255;
 transform: translate(-50%, -50%);
 font-size: 12px;
}
.block--omantel-languageswitcher ul.active .language-switcher-toggle::after {
 content: '\f077';
}
.language-switcher-globe-icon {
 position: absolute;
 right: -20px;
 top: 8px;
}
.language-switcher-globe-icon::after {
 content: '\f0ac';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: -10px;
 color: #505255;
 transform: translate(-50%, -50%);
 font-size: 12px;
}
.block--omantel-menu-account .nav-item a {
 /*color: #f78f1e;*/
 border-radius: 17px;
 border: 1.3px solid #f78f1e;
 margin-left: 10px;
}
.block--omantel-menu-account .dropdown-menu.show .dropdown-item {
 margin: 0;
}
.toolbar-fixed .block--omantel-menu-account .nav-item a {
 border: 0;
 color: #505255;
}
.block--omantel-menu-account .nav-item:first-child a {
 border: 0;
}
@media (max-width:992px) {
 .navbar {
   padding: 20px 0;
 }
 .navbar .container-fluid {
   justify-content: left;
 }
 .navbar .container-fluid .block--system-branding {
   position: absolute;
   top: 22px;
   left: 60px;
 }
 .sticky-top.is-sticky {
   position: fixed;
   box-shadow: 0 5px 16px rgba(235, 28, 36, 0.5);
   backdrop-filter: blur(10px);
   animation: slideDown 0.35s ease-out;
 }
 .navbar .search-block-form {
   position: absolute;
   right: 0;
 }
 .header-search-icon {
   position: absolute;
   right: 10px;
   top: 22px;
 }
 .navbar-collapse {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
 }
 .navbar-collapse .block--omantel-menu-account {
   order: -1;
 }
 .navbar .block--omantel-search-form {
   padding: 40px;
 }
 .navbar .block--omantel-search-form form .form-item {
   width: calc(100% - 80px);
 }
 .navbar .block--omantel-search-form .search-form-close {
   top: 20px;
   right: 20px;
 }
 .navbar .block--omantel-main-menu {
   width: 100%;
 }
 .block--omantel-menu-account {
   padding: 0;
   width: 100%;
 }
 .block--omantel-menu-account .nav-item {
   padding: 14px 2px;
 }
 .toolbar-fixed .block--omantel-menu-account .nav-item a {
   padding: 0;
 }
 .block--omantel-menu-account .nav-item a {
   padding: 10px 16px;
   margin-left: 0;
 }
 .toolbar-fixed .block--omantel-menu-account .nav-item {
   padding: 14px 20px;
   width: 100%;
   border-bottom: 1px solid #505255;
 }
 .navbar-collapse {
   height: auto !important;
 }
 .navbar-collapse {
   padding-top: 0;
 }
 .block--omantel-menu-account .nav-item .dropdown-toggle::after {
   content: '\f054';
   right: 20px;
 }
 .block--omantel-languageswitcher ul {
   right: 0;
 }
 .block--omantel-menu-account .navbar-nav {
   border-bottom: 1px solid #505255;
   flex-direction: row;
 }
 .toolbar-fixed .block--omantel-menu-account .navbar-nav {
   flex-direction: column;
 }

}


@media (min-width: 1024px) {
 .explore-section__icon .callout-wrapper {
   width: calc(25% - 30px);
 }
}
.lmadha-akhtrtna article .content-block,
.why-choose-us article .content-block {
 display: flex;
 flex-wrap: wrap;
}

.lmadha-akhtrtna article .content-block .why-choose-block,
.why-choose-us article .content-block .why-choose-block {
 max-width: calc(33% - 26px);
 padding: 30px 20px;
 height: auto;
 border: 1px solid #d5cece;
 box-shadow: 0px 1px 13px 0px #00000024;
 border-radius: 20px;
 margin: 13px;
 width: 100%;
}

.lmadha-akhtrtna .content-block > .paragraph,
.why-choose-us .content-block > .paragraph {
 width: 100%;
 margin-bottom: 80px;
 display: flex;
 align-items: center;
 position: relative;
}

.lmadha-akhtrtna  .content-block .why-choose-icon,
.why-choose-us .content-block .why-choose-icon {
 max-width: 80px;
 margin-bottom: 15px;
}

.lmadha-akhtrtna .content-block .why-choose-title h3,
.why-choose-us .content-block .why-choose-title h3 {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 6px;
 font-family: FsAlvarRegular;
}

.lmadha-akhtrtna,
.why-choose-text {
 font-size: 14px;
 font-family: FsAlvarRegular;
}

.lmadha-akhtrtna .content-block .why-choose-link a,
.why-choose-us .content-block .why-choose-link a {
 padding: 0;
 font-size: 12px;
 text-decoration: underline;
}

.lmadha-akhtrtna .content-block .title-image .title-image__field-title-name,
.why-choose-us .content-block .title-image .title-image__field-title-name {
 position: absolute;
 font-size: 40px;
 left: 40px;
 color: #fff;
 z-index: 9;
}

html[lang="ar"] .lmadha-akhtrtna .content-block .title-image .title-image__field-title-name {
 left: auto;
 right: 40px;
}

.lmadha-akhtrtna .content-block .title-image .field__label,
.why-choose-us .content-block .title-image .field__label {
 display: none;
}

/*
.basic-page .banner_wrapper,
.faq .banner_wrapper {
 position: relative;
}
.lmadha-akhtrtna .content-block > .paragraph::before,
.basic-page .banner_wrapper::before,
.faq .banner_wrapper::before,
.why-choose-us .content-block > .paragraph::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 background-image: linear-gradient(to right ,#060546fa,#140c4af2,#1d1551a8,#22175952,#fff0);
}

html[lang="ar"] .faq .banner_wrapper::before {
 z-index: 1;
}

@media (max-width: 1024px) {
 .lmadha-akhtrtna article .content-block .why-choose-block,
 .why-choose-us article .content-block .why-choose-block {
   max-width: calc(50% - 26px);
 }
 .lmadha-akhtrtna .content-block > .paragraph,
 .why-choose-us .content-block > .paragraph {
   margin-bottom: 30px;
 }

}

@media (max-width: 767px) {
 .lmadha-akhtrtna article .content-block .why-choose-block,
 .why-choose-us article .content-block .why-choose-block {
   max-width: 90%;
   margin: 15px auto;
 }

}
*/


/* Profile account menu styles */
.block--omantel-menu-account .profile-menu li.nav-item {
 display: flex;
}
.block--omantel-menu-account .profile-menu {
 position: relative;
}
.block--omantel-menu-account .profile-menu .user__user-picture {
 width: 28px;
 height: 28px;
}
.block--omantel-menu-account .profile-menu .user__user-picture img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 50%;
}
.block--omantel-menu-account .profile-menu li.nav-item {
 padding-right: 20px;
}

@media (max-width: 992px) {
 .toolbar-fixed .navbar {
   padding: 20px 0;
 }
 .block--omantel-menu-account .profile-menu .user__user-picture {
   order: -1;
 }
 .toolbar-fixed .block--omantel-menu-account .profile-menu .nav-item .nav-link {
   padding-top: 5px;
   padding-left: 10px;
 }
}

body.path--entity-xrate-plan-canonical {
 background-color: #f8f9fb;
}

.xrate-plan--view-mode-teaser {
 width: 100%;
}

.xrate-plan--view-mode-teaser .card {
 height: 100%;
}

.xrate-plan--view-mode-teaser .card .xrate-plan__description {
 width: 100%;
 max-width: 100%;
}

.xrate-plan--view-mode-teaser .btn {
 background-color: transparent;
 border: none;
 padding: 0 15px 0 0;
 display: inline-block;
 max-width: 100%;
 position: relative;
 text-align: left;
}

.xrate-plan--view-mode-teaser .btn::after {
 content: '\f105';
 font-family: FontAwesome;
 font-weight: 900;
 font-size: 12px;
 position: absolute;
 top: 0;
 right: 0;
 left: 120px;
 bottom: 0;
 margin: auto;
 display: flex;
 align-items: center;
}

.rate-plan-page .rate-product-detail,
.rate-plan-page .rate-plan__card {
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 50px 15px;
 border: 1px solid #ebebeb;
 text-align: center;
 height: 100%;
}

.rate-plan-page .purchase-button {
 margin-top: 28px;
}

.rate-plan-page .rate-plan__card .rate-label {
 font-family: FsAlvarRegular;
 color: #f78f1e;
 font-size: 25px;
 margin-bottom: 25px;
 font-weight: 600;
}

.rate-plan-page .rate-product-detail > div,
.rate-plan-page .rate-plan__card > div {
 flex-direction: column;
 margin-bottom: 20px;
}

.rate-plan-page .rate-product-detail .field__label,
.rate-plan-page .rate-plan__card .field__label {
 margin-bottom: 10px;
 font-family: FsAlvarRegular;
 font-weight: bold;
 font-size: 17px;
}

.rate-plan-page .rate-product-detail .field__item,
.rate-plan-page .rate-plan__card .field__item {
 font-family: FsAlvarRegular;
 font-size: 17px;
}

.rate-plan-page .purchase-button .form-actions .btn {
 border-radius: 30px;
 padding: 8px 15px;
}

.rate-plan-page .purchase-button .form-actions .btn:hover {
 background-color: transparent;
 color: #f78f1e;
}

.block--omantel-buyproductsbannerblock {
 position: relative;
 padding: 40px 0;
 margin-bottom: 40px;
}

.banner-wrapper .banner--title,
.block--omantel-buyproductsbannerblock .banner__title {
 font-family: FsAlvarRegular;
 font-size: 36px;
 font-style: normal;
 font-weight: 800;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
 text-align: center;
 color: #ffffff;
 margin-bottom: 8px;
}

.block--omantel-buyproductsbannerblock .banner__description p {
 font-family: FsAlvarRegular;
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
 color: #ffffff;
 text-align: center;
}

/*
.banner-wrapper .banner--title {
 position: absolute;
 padding: 0 15px;
 max-width: 700px;
}
*/

.banner-wrapper .banner--title {
 position: absolute;
 padding: 0 15px;
 max-width: 700px;
 margin-top: -220px;
}

.block--omantel-buyproductsbannerblock:before {
 content: '';
 position: absolute;
 top: 0;
 left: 50%;
 height: 100%;
 width: calc(100vw - 17px);
 background-color: #1f3e98;
 transform: translateX(-50%);
 z-index: -1;
}

/*
.main .block--type-banner.block {
    margin-bottom: 0 !important;
}
*/

.banner-wrapper {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-bottom: 40px;
}

.banner-wrapper .block--banner {
   padding-top: 18%;
   margin: 0;
}

.banner-wrapper .banner__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100vw - 17px);
    transform: translateX(-50%);
    z-index: -1;
}

.banner-wrapper .banner__image:before {
   content: '';
   z-index: -2;
   background: #020303;
}

.banner-wrapper .banner__image:after {
  background: #1f3e98;
  opacity: .7;
  z-index: 1;
}

.banner-wrapper .banner__image:before,
.blue-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



.path--entity-xrate-plan-canonical .page__content-above .block--banner {
 display: none;
}

.block--omantel-forums h2,
.product-page-header .product-page-title {
 font-family: FSAlbertBold;
 font-size: 36px;
 font-style: normal;
 font-weight: 800;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
}

.block--omantel-forums h2 {
 color: #fff;
}
.block--omantel-forums p,
.product-page-header .product-page-subtitle {
 font-family: FSAlbertBold;
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
}

@media (max-width: 991px) {
 .rate-plan-page .rate-product-detail,
 .rate-plan-page .rate-plan__card {
   height: auto;
   margin-bottom: 24px;
 }
 .page {
   padding-top: 118px;
 }
}

@media (max-width: 767px) {
 .product-list .views-exposed-form fieldset legend {
   position: relative;
   padding-left: 30px !important;
 }
 .product-list .views-exposed-form fieldset legend:before {
   content: '\f0b0';
   font-family: FontAwesome;
   position: absolute;
   font-size: 16px;
   color: #f78f1e;
   left: 0;
 }
 html[lang="ar"] .product-list .views-exposed-form fieldset legend {
   padding-right: 30px !important;
 }
 html[lang="ar"] .product-list .views-exposed-form fieldset legend:before {
   left: auto;
   right: 0;
 }

 .path-products .col-md-3.bg-white {
   background-color: transparent !important;
 }
 .product-list .views-exposed-form fieldset {
   padding: 0 15px;
 }
 .product-list .views-exposed-form fieldset legend .btn-link {
   position: absolute;
   font-size: 0;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background: transparent;
 }
 
 /*
 .banner-wrapper .block--banner {
   padding-top: 35%;
 }
 .banner-wrapper .banner--title {
   font-size: 26px;
 }
 .banner-wrapper .banner__image div,
 .banner-wrapper .banner__image {
   height: 100%;
 }
 .banner-wrapper .banner__image img {
   height: 100%;
   object-fit: cover;
 }
 */
 .products {
   background-color: #ffffff;
 }
 .product-page-header .product-page-title {
   font-size: 26px;
   letter-spacing: 0.26px;
 }
 .product-page-header .product-page-subtitle {
   font-size: 17px;
   letter-spacing: 0.17px;
 }
}

body.faq {
 background-color: #f8f9fb;
}

html[lang="ar"] .view-reference-component--faq-landing-page,
.faq .view-reference-component--faq-landing-page {
 max-width: 90%;
 margin: 0 auto;
}

html[lang="ar"] .view-reference-component--faq-landing-page .view-filters .form-wrapper,
.faq .view-reference-component--faq-landing-page .view-filters .form-wrapper {
 max-width: 100%;
 border-bottom: 1px solid #f78f1e;
 margin-bottom: 15px;
}

html[lang="ar"] .view-reference-component--faq-landing-page .views-exposed-form,
.faq .view-reference-component--faq-landing-page .views-exposed-form {
 border-radius: 0;
 background-color: transparent;
}

html[lang="ar"] .view-reference-component--faq-landing-page .view-filters .form-wrapper legend,
.faq .view-reference-component--faq-landing-page .view-filters .form-wrapper legend {
 display: none;
}

html[lang="ar"] .view-reference-component--faq-landing-page .form-radios,
.faq .view-reference-component--faq-landing-page .form-radios {
 display: flex;
 align-items: center;
}

html[lang="ar"] .view-reference-component--faq-landing-page .form-radios {
 margin-left: auto;
 flex-direction: row-reverse;
}

html[lang="ar"] .view-reference-component--faq-landing-page .fieldset-wrapper,
.faq .view-reference-component--faq-landing-page .fieldset-wrapper {
 padding: 0 !important;
}

html[lang="ar"] .view-reference-component--faq-landing-page .form-check,
.faq .view-reference-component--faq-landing-page .form-check {
 margin: 0;
}

html[lang="ar"] .view-reference-component--faq-landing-page .form-check .form-check-label,
.faq .view-reference-component--faq-landing-page .form-check .form-check-label {
 padding: 10px 15px;
 color: #000000;
 font-family: FsAlvarRegular;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%;
 letter-spacing: 0.16px;
}

html[lang="ar"] .view-reference-component--faq-landing-page .form-check > svg,
.faq .view-reference-component--faq-landing-page .form-check > svg {
 display: none;
}

html[lang="ar"] .view-reference-component--faq-landing-page .form-check input:checked + svg + svg + .form-check-label,
.faq .view-reference-component--faq-landing-page .form-check input:checked + svg + svg + .form-check-label {
 color: #f78f1e;
 border-bottom: 2px solid #f78f1e;
}

html[lang="ar"] .view-faq .item-list,
.faq .view-faq .item-list {
 margin-top: 20px;
}

html[lang="ar"] .view-faq .item-list li,
.faq .view-faq .item-list li {
 background-color: #ffffff;
 margin-bottom: 20px;
}

html[lang="ar"] .view-faq .item-list > ul > li:last-child,
.faq .view-faq .item-list > ul > li:last-child,
.faq details.details {
 border: 0 !important;
}

/*
html[lang="ar"] .view-faq .faq-heading .faq-page__title,
.view-faq .faq-heading .faq-page__title {
 margin-bottom: 0;
 font-family: FsAlvarRegular;
 font-size: 26px;
 font-style: normal;
 font-weight: 400;
 line-height: 38px;
 color: #f78f1e;
}
*/

html[lang="ar"] .view-reference-component--faq-landing-page .form-check .form-check-label[for^="edit-field-faqs-category-target-id-all"],
.faq .view-reference-component--faq-landing-page .form-check .form-check-label[for^="edit-field-faqs-category-target-id-all"] {
 font-size: 0;
}

html[lang="ar"] .view-reference-component--faq-landing-page .form-check .form-check-label[for^="edit-field-faqs-category-target-id-all"]::before,
.faq .view-reference-component--faq-landing-page .form-check .form-check-label[for^="edit-field-faqs-category-target-id-all"]::before {
 content: 'All';
 font-size: 16px;
 font-family: inherit;
 font-weight: inherit;
 display: inline-block;
 line-height: 155.2%;
}

html[lang="ar"] .view-reference-component--faq-landing-page details.details,
.faq details.details {
 padding: 0 !important;
}

html[lang="ar"] .view-faq .item-list .details__title,
.faq .view-faq .item-list .details__title {
 color: #000;
 font-family: FsAlvarRegular;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.14px;
 padding: 12px 72px 12px 16px;
 position: relative;
}

html[lang="ar"] .view-faq .item-list .details__title {
 padding: 12px 16px 12px 72px;
}

html[lang="ar"] .view-faq .item-list .details__title::after,
.faq .view-faq .item-list .details__title::after {
 content: '\f067';
 font-family: FontAwesome;
 position: absolute;
 right: 26px;
}

html[lang="ar"] .view-faq .item-list .details__title::after {
 right: auto;
 left: 26px;
}

html[lang="ar"] .view-faq .item-list .details__summary,
.faq .view-faq .item-list .details__summary {
 padding: 0 !important;
}

html[lang="ar"] .view-faq .item-list .details__summary[aria-expanded="true"] .details__title::after,
.faq .view-faq .item-list .details__summary[aria-expanded="true"] .details__title::after {
 content: '\f068';
}

html[lang="ar"] .view-faq .item-list .details-wrapper,
.faq .view-faq .item-list .details-wrapper {
 padding-bottom: 48px;
 padding-left: 16px;
}

html[lang="ar"] .view-faq .item-list .details-wrapper {
 padding-right: 16px !important;
 padding-left: 72px;
}

html[lang="ar"] .view-faq .item-list .details__icon,
.faq .view-faq .item-list .details__icon {
 display: none;
}

html[lang="ar"] .view-faq .item-list .faq__field-answer p,
.faq .view-faq .item-list .faq__field-answer p {
 font-size: 14px;
 font-style: normal;
 font-weight: 300;
 line-height: normal;
 letter-spacing: 0.14px;
 font-family: FsAlvarRegular;
 color: #000;
}

@media (max-width: 767px) {
 html[lang="ar"] .view-reference-component--faq-landing-page,
 .faq .view-reference-component--faq-landing-page {
   width: 100%;
   padding: 0 15px;
 }

 html[lang="ar"] .view-faq .faq-heading,
 .view-faq .faq-heading {
   margin-top: 27px;
   padding-left: 15px;
 }
}

/* global style  */
#tfa-setup h3 {
 display: none;
}
#tfa-setup ul {
 display: none;
}

/* Header menu spacing issues */
.navbar {
 padding-right: 80px;
 top: 36px;
}
.toolbar-fixed .navbar {
 top: 75px;
}
.toolbar-fixed .language-switcher-wrapper {
 top: 39px;
}
.toolbar-fixed.toolbar-tray-open .navbar {
 top: 116px;
}
.toolbar-fixed.toolbar-tray-open .language-switcher-wrapper {
 top: 79px;
}

/*
.toolbar-fixed.toolbar-tray-open {
 padding-top: 95px;
}
.toolbar-fixed .page {
 padding-top: 94px;
} 
*/


@media (max-width: 1300px) {
 .toolbar-fixed.toolbar-tray-open .language-switcher-wrapper {
   top: 117px;
 }
 .toolbar-fixed.toolbar-tray-open .navbar {
   top: 153px;
 }
 .toolbar-fixed.toolbar-tray-open .page {
   padding-top: 94px;
 }
 .toolbar-fixed.toolbar-tray-open .block--omantel-userprofilemenu .profile-menu {
   top: 210px;
 }
 .toolbar-fixed.toolbar-tray-open .wallet-balance-wrapper {
   top: 217px;
 }
 .toolbar-fixed.toolbar-tray-open.path--entity-developer-app-collection-by-developer .page {
   padding-top: 163px;
 }
}

/*
.path--entity-user-canonical .page,
.path--entity-user-edit-form .page {
 background: #f8f9fb;
 padding-top: 160px;
}
.path--entity-developer-app-collection-by-developer .page,
.path--entity-purchased-product-developer-product-collection .page {
 padding-top: 140px;
}
*/
.alshrwt-w-alahkam h3,
.alshrwt-w-alahkam h4,
.alshrwt-w-alahkam h5,
.alshrwt-w-alahkam h6,
.term-condition h3,
.term-condition h4,
.term-condition h5,
.term-condition h6,
.product-term-condition h3,
.product-term-condition h4,
.product-term-condition h5,
.product-term-condition h6 {
 color: #f78f1e;
 font-size: 20px;
 font-style: normal;
 font-weight: 500;
 line-height: 28px;
}
.alshrwt-w-alahkam .page__body p strong,
.term-condition .page__body p strong {
 color: #000;
 font-size: 17px;
 font-style: normal;
 font-weight: 500;
 line-height: 28px;
}
.alshrwt-w-alahkam .page__body p,
.term-condition .page__body p {
 color: #212529;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 22px;
}


.basic-page {
 margin-bottom: 30px;
}

/*
.basic-page .banner_wrapper .banner-title {
 width: 100%;
 text-align: center;
 margin: 0;
}

.anshr-aqtrahk,
.post-your-proposal {
 background-color: #f8f9fb;
}
.anshr-aqtrahk .basic-page__title,
.post-your-proposal .basic-page__title {
 color: #221e20;
 font-family: FsAlvarRegular;
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
}

.anshr-aqtrahk .page__body,
.post-your-proposal .page__body {
 max-width: 816px;
 width: 100%;
}

.anshr-aqtrahk .page__body p,
.post-your-proposal .page__body p {
 max-width: 816px;
 color: #505255;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%;
 letter-spacing: 0.16px;
}

.anshr-aqtrahk .page__field-webforms,
.post-your-proposal .page__field-webforms {
 max-width: 660px;
 width: 100%;
}

.anshr-aqtrahk .page__field-webforms form,
.post-your-proposal .page__field-webforms form {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}


.anshr-aqtrahk .page__field-webforms #ajax-wrapper,
.anshr-aqtrahk .page__field-webforms .form-group,
.post-your-proposal .page__field-webforms #ajax-wrapper,
.post-your-proposal .page__field-webforms .form-group {
 margin-bottom: 22px;
 width: 100%;
 display: flex;
 flex-direction: column;
}

.anshr-aqtrahk .page__field-webforms #ajax-wrapper,
.post-your-proposal .page__field-webforms #ajax-wrapper {
 margin-bottom: 0;
}

.anshr-aqtrahk .page__field-webforms .form-type-textarea.form-group,
.post-your-proposal .page__field-webforms .form-type-textarea.form-group {
 max-width: 100%;
}

.anshr-aqtrahk .iti--allow-dropdown input,
.anshr-aqtrahk .iti--allow-dropdown input[type="tel"],
.anshr-aqtrahk .iti--allow-dropdown input[type="text"],
.anshr-aqtrahk .iti--separate-dial-code input,
.anshr-aqtrahk .iti--separate-dial-code input[type="tel"],
.anshr-aqtrahk .iti--separate-dial-code input[type="text"],
.post-your-proposal .iti--allow-dropdown input,
.post-your-proposal .iti--allow-dropdown input[type="tel"],
.post-your-proposal .iti--allow-dropdown input[type="text"],
.post-your-proposal .iti--separate-dial-code input,
.post-your-proposal .iti--separate-dial-code input[type="tel"],
.post-your-proposal .iti--separate-dial-code input[type="text"] {
 padding-left: 52px;
}

.anshr-aqtrahk .page__field-webforms .form-group label,
.post-your-proposal .page__field-webforms .form-group label {
 color: #505255;
 font-family: FsAlvarRegular;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%;
 letter-spacing: 0.16px;
}

.anshr-aqtrahk .page__field-webforms .form-control,
.post-your-proposal .page__field-webforms .form-control {
 border-radius: 5px;
 border: 1px solid #ebebeb;
 background: #fff;
 height: 34px;
 padding: 12px 10px;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%;
 letter-spacing: 0.16px;
 font-family: 'Rubik',sans-serif;
 color: #221e20;
}

.anshr-aqtrahk .page__field-webforms .form-control.form-textarea,
.post-your-proposal .page__field-webforms .form-control.form-textarea {
 height: 139px;
}

.anshr-aqtrahk .page__field-webforms .webform-document-file .custom-file,
.post-your-proposal .page__field-webforms .webform-document-file .custom-file {
 width: auto;
}

.anshr-aqtrahk .page__field-webforms input.custom-file-input,
.post-your-proposal .page__field-webforms input.custom-file-input {
 width: 103px;
 border: 0 !important;
 padding: 0;
 padding-left: 30px;
 cursor: pointer;
}

.anshr-aqtrahk .page__field-webforms .custom-file-label,
.post-your-proposal .page__field-webforms .custom-file-label {
 font-size: 0;
}

.anshr-aqtrahk .page__field-webforms  .custom-file-label::after,
.post-your-proposal .page__field-webforms  .custom-file-label::after {
 content: 'Upload';
 font-size: 16px;
 height: 100% !important;
 width: 100%;
 padding: 7px 15px 7px 30px;
 color: #fff;
 border-radius: 5px;
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #505255 !important;
}

.anshr-aqtrahk .page__field-webforms  .custom-file-label::before,
.post-your-proposal .page__field-webforms  .custom-file-label::before {
 content: '\f0c6';
 font-family: FontAwesome;
 position: absolute;
 left: 8px;
 top: 5px;
 z-index: 9;
 color: #fff;
}


.anshr-aqtrahk .page__field-webforms .custom-file-label::hover::after,
.post-your-proposal .page__field-webforms .custom-file-label::hover::after {
 cursor: pointer;
}

.anshr-aqtrahk .page__field-webforms .btn,
.post-your-proposal .page__field-webforms .btn {
 padding: 5px 15px;
 border-radius: 5px;
}
*/

@media (min-width: 768px) {
/* .anshr-aqtrahk .page__field-webforms .form-group,
 .post-your-proposal .page__field-webforms .form-group {
   max-width: calc(50% - 15px);
 }
 .anshr-aqtrahk .page__field-webforms .form-group.form-type-webform-document-file,
 .post-your-proposal .page__field-webforms .form-group.form-type-webform-document-file {
   max-width: 100%;
 }
 .basic-page__wrapper {
   padding: 0 100px;
 }
 */
 
 #tfa-setup .form-wrapper {
   max-width: 100%;
 }
}

#tfa-setup,
#tfa-base-overview {
 margin-top: 75px;
}

#tfa-base-overview a {
 padding: 7px 15px;
 border-radius: 5px;
 color: #fff;
 background-color: #f78f1e;
 display: block;
 transition: all linear 400ms;
 text-decoration: none;
 border: 1px solid #f78f1e;
}

#tfa-base-overview a:hover {
 color: #f78f1e;
 background-color: transparent;
}

#tfa-base-overview > p:nth-child(2) {
 font-size: 0;
}

#tfa-base-overview > p:nth-child(2) strong {
 font-size: 16px;
}

#tfa-base-overview > p:nth-child(2)::before {
 content: 'Status :';
 display: inline-block;
 font-size: 16px;
 margin-right: 8px;
}

#tfa-base-overview details {
 border-bottom: 0;
 margin: 0 !important;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}

#tfa-base-overview details .card-header {
 display: none;
}

#tfa-base-overview details .card-body h2 + p {
 display: none;
}

#tfa-base-overview details + p {
 max-width: calc(50% - 15px);
 padding-bottom: 28px;
 background: #f9f9f9;
 border: 1px solid rgba(0,0,0,0.125);
 border-top: 0;
 padding-left: 20px;
 border-radius: 4px;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}

.path-user #tfa-setup .form-actions .btn {
 padding: 12px 15px;
 border-radius: 5px;
}

#tfa-setup .form-control {
 border-radius: 5px;
 border: 1px solid #ebebeb;
 background: #fff;
 height: 34px;
 padding: 12px 10px;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%;
 letter-spacing: 0.16px;
 font-family: 'Rubik',sans-serif;
 color: #221e20;
 max-width: 300px;
}

#edit-attachment-file-placeholder {
 display: none;
}

form.user-profile-edit-form {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 width: 50%;
 gap: 20px;
}
form.user-profile-edit-form small {
 display: none;
}
form.user-profile-edit-form .form-wrapper {
 max-width: 100%;
}
form.user-profile-edit-form .form-submit {
 padding: 10px 20px !important;
 border-radius: 6px !important;
 min-width: unset !important;
}
form.user-profile-edit-form label {
 color: #221e20;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 140%; /* 19.6px */
 margin-bottom: 0;
}
form.user-profile-edit-form .form-title {
 color: #000;
 font-size: 18px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.18px;
 margin-bottom: 5px;
}
form.user-profile-edit-form .form-managed-file {
 width: 200px;
}
form.user-profile-edit-form .form-title,
form.user-profile-edit-form .user-picture,
form.user-profile-edit-form .user-type {
 grid-column: 1 / span 2;
}
@media (max-width: 767px) {
 form.user-profile-edit-form {
   width: 80%;
   display: flex;
   flex-direction: column;
 }
 #tfa-base-overview details + p {
   max-width: 100%;
 }
 .contact-us-webform-wrapper label.error {
   margin-top: 5px;
 }
}
.toolbar-fixed .path--entity-developer-app-edit-form-for-developer .page {
 padding: 136px;
}
.captcha-admin-links {
 display: none;
}
.contact-us-webform-wrapper label.error {
 position: absolute;
 margin-top: 5px;
 font-size: 12px;
}
body.agreement .page__messages {
 display: none;
}
/* Arabic styles starts from here */
[dir="rtl"] body {
 direction: rtl;
 text-align: right;
}
[dir="rtl"] .header-search-icon {
 right: auto;
 left: 25px;
}
[dir="rtl"] .header-search-icon::after {
 transform: translate(-50%, -50%) rotate(90deg);
}
[dir="rtl"] .navbar {
 padding-left: 80px;
 padding-right: 24px;
}
[dir="rtl"] .navbar-brand {
 margin-right: auto;
 margin-left: 24px;
}
[dir="rtl"] .block--omantel-menu-account .nav-item .dropdown-toggle::after {
 left: -18px;
 right: auto;
}
[dir="rtl"] .block--omantel-menu-account .nav-item a {
 margin-left: auto;
 margin-right: 10px;
}
[dir="rtl"] .language-switcher-globe-icon {
 right: auto;
 left: -20px;
}
[dir="rtl"] .language-switcher-toggle::after {
 right: auto;
 left: 10px;
}
[dir="rtl"] .navbar .block--omantel-search-form form .form-item::after {
 left: 10px;
 right: auto;
 transform: translate(-50%, -50%) rotate(90deg);
}
[dir="rtl"] .navbar .block--omantel-search-form .search-form-close {
 right: auto;
 left: 40px;
}
[dir="rtl"] .language-switcher-language-url.block.block--omantel-languageswitcher {
 margin-left: 0;
}
[dir="rtl"] .block--omantel-languageswitcher ul {
 right: auto;
 left: 25px;
}
[dir="rtl"] .language-switcher-toggle {
 left: -15px;
 right: auto;
}
[dir="rtl"] .language-switcher-globe-icon::after {
 right: auto;
 left: -10px;
}
[dir="rtl"] .block--omantel-languageswitcher ul li {
 left: 0;
}
[dir="rtl"] .page__footer .block--omantel-copyrightextramenus .nav .nav-item:last-child {
 padding-right: 10px;
 padding-left: 0;
}
[dir="rtl"] .page__footer .block--omantel-copyrightextramenus .nav .nav-item:nth-child(1) {
 border-right: none;
 border-left: 2px solid;
}
[dir="rtl"] .contact-us-webform-wrapper .next-btn-wrapper::after {
 right: auto;
 left: 20px;
 transform: translateY(-50%) rotate(180deg);
}
[dir="rtl"] .contact-us-webform-wrapper form .form-type-select::after {
 left: 20px;
 right: auto;
}
[dir="rtl"] .page__footer .footer-logo a {
 left: auto;
 right: 0;
}

/*
.toolbar-tray-open.user-logged-in.path-user.path--entity-xrate-plan-canonical .page {
   padding-top: 41px;
}

.toolbar-tray-open.user-logged-in.path-user.path--apigee-monetization-xplans .page {
   padding-top: 57px;
}

.path--apigee-monetization-xplans.user-logged-in.path-user .page {
   padding-top: 95px;
}

.user-logged-in.path-user.path--entity-xrate-plan-canonical .page {
   padding-top: 79px;
}
*/

@media (max-width: 991px) {
   .path--apigee-monetization-xplans.user-logged-in.path-user .page {
       padding-top: 116px;
   }

   .user-logged-in.path-user.path--entity-xrate-plan-canonical .page {
       padding-top: 102px;
   }
}
/* Poduct term condition page banner */

.product-term-condition .form-check {
 margin-bottom: 20px;
}


/*.node.product-term-condition .banner-term-condition {
 padding-top: 20%;
}*/


/*
.node.product-term-condition .banner_wrapper {
 position: absolute;
 top: 0;
 left: 50%;
 width: 100vw;
 transform: translateX(-50%);
 z-index: -1;
}
.node.product-term-condition .banner_wrapper div,
.node.product-term-condition .banner_wrapper img {
 width: 100%;
}


@media (min-width: 1600px) {
 .node.product-term-condition .banner-term-condition {
   padding-top: 25%;
 }
}

@media (max-width: 767px) {
 .node.product-term-condition .banner-term-condition {
     padding-top: 150px;
 }
}

*/

.path--entity-user-canonical .page__footer .footer,
.path--entity-developer-app-collection-by-developer .page__footer .footer,
.path--entity-purchased-product-developer-product-collection .page__footer .footer,
.path--apigee-monetization-xplans .page__footer .footer {
 padding-top: 72px !important;
}

/* mega menu section */
.menu--simple-mega-menu > .menu-item--expanded:hover > .mega-menu-wrapper,
.menu--simple-mega-menu > .menu-item--expanded:focus > .mega-menu-wrapper,
.menu--simple-mega-menu > .menu-item--expanded.focused > .mega-menu-wrapper {
 opacity: 1;
 transition: opacity 1s ease;
 display: block;
}
.mega-menu-content-wrapper {
 display: flex;
 flex-direction: row;
 color: #000;
 gap: 8%;
 width: 100%;
 padding: 42px 56px 64px;
 border-radius: 20px 20px 0px 0px;
 border-bottom: 1px solid #e9e9e9;
 background: linear-gradient(180deg, #f5f5f5 0%, rgba(245, 245, 245, 0.96) 0.01%, rgba(237, 236, 236, 0.93) 0.02%, rgba(245, 245, 245, 0.00) 100%);
}


/* Left side content style */
.title-description-button--mega-menu {
 display: flex;
 flex-direction: column;
 gap: 16px;
}
.title-description-button--mega-menu .title {
 color: #221e20;
 font-size: 35px;
 font-style: normal;
 font-weight: 800;
 line-height: 155.2%; /* 54.32px */
 letter-spacing: 0.35px;
 width: 200px;
}
.title-description-button--mega-menu .description .title-description-button__field-description {
 color: #505255;
 /* font-family: Noto Sans; */
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.14px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 3; /* number of lines to show */
 line-clamp: 3;
 -webkit-box-orient: vertical;
 width: 200px;
}
.title-description-button--mega-menu .link .buttons__item a {
 color: #fff;
 font-size: 14px;
 font-style: normal;
 line-height: 100%; /* 14px */
 letter-spacing: 0.5px;
 font-weight: 500;
 display: flex;
 padding: 10px 26px;
 gap: 10px;
 border-radius: 29px;
 background: #f78f1e;
 position: relative;
 max-width: 164px;
}
.title-description-button--mega-menu .link .buttons__item a::after {
 content: '\f061';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: 20px;
 color: #fff;
 transform: translateY(-50%);
}

.menu--simple-mega-menu {
 position: initial;
 gap: 26px;
 display: flex;
 flex-direction: row;
}
.menu--simple-mega-menu .menu-item a {
 color: #505255;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
 padding: 22px 0;
}
.menu--simple-mega-menu .menu-item a:hover {
 text-decoration: none;
}
/* center side content */
.mega-menu-content-reference-wrapper {
 max-width: 520px;
 min-width: 480px;
}
.mega-menu-content-reference-wrapper .header-wrapper {
 display: flex;
 gap: 10px;
 padding: 16px 0;
 border-bottom: 2px solid #f78f1e;
}
.mega-menu-content-reference-wrapper .content-wrapper ul {
 padding-top: 28px;
 /* height: 240px; */
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 flex-wrap: wrap;
 gap: 28px 0;
 padding: 28px 0;
 list-style: none;
}
.mega-menu-content-reference-wrapper .content-wrapper ul li {
 flex-basis: 50%;
}
.mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu {
 position: relative;
}
.mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu .apidoc__field-icon .fontawesome-icon {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
}
.mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu .apidoc__field-icon + a {
 margin-left: 28px;
}
.mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu a {
 color: #505255;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
 padding: 0 10px 0 0;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 1; /* number of lines to show */
 line-clamp: 1;
 -webkit-box-orient: vertical;
}

.mega-menu-content-reference-wrapper .header-wrapper .header-title {
 color: #f78f1e;
 font-size: 15px;
 font-style: normal;
 font-weight: 500;
 line-height: 100%; /* 15px */
 letter-spacing: 0.5px;
 padding-top: 3px;
}
.mega-menu-content-reference-wrapper .header-wrapper .header-icon svg {
 color: #f78f1e;
 width: 20px;
 height: 20px;
}
.mega-menu-content-reference-wrapper .content-wrapper .content-reference-with-icon--mega-menu .social-icon {
 padding-top: 4px;
}
/* Right side content */
.hero--mega-menu {
 background: none !important;
}
.hero--mega-menu .image-wrapper {
 position: relative;
 width: 277px;
 height: 315px;
}
.hero--mega-menu .image-wrapper img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 20px;
}
.hero--mega-menu .image-wrapper .hero__field-media,
.hero--mega-menu .image-wrapper article,
.hero--mega-menu .image-wrapper .js-media-library-item-preview,
.hero--mega-menu .image-wrapper .image__field-media-image {
 height: 100%;
}
.hero--mega-menu .text-wrapper {
 position: absolute;
 border-radius: 20px;
 background: #f78f1e;
 padding: 12px 26px 14px 24px;
 width: calc(100% - 24px);
 left: 50%;
 transform: translateX(-50%);
 bottom: 14px;
}
.hero--mega-menu .text-wrapper .hero__title {
 color: #fff;
 font-size: 15px;
 font-style: normal;
 font-weight: 500;
 line-height: 155.2%; /* 23.28px */
 letter-spacing: 0.15px;
 margin-bottom: 10px;
}
.hero--mega-menu .text-wrapper .hero__field-text {
 color: var(--Bg, #fff);
 /* font-family: Noto Sans; */
 font-size: 13px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.13px;
 margin-bottom: 6px;
}
.hero--mega-menu .text-wrapper .buttons--hero a {
 color: #fff;
 /* Or/16_Semibold */
 /* font-family: Noto Sans; */
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.16px;
 padding: 0 0 2px;
 border-bottom: 1px solid #fff;
}
.hero--mega-menu .image-wrapper .js-media-library-item-preview + div {
 display: none;
}
@media (max-width: 992px) {
 .menu--simple-mega-menu {
   flex-direction: column;
   padding: 0;
   gap: 0;
 }
 .menu--simple-mega-menu .menu-item {
   border-bottom: 1px solid #505255;
   padding: 14px 0;
 }
 /* .menu--simple-mega-menu .menu-item a {
   padding: 22px 20px;
 } */
}
/* Arabic styles starts from here */
[dir="rtl"] .title-description-button--mega-menu .link .buttons__item a::after {
 right: auto;
 left: 20px;
 transform: translateY(-50%) rotate(180deg);
}
[dir="rtl"] .mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu a {
 padding: 0 0 0 10px;
}
[dir="rtl"] .mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu .apidoc__field-icon + a {
 margin-left: auto;
 margin-right: 28px;
}
[dir="rtl"] .mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu .apidoc__field-icon .fontawesome-icon {
 right: 0;
}


/** Common CSS Verity It**/

.buttons {
 display: flex;
}

.image-items .media, .page__header_section .media{
 display: block !important;
}

.image-items img {
 object-fit: cover;
 display: block;
 margin: auto !important;
}

.field__label {
 display: none;
}
.path--entity-xrate-plan-canonical .field__label {
 display: block;
}


/* Slider section: This css is no more required */

/*
.slideshow {
 position: relative;
}
.slide-show {
 width: 100%;
 margin: 0 auto;
 margin-top: 50px;
}

.slide-show .slick-slide {
 padding: 0;
}

.slide-show.slick-dotted.slick-slider {
 margin-top: 0;
 margin-bottom: 0;
}

.slick-slide {
 color: white;
 padding: 30px;
 font-size: 30px;
 font-family: "Arial";
}

.slide-items {
 width: 100%;
 position: relative;
}

.slide-items .text-items {
 position: absolute;
 max-width: 560px;
 top: 40px;
 left: 5%;
}
.slide-items .text-items .slider-title {
 margin-bottom: 20px;
}

.text-items .slide__field-title {
 font-size: 47px;
 font-weight: 900;
 letter-spacing: 0.48px;
 line-height: 1;
 font-family: FsAlvarRegular;
 z-index: 1;
 text-transform: uppercase;
 font-style: normal;
}

.slide__field-subtitle {
 font-size: 21px;
 top: 61px;
 right: -140px;
 width: 130px;
 height: 130px;
 border-radius: 50%;
 background: #f78f1e;
 text-align: center;
 padding: 39px 18px 34px;
 line-height: 19px;
 position: absolute;
 z-index: 0;
 font-weight: 500;
 font-family: FsAlvarRegular;
}

.text-items .slide__field-description {
 max-width: 450px;
 font-size: 23px;
 font-style: normal;
 font-weight: 500;
 line-height: 30px;
 letter-spacing: 0.23px;
 font-family: FsAlvarRegular;
}

.slide-items .image-items {
 background-color: #000;
}

button.play .fa-pause {
 display: none;
}

button.pause .fa-play {
 display: none;
}

.carousel-button-wrapper .slick-dots {
 position: relative;
 width: 85%;
 bottom: 0;
 display: flex;
 justify-content: center;
}

.slide-show .slick-prev,
.slide-show .slick-next {
 opacity: 0;
 display: none !important;
}

.carousel-button-wrapper .slick-dots li {
 height: 12px;
}

.carousel-button-wrapper .slick-dots li button {
 width: 12px;
 height: 12px;
}

.carousel-button-wrapper .slick-dots li button::before {
 color: #c5c5c5;
 font-size: 13px;
 opacity: 1;
 line-height: 12px;
 height: 12px;
}

.carousel-button-wrapper .slick-dots li.slick-active {
 width: 35px;
 height: 12px;
 border-radius: 10px;
 background-color: #c5c5c5;
 overflow: hidden;
}

.carousel-button-wrapper .slick-dots li.slick-active button::before {
 background: #f78f1e;
 border-radius: 10px;
 content: '';
 width: 100%;
 height: 100%;
 animation: slider-progress 2500ms linear;
}
@keyframes slider-progress {
 from {
   width: 15px;
}
 to {
   width: 35px;
}
}
.carousel-button-wrapper .prev-next-buttons {
 display: flex;
}

.carousel-button-wrapper .prev-next-buttons .slick-arrow {
 top: 50%;
 transform: translateY(-50%);
 padding: 0;
 min-width: auto;
 right: 0;
 left: 0;
 background: none;
}

.carousel-button-wrapper .slick-next::before {
 content: ">";
 color: black;
}

.carousel-button-wrapper .slick-prev::before {
 content: "<";
 color: black;
}

.slide__field-slider-cta .field__item a {
 color: white;
 font-size: 16px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 15px;
}

.slide__field-slider-cta .field__item {
 padding: 10px;
 background: #f78f1e;
 width: 150px;
 height: 35px;
 border-radius: 50px;
 position: relative;
}

.slide__field-slider-cta .field__item a:hover {
 text-decoration: none;
}

.carousel-button-wrapper {
 position: absolute;
 bottom: 30px;
 width: 77%;
 left: calc(192px + 5%);
}

.carousel-button-wrapper .carousel-buttons {
 display: flex;
 align-items: center;
 width: 100%;
 height: 70px;
 padding: 0 25px 0 0;
}

.carousel-button-wrapper .play-pause-buttons {
 position: relative;
}

.carousel-button-wrapper .play-pause-buttons button {
 background: none;
 width: auto;
 min-width: auto;
 padding-right: 20px;
 padding: 0;
 border: 1px solid #4b4b59;
 color: #4b4b59;
 font-size: 8px;
 width: 18px;
 height: 18px;
 border-radius: 50%;
}


.slideshow .slide-arrow {
 border: 0;
 background: transparent;
 padding: 10px;
 font-size: 14px;
 color: #4b4b59;
 min-width: auto;
}

.slider-cta-wrapper {
 position: absolute !important;
 bottom: 30px;
 width: 90%;
 height: 70px;
 margin: 0 auto;
 right: 0;
 left: 0;
 background: #d9d9d9;
 border-radius: 40px;
 padding-left: 42px;
 padding-top: 15px;
}
.field.field--hidden.slide__field-slider-cta a {
 font-family: FsAlvarRegular;
 font-size: 14px;
 font-weight: 600;
 letter-spacing: 0.5px;
 text-decoration: none;
 color: #fff;
 padding: 10px 15px;
 background: #f78f1e;
 border-radius: 21px;
 width: 150px;
 display: inline-block;
}

.slider-cta-wrapper svg {
 position: absolute;
 top: 53%;
 font-size: 14px;
 transform: translateY(-50%);
 left: 160px;
}


html[lang="ar"] .slide-items .text-items {
 right: 5%;
 max-width: 483px;
}

html[lang="ar"] .text-items .slide__field-description,
html[lang="ar"] .text-items .slide__field-title {
 text-align: right;
}
html[lang="ar"] .slide__field-subtitle {
 left: -90px;
 right: auto;
}

html[lang="ar"] .carousel-button-wrapper .carousel-buttons .next-prev,
html[lang="ar"] .carousel-button-wrapper .carousel-buttons {
 display: flex;
 flex-direction: row-reverse;
}

html[lang="ar"] .slider-cta-wrapper > div {
 text-align: left;
}

@media (max-width: 1999px) {
 .carousel-button-wrapper .slick-dots {
   width: 83%;
 }
 .carousel-button-wrapper {
   width: 71%;
 }
}

@media (max-width: 1366px) {
 .carousel-button-wrapper {
   width: 74%;
 }
}

@media (max-width: 1024px) {
 .carousel-button-wrapper {
   width: 71%;
 }
}

@media (max-width: 992px) {
 .carousel-button-wrapper {
   width: 65%;
 }
 .carousel-button-wrapper .slick-dots {
   width: 70%;
 }

 .text-items .slide__field-title {
   font-size: 32px;
   letter-spacing: 0.32px;
 }
 .text-items .slide__field-description {
   font-size: 20px;
   line-height: normal;
 }

}

@media (min-width: 768px) and (max-width: 992px) {
 .slider-cta-wrapper {
   bottom: 8px;
   height: 50px;
   padding-top: 4px;
 }
 .carousel-button-wrapper {
   bottom: 8px;
 }
 .carousel-button-wrapper .carousel-buttons {
   height: 50px;
 }
}

@media (max-width: 767px) {
 .slide-items .text-items {
   max-width: 100%;
   top: 80px;
   left: 0;
   padding: 0 15px;
 }

 .slide__field-subtitle {
   left: calc(100% - 135px);
 }
 .image-items img {
   max-height: 700px;
   height: 700px;
   object-fit: cover;
 }

 .slider-cta-wrapper {
   bottom: 200px;
   height: auto;
   padding: 0;
   background: transparent;
 }

 html[lang="ar"] .slider-cta-wrapper .slide__field-slider-cta,
 .slider-cta-wrapper .slide__field-slider-cta {
   text-align: center;
 }
 .slider-cta-wrapper svg {
   left: calc(50% + 50px);
 }

 .carousel-button-wrapper {
   width: 90%;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   bottom: 113px;
   background: #d9d9d9;
   border-radius: 40px;
 }
 .carousel-button-wrapper .carousel-buttons {
   height: 58px;
   padding: 10px 25px 10px 25px;
 }
 .carousel-button-wrapper .slick-dots {
   width: 58%;
   justify-content: unset;
 }
 html[lang="ar"] .carousel-button-wrapper .slick-dots {
   justify-content: left;
 }
 .carousel-button-wrapper .slick-dots li.slick-active {
   width: 25px;
   height: 10px;
 }
 .carousel-button-wrapper .slick-dots li button {
   height: 10px;
   width: 10px;
 }
 .carousel-button-wrapper .slick-dots li button::before {
   font-size: 12px;
   line-height: 10px;
   height: 11px;
 }
 .slide-items .text-items .slider-title {
   margin-bottom: 140px;
 }
 html[lang="ar"] .slide__field-subtitle {
   left: 15px;
 }
}
*/

/* Banner section */
.banner-block .banner-image {
 position: relative;
}
.banner-block .banner-image::after {
 position: absolute;
 content: '';
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: linear-gradient(77deg, rgba(20, 27, 77, 0.79) 27.96%, rgba(20, 27, 77, 0.00) 70.78%);
}
.banner-block .banner-image .media {
 display: block;
}
.banner-block .banner-image img {
 width: 100%;
 height: 520px;
 object-fit: cover;
}
.banner-block .banner-image .field__label {
 display: none;
}
.banner-block .banner-text-wrapper {
 display: flex;
 flex-direction: column;
 gap: 25px;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 z-index: 1;
 bottom: 74px;
}
.banner-block .banner-title {
 color: #fff;
 font-family: Outfit;
 font-size: 36px;
 font-style: normal;
 font-weight: 800;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
}
.banner-block .banner-description {
 color: #fff;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
 line-height: 25px;
 width: 80%;
}
@media (max-width: 1024px) {
 .banner-block .banner-description {
   width: 100%;
 }
}
/* Arabic styles starts from here */
[dir="rtl"] .banner-block .banner-image::after {
 background: linear-gradient(231deg, rgba(20, 27, 77, 0.79) 27.96%, rgba(20, 27, 77, 0.00) 70.78%);
}

/* feature section */
.feature-section--default {
 padding: 99.5px 0 78px;
}
.feature-section-article-wrapper {
 width: 100%;
}
.feature-section-article {
 width: 100%;
 height: 586px;
 position: relative;
}
.feature-section-article .image {
 position: relative;
}
.feature-section-article .image::after {
 content: '';
 position: absolute;
 z-index: 1;
 width: 100%;
 height: 100%;
 top: 0;
 bottom: 0;
 left: 0;
 border-radius: 54px;
 background: linear-gradient(90deg, #000 0.16%, rgba(0, 0, 0, 0.58) 49.8%, rgba(0, 0, 0, 0.00) 96.57%);
}
.feature-section-article .image__field-media-image,
.feature-section-article .article__field-image,
.feature-section-event .image__field-media-image,
.feature-section-case-studies .image__field-media-image,
.feature-section-article .image,
.feature-section-event .image,
.feature-section-case-studies .image,
.feature-section-article .text-image__field-image,
.feature-section-event .text-image__field-image,
.feature-section-event .event__field-image,
.feature-section-case-studies .text-image__field-image,
.feature-section-case-studies .case-studies__field-image,
.feature-section-article .media,
.feature-section-event .media,
.feature-section-case-studies .media {
 width: 100%;
 height: 100%;
}
.feature-section-article .image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 54px;
}
.feature-section-article .text-wrapper {
 color: #fff;
 position: absolute;
 padding: 56px 68px;
 top: 0;
 z-index: 1;
}
.feature-section-article .section-title {
 font-family: Outfit;
 font-size: 36px;
 font-style: normal;
 font-weight: 800;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
 margin-bottom: 35px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 1; /* number of lines to show */
 line-clamp: 1;
 -webkit-box-orient: vertical;
}
.feature-section-article .text-image__title {
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
 margin-bottom: 10px !important;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 1; /* number of lines to show */
 line-clamp: 1;
 -webkit-box-orient: vertical;
}
.feature-section-article .text-image__field-text {
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
 padding-right: 10px;
 margin-bottom: 40px;
 width: 560px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 4; /* number of lines to show */
 line-clamp: 4;
 -webkit-box-orient: vertical;
}
.feature-section-article .text-image__field-text p span {
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 3; /* number of lines to show */
 line-clamp: 3;
 -webkit-box-orient: vertical;
}
.feature-section-article .buttons__item {
 width: 166px;
}
.feature-section-article .buttons__item a {
 color: #fff;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.18px;
 display: flex;
 padding: 6px 44px 6px 20px;
 justify-content: center;
 align-items: center;
 gap: 10px;
 border-radius: 29px;
 background: #f78f1e;
 position: relative;
 text-decoration: none;
}
.feature-section-article .buttons__item a::after {
 content: '\f061';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: 20px;
 color: #fff;
 transform: translateY(-50%);
}
.feature-section-events-case-studies-wrapper {
 display: flex;
 width: 75%;
 border-radius: 25px;
 padding: 24px;
 gap: 24px;
 position: relative;
 z-index: 2;
 left: 18px;
 margin-top: -230px;
}
.feature-section-events-case-studies-wrapper::after {
 content: '';
 position: absolute;
 opacity: 0.8;
 background: #fff;
 backdrop-filter: blur(35px);
 z-index: -1;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 border-radius: 25px;
}

.feature-section-event-wrapper {
 position: relative;
}
.feature-section-event {
 width: 340px;
 height: 465px;
 border-radius: 17px;
 position: relative;
}
.feature-section-case-studies {
 width: 100%;
 height: 465px;
 position: relative;
 border-radius: 17px;
}
.feature-section-event .image img,
.feature-section-case-studies .image img {
 height: 100%;
 width: 100%;
 object-fit: cover;
 border-radius: 17px;
}
.feature-section-event .text-wrapper,
.feature-section-case-studies .text-wrapper {
 position: absolute;
 border-radius: 11px;
 background: #86c8be;
 padding: 38px 32px 28px 38px;
 bottom: 17px;
 margin: 0 auto;
 width: calc(100% - 24px);
 left: 0;
 right: 0;
}
.feature-section-case-studies .text-wrapper {
 border-radius: 24px;
 background: #ef9690;
}
.feature-section-event .text-image__title,
.feature-section-case-studies .text-image__title {
 color: #221e20;
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
 margin-bottom: 12px !important;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 1; /* number of lines to show */
 line-clamp: 1;
 -webkit-box-orient: vertical;
}
.feature-section-event .text-image__field-text,
.feature-section-case-studies .text-image__field-text {
 overflow: hidden;
 color: #221e20;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 4; /* number of lines to show */
 line-clamp: 4;
 -webkit-box-orient: vertical;
 margin-bottom: 22px;
 text-wrap: wrap;
}
.feature-section-event .text-image__field-text p,
.feature-section-case-studies .text-image__field-text p {
 margin-bottom: 0;
}
.feature-section-event .text-image__field-text span,
.feature-section-case-studies .text-image__field-text span {
 display: block;
 text-wrap: wrap;
}
.feature-section-event .buttons__item a,
.feature-section-case-studies .buttons__item a {
 padding: 0;
 color: #221e20;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.16px;
 padding-bottom: 2px;
 border-bottom: 1px solid #221e20;
}
.feature-section-event .buttons__item a:hover,
.feature-section-case-studies .buttons__item a:hover {
 text-decoration: none;
}
.explore-all-article-btn {
 position: absolute;
 bottom: 46px;
 right: 46px;
 z-index: 1;
}
.explore-all-article-btn a {
 color: #fff;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.18px;
 border-radius: 30px;
 background: #f78f1e;
 text-decoration: none;
 padding: 15px 72px 15px 18px;
}
.explore-all-article-btn a svg {
 position: absolute;
 right: 18px;
}
@media (max-width: 1300px) {
 .feature-section-events-case-studies-wrapper {
   width: 70%;
 }
}
@media (max-width: 992px) {
 .feature-section--default {
   padding: 38px 0 0;
 }
 .feature-section-article {
   height: 340px;
 }
 .feature-section-article .text-wrapper {
   padding: 48px 20px;
 }
 .feature-section-article .image img {
   border-radius: 0;
 }
 .feature-section-article .image::after {
   border-radius: 0;
 }
 .feature-section-article .section-title {
   font-size: 30px;
   letter-spacing: 0.31px;
   margin-bottom: 20px;
 }
 .feature-section-article .text-image__field-text {
   margin-bottom: 20px;
   width: 100%;
 }
 .feature-section-events-case-studies-wrapper {
   top: -32px;
   flex-direction: column;
   width: 100%;
   margin: 0 20px;
   left: 0;
   padding: 16px;
 }
 .feature-section-event {
   width: 100%;
 }
 .explore-all-article-btn {
   display: none;
 }
}
/* Arabic styles starts from here */
[dir="rtl"] .feature-section-events-case-studies-wrapper {
 right: 18px;
 left: auto;
}
[dir="rtl"] .feature-section-article .buttons__item a {
 padding: 6px 20px 6px 44px;
}
[dir="rtl"] .feature-section-article .buttons__item a::after {
 right: auto;
 left: 20px;
 transform: translateY(-50%) rotate(180deg);
}
[dir="rtl"] .feature-section-event .text-wrapper,
[dir="rtl"] .feature-section-case-studies .text-wrapper {
 padding: 38px 38px 28px 32px;
}
[dir="rtl"] .explore-all-article-btn {
 right: auto;
 left: 46px;
}
[dir="rtl"] .explore-all-article-btn a {
 padding: 15px 18px 15px 72px;
}
[dir="rtl"] .explore-all-article-btn a svg {
 right: auto;
 left: 18px;
 transform: rotate(180deg);
}

@media (min-width: 992px) {
 .feature-section-events-case-studies-wrapper {
   width: 62%;
 }
}
@media (min-width: 1200px) {
 .feature-section-events-case-studies-wrapper {
   width: 68%;
 }
}

/* omantel world section */
.omantel-world-wrapper {
 display: grid;
 grid-template-rows: repeat(2, 290px);
 grid-template-columns: repeat(4, 1fr);
 gap: 25px;
 padding: 70px 0 34px;
 margin: 0 auto;
}
.omantel-world-wrapper .text-wrapper {
 grid-column: 1 / span 2;
 color: #000;
}
.omantel-world-wrapper .text-wrapper .content-with-taxonomy__field-title {
 font-family: Outfit;
 font-size: 60px;
 font-style: normal;
 font-weight: 900;
 line-height: 57px; /* 95% */
 margin-bottom: 15px;
 text-transform: uppercase;
}
.omantel-world-wrapper .text-wrapper .content-with-taxonomy__field-description {
 font-size: 21px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; /* 32.592px */
 letter-spacing: 0.21px;
}
.omantel-world-item-wrapper {
 position: relative;
}
.omantel-world-item-wrapper .omantel-world__field-logo img {
 width: 41px;
 height: 41px;
 object-fit: cover;
 border-radius: 100%;
}
.omantel-world-item-wrapper .omantel-world__field-country-image {
 height: 290px;
}
.omantel-world-item-wrapper .omantel-world__field-country-image .field__item {
 height: 100%;
}
.omantel-world-item-wrapper .omantel-world__field-country-image img {
 height: 100%;
 width: 100%;
 object-fit: cover;
 border-radius: 16px;
}
.omantel-world-item-wrapper .omantel-items {
 position: absolute;
 bottom: 35px;
 width: 100%;
 padding: 0 12px;
}
.omantel-world-url-wrapper {
 display: flex;
}
.omantel-world-item-wrapper .omantel-items .omantel-world__name {
 color: #fff;
 font-family: Outfit;
 font-size: 36px;
 font-style: normal;
 font-weight: 800;
 line-height: 155.2%; /* 55.872px */
 letter-spacing: 0.36px;
 text-transform: uppercase;
 margin-bottom: 7px;
}
.omantel-world-url-wrapper {
 background-color: #f78f1e;
 padding: 10px 12px;
 gap: 5px;
 border-radius: 10px;
}
.omantel-world-url-wrapper .omantel-world__field-website-url {
 margin-right: 12px;
}
.omantel-world-url-wrapper .omantel-world__field-website-url a {
 color: #fff;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
 text-decoration-line: underline;
 position: relative;
 top: 50%;
 transform: translateY(-50%);
 display: block;
}
.omantel-world-url-wrapper .social-icon-link--omantel-world {
 height: 30px;
 width: 30px;
 background: #fff;
 border-radius: 100%;
 position: relative;
}
.omantel-world-url-wrapper .social-icon-link--omantel-world a {
 color: #f78f1e;
 position: absolute;
 top: 5px;
 left: 50%;
 transform: translateX(-50%);
}
.omantel-world-url-wrapper .social-icon-link--omantel-world svg {
 font-size: 20px;
}
.omantel-world-url-wrapper .social-icon-link--omantel-world svg.fa-facebook-f {
 font-size: 25px;
}
@media (max-width: 1024px) {
 .omantel-world-wrapper {
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
 }
}
@media (max-width: 600px) {
 .omantel-world-wrapper {
   display: flex;
   flex-direction: column;
   padding: 60px 36px 44px;
   gap: 30px;
 }
 .omantel-world-wrapper .text-wrapper .content-with-taxonomy__field-title {
   font-size: 41px;
   font-weight: 900;
   line-height: 51.66px; /* 95% */
   margin-bottom: 24px;
 }
 .omantel-world-wrapper .text-wrapper .content-with-taxonomy__field-description {
   font-size: 21px;
   font-weight: 400;
   line-height: 155.2%; /* 32.592px */
   letter-spacing: 0.21px;
 }

 .omantel-world-url-wrapper {
   display: flex;
   width: 100%;
   max-width: 266px;
   margin: 0 auto;
 }
}
@media (min-width: 1400px) {
 .container {
   max-width: 1344px;
 }
 .omantel-world-wrapper {
   grid-template-columns: repeat(4, 290px);
   gap: 29px;
 }
 .omantel-world-url-wrapper {
   gap: 10px;
 }
 .omantel-world-url-wrapper .omantel-world__field-website-url {
   margin-right: 20px;
 }
 .omantel-world-item-wrapper .omantel-items {
   bottom: 12px;
 }
}
/* Arabic styles starts from here */
[dir="rtl"] .omantel-world-url-wrapper .omantel-world__field-website-url {
 margin-right: 0;
 margin-left: 12px;
}

/* Blog section */
/*
.other-articles-block .blog-button {
 padding-bottom: 12px;
}
.other-articles-block .blog-button a,
.paragraph-blog-wrapper .buttons__item a {
 color: #fff;
 font-size: 12px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.12px;
 text-transform: uppercase;
 padding: 10px 20px;
 border-radius: 29px;
 background: #1f3e98;
 display: inline-block;
}
.other-articles-block .blog-button a:hover,
.paragraph-blog-wrapper .buttons__item a:hover {
 text-decoration: none;
}
.sidebar-blog-content img {
 width: 100%;
 height: auto;
 margin-bottom: 16px;
 border-radius: 10px;
}
.sidebar-blog-content .title {
 color: #000;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.16px;
 padding-bottom: 20px;
}
.paragraph-blog-wrapper {
 padding: 24px 0;
 border-bottom: 2px solid #d9d9d9;
}
.other-articles-block .block-header {
 color: #f78f1e;
 font-size: 20px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.2px;
 padding-bottom: 15px;
}
.other-articles-block a.other-article-readmore {
 color: #fff;
 font-size: 12px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.12px;
 text-transform: uppercase;
 padding: 10px 19px;
 border-radius: 29px;
 background: #1f3e98;
 text-decoration: none;
 display: inline-block;
}
.other-articles-block .other-article-image {
 margin-bottom: 17px;
 height: 225px;
}
.other-articles-block .other-article-image img {
 height: 100%;
 width: 100%;
 object-fit: cover;
}
.other-articles-block .other-article-image .image__field-media-image,
.other-articles-block .other-article-image .media--type-image,
.other-articles-block .other-article-image .article__field-image {
 height: 100%;
}
.other-articles-block .other-article-title {
 margin-bottom: 23px;
 color: #000;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.16px;
}
.other-articles-block .views-row {
 border-bottom: 2px solid #d9d9d9;
 padding: 0 0 25px;
 margin: 0 0 25px;
}
.other-articles-section {
 border-left: 1px solid #d9d9d9;
}
.other-article__field-title {
 display: none;
}
.view-blog-wrapper {
 border: 1px solid #d4d2e3;
 padding: 26px 22px 40px 40px;
 border-radius: 8px;
 margin-bottom: 30px;
 height: calc(100% - 30px);
 display: flex;
 flex-direction: column;
}
.view-blog-wrapper .title a {
 color: #f78f1e;
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
 margin-bottom: 12px;
 display: inline-block;
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 2; 
 line-clamp: 2;
 -webkit-box-orient: vertical;
}
.view-blog-wrapper .title a:hover {
 text-decoration: none;
}
.view-blog-wrapper .date {
 padding-bottom: 20px;
}
.view-blog-wrapper .content {
 color: #505255;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 22px;
 letter-spacing: 0.16px;
}
.view-blog-wrapper .content p {
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 6; 
 line-clamp: 6;
 -webkit-box-orient: vertical;
}
.view-blog-wrapper .view-more {
 display: flex;
 color: #f78f1e;
 position: relative;
 width: 100px;
 margin-top: auto;
}
.view-blog-wrapper .view-more a {
 color: #f78f1e;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%; 
 letter-spacing: 0.16px;
}
.view-blog-wrapper .view-more a:hover {
 text-decoration: none;
}
.view-blog-wrapper .view-more svg {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: -18px;
 font-size: 12px;
}
.event-detail-page .event__title ,
.blog-detail-page .blog--title {
 color: #f78f1e;
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
 margin-bottom: 17px;
}
.event-detail-page .blog--image,
.blog-detail-page .blog--image {
 margin-bottom: 20px;
}
.blog-detail-page .blog--date {
 color: #f78f1e;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.18px;
 margin-bottom: 27px;
}
.event-detail-page .event__start-end-date,
.event-detail-page .event__meta,
.blog-detail-page .article__meta {
 color: #f78f1e;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.18px;
}
.event-detail-page .event__tags,
.blog-detail-page .article__tags {
 display: none;
}
.event-detail-page .event__tags + hr,
.blog-detail-page .article__meta + hr {
 display: none;
}
.event-detail-page .event__field-description,
.blog-detail-page .article__body {
 color: #212529;
 font-size: 14px;
 font-style: normal;
 font-weight: 300;
 line-height: 22px;
}
.event-detail-page .event__field-description + .btn.btn-primary,
.blog-detail-page .article__body + .btn.btn-primary {
 display: none;
}
.event-detail-page .sidebar-second,
.blog-detail-page .sidebar-second {
 padding-left: 24px;
 margin-left: 30px;
 border-left: 1px solid #d9d9d9;
}
.other-articles-block .paragraph-blog-wrapper:last-child {
 border-bottom: none;
}
.other-articles-block .blog-button + .paragraph-blog-wrapper {
 padding-top: 0;
}
.view-blog--page-landing .pager .pagination {
 justify-content: end !important;
}
.view-blog--page-landing .pagination .pager__item {
 border: none;
}
.view-blog--page-landing .pagination .pager__item a {
 color: #212529;
}
.view-blog--page-landing .pagination .pager__item a:hover {
 background: none;
 color: #f78f1e;
}
.view-blog--page-landing .pagination .pager__item.active a {
 background: none;
 color: #f78f1e;
}
.blog-listing-page-content-wrapper,
.event-listing-page-content-wrapper {
 padding: 50px 0;
}
@media (min-width: 1400px) {
 .container {
   max-width: 1344px;
 }
}
@media (max-width: 992px) {
 .view-blog-wrapper {
   padding: 20px 20px 30px;
 }
 .event-detail-page .sidebar-second,
 .blog-detail-page .sidebar-second {
   margin-left: 0;
   border: none;
   padding-left: 10px;
 }
 .other-articles-section {
   border: none;
 }
 .other-articles-block .other-article-image img {
   padding: 0 15px;
 }
 .blog-listing-page-content-wrapper,
 .event-listing-page-content-wrapper {
   padding: 38px 15px;
 }
}
/* Arabic styles starts from here */
/*
[dir="rtl"] .other-articles-section {
 border-left: none;
 border-right: 1px solid #d9d9d9;
}
[dir="rtl"] .view-blog-wrapper {
 padding: 26px 40px 40px 22px;
}
[dir="rtl"] .view-blog-wrapper .view-more svg {
 right: auto;
 left: -18px;
 transform: translateY(-50%) rotate(180deg);
}
*/
/* case studeis section */

/*
.case-studies--case-studies-landing-page {
 padding-bottom: 50px;
 padding-right: 30px;
}

.case-studies--case-studies-landing-page .case-studies-items {
 display: flex;
 gap: 25px;
}
.case-studies--case-studies-landing-page .case-studies-items .case-study-image {
 width: 160px;
 height: 160px;
}
.case-studies--case-studies-landing-page .case-studies-items .case-study-image .case-studies__field-image {
 height: 100%;
 width: 100%;
}
.case-studies--case-studies-landing-page .case-studies-items .case-study-image img {
 width: 100%;
 height: 100%;
 border-radius: 10px;
 object-fit: cover;
}
.case-studies-listing-page-content-wrapper {
 padding-top: 50px;
}
.case-study-text-wrapper {
 width: calc(100% - 190px);
}
.case-study-text-wrapper .case-study-title {
 color: #505255;
 font-size: 25px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.25px;
 padding-bottom: 15px;
}
.view-case-studies-landing-page .item-list ul {
 padding: 0;
}
.case-study-text-wrapper .case-study-description,
.case-studies-detail-page-wrapper .case-studies--content {
 color: #505255;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 155.2%;
 letter-spacing: 0.16px;
}
.case-study-text-wrapper .case-study-description {
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 4; 
 line-clamp: 4;
 -webkit-box-orient: vertical;
 margin-bottom: 25px;
}
.case-study-text-wrapper .case-study-description p {
 margin: 0;
}
.case-studies-button {
 display: flex;
 color: #f78f1e;
 position: relative;
 width: 100px;
 margin-left: 165px;
}
.case-study-text-wrapper .case-study-url a {
 color: #f78f1e;
 font-size: 16px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.16px;
 position: relative;
 text-decoration: none;
}
.case-study-text-wrapper .case-study-url a:hover {
 color: #f78f1e;
}
.case-study-text-wrapper .case-study-url svg {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: -20px;
 font-size: 12px;
 width: 16px;
 height: 16px;
}
.case-studies-detail-page-wrapper .case-studies--title {
 color: #1c1c1c;
 font-family: Outfit;
 font-size: 28px;
 font-style: normal;
 font-weight: 800;
 line-height: normal;
 letter-spacing: 0.28px;
 text-transform: uppercase;
 padding-bottom: 20px;
}
.case-studies-detail-page-wrapper {
 padding: 0 24px 0 0;
}
.case-studies-detail-page .sidebar-second,
.landing-page .sidebar-second {
 padding-left: 24px;
 margin-left: 0;
 border-left: 1px solid #d9d9d9;
}
.case-studies-detail-page-banner {
 position: relative;
 margin-bottom: 35px;
}
.case-studies-detail-page-banner::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0.7;
 background: linear-gradient(88deg, #052d57 51.42%, rgba(5, 45, 87, 0.00) 69.32%);
}
.case-studies-detail-page-banner .banner-img {
 height: 154px;
 width: 100%;
}
.case-studies-detail-page-banner .banner-img .title-image__field-img,
.case-studies-detail-page-banner .banner-img .media,
.case-studies-detail-page-banner .banner-img .image__field-media-image {
 height: 100%;
 width: 100%;
}
.case-studies-detail-page-banner .banner-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.case-studies-detail-page-banner .banner-content {
 position: absolute;
 bottom: 55px;
 left: 30px;
 z-index: 1;
}
.case-studies-detail-page-banner .banner-title {
 color: #fff;
 font-family: Outfit;
 font-size: 36px;
 font-style: normal;
 font-weight: 800;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
 position: absolute;
 left: 48px;
 bottom: 45px;
 margin: 0;
}
.view-case-studies-landing-page ul li {
 list-style: none;
}
@media (max-width: 992px) {
 .case-studies--case-studies-landing-page {
   padding-right: 0;
   padding-bottom: 30px;
 }
 .case-studies-button {
   margin-left: 0;
 }
 .case-studies-button a {
   padding-left: 0;
 }
 .case-studies-button svg {
   right: 10px;
 }
 .case-studies-detail-page .sidebar-second {
   padding-right: 24px;
   border: none;
   margin-left: 0;
 }
 .case-studies-detail-page-banner .banner-content {
   left: 0;
 }
 .case-study-text-wrapper {
   width: calc(100% - 125px);
 }
 .case-studies--case-studies-landing-page .case-studies-items .case-study-image {
   width: 100px;
   height: 100px;
 }
 .case-studies-detail-page-wrapper {
   padding: 0 15px;
 }
}*/
/* Arabic styles starts from here */
/* 
[dir="rtl"] .case-studies-detail-page-wrapper {
 padding: 0 0 0 24px;
}
[dir="rtl"] .case-study-text-wrapper .case-study-url svg {
 transform: translateY(-50%) rotate(180deg);
 left: -20px;
 right: auto;
}
[dir="rtl"] .case-studies-detail-page-banner .banner-title {
 left: auto;
 right: 48px;
}
[dir="rtl"] .case-studies-detail-page-banner::after {
 background: linear-gradient(264deg, #052d57 51.42%, rgba(5, 45, 87, 0.00) 69.32%);
}
*/

/* Product section */


.product-detail-page-banner{
  margin-top: 20px;
  margin-left: 10px;
  display: block;
}

/*
.product-detail-page-banner::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0.7;
 background: #1f3e98;
}
.product-detail-page-banner .banner-image {
 min-height: 16rem;
}
.product-detail-page-banner .banner-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.product-detail-page-banner .banner-content {
 position: absolute;
 top: 35px;
 left: 30px;
 z-index: 1;
 width: 96%;
}
*/

.product-detail-page-banner .title-n-subscribe {
 display: flex;
 gap: 20px;
}

.product-detail-page-banner .title {
 color: #fff;
 font-family: Outfit;
 font-size: 36px;
 font-style: normal;
 font-weight: 800;
 line-height: normal;
 letter-spacing: 0.36px;
 text-transform: uppercase;
 padding-bottom: 12px;
 font-family: 'FSAlbertBold';
}
.product-detail-page-banner .subscribe a {
 color: #fff;
 font-size: 20px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: 0.2px;
 text-transform: uppercase;
 padding: 5px 20px 5px 15px;
 border-radius: 5px;
 background: #f78f1e;
}
.product-detail-page-banner .subscribe a:hover {
   background: #e17807;
   color: #fff !important;
}
.product-detail-page-banner .subscribe svg {
   position: relative;
   top: -2px;
   left: 5px;
}
.product-detail-page-banner .categories {
   display: flex;
   gap: 8px;
   padding: 5px;
}
.product-detail-page-banner .categories-item {
    color: #221e20;
    font-size: 11px;
    border-radius: 30px;
    background: #f1c400;
    padding: 10px 5px;
    text-align: center;
}
.product-detail-page-banner .short-description {
   color: #fff;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 155.2%;
   letter-spacing: 0.16px;
   padding: 10px 5px;
   overflow: hidden;
   display: -webkit-box;
   font-family: 'FSAlbertBold';
   min-height: 68px;
}
.product-detail-page-content-section .apidoc__body {
   color: #505255;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 200%; /* 32px */
   letter-spacing: 0.16px;
   font-family: 'FsAlvarRegular';
}
.product-detail-page-content-section .price-details-section {
   padding: 10px 0 50px;
}
.product-detail-page-content-section .price-details-section a,
.product-detail-page-content-section a.primary-btn-redbg-white-color{
   padding: 5px 15px;
}
.product-detail-page-content-section .swagger-file-section {
   background: #ebebeb;
   padding: 2px 0;
   position: relative;
}
.product-detail-page-content-section .swagger-file-section::before {
   background: #ebebeb;
   position: absolute;
   height: 100%;
   content: "";
   z-index: -1;
   top: 0;
   visibility: visible;
   left: -100%;
   width: auto;
   right: -100%;
}
.product-detail-page-content-section .swagger-file-section-tab {
   display: flex;
   gap: 120px;
   line-height: 35px;
   padding: 2px 0;
}
.product-detail-page-content-section .swagger-file-section-tab .resources-label {
   color: #221e20;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 0.2px;
   padding-top: 5px;
}
.product-detail-page-content-section .swagger-download-link a {
   position: relative;
   color: #221e20;
   font-family: FsAlvarRegular;
   font-size: 13px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; /* 18.2px */
   text-decoration: none;
}
.product-detail-page-code-section {
   margin-left: 280px;
   margin-top: 40px;
}
.product-detail-page-code-section .label {
   color: #221e20;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   letter-spacing: 0.16px;
   padding-bottom: 18px;
}
.product-detail-page-code-section .code-wrapper {
   border: 1px solid #c8c8c8;
}
.product-detail-page-code-section .content-tab {
   display: flex;
   gap: 60px;
   padding: 16px 15px 0;
   border-bottom: 1px solid #c8c8c8;
}
.product-detail-page-code-section .content-tab-item {
   color: #505255;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 155.2%; /* 24.832px */
   letter-spacing: 0.16px;
   padding: 0 10px 16px;
   cursor: pointer;
}
.product-detail-page-code-section .content-tab-item.tab-active {
   color: #f78f1e;
   font-weight: 500;
   border-bottom: 3px solid #f78f1e;
}
.product-detail-page-code-section .content-body-item {
   color: #505255;
   font-size: 14px;
   font-style: normal;
   font-weight: 300;
   line-height: 18px; /* 0px */
   letter-spacing: 0.14px;
   width: 350px;
   display: none;
}
.product-detail-page-code-section .content-body-item.content-active {
   display: block;
}
.product-detail-page-code-section .content-body {
   padding: 28px 36px 30px;
}
.apidoc__spec .mat-toolbar-single-row {
   background: none !important;
   height: 0 !important;
}
.apidoc__spec .mat-toolbar-single-row a.ng-star-inserted {
   padding: 0 18px;
   color: #fff;
   background: #f78f1e;
   border-radius: 30px;
   text-decoration: none;
   position: relative;
   height: 30px;
   top: -22px;
}
.apidoc__spec .mat-toolbar-single-row a.ng-star-inserted .mat-button-wrapper {
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.14px;
 position: relative;
 top: -3px;
}

@media (max-width: 767px) {
 .product-detail-page-banner .title-n-subscribe {
   flex-direction: column;
   margin-bottom: 20px;
 }
 .product-detail-page-banner .banner-image {
   height: 290px;
 }
 .product-detail-page-banner .banner-content {
   bottom: 25px;
   left: 0;
 }
 .product-detail-page-banner .title {
   font-size: 26px;
   letter-spacing: 0.26px;
   padding-bottom: 0;
 }
 .page__content {
   padding: 0 20px;
 }
 .product-detail-page-content-section .swagger-file-section::before {
   left: -20px;
   right: -20px;
 }
 .product-detail-page-code-section {
   margin-left: 0;
   margin-top: 20px;
 }
}
/* Arabic styles starts from here */
[dir="rtl"] .product-detail-page-banner .banner-content {
 left: auto;
 right: 30px;
}
[dir="rtl"] .product-detail-page-banner .subscribe svg {
 left: auto;
 right: 5px;
 transform: rotate(180deg);
}
[dir="rtl"] .swagger-ui .model-toggle:after {
 transform: rotate(180deg);
}

#user-form .form-item-persistent-login-logout {
 color: #f78f1e;
 font-size: 1.5rem;
 padding: 4px 0 20px;
}

/* Arabic bugs */
html[lang="ar"]  .form-check label {
 padding-right: 1.6rem;
}

.advanced-search-wrapper {
 position: relative;
}
.advanced-search-wrapper .advanced-search-link {
 position: absolute;
 right: 14%;
 top: 10px;
 cursor: pointer;
}
.advanced-search-wrapper .advanced-search-link.hide {
 display: none;
}
form.search-form .search-advanced {
 display: none;
 position: absolute;
 width: 60%;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 z-index: 500;
 background: #F8F9FB;
}
.search-advanced .card-header {
 background-color: #F8F9FB !important;
 border: 0;
 color: #221E20;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 140%; /* 25.2px */
}
form.search-form .search-advanced.show {
 display: block;
}
form.search-form .search-advanced.show::after {
 content: '';
 background: #F8F9FB;
 position: absolute;
 left: -100%;
 width: 100%;
 height: 100%;
 top: 0;
}
form.search-form .search-advanced.show::before {
 content: '';
 background: #F8F9FB;
 position: absolute;
 right: -100%;
 width: 100%;
 height: 100%;
 top: 0;
}
.search-advanced .card-body,
.path--search-view-node-search {
 background: #F8F9FB;
}
.search-advanced #edit-keywords-fieldset .fieldset-wrapper,
.search-advanced .form-checkboxes {
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
 padding: 0 !important;
}
.search-advanced .form-checkboxes .form-check-input:checked  svg {
 color: #f78f1e;
}
.search-advanced .form-checkboxes .js-form-type-checkbox {
 margin-top: 0;
}
.search-advanced .form-checkboxes .js-form-type-checkbox label {
 top: 5px;
}
.search-advanced #edit-keywords-fieldset,
.search-advanced #edit-type--wrapper,
.search-advanced #edit-types-fieldset {
 border: 0 !important;
}
.search-advanced #edit-type--wrapper legend,
.search-advanced #edit-keywords-fieldset legend {
 display: none;
}
.search-advanced #edit-type--wrapper .fieldset-wrapper,
.search-advanced #edit-types-fieldset .fieldset-wrapper {
 padding: 0 !important;
}
.search-advanced #edit-types-fieldset legend {
 padding-left: 0 !important;
 border: 0 !important;
}
.search-advanced .form-type-textfield {
 width: calc(50% - 10px);
}
.search-advanced .form-type-textfield input {
 border-bottom: 1px solid #C7C7C7;
 background: #FFF;
}
.search-advanced input.form-submit {
 border-radius: 4px;
 text-transform: capitalize;
}
.advance-search-close {
 font-size: 24px;
 color: #000;
 position: absolute;
 right: 20px;
 top: 15px;
 z-index: 1;
 cursor: pointer;
 width: 20px;
 height: 20px;
}
.advance-search-close::after {
 content: '\f00d';
 font-family: FontAwesome;
 position: absolute;
 top: 50%;
 right: -10px;
 color: #000;
 transform: translate(-50%, -50%);
 font-size: 25px;
}
[dir="rtl"] .advanced-search-wrapper .advanced-search-link {
 right: auto;
 left: 11%;
}
[dir="rtl"] .advance-search-close {
 right: auto;
 left: 20px;
}
[dir="rtl"] .advance-search-close::after {
 right: auto;
 left: 10px;
}
.user-profile-details-wrapper .address-section .field__label {
 display: block;
 margin-right: 10px;
}
[dir="rtl"] .user-profile-details-wrapper .address-section .field__label {
 margin-right: 0;
 margin-left: 5px;
}


/* Fourm Page design */
.node-type--forum,
.nodeaddforum,
.path-forum {
 background: #F8F9FB;
}
.forum__topics {
 padding: 0px 20px;
 border: 1px solid #f0f0f0;
 border-radius: 10px;
 background-color: #fff;
 width: 100%;
 margin-bottom: 30px;
}

.path--forum-index .forum__topics {
 padding: 0;
 border: 0;
 background-color: transparent;
}
.forums-page-wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
}

.path-forum .action-links {
 display: block;
 padding: 0;
}

.path-forum .action-links a {
 background: transparent;
 font-size: 0;
 border: 0;
 padding: 0;
 font-family: FsAlvarRegular;
 letter-spacing: 0;
 vertical-align: text-bottom;
}
.path-forum .action-links a:before {
 content: 'Log in';
 font-size: 17px;
 color: #f78f1e;
 display: inline-block;
 font-family: FsAlvarRegular;
 line-height: 21px;
 vertical-align: top;
}

html[lang="ar"] .path-forum .action-links a:before {
 content: 'تسجيل الدخول';
}
/* html[lang="ar"] .path-forum .action-links > div:before, */
.path-forum .action-links > div:after {
 content: 'to post new content in the forum';
 color: #000;
 font-size: 17px;
 display: inline-block;
 font-family: FsAlvarRegular;
 line-height: 21px;
 vertical-align: top;
 cursor: text;
}

html[lang="ar"] .path-forum .action-links > div:after {
 content: 'لنشر محتوى جديد في المنتدى';
}
.path-forum .topic-list-wrapper {
 width: 100%;
}
@media (min-width: 768px) {
 .path-forum .forum__topics {
   max-width: 70%;
   width: 100%;
 }

 .path-forum .topic-list-wrapper {
   max-width: calc(30% - 30px);
   width: 100%;
   margin-left: 30px;
 }
 html[lang="ar"] .path-forum .topic-list-wrapper {
   margin-left: 0;
   margin-right: 30px;
 }
 .path-forum .action-links {
   margin-left: auto;
   width: max-content;
 }
 html[lang="ar"] .path-forum .action-links {
   margin-right: auto;
   margin-left: 0;
 }
 .path--forum-page .action-links {
   margin-bottom: -47px;
 }
 .user-logged-in.path--forum-page .action-links {
   margin-bottom: 0;
 }
}

.forum__topics table thead a {
 pointer-events: none;
}

.forum__topics thead .tablesort--asc {
 display: none;
}

.forum__topics table a {
 color: #000;
}

.forum__topics table tbody td,
.forum__topics .table tbody td {
 padding: 1rem 0;
}

.forum-topic-list {
 border: 1px solid #f0f0f0;
 background-color: #fff;
}

.forum-topic-list h2 {
 margin: 30px 10px 10px;
 border-bottom: 1px solid #EAEAEA;
 font-size: 13px;
 font-weight: 400;
 color: #000;
 padding: 0 25px 5px 25px;
 position: relative;
}

.forum-topic-list h2::before {
 content: '\f005';
 font-family: FontAwesome;
 position: absolute;
 top: 3px;
 left: 2px;
 right: -10px;
 color: #505255;
 font-size: 10px;
}
html[lang="ar"]  .forum-topic-list h2::before {
 right: 0;
}

.forum-topic-list .view-forum-topics  {
 margin: 0 10px 30px 10px;
}

.view-forum-topics .views-row {
 margin-bottom: 5px;
 position: relative;
 padding: 0 15px;
}

.view-forum-topics .views-row a {
 font-size: 11px;
 color: #2196f3;
 font-weight: 400;
}

html[lang="ar"] .view-forum-topics .views-row::after,
.view-forum-topics .views-row::before {
 content: '';
 position: absolute;
 left: 2px;
 top: 8px;
 color: #2196f3;
 width: 5px;
 height: 5px;
 background: #2196f3;
 border-radius: 50%;
}
html[lang="ar"] .view-forum-topics .views-row::after {
 right: 2px;
 left: unset;
}
html[lang="ar"] .view-forum-topics .views-row::before {
 display: none;
}
.form-list-wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 padding: 15px 30px;
 border: 1px solid #f0f0f0;
 margin-bottom: 17px;
 border-radius: 5px;
 background-color: #ffffff;
}
.form-list-wrapper .forum__name a {
 color: #000;
 font-family: FsAlvarRegular;
 font-size: 13px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.65px;
}

.form-list-wrapper .forum__description p{
 color: #000 !important;
 font-size: 12px;
 font-style: normal;
 font-weight: 300;
 line-height: 25px;
 letter-spacing: 0.6px;
}
.form-list-wrapper .forum-list__forum {
 max-width: 70%;
 width: 100%;
}

.forum__submitted {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.forum__submitted span:first-child {
 color: #505255;
 font-size: 13px;
 font-weight: 500;
 line-height: 22px;
}

.forum__submitted small {
 color: rgba(33,37,41,0.50) !important;
 font-size: 10px;
 font-weight: 400;
 line-height: 22px;
 margin-left: 5px;
}

.form-list-wrapper .forum-topics,
.form-list-wrapper .forum__posts {
 font-size: 13px;
 color: #808080;
 align-self: end;
 display: flex;
}
.form-list-wrapper .labels,
.form-list-wrapper .labels {
 font-weight: 700;
}

.page-node-type-forum h1 {
 color: #000;
 font-size: 25px;
 font-style: normal;
 font-weight: 500;
 line-height: 110%;
}

.page-node-type-forum hr {
 display: none;
}

.page-node-type-forum .forum__byline {
 margin-bottom: 20px;
}

.page-node-type-forum .user {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 object-fit: contain;
 overflow: hidden;
}

.page-node-type-forum .forum__byline {
 padding: 15px 20px;
 border: 1px solid #EAEAEA;
 background: #fff;
 border-radius: 5px;
 border-bottom: 0;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}

html[lang="ar"] .page-node-type-forum .forum__byline {
 flex-direction: row-reverse;
}

.page-node-type-forum .forum__byline .forum__byline-text {
 color: #000;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.8px;
 font-size: 16px;
}

html[lang="ar"] .forum__byline-photo {
 margin-left: 0.75rem;
 margin-right: 0 !important;
}

.comment .border {
 border: 0 !important;
}

html[lang="ar"] .comment > .row {
 flex-direction: row-reverse;
}

.page-node-type-forum .forum__content {
 padding: 0 20px 15px;
 border: 1px solid #EAEAEA;
 background: #fff;
 border-radius: 5px;
 border-top: 0;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}

.page-node-type-forum .forum__content p {
 color: #000;
 font-size: 12px;
 font-style: normal;
 font-weight: 300;
 line-height: 25px;
 letter-spacing: 0.6px;
 margin-bottom: 0;
}
.page-node-type-forum .form-wrapper {
 max-width: 100%;
}

.comment .card-header {
 color: #000;
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 25px;
 letter-spacing: 0.7px;
}

html[lang="ar"] .comment .card-body .inline,
html[lang="ar"] .comment .card-header {
 flex-direction: row-reverse;
}

.comment .card-body p {
 color: #808080;
 font-size: 13px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.65px;
}

.comment .card-body .nav-link {
 color: #808080;
 font-size: 13px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 letter-spacing: 0.65px;
}

/* Why-choose banner issue */

/*
.why-choose-us .content-block > .paragraph div,
.why-choose-us .content-block > .paragraph img {
 width: 100%;
 z-index: -1;
}
.why-choose-us .content-block > .paragraph img {
 max-height: 300px;
 object-fit: cover;
 object-position: top;
}
.faq section.banner_wrapper img,
section.banner_wrapper div,
.basic-page .banner_wrapper img {
 width: 100%;
 z-index: -1;
}
.case-study-image .media,
.case-study-image .blazy--field-media-image {
 height: 100%;
 width: 100%;
}

.path-forum .indented {
 padding-left: 40px;
}

div.forum__add::before,
div.forum__add::after,
div.forum__add a::after,
div.forum__add a::before {
 display: none !important;
}

.action-links .forum__add {
 visibility: hidden;
 width: 0;
 height: 0;
 opacity: 0;
}

.topic-list-wrapper .forum__add {
 margin-top: 30px !important;
}

.topic-list-wrapper .forum__add a::before {
 content: '\2b';
 font-family: FsAlvarRegular;
 display: inline-block !important;
 padding: 3px;
 border: 1px solid #fff;
 border-radius: 50%;
 font-size: 7px;
 margin-right: 10px;
 line-height: 1;
 vertical-align: middle;
}

.topic-list-wrapper .forum__add a:hover::before {
 border-color: #f78f1e;
}

.path-forum .action-links .forum__add a {
 font-size: 0.875rem;
 background-color: #f78f1e;
 border-color: 1px solid #f78f1e;
 padding: 0.5rem 1.25rem;
}

.path-forum .action-links .forum__add a:hover {
 background-color: transparent;
 border-color: 1px solid #f78f1e;
}

.path--forum-page .form-list-wrapper {
 border: 0;
 padding-left: 0;
}

.nodeaddforum .node-forum-form {
 max-width: 600px;
 width: 100%;
 margin: 0 auto;
 padding: 25px 15px 10px;
 background: #fff;
}

@media (min-width: 768px) {
 .nodeaddforum .node-forum-form {
   padding: 25px 40px 10px;
 }
}

.nodeaddforum .node-forum-form .form-wrapper {
 max-width: 100%;
}

.nodeaddforum .node-forum-form .field--name-title::before {
 content: 'Post your question';
 font-size: 18px;
 font-weight: normal;
 color: #000;
 display: block;
 font-weight: 500;
 margin-bottom: 25px;
}

.nodeaddforum .node-forum-form label {
 font-size: 13px;
}

.nodeaddforum .node-forum-form .form-control {
 height: 34px;
 border: 2px solid #EAEAEA;
}

.nodeaddforum .node-forum-form .form-actions {
 text-align: right;
}
.faq .banner_wrapper .banner-title{
 display: none;
}

.regform-form-text {
   margin-top: 18px;
   padding-left: 2.5rem;
   margin-bottom: 30px;
   font-size: 32px;
   font-family: FSAlvarLight;
}

.c-navigation-breadcrumbs__item.login a:hover {
   text-decoration: none;
}
.user-profile-dashboard{
	z-index: 4;    
	color: #1c1c1c;
	font-family: FsAlvarRegular;
}
.user-profile-dashboard .breadcrumbs-login{
 margin-top: unset !important;
}
.profile-dashboard-email{
   font-size: 27px;
   font-family: FSAlvarLight;
   margin-top: -70px;
}

.contact-us-breadcrumbs{
	position: absolute;
	z-index: 4;    
	color: #1c1c1c;
	font-family: FsAlvarRegular;
}

.contact-us-breadcrumbs .breadcrumbs-login {
	margin-top: -87px;
	margin-left: -81px;
}

/*
.formcontact-us .page__title.mb-0{
	font-family: FSAlvarLight;
	margin-top: 10px;
	display: none;
}

.formcontact-us .pt-5, .formcontact-us .py-5 {
 padding-top: unset !important;
}

.contact-us__field-title{
 font-family: FSAlvarBold;
}

*/

.path--entity-developer-app-collection-by-developer .block--omantel-actions{
 padding-top: 7px;
}

.navbar-collapse{
 font-family: FsAlvarRegular;
   font-weight: 400;
}

.product-card .product-card__link{
	display: flex;
	justify-content: center;
	color: #6A8EBA;
	width: 100%;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom: -20px;
	height: 41px;
	line-height: 41px;
}
.product-card .product-card__link:hover{
  background: #F1A240;
  color: #FFF;
}

.product-card .product-card__link>svg{
 padding-left: 5px;
   padding-top: 11px;
}

.product-card .product-card__description{
   height: 65px;
   overflow: hidden;
   font-size: 13px;
   text-align: center;
   /*text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;*/
}
.product-card .product-card__heading{
/*   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
*/
 text-align: center;
 padding-top: 6px;
 font-size: 15px;
}

.product-card .product-card-body p strong{
  font-size: 0.9rem;
}

.product-card .product-card-body p span{
  font-weight: 900;
  color: #1f1f1f;
}
  
.card-img img{
   border-radius: 26px 26px 0px 0px;
}

.adminimal-admin-toolbar .contextual-region{
 position: unset;
}

.block--omantel-userprofilemenu .nav{
   padding-left: 40px;
   padding-top: 2px;
   padding-right: 40px;
   padding-bottom: 2px;
}
.block--omantel-userprofilemenu .nav li{
   border-right: 1px solid #D3D8DD;
   line-height: 36px;
}

.block--omantel-userprofilemenu .nav .nav-link {
     padding-right: 30px
}

.formcontact-us .first_section{ 
 float: left;
}

.home .btn-read-more-product{
 float: right;
}

.home .btn-read-more-product button{
border-radius: 5px;
background: #f78f1e;
border: none;
color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.2px;
}

.formcontact-us .form-textarea{
resize: none;
height: 92px;
}

.home .form-textarea{
 resize: none;
}

.home .our-product-homepage__title .buttons__item a{
 border-radius: 5px;
 background: #f78f1e;
 border: none;
 color: #fff;
 font-size: 14px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;
 letter-spacing: 0.2px;
 width: 90px;
 text-transform: capitalize;
}

/*
.primary-whitebg-color.breadcrumbs-login{
 margin-top: 108px;
}
*/

.path--change-pwd-page-change-password-form #edit-current-pass--description{
  display: none;
}

.wallet-balance-wrapper {
/*  display: none;*/
}

.path--entity-developer-app-add-form-for-developer .form-textarea,.path--entity-developer-app-edit-form-for-developer .form-textarea {
  resize: none;
}

.navbar-brand img {
  width: 80px !important;
}

.page__footer .footer-logo img{
  width: 80px !important;
}

/** Disable Subscription Button **/
.subscriptionbutton-disable {
  background: #8f8f8f !important;
  color: #fff !important;
  cursor: unset !important;
  opacity: 0.5;
}
.alreadyusednote{
    padding: 0.6rem 1rem;
    margin-top: 20px;
    color: #ff3434;
    background-color: #fffde2;
    border: 1px solid #f7f4c7;
    border-radius: 5px;
    font-size: 1.5rem;
}

.alreadyusednote h4{
  margin-bottom: 0;
}
.subscriptionbutton-disable:hover,
.subscriptionbutton-disable:focus {
  background: #8f8f8f;
  color: #fff;
}

.apidoc__spec .float-right a {
    display:none;
}

.home .webform-submission-form strong.error.form-item--error-message {
  color: #5f5858;
  font-size: 12px;
}
.formcontact-us .webform-submission-form strong.error.form-item--error-message {
  color: red;
}

.slide__field-subtitle{
	display: none;
}

.slider-cta-wrapper{
    display: none;
}

.carousel-button-wrapper .carousel-buttons {
    display: none;
}

.page__footer .footer-logo {
  margin-bottom: 35px;
}

.node-67 .page__title, .node-67 .basic-page__title{
  display: none;
}

.node-98 .page__title, .node-98 .basic-page__title, .node-122 .page__title, .node-122 .basic-page__title, .node-73 .page__title, .node-73 .basic-page__title, .node-129 .page__title, .node-129 .basic-page__title, .node-74 .page__title, .node-74 .basic-page__title, .node-72 .page__title, .node-72 .basic-page__title, .node-77 .page__title, .node-77 .basic-page__title, .node-110 .page__title, .node-110 .basic-page__title, .node-78 .page__title, .node-78 .basic-page__title, .node-76 .page__title, .node-76 .basic-page__title, .node-124 .page__title, .node-124 .basic-page__title, .node-121 .page__title, .node-121 .basic-page__title, .node-123 .page__title, .node-123 .basic-page__title, .node-125 .page__title, .node-125 .basic-page__title, .node-75 .page__title, .node-75 .basic-page__title, .node-127 .page__title, .node-127 .basic-page__title {
  display: none;
}

.node-67 h3, .node-67 h4, .node-67 h5, .node-122 h3, .node-122 h4, .node-122 h5, .node-73 h3, .node-67 h4, .node-73 h5, .node-129 h3, .node-129 h4, .node-129 h5, .node-74 h3, .node-74 h4, .node-74 h5,.node-72 h3, .node-72 h4, .node-72 h5, .node-77 h3, .node-77 h4, .node-77 h5, .node-110 h3, .node-110 h4, .node-110 h5, .node-78 h3, .node-78 h4, .node-78 h5, .node-76 h3, .node-76 h4, .node-76 h5, .node-124 h3, .node-124 h4, .node-124 h5, .node-121 h3, .node-121 h4, .node-121 h5, .node-123 h3, .node-123 h4, .node-123 h5, .node-125 h3, .node-125 h4, .node-125 h5, .node-75 h3, .node-75 h4, .node-75 h5, .node-127 h3, .node-127 h4, .node-127 h5 {  
  color: orange;
}

.node-98 h3, .node-98 h4, .node-98 h5  {  
  color: orange;
}

.contact-us-webform-wrapper form .phone_number{
  grid-column: 1 / span 2;
}

.contact-us-webform-wrapper form .description {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
}

.contact-us-webform-wrapper form .subject {
  grid-column: 1 / span 2;
}

.home-weoffer .weoffer-title {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: FSAlbertLight;
    color: #221e20;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    text-align: center;
}

.home-weoffer p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 30px;
}

.view-apigee-api-catalog--homepage-product li{
  width: 100%;
}

.registered-users-list .form-group {
    margin-bottom: 1rem;
    width: 200px;
    float: left;
    margin-right: 20px;
}

.registered-users-list .views-exposed-form .form-actions input {
    width: auto;
    padding: 0.4rem 1.6rem;
    font-size: 0.875rem;
    background-color: #f78f1e;
    color: #fff;
    border: none;
    text-align: left;
}

.registered-users-list .form-select{
    background-color: #e2e2e2;
    width: 200px;
}

.registered-users-list .views-exposed-form .form-actions {
    margin: 24px !important;
}

.registered-users-list .view-footer {
    font-weight: 500;
    color: #f78f1e;
    font-style: normal;
}

.registered-users-list table.table-bordered tbody td{
  padding: 8px !important;
  font-size: 13px !important;
}


#edit-status--wrapper {
    background: #ffef1661;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.85rem 0 0 !important;
    font-size: 1rem;
    color: #3c3c3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.block--omantel-contactpagebottommessage p{
    padding: 0.8rem;
    font-size: 1.2rem;
    background-color: #f78f1e;
    color: #fff;
    margin-top: 40px;
    margin-right: 30px;
    border-radius: 4px;
}

/*
.product-page-contact-top {
    font-size: 0.9rem;
    color: #fff;
    border-radius: 4px;
    width: 12rem;
    text-align: right;
}

.product-page-contact{
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
    background-color: #ebebeb;
    color: #000;
    margin-top: 50px;
    border-radius: 4px;
}
*/

.path--entity-purchased-product-developer-product-collection .alert.alert-danger.alert-dismissible {
    display: none;
}

.user-logged-in .button.button--danger,
#edit-account .description.form-text {
    display: none;
}

/** Breadcrumb CSS by KK start ****/


.path--entity-xrate-plan-canonical .breadcrumbs-login{
 margin-top: 28px;
}

.breadcrumbs-login svg{
 width: 10px;
 height: 1px;
}
.breadcrumbs-login a:link {
  text-decoration: none;
}
.breadcrumbs-login ol {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumbs-login a:focus {
  outline: thin dotted;
}
.breadcrumbs-login a:link {
  touch-action: manipulation;
}
.breadcrumbs-login a:active, a:hover {
  outline: 0;
}
.breadcrumbs-login a:visited:not([rel='external']) {
  color: currentColor;
}

.breadcrumbs-login .o-inline-svg-icon {
  stroke: currentColor;
}
.breadcrumbs-login .o-inline-svg-icon--baseline {
  position: relative;
  width: 1em;
  height: 1em;
}
.breadcrumbs-login .c-navigation-breadcrumbs__directory {
  display: flex;
}
.breadcrumbs-login .c-navigation-breadcrumbs__link:link {
  color: #007c89;
}
.breadcrumbs-login .c-navigation-breadcrumbs__link:link:hover {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: 0 calc(50% + 1ex);
}

.breadcrumbs-login .u-visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.breadcrumbs-login{
	margin-top: 25px; 
	padding-left: 2.5rem !important;
}

.breadcrumbs-login svg{
	width: 10px;
    height: 1px;
}
 .breadcrumbs-login a:link {
	 text-decoration: none;
}
 .breadcrumbs-login ol {
	 list-style-type: none;
	 padding-left: 0;
	 margin-top: 0;
	 margin-bottom: 0;
}
 .breadcrumbs-login a:focus {
	 outline: thin dotted;
}
 .breadcrumbs-login a:link {
	 touch-action: manipulation;
}
 .breadcrumbs-login a:active, a:hover {
	 outline: 0;
}
 .breadcrumbs-login a:visited:not([rel='external']) {
	 color: currentColor;
}

 .breadcrumbs-login .o-inline-svg-icon {
	 stroke: currentColor;
}
 .breadcrumbs-login .o-inline-svg-icon--baseline {
	 position: relative;
	 width: 1em;
	 height: 1em;
}
 .breadcrumbs-login .c-navigation-breadcrumbs__directory {
	 display: flex;
}
 .breadcrumbs-login .c-navigation-breadcrumbs__link:link {
	 color: #007c89;
}
 .breadcrumbs-login .c-navigation-breadcrumbs__link:link:hover {
	 background-image: linear-gradient(currentColor, currentColor);
	 background-size: auto 1px;
	 background-repeat: repeat-x;
	 background-position: 0 calc(50% + 1ex);
}
 @media (max-width: 500px) {
	 .breadcrumbs-login .c-navigation-breadcrumbs__item:not(:nth-last-child(2)) {
		 display: none;
	}
	 .breadcrumbs-login .c-navigation-breadcrumbs__link:before {
		 display: inline-block;
		 content: '\200b';
		 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007c89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E") center / 16px 16px no-repeat;
		 width: 16px;
	}
}
 @media (min-width: 501px) {
	 .breadcrumbs-login .c-navigation-breadcrumbs__item:nth-last-child(n+2):after {
		 display: inline-block;
		 content: '\200b';
		 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center / 16px 16px no-repeat;
		 width: 16px;
		 margin: 0 8px;
	}
	 .breadcrumbs-login .c-navigation-breadcrumbs__link {
		 display: block;
		 float: left;
		 color: rgba(0, 11, 37, 0.57);
	}
}

@media (max-width: 500px) {
  .breadcrumbs-login .c-navigation-breadcrumbs__item:not(:nth-last-child(2)) {
    display: none;
 }
  .breadcrumbs-login .c-navigation-breadcrumbs__link:before {
    display: inline-block;
    content: '\200b';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007c89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E") center / 16px 16px no-repeat;
    width: 16px;
 }
}
@media (min-width: 501px) {
  .breadcrumbs-login .c-navigation-breadcrumbs__item:nth-last-child(n+2):after {
    display: inline-block;
    content: '\200b';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center / 16px 16px no-repeat;
    width: 16px;
    margin: 0 8px;
 }
  .breadcrumbs-login .c-navigation-breadcrumbs__link {
    display: block;
    float: left;
    color: rgba(0, 11, 37, 0.57);
 }
}

 .breadcrumbs-login .u-visually-hidden {
	 position: absolute;
	 left: -10000px;
	 top: auto;
	 width: 1px;
	 height: 1px;
	 overflow: hidden;
}

.regform-form-text {
    margin-top: 18px;
    padding-left: 2.5rem;
    margin-bottom: 30px;
    font-size: 32px;
    font-family: FSAlvarLight;
}

.c-navigation-breadcrumbs__item.login a:hover {
    text-decoration: none;
}

.products h1.page__title{
  display: none;
}

/** Breadcrumb CSS by KK End **/

/*** Product variant CSS Start **/
/*.product-variant{
   background-color: #f8f9fb;
   padding: 30px 0 5px;
   margin-top: 20px;
   border-radius: 5px;
 }
 
.product-variant .product-card-link-custom{
    width: 124px;
    margin: 0 auto;
}

.product-variant .product-header h2{
    margin-bottom: 30px;
    font-weight: 800;
    letter-spacing: 0.36px;
    font-size: 30px;
    color: #052a95;
}

.product-variant .product-card{
   padding: 15px 15px 20px;
   height: calc(100% - 30px);
   margin-bottom: 10px;
   border: 1px solid #ebebeb;
   border-radius: 26px 26px 0px 0px;
}

.product-variant .product-card .product-card__description{
   height: 65px;
   -webkit-line-clamp: none;
}

.product-variant .product-card .product-card-body{
   min-height: 310px;
}


.product-variant .tax-markup{
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.0rem;
}

.product-variant .tax-markup span{
    font-size: 1.2rem;
    color: #f78f1e;
    margin: 5px;
    line-height: 30px;
}

.product-variant span.vatamount{
    font-size: 0.85rem;
    color: #f78f1e;
    margin: 5px;
    line-height: 30px;
}

*/

.page, .dialog-off-canvas-main-canvas{
    display: flex;
    flex-direction: column;
    height: auto !important;
}

/** VAT Document Upload CSS ***/
#vatdocument,
#iamdeveloper,
#usertype-resitype {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


td.purchased-product-action ul li:first-child { 
  display: none !important;
}

.password-strength,
.password-confirm-message{
  font-size: 0.8rem;
}

fieldset legend span {
    font-size: 0.9rem !important;
}

#edit-status .form-check label{
	margin-top: 6px !important;
}

.registered-users-list ul{
  margin: 0;
  padding: 0;
}

.registered-users-list ul li{
  margin: 0 0 5px 5px;
  padding: 0;
  line-height: 20px;
}


#reg-address{
  width: 100%;
}

#edit-field-applicable-vat label{
  color: #f78f1e;
  font-weight: 600;
}

#edit-field-applicable-vat label.error{
  display: block;
}

span.vatpercent {
    font-size: 0.85rem;
    line-height: 18px;
    display: inline-flex;
    width: 460px;
    margin-left: 2px;
}

 #vat-document .border,
 #vat-document .border-bottom{ 
   border: none !important;
 }
 
 #vat-document .form-wrapper {
   max-width: 100%;
 }
 
 #vat-document .px-4{ 
     padding: 20px 0 10px 0 !important;
 }
 
 #vat-document .p-4{ 
     padding: 0 0 0 10px !important;
 }

.order-history-success {
    background: #f78f1e;
    border-radius: 20px;
    padding: 40px;
}

.order-history-success h2{
    font-family: FSAlvarBold;
    color: #fff;
    border-bottom: 2px solid #ffa02a;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.order-history-success h4{
    color: #f0f8ff;
}

.order-history-success p{
    color: #fff;
    font-size: 1.3rem;
}

.xrate-product-value{
    font-family: FsAlvarRegular;
    color: #f78f1e;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}

.user-register-form svg.form-required__indicator{
    display: none !important;
}

.adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active,
.adminimal-admin-toolbar .toolbar .toolbar-bar .toolbar-tab > .toolbar-item:focus{
    background-color: #fff !important;
}


/** Page Title CSS Start ***/
.page__header_section{
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 208px;
  margin: 0 auto;
  padding: 20px 0 20px 15px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url('../images/header-strip-top.png');
}

.page__header_section img, .landing .image-items img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page__title{
  font-family: FSAlbertBold;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #fff;
}

.page__title:not(.node-type--apidoc .page__title){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: FSAlbertBold;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #fff;
}

h1.page-title-terms-condition{
  position: absolute;
  top: -135px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: FSAlbertBold;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #fff;
}


h2.faq-page__title{
  display: none;
}

.page__header_common{
  position: relative;
  top: -38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#edit-field-user-type {
  display: flex;
  flex-direction: column-reverse;
}

#edit-field-user-type div {
  margin-bottom: 5px;
}

span.organization-developer{
    font-size: 12px;
    float: left;
    margin: -17px 0 0 180px;
    color: #f78f1e;
}

span.individual-developer {
    font-size: 12px;
    float: left;
    margin: -17px 0 0 160px;
    color: #f78f1e;
}

/* Postpaid billing CSS */

.postpaid-bill-container table{
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.postpaid-bill-container th, 
.postpaid-bill-container td {
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
}

.postpaid-bill-container th {
  font-weight: 600;
  padding: 10px 5px;
}

.postpaid-bill-container th {
  background-color: #f4f4f4;
}

/* Responsive adjustments */
  @media (max-width: 600px) {
  .postpaid-bill-container th, 
  .postpaid-bill-container td {
      font-size: 14px;
      padding: 8px;
    }
  }

.container-billing-filter .form{
  display: flex;
  gap: 40px; 
}

.container-billing-filter{
  background-color: #e6ecf8;
  padding: 20px;
  border-radius: 5px;
}

.container-billing-filter label{
  font-weight: 600;
}

.container-billing-filter input[type=date].form-control{
  font-size: 12px !important;
}

.container-billing-filter .form-item-billing-product-wise-start-date{
  width: 200px;
}

.container-billing-filter .btn-primary{
  padding: 5px 20px;
  height: 40px;
  margin-top: 25px;
  border-radius: 20px;
}

.billing-product-info{
  background-color: #f8f9fb;
  padding: 25px;
  margin: 50px 0 20px;
  border-top: 5px solid #f78f1e;
}

.billing-product-info .product-info-box{
  background-color: #fff;
}

.billing-product-info p{
  margin-top: 0;
  margin-bottom: 0;
  color: #f78f1e;
  font-weight: 800;
}

.no-result-message {
  border: 1px solid #d5e1ed;
  width: 100%;
  border-radius: 4px;
  margin: 30px 0;
  padding: 20px;
  color: #faa;
}


#views-exposed-form-faq-block-1{
  position: relative;
  margin-top: 20px;
}

#views-exposed-form-faq-block-1 .fa-magnifying-glass {
    position: absolute;
    top: 17px;
    left: 12px;
}

#views-exposed-form-faq-block-1 .form-control{
    border: 1px solid #e0dbdb;
    padding: 8px 15px 8px 40px;
    border-radius: 5px;
    height: 32px;
}

#views-exposed-form-faq-block-1 .form-type-textfield{
  width: 400px;
}

.product-sandbox .product-card__heading {
 color: #505255;
 font-family: FsAlvarRegular;
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: 155.2%; /* 24.832px */
 letter-spacing: 0.16px;
 }
 
.messages.messages--status {
    margin: 0 0 30px;
}

.product-sandbox .primary-btn-redbg-white-color{
  text-transform: none;
}
