@font-face {
    font-family: 'Tajawal Light';
    src: url('../../fonts/tajawal/Tajawal-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tajawal Bold';
    src: url('../../fonts/tajawal/Tajawal-ExtraBold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}
*,
::after,
::before {
    box-sizing: inherit;
}
body {
    box-sizing: border-box;
    font-family: "IBM Plex Sans", sans-serif !important;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #000;
    top: 0px !important;
}
body.arabic {
    font-family: "Tajawal Light", sans-serif !important;
}
::selection {
    background-color: #d33;
    color: #fff;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 14px;
}
body.arabic header {
    font-family: "Tajawal Bold", sans-serif !important;
}
body.arabic h1 {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic h2 {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic h3 {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic h4 {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic h5 {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic h6 {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic p {
    font-family: "Tajawal Light", sans-serif !important;
}

body.arabic .page-top-title {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic .profile-view-data-title {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic .view-network {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic .network-name {
    font-family: "Tajawal Bold", sans-serif !important;
}

body.arabic .pricing__section {
    text-align: right;
}

body.arabic .arabic-margin{
margin-left: .5rem !important;
margin-right: 0rem !important;
}

body.arabic .news-row {
    text-align: right;
}

body.arabic .footer {
    text-align: right;
}

body.arabic .news-search .input-group-2 .input-group-text {
    padding: 5px 15px 5px 0;
}

body.arabic .fa-arrow-right {
    rotate: 180deg;
}

body.arabic .agency-checkout-data, .news h1 {
    text-align: right;
}

body.arabic .about-us-data {
    text-align: right;
}

body.arabic .about-us-table {
    text-align: right;
}

body.arabic .about-us-tr {
    text-align: center;
}

body.arabic .about-us-images {
    margin-right: 0px;
    margin-left: 40px;
}

body.arabic .arabic-margin {
    margin-right: 0px;
    margin-left: .5rem !important;
}

body.arabic .faq-main #accordion {
    text-align: right;
}

body.arabic .terms-conditions-data {
    text-align: right;
}

body.arabic .cta__btn svg {
    margin: 0 11px 0;
    rotate: 180deg;
}

body.arabic .hero__contentBox {
    text-align: right;
}

body.arabic .btn svg, .sp-container button svg, .ui-datepicker-buttonpane button svg {
    rotate: 180deg;
    margin-top: 1px !important;
    margin-left: 0.25rem !important;
}

body.arabic .cta__title {
    text-align: right;
}

body.arabic .view-all-btn svg {
    margin: 0pc 9px 0px 0 !important;
}

body.arabic .user_handle {
    font-family: "IBM Plex Sans", sans-serif !important;
}
.about-us-table {
    text-align: left;
}
.about-us-images {
    margin-right: 40px;
}
.skiptranslate {
    display: none !important;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    outline: 0;
    color: #425aca;
}
.b,
label.join {
    font-weight: 700;
}
.mb-10 {
    margin-bottom: 5rem;
}
.pr-40 {
    padding-right: 40px;
}
.text-small {
    font-size: 0.813rem;
}
.text-small li {
    margin-bottom: 1rem;
}
.text-large {
    font-size: 1.125rem;
}
.text-xs {
    font-size: 0.688rem;
}
.text-black {
    color: #000;
}
.text-lightgrey {
    color: #aaabb0;
}
.text-darkblue {
    color: #425aca;
}
.text-white {
    color: #fff;
}
.bg-main {
    background: #f8f9fe;
}
.bg-blue {
    background: #1268fa;
    transition: all 0.3s linear;
}
.bg-blue:hover {
    background: #3e4358;
}
.bg-white {
    background: #fff;
}
.bg-footer {
    background: #fafbfc;
}
.border-btn-blue {
    border: 1px solid #1268fa;
    transition: all 0.3s linear;
}
.border-btn-blue:hover {
    border: 1px solid #3e4358;
}
.btn,
.btn:link,
.btn:visited {
    height: 52px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s linear;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}
.btn-large,
.btn-small {
    padding: 0.563rem 1.875rem;
    font-size: 14px;
}
.btn-large {
    padding: 0.813rem 6.25rem;
}
.logo-img {
    width: 100%;
    max-width: 185px;
}
ul.main-menu {
    list-style-type: none;
    margin: 0;
}
ul.main-menu li {
    display: inline-block;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    ul.main-menu li:not(:last-child) {
        margin-right: 15px;
    }
    .btn-small {
        margin-bottom: 2rem !important;
    }
}
@media only screen and (max-width: 992px) {
    .pr-40 {
        padding-right: 0;
    }
    ul {
        list-style-type: none !important;
    }
    .mtr-2 {
        margin-top: 2rem;
    }
    .logo,
    .menu {
        margin-bottom: 3rem;
    }
    .logo {
        text-align: center;
    }
    .menu {
        margin-top: 3rem;
    }
    .left-menu {
        text-align: center;
    }
    .col {
        flex-wrap: nowrap;
        flex-basis: 100% !important;
    }
    img.arrow {
        display: none;
    }
    a.text-blue.mt-4.d-block.b {
        margin-bottom: 2rem;
    }
}
label.join {
    position: absolute;
    top: -35px;
    right: -30px;
    background: #d33;
    padding: 0.5rem 2rem;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}
label.join::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dd3433;
    position: absolute;
    bottom: -10px;
    left: 14px;
}
.platform-wrap {
    position: relative;
}
img.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
.news {
    padding: 10rem 0;
}
.loader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.loader:after,
.loader:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 4px solid #f0572a;
    top: 50%;
    left: 50%;
}
.loader:before {
    padding: 15px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
}
.loader:after {
    padding: 6px;
    margin: -9px 0 0-10px;
    border-right-color: #eee;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
}
.ci h1 {
    font-size: 3.6rem !important;
}
.ci p {
    font-size: 1rem !important;
} /*.ci .col-md-6{padding-left:8rem!important;padding-right:8rem!important}*/
.ci .col-md-6.bg-ci {
    background: url(/images/creating-influencers.jpg) no-repeat top center;
}
.ci .col-md-6.bg-mi {
    background: url(/images/managing-influencers.jpg) no-repeat top center;
}
.ci .col-md-6.bg-pi {
    background: url(/images/promoting-influencers.jpg) no-repeat top center;
}
.box-img {
    position: relative;
    top: 40px;
}
.text-blue {
    color: #1268fa;
}
.mbot-10 {
    margin-bottom: 10rem;
}
.about-us {
    padding: 5rem 0;
}
.ci .col-md-6.bg-ci {
    background: url(../images/creating-influencers.jpg) no-repeat top center;
    min-height: 410px;
    width: 100%;
    padding: 0 !important;
    background-size: cover;
}
.ci .col-md-6.bg-mi,
.ci .col-md-6.bg-pi {
    min-height: 450px;
    width: 100%;
    padding: 0 !important;
    background-size: cover;
}
.ci .col-md-6.bg-mi {
    background: url(../images/managing-influencers.jpg) no-repeat top center;
}
.ci .col-md-6.bg-pi {
    background: url(../images/promoting-influencers.jpg) no-repeat top center;
}
.hover {
    position: absolute;
    top: -250px;
    left: 125px;
    width: 350px !important;
}
.term-content h3 {
    font-size: 20px;
    margin: 20px 0;
    color: #000;
    font-weight: 600;
    list-style: 26px;
}
.term-content ol {
    padding-left: 30px;
}
.py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.color-nav {
    border: 1px solid #e0e0e0;
    padding: 12px 20px;
    margin-right: 35px !important;
    position: relative;
}
.color-nav:before {
    content: "I am";
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 0 10px;
    background: #f8f9fe;
}
.color-nav li:nth-child(1) a {
    color: #ca7bb0 !important;
}
.color-nav li:nth-child(1) a:hover {
    color: #cc3fcc !important;
}
.color-nav li:nth-child(2) a {
    color: #51addc !important;
}
.color-nav li:nth-child(2) a:hover {
    color: #1b8fca !important;
}
.color-nav li:nth-child(3) a {
    color: #98bb45 !important;
}
.color-nav li:nth-child(3) a:hover {
    color: #2da44a !important;
}
.color-nav li:nth-child(4) a {
    color: #dd6439 !important;
}
.color-nav li:nth-child(4) a:hover {
    color: #ff5001 !important;
}
.color-nav li {
    margin: 0 !important;
}
.color-nav li + li {
    border-left: 1px solid #e0e0e0;
    margin-left: 15px !important;
    padding-left: 15px;
}
ul.main-menu li:not(:last-child) {
    margin-right: 35px;
}
.top-header {
    padding-top: 4rem;
    padding-bottom: 5.5rem;
}
@media screen and (max-width: 992px) {
    .top-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .color-nav {
        margin-right: 0 !important;
        text-align: right;
        display: inline-block;
    }
    ul.main-menu li:not(:last-child) {
        margin-right: 15px;
    }
    .menu {
        display: block !important;
        margin: 20px 0 !important;
    }
    .menu .main-menu + .main-menu {
        text-align: right;
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    ul.main-menu {
        text-align: center !important;
        display: block;
    }
}
.menu-hide {
    display: none !important;
}
.hover-text span,
.shapes {
    position: absolute;
}
.shape1 {
    width: 274px;
    height: 274px;
    background: #ffd530;
    border-radius: 50%;
}
.shape2,
.shape3,
.shape4 {
    border-top-right-radius: 200px;
}
.shape2 {
    width: 213px;
    height: 213px;
    background: #31baff;
    top: 150px;
    right: 210px;
}
.shape3,
.shape4 {
    border-bottom-left-radius: 200px;
}
.shape3 {
    width: 80px;
    height: 80px;
    background: #cc3ecc;
    transform: rotate(90deg);
    right: 204px;
    top: 30px;
}
.shape4 {
    width: 74px;
    height: 74px;
    background: #630460;
    top: 250px;
    left: 10px;
}
.shape5 {
    width: 70px;
    height: 70px;
    background: #ff5000;
    border-radius: 50%;
    top: 400px;
    left: 150px;
}
.shape6,
.shape7 {
    width: 155px;
    height: 80px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.shape6 {
    background: #2da44a;
    top: 220px;
    right: 100px;
}
.shape7 {
    background: #fff;
    top: 400px;
    left: 235px;
}
.mh500 {
    min-height: 400px;
}
.mt-10 {
    margin-top: 10rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.f-34 {
    font-size: 2.125rem;
}
.news-img-cur img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}
.box-cur {
    padding: 0 20px;
}
.box-cur h2 {
    margin-top: 18px;
    margin-bottom: 12px !important;
}
.cur-wrap {
    padding-bottom: 2rem;
    box-shadow: 0 1px 23px #00000017;
    height: 100%;
    min-height: 450px;
    position: relative;
}
.hover-text {
    position: absolute;
    top: 0;
    color: #fff;
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
}
.hover-text span {
    top: -83px;
    transform: rotate(-45deg);
    left: 6px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
}
.objective .text-blue {
    color: #2c96ff;
}
section.news.cur {
    padding-top: 0 !important;
}
.f-24 {
    font-size: 24px;
}
.f-21 {
    font-size: 21px;
}
.breadcrumbs a {
    font-weight: 700;
    color: #2c96ff;
}
.lh-1 {
    line-height: 1.4;
}
.header-course a {
    color: #2c96ff !important;
    border-color: #2c96ff !important;
}
.header-course a.btn.btn-small.text-blue.border-btn-blue.b.f-21 {
    padding: 14px 52px;
}
.orange-bg {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    background: #f58a8a;
    left: -10px;
    top: 25px;
    border-radius: 5px;
    z-index: 10;
    max-height: 330px;
}
img.img-main-banner {
    position: relative;
}
.cur .txt-black,
.header-course .text-black,
.objective .text-black,
.txt-black {
    color: #000;
}
.course-detail {
    padding-top: 91px;
    padding-bottom: 91px;
}
.course-ui {
    list-style-type: none;
}
.course-ui li {
    font-size: 1rem;
    padding: 0.5rem 0;
}
li.course-detail-item {
    display: flex;
}
li.course-detail-item img {
    margin-top: 5px;
    margin-right: 5px;
}
.mb-6 {
    margin-bottom: 5rem;
}
.detail-box-cur {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 14px;
}
.detail-box-cur .details {
    padding: 0 20px;
}
.f-n {
    font-weight: 400;
}
.area,
.date {
    color: #44962a;
    font-size: 14px;
    padding: 6px 0;
    margin: 0;
}
.area {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 10px;
}
.box-cur.detail-items h2 {
    margin-top: 20px !important;
    margin-bottom: 6px !important;
}
.box-cur.detail-items p {
    padding-top: 20px;
}
.title-cour {
    font-size: 12px;
}
.mh-18 {
    max-height: 15em !important;
}
.border-btn-black {
    color: #000 !important;
    border-color: #000 !important;
}
.course-description {
    margin: 56px 0;
}
.course-description .container {
    padding: 35px 60px;
    background: #fbfbf9;
    width: 100%;
    border: 1px solid #d0d0d0;
}
.f-16 {
    font-size: 16px;
}
.f-17 {
    font-size: 17px;
}
.txt-underline {
    text-decoration: underline;
    color: #3c3c3c;
}
.text-lblue {
    color: #2c96ff;
}
.breadcrumb.white {
    background-color: #fff;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: 700;
}
.breadcrumb.white .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.news-search {
    margin-bottom: 21px;
    /* padding: 20px 20px 10px;
    border: 1px solid #ced4da; */
}
.news-search .input-group .input-group-text {
    padding: 5px 15px;
}
.news-search .input-group .input-group-text img {
    width: 15px;
}
.news-search .form-control,
.news-search button {
    height: 48px !important;
    font-size: 16px;
    border-radius: 12px !important;
}
.news-search button {
    height: 48px !important;
    font-weight: 600;
    line-height: 20.8px;
}
.news-search .input-group-2 {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 48px;
}
.news-search .input-group-2 input {
    background: #fff !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    border: 0px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 12px 12px 0!important;
}
.news-search .input-group-2 .input-group-text {
    padding: 5px 0 5px 15px;
    background-color: transparent;
    border: 0;
}
.news-row h1 a,
.news-tags span {
    font-size: 20px;
    color: #000;
}
.news-row .news-date {
    color: #00A082;
    line-height: 15.6px;
    font-weight: 400;
    margin-bottom: 12px;
}
.news-top-articles .btn-read-all {
    margin-top: 0;
    width: 100%;
}
.news-row p {
    color: #000000;
    line-height: 18.2px;
    font-weight: 400;
    font-size: 12px !important;
    margin-bottom: 24px;
}
.news-top-articles h2 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 19px;
}
.news-top-articles a {
    color: #3e4358;
}
.news-top-articles h3 {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 26px !important;
    color: #000000;
}
h3.news-title.mb-2.text-justify:hover {
    color: #007bff !important;
}
.news-top-articles p {
    font-size: 18px !important;
    font-weight: 400;
}
.news-source {
    color: #0066F5;
    font-weight: 600;
    font-size: 12px;
    line-height: 15.6px;
}
.news-tags span {
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
}
.news-tags .badge-info {
    font-size: 14px;
    margin-right: 0px;
    padding: 4px 10px;
    font-weight: 600;
    margin-bottom: 5px;
}
.btn-back,
.btn-read-all {
    border: 1px solid #000;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    margin-top: 15px;
}
.btn-back {
    border: 1px solid #ccc;
}
.btn-back img {
    display: inline-block;
    width: 15px;
    margin-top: -2px;
}
.paging .pagination {
    justify-content: center;
}
.social-share .st-btn {
    border-radius: 20px;
    margin-right: 5px !important;
}
.total-records {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.news-title {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 20.8px !important;
    margin-bottom: 0;
}
.news-content {
    font-size: 14px !important;
    text-align: justify;
}
.news-date {
    font-size: 12px !important;
}
.ht-505 {
    min-height: 505px;
}
.ht-450 {
    min-height: 450px;
}
.ht-420 {
    min-height: 420px;
}
.ht-400 {
    min-height: 400px;
}
.ht-385 {
    min-height: 385px;
}
.tx-16 {
    font-size: 16px;
}
.tx-18 {
    font-size: 18px;
}
.tx-21 {
    font-size: 21px;
}
.tx-24 {
    font-size: 24px;
}
.tx-30 {
    font-size: 30px;
}
.StripeElement {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #c0ccda;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0#cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
h1.news-title.mt-3 {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 26px !important;
}
.btn-read-all {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
}
.package__features {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 14px !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #000;
}
.package__features span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #000;
}
.package__features span i {
    font-size: 20px;
}
.btn {
    border-radius: 12px !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 34.8px;
    min-height: 48px;
}
.breadcrumb .breadcrumb-item a {
    color: #1b2e4b;
}
.breadcrumb .breadcrumb-item.active {
    color: #0168fa;
}
.register-title {
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 41.6px;
    color: #000 !important;
    text-transform: initial !important;
    margin: 40px 0 20px;
}

input, textarea, select, span.select2-selection {
    background: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
    min-height: 48px;
}
.input-group-2 {
    border-radius: 6px !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.input-group-2 input {
    background: #fff !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 12px 12px 0!important;
}
.input-group-2 .input-group-text > i {
    padding: 0 0 0 7px;
}
.login-page .input-group-2 {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 48px;
}
.login-page .input-group-prepend span {
    background-color: #fff;
    border: 0;
}
.login-page .input-group-2 input {
    background: #fff !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    border: 0px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 6px 6px 0!important;
}
.email-2-icon input {
    padding-right: 40px;
    background-color: #fff;
}
body.arabic .email-2-icon input {
    padding-left: 40px;
    padding-right: 5px;
}
.email-icon-2 {
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 4;
}
body.arabic .email-icon-2 {
    right: inherit;
    left: 13px;
}
.page-top-title {
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 41.6px;
    color: #000 !important;
    text-transform: capitalize !important;
    margin: 0 0 34px;
}
.breadcrumb-style1, .breadcrumb-style2, .breadcrumb-style3 {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
}
.mg-0 {
    margin: 0;
}
.paging .pagination .page-item:first-child span, .paging .pagination .page-item:last-child span, .paging .pagination .page-item:first-child a, .paging .pagination .page-item:last-child a {
    padding: 0.4px 16.5px 4.4px;
    color: #000;
    font-size: 30px;
    line-height: 37px;
}
.paging .pagination .page-item span, .paging .pagination .page-item a {
    padding: 12px 9px;
}
.offerings-box-border {
    border: 1px solid #DCDAE2 !important;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 20px;
}
.pricing__section .pricing-plan-title {
    font-size: 32px;
    margin: 0;
    line-height: 41.6px;
}
.pricing__section .pricing-plan-amount {
    font-size: 32px;
    margin: 0;
    line-height: 41.6px;
    font-weight: 500;
    color: #5C8AF0;
}
.pricing__section .pricing-plan-amount .pricing-plan-allotment {
    font-size: 26px;
    margin: 0;
    line-height: 41.6px;
    display: inline-block;
    font-weight: 400;
}
#agency-form-wizard-p-0 .pricing__section .pricing-plan-amount .pricing-plan-allotment {
    font-size: 18px;
}
.pricing-plan-amount-sign {
    display: inline-block;
    font-size: 14px;
}
.offerings-box-border .pricing__section {
    height: auto;
    margin-bottom: 24px;
}
.terms-conditions-data h1 {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}
.terms-conditions-data p, .terms-conditions-data li {
    margin: 0 0 15px !important;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 400;
    color: #000;
}
.omnes-address p span i{
    padding-right: 10px;
    font-size: 20px;
    color: black;
}
.omnes-address p{
    font-size: 17px;
}
p.omnes-header {
    font-size: 25px;
}
.fa-phone-rotate i{
    transform: rotate(90deg) !important;
    padding-right: 0px !important;
}
.fa-phone-rotate {
    padding-right: 8px;
}

body.arabic .owl-prev{
    rotate: 180deg;
}
body.arabic .owl-next{
    rotate: 180deg;
}
body.arabic .footer__menusBox p {
    /* text-align: right; */
}
body.arabic .df-breadcrumbs .breadcrumb-item+.breadcrumb-item {
    padding-right: 8px;
    padding-left: 0;
}
body.arabic .df-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    padding-left: 8px;
    padding-right: 0px;
}
body.arabic .terms-conditions-data ol {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}
body.arabic .terms-conditions-data .pl-5 {
    padding-right: 3rem !important;
    padding-left: 0 !important;
}
body.arabic .news-tags span {
    margin-right: 0;
    margin-left: 15px;
}
#language-form {
    margin-block-end: 1em !important;
}
@media (max-width: 1024px) {
    .signup-agency-img {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .btn-read-all {
        width: 100%;
    }
    .offerings-box-border {
        margin-left: 0px;
    }
}

.agree-check-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.2px;
    color: #7A7493;
    margin-top: 15px !important;
}

.agree-check-box input {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    min-height: initial;
}

.modal-backdrop.show {
    opacity: 0.7;
    background-color: #000;
}

body.arabic .text-align-ltr {
    text-align: right;
}
