body {
    font-family: 'Helvetica-Condensed';
}
/*@font-face {
    font-family: Helvetica-Regular;
    src: url(../fonts/Helvetica.otf);
}
@font-face {
    font-family: Helvetica-Light;
    src: url(../fonts/Helvetica-Light.otf);
}
@font-face {
    font-family: Helvetica-Cond;
    src: url(../fonts/Helvetica-Condensed.otf);
}*/
/*=========================About Us start==================================*/
.inner-heading {
    position: inherit;
    text-align: center;
    z-index: 1;
    color: #161616;
    font-size: 45px;
    margin-top: 25px;
    margin-bottom: 30px;
}

    .inner-heading span {
        text-align: center;
        background: #fff;
        padding: 0 20px;
    }

span.line {
    width: 100%;
    height: 2px;
    background-color: #008787 !important;
    position: absolute !important;
    top: 55px !important;
}

.content-heading {
    font-family: 'Helvetica-Light';
    font-size: 40px;
    color: #333;
}

.content-box {
    background: #fff;
    padding-bottom: 25px;
    box-shadow: 0 15px 20px rgba(0,0,0,0.15);
    margin-bottom: 45px;
    overflow: auto;
}

.gradient-line {
    background: linear-gradient(to right, #028c8b, #0a459c);
    height: 12px;
}

.content-box-bb {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-inner-heading {
    font-size: 22px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.content-inner-details {
    font-size: 13px;
    color: #4c4b4b;
    padding-left: 15px;
}

    .content-inner-details span {
        margin-right: 7px;
    }

.gradient-line-2 {
    background: linear-gradient(to right, #028c8b, #0a459c);
    height: 3px;
    margin-top: 15px;
}

.content-inner-heading2 {
    font-family: 'Helvetica-Light';
    font-size: 30px;
    color: #333;
}

.state-selector {
    background: url('../images/s-arrow.png') no-repeat;
    background-position: right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f5f5f5 !important;
    border: 1px solid #cdcdcd;
    padding: 7px 40px 7px 15px;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    width: 200px;
}

    .state-selector::-ms-expand {
        display: none;
    }

.content-inner-line {
    height: 1px;
    background: #e3e3e3;
    margin-top: 7px;
}

.bl-bg {
    background: url('../images/pattern-bg.png');
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: auto;
}
/*.map-title {font-family: 'Helvetica-Light';color:#010101;font-size:22px;float:left;width:44%;}*/
.map-title {
    font-family: 'Helvetica-Light';
    color: #010101;
    font-size: 22px;
    float: left;
}

.map-img {
    width: 56%;
}

.a-nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*ul.branch-address {list-style-image:url('../images/ls.png');padding-left:40px;overflow:auto;margin-top: 15px;}*/
ul.branch-address {
    list-style-image: url('../images/ls.png');
    padding-left: 40px;
    margin-top: 15px;
}
    /*ul.branch-address li {width:50%;float:left;margin-bottom: 30px;height:115px;}*/
    ul.branch-address li {
        width: 85%;
        float: left;
        margin-bottom: 30px;
        height: 115px;
    }

.branch-address-heading {
    font-size: 21px;
    color: #333;
    display: block;
    margin-bottom: 7px;
}

.branch-address-content {
    font-family: 'Helvetica-Light';
    font-size: 14px;
    color: #333;
    display: block;
}

ul.branch-address li:nth-child(odd) .branch-address-content {
    padding-right: 30px;
}

ul.branch-address li:nth-child(even) .branch-address-content {
    padding-right: 10px;
}

.branch-address-content span {
    display: block;
}

.nopads {
    padding: 0px !important;
}



/*for fixed menu at side*/

.content-pad {
    padding-bottom: 0px;
}

.feedback_form {
    width: 295px;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 9999 !important;
}


.feedback_form_link {
    width: 170px !important;
    height: 45px !important;
    background-color: #058B94;
    color: #fff;
    border-radius: 5px;
    -moz-transform: translateX(105%) translateY(250%) rotate(-90deg);
    -webkit-transform: translateX(105%) translateY(250%) rotate(-90deg);
    -o-transform: translateX(105%) translateY(250%) rotate(-90deg);
    -ms-transform: translateX(105%) translateY(250%) rotate(-90deg);
    transform: translateX(105%) translateY(250%) rotate(-90deg);
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    padding-top: 10px;
}

.feedback_form_content {
    width: 270px !important;
    height: auto !important;
    float: left !important;
    background-color: #818181 !important;
    border-bottom-left-radius: 5px !important;
    overflow: hidden !important;
    margin-left: 27px !important;
    margin-top: -100px;
}

/*Modal*/
.new-modal {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-close-modal {
    cursor: pointer;
}

    .new-close-modal i {
        transform: scale(1.5);
        float: right;
        color: red;
        margin-bottom: 10px
    }

.new-modal .new-modal-image {
    width: 85%
}

.new-modal-image-mbl {
    display: none;
}

/*Dhiwagar css start*/

.market_menu ul li {
    color: #fff;
    float: left;
    font-family: Helvetica-Condensed;
}

.justycss {
    text-align: justify !important;
}

.market_menu {
    float: left;
    background: #00284a
}

.drpmob {
    font-size: 16px;
    font-family: 'Helvetica-Condensed';
    border: solid 1px #3D3D3D;
    background: url(/images/ssort-down.gif) 97% center no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 20px !important;
}

.market_menu ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

    .market_menu ul li {
        list-style-type: none;
        border-right: 1px solid #01529c;
        padding: 7px 30px;
        font-size: 19px
    }



/*rajkumar css end */

.circle {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(to right, white, white);
    margin-top: 165px;
    text-align: center;
    background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
    /* box-shadow: 2px 2px 12px rgba(0,0,0,.2);*/


    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.circle__inner {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 11px;
    left: 11px;
    font-size: 20px;
    border-radius: 50%;
    background-color: white;
}

.bk2 {
    background-color: #1392A1;
}

.bk1 {
    background-color: #4986E3;
}

.mar10 {
    margin-left: 10px;
}

.mar50 {
    margin-left: 50px;
}

.colourfntwht {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

.colourfntblk {
    color: #000;
    font-weight: bold;
    font-size: 28px;
}

.conpost {
    position: absolute;
    top: 0px;
}

.conpost1 {
    position: absolute;
    top: 50px;
}

.margintrading {
    margin-top: 161px;
}

.tradenow {
    margin-top: 161px;
}

.margintrading2 {
    margin-top: 349px;
}

.h2marginfnt {
    font-size: 28px;
}


.h2marginfnth4 {
    color: #000;
    font-size: 19px;
}

.secfont {
    font-size: 20px;
}

.bankpad {
    padding-top: 30px;
    padding-bottom: 30px;
}


.bankbg {
    background-color: #F5F5F5;
}

.mtpfunddep {
    margin-top: 10px;
}


/*.mbtmfunddep {
    margin-bottom:20px;
     font-family:Helvetica-Condensed;
}*/



.mbtmfunddep {
    margin-bottom: 20px;
    font-family: Helvetica-Condensed;
    font-size: 16px;
    text-align: justify;
}



.cmmmu {
    color: white;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-left: 12px;
    line-height: 27px;
    text-align: justify;
    padding-right: 8px;
}

.cpnycls {
    padding-left: 22px;
    font-size: 16px;
    border-right: solid 3px #BCBCBC;
    border-bottom: solid 3px #BCBCBC;
    line-height: 27px;
    padding-bottom: 18px;
    margin-top: -13px;
    padding-top: 24px;
    text-align: justify;
    padding-right: 15px;
}

.cpnyinfo {
    color: #008F8F;
    font-size: 25px;
    font-weight: bold;
    margin-top: 59px;
    margin-left: 20px;
}

.bgmt {
    background: linear-gradient(to right, #028c8b, #0a459c);
}

.bgimgnn {
    background-image: url(../images/About-us-image_03.png);
    height: 554px;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.psbsecurities {
    font-size: 22px;
    margin-top: 23px;
    color: #083E94;
    margin-left: 20px;
}

.nopad {
    padding: 0 !important;
}

.overflow-fix {
    overflow: auto;
}

.oswald-medium {
    font-family: 'Conv_Oswald-Medium';
}

.p-relative {
    position: relative;
}

.top-header {
    background-color: #3d3d3d;
    padding-top: 8px;
    padding-bottom: 8px;
}

.flex {
    display: flex;
    justify-content: end;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
}

.mid-pad {
    padding: 0 0.8rem;
}

.top-header-font {
    color: #fff;
    font-size: 14px;
}

    .top-header-font i.fa {
        color: #52c9cc;
        font-size: 20px;
    }

        .top-header-font i.fa.fa-phone {
            transform: rotate(10deg);
        }

.top-header-link {
    padding: 0.2rem 2rem;
    border-radius: 1rem;
    margin: 0 0.5rem;
    font-size: 14px;
    display: inline-block;
}

    .top-header-link:hover {
        text-decoration: none;
        color: #fff;
    }

.link-6 {
    background: #337ab7;
    color: white;
}

    .link-6, .link-6:hover {
        background: #337ab7;
        color: white;
    }

.link-7 {
    background: #058B94;
    color: white;
}

    .link-7, .link-7:hover {
        background: #058B94;
        color: white;
    }

.link-1 {
    background: #33a991;
    color: #fff;
}

.link-2, .link-2:hover {
    background: #ff581e;
    color: #fff;
}

.link-3, .link-3:hover {
    background: #009600;
    color: #fff;
}

.link-image {
    vertical-align: sub;
}
/*.header {width: 100%; float: left; background:#fff;padding-top:10px;padding-bottom:10px; -webkit-box-shadow: 0 10px 10px 0px #ddd;
   -moz-box-shadow: 0 10px 10px 0px #ddd;
        box-shadow: 0 10px 10px 0px #ddd;}*/
.navigation-bar {
    padding: 0 !important; /*margin: 1.55rem 0 !important;*/
    margin: 38px 0 21px;
}

    .navigation-bar li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .navigation-bar li a {
            display: block;
            color: #333;
            font-size: 16px;
        }

            .navigation-bar li a span {
                padding: 0 .625rem;
                border-right: 0.0625rem solid #333;
                line-height: 19px;
                float: left;
            }

        .navigation-bar li:nth-of-type(1) a span {
            line-height: 19px;
            float: left;
        }

        .navigation-bar li a span .fa-home {
            font-size: 21px;
            color: #0b4497;
        }

        .navigation-bar li:last-child a span {
            border-right: none;
        }

        .navigation-bar li:last-child a {
            border-right: none;
        }

.margin-top {
    margin-top: 3rem;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.heading {
    font-size: 2rem;
    color: #003982;
}

.content {
    font-size: 1.45rem;
    color: #333;
    margin-top: 0;
}

.link-4 {
    display: inline-block;
    font-size: 1.5rem;
    background: #e6f8f9;
    color: #008e8f;
    padding: .5rem 2rem;
    border: .0625rem solid #72cecf;
    border-radius: 2rem;
    margin-top: 2rem;
    transition-duration: 0.4s;
}

    .link-4:hover {
        background: #72cecf;
        color: #fff;
        text-decoration: none;
    }

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.form-bg {
    background: url('/images/form-bg.png');
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-size: cover;
}

.open-an-account-form {
    background: rgba(31,87,158,0.8);
    padding: .7rem 1rem;
    width: 55%;
}

.second-heading {
    font-size: 1.9rem;
    color: #fff;
}

.textbox-1 {
    background-color: #1f579e !important;
    color: #fff;
    border: .0625rem solid #097e93;
    padding: 0.5rem 0.5rem 0.5rem 3.5rem;
    font-size: 1.4rem;
    margin: 1rem;
    width: 91%;
    border-radius: 1rem;
}

.placeholder-img-1 {
    background-position: .5rem center;
    background-color: transparent;
    background-image: url('/images/placeholder-1.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.placeholder-img-2 {
    background-position: .5rem center;
    background-color: transparent;
    background-image: url('/images/placeholder-2.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.placeholder-img-3 {
    background-position: .5rem center;
    background-color: transparent;
    background-image: url('/images/placeholder-3.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.placeholder-img-4 {
    background-position: .5rem center;
    background-color: transparent;
    background-image: url('/images/placeholder-4.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.textbox-1::placeholder {
    color: #fff;
    opacity: 0.9;
}

.textbox-1:-ms-input-placeholder {
    color: #fff;
}

.textbox-1::-ms-input-placeholder {
    color: #fff;
}

.btn-1 {
    font-size: 1.4rem;
    margin: 1rem;
    display: inline-block;
    background: #ffd440;
    color: #333;
    padding: .5rem 2rem;
    border: none;
    border-radius: 2rem;
}

.service-box {
    cursor: pointer;
}

.ser-img {
    width: 100% !important;
}

.service-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.7rem;
    padding: .5rem;
    color: #fff;
    font-size: 2rem;
    transition-duration: 0.5s;
    font-family: 'Helvetica-Light';
}

.service-box:hover .service-name {
    height: 100%;
    padding-top: 45%;
}

.cyan {
    background-color: rgba(54,165,167,0.8);
}

.blue {
    background-color: rgba(8,53,110,0.8);
}

.m-bottom {
    margin-bottom: 3rem
}

.product-title {
    font-size: 2rem;
    color: #008e8f;
    margin-top: 1.5rem;
}

.product-m-fix {
    margin-top: 1rem;
}

.link-5 {
    background: #e3e3e3;
    color: #333;
    padding: 0.4rem 1.5rem;
    font-size: 1.2rem;
    border-radius: .9rem;
    transition-duration: .4s;
    display: inline-block;
    margin-top: .5rem;
}

    .link-5:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }

.footer-top {
    height: .3rem
}

.foot-top {
    margin-top: 5rem;
}

.ft-1 {
    background-color: #084498;
}

.ft-2 {
    background-color: #01908e;
}

.footer-bg {
    background: #353535;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

.useful-links {
    padding: 0 !important;
    margin-bottom: 1.5rem !important;
    display: flex;
    justify-content: center;
}

    .useful-links li {
        list-style: none;
    }

        .useful-links li a {
            color: #fff;
            padding: 0 1rem;
            border-right: .0625rem solid #fff;
            font-size: 1.3rem;
        }

        .useful-links li:last-child a {
            border-right: none;
        }

.footer-content {
    color: #fff;
    font-size: 1.2rem;
}

.footer-margin-top {
    margin-top: 1.2rem;
}

.footer-heading {
    color: #f5df5b;
    font-size: 1.4rem;
    margin-bottom: .7rem;
    margin-top: 2rem;
}

.service-slider { /*position:relative;*/
   /* display: flex;
    justify-content: center;*/
}

    .service-slider .each-service {
        /*width: 18%;*/
        /*float: left;*/
        /*float: right;*/
        margin-left: 1%;
        margin-right: 1%;
    }

.slick-prev {
    position: absolute;
    left: -10px;
    background: url('/images/arrow-1.png') no-repeat;
    color: transparent;
    background-color: transparent !important;
    border: none;
    height: 5rem;
    z-index: 2;
    top: 38%;
}

.slick-next {
    position: absolute;
    right: -10px;
    background: url('/images/arrow-2.png') no-repeat;
    color: transparent;
    background-color: transparent !important;
    border: none;
    height: 5rem;
    z-index: 2;
    bottom: 40%;
}

/*== Mobile Menu ==*/
.mobile-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    background-color: #473982;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 3.75rem;
    box-shadow: -23px 0 10px rgba(0,0,0,.4);
}

    .mobile-menu a:nth-child(2) {
        border-top: 0.0625rem solid #392e66;
    }

    .mobile-menu a {
        padding: 0.5rem 0.5rem 0.5rem 2rem;
        text-decoration: none;
        font-size: 1.2rem;
        color: #fff;
        display: block;
        border-bottom: 0.0625rem solid #392e66;
    }

        .mobile-menu a.active, .mobile-menu a:hover {
            background: #063674;
        }

    .mobile-menu .closebtn {
        position: absolute;
        top: -.3rem;
        right: 1.5625rem;
        font-size: 3rem;
        margin-left: 3.125rem;
        border: none;
    }

        .mobile-menu .closebtn:hover {
            background: none;
        }

.hamburger-icon {
    cursor: pointer;
    float: right;
    position: relative;
    top: -3px;
}

/*
@media screen and (min-width: 1281px) and (max-width: 1600px) 
{
    .navigation-bar li a {font-size: 1.5rem;}
}
*/
/*Revans code starts here*/
.account-bg {
    /*background: url('/images/open-account.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    height: 548px;
    float: left;
    margin-top: 2px;
}

.account-bg2 {
    background: url('/images/margin_trade.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    height: 548px;
    float: left;
    margin-top: 2px;
}

.account-bg3 {
    background: url('/images/Mobile trade.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    height: 548px;
    float: left;
    margin-top: 2px;
}

.account-bg4 {
    background: url('/images/Nri Trade.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    height: 548px;
    float: left;
    margin-top: 2px;
}

.account-bg5 {
    background: url('/images/refer friend.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    height: 548px;
    float: left;
    margin-top: 2px;
}

.account-bg6 {
    background: url('/images/Trading Account.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    float: left;
    margin-top: 2px;
    height: 548px;
}

.open-account-block {
    background: #1d5598;
    width: 100%;
    float: left;
}

    .open-account-block h4 {
        font-size: 25px;
        text-align: center;
        color: #fff;
        font-family: 'Helvetica-Light';
        padding-top: 12px;
        padding-bottom: 12px;
    }

.open-account-form {
    width: 100%;
    float: left;
}

.open-account-form {
    width: 100%;
    float: left;
    background: rgba(79,123,174,0.5);
    padding: 20px 25px;
}
/*.open-account-form input
{
    width: 100%;
    margin-bottom: 14px;
    font-size: 18px;
    padding: 5px 15px;
    border: transparent;
}
.open-account-form input::placeholder
{
    color: #7b7b7b;
    font-family: 'Helvetica-Light';
}
.open-account-form input:-ms-input-placeholder { 
 color: #7b7b7b;
 font-family: 'Helvetica-Light';
}

.open-account-form input::-ms-input-placeholder { 
 color: #7b7b7b;
 font-family: 'Helvetica-Light';
}
.open-account-form button
{
    width: 180px;
    background: #038e8d;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    display: block;
    margin: 15px auto 20px;
    font-size: 21px;
    border-radius: 17px;
    transition: 0.8s;
    font-family: 'Helvetica-Light';
    
    transition: 0.8s;
}
.open-account-form button:hover
{
    transform: translateY(-10px);
}*/
.open-account-formbtn {
    width: 180px;
    background: #038e8d;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    display: block;
    margin: 15px auto 20px;
    font-size: 21px;
    border-radius: 17px;
    transition: 0.8s;
    font-family: 'Helvetica-Light';
    transition: 0.8s;
}

    .open-account-formbtn:hover {
        transform: translateY(-10px);
    }

.txtformcls {
    color: #7b7b7b;
    font-family: 'Helvetica-Light';
    width: 100%;
    margin-bottom: 14px;
    font-size: 18px;
    padding: 5px 15px;
    border: transparent;
}

.know-more-block h1 {
    font-size: 44px;
    color: #073a88;
    font-family: 'Helvetica-Condensed';
}

.know-more-block h3 {
    margin-top: 40px;
    font-size: 30px;
    color: #000;
    font-family: 'Helvetica-Condensed';
}

.know-more-block p {
    font-size: 21px;
    font-family: 'Helvetica-Condensed';
}

.know-more-block a {
    width: 150px;
    color: #fff;
    text-decoration: none;
    background: #028f8d;
    display: block;
    padding: 5px;
    border-radius: 13px;
    text-align: center;
    font-family: 'Helvetica-Light';
    margin-bottom: 15px;
}

a.tradenow {
    width: 150px;
    color: #fff;
    text-decoration: none;
    background: #028f8d;
    padding: 5px 23px;
    border-radius: 13px;
    text-align: center;
    font-family: 'Helvetica-Light';
    margin-bottom: 15px;
}

.h2marginfntblack {
    color: #000 !important;
    font-size: 20px;
}


.welcome-bg {
    background: url('/images/welcome-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    float: left;
}

    .welcome-bg h3 {
        /*color:#33a991;
    font-weight:600;*/
        color: #1cc5c9;
        text-align: center;
        font-family: 'Helvetica-Light';
    }

    .welcome-bg p {
        color: #fff;
        font-size: 17px;
        line-height: 26px;
        font-family: 'Helvetica-Light';
    }

    .welcome-bg .container > a {
        width: 140px;
        text-align: center;
        display: block;
        margin: 25px auto 0;
        text-decoration: none;
        background: #0a4f9c;
        color: #fff;
        border: 2px solid #fff;
        font-size: 16px;
        padding: 5px;
        border-radius: 17px;
        font-family: 'Helvetica-Light';
        transition: 0.8s
    }

    .welcome-bg a:hover {
        transform: translateY(-10px);
    }

.each-product.border-right-none {
    border-right: none;
}

.bg-products {
    background: #f5f5f5;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    float: left;
}

    .bg-products h3 {
        font-size: 27px;
        color: #003982;
        text-align: center;
        font-family: 'Helvetica-Light';
    }

    .bg-products p {
        text-align: center;
        font-size: 17px;
        color: #3f3f3f;
        font-family: 'Helvetica-Light';
    }

.each-product {
    width: 100%;
    float: left;
    border-right: 2px solid #ddd;
    margin: 2em auto;
    display: block;
    text-align: center;
}

    .each-product h5 {
        color: #2d2b2b;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: 'Helvetica-Light';
    }

    .each-product a {
        /*background: #ffd440;*/
        background: #337ab7;
        text-transform: uppercase;
        font-size: 13px;
        border: 1px solid transparent;
        /*color: #0a4398;*/
        color: #ffffff;
        width: 100px;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 8px;
        border-radius: 10px;
        font-family: 'Helvetica-Light';
        transition: 0.2s ease;
        text-decoration: none;
    }

        .each-product a:hover {
            /*border-radius: 0px;*/
            /*background: #028f8d;*/
            color: #fff;
            background: #129699;
            border-color: #028f8d;
            /*text-decoration: none;*/
        }

.footer-bg-grey {
    background: #2a2a2a;
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: 'Helvetica-Light';
    width: 100%;
    float: left;
}

.attentions-block h4,
.attentions-block h6,
.psb-securities h6 {
    font-size: 14px;
    color: #fff;
}

    .attentions-block h6 span {
        width: 121px;
        display: inline-block;
        border-bottom: 1px solid #6f6e6e;
    }

    .psb-securities h6 span {
        width: 87px;
        display: inline-block;
        border-bottom: 1px solid #6f6e6e;
    }

.attentions-block p {
    font-size: 13px;
    color: #9c9b9b;
}

p.disclosure-text {
    font-size: 14px;
}

    p.disclosure-text span {
        color: #fff;
    }

.psb-securities p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.psb-securities a {
    color: #33a991 !important;
    font-weight: 600;
}

.investor-text p {
    font-size: 13px;
    color: #fff;
}

.investor-text a {
    color: #33a991 !important;
    font-weight: 600;
}

.disclaimer-text p {
    color: #9c9b9b;
    font-size: 13px;
}

.disclaimer-text span {
    color: #fff;
    font-size: 14px;
}

.useful-links ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

    .useful-links ul li {
        display: inline-block;
        /* border-right: 1px solid #fff;*/
        color: #fff;
    }

        .useful-links ul li a {
            color: #33a991 !important;
            font-weight: 600;
        }

.black-bg {
    background: #000;
    color: #fff;
    width: 100%;
    float: left;
}

    .black-bg p {
        margin-bottom: 0;
        font-size: 13px;
        padding: 5px;
    }

        .black-bg p.text-right {
            text-align: right;
        }

    .black-bg a {
        color: #fff;
    }

.services-view {
    padding-bottom: 3em;
    padding-top: 3em;
    font-family: 'Helvetica-Light';
    float: left;
    width: 100%;
}

    .services-view h2 {
        margin-top: 0;
        font-size: 25px;
        font-family: 'Helvetica-Light';
    }

    .services-view h3 {
        font-size: 17px;
        font-family: 'Helvetica-Light';
    }

.slick-slider {
    margin-top: 2em;
}


/*Giffson code Start Here*/
/*Download Forms*/
.download-forms-icon img {
    width: 100%;
}

.download-forms-icon {
    width: 30px;
}

.nomination-title {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.nomination-links-container {
    background-color: #A9D1FF;
    padding: 0px;
    /*height:45vh;
    background-image:url(../images/pdfpicture.png);
    background-repeat:no-repeat;
    background-size:90px;
    background-position:50% 80%;*/
}

    .nomination-links-container .pdfpicture-icon {
        width: 90px;
        margin: 8vh auto 8vh;
    }

        .nomination-links-container .pdfpicture-icon img {
            width: 100%;
        }

.download-links-content {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    position: absolute !important;
    top: 15vh;
}

.download-form-main .download_form_links {
    position: absolute;
    right: 0px;
}

.download-form-main .download-forms-block {
    position: relative;
}

.nomination-links-container .downloadble-links a {
    text-decoration: none;
    color: #21538E;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #9BC5F5;
}

    .nomination-links-container .downloadble-links a:hover {
        color: #058B94;
    }

/*Redit Works*/
.download-forms-pdf.active {
    left: 0px;
}

.download-forms-pdf {
    width: 370px;
    display: flex;
    position: fixed;
    z-index: 99999;
    top: 150px;
    left: -258px;
    transition: 1s ease;
}

    .download-forms-pdf .nomination-title {
        background: #1d5598;
        width: 100%;
    }

        .download-forms-pdf .nomination-title h4 {
            font-size: 25px;
            text-align: center;
            color: #fff;
            font-family: 'Helvetica-Light';
            padding-top: 12px;
            padding-bottom: 12px;
        }

    .download-forms-pdf .download-forms-btn {
        height: 45px !important;
        background-color: #058B94;
        color: #fff;
        border: none;
        transform: rotate(90deg);
        position: relative;
        top: 85px;
        right: 35px;
        font-size: 20px;
        border-radius: 5px 5px 0px 0px;
    }

    .download-forms-pdf .download-forms-container {
        width: 100%;
    }

.nomination-links-container {
    background-color: #A9D1FF;
    height: 100%;
}

@media (max-width:768px) {
    .download-forms-pdf .download-forms-btn {
        height: 30px !important;
        font-size: 12px;
        right: 22px;
    }

    .download-forms-pdf {
        left: -260px;
        width: 330px;
    }
}



/**/

/*@media (min-width:1265px) and (max-width:9500px) {
    .account-bg
{
    background: url('/images/open-account.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
  
    float: left;
    margin-top: 2px;
     
}
.account-bg2
{
    background: url('/images/margin_trade.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
  
    float: left;
    margin-top: 2px;
}
.account-bg3
{
    background: url('/images/Mobile trade.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
 
    float: left;
    margin-top: 2px;
}
.account-bg4
{
    background: url('/images/Nri Trade.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
   
    float: left;
    margin-top: 2px;
}
.account-bg5
{
    background: url('/images/refer friend.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
   
    float: left;
    margin-top: 2px;
}
.account-bg6
{
    background: url('/images/Trading Account.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 3em;
    padding-bottom: 3em;
    width: 100%;
    float: left;
    margin-top: 2px;
   
}
    
}*/
@media screen and (min-width: 1024px) and (max-width: 1199px) {

    .circle {
        position: absolute;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: linear-gradient(to right, white, white);
        margin-top: 99px !important;
        text-align: center;
        background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }

    .circle__inner {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 11px;
        left: 11px;
        font-size: 12px;
        border-radius: 50%;
        background-color: white;
    }

    .bk2 {
        background-color: #1392A1 !important;
    }

    .bk1 {
        background-color: #4986E3 !important;
    }

    .mar10 {
        margin-left: 2px;
    }

    .mar50 {
        margin-left: 30px;
    }

    .colourfntwht {
        color: #fff;
        font-weight: normal;
        font-size: 18px;
    }

    .colourfntblk {
        color: #000;
        font-weight: normal;
        font-size: 18px;
    }

    .margintrading2 {
        margin-top: 255px;
    }

    .h2marginfnt {
        font-size: 19px;
    }

    .navigation-bar {
        margin: 28px 0 21px;
    }

    img.logo-img {
        width: 100%;
    }

    .navigation-bar li a {
        font-size: 14px;
    }

        .navigation-bar li a span {
            padding: 0 5px;
        }
}

@media screen and (min-width: 991px) and (max-width: 1023px) {

    .circle {
        position: absolute;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: linear-gradient(to right, white, white);
        margin-top: 99px !important;
        text-align: center;
        background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }

    .circle__inner {
        position: absolute;
        width: 160px;
        height: 160px;
        top: 11px;
        left: 11px;
        font-size: 12px;
        border-radius: 50%;
        background-color: white;
    }

    .bk2 {
        background-color: #1392A1 !important;
    }

    .bk1 {
        background-color: #4986E3 !important;
    }

    .mar10 {
        margin-left: 2px;
    }

    .mar50 {
        margin-left: 30px;
    }

    .colourfntwht {
        color: #fff;
        font-weight: normal;
        font-size: 18px;
    }

    .colourfntblk {
        color: #000;
        font-weight: normal;
        font-size: 18px;
    }

    .margintrading2 {
        margin-top: 255px;
    }

    .h2marginfnt {
        font-size: 19px;
    }
    /*.margintrading2 {

    margin-top: 295px;

}
    .h2marginfnt {

    font-size: 21px;

}*/
    .navigation-bar {
        margin: 28px 0 21px;
    }

    img.logo-img {
        width: 100%;
    }

    .navigation-bar li a {
        font-size: 14px;
    }

        .navigation-bar li a span {
            padding: 0 5px;
        }

    /*raj css start*/
    .market_menu ul li {
        padding: 7px 20px
    }
    /*raj css end*/

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .open-account-formbtn {
        width: 180px;
        background: #038e8d;
        color: #fff;
        border: 2px solid #fff;
        box-sizing: border-box;
        display: block;
        margin: 10px auto 10px;
        font-size: 21px;
        border-radius: 17px;
        transition: 0.8s;
        font-family: 'Helvetica-Light';
        transition: 0.8s;
    }

    .open-account-block h4 {
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-family: 'Helvetica-Light';
        padding-top: 7px;
        padding-bottom: 7px;
    }


    .txtformcls {
        color: #7b7b7b;
        font-family: 'Helvetica-Light';
        width: 100%;
        margin-bottom: 4px;
        font-size: 12px;
        padding: 5px 15px;
        border: transparent;
    }

    .account-bg {
        height: 348px !important;
    }

    .account-bg2 {
        height: 348px !important;
    }

    .account-bg3 {
        height: 348px !important;
    }

    .account-bg4 {
        height: 348px !important;
    }

    .account-bg5 {
        height: 348px !important;
    }

    .account-bg6 {
        height: 348px !important;
    }

    .know-more-block h1 {
        font-size: 30px;
    }

    .know-more-block h3 {
        font-size: 20px;
    }

    .know-more-block p {
        font-size: 15px;
    }

    .open-account-form button {
        font-size: 18px;
    }

    .welcome-bg p {
        font-size: 15px;
    }
    /*raj css start*/
    .market_menu ul li {
        padding: 7px 10px;
        font-size: 16px
    }
    /*raj css end*/

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .circle {
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: linear-gradient(to right, white, white);
        margin-top: 50px !important;
        text-align: center;
        background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
        box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
        -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    }

    .circle__inner {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 11px;
        left: 11px;
        font-size: 12px;
        border-radius: 50%;
        background-color: white;
    }

    .bk2 {
        background-color: #1392A1 !important;
    }

    .bk1 {
        background-color: #4986E3 !important;
    }

    .mar10 {
        margin-left: 0px;
    }

    .mar50 {
        margin-left: 2px;
    }

    .colourfntwht {
        color: #fff;
        font-weight: normal;
        font-size: 10px;
    }

    .colourfntblk {
        color: #000;
        font-weight: normal;
        font-size: 10px;
    }

    .conpost {
        position: absolute;
        top: 0px;
    }

    .conpost1 {
        position: absolute;
        top: 50px;
    }

    .margintrading {
        margin-top: 33px;
    }

    .tradenow {
        margin-top: 0px;
    }

    .margintrading2 {
        margin-top: 227px;
    }

    .h2marginfnt {
        font-size: 16px;
    }

    .h2marginfnt {
        font-size: 16px;
    }




    .open-account-formbtn {
        width: 180px;
        background: #038e8d;
        color: #fff;
        border: 2px solid #fff;
        box-sizing: border-box;
        display: block;
        margin: 10px auto 10px;
        font-size: 21px;
        border-radius: 17px;
        transition: 0.8s;
        font-family: 'Helvetica-Light';
        transition: 0.8s;
    }

    .open-account-block h4 {
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-family: 'Helvetica-Light';
        padding-top: 2px;
        padding-bottom: 2px;
    }


    .txtformcls {
        color: #7b7b7b;
        font-family: 'Helvetica-Light';
        width: 100%;
        margin-bottom: 2px;
        font-size: 12px;
        padding: 5px 15px;
        border: transparent;
    }

    .account-bg {
        background-size: contain;
        height: 300px !important;
    }

    .account-bg2 {
        background-size: contain;
        height: 300px !important;
    }

    .account-bg3 {
        background-size: contain;
        height: 300px !important;
    }

    .account-bg4 {
        background-size: contain;
        height: 300px !important;
    }

    .account-bg5 {
        background-size: contain;
        height: 300px !important;
    }

    .account-bg6 {
        background-size: contain;
        height: 300px !important;
        /*height:548px !important;*/
    }

    .tab-nopad {
        padding: 0 !important;
    }

    .navigation-bar li a {
        padding: 0;
        font-size: 12px;
    }

    .content {
        font-size: 1.28rem;
    }

    .link-4 {
        font-size: 1.3rem;
        padding: .3rem 2rem;
        margin-top: 1.5rem;
    }

    .open-an-account-form {
        width: 65%;
    }

    .btn-1 {
        font-size: 1.3rem;
        padding: .3rem 2rem;
    }

    .textbox-1 {
        font-size: 1.3rem;
    }

    .service-name {
        height: 3rem;
        font-size: 1.5rem;
    }

    .m-bottom {
        margin-bottom: 1.3rem;
    }

    .product-title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .link-5 {
        font-size: 1.1rem;
        margin-top: 0;
    }

    .product-m-fix {
        margin-top: 0;
    }

    .footer-bg {
        padding-top: 1.5rem;
    }

    .useful-links {
        margin-bottom: 1rem !important;
    }

        .useful-links li a {
            font-size: 1.1rem;
        }

    .footer-content {
        font-size: 1rem;
    }

    .footer-heading {
        margin-bottom: .5rem;
        margin-top: 1.7rem
    }

    .navigation-bar li a span {
        padding: 0 3px;
    }

    img.logo-img {
        width: 100%;
    }

    .navigation-bar {
        margin: 15px 0 10px;
    }

    .remove-padding-991-to-768 {
        padding: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .link-1 {
        width: 40% !important;
        text-align: center;
    }

    .link-6 {
        width: 50% !important;
        text-align: center;
    }

    .link-7 {
        width: 40% !important;
        text-align: center;
    }

    .link-3 {
        width: 40% !important;
        text-align: center;
    }

    .map-title {
        font-family: 'Helvetica-Light';
        color: #010101;
        font-size: 15px;
        float: left;
    }

    .content-heading {
        font-family: 'Helvetica-Light';
        font-size: 19px;
        color: #333;
    }

    .inner-heading {
        text-align: center;
        color: #161616;
        font-size: 36px;
    }

    .feedback_form {
        width: 295px;
        position: fixed;
        top: 100px;
        right: 0px;
        z-index: 9999 !important;
    }


    .feedback_form_link {
        width: 105px !important;
        height: 29px !important;
        background-color: #058B94;
        color: #fff;
        border-radius: 11px;
        -moz-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -webkit-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -o-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -ms-transform: translateX(210%) translateY(250%) rotate(-90deg);
        transform: translateX(210%) translateY(250%) rotate(-90deg);
        text-align: center;
        font-size: 12px !important;
        cursor: pointer;
        padding-top: 6px;
    }

    .feedback_form_content {
        width: 270px !important;
        height: auto !important;
        float: left !important;
        background-color: #818181 !important;
        border-bottom-left-radius: 5px !important;
        overflow: hidden !important;
        margin-left: 27px !important;
        margin-top: -100px;
    }



    .services-view {
        padding-bottom: 1em;
        padding-top: 3em;
        font-family: 'Helvetica-Light';
        float: left;
        width: 100%;
    }

    .service-slider .each-service {
        /* width: 48%;
    float: right;*/
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .secfont {
        font-size: 12px;
    }

    .h2marginfnth4 {
        color: #000;
        font-size: 12px;
    }

    .h2marginfntblack {
        color: #000 !important;
        font-size: 12px;
    }

    .openacountxs {
        position: absolute;
        top: 30px;
        font-family: 'Helvetica-Light';
        font-size: 12px;
        font-weight: bold;
        padding: 0px 4px;
    }

    .margintrading {
        margin-top: 10px;
    }

    .tradenow {
        margin-top: 0px;
    }

    .margintrading2 {
        margin-top: 0px;
    }

    .h2marginfnt {
        font-size: 12px;
    }

    .h2marginfnt {
        font-size: 12px;
    }

    a.knowa {
        width: 70px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        background: #028f8d;
        display: block;
        padding: 3px;
        border-radius: 13px;
        text-align: center;
        font-family: 'Helvetica-Light';
        margin-bottom: 15px;
    }

    .account-bg {
        padding: 8px 0px 0px 5px !important;
        height: 85px !important;
    }

    .account-bg2 {
        /*padding-top:3em;
    padding-bottom:2em;*/
        height: 100% !important;
    }

    .account-bg3 {
        /*padding-top:3em;
    padding-bottom:2em;*/
        height: 100% !important;
    }

    .account-bg4 { /*padding-top:3em;
    padding-bottom:2em;*/
        height: 100% !important;
    }

    .account-bg5 { /*padding-top:3em;
    padding-bottom:2em;*/
        height: 100% !important;
    }

    .account-bg6 { /*padding-top:3em;
    padding-bottom:2em;*/
        height: 100% !important;
    }

    .psbsecurities {
        font-size: 17px;
        margin-top: 23px;
        color: #083E94;
        margin-left: 20px;
    }



    .cmmmu {
        color: white;
        font-size: 14px;
        margin-top: 22px;
        margin-bottom: 22px;
        padding-left: 12px;
        line-height: 27px;
        text-align: justify;
        padding-right: 8px;
    }

    .cpnycls {
        padding-left: 22px;
        font-size: 13px;
        border-right: solid 3px #BCBCBC;
        border-bottom: solid 3px #BCBCBC;
        line-height: 32px;
        padding-bottom: 18px;
        margin-top: -13px;
        padding-top: 24px;
        text-align: justify;
        padding-right: 15px;
    }

    .cpnyinfo {
        color: #008F8F;
        font-size: 20px;
        font-weight: bold;
        margin-top: 59px;
        margin-left: 20px;
    }

    .bgmt {
        background-color: #047794;
        margin-top: 12px;
    }

    .bgimgnn {
        background-image: url(../images/About-us-image_03.png);
        height: 554px;
        background-repeat: no-repeat;
        margin-top: 40px;
    }










    .mob-nopad {
        padding: 0 !important;
    }

    .flex {
        flex-wrap: wrap;
    }

    .top-header-font {
        font-size: 1rem;
        flex: 1;
        margin-bottom: 1rem;
    }

    .mid-pad {
        padding: 0;
    }

    .top-header-link {
        margin: 0.5rem;
        font-size: 1.1rem;
    }

    .open-an-account-form {
        width: 100%;
        padding: .3rem .3rem;
    }

    .form-bg {
        padding: 0;
    }

    .heading {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .w-40, .w-60 {
        width: 100%;
    }

    .content {
        font-size: 1.2rem;
    }

    .link-4 {
        font-size: 1.2rem;
        padding: .2rem 2rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }

    .second-heading {
        font-size: 1.7rem;
    }

    .textbox-1 {
        font-size: 1.2rem;
        margin: .5rem 1rem;
    }

    .btn-1 {
        padding: .3rem 2rem;
        font-size: 1.3rem;
    }

    .slick-prev {
        top: 34%;
        left: -10px;
    }

    .slick-next {
        top: 34%;
        right: -10px;
    }

    .service-name {
        height: 3rem;
        font-size: 9px;
    }

    .w-55 {
        width: 100%;
    }

    .m-bottom {
        margin-bottom: 2rem;
    }

    .product-title {
        font-size: 1.5rem;
        margin-top: .7rem;
        margin-bottom: .4rem;
    }

    .foot-top {
        margin-top: 1.5rem;
    }

    .link-5 {
        padding: 0.2rem 1.5rem;
        margin-bottom: 3rem;
    }

    .footer-bg {
        padding-top: 1.5rem;
        padding-bottom: .5rem;
    }

    .useful-links {
        flex-wrap: wrap;
    }

        .useful-links li a {
            padding: 0 .4rem;
            font-size: 1rem;
        }

    .text-right {
        text-align: left;
    }

    img.logo-img {
        width: 200px;
    }

    .each-product {
        border-right: none;
    }

        .each-product h5 {
            font-size: 16px;
        }

    .know-more-block h1 {
        font-size: 24px;
    }

    .know-more-block h3 {
        font-size: 18px;
    }

    .know-more-block p {
        font-size: 14px;
    }

    .open-account-block h4 {
        font-size: 18px;
    }

    .open-account-form button {
        font-size: 18px;
    }

    .open-account-form input {
        font-size: 13px;
    }

    .welcome-bg p {
        font-size: 15px;
        line-height: 22px;
    }

    .welcome-bg a {
        font-size: 15px;
    }

    .bg-products p {
        font-size: 15px;
    }

    .welcome-bg h3 {
        margin-top: 0;
    }

    .know-more-block h3 {
        margin-top: 20px;
    }

    .know-more-block a {
        margin-bottom: 25px;
    }






    a.tradenow {
        width: 150px;
        color: #fff;
        text-decoration: none;
        background: #028f8d;
        padding: 2px 18px;
        border-radius: 13px;
        text-align: center;
        font-family: 'Helvetica-Light';
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    .link-1 {
        /*width:50% !important;*/
        text-align: center;
    }

    .link-6 {
        /*width:40% !important;*/
        text-align: center;
    }

    .link-7 {
        width: 40% !important;
        text-align: center;
    }

    .link-3 {
        width: 40% !important;
        text-align: center;
    }

    .map-title {
        font-family: 'Helvetica-Light';
        color: #010101;
        font-size: 15px;
        float: left;
    }

    .content-heading {
        font-family: 'Helvetica-Light';
        font-size: 19px;
        color: #333;
    }

    .inner-heading {
        text-align: center;
        color: #161616;
        font-size: 36px;
    }

    .feedback_form {
        width: 295px;
        position: fixed;
        top: 100px;
        right: 0px;
        z-index: 9999 !important;
    }


    .feedback_form_link {
        width: 105px !important;
        height: 29px !important;
        background-color: #058B94;
        color: #fff;
        border-radius: 11px;
        -moz-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -webkit-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -o-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -ms-transform: translateX(210%) translateY(250%) rotate(-90deg);
        transform: translateX(210%) translateY(250%) rotate(-90deg);
        text-align: center;
        font-size: 12px !important;
        cursor: pointer;
        padding-top: 6px;
    }

    .feedback_form_content {
        width: 270px !important;
        height: auto !important;
        float: left !important;
        background-color: #818181 !important;
        border-bottom-left-radius: 5px !important;
        overflow: hidden !important;
        margin-left: 27px !important;
        margin-top: -100px;
    }

    .services-view {
        padding-bottom: 1em;
        padding-top: 3em;
        font-family: 'Helvetica-Light';
        float: left;
        width: 100%;
    }

    .service-sliderservice-slider .each-service {
        width: 48%;
        float: right;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .secfont {
        font-size: 12px;
    }

    .h2marginfnth4 {
        color: #000;
        font-size: 12px;
    }

    .h2marginfntblack {
        color: #000 !important;
        font-size: 12px;
    }

    .openacountxs {
        position: absolute;
        top: 30px;
        font-family: 'Helvetica-Light';
        font-size: 12px;
        font-weight: bold;
        padding-left: 20px;
    }

    .margintrading {
        margin-top: 10px;
    }

    .tradenow {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }

    .margintrading2 {
        margin-top: 0px;
    }



    a.knowa {
        width: 70px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        background: #028f8d;
        display: block;
        padding: 3px;
        border-radius: 13px;
        text-align: center;
        font-family: 'Helvetica-Light';
        margin-bottom: 15px;
    }

    .account-bg {
        padding: 8px 0px 0px 5px !important;
        height: 85px !important;
    }

    .account-bg2 {
        height: 100%;
    }

    .account-bg3 {
        height: 100%;
    }

    .account-bg4 {
        height: 100%;
    }

    .account-bg5 {
        height: 100%;
    }

    .account-bg6 {
        height: 100%;
    }

    .h2marginfnt {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .addmargin {
        margin-top: 11px;
    }



    .mob-nopad {
        padding: 0 !important;
    }

    .flex {
        flex-wrap: wrap;
    }

    .top-header-font {
        font-size: 1rem;
        flex: 1;
        margin-bottom: 1rem;
    }

    .top-header-link {
        margin: 0.5rem 1rem;
        font-size: 1.1rem;
    }

    .open-an-account-form {
        width: 100%;
        padding: .3rem .3rem;
    }

    .form-bg {
        padding: 0;
    }

    .heading {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .w-40, .w-60 {
        width: 100%;
    }

    .content {
        font-size: 1.2rem;
    }

    .link-4 {
        font-size: 1.2rem;
        padding: .2rem 2rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }

    .second-heading {
        font-size: 1.7rem;
    }

    .textbox-1 {
        font-size: 1.2rem;
        margin: .5rem 1rem;
    }

    .btn-1 {
        padding: .3rem 2rem;
        font-size: 1.3rem;
    }

    .slick-prev {
        top: 34%;
        left: -10px;
    }

    .slick-next {
        top: 34%;
        right: -10px;
    }

    .service-name {
        height: 3rem;
        font-size: 1.3rem;
    }

    .w-55 {
        width: 100%;
    }

    .m-bottom {
        margin-bottom: 2rem;
    }

    .product-title {
        font-size: 1.5rem;
        margin-top: .7rem;
        margin-bottom: .4rem;
    }

    .foot-top {
        margin-top: 1.5rem;
    }

    .link-5 {
        padding: 0.2rem 1.5rem;
        margin-bottom: 3rem;
    }

    .footer-bg {
        padding-top: 1.5rem;
        padding-bottom: .5rem;
    }

    .useful-links {
        flex-wrap: wrap;
    }

        .useful-links li a {
            padding: 0 .4rem;
            font-size: 1rem;
        }

    .text-right {
        text-align: left;
    }

    img.logo-img {
        width: 220px;
    }

    .know-more-block h1 {
        font-size: 24px;
    }

    .know-more-block h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .know-more-block p {
        font-size: 14px;
    }

    .each-product {
        border-right: none;
    }

    .welcome-bg p {
        font-size: 15px;
        line-height: 21px;
    }

    .each-product h5 {
        font-size: 16px;
    }

    .mid-pad {
        padding: 0 0.4rem;
    }

    a.tradenow {
        width: 150px;
        color: #fff;
        text-decoration: none;
        background: #028f8d;
        padding: 3px 23px;
        border-radius: 13px;
        text-align: center;
        font-family: 'Helvetica-Light';
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .map-title {
        font-family: 'Helvetica-Light';
        color: #010101;
        font-size: 15px;
        float: left;
    }

    .content-heading {
        font-family: 'Helvetica-Light';
        font-size: 19px;
        color: #333;
    }

    .inner-heading {
        text-align: center;
        color: #161616;
        font-size: 36px;
    }

    .feedback_form {
        width: 295px;
        position: fixed;
        top: 100px;
        right: 0px;
        z-index: 9999 !important;
    }


    .feedback_form_link {
        width: 105px !important;
        height: 29px !important;
        background-color: #058B94;
        color: #fff;
        border-radius: 11px;
        -moz-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -webkit-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -o-transform: translateX(210%) translateY(250%) rotate(-90deg);
        -ms-transform: translateX(210%) translateY(250%) rotate(-90deg);
        transform: translateX(210%) translateY(250%) rotate(-90deg);
        text-align: center;
        font-size: 12px !important;
        cursor: pointer;
        padding-top: 6px;
    }

    .feedback_form_content {
        width: 270px !important;
        height: auto !important;
        float: left !important;
        background-color: #818181 !important;
        border-bottom-left-radius: 5px !important;
        overflow: hidden !important;
        margin-left: 27px !important;
        margin-top: -100px;
    }



    .services-view {
        padding-bottom: 1em;
        padding-top: 3em;
        font-family: 'Helvetica-Light';
        float: left;
        width: 100%;
    }

    .service-slider .each-service {
        /*width: 48%;*/
        width: 100%;
        /* float: right;*/
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .secfont {
        font-size: 12px;
    }

    .h2marginfnth4 {
        color: #000;
        font-size: 14px;
    }
    /*.openacountxs {
        position:absolute;top:30px;  font-family: 'Helvetica-Light';font-size: 17px;font-weight:bold;
    }*/

    .openacountxs {
        position: absolute;
        top: 30px;
        font-family: 'Helvetica-Light';
        font-size: 17px;
        font-weight: bold;
        padding-left: 20px;
    }

    .margintrading {
        margin-top: 33px;
    }

    .tradenow {
        margin-top: 0px;
    }

    .margintrading2 {
        margin-top: 0px;
    }

    .h2marginfnt {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .addmargin {
        margin-top: 11px;
    }

    a.knowa {
        width: 70px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        background: #028f8d;
        display: block;
        padding: 3px;
        border-radius: 13px;
        text-align: center;
        font-family: 'Helvetica-Light';
        margin-bottom: 15px;
    }

    .account-bg {
        padding: 8px 0px 0px 5px !important;
        height: 85px !important;
    }

    .account-bg2 {
        height: 100%;
    }

    .account-bg3 {
        height: 100%;
    }

    .account-bg4 {
        height: 100%;
    }

    .account-bg5 {
        height: 100%;
    }

    .account-bg6 {
        height: 100%;
    }
    /*.service-slider .each-service
    {
        width: auto !important;
    }*/
    img.logo-img {
        width: 220px;
    }

    .mob-nopad {
        padding: 0 !important;
    }

    .mob-hidden {
        display: none;
    }

    .flex {
        flex-wrap: nowrap;
    }

    .top-header-font {
        font-size: 1rem;
        margin-bottom: 0;
        margin-top: .5rem;
    }

    .top-header-link {
        margin: 0.2rem;
        font-size: 1rem;
    }

    .top-header-link {
        padding: 0.2rem .7rem;
    }

    .open-an-account-form {
        width: 100%;
        padding: .3rem .3rem;
    }

    .form-bg {
        padding: 0;
    }

    .heading {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .w-40, .w-60 {
        width: 100%;
    }

    .content {
        font-size: 1.2rem;
    }

    .link-4 {
        font-size: 1.2rem;
        padding: .2rem 2rem;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }

    .second-heading {
        font-size: 1.7rem;
    }

    .textbox-1 {
        font-size: 1.2rem;
        margin: .5rem 1rem;
    }

    .btn-1 {
        padding: .3rem 2rem;
        font-size: 1.3rem;
    }

    .slick-prev {
        top: 26%;
    }

    .slick-next {
        bottom: 31%;
    }

    .service-name {
        height: 3rem;
        font-size: 1.3rem;
    }

    .w-55 {
        width: 100%;
    }

    .m-bottom {
        margin-bottom: 2rem;
    }

    .product-title {
        font-size: 1.5rem;
        margin-top: .7rem;
        margin-bottom: .4rem;
    }

    .foot-top {
        margin-top: 1.5rem;
    }

    .link-5 {
        padding: 0.2rem 1.5rem;
        margin-bottom: 3rem;
    }

    .footer-bg {
        padding-top: 1.5rem;
        padding-bottom: .5rem;
    }

    .useful-links {
        flex-wrap: wrap;
    }

        .useful-links li a {
            padding: 0 .4rem;
            font-size: 1rem;
        }

    .text-right {
        text-align: left;
    }

    .know-more-block h1 {
        font-size: 24px;
    }

    .know-more-block h3 {
        font-size: 18px;
    }

    .know-more-block p {
        font-size: 14px;
    }

    .each-product {
        width: 50%;
        border-right: none;
    }

        .each-product h5 {
            font-size: 16px;
        }

        .each-product a {
            font-size: 11px;
        }

    .welcome-bg p {
        line-height: 22px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .black-bg p.text-right {
        text-align: left;
    }

    .new-modal .new-modal-image {
        width: 90%;
    }

}

@media (min-width: 768px) and (max-width:1024px) {
    .new-modal .new-modal-image {
        width: 85%;
    }
}
@media (max-width: 1023px) {
    .service-slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        
        row-gap: 15px;
        column-gap:15px;
    }
    .def-product-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .service-slider {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        padding: 10px 60px 10px 60px;
    }
    .def-product-card {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
    /*contactus*/
    .contactus .content-box-bb .content-inner-details {
        display: flex !important;
    }
    /*contactus*/
