/**
 * 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.
 */
body {
  line-height: 1;
  height: auto;
  font-family: 'Rubik', sans-serif;
  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 svg {
  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: 'Outfit', sans-serif;
}

/* backgound color global class */
.tertiary-bluebg-color {
  background-color: #f8f9fb;
}
/**chat box**/
.block--type-basic.block.block--basic.block--ooredoo-ooredooapiknowledgesearchchatbot #oo-chat-bubble {
    right: 10px !Important;
    bottom: 95px !Important;
}
/* Global Red button */

.btn-primary {
  background-color: #eb1c24;
  border-color: #eb1c24;
}
.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: #eb1c24;
  color: #eb1c24;
}
.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: #eb1c24;
}
.navbar-collapse {
  justify-content: flex-end;
}
.signup-form.signup-form__wrapper #ip_addresss .form-wrapper {
    width: 100% !important;
    max-width: calc(100% - 0px)!important;
}
.navbar {
  background: var(--ak-header-color);
  border-bottom: 2px solid #eb1c24;
  width: 100%;
  position: fixed;
  top: 36px;
  z-index: 443;
}
.page {
  padding-top: 100px;
}
a.nav-link.dropdown-toggle.name-dropdown-container {
    display: inline-block;
    max-width: 126px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reg-success-icon svg.svg-inline--fa.fa-circle-check {
    color: #136d42;
    font-size: 74px;
    width: 100%;
    margin: 40px;
    /* text-align: center; */
    padding: 13px;
}
a.reg-success-goback {
    color: #eb1c24;
    font-weight: bold;
    text-decoration: none;
}
.userregistersuccess h3.login-form-title {
    display: none;
}
.userregistersuccess .reg-success-title {
    padding-bottom: 12px;
    color: #136d42;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    width: 100%;
}
.userregistersuccess p {
    color: rgb(0, 0, 0);
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.home .page,
.why-choose-us .page,
.products .page,
.page-node-type-apidoc .page,
.page-node-type-case-studies .page,
.partner-onboarding .page,
.faq .page,
.page-node-type-landing .page,
.apispecificationpage .page,
 {
  padding-top: 94px;
}
.toolbar-fixed.toolbar-tray-open.user-logged-in.path-user .page,
.user-logged-in.path-user .page,
.toolbar-fixed.toolbar-tray-open.wallet-history .page,
.user-logged-in.path-wallet-history .page,
.toolbar-fixed.toolbar-tray-open.transaction-log .page,
.user-logged-in.transaction-log .page,
.toolbar-fixed.toolbar-tray-open.amount-deduction-history .page,
.toolbar-fixed.toolbar-tray-open.payment-history .page,
.toolbar-fixed.toolbar-tray-open.agreement .page {
  padding-top: 130px;
}

.userregistersuccess .page,
.userregister .page,
.userlogin .page,
.userpassword .page {
  padding-top: 0;
}
.userpassword .page .page__header {
  margin: 0;
}
form#user-form div#edit_field_country_chosen a.chosen-single {
    border: none;
}
.product-listing .ajax-progress-fullscreen {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #202020b3;
}
.navbar .nav-link {
  color: #212529;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}

/***********Multiple Icon square Box*********/
.icon-square-box_icon {
    text-align: center;
    font-size: 50px;
    color: #ed1c24;
 }
 .icon-square-box {
   border: 1px solid #d4d2e3;
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    position: relative;
   
}
/*
.icon-square-box:hover {
    background-color: #ebebeb;
}*/
.icon-square-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #e6e6e6;
}
.icon-square-box:before {
    width: 10px;
    height: 10px;
    background-color: #f00;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    content: "";
    transition: .3s;
    opacity: .1;
}
.multiple-icon-square-box a {
    text-decoration: none;
}
.paragraph.multiple-icon-square-box {
    margin-top: 40px;
}
.icon-square-box_title {
    text-align: center;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}
.page__footer {
  background: #221e20;
  font-size: 16px;
  color: #fff;
  border-radius: 25px 25px 0 0;
}
.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;
}
.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 #ed1c24;
  background: #ed1c24;
  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;
}
.page__footer .webform-submission-newsletter-subscription-form input.webform-button--submit:hover {
  background: #b90107;
}
.signup-form__top div#edit_field_country_chosen {
    width: 100% !important;
    margin-bottom:40px !Important;
}
.signup-form__top div#edit-field-country-wrapper {
    width: 100%;
    margin-bottom:67px !Important;
}
.page__footer .views-element-container h2 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
}
.page__footer .views-element-container ul {
  padding: 0;
  list-style: none;
}
.page__footer .views-element-container 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;
  flex-wrap: wrap;
}
.page__footer .copyright-row {
  margin: 0 -15px;
  border-top: thin solid #918f90;
  padding: 18px 0 55px;
}
.footer-row .block {
  padding: 0;
  flex: 16%;
}
.block.block--ooredoo-footerextramenus h2.sr-only {
    position: relative ! IMPORTANT;
    width: 100% !important;
    /* height: 100px !important; */
    white-space: revert-layer;
    overflow: inherit;
    margin-bottom: 26px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.14px;
}
.block.block--ooredoo-footerextramenus ul li:nth-child(1) a{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.14px;
}
.block.block--ooredoo-footerextramenus ul li a {
    padding-bottom: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
}
.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 a {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 111;
}
.page__footer .footer {
  padding-top: 170px !important;
  padding-bottom: 70px !important;
}
.page__footer .block--ooredoo-copyrightfooter {
  flex: auto;
}
.product-card-logo {
    display: flex;
    align-content: center;
    align-items: center;
	padding-bottom: 10px;
}
.product-flag-logo img {
    border: 0;
    width: 30px;
    height: auto;
}
.product-categories {
	display: flex;
    align-content: center;
    align-items: center;
	gap: 3px;
	padding-bottom: 10px;
}
.product-list-categories {
    border: 1px solid #333;
    border-radius: 14px;
    padding: 3px;
    font-size: 12px;
}
.page__footer .block--ooredoo-copyrightextramenus .nav .nav-item .nav-link,
.page__footer .block--ooredoo-copyrightfooter {
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
.node-type--product-term-condition h1.page__title span {
  display: none;
}
.page__footer .block--ooredoo-copyrightextramenus .nav .nav-item {
  padding: 0 10px;
}
.page__footer .block--ooredoo-copyrightextramenus .nav .nav-item:nth-child(1) {
  border-right: 2px solid;
}
.page__footer .block--ooredoo-copyrightextramenus .nav .nav-item:last-child {
  padding-right: 0;
}
.page__footer .block--ooredoo-footerextramenus .nav-item {
  padding-bottom: 15px;
  font-weight: 600;
}
.page__footer .block--ooredoo-footerextramenus .nav-link {
  padding: 0;
}
  form#user-register-form div#edit-field-api-product-wrapper, div#edit-field-api-product-internal-wrapper {
    max-width: calc(100% - 15px);
  }
  
.path-tfa .page {
    padding-top: 145px;
}
  
.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;
}
.language-switcher-language-url.block--ooredoo-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);
  }
}
.login-form__forgot-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.login-form__forgot-btn .form-check label {
  padding-left: 25px;
  line-height: 25px;
}
#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,
.login-form__forgot-btn .form-check .form-check-input:checked  svg {
  color: #ed1c24;
}
.sign-up-action,
.login-form__signup-btn {
  text-align: center;
  font-size: 14px;
}
#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 {
  color: #eb1c24;
  font-weight: bold;
}
.pass_action {
  justify-content: space-between;
}
.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-bottom: thin solid #eaecf0;
  padding: 0.25rem 1rem;
  height: 38px;
}
.form-control.form-textarea {
  height: 38px;
  min-height: 38px;
}
.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%;
}
.Login_block .login_form {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 35px;
}
.forgot-pass-subtitle {
  font-size: 12px;
  color: #505255;
}
.Login_block .error {
  color: #ed1c24;
  margin-bottom: 10px;
  margin-top:10px;
  margin-left: 18px;
}
.userregister .Login_block .login_form {
  padding-left: 0;
  padding-top: 20px;
  display: block;
}
html[lang="ar"] .userregister .Login_block .login_form {
  padding-right: 0;
}
.Login_block .login_form .login-form-title {
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 15px;
}
.signup-form__wrapper,
.Login_block .login_form .login-form__wrapper {
  max-width: 296px;
  width: 100%;
}
.signup-form__wrapper label,
.signup-form__wrapper .form-label,
.login-form__wrapper label,
.login-form__wrapper .form-label {
  font-size: 12px;
  color: #505255;
  margin: 0;
  font-family: 'Rubik', sans-serif;
}
.signup-form__wrapper  .form-control,
.login-form__wrapper .form-control {
  font-size: 14px;
  border-bottom: 1px solid #e0dbdb;
  height: 24px;
  outline: none;
  box-shadow: none;
  margin: 0;
 /* margin-bottom: 5px; */
}
.class-page-forbidden {
    padding: 50px;
}
.class-page-not-found img {
	display: block;
	margin: auto;
	width: 50%;
}
.class-page-forbidden h1 {
    text-align: center;
}
.class-page-forbidden hr {
    margin: auto;
    width: 50%;
}
.class-page-forbidden h3 {
    text-align: center !important;
    position: relative;
    animation: animateright 0.4s;
}
.class-page-forbidden h1 code {
    color: #ed1c24;
}
.signup-form__wrapper .form-control.chosen-container-single .chosen-single {
    padding: 0.25rem 1rem;
    height: 38px;
    border: 1px solid #e0dbdb;
    border-radius: 20px;
    margin-left: -17px;
    margin-right: -19px;
}

div#edit_field_country_chosen {
    border: none;
}

.chosen-container-single .chosen-single div b {
	background : none !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__help_actions {
  text-align: center;
  width: 75%;
  border-top: 1px solid #bdbcbc;
  padding-top: 40px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.signup-form__wrapper #terms_of_use_checkbox_validate {
  margin-bottom: 15px;
  width: 100%;
}
.field--name-field-user-type fieldset > .fieldset-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.login-form__submit {
  padding-bottom: 40px;
  border-bottom: 1px solid #bdbcbc;
  margin-bottom: 20px;
}
.signup-form__submit {
  border-bottom: 0;
  margin-bottom: 0;
}
.signup-form__wrapper .field--name-field-user-type .error {
  padding: 0;
  position: absolute;
  bottom: -92px;
}
.signup-form__submit .btn-primary,
.login-form__submit .btn-primary {
  display: block;
  width: 100%;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 20px;
}
.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%;
}

/***Swagger*****/
div#api-documentation .sl-px-24{
	padding-right:20px !Important;
	padding-left:20px !important;
}

/* Sign up */
small#edit-field-select-opco--description {
	display : none;
}
.form-item-field-country.js-form-item-field-country.form-group label.error ,
.js-form-item.form-item.js-form-type-select.form-type-select.form-item-field-select-opco.js-form-item-field-select-opco.form-group label.error{
    position: absolute !important;
    top: 38px !important;
}
.js-form-item-field-api-product-internal-0.form-group label.error {
    position: absolute !important;
    top: 33px !important;
}
.ooredoo-world-items-wrapper div.field.field--hidden.content-with-taxonomy__field-taxonomy {
    display: contents;
}
.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,
.signup-form__top .form-item-pass {
  width: 100%;
}
.field--name-field-company-activity,
.signup-form__top .form-item-pass .form-type-password {
  width: 100%;
}
.signup-form__top .form-item-pass * {
  font-size: 12px;
}
.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 {
  border: 0 !important;
  max-width: 500px !important;
}
.select2-container--default .select2-selection--multiple ,
.select2-container--default.select2-container--focus .select2-selection--multiple,
textarea#edit-field-ip-addresses-0-value,
textarea#edit-field-purpose-0-value
 {
    background-color: #fff;
    cursor: text;
    position: relative;
    padding: 0.25rem 1rem;
    border-radius: 20px;
	font-size: 14px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #e0dbdb 1px;
}
textarea#edit-field-ip-addresses-0-value,
textarea#edit-field-purpose-0-value
 {
    border: 1px solid #e0dbdb !important;
	margin-top:10px;
}
textarea#edit-field-ip-addresses-0-value,
small#edit-field-ip-addresses-0-value--description,
textarea#edit-field-purpose-0-value,
small#edit-field-purpose-0-value--description,
input#edit-field-enter-your-website-url-0-value
 {
    width: 100% !important;
}
div#edit_field_country_chosen .chosen-drop {
    width: 300px;
    padding-top: 10px;
}
.swagger-ui .wrapper span.float-right a img {
    display: none;
}
form#user-register-form .form-item-field-api-product.js-form-item-field-api-product.form-group::after {
    content: none;
}
.field--name-field-user-type fieldset legend {
  padding: 0 !important;
}
.field--name-field-user-type fieldset legend span {
  font-size: 14px;
  margin-top: 10px;
}
.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: 20px;
  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;
}
.signup-form__wrapper .js-form-item-terms-of-use-checkbox label a {
  color: #505255;
}
/* Menu */
.menu-item a.is-active {
    color: #ed1c24 !important;
}

/* Captcha */
.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%;
}
form#webform-submission-newsletter-subscription-node-113-add-form a.reload-captcha {
    background-image: url('icons8-refresh.png') !important;
	padding: 20px;
	background-size: 20px 20px;

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

.primary-btn-redbg-white-color {
  background-color: #ed1c24;
  color: #ffffff;
  padding: 1.2rem 2.25rem;
  border-radius: 5px;
  border-color: transparent;
}
.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;
}
.primary-redbg-color {
  background-color: #ed1c24;
}
.secondary-graybg-color {
  background-color: #dddddd;
}
/* Create button on listing page styles */
.block--ooredoo-actions {
  display: flex;
  justify-content: end;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.page-label {
  margin-top: -45px;
}
.block--ooredoo-actions .my-4 {
  margin: 0 !important
}
.block--ooredoo-actions .button {
  padding: 8px 25px;
  line-height: 1;
  border-radius: 4px;
  background-color: #ed1c24;
  color: #ffffff;
  border: 0;
}
.block--ooredoo-actions .button:active {
  background-color: #ed1c24;
}
.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--ooredoo-appsubscriptionmenu {
  position: absolute;
  top: 100%;
}
.block--ooredoo-appsubscriptionmenu .nav-link {
  background: #eb1c24;
  margin-right: 5px;
  color: var(--ak-header-color);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.block--ooredoo-appsubscriptionmenu .nav-item:last-child .nav-link {
  margin-right: 0;
}
.block--ooredoo-appsubscriptionmenu .nav-link.is-active {
  padding-top: 15px;
  padding-bottom: 15px;
}
.purchased-subscription a {
    text-decoration: none;
    color: #3c3c3c;
    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);
    text-decoration: none;
}
.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;;
}

/****  About Us Page *****/
.paragraph.title-descriptions.title-descriptions--default {
    padding-top: 47px;
	margin-bottom: 18px;
}
.title-descriptions__title--description {
   color: #505255;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.2%;
    letter-spacing: 0.16px;
}
.square-box {
    border: 1px solid #d4d2e3;
    padding: 26px 22px 40px 40px;
    border-radius: 8px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}
.square-box_title {
    font-size: 18px;
    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;
}
.square-box_description {
color: #505255;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.swagger-ui .authorization__btn.unlocked {
  display :none !important;
}
.swagger-ui .auth-container .errors b {
    display: none;
}
/****** About Us Page*****/

/* Produt listing page style */
.product-mostly-used {
    color: #fff;
    font-size: 13px;
    padding: 3px;
    border-radius: 1px 2px 2px 2px;
    right: 0px;
    top: 0px;
    background: #eb1c24;
    position: absolute;
}
.products {
  background-color: #f8f9fb;
}
.block--ooredoo-forums,
.product-page-header {
  position: relative;
  padding: 40px 0;
}
.block--ooredoo-forums {
  text-align: center;
}
.block--ooredoo-forums::before,
.product-page-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: calc(100vw - 17px);
  background-color: #0047bb;
  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: #eb1c24;
}
.products .views-exposed-form .bef-toggle {
  display: none;
}
.product-search {
  position: relative;
  margin: 12px 0 15px;
}
.product-search .views-exposed-form {
  background-color: transparent;
}
.product-list div#edit-actions:before {
    content: 'X';
    visibility: visible;
    display: block;
    position: absolute;
    padding: 5px;
    top: 73px;
    z-index: 9;
    left: 28px;
    color: #fff;
    font-size: 18px;
}

.product-list .views-exposed-form input.form-control{
    padding: 0.25rem 1.5rem;
}
.product-listing-icon {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 9;
}
.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: 20px 15px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}
.xrate-plan--view-mode-teaser .card .card-body,
.product-card .product-card__heading {
  color: #505255;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  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: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.14px;
}
.xrate-plan--view-mode-teaser .btn,
.product-card .product-card__link {
  color: #ed1c24;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.2%; /* 24.832px */
  letter-spacing: 0.16px;
}
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: #ed1c24;
  background-color: #ebebeb;
}
.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 {
  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 {
  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: 'Rubik', sans-serif;
  font-size: 14px;
  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 {
     padding: 0 15px;
    border-top: 1px solid #ccc !important;
    margin-top: 82px !important;
    width: 100%;
    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 .views-exposed-form .form-actions input.btn-reset {
    background-color: #eb1c24 !important;
    border-color: #eb1c24;
    color: #fff;
    width: 255px;
    position: absolute;
    top: 62px;
	background:none;
}

.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: #3a3a3a;
}
.product-list .form-check .form-check-input:checked + svg {
  color: #ed1c24;
}
/* Profile menu style */
.block--ooredoo-userprofilemenu {
  top: 20px;
}
.block--ooredoo-userprofilemenu.is-sticky {
  top: 134px;
}
.toolbar-fixed .block--ooredoo-userprofilemenu.is-sticky {
  top: 134px;
}
.toolbar-fixed.toolbar-tray-open .block--ooredoo-userprofilemenu.is-sticky {
  top: 212px;
}
.toolbar-fixed .block--ooredoo-userprofilemenu {
  top: 20px;
}
.toolbar-fixed.toolbar-tray-open .block--ooredoo-userprofilemenu {
  top: 20px;
}
.block--ooredoo-userprofilemenu .nav {
  background: #ebebeb;
  gap: 20px;
  padding: 12px 40px;
}
.block--ooredoo-userprofilemenu .nav .nav-link {
  padding: 0;
  color: #221e20;
}
.block--ooredoo-userprofilemenu .nav .nav-link.is-active {
  color: #ed1c24;
  font-weight: bold;
}
.block--ooredoo-userprofilemenu.is-sticky {
  position: fixed;
  animation: slideDown 0.35s ease-out;
  z-index: 501;
  width: 100%;
}
.block--ooredoo-userprofilemenu .profile-menu {
  background: #ebebeb;
  position: fixed;
  width: 100%;
  z-index: 442;
  top: 94px;
}
.toolbar-fixed.toolbar-tray-open .block--ooredoo-userprofilemenu .profile-menu {
  top: 180px;
}
.wallet-balance-wrapper {
  position: fixed;
  top: 104px;
  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;
}
html[lang="ar"] .wallet-balance-wrapper,
html[lang="ar"] .fetch-results-button.btn {
  left: 40px;
  right: auto;
}
.block--ooredoo-userprofilemenu .profile-menu .block--ooredoo-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--ooredoo-walletbalance {
  display: none;
}
/* Profile page style */
.user--profile-details {
  max-width: 70%;
}
.user--profile-details h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  margin: 0 -15px 13px;
}
.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;
}
.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: #ed1c24;
  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;
}
/* Explore Section */
.content-with-callout--homepage-explore-section {
  background-color: #f8f9fb;
  padding-top: 60px;
}
.explore-section {
  margin-bottom: 60px;
}
.explore-section .explore-section__title .explore-section__title--heading {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.36px;
  font-family: 'Rubik', sans-serif;
}
.explore-section .explore-section__title  .explore-section__title--description {
  font-size: 17px;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}
.explore-section__icon {
  margin-bottom: 50px;
  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: 'Outfit', sans-serif;
  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: #ed1c24;
}
.callout-wrapper .fontawesome-icon svg {
  width: 30px;
  height: 30px;
  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 #ebebeb !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 #ebebeb !important;
}
.apigee-entity--app.collapsible-card--active .collapsible-card__toggle {
  border-radius: 6px 6px 0 0;
  background-color: #ebebeb !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;
}
.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: #eb1c24;
  background: #ffeeef;
  border: 1px solid #eb1c24;
}
.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;
}
.add-app-btn-wrapper .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;
}
.add-app-btn-wrapper .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: #0047bb !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 .details-right .developer-app__createdat {
  align-items: flex-end !important;
}
.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;
}
html[lang="ar"] .apigee-entity--app__details .details-right .developer-app__createdat,
html[lang="ar"] .apigee-entity--app__details .details-right .developer-app__lastmodifiedat {
  text-align: left;
}
.developer-app-edit-for-developer-form .info-Title h2 .developer-app-add-for-developer-form .info-Title h2 {
  color: #0047bb;
  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: #0047bb;
  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: #eb1c24;
}
.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: #eb1c24;
  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: 15px;
  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 16px;
  vertical-align: middle;
}
.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: 'Unsubscribe';
  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-wallet-history  .page__content ul,
.path-transaction-log  .page__content ul,
.path--entity-purchased-product-developer-product-collection .active-inactive-tabs,
.active-subscription-report .active-inactive-tabs,
.inactive-subscription-report .active-inactive-tabs {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #eb1c24;
  padding-top: 30px;
}
.path-wallet-history  .page__content ul a,
.path-transaction-log  .page__content ul a,
.path--entity-purchased-product-developer-product-collection .active-inactive-tabs a,
.active-subscription-report .active-inactive-tabs a,
.inactive-subscription-report .active-inactive-tabs a {
  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;
  text-decoration: none;
}
.path--entity-purchased-product-developer-product-collection .active-inactive-tabs h3:nth-child(1),
.active-subscription-report .active-inactive-tabs h3:nth-child(1),
.inactive-subscription-report .active-inactive-tabs h3:nth-child(1) {
  color: #fff;
  background: #eb1c24;
}
.path--entity-purchased-product-developer-product-collection .active-inactive-tabs .active-subscription,
.active-subscription-report .active-inactive-tabs .active-subscription,
.inactive-subscription-report .active-inactive-tabs .inctive-subscription {
  color: #fff;
  background: #eb1c24;
}
.path--entity-purchased-product-developer-product-collection .active-inactive-tabs .inctive-subscription {
  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: 'Outfit', sans-serif;
  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: 'Rubik', sans-serif;
  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: 'Rubik', sans-serif;
  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;
}
html[lang="ar"] .partner-onboarding .banner_wrapper {
  justify-content: right;
}
.banner_wrapper .banner-title {
  position: absolute;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  z-index: 1;
  margin-left: 50px;
}
html[lang="ar"] .faq  .banner_wrapper .banner-title {
  margin-right: 50px;
}
html[lang="ar"] .partner-onboarding  .banner_wrapper .banner-title {
  margin-right: 50px;
}
.banner-wrapper .banner__image:before,
.blue-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0047bb;
  opacity: .7;
  z-index: 0;
}
.logo-mobile {
  width: 100%;
  text-align: center;
  margin-bottom: 27px;
}
.Login_block .login_form .login-form-title {
  color: #505255;
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  width: 100%;
  text-align: center;
}
.forgot-pass-subtitle {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}
.userregister .field--name-field-user-type fieldset .btn-link {
  display: none;
}
/* Our product setion */
.home .our-product-homepage {
  margin-bottom: 0;
}
.our-product-homepage {
  margin-top: 79px;
  margin-bottom: 80px;
}
.our-product-homepage .blackbox__title {
  font-family: 'Rubik', sans-serif;
  color: #221e20;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.our-product-homepage .our-product-homepage__title {
  margin-bottom: 40px;
}
.our-product-homepage .produt-section__title {
  font-family: 'Rubik', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  color: #ed1c24;
  margin-bottom: 27px;
}
.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: 'Rubik', sans-serif;
  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: 'Rubik', sans-serif;
  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 {
  width: calc(50% - 20px);
}
.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 .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 {
  max-width: 60%;
  padding-left: 20px;
  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: 'Rubik', sans-serif;
  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: 'Rubik', sans-serif;
  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: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 25px;
  font-family: 'Rubik', sans-serif;
}
.our-product-homepage .blackbox__field-description ul {
  list-style-type: none;
  padding: 0;
}
.our-product-homepage .blackbox__field-description li {
  font-family: 'Rubik', sans-serif;
  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: #ed1c24;
  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: 230px;
  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: #ed1c24;
  font-family: 'Rubik', sans-serif;
  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;
  background: #b90107;
}
/* Get started block static */
.getstarted-section,.partner-onboarding-details {
  padding: 40px 100px;
}
.getstarted-section:nth-child(odd) .row
{
  flex-direction: row-reverse;
}
.getstarted-section .get-started-block .text-image__image,
.partner-onboarding-details .get-started-block .text-image__image
 {
  padding: 0 !important;
}
.getstarted-section .get-started-block .text-image__image .image__field-media-image,
.partner-onboarding-details .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,
.partner-onboarding-details .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: 'Outfit', sans-serif;
  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,
.partner-onboarding-details .get-started-block p,
 {
  color: #626262;
  font-family: 'Rubik', sans-serif;
  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: 'Rubik', sans-serif;
  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 100px;
  border-radius: 17px;
  background: #ed1c24;
  margin-bottom: -80px;
  position: relative;
  gap: 170px;
  margin-top: 43px;
}
.contact-us-webform-wrapper .form-wrapper {
  padding-top: 32px;
}
.contact-us-webform-wrapper .contact-us-title {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 31px;
  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;
}
.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: 0px;
}
.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: 2 / span 2;
}
.contact-us-webform-wrapper form .description textarea {
  height: 100px;
}
.contact-us-webform-wrapper form .phone_number {
  grid-column: 1 / 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 .captcha {
  grid-column: 3 / span 2;	
  grid-row: 1 / span 3;	
}
.contact-us-webform-wrapper form input,
.contact-us-webform-wrapper form select,
.contact-us-webform-wrapper form textarea {
  background: #ed1c24;
  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: #ed1c24;
  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%);
}
.node-type--landing .page__header {
  display: none;
}
.block--ooredoo-main-menu.contextual-region {
  position: initial;
}
.block--ooredoo-menu-account .nav-item a {
  color: #505255;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
.block--ooredoo-menu-account .nav-item a:hover {
  text-decoration: none;
}
/* 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: #ed1c24;
  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: relative;
  width: 36px;
  height: 36px;
  border-radius: 29px;
  background: #221e20;
  cursor: pointer;
  right: 0;
  z-index: 1;
  order: 4;
}
.header-search-icon::after {
  content: '\f002';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.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--ooredoo-menu-account .nav-item .dropdown-toggle::after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  color: #505255;
  transform: translate(-50%, -50%);
  font-size: 12px;
  border: 0;
}
.block--ooredoo-menu-account .nav-item.show .dropdown-toggle::after {
  content: '\f077';
}
.block--ooredoo-languageswitcher ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 25px;
  top: -8px;
  width: 55px;
  z-index: 1111;
}
.block--ooredoo-languageswitcher ul li.is-active {
  display: none;
}
.block--ooredoo-languageswitcher ul li {
  display: block;
  position: absolute;
  width: 100%;
  text-align: right;
  top: -4px;
}
html[lang="ar"] .block--ooredoo-languageswitcher ul li {
  text-align: left;
  top: -2px;
}
.block--ooredoo-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 {
  display: none;
}
.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--ooredoo-menu-account .nav-item a {
 /* color: #ed1c24;*/
  border-radius: 17px;
  border: 1.3px solid #ed1c24;
  /*margin-left: 10px;*/
}
.block--ooredoo-menu-account .dropdown-menu.show .dropdown-item {
  margin: 0;
}
.toolbar-fixed .block--ooredoo-menu-account .nav-item a {
  border: 0;
 /* color: #505255;*/
}
.block--ooredoo-menu-account .nav-item:first-child a {
  border: 0;
}
.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: 'Outfit', sans-serif;
}
.lmadha-akhtrtna,
.why-choose-text {
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
}
.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: 36px;
  font-weight: 800;
  left: 40px;
  color: #fff;
  z-index: 9;
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
}
html[lang="ar"] .lmadha-akhtrtna .content-block .title-image .title-image__field-title-name,
html[lang="ar"] .why-choose-us .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, 
.partner-onboarding .banner_wrapper 
{
  position: relative;
}
.lmadha-akhtrtna .content-block > .paragraph::before,
.basic-page .banner_wrapper::before,
.faq .banner_wrapper::before,
.partner-onboarding .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;
}
html[lang="ar"] .partner-onboarding .banner_wrapper::before {
  z-index: 1;
}
/* Profile account menu styles */
.block--ooredoo-menu-account .profile-menu li.nav-item {
  display: flex;
  padding-right: 0;
}
.user-logged-in .block--ooredoo-menu-account .profile-menu li.nav-item {
  padding-right: 40px;
}
html[lang="ar"] .user-logged-in .block--ooredoo-menu-account .profile-menu li.nav-item {
  padding-right: 0;
  padding-left: 40px;
}
html[lang="ar"] .profile-menu .nav {
  padding: 0;
}
.block--ooredoo-menu-account .profile-menu {
  position: relative;
}
.block--ooredoo-menu-account .profile-menu .user__user-picture {
  width: 28px;
  height: 28px;
}
.block--ooredoo-menu-account .profile-menu .user__user-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
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: 'Outfit', sans-serif;
  color: #ed1c24;
  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: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 17px;
}
.rate-plan-page .rate-product-detail .field__item,
.rate-plan-page .rate-plan__card .field__item {
  font-family: 'Rubik', sans-serif;
  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: #ed1c24;
}
.block--ooredoo-buyproductsbannerblock {
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px;
}
.banner-wrapper .banner--title,
.block--ooredoo-buyproductsbannerblock .banner__title {
  font-family: 'Outfit', sans-serif;
  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--ooredoo-buyproductsbannerblock .banner__description p {
  font-family: 'Rubik', sans-serif;
  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;
}
.block--ooredoo-buyproductsbannerblock:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: calc(100vw - 17px);
  background-color: #0047bb;
  transform: translateX(-50%);
  z-index: -1;
}
.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: 1;
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.path--entity-xrate-plan-canonical .page__content-above .block--banner {
  display: none;
}
.block--ooredoo-forums h2,
.product-page-header .product-page-title,
.product-banner-wrapper .banner--title {
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.block--ooredoo-forums h2 {
  color: #fff;
}
.block--ooredoo-forums p,
.product-page-header .product-page-subtitle,
.product-banner-wrapper .banner--description {
  font-family: 'Rubik', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.25px;
}
body.faq {
  background-color: #f8f9fb;
}
body.partner-onboarding {
  background-color: #f8f9fb;
}
html[lang="ar"] .view-reference-component--faq-landing-page,
.faq .view-reference-component--faq-landing-page,
.partner-onboarding .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,
.partner-onboarding .view-reference-component--faq-landing-page .view-filters .form-wrapper
 {
  max-width: 100%;
  border-bottom: 1px solid #ed1c24;
  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,
.partner-onboarding .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,
.partner-onboarding .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,
.partner-onboarding .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,
.partner-onboarding .view-reference-component--faq-landing-page .fieldset-wrapper
 {
  padding: 0 !important;
  padding-left: 25px !important;
}
html[lang="ar"] .view-reference-component--faq-landing-page .form-check,
.faq .view-reference-component--faq-landing-page .form-check,
.partner-onboarding .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,
.partner-onboarding .view-reference-component--faq-landing-page .form-check .form-check-label
 {
  padding: 10px 15px;
  color: #000000;
  font-family: 'Rubik', sans-serif;
  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,
.partner-onboarding .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,
.partner-onboarding .view-reference-component--faq-landing-page .form-check input:checked + svg + svg + .form-check-label
 {
  color: #ed1c24;
  border-bottom: 2px solid #ed1c24;
}
html[lang="ar"] .view-faq .item-list,
.faq .view-faq .item-list,
.partner-onboarding .view-faq .item-list
 {
  margin-top: 20px;
}
html[lang="ar"] .view-faq .item-list li,
.faq .view-faq .item-list li,
.partner-onboarding .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,
.partner-onboarding .view-faq .item-list > ul > li:last-child,
.faq details.details,
.partner-onboarding details.details
 {
  border: 0 !important;
}
html[lang="ar"] .view-faq .faq-heading,
.view-faq .faq-heading {
  margin-top: 40px;
}
html[lang="ar"] .view-faq .faq-heading .faq-page__title,
.view-faq .faq-heading .faq-page__title {
  margin-bottom: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #ed1c24;
}
html[lang="ar"].view-faq .faq-heading p {
    color: #212529;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.view-faq .faq-heading p {
    color: #212529;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
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"],
.partner-onboarding .view-reference-component--faq-landing-page .form-check .form-check-label[for^="edit-taxonomy-forums-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,
.partner-onboarding .view-reference-component--faq-landing-page .form-check .form-check-label[for^="edit-taxonomy-forums-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 .form-check .form-check-label[for^="edit-field-faqs-category-target-id-all"]::before {
  content: 'الجميع';
}
html[lang="ar"] .view-reference-component--faq-landing-page .form-check .form-check-label[for^="edit-taxonomy-forums-target-id-all"]::before {
  content: 'الجميع';
}
html[lang="ar"] .view-reference-component--faq-landing-page details.details,
.faq details.details,
.partner-onboarding details.details
 {
  padding: 0 !important;
}
html[lang="ar"] .view-faq .item-list .details__title,
.faq .view-faq .item-list .details__title,
.partner-onboarding .view-faq .item-list .details__title
 {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  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,
.partner-onboarding .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,
.partner-onboarding .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,
.partner-onboarding .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,
.partner-onboarding .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,
.partner-onboarding .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,
.partner-onboarding .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: 'Rubik', sans-serif;
  color: #000;
}
/* global style  */
#tfa-setup h3 {
  display: none;
}
#tfa-setup ul {
  display: none;
}
/* Header menu spacing issues */
.navbar {
  top: 36px;
}
.toolbar-fixed .navbar {
  top: 75px;
}
.toolbar-fixed .language-switcher-wrapper {
  top: 39px;
}
.toolbar-fixed.toolbar-tray-open .navbar {
  top: 115px;
}
.toolbar-fixed.toolbar-tray-open .language-switcher-wrapper {
  top: 79px;
}
.toolbar-fixed.toolbar-tray-open {
  padding-top: 95px;
}
.toolbar-fixed .page {
  padding-top: 94px;
}
.path--entity-user-canonical .page,
.path--entity-user-edit-form .page,
.path--ooredoo-apigee-monetization-rateplan-details .page {
  background: #f8f9fb;
  padding-top: 160px;
}
.path--entity-developer-app-collection-by-developer .page,
.path--entity-developer-app-edit-form-for-developer .page,
.path--entity-purchased-product-developer-product-collection .page {
  padding-top: 140px;
}
.alshrwt-w-alahkam h1 span,
.alshrwt-w-alahkam h2 span,
.alshrwt-w-alahkam h3 span,
.alshrwt-w-alahkam h4 span,
.alshrwt-w-alahkam h5 span,
.alshrwt-w-alahkam h6 span,
.term-condition h1 span,
.term-condition h2 span,
.term-condition h3 span,
.term-condition h4 span,
.term-condition h5 span,
.term-condition h6 span,
.product-term-condition h1 span,
.product-term-condition h2 span,
.product-term-condition h3 span,
.product-term-condition h4 span,
.product-term-condition h5 span,
.product-term-condition h6 span,
.privacy-policy h1 span,
.privacy-policy h2 span,
.privacy-policy h3 span,
.privacy-policy h4 span,
.privacy-policy h5 span,
.privacy-policy h6 span
{
  color: #ed1c24;
  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,
.privacy-policy .page__body p strong
{
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.alshrwt-w-alahkam .basic-page__wrapper .basic-page__content ul li span,
.term-condition .basic-page__wrapper .basic-page__content ul li span,
.privacy-policy .basic-page__wrapper .basic-page__content ul li span,
.privacy-policy .basic-page__wrapper .basic-page__content ol li span,
.term-condition .basic-page__wrapper .basic-page__content ol li span
{
    color: #212529;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.alshrwt-w-alahkam .page__body p,
.term-condition .page__body p,
.privacy-policy .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: 'Rubik', sans-serif;
  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: 'Rubik', sans-serif;
  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;
}
#edit-attachment-file-placeholder {
  display: none;
}
.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;
}
#tfa-setup,
#tfa-base-overview {
  margin-top: 75px;
}
#tfa-base-overview a {
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: #ed1c24;
  display: block;
  transition: all linear 400ms;
  text-decoration: none;
  border: 1px solid #ed1c24;
}
#tfa-base-overview a:hover {
  color: #ed1c24;
  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;
}
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;
}
.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;
}
.api-specs-body {
    color: #505255;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.16px;
}
body.agreement .page__messages {
  display: none;
}
/* Arabic styles starts from here */
html[lang="ar"] body {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .header-search-icon {
  right: auto;
  left: 0;
}
html[lang="ar"] .header-search-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
html[lang="ar"] .navbar-brand {
  margin-right: auto;
  margin-left: 24px;
}
html[lang="ar"] .block--ooredoo-menu-account .nav-item .dropdown-toggle::after {
  left: 8px;
  right: auto;
}
html[lang="ar"] .block--ooredoo-menu-account .nav-item a {
  margin-left: auto;
  margin-right: 10px;
}
html[lang="ar"] .language-switcher-globe-icon {
  right: auto;
  left: -10px;
}
html[lang="ar"] .navbar .block--ooredoo-search-form form .form-item::after {
  left: 10px;
  right: auto;
  transform: translate(-50%, -50%) rotate(90deg);
}
html[lang="ar"] .navbar .block--ooredoo-search-form .search-form-close {
  right: auto;
  left: 40px;
}
html[lang="ar"] .language-switcher-language-url.block.block--ooredoo-languageswitcher {
  margin-left: 0;
}
html[lang="ar"] .block--ooredoo-languageswitcher ul {
  right: auto;
  left: 25px;
}
html[lang="ar"] .language-switcher-globe-icon::after {
  right: auto;
  left: -10px;
}
html[lang="ar"] .block--ooredoo-languageswitcher ul li {
  left: 0;
}
html[lang="ar"] .block--ooredoo-languageswitcher ul.active li[hreflang="en"] {
  top: 26px;
}
html[lang="ar"] .page__footer .block--ooredoo-copyrightextramenus .nav .nav-item:last-child {
  padding-right: 10px;
  padding-left: 0;
}
html[lang="ar"] .page__footer .block--ooredoo-copyrightextramenus .nav .nav-item:nth-child(1) {
  border-right: none;
  border-left: 2px solid;
}
html[lang="ar"] .contact-us-webform-wrapper .next-btn-wrapper::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
html[lang="ar"] .contact-us-webform-wrapper form .form-type-select::after {
  left: 20px;
  right: auto;
}
html[lang="ar"] .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,
.toolbar-tray-open.user-logged-in.path-user.path--ooredoo-apigee-monetization-subscription-plan .page {
  padding-top: 100px;
}
.toolbar-tray-open.user-logged-in.path-user.products .page {
  padding-top: 100px;
}
.path--apigee-monetization-xplans.user-logged-in.path-user .page,
.path--ooredoo-apigee-monetization-subscription-plan.user-logged-in.path-user .page {
  padding-top: 100px;
}
.user-logged-in.path-user.path--entity-xrate-plan-canonical .page {
  padding-top: 79px;
}
/* Poduct term condition page banner */
.node.product-term-condition .banner-term-condition {
  padding-top: 20%;
}
.product-term-condition .form-check {
  margin-bottom: 20px;
}
.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%;
}
.path--entity-user-canonical .page__footer .footer,
.path--entity-developer-app-collection-by-developer .page__footer .footer,
.path--entity-developer-app-edit-form-for-developer .page__footer .footer,
.path--entity-purchased-product-developer-product-collection .page__footer .footer,
.path--apigee-monetization-xplans .page__footer .footer,
body[class*="monetizationxproductProductCatalogManagementplan"] .page__footer .footer,
.path--ooredoo-apigee-monetization-subscription-plan .page__footer .footer,
.path--ooredoo-apigee-monetization-rateplan-details .page__footer .footer,
.path--ooredoo-apigee-edge-apps-list .page__footer .footer,
.path--ooredoo-apigee-monetization-purchased-subscription-plan .page__footer .footer,
.path--ooredoo-apigee-monetization-purchased-subscription-inactive-plan .page__footer .footer,
.app-creation .page__footer .footer,
.wallet-history .page__footer .footer,
.transaction-log .page__footer .footer,
.payment-history .page__footer .footer,
.amount-deduction-history .page__footer .footer,
.purchased-subscriptionactive .page__footer .footer,
.purchased-subscriptioninactive .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%);
}
.menu--simple-mega-menu .menu-item--expanded a {
  position: relative;
}
.menu--simple-mega-menu .menu-item--expanded > a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #eee;
  bottom: -25px;
  left: 44%;
  transform: rotate(45deg);
  z-index: 10;
  opacity: 0;
}
.menu--simple-mega-menu .menu-item--expanded:hover > a::after {
  opacity: 1;
}
/* 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-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: #ed1c24;
  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;
  color: #ed1c24;
}
.block--ooredoo-menu-account .nav-item a:hover{
color: #ed1c24;
}
.swagger-ui .info hgroup.main a {
    display: 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 #ed1c24;
}
.mega-menu-content-reference-wrapper .content-wrapper ul {
  padding-top: 28px;
  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: #ed1c24;
  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: #ed1c24;
  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: #ed1c24;
  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-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;
  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;
}
/* Arabic styles starts from here */
html[lang="ar"] .title-description-button--mega-menu .link .buttons__item a::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
html[lang="ar"] .mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu a {
  padding: 0 0 0 10px;
}
html[lang="ar"] .mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu .apidoc__field-icon + a {
  margin-left: auto;
  margin-right: 28px;
}
html[lang="ar"] .mega-menu-content-reference-wrapper .content-wrapper .apidoc--view-mode-mega_menu .apidoc__field-icon .fontawesome-icon {
  right: 0;
}
/* Slider section */
.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;
}
.buttons {
  display: flex;
}
.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: 0;
}
.slide-items .text-items .slider-title {
  margin-bottom: 20px;
}
.text-items .slide__field-title {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.48px;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
  z-index: 1;
  text-transform: uppercase;
  font-style: normal;
}
.slide__field-subtitle {
  font-size: 21px;
  top: 50px;
  right: -65px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #ed1c24;
  text-align: center;
  padding: 39px 18px 34px;
  line-height: 19px;
  position: absolute;
  z-index: 0;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}
.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: 'Rubik', sans-serif;
}
.slide-items .image-items {
  background-color: #000;
}
.image-items .media {
  display: block;
}
.image-items img {
  max-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .75;
}
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: #ed1c24;
  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;
}
.field__label {
  display: none;
}
.path--entity-xrate-plan-canonical .field__label {
  display: block;
}
.slide__field-slider-cta .field__item a {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.purchase-insufficant-balance {
  color: #eb1c24;
}
.slide__field-slider-cta .field__item {
  padding: 10px;
  background: #eb1c24;
  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%;
}
/* Arrows style */
.next-prev {
  margin-left: auto;
}
.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: 100%;*/
  height: 70px;
  margin: 0 auto;
  right: 0;
  left: 0;
  /*background: #d9d9d9;*/
  border-radius: 40px;
  padding-left: 42px;
  padding-top: 15px;
}
.TryItPanel input[aria-label="client_id"],
.TryItPanel input[aria-label="client_secret"] {
-webkit-text-security: disc; /* Chrome/Safari mein bullets dikhेंगे */
text-security: disc;          /* Experimental property, kuch browsers mein */
}
.JsonSchemaViewer div[data-test="property-validation"] {
  display: none;
}
.field.field--hidden.slide__field-slider-cta a {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  background: #ed1c24;
  border-radius: 21px;
  width: 150px;
  display: inline-block;
}
.field.field--hidden.slide__field-slider-cta a:hover {
  background: #b90107;
}
.btn-primary:hover {
  background: #b90107;
  border-color: #b90107;
  color: #fff;
}
.slider-cta-wrapper svg {
  position: absolute;
  top: 53%;
  font-size: 14px;
  transform: translateY(-50%);
  left: 160px;
}
/* Arabic Design */
html[lang="ar"] .slide-items .text-items {
  right: 0;
  max-width: 483px;
  left: auto;
}
html[lang="ar"] .text-items .slide__field-title {
  line-height: 58px;
}
html[lang="ar"] .text-items .slide__field-description {
  line-height: 33px;
}
html[lang="ar"] .slide__field-subtitle {
  left: -65px;
  right: auto;
  line-height: 25px;
}
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;
}
/* 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: 100%;
  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: 34px;
}
.banner-block .banner-title {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  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%;
}
/* Arabic styles starts from here */
html[lang="ar"] .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', sans-serif;
  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: 175px;
}
.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: #ed1c24;
  position: relative;
  text-decoration: none;
}
.feature-section-article .buttons__item a:hover,
.feature-section-article .buttons__item a:focus {
  background: #b90107;
}
.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: 70%;
  border-radius: 25px;
  padding: 24px 24px 110px;
  gap: 24px;
  position: relative;
  z-index: 2;
  left: 18px;
  margin-top: -160px;
}
.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;
  left: 24px;
  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: #ed1c24;
  text-decoration: none;
  padding: 15px 72px 15px 18px;
}
.explore-all-article-btn a:focus,
.explore-all-article-btn a:hover {
  background: #b90107;
}
.explore-all-article-btn a svg {
  position: absolute;
  right: 18px;
}
/* Arabic styles starts from here */
html[lang="ar"] .feature-section-events-case-studies-wrapper {
  right: 18px;
  left: auto;
}
html[lang="ar"] .feature-section-article .buttons__item a {
  padding: 6px 20px 6px 44px;
}
html[lang="ar"] .feature-section-article .buttons__item a::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
html[lang="ar"] .feature-section-event .text-wrapper,
html[lang="ar"] .feature-section-case-studies .text-wrapper {
  padding: 38px 38px 28px 32px;
}
html[lang="ar"] .explore-all-article-btn {
  right: auto;
  right: 24px;
}
html[lang="ar"] .explore-all-article-btn a {
  padding: 15px 18px 15px 72px;
}
html[lang="ar"] .explore-all-article-btn a svg {
  right: auto;
  left: 18px;
  transform: rotate(180deg);
}

/* ooredoo world section */
.ooredoo-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;
}
.ooredoo-world-wrapper .text-wrapper {
  /* grid-column: 1 / span 2; */
  color: #000;
  padding-bottom: 20px;
}
.ooredoo-world-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.ooredoo-world-items {
  width: calc(25% - 25px);
}
.ooredoo-world-wrapper .text-wrapper .content-with-taxonomy__field-title {
  font-family: 'Outfit', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 57px; /* 95% */
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ooredoo-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;
}
.ooredoo-world-item-wrapper {
  position: relative;
}
.ooredoo-world-item-wrapper .ooredoo-world__field-logo img {
  width: 41px;
  height: 41px;
  object-fit: cover;
  border-radius: 100%;
}
.ooredoo-world__field-country-image .media{
  display: block;
}
.ooredoo-world-item-wrapper .ooredoo-world__field-country-image .field__item {
  height: 100%;
}
.ooredoo-world-item-wrapper .ooredoo-world__field-country-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.ooredoo-world-item-wrapper .ooredoo-items {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 12px;
}
.ooredoo-world-url-wrapper {
  display: flex;
}
.ooredoo-world-item-wrapper .ooredoo-items .ooredoo-world__name {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  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;
}
.ooredoo-world-url-wrapper {
  background-color: #eb1c24;
  padding: 10px 12px;
  gap: 5px;
  border-radius: 10px;
}
.ooredoo-world-url-wrapper .ooredoo-world__field-website-url {
  margin-right: 12px;
}
.ooredoo-world-url-wrapper .ooredoo-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;
}
.ooredoo-world-url-wrapper .social-icon-link--ooredoo-world {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 100%;
  position: relative;
}
.ooredoo-world-url-wrapper .social-icon-link--ooredoo-world a {
  color: #eb1c24;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.ooredoo-world-url-wrapper .social-icon-link--ooredoo-world svg {
  font-size: 20px;
}
.ooredoo-world-url-wrapper .social-icon-link--ooredoo-world svg.fa-facebook-f {
  font-size: 25px;
}
/* Arabic styles starts from here */
html[lang="ar"] .ooredoo-world-url-wrapper .ooredoo-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: 16px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 29px;
  background: #0047bb;
  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;
}
.paragraph-blog-wrapper.blog-banner-and-body {
  padding-top: 0;
}
.other-articles-block .block-header {
  color: #ed1c24;
  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: 16px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  padding: 10px 19px;
  border-radius: 29px;
  background: #0047bb;
  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: #ed1c24;
  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; /* number of lines to show */
  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; /* number of lines to show */
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.view-blog-wrapper .view-more {
  display: flex;
  color: #eb1c24;
  position: relative;
  width: 100px;
  margin-top: auto;
}
.view-blog-wrapper .view-more a {
  color: #eb1c24;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.2%; /* 24.832px */
  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: #ed1c24;
  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: #ed1c24;
  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: #ed1c24;
  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: #eb1c24;
}
.view-blog--page-landing .pagination .pager__item.active a {
  background: none;
  color: #eb1c24;
}
.blog-listing-page-content-wrapper,
.event-listing-page-content-wrapper {
  padding: 50px 0;
}
/* Arabic styles starts from here */
html[lang="ar"] .other-articles-section {
  border-left: none;
  border-right: 1px solid #d9d9d9;
}
html[lang="ar"] .view-blog-wrapper {
  padding: 26px 40px 40px 22px;
}
html[lang="ar"] .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%; /* 24.832px */
  letter-spacing: 0.16px;
}
.case-study-text-wrapper .case-study-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  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: #eb1c24;
  position: relative;
  width: 100px;
  margin-left: 165px;
}
.case-study-text-wrapper .case-study-url a {
  color: #eb1c24;
  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: #eb1c24;
}
.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', sans-serif;
  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,
.image__field-media-image .field__item {
  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', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  position: absolute;
  left: 6%;
  bottom: 45px;
  margin: 0;
}
.view-case-studies-landing-page ul li {
  list-style: none;
}
/* Arabic styles starts from here */
html[lang="ar"] .case-studies-detail-page-wrapper {
  padding: 0 0 0 24px;
}
html[lang="ar"] .case-study-text-wrapper .case-study-url svg {
  transform: translateY(-50%) rotate(180deg);
  left: -20px;
  right: auto;
}
html[lang="ar"] .case-studies-detail-page-banner .banner-title {
  left: auto;
  right: 48px;
}
html[lang="ar"] .case-studies-detail-page-banner::after {
  background: linear-gradient(264deg, #052d57 51.42%, rgba(5, 45, 87, 0.00) 69.32%);
}
/**Partner Onboarding****/
 .partner-onboarding-thumbnail img {
	 cursor: pointer;
	 transition: 0.3s;
 }
 .partner-onboarding-thumbnail img:hover {
	 opacity: 0.8;
 }
 
 .modal-body.partner-popup-img-show img {
    width: 100%;
    height: auto;
}
.modal.partner-popup {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #202020b3;
}
.partner-popup .modal-dialog {
    z-index: 99999999;
    margin: 2.5rem 9.5rem;
}

.modal.partner-popup .modal-content {
       width: 1000px;
}
button.partner-popup-close.close span {
    width: 40px;
    right: -32px;
    position: absolute;
    top: -24px;
    background-color: #ff0000;
    height: 40px;
    border-radius: 50px;
}
button.partner-popup-close.close span svg{
    color: #fff;
    font-size: 34px;
    margin-top: 5px;
}
  /**Partner Onboarding****/

/* Product section */
.product-detail-page-banner {
  position: relative;
}
.product-detail-page-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #0047bb;
}
.product-detail-page-banner .banner-image {
  height: 245px;
}
.product-detail-page-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-page-banner .banner-content {
  position: absolute;
  bottom: 35px;
  left: 30px;
  z-index: 1;
  top: 20px;
}
.product-detail-page-banner .title-n-subscribe {
  display: flex;
  gap: 20px;
}
.product-detail-page-banner .title {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.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: #ed1c24;
}
.product-detail-page-banner .subscribe a:hover {
  background: #ed1c24;
  color: #fff;
}
.product-detail-page-banner .subscribe svg {
  position: relative;
  top: -2px;
  left: 5px;
}
.product-detail-page-banner .categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-detail-page-banner .categories-item {
  color: #221e20;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  border-radius: 29px;
  background: #f1c400;
  padding: 8px 18px;
  align-items: center;
  display: flex;
}
.certification img.img-responsive {
    width: 120px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.swagger-ui .wrapper span.float-right a img {
    display: none;
}
#edit-pass.form-group{
	margin-bottom:0px!important;
	clear:both;
}
.slide-arrow.last-btn {
    display: none;
}
.product-detail-page-banner .short-description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.2%; /* 24.832px */
  letter-spacing: 0.16px;
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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;
}
.product-detail-page-content-section .price-details-section {
  padding: 40px 0 50px;
}
.product-detail-page-content-section .price-details-section a {
  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;
  height: 40px;
  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: Roboto;
  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: #eb1c24;
  font-weight: 500;
  border-bottom: 3px solid #eb1c24;
}
.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: #eb1c24;
  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;
}
/* Arabic styles starts from here */
html[lang="ar"] .product-detail-page-banner .banner-content {
  left: auto;
  right: 30px;
}
html[lang="ar"] .product-detail-page-banner .subscribe svg {
  left: auto;
  right: 5px;
  transform: rotate(180deg);
}
html[lang="ar"] .swagger-ui .model-toggle:after {
  transform: rotate(180deg);
}
#user-form .form-item-persistent-login-logout {
  display: none;
}
/* 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;
}

.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: #eb1c24;
}
.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;
}
html[lang="ar"] .advanced-search-wrapper .advanced-search-link {
  right: auto;
  left: 11%;
}
html[lang="ar"] .advance-search-close {
  right: auto;
  left: 20px;
}
html[lang="ar"] .advance-search-close::after {
  right: auto;
  left: 10px;
}
.user-profile-details-wrapper .address-section .field__label {
  display: block;
  margin-right: 5px;
}
html[lang="ar"] .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: 'Outfit',sans-serif;
  letter-spacing: 0;
  vertical-align: text-bottom;
}
.path-forum .action-links a:before {
  content: 'Log in';
  font-size: 17px;
  color: #eb1c24;
  display: inline-block;
  font-family: 'Outfit',sans-serif;
  line-height: 21px;
  vertical-align: top;
}
html[lang="ar"] .path-forum .action-links a:before {
  content: 'تسجيل الدخول';
}
.path-forum .action-links > div:after {
  content: 'to post new content in the forum';
  color: #000;
  font-size: 17px;
  display: inline-block;
  font-family: 'Outfit',sans-serif;
  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%;
}
.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: 'Rubik', sans-serif;
  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,
.lmadha-akhtrtna .content-block > .paragraph img {
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}
.faq section.banner_wrapper img,
.partner-onboarding 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: FontAwesome;
  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: #eb1c24;
}
.path-forum .action-links .forum__add a {
  font-size: 0.875rem;
  background-color: #eb1c24;
  border-color: 1px solid #eb1c24;
  padding: 0.5rem 1.25rem;
}
.path-forum .action-links .forum__add a:hover {
  background-color: transparent;
  border-color: 1px solid #eb1c24;
}
.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;
}
.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;
}
.product-search .views-exposed-form input.btn-reset {
  display: block;
}
html[lang="ar"] .custom-file-label::after {
  left: 0;
  right: auto;
}
.navbar-brand img {
  height: auto;
  width: 200px !important;
  max-height: initial;
}
.navbar .search-block-form {
  order: 3;
  width: 0%;
  transition: width 1s;
  overflow: hidden;
  border: 1px solid transparent;
  margin: 0;
}
.navbar .search-block-form form {
  display: block;
}
.navbar .search-block-form .form-search {
  width: 100%;
}
.navbar .search-block-form.search-open {
  width: 200px;
  border: 1px solid #f4f4f4;
}
.header-search-icon.close-icon::after {
  content: '\f00d';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.product-banner-wrapper {
  position: relative;
  height: 202px;
}
.product-banner-wrapper .banner-image {
  display: flex;
  align-items: center;
  text-align: center;
}
.product-banner__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 17px);
  height: 100%;
  transform: translateX(-50%);
}
.product-banner-wrapper .field__item,
.product-banner-wrapper .media,
.product-banner-wrapper .image__field-media-image {
  height: 100%;
  width: 100%;
}
.product-banner-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-banner-wrapper .banner-text-wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.product-banner-wrapper .banner-image::after {
  position: absolute;
  content: '';
  bottom: 0;
  background: #0047bb;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 17px);
  transform: translateX(-50%);
}
.path-wallet-history  .page__content ul,
.path-transaction-log  .page__content ul {
  border-bottom: 0;
  list-style-type: none;
  padding: 0;
}
.path-wallet-history  .page__content ul .active a,
.path-transaction-log  .page__content ul .active a {
  background-color: #eb1c24;
  color: #ffffff;
}
.path-wallet-history  .page__content ul a,
.path-transaction-log  .page__content ul a {
  border-radius: 5px;
  display: block;
  text-decoration: none;
}
.fetch-results-button.btn {
  padding: 4px 6px !important;
  top: 103px;
  right: 40px;
  font-weight: 700;
}
.wallet-balance-wrapper ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.wallet-balance-wrapper ul li {
  padding: 6px 10px;
}
.add-app-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}
.add-app-btn-wrapper .add-app-btn {
  border: 0;
}
.add-app-btn-wrapper .add-app-btn:hover,
.add-app-btn-wrapper .add-app-btn:active,
.add-app-btn-wrapper .add-app-btn:focus {
  background-color: #ed1c24 !important;
  border: 0;
  color: #fff !important;
}
.path--entity-developer-app-collection-by-developer .block--ooredoo-actions {
  display: none;
}
.oooredoo-apigee-edge-app-creation {
  display: flex;
  flex-wrap: wrap;
}
.oooredoo-apigee-edge-app-creation .app-input-wrapper {
  width: 50%;
}
.oooredoo-apigee-edge-app-creation .app-input-wrapper.input-title {
  width: 30%;
  padding-right: 20px;
}
.oooredoo-apigee-edge-app-creation .app-warning {
  width: 100%;
}
.oooredoo-apigee-edge-app-creation .app-input-wrapper input {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #fff;
}
.oooredoo-apigee-edge-app-creation input.form-submit {
  border-radius: 5px !important;
  background: #eb1c24;
  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;
}
html[lang="ar"] .oooredoo-apigee-edge-app-creation input.form-submit {
  margin: 0 0 0 20px;
}
.path--ooredoo-apigee-edge-app-creation .page__title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.33px;
  letter-spacing: 0.01em;
  text-align: left;
  padding-top: 30px;
}
.path--ooredoo-apigee-edge-app-creation .page {
  background: #f8f9fb;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper {
  width: 100%;
  max-width: 100%;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .fieldset-wrapper {
  padding: 0 !important;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .form-check {
  margin: 0;
  padding: 8px 16px;
  border-bottom: 1px solid #eaecf0;
  display: flex;
  align-items: flex-end;
  padding: 0;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  height: 35px;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper fieldset,
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper fieldset fieldset {
  border-radius: 6px 6px 0 0;
  margin-bottom: 28px !important;
  border: 1px solid #eaecf0 !important;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .form-check {
  margin: 0;
  padding: 8px 16px;
  border-bottom: 1px solid #eaecf0;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .form-check label {
  width: 100%;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .form-check label {
  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;
  padding-left: 0;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .form-check svg {
  top: 8px;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .fa-square {
  border-radius: 2px;
  color: #3a3a3a;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .fa-square-check {
  color: #eb1c24;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper legend {
  background: #f2f6fc;
  border-radius: 6px 6px 0 0;
  padding: 16px !important;
}
.oooredoo-apigee-edge-app-creation #edit-api-products--wrapper legend span {
  color: var(--or-gray, #221e20);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
}
.toolbar-fixed.toolbar-tray-open.user-logged-in.path--entity-developer-app-collection-by-developer .page,
.user-logged-in.path--entity-developer-app-collection-by-developer .page {
  padding-top: 163px;
}
.active-subscription-report .views-field-nothing a,
.active-subscription-report .views-field-nothing-2 a,
.inactive-subscription-report .views-field-nothing a,
.inactive-subscription-report .views-field-nothing-2 a,
.purchased-product-action a, .purchased-product-actions 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);
  text-decoration: none;
}
form#views-exposed-form-credit-wallet-log-page-2 div.form-type-date {
    max-width: 20%;
}
div#unSubscribeDetails {
  display: none;
}
.path--ooredoo-apigee-monetization-rateplan-details .product-term-purchase .form-submit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  border-radius: 30px;
  font-weight: 500;
  padding: 3px 20px;
}
.purchase-success {
  color: #00b42a;
}
html[lang="ar"] .path--ooredoo-apigee-monetization-rateplan-details .product-term-purchase .form-submit {
  left: -50%;
  transform: translateX(50%);
}
.lmadha-akhtrtna article .content-block,
.why-choose-us article .content-block {
  display: flex;
  flex-wrap: wrap;
}
.active-subscription-report .views-exposed-form,
.inactive-subscription-report .views-exposed-form {
  display: flex;
  gap: 10px;
  padding: 30px 0;
}
.active-subscription-report .views-exposed-form input.form-textfield,
.inactive-subscription-report .views-exposed-form input.form-textfield {
  border: thin solid #eaecf0;
}
.active-subscription-report .views-exposed-form input.form-submit,
.inactive-subscription-report .views-exposed-form input.form-submit {
  border-radius: 5px !important;
  background: #eb1c24;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-top: 22px;
  padding: 6px 20px;
  height: 38px;
}
.purchased-subscriptionactive .page,
.purchased-subscriptioninactive .page {
  padding-top: 90px;
}
.no-subscription-available-msg {
  padding: 30px 0;
}
.view-filters + .view-empty .no-subscription-available-msg {
  padding-top: 0;
}
html[lang="ar"] .signup-form select,
html[lang="ar"] .signup-form input {
  height: 32px;
}
html[lang="ar"] .signup-form .form-type-password-confirm {
  display: block;
}
html[lang="ar"] .signup-form .form-item-pass-pass1 {
  padding-right: 0;
}
html[lang="ar"] .signup-form .password-strength__meter,
html[lang="ar"] .signup-form .password-confirm-message {
  margin: 8px 0;
}
.agreement .block--ooredoo-main-menu {
  display: none;
}
.user-register-form .password-policy {
  display: none;
}
.language-switcher-wrapper .container {
  position: relative;
}
.slide-items .container {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.signup-form__wrapper input.form-control,
.signup-form__wrapper select.form-control {
  padding: 0.25rem 1rem;
  height: 38px;
  border: 1px solid #e0dbdb;
  border-radius: 20px;
}
html[lang="ar"] .signup-form__wrapper input.form-control,
html[lang="ar"] .signup-form__wrapper select.form-control {
  height: 38px;
}
.signup-form__wrapper input.form-submit {
  height: 38px;
}
.signup-form__wrapper .form-label {
  display: none;
}
.signup-form__wrapper .form-type-select {
  position: relative;
}
.signup-form__wrapper select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.signup-form__wrapper .form-type-select::after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #495057;
  z-index: 0;
}
html[lang="ar"] .signup-form__wrapper .form-type-select::after {
  right: auto;
  left: 20px;
}
.slide-items .image-items::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}
.toolbar-fixed.toolbar-tray-open.toolbar-vertical .language-switcher-wrapper {
  top: 36px;
}
.toolbar-fixed.toolbar-tray-open.toolbar-vertical .navbar {
  top: 72px;
}
.block--ooredoo-languageswitcher ul li[hreflang="en"] {
  display: none;
}
html[lang="ar"] .block--ooredoo-languageswitcher ul li[hreflang="ar"] {
  display: none;
}
html[lang="ar"] .block--ooredoo-languageswitcher ul li[hreflang="en"] {
  display: block;
}
.our-product-homepage__content.empty-wrapper .our-product-homepage__blackbox {
  max-width: 100%;
}
.our-product-homepage__content.empty-wrapper .our-product-homepage__products {
  display: none;
}
/* Media queries start */
@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: 40px;
    height: 40px;
  }
  .explore-section__icon .callout-wrapper {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .content-with-callout--homepage-explore-section {
    padding-top: 47px;
  }
  .logo-mobile {
    display: none;
  }
  .Login_block .login_form .login-form-title {
    font-size: 25px;
  }
  .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);
  }
  .field--name-field-user-type {
   /* 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;
  }
  
  div#api_product, div#ip_addresss {
    max-width: 100%;
    width: 100%;
	margin-bottom: 20px;
}
.form-item-api-product-internal.js-form-item-api-product-internal.form-group label.error {
    position: absolute;
    top: 37px;
}
  .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%;
  }
  .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;
  }
  .nodeaddforum .node-forum-form {
    padding: 25px 40px 10px;
  }
  html[lang="ar"] .navbar {
    padding-left: 50px;
    padding-right: 24px;
  }
  .navbar {
    padding-right: 50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .signup-form #edit_field_country_chosen {
    width: 128px !important;
    max-width: 100%;
  }
  .signup-form textarea#edit-field-ip-addresses-0-value, .signup-form small#edit-field-ip-addresses-0-value--description {
    width: 320px !important;
  }
  textarea#edit-field-ip-addresses-0-value, small#edit-field-ip-addresses-0-value--description, textarea#edit-field-purpose-0-value, small#edit-field-purpose-0-value--description, input#edit-field-enter-your-website-url-0-value {
    width: 320px !important;
}
  .slider-cta-wrapper {
    bottom: 8px;
    height: 50px;
    padding-top: 4px;
  }
  .signup-form__wrapper .field--name-field-user-type .error {
  
    bottom: -138px !important;
    width: 147px !important;
}
  .carousel-button-wrapper {
    bottom: 8px;
  }
  .carousel-button-wrapper .carousel-buttons {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .feature-section-events-case-studies-wrapper {
    width: 62%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .explore-section__icon .callout-wrapper {
    width: calc(25% - 30px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.contextual-region .menu--simple-mega-menu {
    position: initial;
    gap: 12px;
	}
	.navbar .navbar-brand {
    margin-right: 0.5rem;
	}
	.block--apigee-kickstart-branding .navbar-brand img {
    height: auto;
    width: 150px !important;
    max-height: initial;
	}
	#edit-select-your-subject, #edit-email-address, #edit-full-name, .step_1_of_2{
		font-size:12px;
	}

	textarea#edit-field-ip-addresses-0-value, small#edit-field-ip-addresses-0-value--description {
		width: 392px !important;
	}
	textarea#edit-field-ip-addresses-0-value, small#edit-field-ip-addresses-0-value--description, textarea#edit-field-purpose-0-value, small#edit-field-purpose-0-value--description, input#edit-field-enter-your-website-url-0-value {
    width: 392px !important;
}

	div#edit_field_country_chosen {
		background: none;
		border: none;
		width: 148px !important;
	}
}
@media (min-width: 1200px) {
  .Login_block .login_form {
    padding-left: 7rem;
  }
  .feature-section-events-case-studies-wrapper {
    width: auto;
  }
  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;
  }
  .feature-section-events-case-studies-wrapper {
    width: 60%;
  }
  .slideshow .slide-items .image-items {
    height: 500px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
  .ooredoo-world-wrapper {
    grid-template-columns: repeat(4, 290px);
    gap: 29px;
  }
  .ooredoo-world-url-wrapper {
    gap: 10px;
  }
  .ooredoo-world-url-wrapper .ooredoo-world__field-website-url {
    margin-right: 20px;
  }
    .navbar-expand-lg .navbar-nav {
     flex-direction: row;
     gap: 12px;
   }
   .navbar-brand img {
    width: 150px !important;
   }
}

@media (min-width: 1421px) {
  .toolbar-fixed.toolbar-tray-open .wallet-balance-wrapper {
    top: 186px;
  }
  .toolbar-fixed .wallet-balance-wrapper {
    top: 146px;
  }
  .toolbar-fixed .block--ooredoo-userprofilemenu .profile-menu {
    top: 140px;
  }
  .toolbar-fixed.user-logged-in.path--entity-developer-app-collection-by-developer .page {
    padding-top: 126px;
  }
  .toolbar-fixed.toolbar-tray-open.user-logged-in.path--entity-developer-app-collection-by-developer .page,
  .user-logged-in.path--entity-developer-app-collection-by-developer .page {
    padding-top: 126px;
  }
  .toolbar-fixed.app-creation .page {
    padding-top: 140px;
  }
}

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

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

@media (max-width: 1420px) {
  .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.app-creation .page,
  .app-creation .page {
    padding-top: 130px;
  }
  .toolbar-fixed.toolbar-tray-open .block--ooredoo-userprofilemenu .profile-menu {
    top: 218px;
  }
  .toolbar-fixed.toolbar-tray-open .wallet-balance-wrapper,
  .toolbar-fixed.toolbar-tray-open .fetch-results-button.btn {
    top: 224px;
  }
  .toolbar-fixed.toolbar-tray-open.path--entity-developer-app-collection-by-developer .page,
  .toolbar-fixed.toolbar-tray-open.path--entity-developer-app-edit-form-for-developer .page {
    padding-top: 163px;
  }
  .toolbar-fixed .wallet-balance-wrapper,
  .toolbar-fixed .fetch-results-button.btn {
    top: 146px;
  }
  .toolbar-fixed .block--ooredoo-userprofilemenu .profile-menu {
    top: 140px;
  }

}
/*****slider responsive ********/
@media (min-width: 320px) and (max-width: 768px) {
.path-tfa form#tfa-entry-form{
  padding:15px 15px;
}
.path-tfa main {
  padding:0px 15px;
}
.path--entity-user-edit-form main{
  margin-top:20px;
}
.our-product-homepage .btn-wrapper svg{
  left: 192px;
}
.block--ooredoo-userprofilemenu .profile-menu {
    top: 112px;
}
.block--ooredoo-userprofilemenu .nav {
    padding: 12px 15px;
}
.wallet-balance-wrapper {
   top: 122px;
   right: 3px;
   font-size: 8px;
   letter-spacing: normal;
}
.add-app-btn-wrapper {
    padding: 10px 0;
}
.apigee-entity--app__details .card-body.details-section {
    width: 100%;
    overflow-x: scroll;
}
.tab-content .apigee-entity--app__details {
    padding: 10px 10px;
}
.tab-content .apigee-entity--app__credentials fieldset.app-credential, .tab-content .apigee-entity--app .credentials-section {
    padding: 5px !important;
}

.tab-content .apigee-entity--app__credentials fieldset.app-credential .wrapper--secondary, .apigee-entity--app .credentials-section .wrapper--secondary {
    margin-left: 0px;
    margin-top: 10px !important;
}
.paragraph .explore-section .explore-section__title .explore-section__title--heading {
	font-size: 22px;
}
.fetch-results-button.btn {
  top: 110px;
  right: 2px;
}
.form#user-form {
	padding: 40px;
}
form#user-form textarea#edit-field-ip-addresses-0-value, form#user-form small#edit-field-ip-addresses-0-value--description {
    width: 290px !important;
}
textarea#edit-field-ip-addresses-0-value, small#edit-field-ip-addresses-0-value--description, textarea#edit-field-purpose-0-value, small#edit-field-purpose-0-value--description, input#edit-field-enter-your-website-url-0-value {
    width: 290px !important;
    margin-top: 19px;
}
input#edit-field-enter-your-website-url-0-value {
    margin-top: 35px !important;
}
form#user-form .chosen-container-single.form-select{
  width:290px !important;
}
form#user-form div#edit_field_country_chosen .chosen-drop {
    width: 289px;
}
form#user-form .password-policy{
    font-size:13px;
}
form#user-form .password-policy ul{
  padding-top:10px;
}
form#user-form .password-confirm-message{
  margin-top: 8px;
}
.explore-section__icon {
    margin-bottom: 0px;
}
.paragraph .feature-section-event {
	width: 100%;
}
.product-banner__image, .product-banner-wrapper .banner-image::after {
    width: calc(100vw - 0px);
}
.products main {
    width: 96%;
}
.product-search {
    padding-left: 15px;
}
.product-search svg {
    left: 21px;
}
.product-card {
    padding: 20px 15px;
    margin: 0px 0px 20px 15px;
}

.feature-section-event .text-wrapper, .feature-section-case-studies .text-wrapper {
	bottom: 17px;
	padding:20px;
}
.feature-section-events-case-studies-wrapper .explore-all-article-btn {
	bottom: -35px;
}
.our-product-homepage__title {
	padding:0px 15px;
}
#ip_addresss textarea#edit-field-ip-addresses-0-value, #ip_addresss small#edit-field-ip-addresses-0-value--description {
    width: 295px !important;
}
.paragraph .slide-items .text-items{
	padding: 0px 15px;
	top:15px;
	width:100%;
}
.signup-form.signup-form__wrapper div#ip_addresss {
    margin-top: -85px;
}
.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple, textarea#edit-field-ip-addresses-0-value, textarea#edit-field-purpose-0-value {
    margin-bottom: 28px;
    width: 289px !important;
}
#company_data {
    margin-bottom: 57px;
    margin-top: -45px;
}
.signup-form.signup-form__wrapper div#api_product {
    margin-top: -38px;
    margin-bottom: 36px;
}
.slide-items .text-items .slide__field-title{
	font-size: 13px !important;  
}
.slide__field-subtitle, .play-pause-buttons, .next-prev{
	display:none;
}
.slide-items .text-items .slide__field-description{
    font-size: 11px;
    padding: 0px;
}
.buttons.carousel-button-wrapper {
    display: none;
}
.slide-items .slider-cta-wrapper {
    bottom: -28px;
    background: none;
	padding:0 15px;
}
.slide-items .text-items .slider-title {
    margin-bottom: 5px;
}
.field.field--hidden.slide__field-slider-cta a {
    font-size: 13px;    
    padding: 8px 12px;
	width:127px;
}

.slider-cta-wrapper svg {
    left: 122px;
	top: 32%;
}
.feature-section-events-case-studies-wrapper {
    width: 100%;
	left:0px;
	padding: 18px 18px 110px;
    }
.feature-section-events-case-studies-wrapper {
    flex-wrap: wrap;
    display: flex;
}
.feature-section-event-wrapper, .feature-section-case-studies-wrapper {
    flex: 100%;
}
.feature-section-events-case-studies-wrapper::after{
	display:none;
}
.paragraph .feature-section-events-case-studies-wrapper {
	width: 100%;
	padding: 18px;
	display: flex;
	margin-bottom: 50px;
}
.paragraph.content-reference.content-reference--homepage-event{
	margin-top:80px;
}
.getstarted-section, .partner-onboarding-details {
    padding: 0;
}
.page .product-detail-page-content-section .swagger-file-section::before {
    left: -15px;
    right: -15px;
}
.swagger-ui .model-title {
    font-size: 12px;
}
.swagger-ui section.models .model-container {
    margin: 0 10px 15px;    
}
.swagger-ui > div > .wrapper, .swagger-ui > div > .scheme-container {
    padding: 0.5rem;
}
.swagger-ui section.models .model-container:first-of-type{
	margin: 0 10px 10px;
}
.swagger-ui section.models .model-container:last-of-type {
    margin: 0 10px;
}
.main .block {
    margin-bottom: 0.5rem;
}
.swagger-ui .model-box {
    padding: 10px 5px;
}
.apidoc__body ul{
	padding:0 15px;
}
.apidoc__body h3{
	margin-bottom:0px;
}
.swagger-ui .info .title, .markdown h2, .markdown h3{
    font-size: 20px;
}
.markdown ul{
	margin-top: 10px;
    padding: 0 15px;
}
.form_input_fields fieldset#edit-first-section, .form_input_fields fieldset#edit-second-section {
    margin-left: 0px;
}
.product-detail-page-banner .title {
    font-size: 22px;
}
.product-detail-page-banner .categories-item {
font-size: 10px;
    padding: 8px 12px;
}
.product-detail-page-banner .banner-content {
    left: 0px;    
}
h3, .h3 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 20px;
}
.product-detail-page-content-section .apidoc__body {
    font-size: 13px;
}
ol, ul {
    padding: 0 15px;
}
.product-detail-page-banner .short-description {
    font-size: 14px;
}
}

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

@media (max-width: 1300px) {
  .feature-section-events-case-studies-wrapper {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  .text-items .slide__field-title {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
  .text-items .slide__field-description {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1023px) {
  .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;
  }
  .carousel-button-wrapper {
    width: 71%;
  }
  .banner-block .banner-description {
    width: 100%;
  }
  .ooredoo-world-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .ooredoo-world-item-wrapper .image__field-media-image,
  .ooredoo-world-item-wrapper .media {
    width: 100%;
    height: 100%;
  }
  .toolbar-fixed .block--ooredoo-userprofilemenu .profile-menu {
    top: 156px;
  }
  .toolbar-fixed .wallet-balance-wrapper,
  .toolbar-fixed .fetch-results-button.btn {
    top: 160px;
  }
  .toolbar-fixed.toolbar-tray-open.app-creation .page,
  .app-creation .page {
    padding-top: 156px;
  }
}
@media (max-width: 992px) {
  .header-search-icon {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .navbar .container .block--system-branding {
    position: absolute;
    top: 20px;
    left: 60px;
  }
  .navbar .container {
    max-width: 100%;
  }  
  .navbar-brand img {
    width : auto !important;
  }
  .navbar {
    padding: 18px 5px;
  }
  .navbar .search-block-form {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .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--ooredoo-copyrightextramenus,
  .page__footer .copyright-row .block--ooredoo-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--ooredoo-footerextramenus .nav-item {
    padding: 20px;
  }
  .page__footer .block--ooredoo-footerextramenus .nav-item:nth-child(1) {
    border-top: 1px solid #4e4e4e;
  }
  .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.webform-button--submit {
    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%);
  }
  .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;
  }
  .navbar .container-fluid {
    justify-content: left;
  }
  html[lang="ar"] .navbar .container-fluid {
    justify-content: right;
  }
  html[lang="ar"] .navbar .container-fluid .block--system-branding {
    left: auto;
    right: 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: 45px;
    top: 20px;
  }
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-collapse .block--ooredoo-menu-account {
    order: -1;
  }
  .navbar .block--ooredoo-search-form {
    padding: 0;
  }
  .navbar .block--ooredoo-search-form form .form-item {
    margin: 0;
  }
  .navbar .block--ooredoo-search-form .search-form-close {
    top: 20px;
    right: 20px;
  }
  .navbar .block--ooredoo-main-menu {
    width: 100%;
  }
  .block--ooredoo-menu-account {
    padding: 0;
    width: 100%;
  }
  .block--ooredoo-menu-account .nav-item {
    padding: 14px 2px;
  }
  .toolbar-fixed .block--ooredoo-menu-account .nav-item a {
    padding: 0;
  }
  .block--ooredoo-menu-account .nav-item a {
    padding: 10px 16px;
    margin-left: 0;
  }
  .toolbar-fixed .block--ooredoo-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--ooredoo-menu-account .nav-item .dropdown-toggle::after {
    content: '\f054';
    right: 20px;
  }
  .block--ooredoo-languageswitcher ul {
    right: 0;
  }
  .block--ooredoo-menu-account .navbar-nav {
    border-bottom: 1px solid #505255;
    flex-direction: row;
  }
  .toolbar-fixed .block--ooredoo-menu-account .navbar-nav {
    flex-direction: column;
  }
  .toolbar-fixed .navbar {
    padding: 20px 0;
  }
  .block--ooredoo-menu-account .profile-menu .user__user-picture {
    order: -1;
  }
  .toolbar-fixed .block--ooredoo-menu-account .profile-menu .nav-item .nav-link {
    padding-top: 5px;
    padding-left: 10px;
  }
  .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;
  }
  .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;
  }
  .feature-section--default {
    padding: 38px 0 0;
  }
  .feature-section-article {
    height: 380px;
  }
  .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%;
  }
  .blog-listing-page-content-wrapper,
  .event-listing-page-content-wrapper {
    padding: 38px 15px;
  }
  .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;
  }
  .rate-plan-page .rate-product-detail,
  .rate-plan-page .rate-plan__card {
    height: auto;
    margin-bottom: 24px;
  }
  .path--apigee-monetization-xplans.user-logged-in.path-user .page,
  .path--ooredoo-apigee-monetization-subscription-plan.user-logged-in.path-user .page {
    padding-top: 116px;
  }

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

@media screen and (min-width: 768px) and (max-width: 991px) {
  div#edit_field_country_chosen {
    width: 137px !important;
    max-width: 100%;
  }
  textarea#edit-field-ip-addresses-0-value, small#edit-field-ip-addresses-0-value--description {
    width: 285px !important;
  }
}
@media (max-width: 768px) {
  .login_form .logo-mobile img {
    width: 160px;
  }
  .ooredoo-world-items {
    width: calc(50% - 25px);
  }
  .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__content {
    width: 100%;
  }
  .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;
  }
  html[lang="ar"] .navbar {
    padding-right: 0;
  }
  .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%;
  }
  .lmadha-akhtrtna article .content-block .why-choose-block,
    margin-bottom: 15px;
  }
  html[lang="ar"] .navbar {
    padding-right: 0;
  }
  .user--profile-details {
    max-width: 100%;
    padding: 20px;
  }
  .user-profile-details-wrapper .address-section {
    margin-left: 0;
  }

  body.userpassword,
  body.userregister,
  body.userlogin {
    height: 100%;
  }
  .signup-form__submit {
    width: 100%;
  }

  .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: #ed1c24;
    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 legend .btn-link {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
  }
  .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,
  .product-banner-wrapper .banner--title {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
  .product-page-header .product-page-subtitle,
  .product-banner-wrapper .banner--description {
    font-size: 17px;
    letter-spacing: 0.17px;
  }
  html[lang="ar"] .view-reference-component--faq-landing-page,
  .faq .view-reference-component--faq-landing-page, {
  .partner-onboarding .view-reference-component--faq-landing-page {
     max-width: 90%;
    margin: 0 auto;
  }

  html[lang="ar"] .view-faq .faq-heading,
  .view-faq .faq-heading {
    margin-top: 27px;
    padding-left: 15px;
  }
  .toolbar-fixed .block--ooredoo-userprofilemenu .profile-menu {
    top: 156px;
  }
  .block--ooredoo-userprofilemenu .profile-menu {
    top: 113px;
  }
  .path--entity-developer-app-collection-by-developer .page,
  .path--entity-purchased-product-developer-product-collection .page,
  .toolbar-fixed.toolbar-tray-open.user-logged-in.path-user .page,
  .user-logged-in.path-user .page {
    padding-top: 160px;
  }
  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;
  }
  .node.product-term-condition .banner-term-condition {
    padding-top: 150px;
  }
  .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 {
    display: none;
    opacity: 0;
  }
  .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;
  }
  .product-detail-page-content-section .swagger-file-section::before {
    left: -20px;
    right: -20px;
  }
  .product-detail-page-code-section {
    margin-left: 0;
    margin-top: 20px;
  }
  .case-studies-detail-page-banner .banner-title {
    left: 0;
  }
  .developer-app-add-for-developer-form .Api-Lists .form-check label,
  .developer-app-edit-for-developer-form .Api-Lists .form-check label {
    width: 80%;
  }
  .block--ooredoo-userprofilemenu .nav {
    padding: 12px 25px;
  }
  .user-form #edit-field-user-type-wrapper .btn-link {
    display: none;
  }
  html[lang="ar"] .block--ooredoo-menu-account .nav-item a {
    margin-right: 0;
  }
  html[lang="ar"] .block--ooredoo-menu-account .profile-menu li.nav-item {
    padding-right: 0;
  }
  html[lang="ar"] .block--ooredoo-menu-account .profile-menu .nav {
    padding-right: 0;
  }
  html[lang="ar"] .page__footer .views-element-container h2::before {
    right: auto;
    left: 20px;
  }
  html[lang="ar"] .footer-row .block .nav {
    padding-right: 0;
  }
  .ooredoo-world-item-wrapper .ooredoo-world__field-country-image .media,
  .ooredoo-world-item-wrapper .ooredoo-world__field-country-image .blazy {
    height: 100%;
  }
  .mega-menu-content-wrapper {
    display: none;
  }
  .menu--simple-mega-menu .menu-item--expanded:hover > a::after {
    opacity: 0;
  }
  .active-inactive-results {
    overflow-X: scroll;
  }
  .navbar-toggler  .navbar-toggler-icon svg {
    color: #3c3c3c;
  }
  .js td .dropbutton-multiple {
    margin-right: 4.18rem;
  }
  .node-type--forum .page__content {
    padding: 0 20px;
  }
  .node-type--forum .bg-lighter .container.py-5 {
    padding: 0;
  }
  .home .our-product-homepage {
    padding: 0 15px;
  }
  .apigee-entity--app__details .card-body.details-section {
    flex-wrap: wrap;
  }
  .apigee-entity--app__details .details-left {
    margin-bottom: 20px;
  }
  .apigee-entity--app__details .details-right,
  .apigee-entity--app__details .details-left {
    flex-direction: column;
  }
  .apigee-entity--app__details .details-right {
    width: 100%;
  }
  .apigee-entity--app__details .details-right .developer-app__createdat,
  .apigee-entity--app__details .details-right .developer-app__lastmodifiedat {
    text-align: left;
  }
  .apigee-entity--app .credentials-section {
    padding: 28px 0 !important;
  }
  .apigee-entity--app__credentials fieldset.app-credential .wrapper--primary,
  .apigee-entity--app .credentials-section .wrapper--primary {
    border: 0;
  }
  .apigee-entity--app__credentials fieldset .fieldset-wrapper > div.wrapper--secondary {
    margin: 0;
    border-radius: 0;
    margin-top: 20px !important;
  }
  .apigee-entity--app__credentials fieldset .fieldset-wrapper > div.wrapper--secondary label {
    border-radius: 0;
  }
  .apigee-entity--app .badge.badge-info {
    margin-top: 20px;
  }
  .form-list-wrapper .forum-topics,
  .form-list-wrapper .forum__posts {
    max-width: 50%;
    width: 100%;
    margin-top: 30px;
  }
  .slide-items .text-items {
    max-width: 100%;
    top: 80px;
    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;
  }
  .oooredoo-apigee-edge-app-creation .app-input-wrapper {
    width: 100%;
  }
  .oooredoo-apigee-edge-app-creation .app-input-wrapper.input-title {
    width: 100%;
  }
  .wallet-balance-wrapper,
  .fetch-results-button.btn {
    top: 160px;
  }
  .active-subscription-report .views-exposed-form,
  .inactive-subscription-report .views-exposed-form {
    display: block;
  }
}

@media (max-width: 600px) {
  .ooredoo-world-wrapper {
    display: flex;
    flex-direction: column;
    padding: 60px 36px 44px;
    gap: 30px;
  }
  .ooredoo-world-items {
    width: 100%;
  }
  .ooredoo-world-wrapper .text-wrapper .content-with-taxonomy__field-title {
    font-size: 41px;
    font-weight: 900;
    line-height: 51.66px; /* 95% */
    margin-bottom: 24px;
  }
  .ooredoo-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;
  }
  .ooredoo-world-url-wrapper {
    display: flex;
    width: 100%;
    max-width: 266px;
    margin: 0 auto;
  }
  .toolbar-fixed.toolbar-tray-open.app-creation .page,
  .app-creation .page {
    padding-top: 120px;
  }
}

@media (max-width: 300px) {
  .block--ooredoo-userprofilemenu .profile-menu {
    font-size: 12px;
  }
}
/* Media queries ends */

.swagger-ui .float-right a img {
    display: none !important;
}
.page-loader-swagger {
    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: 10000;
    display: none;
}
.page-loader-swagger svg {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.partner-onboarding-details a {
    color: #eb1c24 !important;
}
.partner-onboarding-details.get-started-block.field.field--hidden.two-column-description-image__field-text a {
    color: #eb1c24 !important;
}

@media screen and (min-width: 320px) and (max-width: 765px) {
	
.profile-menu ul li{
  font-size: 14px;
}
.block--ooredoo-userprofilemenu .nav {
  gap: 15px;
}
.lmadha-akhtrtna .content-block .title-image .title-image__field-title-name, .why-choose-us .content-block .title-image .title-image__field-title-name {
    font-size: 26px;
    left: 0;
    padding-left: 30px;
}
  .lmadha-akhtrtna article .content-block .why-choose-block,
  .why-choose-us article .content-block .why-choose-block {
    max-width: 90%;
    margin: 15px auto;
  }
  main.case-studies-detail-page {
    flex-grow: 1;
    width: 100%;
    padding: 0px 0px;
    margin-top: 10px;
  }	
.partner-onboarding .banner-block .banner-title {
    font-size: 22px;
    letter-spacing: normal;
}
.partner-onboarding .banner-block .banner-description {
    font-size: 13px;
    line-height: normal;
}

.partner-onboarding .banner-block .banner-image img {
    height: auto;
}
.partner-onboarding .banner-block .banner-text-wrapper {
    gap: 0px;
    bottom: 15px;
}

.partner-onboarding main{
    flex-grow: 1;
    width: 100%;
    padding: 0px 15px;
}
.partner-onboarding .paragraph.title-description{
    margin: 13px -15px !important
}

.partner-popup .modal-dialog {
    z-index: 99999999;
    margin: 30px 15px;
}
.modal.partner-popup .modal-content
 {
    width: 100%;
}
button.partner-popup-close.close span svg
 {
    font-size: 24px;
    margin-top: 4px;
}
button.partner-popup-close.close span {
    width: 30px;
    right: -12px;
    top: -19px;
    height: 30px;
}
.partner-popup .close {
    opacity: 1;
}
.swagger-ui h1 {
    font-size: 1.3em;
}

.certification img.img-responsive
{
    width: 85px;
}

.case-studies-detail-page .banner_wrapper .banner-title {
        font-size: 22px;
        letter-spacing: normal;
        margin: 0;
        width: auto;
        padding: 0px;
}
.case-studies-detail-page .banner_wrapper .banner-img img {
     height: 100px;
     object-fit: cover;
}
.case-studies-detail-page-banner .banner-img {
    height: 104px;
    width: 100%;
}
.case-studies-detail-page-banner .banner-title{
    left: 22px;
    bottom: 0;
    top: 22px;
}
.case-studies-detail-page-wrapper .case-studies--title {
    font-size: 20px;
    font-style: normal;
    padding-bottom: 15px;
}
.case-study-text-wrapper .case-study-description, .case-studies-detail-page-wrapper .case-studies--content {
    color: #505255;
    font-size: 14px;
}
.case-studies-detail-page .article--teaser .article__field-image {
        margin-left: 0;
        margin-right: 0;
}
.case-studies-detail-page  .banner-block .banner-image img {
    height: 180px;
}
.case-studies-detail-page .banner-block .banner-text-wrapper {
    gap: 2px;
    bottom: 0px;
    top:40px;
}
.case-studies-detail-page .banner-block .banner-title {
    font-size: 22px;
}
.case-studies-detail-page .banner-block .banner-description {
    font-size: 14px;    
    line-height: normal;   
}
.blog .paragraph.title-description{
    margin-top: 12px;
}
.blog-listing-page-content-wrapper .view-blog-wrapper .title a{
    font-size: 20px;
}
.blog .view-blog-wrapper .content {
    font-size: 14px;
}
.blog .view-blog-wrapper {
    padding: 15px;
}
.blog .view-blog-wrapper .view-more a {
    font-size: 14px;
    padding: 10px 0;
}
.blog .view-blog-wrapper .view-more svg {
    right: 0px;
}
.blog .view-blog-wrapper .date {
    font-size: 14px;
}
.blog-listing-page-content-wrapper, .event-listing-page-content-wrapper {
    padding: 38px 15px 0px;
}
.blog .contact-us-webform-wrapper{
    margin-top:0px;
}
.main.blog-detail-page{
    margin-top:28px;
}
.event-detail-page .event__title, .blog-detail-page .blog--title {
    font-size: 20px;
}
.blog-detail-page-content .blog-detail-page .blog--date {
    font-size: 14px;
}
.dialog-off-canvas-main-canvas .other-articles-block .other-article-image img {
    padding: 0px 15px;
}

	.why-choose-us .content-block > .paragraph div, .why-choose-us .content-block > .paragraph img {
		    max-width: 100%;
	}
	.feature-section-article .section-title {
        font-size: 22px;
    }
.feature-section-article .text-image__title {
font-size: 18px;
}
.feature-section-article .text-image__field-text, .feature-section-article .buttons__item a, .feature-section-event .text-image__field-text, .feature-section-case-studies .text-image__field-text {
font-size: 14px;
    }
.feature-section-article .buttons__item {
width: 155px;
}
.feature-section-article .buttons__item a::after {
right: 10px;
}
.paragraph .our-product-homepage__products .apidoc__content{
max-height:auto;
}
.feature-section-event .text-image__title, .feature-section-case-studies .text-image__title {
font-size: 22px;
}

	.our-product-homepage .blackbox-title {
font-size: 22px;
}
.our-product-homepage .blackbox__field-description li, .our-product-homepage .cta-btn-nobg-txt-arrow{
font-size: 14px;
}
	  .slider-cta-wrapper {
        bottom: -18px;
    }
	.our-product-homepage .produt-section__title{
font-size: 22px;
margin-bottom: 15px;
}
	.our-product-homepage .blackbox__title {
font-family: 'Rubik', sans-serif;
color: #221e20;
font-size: 22px;
}
	.product-detail-page-content-section .swagger-file-section::before {
    left: -15px;
    right: -15px;
}
.swagger-ui .info .title {
    font-size: 15px;
}
.product-detail-page-banner .banner-content {
    left: 0px;
}

.product-detail-page-banner .categories-item {
    font-size: 8px;
    padding: 8px 8px;
}
h3, .h3 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 20px;
}
.product-detail-page-content-section .apidoc__body {
    font-size: 13px;
}
ol, ul {
    padding: 0 15px;
}
.page-layout-sidebar-default .page__content {
    padding-right: 10px;
    padding-left: 10px;
}
.dialog-off-canvas-main-canvas .apigee-entity--app .collapsible-card__toggle {
    padding: 8px 25px 8px 10px !important;
}
.swagger-ui > div > .wrapper, .swagger-ui > div > .scheme-container {
    padding: 5px;
}
.swagger-ui section.models .model-container:first-of-type {
    margin: 20px 10px;
}
.swagger-ui .model-title {
    font-size: 12px;
}
.swagger-ui section.models .model-container {    
    margin: 0 10px 15px;
}
.swagger-ui section.models .model-container:last-of-type {
    margin: 0 10px;
}
.swagger-ui .model-box {
    padding: 10px 5px;
}
.main .block {
    margin-bottom: 0px;
}
.contact-us-webform-wrapper {
    padding: 36px 15px 68px 15px;
}
.contact-us-webform-wrapper fieldset#edit-first-section, .contact-us-webform-wrapper fieldset#edit-second-section {
    padding: 0px 15px;
}
.app-creation .oooredoo-apigee-edge-app-creation .app-input-wrapper.input-title {
    width: 50%;
    padding-right: 10px;
}
.app-creation .oooredoo-apigee-edge-app-creation {
    padding: 0 10px;
}

.app-creation .oooredoo-apigee-edge-app-creation #edit-api-products--wrapper .form-check label {
    font-size: 13px;
}
.app-creation .path--ooredoo-apigee-edge-app-creation .page__title {
    padding-top: 50px;
    margin-left: -5px;
}
.agreement h1.page__title.mb-0 {
    margin-top: 25px;
}

form#agreement-default-form label {
    padding-top: 3px;
}
form#agreement-default-form .form-check {
    padding-left: 10px;
}
form#agreement-default-form div#edit-actions {
    padding: 10px;
}
nav .search-block-form .form-control:focus, nav .search-block-form .form-control:active {
    background-color: #fff;
}

.searchnode .col {
    padding: 0px !important;
}
.searchnode .search-advanced .card-header {
    padding: 10px 10px;
}
.searchnode .advance-search-close{
    right: 10px;
}
.searchnode .card-body {
    padding: 10px;
}
.searchnode form.search-form .search-advanced {
    position: relative;
    z-index: 9;
    width: 100%;
}
.searchnode .page--search main {
    padding-bottom: 0px;
}
.searchnode form.search-form .search-advanced.show::before{
	display:none;
}
.searchnode .search-form.needs-validation.py-7{
	padding-bottom:0px;
}
.advanced-search-wrapper .advanced-search-link{
    right: 0%;    
}
.purchased-subscription a {
  font-size:10px;
}
}
