/*

* @description  Resets default browser styling

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
time,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
textarea,
select {
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    color: inherit;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

button,
input[type='button'],
input[type='submit'] {
    cursor: pointer;
}

/*
img {
    max-width: 100% !important;
} */

@font-face {
    font-family: effra;
    src: url(../font/EffraRg.woff) format('woff'),
	url(../font/Effra_Rg.ttf) format('truetype');
}

@font-face {
    font-family: effra-medium;
    src: url(../font/EffraStdMd.woff) format('woff'),
	url(../font/Effra_Std_Md.ttf);
}
@font-face {
    font-family:effra-woff;
	src:url(../font/EffraRg.woff);
}
#betaVerBand , #betaVerBand a {
    font-family: effra;
    font-size: 11px;
}
/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/

.ui-to-top {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background: #1666b2;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.ui-to-top:before {
    position: absolute;
    font-weight: 700;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-to-top:hover {
    color: #fff;
    background: #1972c6;
    text-decoration: none;
}

.ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
    display: none !important;
}

#block-custom-ticker .header-text .caret{
position: relative;
}

@media (min-width: 480px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    display: block;
    color: #060c3e;
    font-weight: 700;
}

/*
* @section      Main Styles
* @description  This section holds template default elements style declarations
*/

body {
    font-family: 'Montserrat', sans-serif;
    ;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: none;
    color: #000;
    background: #fff;
    font-family: effra;
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
        line-height: 24px;
    }

    .region-content-secondary {
        display: flex;
    }
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.down-arrow {
    position: absolute;
    top: 3.5px;
    right: 3px;
    background: url(../images/Close_Arrow.png) no-repeat;
    padding: 2px 4px;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/

.page-footer,
h4,
.page-footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.sitemap li a {
    font-size: 13px;
    line-height: 28px;
    color: #a0b0c0;
}

.sitemap li a:hover,
.footer-links li a:hover {
    color: #e6edf3;
}

.copy-right {
    font-size: 12px;
    border-top: 1px solid #1972c6;
    padding: 25px 0;
    color: #a0b0c0;
}

.copy-right a {
    color: #72b9e1;
}

.copy-right a:hover {
    text-decoration: underline;
}

ul.socialicons {
    list-style: none;
    overflow: auto;
    padding-bottom: 20px;
}

ul.socialicons li {
    width: 45px;
    height: 45px;
    margin: 0 20px 0 0;
    float: left;
}

ul.socialicons li a {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../images/sprite_img.png) no-repeat;
    transition: all 400ms ease;
}

ul.socialicons li a.facebook {
    background-position: 5px -397px;
}

ul.socialicons li a.facebook:hover {
    background-position: -30px -397px;
}

ul.socialicons li a.twitter {
    background-position: 0px -437px;
}

ul.socialicons li a.twitter:hover {
    background-position: -42px -437px;
}

ul.socialicons li a.utube {
    background-position: 0px -477px;
}

ul.socialicons li a.utube:hover {
    background-position: -42px -477px;
}

ul.socialicons li a.linkedin {
    background-position: 0px -517px;
}

ul.socialicons li a.linkedin:hover {
    background-position: -42px -517px;
}

ul.socialicons li a.playstore {
    background-position: 0px -554px;
}

ul.socialicons li a.playstore:hover {
    background-position: -42px -554px;
}

ul.socialicons li a.application {
    background-position: 0px -593px;
}

ul.socialicons li a.application:hover {
    background-position: -42px -593px;
}

.contact {
    width: 102px;
    height: 102px;
    float: left;
    margin-right: 20px;
}

/*.contact{width:68px;height: 60px; background: url(../images/sprite_img.png) no-repeat; float: left;margin-right: 20px; }*/

.call-us {
    background: url(../images/call.png) no-repeat;
}

.reach-us {
    background: url(../images/reach.png) no-repeat;
}

.write-us {
    background: url(../images/write.png) no-repeat;
}

.contact-heding {
    font-size: 25px;
    padding-bottom: 20px;
}

.details,
.details a {
    color: #028cd0;
    font-weight: bold;
}

.btn {
    display: inline-block;
    text-align: center;
    line-height: 1.25;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 700;
}

.btn-secondary {
    color: #008dd0;
    border-radius: 100px;
    border: 2px solid #008dd0;
    padding: 13px 50px 9px;
    font-size: 20px;
}

.btn-primary:hover {
    border: 2px solid #286090;
}

.btn-primary {
    color: #fff;
    background: #008dd0;
    border-radius: 100px;
    border: 2px solid #008dd0;
    padding: 13px 61px;
    font-size: 18px;
}

.bg-grayscale-lightest {
    background: #060c3e;
    color: #72b9e1;
}

footer.bg-grayscale-lightest {
    margin-top: 25px;
}

.page.product footer.bg-grayscale-lightest {
    margin-top: 0px;
}

/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: left;
    color: #000;
}

/* indicator position */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

/* indicator color */

#quote-carousel .carousel-indicators li {
    border: 1px solid #1972c6;
    width: 12px;
    height: 12px;
}

/* active indicator */

#quote-carousel .carousel-indicators .active {
    background: #1972c6;
    height: 12px;
    width: 12px;
    margin-bottom: 1px;
}

.reviews-profile {
    float: left;
    background: #000;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.reviews {
    float: left;
    padding: 15px 35px 0px;
    position: relative;
}

.reviews::before,
.reviews::after {
    content: "“";
    font-size: 6em;
    color: #028cd0;
    position: absolute;
    left: 0px;
    font-family: serif;
    top: 50px;
    line-height: 0.1;
}

.reviews::after {
    content: "”";
    right: 0px;
    left: auto;
    top: auto;
    bottom: 10px;
}

.reviews p {
    padding: 5px;
    margin-bottom: 0px;
    font-size: 13px;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    padding-left: 30px;
}

.rate:not(:checked)>input {
    position: absolute;
    left: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: auto;
    font-size: 30px;
    color: #ccc;
    pointer-events: none;
    line-height: 1;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/************Button Styles**************/

.btn-kamil-primary,
.btn-kamil-secondary {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-kamil-primary:before,
.btn-kamil-secondary:before,
.btn-kamil-primary:after,
.btn-kamil-secondary:after,
.btn-kamil-primary span:before,
.btn-kamil-secondary span:before,
.btn-kamil-primary span:after,
.btn-kamil-secondary span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 25%;
    height: 0;
    background: #1666b2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.btn-kamil-primary:before,
.btn-kamil-secondary:before {
    left: 0;
}

.btn-kamil-primary:after,
.btn-kamil-secondary:after {
    left: 50%;
}

.btn-kamil-primary span:before,
.btn-kamil-secondary span:before,
.btn-kamil-primary span:after,
.btn-kamil-secondary span:after {
    top: auto;
    bottom: 0;
}

.btn-kamil-primary span:before,
.btn-kamil-secondary span:before {
    left: 25%;
}

.btn-kamil-primary span:after,
.btn-kamil-secondary span:after {
    left: 75%;
}

.btn-kamil-primary:hover,
.btn-kamil-secondary:hover,
.btn-kamil-secondary:hover a,
.btn-kamil-primary:hover a {
    color: #fff;
}

.btn-kamil-primary:hover:before,
.btn-kamil-secondary:hover:before,
.btn-kamil-primary:hover:after,
.btn-kamil-secondary:hover:after,
.btn-kamil-primary:hover span:before,
.btn-kamil-secondary:hover span:before,
.btn-kamil-primary:hover span:after,
.btn-kamil-secondary:hover span:after {
    height: 80px;
}

.btn-kamil-secondary:before,
.btn-kamil-secondary:after,
.btn-kamil-secondary span:before,
.btn-kamil-secondary span:after {
    background: #1972c6;
}

.offset-top-22 {
    margin-top: 22px;
}

.offset-top-40 {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .well-xxs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.well-xs {
    padding-top: 25px;
    padding-bottom: 25px;
}

.well-sm {
    padding-top: 50px;
    padding-bottom: 50px;
}

/***Nav Bar***/

.rd-navbar-wrap {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    height: 0 !important;
}

.rd-navbar-static {
    display: block;
    position: relative;
    z-index: 10;
}

.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}

.header.padLR-0,
.rd-navbar-inner.padLR-0 {
    padding-left: 0;
    padding-right: 0;
}

.rd-navbar-fixed .rd-navbar-inner.padLR-0 {
    margin: 0;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-inner {
    position: relative;
    max-width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-inner {
    padding: 0 15px;
}

.rd-navbar-static .rd-navbar-panel {
    text-align: left;
    min-width: 210px;
    max-width: 210px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.rd-navbar-static .rd-navbar-panel,
.rd-navbar-static .rd-navbar-nav-wrap {
    display: inline-block;
    vertical-align: middle;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #333333;
    display: none;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #333333;
    backface-visibility: hidden;
    border-radius: 2px;
}

.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after,
.rd-navbar-sidebar:before,
.rd-navbar-sidebar:after {
    content: '';
    display: block;
    height: 56px;
}

.rd-navbar-fixed .rd-navbar-nav,
.rd-navbar-sidebar {
    position: fixed;
    width: 270px;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 34px;
    color: #1972c6;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
    z-index: 980;
    padding: 10px 4px;
}

.rd-navbar-toggle span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after {
    top: 8px;
}

/*
* Fixed Layout
*/

html.rd-navbar-fixed-linked body {
    padding-top: 56px;
    min-width: 375px;

}

.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    display: inline-block;
    padding-left: 4px;
    width: calc(100% - 104px);
}

.rd-navbar-fixed .rd-navbar-brand .brand-name {
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
}

.rd-navbar-fixed .rd-navbar-brand .brand-slogan {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    color: #1972c6;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
    z-index: 990;
}

.rd-navbar-fixed .rd-navbar-panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-nav {
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-megamenu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
    content: '\f078';
    position: absolute;
    top: 22px;
    right: 0px;
    margin-top: -22px;
    width: 65px;
    height: 44px;
    font: 400 14px "FontAwesome";
    line-height: 42px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
}

.rd-navbar-fixed.active .rd-navbar-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1199px) {
    .rd-navbar-fixed.rd-navbar--on-search .brand-name {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .main-links {
        left: 0 !important;
    }
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed.rd-navbar--is-clone .rd-navbar-panel {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
}

.rd-navbar-fixed.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-brand {
    position: relative;
    z-index: 2;
}

.rd-navbar-static .rd-navbar-panel,
.rd-navbar-static .rd-navbar-nav-wrap {
    display: inline-block;
    vertical-align: middle;
}

.rd-navbar-static .rd-navbar-nav {
    margin-left: -2px;
}

.rd-navbar-static .rd-navbar--has-dropdown,
.rd-navbar-fullwidth .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-static .rd-navbar-nav>li {
    display: inline-block;
    margin-left: 12px;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-dropdown {
    background: #fff;
    padding: 0 0 10px;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
}

.rd-navbar-dropdown {
    display: none;
}

.rd-navbar-static .rd-navbar-dropdown>li:first-child,
.rd-navbar-fullwidth .rd-navbar-dropdown>li:first-child {
    padding-top: 6px;
}

.rd-navbar-static .rd-navbar-dropdown>li,
.rd-navbar-fullwidth .rd-navbar-dropdown>li {
    background: #fff;
}

.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a {
    display: block;
    padding: 7px 17px;
    color: #1972c6;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
}

.rd-navbar {
    background: #fff;
}

.rd-navbar--is-stuck {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}

/*************************************/

/********************************/

/* body{
   background: #f7fcfe;
} */

.banner-content h4,
.banner-content h5,
.banner-content h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    line-height: 45px;
}

a {
    cursor: pointer;
    color: #028cd0;
    font-weight: 600;
}

.green.caret {
    transform: rotate(180deg);
    color: #0dab5f;
}

.fa-angle-down {
    display: inline-block;
    background: url(../images/search-arrow.png) no-repeat;
    height: 8px;
    width: 16px;
    background-size: 15px;
    margin: 4px;
}

footer .row {
    margin-top: 20px;
}

.rd-navbar-brand {
    padding-top: 10px;
}

.client-review {
    position: relative;
}

.client-review:after {
    content: '';
    position: absolute;
    background: #000;
    height: 3px;
    width: 69px;
    bottom: -11px;
    left: 47%;
}

.container.container-width {
    width: auto;
    max-width: 1366px;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

.padL0 {
    padding-left: 0;
}

.marL15 {
    margin-left: 15px;
}

.review-container:after,
.review-container:before {
    content: none;
    position: absolute;
    top: -13px;
    left: 101px;
}

.review-container {
    position: relative;
}

.review-container:after {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
}

.review-container:before {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #999;
    left: 100px;
    top: -14px;
}

.header.padLR-0,
.rd-navbar-inner.padLR-0 {
    padding-left: 0;
    padding-right: 0;
}

.reviews .row {
    margin: 20px;
}

.col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.review-profile {
    border-radius: 50%;
}

.banner-content h4 {
    font-weight: 100;
    text-transform: none;
    font-size: 30px;
}

.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dropdown-toggle {
    font-weight: 100;
}

.banner-text {
    max-width: 1366px;
    margin: 100px auto 0 auto;
}

.banner-content h5 {
    font-size: 60px;
    font-weight: 900;
}

.banner-content h6 {
    font-size: 28px
}

.login-submenu {
    background: #054b7e;
    color: #fff;
    font-size: 13px;
    min-width: 200px;
    position: absolute;
    margin: 0px 0 0 -85px;
}

.ui-to-top.active:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 17px;
    top: 13.5px;
    background: url(../images/arrow.png);
    left: 12px;
}

.nav-item:not(.search):hover .menu-label {
    color: #fff;
}

.nav-item:not(.search):hover .account-icon {
    background: url('../images/sprite_img.png') no-repeat -45px -35px;
    ;
}

.nav-item:not(.search):hover .login-icon {
    background: url('../images/sprite_img.png') no-repeat -44px -68px;
}

.expand .nav-item:not(.search):hover .account-icon {
    background-position: -40px -34px;
}

.expand .nav-item:not(.search):hover .login-icon {
    background-position: -39px -65px;
}

.nav-item:not(.search):hover {
    background: #028cd0;
    border-color: #028cd0;
}

.expand .nav-item:not(.search):hover {
    background-color: transparent;
}

.expand .nav-item:not(.search):hover .icons {
    background-color: #028cd0;
}

.login-submenu li {
    padding: 5px 12px 5px 15px;
}

.login-button:hover .login-submenu {
    display: block;
}

.region.region-loginnav {
    padding-top: 10px;
}

.expand .region.region-loginnav {
    padding-top: 0px;
}

.login-submenu {
    display: none;
}

.login-submenu li:hover {
    background: #fff;
    color: #054b7e;
}

.li-bullet li:before {
    content: '';
    position: absolute;
    background: #028cd0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: -14px;
    top: 10px;
}

.overview-wrapper {
    border-top: 2px solid #028cd0;
    padding: 20px 0;
    box-shadow: 0px 2px 7px 0 rgb(203, 200, 200);
    position: relative;
    border-radius: 0px;
    background: #fff;
    margin-top: 0;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.overview-wrapper ul li {
    /* background: #f1f1f1; */
    background: #fff;
    color: #028cd0;
    border-left: 0;
}

.overview-wrapper ul {
    padding: 0 15px;
}

.overview-wrapper ul li {
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: auto -15px;
    padding-left: 10px;
}

.overview-wrapper ul li a {
    color: #028cd0;
}

.overview-wrapper ul li:hover {
    background: #eaf8fd;
}

.research-menu {
    position: relative;
}

.research-menu .sub-menu {
    width: 100%;
    padding: 0;
}

ul.rd-navbar-nav.main-nav-bar.rd-navbar--has-dropdown li a {
    padding: 8px 20px;
    border-radius: 10px;
    border-bottom: 2px solid transparent;
    padding-bottom: 19px;
}

.main-nav-bar {
    padding-top: 26px;
}

.rd-navbar-static .rd-navbar-nav>li {
    margin: 0;
    padding: 0 !important;
}

ul.rd-navbar-nav.main-nav-bar.rd-navbar--has-dropdown li a:hover , ul.rd-navbar-nav.main-nav-bar.rd-navbar--has-dropdown li a.active {
    color: #028cd0;
    border-bottom: 2px solid #028cd0;
    border-radius: 0;
}

.has-dropdown {
    position: relative;
}

.has-dropdown a {
    padding-right: 5px;
}

.research-menu:hover .sub-menu,
.has-dropdown:hover .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    padding-top: 15px;
    top: 44px;
    min-width: 200px;
}

ul.rd-navbar-nav.main-nav-bar.rd-navbar--has-dropdown .research-menu .overview-wrapper li a {
    padding: 0;
    padding-left: 2px;
    border-bottom-width: 1px;
    white-space: nowrap;
    border-bottom: 0;
    line-height: 1.5;
}

.overview-wrapper:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #028cd0;
    top: -10px;
    position: absolute;
    left: 55px;
    display: none;
}

.top-menu-links .dial-mobile,
.top-menu-links .help-mobile {
    display: none;
    color: #565b65;
}

.top-menu-links .sub-menu {
    right: 0;
    top: auto;
    min-width: auto;
}

.top-menu-links .overview-wrapper {
    max-width: 110px;
    min-width: 0;
    padding: 10px;
    float: left;
    color: #565b65;
}

.top-menu-links .overview-wrapper::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #028cd0;
    top: -10px;
    position: absolute;
    left: 38px;
}

.top-menu-links .overview-wrapper li {
    width: 100%;
    padding: 5px;
    border-right: 0;
    white-space: nowrap;
}

.top-menu-links .overview-wrapper li a:hover {
    color: #028cd0;
    border-radius: 0;
}

.main-links .main-nav-bar>li:hover>a::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #028cd0;
    left: 45%;
    padding: 7px 0px;
    display: inline-block;
    z-index: 1;
    top: auto;
    bottom: 0;
}

.main-links .overview-wrapper {
    position: relative;
}

.header-text .caret {
    top: 2px;
    position: relative;
}

.overview-img {
    display: inline-block;
    background: url(../images/research.jpg);
    height: 88px;
    width: 87px;
}

.li-bullet {
    border-left: 1px solid #a5d7f0;
    padding-left: 30px;
    text-align: left;
}

.li-bullet li:hover {
    color: #028cd0;
}

.li-bullet li {
    position: relative;
    color: #3a5d72;
    font-size: 13px;
    /*font-weight: 700;*/
    cursor: pointer;
    padding: 5px 0;
}

footer .container {
    padding: 10px 0 20px 0;
}

footer .container.container-width {
    max-width: 1200px;
    margin: auto;
}

#block-custom-custom-footer-menu .row>div {
    border-left: 1px solid rgba(114, 185, 225, 0.3);
}

.padT-0 {
    padding-top: 0;
}

.exp-section {
    padding: 40px 0;
}

.img-login,
.img-login.btn-new {
    position: absolute;
    top: 20%;
    left: 55px;
}

.img-login.btn-topright {
    left: auto;
    top: 5%;
    right: 3%;
}

.img-login.btn-botleft {
    left: 63%;
    top: auto;
    bottom: 5%;
}

.img-login.btn-botright {
    left: auto;
    top: auto;
    bottom: 5%;
    right: 3%;
}

.knowledge-wrapper {
    background: #fff;
    padding: 15px 40px;
}

.knowledge-wrapper h3 {
    font-size: 30px;
    color: #060c3e;
    font-weight: 100;
    padding-bottom: 30px;
}

.knowledge-wrapper label,
.knowledge-wrapper label a {
    font-size: 16px;
    color: #060c3e;
    font-weight: 600;
}

.knowledge-wrapper p {
    font-size: 12px;
    color: #060c3e;
}

.learn,
.calculator {
    font-size: 12px;
    font-weight: bolder;
}

.profile {
    min-height: 100px;
    border-bottom: 1px solid #e2e2e2;
}

.expert-view {
    padding: 15px;
    margin: 15px auto;
    box-shadow: 0px 2px 7px 0 rgb(203, 200, 200);
    max-width: 90%;
}

.preview {
    display: inline-block;
    background: url(../images/preview.png);
    height: 88px;
    width: 87px;
    margin: 15px;
}

.learn span {
    display: inline-block;
    background: url('../images/sprite_img.png') no-repeat -8px -98px;
    width: 48px;
    height: 38px;
    margin-right: 25px;
}

.calculator span {
    display: inline-block;
    background: url('../images/sprite_img.png') no-repeat 0px -157px;
    width: 48px;
    height: 44px;
    margin-right: 25px;
}

.calculator {
    margin-top: 30px;
}

.carousel-indicators li {
    border: 1px solid #028cd0;
    height: 12px;
    width: 12px;
}

.carousel-indicators li.active {
    background: #028cd0;
    height: 13px;
    width: 13px;
    margin-top: 1px;
    border: 1px solid #028cd0;
}

.carousel {
    padding-bottom: 66px;
}

.expert-view h3 {
    font-size: 30px;
    color: #060c3e;
    padding: 10px;
}

.expert-view strong {
    font-size: 25px;
    vertical-align: baseline;
}

.expert-view h5 {
    color: #060c3e;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
}

.view-card {
    padding-top: 15px;
}

.expert-view label {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

/*
.region-content-secondary > .block{ 
	border: 2px solid #dfdfdf;
	padding: 15px;
	margin-bottom: 15px;
}

.region-content-secondary > .block:first-child{
	margin-right: 15px;
}
*/

.smart-trading .content-desc {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #060c3e;
    padding: 0 70px;
    padding-top: 15px;
}

.designation {
    color: #aeaeae;
    font-size: 16px;
    font-weight: 500;
}

.about-us .designation {
    margin-bottom: 5px;
    color: #464646;
}

.name {
    color: #060c3e;
    font-weight: 700;
    font-size: 20px;
}

.profile-text {
    padding-top: 16px;
}

.smart-trading {
    padding-top: 20px;
    margin-top: 0px;
    padding-bottom: 15px;
}

.smart-trading h3 {
    font-size: 30px;
    font-weight: bolder;
    padding: 20px 0;
    padding-top: 20px;
}

.smart-trading .btn-kamil-secondary {
    margin-top: 30px;
}

.rd-navbar-inner {
    padding: 0 15px;
}

.page {
    margin: auto;
}

.page-header {
    margin: 0;
    padding: 0;
    min-height: 85px;
    z-index: 999;
}

.page-header img {
    /* width: 215px; */
}

.page-header .rd-navbar-wrap .rd-navbar-brand {
    padding-top: 0;
}

.caret {
    color: #ff0000;
    vertical-align: super;
    margin: 0 10px 0 10px;
}

.rd-navbar-nav-wrap .rd-navbar-nav li a {
    font-size: 16px;
    font-weight: 700;
    color: #565b65;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.research-menu .overview-wrapper {
    padding-top: 0px;
    position: relative;
    top: -3px;
}

.rd-navbar-nav-wrap .rd-navbar-nav .sub-menu-lvl-1 li a {
    color: #028cd0;
}

.rd-navbar-nav-wrap .rd-navbar-nav .products-menu .sub-menu-lvl-1 li a {
    cursor: auto;
}

.rd-navbar-nav-wrap .rd-navbar-nav .sub-menu-lvl-1 li a.child-menu-item,
.rd-navbar-nav-wrap .rd-navbar-nav .products-menu .sub-menu-lvl-1 .sub-menu-lvl-2 a {
    cursor: pointer;
}

.contact-us-header {
    padding: 5px 0 15px 0;
    background: #f8fcfe;
    border-bottom: 1px solid #f2f8fb;
}

.contact-us-header .top-menu-links li a {
    color: #565b65;
    padding-right: 0;
}

.inner-container {
    max-width: 1366px;
    margin: auto;
}

.contact-us-header ul li {
    padding: 0 15px;
    border-right: 1px solid #000;
    float: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #565b65;
}

.contact-us-header ul li:last-child {
    border: 0
}

.header .nav-item {
    margin: 5px 5px;
    padding: 5px 20px;
    border: 2px solid #008cd0;
    border-radius: 20px;
    min-width: 134px;
    float: left;
    transition: width 0.35s;
    cursor: pointer;
}

.header .nav-item.login-button {
    min-width: 124px;
}

.header .nav-item.login-button .menu-label {
    float: none;
    width: 100%;
    padding: 0;
    vertical-align: middle;
}

.header .nav-item.login-button .login-icon.icons {
    margin-right: 0px;
    height: 26px;
    float: left;
    position: relative;
    top: 1px;
    width: 19px;
    top: 2px;
}

.header .nav-item.login-button .text {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 2px;
}

.header {
    padding: 15px;
}

.menu-label span.text {
    font-size: 13px;
}

.search-icon {
    background: url(../images/sprite_img.png) no-repeat -2px 0px;
    /*border: 2px solid #028cd0; */
    margin-right: -2px;
}

.account-icon {
    background: url(../images/sprite_img.png) no-repeat -6px -36px;
}

.login-icon {
    background: url(../images/sprite_img.png) no-repeat -7px -68px;
}

.icons {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: width 0.35s;
}

.search-wrapper {
    border-bottom: 1px solid #008dd0;
    display: inline-block;
    line-height: 1;
    margin: auto 5px;
}

.search input {
    border: 0;
    /* border-bottom: 1px solid #008dd0; */
    outline: 0;
    margin: 5px 5px;
    width: 50px;
    transition: width 0.35s;
}

.search input::placeholder {
    color: #008dd0;
    font-size: 13px;
}

.search input:-ms-input-placeholder {
    color: #008dd0;
    font-size: 13px;
}

.search input::-ms-input-placeholder {
    color: #008dd0;
    font-size: 13px;
}

.expand .search input::placeholder {
    color: #008dd0;
    text-align: right;
}

.expand .search input:-ms-input-placeholder {
    color: #008dd0;
    text-align: right;
}

.expand .search input::-ms-input-placeholder {
    color: #008dd0;
    text-align: right;
}

.search-wrapper .form-control {
    width: 70px;
    box-shadow: none;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 28px;
}

#search-block-form .search-wrapper .btn-primary {
    border: 0;
    border-color: transparent;
    width: 28px;
    height: 28px;
    background-position: -3px -1px;
}

#search-block-form .search-wrapper .btn-primary:hover,
#search-block-form .search-wrapper .btn-primary:focus {
    background: #028cd0 url(../images/sprite_img.png) no-repeat -41px -1px;
    width: 30px;
    height: 30px;
    transform: scale(1);
}

.expand .nav-item.search {
    border-bottom: 1px solid #028cd0;
    padding-left: 15px;
    border-radius: 0;
}

.nav-item.search .dropdown .btn {
    color: #aeaeae;
    padding-right: 20px;
    font-size: 13px;
}

.expand .search-wrapper {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.expand .search-wrapper .glyphicon {
    display: none;
}

.nav-item.search {
    border: 0;
    min-width: 0;
    padding: 0;
}

.expand .nav-item.search input {
    width: 130px;
    margin: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    border: 0;
}

.expand .search {
    min-width: 270px;
}

.expand .search-icon {
    background: url(../images/sprite_img.png) no-repeat -2px 0px;
    margin-right: -2px;
}


.expand .fa-angle-down:before {
    content: none;
    display: none;
}

.expand .other-icons {
    border: 0;
    min-width: 0;
}

.other-icons {
    max-height: 38px;
}

.header .nav-item.other-icons .menu-label {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.header .expand .nav-item.other-icons .menu-label {
    vertical-align: sub;
}

.expand .caret {
    color: #028cd0;
    position: absolute;
    right: -5px;
    bottom: 13px;
}

#block-search-form .content-search .dropdown .dropdown-toggle .caret {
    display: inline-block;
    background: url(../images/search-arrow.png) no-repeat;
    height: 8px;
    width: 16px;
    background-size: 15px;
    margin: 4px;
    top: 4px;
    border: 0;
}

.expand .menu-label {
    /* display: none; */
    padding-top: 0;
}

.expand .nav-item .menu-label span.text {
    display: none;
}

.expand .nav-item.login-button.other-icons {
    min-width: 0;
    max-height: 38px;
    position: relative;
    top: 1px;
}

.expand .nav-item .icons,
.expand .nav-item.login-button.other-icons .login-icon.icons {
    width: 34px !important;
    height: 34px;
}

.expand .nav-item .icons.login-icon {
    background-position: -1px -65px;
}

.menu-label {
    font-size: 13px;
    vertical-align: baseline;
    font-weight: 600;
    color: #028cd0;
    display: inline-block;
    padding-top: 3px;
}

.expand .account-icon,
.expand .login-icon {
    border: 2px solid #028cd0;
}

.expand .account-icon {
    background-position: -2px -34px;
}

.dropdown {
    display: none;
}

.dropdown .fa {
    vertical-align: bottom;
    padding: 0 7px;
    font-size: 21px;
}

.dropdown .btn {
    background: #fff;
    color: #269cd6;
    padding-left: 0;
    border: 0;
}

.expand .dropdown {
    display: inline-block;
    padding-top: 3px;
    top: 7px;
}

.expand .nav-item {
    padding: 0;
}

ul.footer-links li {
    display: inline-block;
    padding: 0 13px;
    border-right: 2px solid #03548a;
    line-height: 13px;
    font-size: 13px;
    cursor: pointer;
}

ul.footer-links li:last-child {
    border: 0
}

/*** Accordion styles overiden ***/

.panel-group {
    margin-bottom: 30px;
}

.panel-default {
    background: transparent;
    border: 0;
    text-align: left;
}

.panel-default .panel-heading {
    background: transparent;
    border: 0;
    padding-bottom: 5px;
}

.panel-default .panel-title {
    padding-bottom: 5px;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-bottom-width: 1px;
    text-transform: none;
}

.panel-default .panel-title a {
    color: #117eb2;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
}

.panel-default .panel-title a::before {
    content: '';
    display: inline-block;
    padding: 3px;
    position: absolute;
    left: 0;
    background: url('../images/Open_Arrow.png') no-repeat;
    top: 4px;
    transform: rotate(0deg);
}

.panel-default .panel-title a.collapsed::before {
    content: '';
    padding: 3px;
    color: #72b9e1;
    background: url('../images/Open_Arrow.png') no-repeat;
    top: 4px;
    left: 0;
    transform: rotate(90deg);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 15px;
    margin-left: 25px;
}

.accordion-list-wrap {
    padding-top: 10px;
    list-style-type: disc;
    padding-left: 2em;
    margin-left: 1em;
    color: #bcdcf7;
}

.faq-wrapper .accordion-list-wrap {
    padding-left: 0;
    margin-left: 0;
}

@media (max-width: 1200px) {
    .banner-text {
        margin: 20px;
    }

    .research-menu .sub-menu {
        position: relative;
    }

    .research-menu .sub-menu .overview-wrapper {
        border: 0;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }

    .research-menu .sub-menu .overview-wrapper:before {
        display: none;
    }

    .research-menu .sub-menu .overview-wrapper .li-bullet {
        border-left: 0;
    }

    .research-menu .sub-menu .overview-wrapper .li-bullet li {
        line-height: 1;
    }

    .research-menu .sub-menu .overview-wrapper .li-bullet li:before {
        display: none;
    }
}

@media (max-width: 1280px) {
    html.rd-navbar-fixed-linked body {
        padding-top: 90px;
    }
}

@media (max-width: 1366px) {
    .top-menu-links .sub-menu {
        right: 2px;
    }

    .top-menu-links .sub-menu .overview-wrapper::before {
        left: 70px;
    }
}

@media (max-width: 1400px) {
    .page-header {
        padding: 0 10px;
    }

    footer .container.container-width {
        overflow: hidden;
        padding: 20px;
    }

    .banner-text {
        margin: 30px 20px;
    }

    .sbi-banner-img {
        width: 100%;
    }

    .header.rd-navbar-nav-wrap {
        position: fixed;
        z-index: 990;
        right: 0;
        top: 21px;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        top: 33px;
        width: 100%;
    }

    .rd-navbar-brand {
        padding-top: 5px;
    }

    .rd-navbar-fixed.active .rd-navbar-nav.main-nav-bar {
        top: 55px;
        padding-left: 10px;
        text-align: left;
    }

    .overview-wrapper .col-xs-6.text-center {
        display: none;
    }

    .overview-wrapper {
        min-width: 248px;
        margin: 3px;
    }

    .li-bullet {
        width: 100%;
    }

    .page-header {
        min-height: 0;
    }

    .email-us {
        padding: 0
    }
}

@media (max-width: 991px) {
    .region-content-secondary {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 768px) {
    .col {
        width: 100%;
        float: left;
    }
    .rteright {
        text-align: left;
    }
    .profile-text {
        text-align: right;
    }

    .page-footer .col-md-3 {
        padding-bottom: 10px;
        float: left;
    }

    .page-footer h4 {
        padding: 2px 0;
    }

    .copy-right {
        border: 0;
        margin-top: 20px;
    }

    ul.socialicons {
        padding-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid;
    }

    #myCarousel img {
        height: 275px
    }

    .knowledge-wrapper {
        text-align: center
    }

    .banner-text {
        margin-top: 40px
    }

    .contact {
        width: 100%;
        background-position: 50%;
    }

    .contact-heding,
    .details {
        text-align: center
    }
}

/*modal popup overide css*/

div.ctools-modal-content,
div.ctools-modal-content .modal-header {
    border-radius: 8px;
    position: relative;
}

div.ctools-modal-content .modal-content {
    width: 100% !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

div.ctools-modal-content .modal-title {
    font-size: 150%;
    color: #060c3e;
    white-space: normal;
    font-size: 100%;
}

.modal-header .close {
    margin-top: 0px;
    right: -10px;
    background: #fff;
    vertical-align: bottom;
    display: inline-block;
    padding: 3px;
    top: 5px;
    opacity: 0.6;
}

#modalContent {
    top: 50% !important;
    transform: translateY(-50%);
}

.modal-content .inner-popup {
    color: #060c3e;
    font-size: 14px;
}

.ctools-close-modal.close-btn.ctools-close-modal-processed {
    background-color: #fff;
    outline: none;
    text-decoration: none;
    margin: 5px 5px;
    padding: 5px 20px !important;
    border: 2px solid #028cd0;
    border-radius: 20px;
    min-width: 131px;
    transition: width 0.35s;
    cursor: pointer;
    color: #028cd0;
    display: inline-block;
}

.modal-content {
    border: 1px solid rgba(93, 93, 93, 0.3);
}

.ctools-close-modal.close-btn.ctools-close-modal-processed:hover {
    background-color: #054b7e;
    border-color: #054b7e;
}

.knowledge-wrapper .view-content .col-xs-12 {
    padding-top: 8px;
    padding-bottom: 7px;
}

.pad-lr-0 {
    padding-left: 0 !important;
    padding-left: 0 !important;
}

.main-links {
    padding-top: 5px;
    padding-bottom: 0px;
    position: relative;
    left: 6%;
}

.btn-new {
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    background: none;
}

.btn-new::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1972c6;
    transform-origin: left;
    transition: width 0.3s ease;
    z-index: -1;
}

.btn-new:hover::after {
    width: 100%;
}

.btn-new::before,
.btn-new span::after,
.btn-new span::before {
    content: none;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.well-xs .well-xs {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1400px) and (min-width: 1285px) {
    .contact-us-header {
        position: static;
    }

    .header.rd-navbar-nav-wrap {
        top: auto;
    }

}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
    .page.markets .header.rd-navbar-nav-wrap {
        position: absolute !important;
        right: -20px;
        top: 0;
    }
}

@media screen and (max-width: 1280px) {

    .contact-us-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1001;
    }
    .page-header img {
        width: 215px;
    }
}

@media screen and (max-width: 768px) {
    
    .contact-us-header {
        padding: 10px 0 10px 0;
        }

    .expand .nav-item.search {
        background: #fff;
    }

    .menu-label .text,
    .header .nav-item.login-button .text {
        display: none;
    }

    .header .nav-item.other-icons {
        min-width: 30px;
        padding: 3px 1px;
        position: relative;
        top: 3px;
    }

    .header .account-icon {
        background-position: -2px -37px;
    }

    .expand .account-icon {
        background-position: -2px -34px;
    }

    .nav-item:not(.search):hover .account-icon {
        background-position: -41px -37px;
    }

    .header .login-icon {
        background-position: -1px -66px;
        width: 29px !important;
    }

    .nav-item:not(.search):hover .login-icon {
        width: 23px;
        background-position: -40px -66px;
    }

    .banner-content h4 {
        font-size: 25px;
    }

    .banner-content h5 {
        font-size: 48px;
    }

    .banner-content h6 {
        font-size: 24px;
    }

    .btnlink {
        font-size: 14px;
        padding: 13px 45px;
    }

    .name {
        font-size: 17px;
    }

    .designation {
        font-size: 14px;
    }

    .sitemap li a {
        font-size: 13px;
    }

    .reviews .review-container {
        font-size: 12px;
    }

    .expert-view h3,
    .smart-trading h3,
    .knowledge-wrapper h3,
    .client-review {
        font-size: 26px;
        font-weight: 700;
    }

    .smart-trading .content-desc,
    .knowledge-wrapper label,
    .knowledge-wrapper label a {
        font-size: 15px;
    }

    .expert-view h5 {
        font-size: 18px;
    }

    .btn-secondary {
        font-size: 18px;
        padding: 13px 36px;
    }

    .contact-us-header {
        padding-right: 15px;
    }

    .reviews .row {
        margin: 15px 5px;
    }

    .contact-heding {
        font-size: 22px;
    }

    .details,
    .page-footer h4 {
        font-size: 14px;
    }

    .email-us {
        padding-top: 15px;
    }

    .view-education-banner-slides {
        padding-bottom: 65px;
    }

    .region-content-secondary .block {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .region-content-secondary .block:last-child {
        padding-bottom: 0;
    }

    .smart-trading h3 {
        padding: 10px 0;
        padding-top: 10px;
    }

    .carousel {
        padding-bottom: 30px;
    }

    .carousel-indicators {
        line-height: 1;
        bottom: 0px;
    }

    .well-xs .well-xs {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #quote-carousel {
        padding-left: 0;
        padding-right: 0;
    }

    .well-xs {
        padding-bottom: 0;
    }

    footer.bg-grayscale-lightest {
        margin-top: 15px;
    }

    .page.product footer.bg-grayscale-lightest {
        margin-top: 0px;
    }
}

.footer-menu div:last-child {
    text-transform: uppercase;
}

.footer-menu div:last-child li a {
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
}

.footer-menu div:last-child li a:hover {
    color: #a0b0c0 !important;
}

.footer-menu div:last-child h4 {
    display: none;
}

.expand .search-wrapper .btn-primary,
.expand .search-wrapper .btn-primary:focus {
    background: url(../images/sprite_img.png) no-repeat -3px 0px;
    border-color: transparent;
    color: white;
    outline: 0;
    top: 0.5px;
    right: -3px;
    box-shadow: none;
}

.search-container {
    margin-right: 15px;
}

.smart-trading img {
    width: 100%;
    max-width: 373px;
}

.page img.mobile-logo {
    max-width: 38px !important;
    margin: 0px -10px;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 640px) {

    .top-menu-links .dial-mobile,
    .top-menu-links .help-mobile {
        display: inline-block;
        color: #028cd0;
        font-size: 23px;
        box-sizing: border-box;
    }

    .top-menu-links .has-dropdown>a {
        display: none;
    }

    .top-menu-links .dial-mobile {
        border: 2px solid #028cd0;
        border-radius: 50%;
        font-size: 14px;
        width: 22px;
        height: 22px;
        position: relative;
    }

    .top-menu-links .dial-mobile .fa {
        padding: 3.3px 1.5px;
        position: absolute;
        top: 0.3px;
        left: 1.5px;
    }

    .top-menu-links.pull-right {
        max-height: 15px;
    }

}

@media screen and (max-width: 520px) {
    .header .nav-item.login-button .login-icon.icons {
        height: 26px;
        width: 30px;
    }

    /* .rd-navbar-fixed .rd-navbar-panel {
        top: 38px;
    }
    html.rd-navbar-fixed-linked body {
        padding-top: 95px;
    }
    .rd-navbar-fixed.active .rd-navbar-nav.main-nav-bar {
        top: 40px;
    }
    #block-custom-ticker {
        width: auto;
    }
    .header.rd-navbar-nav-wrap {
        top: 24px;
    } */

    #block-custom-ticker {
        width: 100%;
        margin-bottom: 10px;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        top: 62px;
    }

    .header.rd-navbar-nav-wrap {
        top: 51px;
    }

    .page-header img {
        position: relative;
        top: 5px;
    }

    html.rd-navbar-fixed-linked body {
        padding-top: 118px;
    }

    .rd-navbar-fixed.active .rd-navbar-nav.main-nav-bar {
        top: 65px;
    }

    .expand .nav-item.search input {
        width: 85px;
    }

    .contact-us-header ul li {
        font-size: 10px;
        line-height: 11px;
        margin-top: 5px;
        padding: 0 10px;

    }
    .tickerv-wrap ul li {
        float: none;
        margin: 0;
        line-height: 12px;
        font-size: 12px;
    }


    .contact-us-header .header-text {
        width: 100%;
    }

    .banner-content h4 {
        font-size: 20px;
    }

    .banner-content h5 {
        font-size: 40px;
    }

    .banner-content h6 {
        font-size: 20px;
    }

    .btnlink {
        font-size: 12px;
        padding: 13px 40px;
    }

    .name {
        font-size: 15px;
    }

    .designation,
    .details,
    .sitemap li a {
        font-size: 12px;
    }

    .page-footer h4 {
        font-size: 13px;
    }

    .expert-view h3,
    .smart-trading h3,
    .knowledge-wrapper h3,
    .client-review {
        font-size: 22px;
    }

    .smart-trading .content-desc,
    .knowledge-wrapper label,
    .knowledge-wrapper label a {
        font-size: 14px;
    }

    .expert-view h5 {
        font-size: 16px;
    }

    .btn-secondary {
        font-size: 16px;
        padding: 13px 30px;
    }
    
    .img-login.btn {
      padding: 6px 17px;
      font-size: 14px;
    }

    .knowledge-wrapper p,
    .reviews .review-container,
    .copy-right {
        font-size: 11px;
    }

    .contact-heding {
        font-size: 20px;
    }

    .search-wrapper {
        border: 2px solid #008dd0;
        display: inline-block;
        line-height: 1;
        margin: auto 5px;
        border-radius: 50%;
        padding: 2px;
        top: 3px;
    }

    .search-wrapper .input-group .form-control {
        display: none;
    }

    .expand .nav-item.search input {
        width: 85px;
        margin: 5px 0px;
        display: table-cell;
    }

    .expand .search {
        min-width: 180px;
    }

    .nav-item.search .dropdown .btn {
        padding-right: 15px;
    }

    .page-header {
        top: 65px !important;
    }

    #myCarousel img {
        height: 200px;
    }
}

@media screen and (max-width: 395px) {
    #block-custom-ticker {
        width: 100%;
        margin-bottom: 10px;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        top: 58px;
    }

    .header.rd-navbar-nav-wrap {
        top: 46px;
    }

    .page-header img {
        position: relative;
        top: 5px;
    }

    html.rd-navbar-fixed-linked body {
        padding-top: 118px;
    }

    .rd-navbar-fixed.active .rd-navbar-nav.main-nav-bar {
        top: 65px;
    }

    .contact-us-header ul li {
        padding: 0 4px;
    }
}

@media screen and (max-width: 330px) {
    .expand .nav-item.search input {
        width: 70px;
    }

}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    Width: 100% !important;
    min-height: auto;
}

.region-content-secondary .carousel-inner>.item>img {
    Width: 100% !important;
    Max-height: 380px;
    min-height: auto;
}

.reviews-wrapper .reviews .review-container {
    padding: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1366px;
        width: 100%;
    }

    .contact-us-header .inner-container {
        position: relative;
        top: 7px;
		padding-right: 12px;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        min-height: 480px;
    }
}

	@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none), screen and (min-width: 1200px) and (max-width: 1345px) {   
	.contact-us-header .inner-container {
		padding-right: 17px;
	}
	}

.nav-item .icons {
    vertical-align: top;
    width: 28px;
    height: 28px;
}




/* Mega menu styles */

.products-menu .sub-menu .overview-wrapper {
    position: relative;
    padding: 0;
    background: transparent;
    border: 0;
}

.products-menu .overview-wrapper {
    min-width: 0;
    margin: 0
}

.products-menu .sub-menu-lvl-1 {
    max-width: 200px;
    min-width: 200px;
    background: transparent;
    overflow-y: visible;
    color: #028cd0;
    padding: 0;
}

.products-menu .sub-menu-lvl-1:hover {
    max-width: 430px;
    min-width: 430px;
}

.products-menu .sub-menu-lvl-1 li:hover>.sub-menu-lvl-2 {
    display: block;
}

.products-menu .sub-menu-lvl-1>li {
    max-width: 200px;
    min-width: 200px;
    padding: 14px 10px 6px 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #028cd0;
    margin: 0;
    text-overflow: ellipsis;
    font-weight: 700;
    border-left: 0px solid #fff;
}

.sub-menu-lvl-1>li {
    border-left: 3px solid #fff;
}


.sub-menu-lvl-1>li:hover {
    border-left-color: #028cd0;
}


.products-menu .sub-menu-lvl-1>li a {
    color: #028cd0;
}

.products-menu .sub-menu-lvl-1>li:hover {
    background: #eaf8fd;
    cursor: auto;
}

.products-menu .sub-menu-lvl-1>li:hover>.blue-bar {
    display: inline-block;
    width: 5px;
    height: 100%;
    position: relative;
    background: #028cd0;
    left: -10px;
    top: 0;
    min-height: 45px;
    margin-top: -11px;
    margin-bottom: -10px;
}

.blue-bar {
    display: none !important;
    width: 3px;
    height: 100%;
    position: relative;
    background: #fff;
    left: -10px;
    top: 0;
    min-height: 45px;
    margin-top: -14px;
    margin-bottom: -10px;
    display: none;
}

.sub-menu-lvl-2 {
    display: none;
    position: absolute;
    left: 200px;
    top: -0.2px;
    min-width: 250px;
    background: #eaf8fd;
    color: #028cd0;
    border-bottom: 1px solid #fff;
    padding: 0px 5px;
    width: 100%;
    min-height: 100%;
    height: auto;
    max-width: 250px;
}

.sub-menu-lvl-2>li:hover {
    background: #008dd0;
}

.products-menu .sub-menu-lvl-2 li,
.products-menu .sub-menu-lvl-2 li a {
    background: #eaf8fd;
    color: #028cd0;
}

.products-menu .sub-menu-lvl-2 li {
    padding: 0;
    border: 0;
}

.products-menu .sub-menu-lvl-2 a,
.rd-navbar-nav-wrap .rd-navbar-nav .products-menu .sub-menu-lvl-2 a {
    padding: 15px 10px 6px 10px !important;
    display: inline-block;
    border-radius: 0;
    color: #028cd0;
    cursor: pointer;
}

.products-menu .sub-menu-lvl-2 a:hover {
    background: #008dd0 !important;
    color: #fff !important;
    width: 100%;
}

.products-menu .sub-menu-lvl-1>li:first-child,
.products-menu .sub-menu-lvl-2>li:first-child {
    border-top: 2px solid #028cd0;
}

.rd-navbar--is-touch .rd-navbar-nav .sub-menu {
    top: auto;
}

.rd-navbar--is-touch .rd-navbar-nav .products-menu .sub-menu-lvl-1>li:first-child,
.rd-navbar--is-touch .rd-navbar-nav .products-menu .sub-menu-lvl-2>li:first-child {
    border-top: 0;
}

.rd-navbar--is-touch .rd-navbar-nav .sub-menu-lvl-1 {
    border-top: 1px solid #008dd0 !important;
}

.top-menu-links .down-arrow {
    right: -1px;
}

@media (max-width: 991px) {
    .products-menu .sub-menu {
        padding: 0;
        position: relative;
    }

    .products-menu .overview-wrapper::before {
        display: none;
    }

    .products-menu .sub-menu-lvl-1,
    .products-menu .sub-menu-lvl-2,
    .products-menu .sub-menu-lvl-1>li,
    .products-menu .sub-menu-lvl-1:hover {
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .products-menu .sub-menu-lvl-2 {
        position: relative;
        top: 0;
        left: 0;
    }

    .main-links .main-nav-bar li:hover>a::before {
        display: none;
    }
}

/*main navigation changes*/

.navigation li .down-arrow,
.main-links .down-arrow {
    display: none;
}

.main-links .main-nav-bar li:hover>a::before {
    /* content: '';
    position: absolute;
    right: 45%;
    bottom: 0;
    color: rgb(0, 141, 208);;
    vertical-align: middle;
    margin: 0 7px 0 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 7px dashed  rgb(0, 141, 208);;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; */

}

@media screen and (max-width: 768px) {

    .navigation li,
    .main-links li {
        position: relative;
    }

    .navigation li .down-arrow,
    .main-links .down-arrow {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 13px;
    }

    .main-links .blue-bar {
        display: none !important;
    }

    .main-links .sub-menu-lvl-1 .down-arrow {
        top: 22px;
    }

    .main-links .sub-menu-lvl-2 {
        border-top: 1px solid #008dd0 !important;
    }

    .header .expand .nav-item.other-icons .menu-label {
        vertical-align: middle;
    }
}

/*Modified search quote result*/

.search-wrapper {
    position: relative;
}

.search-wrapper .quote_result {
    max-height: 200px;
    overflow: auto;
    position: absolute;
    background: #fff;
    white-space: nowrap;
    top: 45px;
    border: 1px solid #ccc;
}

.search-wrapper .quote_result li {
    padding: 10px 5px 10px 10px;
}

.search-wrapper .quote_result li:hover {
    background: #f0f8ff;
}

.search-wrapper .quote_result li a.quote-detail-link {
    font-size: 12px;
    color: #333;
    font-weight: 300;
    line-height: 1;
}
    
 @keyframes ticker {0% {
    transform: translateY(100%);
  }
  5%,
  25% {
    transform: translateY(0%);
  }
  30%,
  100% {
    transform: translateY(-100%);
  }}

.tickerv-wrap {
  width: 355px;
  height: 12px;
  overflow: hidden;
 /* border: solid 1px green; */
  position: relative;
}
.tickerv-wrap ul {
  width: 355px;
  padding-left: 10px;
}
.tickerv-wrap li {
  position: absolute;
  top: 0px;
  line-height: 29px;
  list-style: none;
  font-size: 10pt;
  animation: ticker 12s infinite linear;
}

.tickerv-wrap ul li {
border-right: 0;
}

.tickerv-wrap li span { font-family: effra; font-size: 12px; line-height: 12px;}
.tickerv-wrap li .tradedate {font-size: 10px; color: green;}

.tickerv-wrap ul:hover {
  animation-play-state: paused
}
.tickerv-wrap li:nth-child(3) {
  animation-delay: -4s;
}	
	.tickerv-wrap li:nth-child(2) {
  animation-delay: -8s;
}
.tickerv-wrap li:nth-child(1) {
  animation-delay: -12s;
}