/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

@import url('https://fonts.googleapis.com/css?family=El+Messiri');
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
}
.democlass{
    float: left !important;
}

#ShowHideChoosen{
      border: 1px solid black;
    display: none;
    line-height: 71px;
    height: 77px;
    padding-right: 10px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0;
    margin: 0px;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 0 0
}

dd {
    margin: 0 0 0 0px
}

menu,
ol,
ul {
    padding: 0 0 0 0px
}

nav ul,
nav ol,
li {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal;
    border: none;
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-size: 15px;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #828282;
    direction: rtl;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#wrapper {
    width: 100%;
    height: auto;
    float: right;
    min-height: 100%;
    height: 100%;
}

.main-warp {
    width: 100%;
    height: auto;
    float: none;
    min-height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.page {
    width: 100%;
    height: auto;
    float: right;
}

a {
    outline: none !important;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

*:focus {
    outline: 0;
}

body {}

header {
    width: 100%;
    float: right;
    position: relative;
    z-index: 500;
}

.container {
    margin: 0 auto;
    max-width: 2473px;
    min-width: 1300px;
    padding: 0 2%;
}

.container-fullwidth {
    margin: 0 auto;
    max-width: 2473px;
    min-width: 1300px;
    padding: 0;
}

nav {
    width: 100%;
    height: auto;
    float: right;
    margin: 0px 0 0 0;
}

nav ul {
    float: right;
    height: auto;
    margin: 0;
    padding: 0px 0 0px 0;
    text-align: center;
    width: auto;
    margin: 0 -14px 0 0;
}

nav ul li {
    width: auto;
    height: auto;
    float: none;
    font-size: 15px;
    margin: 0 8px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    float: right;
    margin: 0 2px 0 2px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    display: block;
}

nav ul li .active {}

nav li a {
    color: #fff;
    float: right;
    margin: 0px;
    padding: 14px 15px 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    display: block;
}

.hm-menu>a:hover {
    background: #011d3c;
}

.subMenu {
    width: 100%;
}

nav ul .sub-active .subMenu {
    visibility: visible;
    opacity: 1;
    top: 77px;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: inline;
}

nav ul li:hover .subMenu {
    visibility: visible;
    opacity: 1;
    top: 77px;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: inline;
    z-index: 99999999;
}

nav ul li:hover .sub-active>.subMenu {
    opacity: 0;
}

nav ul li .subMenu {
    width: 100%;
    height: auto;
    float: right;
    background: #FFF;
    /* IE8 and below */
    border-radius: 0px;
    position: absolute;
    top: 77px;
    right: 0px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

nav ul li:hover .subMenu {
    visibility: visible;
    opacity: 1;
    top: 77px;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: inline;
}

.sub-active:after {
    content: "";
    display: block;
    float: none;
    right: 20px;
    top: -8px;
    position: absolute;
    width: 17px;
    height: 8px;
}

nav ul li:hover .subMenu:after {
    content: "";
    display: block;
    float: none;
    right: 20px;
    top: 30px;
    position: absolute;
    width: 17px;
    height: 8px;
    /* background: url(../images/menuarrow.png) no-repeat; */
}

nav ul li .subMenu li {
    width: auto;
    margin: 0px;
    font-size: 15px;
    float: right;
    border: none;
    border-radius: 0px;
    padding: 12px 15px 12px;
}

nav ul li .subMenu li a {
    color: #024180;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
    text-transform: capitalize;
    min-height: 20px;
}

nav ul li .subMenu li:hover {
    background: #002d60;
    color: #fff;
}

nav ul li .subMenu li:hover a {
    color: #fff;
}

nav ul li .subMenu li .active-submenu:before {
    background: #002d60 none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
}

nav ul li .subMenu li .active-submenu {
    font-weight: bold;
    line-height: 16px;
}

.slick-prev {
    background: url(../images/arrow_left.png) none center center;
}

nav ul li:hover: nav ul li ul li a {
    display: block;
}

.drop-mennu {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
}

.drop_sub-menu {
    width: 200px;
    height: auto;
    float: right;
    position: absolute;
    top: 45px;
    visibility: hidden;
    opacity: 0;
    background: #FFF;
    color: #000;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    right: 15px;
}

.drop_sub-menu li {
    width: 100% !important;
    float: left;
    height: auto;
}

.drop-mennu:hover .drop_sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(0px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: inline;
    z-index: 99999999;
    top: 45px;
    right: 15px;
}

.drop_sub-menu li a {
    color: #000 !important;
}

.drop_sub-menu li:hover a {
    color: #FFF !important;
}

.slicknav_menu {
    display: none;
}

.header-bg {
    width: 100%;
    float: right;
    height: 102px;
    background: #002c5f;
}

.header-hold {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.logo-hold {
    width: 30%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.logo-hold a {
    float: left;
    margin: 15px 0 0;
    padding: 0;
}

.logo-hold a img {
    float: left;
    margin: 0px;
    padding: 0px;
}

.menu-part {
    float: right;
    margin: 18px 0 0;
    padding: 0;
    width: 60%;
}

.phone-num {
    float: right;
    margin: 0;
    padding: 0 20px 0 0;
    width: auto;
}

.phone-num h3 {
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 0 21px;
    position: relative;
    width: auto;
}

.phone-num h3 a {
    color: #fff;
}

.phone-num h3:before {
    background: rgba(0, 0, 0, 0) url("../images/phone_ar.png") no-repeat scroll 0 0;
    content: "";
    height: 22px;
    right: -23px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
    width: 22px;
}

.lan-sel {
    float: right;
    margin: 6px 0 0;
    padding: 0;
    width: auto;
}

.lan-sel a {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.lan-sel a:hover {
    color: #8097b1;
}

.banner-part {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.banner-images {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.banner-part {
    background: #f9eded none repeat scroll 0 0;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.banner-part a {
    color: #024180;
    float: right;
    position: relative;
    width: 100%;
}

.banner-text {
    border: 4px solid #fff;
    float: right;
    left: 57px;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    top: 12%;
    width: 329px;
    z-index: 99999;
    background: rgba(0, 56, 105, 0.2);
    display: none
}

.banner-text h1 {
    color: #fff;
    font-size: 29px;
    font-weight: normal;
    line-height: 30px;
}

.banner-text h2 {
    color: #fff;
    font-size: 29px;
    font-weight: 300;
    line-height: 30px;
    margin: 6px 0 0;
}

.home-page-headlines {
    float: right;
    margin: 56px 0 0;
    padding: 0 50px 0 6%;
    position: relative;
    width: 40%;
}


/*.home-page-headlines{
 float:right;
    margin: 56px 0 0;
    padding: 0 6% 0 50px;
    position: relative;
    width: 40%;
}
*/

.home-page-headlines:before {
    background: #024180 none repeat scroll 0 0;
    content: "";
    height: 195px;
    right: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 13px;
    width: 6px;
}

.home-page-headlines h1 {
    color: #004684;
    float: right;
    font-size: 29px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
}

.home-page-headlines h2 {
    color: #004684;
    float: right;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.home-page-headlines p {
    color: #004684;
    float: right;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 14px 0 19px;
    padding: 0;
    width: 100%;
}

.read-more {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.read-more a {
    font-size: 13px;
    font-weight: normal;
    font-weight: bold;
    text-decoration: none;
    color: #024180;
}

.read-more a:hover {
    color: #000;
}

.lr-arrow {
    background: #e5e1e1 none repeat scroll 0 0;
    border-radius: 50%;
    float: right;
    height: 60px;
    right: -30px;
    padding: 20px 12px 0;
    position: absolute;
    width: 60px;
    z-index: 99999;
    top: 48%;
}

.l-arrow {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 30%;
    float: right;
}

.r-arrow {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 30%;
    float: left;
}

.r-arrow:hover {
    opacity: 0.5;
    cursor: pointer;
}

.l-arrow:hover {
    opacity: 0.5;
    cursor: pointer;
}

.app-bg {
    background: rgba(0, 0, 0, 0) url("../images/app_bg_pattern.jpg") repeat-x scroll 0 0;
    bottom: 0;
    float: right;
    height: 139px;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    position: relative;
}

.appinner {
    width: 70%;
    float: none;
    display: inline-block;
    text-align: right;
}

.app-bg a {
    float: right;
    margin: 0px;
    padding: 0px;
}

.app-bg a:hover {
    opacity: 0.6;
}

.pay-online {
    width: 40%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.top-text-relative {
    position: relative;
}

.pay-online {
    float: right;
    margin: 0;
    padding: 23px 73px 0 0;
    position: relative;
    width: 25%;
}

.pay-online:before {
    background: rgba(0, 0, 0, 0) url("../images/pay_online.png") no-repeat scroll 0 0;
    content: "";
    height: 65px;
    right: 18px;
    position: absolute;
    width: 42px;
}

.pay-online:after {
    background: #00346b none repeat scroll 0 0;
    content: "";
    height: 88px;
    position: absolute;
    left: -22px;
    width: 2px;
}

.pay-online h3 {
    color: #004684;
    float: right;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 6px;
    padding: 0;
    width: 100%;
    text-align: right;
}

.pay-online p {
    float: right;
    margin: 0px;
    padding: 0px;
    color: #004684;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    text-align: right;
    width: 100%;
}

.download-app {
    float: right;
    margin: 20px 0 0;
    padding: 0 47px 0 0;
    width: 28%;
}

.download-app h3 {
    color: #004684;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 6px;
}

.download-app a {
    width: 50%;
    float: right;
}

.prospectus:after {
    background: #00346b none repeat scroll 0 0;
    content: "";
    height: 88px;
    position: absolute;
    right: -22px;
    width: 2px;
}

.prospectus {
    width: 38%;
    height: auto;
    float: right;
    position: relative;
    margin: 22px 0 0 0;
    padding: 0 75px 0 0;
}

.prospectus h3 {
    width: auto;
    height: auto;
    float: right;
    color: #004684;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 6px;
    padding: 0px 0 0 0;
}

.prospectus p {
    float: right;
    margin: 0px;
    padding: 0px;
    color: #004684;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.prospectus:before {
    background-image: url("../images/pdf-icon.png");
    content: "";
    height: 65px;
    right: 18px;
    position: absolute;
    width: 42px;
    background-repeat: no-repeat;
}

.pro-service-hold {
    width: 100%;
    background: url(../images/service_bg_pattern.png) #003869 repeat;
    height: 407px;
    float: right;
}

.service-box {
    display: inline-block;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 315px;
}

.service-box a {
    float: right;
    margin: 0px;
    padding: 0px;
}

.service-box:before {
    border: 4px solid rgba(225, 225, 225, 0.6);
    content: "";
    height: 92%;
    right: 0;
    margin: 4%;
    padding: 22px;
    position: absolute;
    width: 92%;
}

.service-box-text {
    background: rgba(0, 36, 75, 0.7) none repeat scroll 0 0;
    bottom: 0;
    margin: 0;
    min-height: 114px;
    padding: 22px 21px 17px;
    position: absolute;
    width: 100%;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.service-box-text h1 {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    line-height: 24px;
}

.service-box-text p {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.service-box:hover .service-box-text {
    padding: 40.6% 21px;
}

.service-hold {
    float: right;
    margin: 56px 0 0;
    padding: 0;
    width: 100%;
}

.service-hold ul li {
    text-align: center;
}

.home-services .slick-prev {
    background: rgba(0, 0, 0, 0) url("../images/service_arrow_left.png") no-repeat scroll 0 0;
    left: -22px;
    height: 37px;
}

.home-services .slick-next {
    background: rgba(0, 0, 0, 0) url("../images/service_arrow_right.png") no-repeat scroll 0 0;
    right: -36px;
    height: 37px;
}

.icon-ser-hold {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 1px solid #002e62;
    float: right;
    margin: 0;
    padding: 62px 0 74px;
    width: 100%;
}

.icon-hold {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.icon-hold ul li {
    float: right;
    margin: 0 2.5% 0 2.5%;
}

.icon-hold ul {
    width: 100%;
}

.icon-hold ul li a {
    float: right;
    margin: 0px;
    padding: 0px;
}

.icon-box {
    border: 4px solid #c2ccd7;
    float: right;
    margin: 0 0 0 0;
    min-height: 144px;
    min-width: 191px;
    padding: 18px 0 0;
    text-align: center;
    transition: all 0.2s ease-in 0s;
    width: 100px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.icon-box .icon-image {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
    height: 58px;
    width: 58px;
}

.quest {
    background: url(../images/quist.png) no-repeat 0px 0px;
    height: 58px;
    width: 58px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.anual {
    background: url(../images/anualreport.png) no-repeat 0px 0px;
    height: 58px;
    width: 58px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.corporate {
    background: url(../images/corporate.png) no-repeat 0px 0px;
    height: 58px;
    width: 58px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.apply-f {
    background: url(../images/applyfinance.png) no-repeat 0px 0px;
    height: 58px;
    width: 58px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.calc {
    background: url(../images/calc.png) no-repeat 0px 0px;
    height: 58px;
    width: 58px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.postsale {
    background: url(../images/postsales.png) no-repeat 0px 0px;
    height: 58px;
    width: 58px;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.icon-hold ul li a:hover .postsale {
    background: url(../images/postsales.png) no-repeat 0px -56px;
}

.icon-hold ul li a:hover .calc {
    background: url(../images/calc.png) no-repeat 0px -56px;
}

.icon-hold ul li a:hover .apply-f {
    background: url(../images/applyfinance.png) no-repeat 0px -56px;
}

.icon-hold ul li a:hover .corporate {
    background: url(../images/corporate.png) no-repeat 0px -56px;
}

.icon-hold ul li a:hover .anual {
    background: url(../images/anualreport.png) no-repeat 0px -56px;
}

.icon-hold ul li a:hover .quest {
    background: url(../images/quist.png) no-repeat 0px -56px;
}

.icon-hold ul li a:hover .icon-box {
    background: #00346b;
}

.icon-hold ul li a:hover .icon-box h2 {
    color: #fff;
}

.icon-box h2 {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #00346b;
}

.branch-part-hold {
    width: 100%;
    float: right;
}

.shakehand-img-part {
    width: 50%;
    float: right;
}

.branch-part {
    background: rgba(0, 0, 0, 0) url("../images/branch_bg.jpg") no-repeat scroll 0 0;
    float: left;
    height: 509px;
    margin: 0 0 0 -24px;
    width: 50%;
}

.shake-image-hold {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.shake-image-hold span {
    position: absolute;
    left: 311px;
}

.shake-text {
    border: 2px solid #3b5e86;
    float: left;
    height: auto;
    margin: 53px 42% 0 0;
    padding: 26px 86px 26px 14px;
    width: 392px;
}

.shake-text p {
    color: #0b315e;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

.shake-text p a {
    width: 100%;
    color: #0b315e;
    float: right;
    font-weight: bold;
    font-size: 13px;
}

.shake-text p a:hover {
    color: #000;
}

.branch-text {
    background: rgba(0, 44, 94, 0.88) none repeat scroll 0 0;
    float: right;
    margin: 115px 31px 0 0px;
    padding: 33px 34px;
    width: 612px;
}

.branch-text a {
    float: right;
    margin: 0px;
    width: 100%;
}

.branch-text h5 {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 9px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.branch-text p {
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 17px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.branchnames {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.branchnames ul {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    line-height: normal;
    text-align: center;
}

.branchnames ul li {
    color: #fff;
    float: none;
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 0 18px;
    padding: 0;
    width: auto;
    position: relative;
    display: inline-block;
}

.branchnames ul li:before {
    background: #8599af none repeat scroll 0 0;
    content: "";
    height: 31px;
    position: absolute;
    left: -11px;
    top: -4px;
    width: 2px;
}

.branchnames ul li:last-child:before {
    background: transparent;
}

footer {
    background: #002e62 none repeat scroll 0 0;
    float: right;
    padding: 28px 0;
    width: 100%;
}

.frt-links {
    float: right;
    margin: 0 0 0 6.3%;
    padding: 0;
    width: 27%;
}

.frt-links h2 {
    border-bottom: 3px solid #b3c1d0;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin: 0 0 12px;
    padding: 0 0 9px;
    text-transform: uppercase;
}

.frt-links ul {
    float: right;
    margin: 0 0 0 1%;
    padding: 0;
    width: 49%;
}

.frt-links ul li {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.frt-links ul li a {
    color: #ccd5e0;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}

.frt-links ul li a:hover {
    color: #fff;
}

.copy-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    width: 50%;
    float: right;
}

.copy-text-hold {
    border-top: 1px solid #1a4372;
    float: right;
    margin: 33px 0 0;
    padding: 25px 3px 0 0;
    width: 100%;
}

.cop-links {
    width: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}

.cop-links a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    width: auto;
}

.cop-links ul li {
    border-right: 1px solid #fff;
    float: right;
    line-height: 11px;
    margin: 0 19px 0 0;
    padding: 0 16px 0 0;
    width: auto;
}

.cop-links ul li:first-child {
    border: none;
}

.cop-links a:hover {
    text-decoration: underline;
}

.homebanner>.slick-dots {
    bottom: 2%;
    display: block;
    left: 25px;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: auto;
}

.sub-bannerpart {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.sub-banner-hold {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.top-content-wrap {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.top-content-hold {
    background: #FFF url("../images/topcontent_bg_pattern.png") repeat scroll center bottom;
    border-bottom: 3px solid #002c5e;
    float: right;
    margin: -70px 0 30px;
    padding: 25px 20px 25px;
    position: relative;
    width: 100%;
    z-index: 999;
}

.top-without-bg {
    background-image: none;
}

.page-title {
    float: right;
    margin: 0 0 5px;
    width: 100%;
}

.page-title h1 {
    font-size: 32px;
    font-weight: 300;
    float: right;
    color: #002c5e;
    width: auto;
    position: relative;
}

.page-title h1:before {
    background: #002d60 none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    left: -157px;
    top: 23px;
    width: 150px;
}

.top-content-hold p {
    font-size: 16px;
    font-weight: 300;
    color: #004684;
    width: 100%;
    float: right;
    padding-top: 5px;
}

.top-content-hold p a {
    font-size: 16px;
    font-weight: normal;
    color: #002c5f;
    width: 100%;
}

.top-content-hold p a:hover {
    color: #00254f;
}

.top-content-hold strong {
    font-size: 16px;
    font-weight: bold;
    color: #002c5f;
    width: 100%;
}

.colect-box strong {
    float: right;
}

.colect-box p a {
    font-weight: bold;
}

.top-content-hold h2 {
    font-size: 22px;
    font-weight: 300;
    color: #004684;
    width: 100%;
    margin: 0 0 11px 0;
}

.sub-top-left {
    font-size: 22px;
    font-weight: 300;
    color: #004684;
    width: 100%;
    float: right;
}

.sub-top-right {
    float: left;
    margin: 0;
    width: 33%;
}

.tag-right {
    border: 3px solid #002d60;
    float: right;
    margin: 37px 0 0;
    padding: 28px;
    width: 311px;
    position: relative;
}

.tag-right p {
    color: #004684;
    float: right;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
    position: relative;
    text-align: right;
    z-index: 9;
}

.sub-content-white {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.sub-content-white-hold {
    border-bottom: 2px solid #002c5e;
    float: right;
    margin: 0 0 42px;
    padding: 0 42px 42px;
    width: 100%
}

.main-activ {
    float: right;
    margin: 0;
    padding: 0;
    width: 74%;
}

.active-title {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: right;
}

.active-title h2 {
    color: #002c5e;
    float: right;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 17px;
    padding: 0;
    width: 100%;
}

.activity-points {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.activity-points ul {
    float: right;
    margin: 0;
    padding: 0 0px 0 65px;
    width: 50%;
}

.activity-points ul li {
    color: #2e3236;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin: 2px 0 13px;
    padding: 0 12px 0 0;
    position: relative;
    width: 100%;
}

.activity-points ul li:before {
    background: #002e62 none repeat scroll 0 0;
    content: "";
    height: 3px;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}

.disclamer-point {
    width: 50%;
    height: auto;
    float: right;
}

.disclamer-point p {
    width: 100%;
    height: auto;
    float: right;
    font-size: 15px;
    color: #2e3236;
    padding: 0px 0 20px 0;
}

.disclamer-point:first-child {
    padding-left: 50px;
}

.disclamer-point ul {
    width: 100%;
}

.disclamer-point ul:first-child {
    border-left: 3px solid #002e62;
}

.disclamer-bottom {
    width: 100%;
    height: auto;
    float: right;
    margin: 50px 0 0 0;
}

.disclamer-bottom p {
    width: 100%;
    height: auto;
    float: right;
    font-size: 15px;
    color: #2e3236;
    padding: 15px 0 0 0;
}

.disclamer-bottom h2 {
    font-weight: 600;
    color: #004684;
}

.main-ben {
    border-right: 3px solid #002e62;
    float: left;
    margin: 0;
    padding: 0 30px 0 0;
    width: 24%;
}

.ben-title {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: right;
}

.ben-title h2 {
    color: #002c5e;
    float: right;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 17px;
    padding: 0;
    width: 100%;
}

.ben-points {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.ben-points ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ben-points ul li {
    color: #2e3236;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin: 2px 0 13px;
    padding: 0 12px 0 0;
    position: relative;
    width: 100%;
}

.ben-points ul li:before {
    background: #002e62 none repeat scroll 0 0;
    content: "";
    height: 3px;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}

.mission-vision-wrap {
    float: right;
    margin: 26px 0 108px;
    padding: 0;
    width: 100%;
}

.mission-part {
    float: right;
    margin: 0;
    padding: 0 62px 0 80px;
    width: 50%;
}

.mission-part span {
    font-size: 26px;
    font-weight: 300;
    font-weight: bold;
    color: #004684;
    position: relative;
}

.mission-part span:before {
    background: #002d60 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    right: 0px;
}

.mission-part p {
    color: #004684;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin: 14px 0 0;
    width: 100%;
    position: relative;
}

.mission-part p::before {
    background: rgba(0, 0, 0, 0) url("../images/in_coma.png") no-repeat scroll 0 0;
    content: "";
    height: 25px;
    right: -54px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 39px;
}

.with-borderline {
    position: relative;
}

.with-borderline:before {
    background: #c7c6d0 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 29px;
    width: 3px;
}

.sharehold-wrap {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.sharehold-wrap h2 {
    color: #004684;
    float: right;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
}

.fin-institutions-hold {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.fin-institutions-hold ul {
    float: right;
    margin: 45px 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap
}

.fin-institutions-hold ul li {
    width: 25%;
    float: right;
    margin: 0px 0 50px 0;
    padding: 0px;
    position: relative;
}

.fin-institutions-hold ul li p {
    color: #004684;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 30px;
    width: 100%;
}

.fin-institutions-hold ul li:before {
    background: #a4abbc none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 25px;
    width: 3px;
}

.fin-institutions-hold ul li:last-child:before {
    background: transparent;
}

.bd-wrap {
    width: 100%;
    float: right;
    margin: 0px;
}

.bd-hold {
    float: right;
    margin: 0;
    padding: 0px 44px 44px 44px;
    width: 100%;
}

.bd-member {
    float: right;
    margin: 0px;
    padding: 0px;
    float: right;
    min-height: 300px;
}

.bd-hold ul {
    width: 100%;
    float: right;
    margin: 0px;
}

.bd-hold ul li {
    float: right;
    margin: 0;
    width: 20%;
}

.imagehold {
    width: 100%;
    float: right;
    margin: 0px;
}

.imagehold img {
    border: 1px solid #002c5e;
    float: right;
    margin: 0;
    padding: 5%;
    text-align: center;
    width: auto;
}

.b-name {
    color: #002c5e;
    float: right;
    font-size: 21px;
    font-weight: bold;
    margin: 14px 0 0;
    padding: 0;
    width: 100%;
}

.b-posi {
    color: #002c5e;
    float: right;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 11px;
    padding: 0;
    position: relative;
    width: 100%;
}

.b-posi:after {
    background: #002c5e none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    width: 31%;
}

.bd-member p {
    color: #445e7c;
    float: right;
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 0 16%;
}

.sharia-hold {
    float: right;
    margin: 37px 0 0;
    padding: 0 0 44px;
    width: 100%;
}

.sharia-member {
    float: right;
    margin: 0;
    min-height: 399px;
    padding: 9%;
}

.sharia-hold ul {
    width: 100%;
    float: right;
    margin: 0px;
}

.sharia-hold ul li {
    float: right;
    margin: 0;
    width: 33.3%;
}

.sharia-imagehold {
    width: 100%;
    float: right;
    margin: 0px;
}

.sharia-imagehold img {
    border: 1px solid #002c5e;
    float: right;
    margin: 0;
    padding: 5%;
    text-align: center;
    width: auto;
}

.sharia-name {
    color: #002c5e;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 14px 0 9px;
    padding: 0;
    width: 100%;
}

.sharia-posi {
    color: #002c5e;
    float: right;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 11px;
    padding: 0;
    position: relative;
    width: 100%;
}

.sharia-posi:after {
    background: #002c5e none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    width: 82%;
}

.sharia-member p {
    color: #445e7c;
    float: right;
    font-size: 17px;
    font-weight: 300;
    margin: 1px 0 14px;
}

.cv-btn {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.cv-btn a {
    background: #002d60 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 5px 10px;
    width: auto;
}

.cv-btn a:hover {
    background: #012043;
}

.cv-details {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 4%;
}

.cv-details .activity-points ul {
    width: 100%;
}

.cv-details .activity-points ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 3px;
}

.cv-name {
    color: #002c5e;
    float: right;
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0 0;
    padding: 0 0px 0 0;
    width: 100%;
}

.cv-details p {
    color: #445e7c;
    float: right;
    font-size: 18px;
}

.cv-points {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.cv-points ul {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.cv-points ul li {
    border-bottom: 1px solid #002d60;
    float: right;
    margin: 0;
    padding: 7px 0;
    width: 100%;
}

.ex-wrap {
    width: 100%;
    float: right;
    margin: 0px;
}

.ex-hold {
    float: right;
    margin: 0;
    padding: 0px 44px 44px 44px;
    width: 100%;
}

.ex-member {
    float: right;
    margin: 0;
    min-height: 300px;
    padding: 0 30px;
}

.ex-hold ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 60%;
    margin: 0px auto;
}

.ex-hold ul li {
    flex: 0 0 33%;
    padding: 0 10px;
    margin-bottom: 100px;
}

.ex-imagehold {
    width: 100%;
    float: right;
    margin: 0px;
}

.ex-imagehold img {
    border: 1px solid #002c5e;
    float: right;
    margin: 0;
    padding: 5%;
    text-align: center;
    width: 100%;
}

.ex-name {
    color: #002c5e;
    float: right;
    font-size: 21px;
    font-weight: bold;
    margin: 14px 0 0;
    padding: 0;
    width: 100%;
}

.ex-posi {
    color: #002c5e;
    float: right;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 11px;
    padding: 0;
    position: relative;
    width: 100%;
}

.ex-posi:after {
    background: #002c5e none repeat scroll 0 0;
    bottom: -7px;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    width: 31%;
}

.ex-member p {
    color: #445e7c;
    float: right;
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 0 16%;
}

.anual-report-wrap {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.anual-report-wrap ul {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.anual-report-wrap ul li {
    float: right;
    margin: 0;
    padding: 0;
    width: 33.3%;
}

.anual-report-wrap ul li a {
    background: rgba(0, 0, 0, 0) url("../images/pdf_icon.png") no-repeat scroll right center;
    color: #002c5e;
    float: right;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 10px 33px 10px 0;
    width: 100%;
}

.anual-report-wrap ul li a {
    color: #01234a;
}

.oc-wrap img {
    width: 100%;
    float: right;
}

.vehicle-finance-icon {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 123px;
    bottom: 10px;
}

.whith-icon {
    width: 382px;
}

.whith-icon p {
    font-family: 30px;
    padding: 0 0 0 54px;
}

.left-head {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.left-head h1 {
    font-size: 24px;
    font-weight: bold;
    color: #002c5e;
    float: right;
    margin: 0px;
    padding: 0px;
}

.left-head p {
    color: #004684;
    float: right;
    font-size: 24px;
    font-weight: 300;
    margin: 11px 0 20px;
    padding: 0;
}

.benefits-points-hold {
    border: 2px solid #c4ceda;
    float: right;
    margin: 0px 0 53px 3%;
    padding: 19px 29px 29px 12px;
    width: 47%;
}

.bigheight {
    min-height: 473px;
}

.benefits-points-hold span {
    background: rgba(0, 0, 0, 0) url("../images/ben_icon.png") no-repeat scroll right center;
    color: #738ba7;
    float: right;
    font-size: 21px;
    font-weight: 400;
    height: 36px;
    margin: 0 0 8px;
    padding: 4px 36px 0 0;
    width: 100%;
}

.benefits-points-hold ul {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.benefits-points-hold ul li {
    background: rgba(0, 0, 0, 0) url("../images/ben_points-ar.png") no-repeat scroll right center;
    border-bottom: 1px solid #738ba7;
    color: #002c5f;
    float: right;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 11px 27px 11px 0;
    width: 100%;
}

.form-hold {
    width: 100%;
    float: right;
    margin: 0px 0 0 0;
    padding: 0;
}

.form-hold span {
    float: right;
    font-size: 21px;
    font-weight: 400;
    color: #738ba7;
    width: 100%;
}

.form-hold ul {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.form-hold ul li {
    width: 20%;
    float: right;
    margin: 0 0 10px 5%;
    padding: 0 0% 0 0;
    height: 100px
}

.form-hold ul.area-height li {
    min-height: 100px;
    height: auto;
    margin-bottom: 30px;
}

.textfld-name {
    font-size: 15px;
    font-weight: 300;
    color: #002c5f;
    text-decoration: none;
    text-align: right;
    line-height: none;
    margin: 10px 0 5px 0;
    width: 100%;
}

.form-hold ul li .normal-field {
    width: 100%;
    background: #fff;
    border: solid 1px #002c5f;
    height: 41px;
    padding: 0px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    color: #002c5f;
}

.msg-field {
    width: 100%;
    background: #fff;
    border: solid 1px #002c5f;
    height: 90px;
    padding: 9px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    color: #002c5f;
}

.form-hold ul li span {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    color: #002c5f!important;
}

.form-hold ul li .chzn-drop {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    color: #002c5f!important;
    ;
}

.chzn-search {
    display: none!important;
}

.sbt-button {
    text-align: center;
    background: #002c5f;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background: #002c5f;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 18px 15px 18px;
    border-radius: 3px;
}

.sbt-button:hover {
    background: #00254f;
}

.btn-hold {
      float: right;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
}

.info-hold {
    float: left;
    margin: 39px 0 0 0;
    padding: 0px;
    width: 105%;
}

.info-hold ul {
    float: right;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.info-hold ul li {
    float: right;
    padding: 0px;
    width: 45%;
    margin: 0 5% 25px 0;
}

.info-box-sub {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 12px 18px 12px 18px;
    border: solid 1px #00254f;
    border-radius: 2px;
    min-height: 170px;
}

.info-box-sub span {
    color: #00254f;
    font-size: 18px;
    font-weight: 300;
    float: right;
    width: 100%;
    margin: 0 0 8px 0;
}

.info-box-sub p {
    color: #00254f;
    font-size: 14px;
    font-weight: normal;
    float: right;
    width: 100%;
    margin: 0 0 12px 0;
}

.info-box-sub .price-style {
    border: solid 1px #00254f;
    border-radius: 2px;
    float: right;
    color: #00254f;
    padding: 5px 10px 4px 10px;
}

.li-fullwidth {}

.sharia-hold {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.sharia-hold ul {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.sharia-hold>ul>li {
    width: 20%;
    float: right;
    margin: 0 10px 5%;
    padding: 0px 0px 0 0;
    min-height: 0;
}

.top-contact {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.hot-number span {
    color: #00254f;
    font-size: 18px;
    font-weight: bold;
    float: right;
    width: 100%;
}

.hot-number h1 {
    color: #00254f;
    font-size: 18px;
    font-weight: normal;
    float: right;
    width: 100%;
    direction: ltr;
    text-align: right;
}

.hot-number h1 a {
    color: #00254f;
}

.hot-number {
    float: right;
    margin: 20px 0 0 0;
    padding: 0 47px 0 0;
    width: 12%;
    position: relative;
}

.hot-number:after {
    position: absolute;
    right: 0px;
    padding: 0px;
    background: url(../images/contact_phone-ar.png) no-repeat left;
    height: 31px;
    width: 31px;
    content: "";
    top: 12px;
}

.depart-contact-number {
    width: 75%;
    float: right;
    margin: 0px 0 0 0;
}

.depart-contact-number ul {
    width: 100%;
    float: right;
    margin: 0px;
}

.depart-contact-number ul li {
    float: right;
    margin: 0 2% 0 0;
    width: 18%;
}

.depart-contact-number ul li .contact-numbers {
    width: 100%;
    float: right;
    margin: 0px;
    border: solid 2px #002d5f;
    padding: 8px 10px 6px 10px;
    min-height: 100px;
}

.dept-name {
    color: #00254f;
    font-size: 15px;
    font-weight: bold;
    float: right;
    width: 100%;
    border-bottom: solid 2px #00254f;
    margin: 0 0 7px 0;
    padding: 0 0px 9px 0;
    min-height: 30px;
}

.tel-name {
    color: #00254f;
    font-size: 21px;
    font-weight: normal;
    float: right;
    width: 100%;
}

.tel-1 {
    float: right;
    color: #00254f;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
}

.tel-1 a {
    color: #00254f;
}

.tel-num {
    float: right;
    color: #00254f;
    font-size: 17px;
    font-weight: normal;
    width: 100%;
}

.branch-hold {
    width: 100%;
    float: right;
    margin: 10px 0 0 0;
    padding: 0px;
    float: right;
}

.branch-hold ul {
    width: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
    float: right;
}

.branch-hold ul li {
    width: 22%;
    float: right;
    margin: 0 3% 0 0;
    padding: 21px 20px 21px 20px;
    float: right;
    border: solid 2px #00254f;
}

.addres-wrap {
    width: 100%;
    float: right;
    margin: 0px;
}

.map-hold {
    width: 100%;
    float: right;
    margin: 0px;
}

.add-hold {
    width: 100%;
    float: right;
    margin: 0px;
    color: #00254f;
    font-size: 15px;
    font-weight: normal;
    margin: 14px 0 16px 0;
    min-height: 115px;
}

.add-hold a {
    color: #00254f;
}

.branch-hold ul li h3 {
    color: #002d5f;
    font-size: 21px;
    font-weight: normal;
    float: right;
    width: 100%;
    border-bottom: solid 2px #00254f;
    margin: 0 0 12px 0;
}

.top-page-fullwidth {
    width: 100%!important;
}

.pro-width {
    width: 75%;
}


/* Anooj */

.input-controls {
    width: 100%;
    height: auto;
    float: right;
    margin: 8px 0 0 0;
}

.radio-box {
    width: auto;
    height: auto;
    float: right;
    padding-left: 20px;
    margin: 0 0 5px 0;
}

.input-controls input[type="radio"] {
    display: none;
}

.input-controls input[type="radio"]+label {
    color: #464646;
    font-size: 14px;
    cursor: pointer;
}

.input-controls input[type="radio"]+label.mText {
    font-size: 14px;
    color: #F7921E;
}

.input-controls input[type="radio"]+label span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -1px 0 0 5px;
    vertical-align: middle;
    background: url(../images/check_radio_sheet.png) -31px top no-repeat;
    cursor: pointer;
}

.input-controls input[type="radio"]:checked+label span {
    background: url(../images/check_radio_sheet.png) -56px top no-repeat;
}

.input-controls label a {
    color: #000;
    text-decoration: underline;
}

.input-controls label a:hover {
    text-decoration: none;
}

.date-picker {
    background: #FFF url(../images/calendar_icon.png) no-repeat right 10px center !important;
}

.form-sec {
    width: 100%;
    height: auto;
    float: right;
    margin: 0 0 10px 0;
}

.form-sec h2 {
    width: 97.2% !important;
    height: auto;
    float: right;
    font-size: 16px;
    font-size: 22px;
    font-weight: 300;
    float: right;
    color: #002c5e;
    width: auto;
    padding-bottom: 10px;
    position: relative;
    border-bottom: #002c5e solid 1px;
}

.form-sec ul {
    margin-top: 20px;
}

.small-field-box {
    width: 103%;
    height: auto;
    float: right;
    margin: 0 -2% 0 0;
}

.small-field {
    width: 33.3%;
    height: auto;
    float: right;
    padding: 0 2% 0 0;
}

.half-field {
    width: 50%;
    height: auto;
    float: right;
    padding: 0 2% 0 0;
}

.message-box {
    width: 45% !important;
}

.form-sec p {
    width: 100%;
    height: auto;
    float: right;
    padding: 20px 0 0 0;
}

.show-table {
    border: #002c5e solid 1px;
    margin: 20px 0 0 0;
    float: right;
    display: none;
    visibility: hidden;
}

.show-table tr {
    border-bottom: #cbcbcb solid 1px;
}

.show-table td {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.show-table tr:last-child {
    border: none;
}

.show-table tr td:first-child {
    background: #002c5f;
    color: #FFF;
    padding: 15px 20px;
}

.show-table tr td:nth-child(2) {
    padding-right: 20px;
    text-align: left;
}

.show-table tr td:last-child {
    border: none;
    padding-left: 20px;
}

.banner-part {
    display: flex;
    height: auto;
}

.banner-content {
    width: 100%;
    height: auto;
    float: right;
    padding-bottom: 150px;
}

.home-page-headlines {
    overflow: auto;
}

.banner-product {
    width: 100%;
    height: auto;
    float: right;
}

.banner-product h3 {
    width: 100%;
    height: auto;
    float: right;
    color: #004684;
    float: right;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}

.banner-listing {
    width: 100%;
    height: auto;
    float: right;
    margin: 0px 0 0 0;
    padding: 0 10px 0 0;
}

.banner-listing li {
    width: 100%;
    height: auto;
    float: right;
    font-size: 15px;
    padding: 10px 10px 0 0;
    list-style: disc;
}

.file-upload input[type="file"] {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding: 0;
    left: 0;
    cursor: pointer;
}

.add-photo-btn {
    cursor: pointer !important;
    position: absolute;
    overflow: hidden;
    text-align: center;
    background-color: #00254f;
    color: #fff !important;
    display: block;
    font-size: 16px;
    float: right;
    width: 100px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 41px;
    left: 1px;
    top: 18px;
    line-height: 41px;
}

.btn-align-style {
    top: inherit;
    bottom: 0px;
}

.add-photo-btn:hover {
    background: #3e9d4a;
}

.file-upload {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
}

.file-upload .normal-field {
    float: right;
}

.add-photo-btn span {
    width: auto !important;
}

.complain-info {
    width: 97.5%;
    float: right;
    margin: 0px;
    padding: 17px 18px 17px 18px;
    border: solid 1px #00254f;
    border-radius: 2px;
}

.complain-info h2 {
    width: 100%;
    float: right;
    margin: 0px;
    height: auto;
    font-size: 20px;
    color: #00254f;
    font-weight: 600;
}

.complain-info h3 {
    width: 100%;
    float: right;
    margin: 0px;
    height: auto;
    font-size: 15px;
    color: #00254f;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.complain-info ul {
    width: 100%;
    height: auto;
    float: right;
}

.complain-info ul li {
    width: 100%;
    height: auto;
    float: right;
    padding: 0px;
    margin: 0px;
    min-height: inherit;
    color: #2e3236;
    padding: 10px 0 0 0;
}

.complain-info p {
    color: #00254f;
    font-size: 15px;
    font-weight: normal;
    float: right;
    width: 100%;
    margin: 10px 0 12px 0;
    line-height: 22px;
}

.comp-head {
    width: 100%;
    float: right;
    margin: 0px;
    height: auto;
    font-size: 25px;
    color: #00254f;
    font-weight: 600;
    margin: 30px 0 0 0;
}

.calculator-form {
    width: 30%;
    margin: 0px;
}

.calculator-form ul li {
    width: 100%;
    min-height: inherit;
}

.calculator-table {
    width: 30%;
    height: auto;
    float: right;
    padding: 16px 70px 0 0;
}

.file-upload p.small-text {
    font-size: 13px;
    padding: 3px 0 0 0;
}

.upload-text {
    font-size: 13px;
    padding: 3px 0 0 0 !important;
}
.Disclaimer{
    margin-top:20px;
}

.note {
    width: 100%;
    height: auto;
    float: left;
    border: #002e62 solid 1px;
    border-radius: 5px;
    color: #002e62;
    padding: 25px 80px 25px 25px;
    background: url(../images/bulb.svg) no-repeat right 20px center;
    background-size: 40px;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-mrg {
    margin-right: 0;
}


/* Site Map */

.site-map-part {
    width: 100%;
    height: auto;
    float: left;
}

.site-map-part h4 {
    color: #004684;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    height: auto;
    margin: 15px 0 0 5px;
    padding: 0;
    width: 100%;
}

.site-map-part h4 a {
    color: #004684;
}

.site-map-left {
    width: 20%;
    float: right;
    margin: 20px 0 0px 0;
}

.site-map-left h5 {
    color: #004684;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    height: auto;
    margin: 15px 0 0 5px;
    padding: 0;
    width: 100%;
}

.site-map-left h5 a {
    color: #004684;
}

.site-map-left ul {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 20px 20px;
}

.site-map-left ul li {
    color: #024180;
    float: left;
    position: relative;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 20px 0 0;
    font-size: 18px;
}

.site-map-left ul li::before {
    background: #002e62 none repeat scroll 0 0;
    content: "";
    height: 3px;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}

.site-map-left ul li a {
    color: #024180;
    float: left;
    position: relative;
    width: 100%;
    text-decoration: underline;
}

.site-map-left ul li a:hover {
    color: #000;
}

.report-align {
    font-size: 25px;
    font-weight: 300;
    float: right;
    color: #002c5e;
    width: 100%;
    height: auto;
    margin: 30px 0 10px 0;
    position: relative;
    text-align: center;
}

p.extra-link span {
    width: auto;
    height: 40px;
    float: right;
    padding: 5px 30px;
    border-left: #002e62 solid 1px;
}

p.extra-link span img {
    width: 42px;
    padding: 0 10px;
}

p.extra-link span.pay-link {
    padding-right: 0px;
}

p.extra-link strong {
    width: auto;
}

.anual-box {
    width: 100%;
    height: auto;
    float: none;
    margin: 0px auto;
    max-width: 1200px;
    direction: ltr;
}

.pdf-list {
    width: 15%;
    height: auto;
    float: none;
    display: inline-block;
    padding: 0 25px;
}

.full-list {
    width: 32%;
}

.pdf-box {
    width: 100%;
    height: 208px;
    float: right;
    background: url(../images/pdf.png) no-repeat center center;
    background-size: 80px 97px;
    font-size: 35px;
    color: #002c5e;
    font-weight: 300;
    text-align: center;
    line-height: 208px
}

.full-list .pdf-box {
    width: 100%;
    background-position: right 108px center;
    background-size: 80px 97px;
    font-size: 16px;
    padding: 88px 0 0 37px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.w-anual {
    width: 15%;
    padding: 0px 30px;
}

.w-anual .pdf-box {
    background-size: 80px 97px;
    font-size: 18px;
    padding: 0 0 0 0px;
}

.big-anual {
    width: 15%;
    padding: 0px 30px;
}

.big-anual .pdf-box {
    background-position: left 25px center;
    background-size: 80px 97px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 88px;
    text-align: center;
    text-transform: capitalize;
}

.big-anual {
    width: 15%;
    padding: 0px 30px;
}

.big-anual.pdf-box {
    background-size: 80px 97px;
    font-size: 18px;
    padding: 0 0 0 0px;
}

.full-list {
    width: 15%;
    padding: 0px 30px;
}

.full-list.pdf-box {
    background-size: 80px 97px;
    font-size: 18px;
    padding: 0 0 0 0px;
}

.pdf-list .pdf-box {
    background-size: 80px 97px !important;
}

.an-year {
    font-size: 30px;
    color: #ababab;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
}

.anual-box .slick-prev {
    height: 36px;
    background: url(../images/report-arrow1.png) no-repeat;
}

.anual-box .slick-next {
    height: 36px;
    background: url(../images/report-arrow.png) no-repeat;
}

.slick-current .an-year {
    color: #002c5e;
}

.anual-box .slider-for {
    border: none;
    background: none;
    margin: 50px 0 0 0;
}

.anual-box .slider-nav {
    margin-top: 50px;
}

.anual-box .slick-slide {
    text-align: center;
}

.pdf-file {
    line-height: 23px !important;
    padding-top: 90px !important;
    font-size: 18px !important;
}


/* news part */

.home-news-part {
    width: 50%;
    height: auto;
    float: right;
    padding: 0 3% 0 0;
}

.home-news-part a {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    color: #002c5e;
    text-align: left;
}

.home-news-part .news-slider,
.home-news-part .news-slider .slick-track,
.home-news-part .news-slider .slick-slide {
    width: 100% !important;
}

.home-news-part .news-slider {
    margin: 35px 0 0 0;
}

.home-news-part .news-slider li {
    margin: 25px 0;
}

.news-main-box {
    width: 100%;
    display: flex;
    /* or inline-flex */
}

.news-date {
    width: auto;
    max-width: 100px;
    height: 148px;
    background: #00346b;
    color: #FFF;
    text-transform: uppercase;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 22px;
}

.news-date .news-month {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.news-date h3,
.news-date h4 {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.news-date h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}

.news-date h4 {
    font-size: 25px;
    letter-spacing: 2.5px;
}

.news-cont {
    width: auto;
    height: auto;
    padding: 0px 3% 0 3%;
    vertical-align: middle;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.news-cont h2 {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #00346b;
    font-weight: 600;
}

.news-cont p {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #00346b;
    padding: 5px 0 10px 0;
    line-height: 24px;
}

.news-more {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #00346b;
    font-weight: 600;
    padding: 15px 0 0 0;
    opacity: 0.8;
}

.news-more a {
    color: #00346b;
    text-align: right;
}

.news-more a:hover {
    text-decoration: underline;
    color: #333;
    opacity: 1;
}

.allnews-btn {
    width: auto;
    height: auto;
    float: left;
    color: #00346b;
    border: #00346b solid 1px;
    text-transform: uppercase;
}

.allnews-btn a {
    width: auto;
    height: auto;
    float: right;
    color: #00346b;
    padding: 10px 25px;
}

.allnews-btn a:hover {
    background: #00346b;
    color: #FFF;
}

.news-listing {
    width: 100%;
    height: auto;
    float: right;
}

.news-listing h1 {
    width: 100%;
    height: auto;
    float: right;
    font-size: 35px;
    color: #002e62;
    font-weight: 600;
    padding: 10px 0;
}

.news-listing ul {
    width: 100%;
    height: auto;
    float: right;
}

.news-listing li {
    width: 33.3%;
    height: auto;
    float: right;
    margin: 30px 0;
}

.news-details {
    width: 100%;
    height: auto;
    float: right;
    padding: 0 0 30px 0;
}

.news-dtls-top {
    width: 100%;
    display: flex;
    /* or inline-flex */
    padding: 30px 0 10px 0;
}

.news-dtls-right {
    width: 75%;
    height: auto;
    padding: 0px 15px 0 0;
    vertical-align: middle;
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.news-dtls-right h2 {
    width: 100%;
    height: auto;
    color: #00346b;
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0 0 0;
}

.news-dtls-right p {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 14px;
    padding: 15px 0 0 0;
    font-weight: 400;
    line-height: 26px
}

.news-dtls-date {
    width: 100%;
    height: auto;
    color: #00346b;
    font-weight: 600;
}

.news-dtls-left {
    width: 25%;
    height: auto;
    display: none;
}

.news-dtls-left img {
    width: 100%;
    height: auto;
}

.back-top-news {
    width: 100%;
    height: auto;
    float: right;
    margin: 15px 0 0 0;
}

.back-top-news a {
    width: auto;
    height: auto;
    float: right;
    background: url('../images/back-arrow-ar.png');
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    color: #00346b;
    font-size: 16px;
    padding: 0 18px 0 0px;
    font-weight: 600;
}

.back-top-news a:hover {
    color: #333;
    text-decoration: underline;
}

.links-list {
    width: 100%;
    height: auto;
    float: right;
    margin: 15px 0 20px 0;
}

.links-list li {
    width: 100%;
    height: auto;
    float: right;
    margin: 15px 0 10px 0;
    background: rgba(0, 0, 0, 0) url("../images/ben_points-ar.png") no-repeat scroll right center;
    color: #002c5f;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 11px 27px 11px 0;
    width: 100%;
}

.links-list li h3 {
    color: #002c5e;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    width: 100%;
}

.links-list li a {
    width: 100%;
    height: auto;
    float: right;
    margin: 0 0 0 0;
    color: #002c5e;
}

.links-list li a:hover h3 {
    text-decoration: underline;
}

.gallery-btn {
    width: 100%;
    height: auto;
    float: left;
    margin: 40px 0 0 0;
}

.gallery-btn span,
.gallery-btn a {
    text-align: center;
    background: #002c5f;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background: #002c5f;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 18px 15px 18px;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
}

.gallery-btn a:hover,
.gallery-btn span:hover {
    background: #00254f;
}

.news-gallery {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 50px;
    display: none;
}

.news-gallery-list {
    width: 103%;
    height: auto;
    margin: 10px 0 0 -2%;
}

.baguetteBox-overlay {
    direction: ltr;
}

.news-gallery-list li {
    width: 23%;
    height: auto;
    float: right;
    margin: 15px 0 15px 2%;
}

.news-gallery-list li .gly-image {
    width: 100%;
    height: auto;
    float: right;
    border: #666 solid 1px;
}

.news-gallery-list li .gly-image img {
    width: 100%;
}

.news-gallery h3 {
    width: 100%;
    height: auto;
    color: #00346b;
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0 0 0;
    text-transform: uppercase;
}

.inverster_sec {
    width: 100%;
    float: right;
    height: auto;
}

.inverster_sec p {
    width: 100%;
    float: right;
    height: auto;
    padding-bottom: 20px;
}

.inverster_sec span {
    width: 100%;
    float: right;
    height: auto;
    padding-bottom: 10px;
}

.inverster_sec span a {
    color: #002e62;
}

.inverster_sec span:hover {
    color: #00254f;
}

.discloser {
    width: 100%;
    float: right;
    height: auto;
    margin: 50px 0;
}

#disclosure {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

.discloser li,
#disclosure .pdf-list {
    width: calc(50%/3);
    float: right;
    height: 180px;
    float: right;
    margin: 0 20px 20px 0;
}

#disclosure .pdf-list {
    width: calc(50%/3);
    margin: 0 20px 15px 0;
}

.discloser li figure,
#disclosure figure {
    width: 100%;
    float: right;
    height: auto;
    text-align: center;
}

#disclosure figure img {
    display: inline-block;
    width: auto !important;
}

#disclosure .slider-nav {
    width: 100% !important;
}

.discloser li figcaption,
#disclosure figcaption {
    width: 100%;
    float: right;
    height: auto;
    text-align: center;
    padding-top: 20px;
}

.discloser li figcaption h3,
#disclosure figcaption h3 {
    width: 100%;
    float: right;
    height: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.discloser li a,
#disclosure a {
    color: #002e62;
}

.discloser li:hover a,
#disclosure .pdf-list:hover a {
    color: #555
}

.discloser li {
    border: #dcdfe5 solid 1px;
    border-top: #002c5f solid 3px;
    background: #FFF;
    padding: 0 15px;
}

.discloser li figcaption {
    text-align: right;
}

.discloser li figcaption h3 {
    min-height: 60px;
    text-align: right;
    padding: 15px 0 0 0;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}

.disclos-date {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 600;
}

.details-btn {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    font-weight: 600;
    background: url(../images/dis-arrow.png) no-repeat top 15px right 0;
    padding: 15px 28px 5px 0;
}

#disclosure .pdf-list {
    border: #dcdfe5 solid 1px;
    border-top: #002c5f solid 3px;
    background: #FFF;
    flex: 1 16%;
    float: none;
}

#disclosure figure {
    display: none;
}

.discloser li {}

#disclosure figcaption {
    text-align: right;
}

#disclosure figcaption h3 {
    min-height: 60px;
    text-align: right;
    padding: 15px 0 0 0;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}

.affairs-box {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 40px;
}

.affairs-box .page-title h1:before {
    display: none;
}

.affairs-box:before {
    top: 35px;
    left: 30px;
}

.affairs-box:after {
    display: none;
}

.affairs-right {
    display: flex;
    border: none;
    border-right: #00346b solid 3px;
    padding-bottom: 45px;
    margin-top: 80px;
    padding-right: 90px;
}

.affairs-right h3 {
    padding-top: 38px;
}

.affairs-lst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.affairs-lst .prospectus {
    width: 50%;
    margin: 25px 0;
}

.affairs-lst .prospectus:after {
    display: none;
}

.affairs-lst .prospectus:before {
    right: 0;
}

.affairs-lst .prospectus h3 {
    padding: 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.slider-for .slick-list{
    direction: ltr;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.questionair {
    width: 50% !important;
    margin-top: 44px !important;
}

.complain-btn {
    margin-top: 45px;
    float: right;
}

.contact-btn {
    width: 23%;
    margin-top: -71px;
}

.application-btn {
    width: auto;
    margin-top: 0px;
    padding-left: 20px;
}

.jobsubmit_btn {
    float: right;
}

.post-btn {
    margin-top: -62px;
}

.affairs-lst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.affairs-lst .prospectus {
    width: 50%;
    margin: 25px 0;
}

.affairs-lst .prospectus:after {
    display: none;
}

.affairs-lst .prospectus:before {
    left: 0;
}

.affairs-lst .prospectus h3 {
    padding: 0;
}
.note_discraimer h1, .note_discraimer p{
    color:#002c5f;
}
.note_discraimer.container .note h1{
margin-bottom:10px;
}
.note_discraimer.container .note p{
    font-size:16px;
}

.margin-auto_manage > div > div{
    margin: auto !important;
}


* {
    box-sizing: border-box;
    /* outline:1px solid ;*/
  }
  body {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #e1e8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e8ed',GradientType=0 );
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  .wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .wrapper-2 {
    padding: 30px;
    text-align: center;
    background-color: white;
  }
  .popup_overlay h1 {
    font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
    font-size: 4em;
    letter-spacing: 3px;
    color: #002c5f;
    margin: 0;
    margin-bottom: 20px;

  }
  .wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #aaa;
    font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
    letter-spacing: 1px;
  }
  .go-home {
    color: #fff;
    background: #002c5f;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
  }
  .footer-like {
    margin-top: auto;
    background: #d7e6fe;
    padding: 6px;
    text-align: center;
  }
  .footer-like p {
    margin: 0;
    padding: 4px;
    color: #002c5f;
    font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
    letter-spacing: 1px;
  }
  .footer-like p a {
    text-decoration: none;
    color: #002c5f;
    font-weight: 600;
  }
  
  @media (min-width: 360px) {
    .popup_overlay  h1 {
      font-size: 4.5em;
    }
    .go-home {
      margin-bottom: 20px;
    }
  }
  
  @media (min-width: 600px) {
    .content {
      max-width: 1000px;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
    }
    .wrapper-1 {
      height: initial;
      max-width: 620px;
      margin: 0 auto;
      margin-top: 50px;
      box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
  }
  

  
  .popup_overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background: #ffffff4a;
    z-index: 9999999999999999999999;
    /* display: none; */
  }