.headings {
    display: flex;
}

.headings .title {
	font-family: AvenirArabic-Light;
    color: #2c3d73;
    padding-right: 10px;
    padding-top: 7px;
    /*letter-spacing: 0.1em;*/
}

.headings .title h5 {
	font-family: AvenirArabic-Light;
    padding-bottom: 10px;
}

.headings .title h1 {
	font-family: AvenirArabic-Light;
    font-weight: 400;
    font-size: 42px;
}

@font-face {
    font-family: AvenirArabic-Light;
    src: url("Font/Arabic/AvenirArabic-Light.otf") format("Truetype");
}


.subHeading {
    font-family: AvenirArabic-Light;
	font-weight: 400;
    font-size: 19.5075px;
    line-height: 160%;
    /* or 31px */
    letter-spacing: 0.01em;
    color: #2c3d73;
}

.subHeading-1 {
  font-family: AvenirArabic-Light;
  font-weight: 400;
  font-size: 14.5075px;
  line-height: 160%;
  /* or 31px */
  letter-spacing: 0.01em;
  color: #2c3d73;
}

.backgroundImg {
	font-family: AvenirArabic-Light;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.footer-col {
	
	font-family: AvenirArabic-Light;
    background: #6a7e9b;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-align: center;
}

.download img {
    width: 196px;
    height: 59px;
    border-radius: 5px;
}

.contentSubHeading {
	font-family: AvenirArabic-Light;
    text-align: start;
    font-size: 18px;
    line-height: 28px;
}

.footer-col .d-flex img {
    margin-right: 15px;
}
.mobPadding {
	font-family: AvenirArabic-Light;
    padding: 2rem !important;
}
.donwloadText {
	font-family: AvenirArabic-Light;
    font-weight: 500;
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

@media screen and (max-width: 768px) {
    .mobPadding {
        padding: 1.1rem !important;
    }

    .mobileContainer {
        padding: 1rem !important;
    }
    .download {
        text-align: left;
    }
    .download img {
        width: 130px;
        height: 50px;
        border-radius: 5px;
    }
    .donwloadText {
        text-align: left;
    }
    .subHeading {
        margin-top: 2rem !important;
    }
}
/* dropdown */

.nav-wrapper {
    margin-right: 20px;

    text-align: center;
}

.sl-nav {
    display: inline;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    left: -5px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: 35px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 20px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(12px) translatex(0px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #146c78;
}

.arrow {
    color: red;
}

.navbar-brand {
    padding-left: 80px;
}
auto !important
.mobile-view {
    display: none;
}

.navbar {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
    .mobile-view {
        display: block;
    }

    .navbar-brand {
        padding-left: 0px;
    }

    .headings .title h1 {
        font-size: 30px;
    }
}

a {
    text-decoration: none;
}

.navbar-rtl {

  margin-left: auto;

}
.copyright {
	font-family: AvenirArabic-Light;

	line-height: 28px;
	color: #121213;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}

.footer {
 background-color: #E5E1E6;
  padding: 10px;
}

@font-face {
  font-family: 'MyRiyalFont';
  src: url('fonts/Claudion-regular.ttf') format('truetype');
}
 
.riyals-font {
  font-family: 'MyRiyalFont', sans-serif;
}

.sar {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/img/Saudi_Riyal.svg);
    background-size: cover;
    background-position: center;
}