nav#navbar-top {
    background-color: #fff !important;
}
a {
    text-decoration: none !important;
    /* color: unset !important; */
}

.bg-secondary {
    background-color: #fff !important;
}
.header img {
    width: 100% !important;
}
#main_body {
    background-color: #fff;
}
body {
    background-color: #fff !important;
}
.sub {
    background-color: transparent !important;
}
input[type=tel] {
    border-bottom: 0px solid #ccc3ce !important;
    width: 100% !important;
    margin: auto;
    letter-spacing: normal !important;
    text-align: left !important;
    background-color: #fff !important;
}

.yellow_btnDlearn {
    padding-top: 13px;
    padding-bottom: 19px;
}
a.yellow_btn {
    padding: 10px 12px;
    width: calc(94% - -25px);
}
.subpage {
    background-color: #4b25c1;
    color: white;
    border: none;
    width: 100%;
    height: 36px;
}

.home-searchbox .form-control {
    display: block;
    width: 100%;
    padding: 0.295rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: url(/sites/default/files/search-icon.png) no-repeat 98% center;
}
.home-searchbox input[type=text], input[type=password] {
    background-color: #fff !important;
    border: 1px solid #a5a5a5;
}
input[type=text]
{
    background-color: #fff !important;
    border: 1px solid #a5a5a5;
}

button#openAccountButton {
    width: 100%;
    padding: 7px 15px;
    text-align: left;
    color: #a3a3a3;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    background: url(/themes/bootstrap_barrio/images/homepage/select-dropdown.png) right center no-repeat #f9ffff;
}
.arrowRight{
    font-size: 25px !important;
}
.secAbout .icon_section h3 {
    margin-top: 12px;
  }
  .secNews
  {
    padding-bottom: 3%;
    margin-bottom: 5px !important;
  }
  .mutual-fund .mf {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
/* breaking news article share socialshare */
.socialshare li {
display: inline-block;
padding-left: 3px;
}
.socialshare  {
padding-left: 30px;
}
.socialshare li i{
color: #000000c4;
font-size: 22px;
padding-right: 5px;
cursor: pointer;
}
#custom-tooltip11 {
display: none;
margin-left: 40px;
padding: 5px 12px;
background-color: #000000df;
border-radius: 4px;
color: #fff;
position: absolute;
margin: -21px 0px 0px 26px;
}

/* my account and log out button on header */
nav#navbar-main { 
    display: none;
}
/* Home button is hide on geader */
ol.breadcrumb {
    display: none;
}
/* section.row.region.region-secondary-menu {
    display: block;
} */
.marqueesection li a {
color: #5b2067;
font-size: 14px;
}
.marqueesection li {
display: inline-block;
}
ul.marqueesection {
    margin-bottom: 0px;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p{
    /* margin: 0px 30px; */
    text-align: justify;
    margin-bottom: 1px;
} 
.member-glenn {
    display: none;
 }
 
 .glenn:hover .member-glenn {
   display: block
 }

 .breakingnewscontent {
    display: none;
 }
 
 .breakingmenu:hover .breakingnewscontent {
   display: block
 }
 .btnSignIn .sub1 {
  min-width: 125px;
  font-size: 20px !important;
  font-weight: 600;
  color: #5B2067 !important;
}
/************************************* refer and earn  ****************************/
.page-node-475 li {
  line-height: 22px;
}
.page-node-475 .site-footer {
  margin-top: 70px;
}
.page-node-476 li {
  line-height: 22px;
}
.page-node-476 .site-footer {
  margin-top: 70px;
}
/************************************* trade pages  ****************************/
a.yellow_btnmodes {
  background: #5b2067;
  border: 0px;
  color: #ffffff;
  border-radius: 6px;
  background-clip: padding-box;
  font-weight: normal;
  text-align: center;
  padding: 10px 10px;
}
.trading-slider {
  margin-bottom: 40px;
}
.segments_services, .banner_description {
  position: absolute;
  top: 20vh !important;
  left: 10vw !important;
  width: 100%;
}
 /********************************** Header dropdpwn ******************************* */
select#openAccountButton {
    width: 100%;
    padding: 7px 15px;
    text-align: left;
    color: #a3a3a3;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    background: url(/themes/bootstrap_barrio/images/homepage/select-dropdown.png) right center no-repeat #f9ffff;
}
.startnowbtn
{
  background-color: #ff9900;
  color: #FFFFFF;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
/* General dropdown styling */
/* .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown label {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 8px 15px;
    background: #f7f7f7;
}

#toggle {
    display: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    z-index: 1000;
}

.dropdown-content a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

#toggle:checked + label + .dropdown-content {
    display: block;
} */

/* 2  */
@media (min-width: 741px) {
  a.yellow_btn {
    width: calc(108% - -7px) !important;
    margin-left: 8px;
  }
  .autosearchmainheader {
  margin-left: 16px;
  }
  #dropdownMenuButton {
    margin-left: 6px;
  }
  #auto_search {
    margin-left: 3px;
  }
  .yellow_btn.contactusbtn {
    /* margin-left: -5px; */
  }
}
.d-flexheaderitems {
  justify-content: revert-layer;
  align-items: center;
}
.region-header-new .yellow_btn {
    margin-top: 0px;
}
.faqs .panel p {
  padding-top: 10px;
}
.dropdown-toggle::after
{
  color: transparent;
}
nav {
  position: relative;
}
  .headerdropdown .dropdown-toggle {
  border: 1px solid #a5a5a5;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 0;
  padding: 7px 0px 5px 12px;
  margin: auto 0px;
  font-weight: 400;
  line-height: 1.42857143;
  background:url(/themes/bootstrap_barrio/images/homepage/select-dropdown.png) right center no-repeat #f9ffff;
  box-sizing:border-box;
  color: #898b8d;
  border-radius: 5px;
  text-align: left;
  font-size: 13px;
  font-family: Open Sans,sans-serif;
  }
  button#dropdownMenuButton {
    box-shadow: none !important;
}
  .headerdropdown .dropdown-item {
    border-bottom: 1px solid rgba(70,70,70,.2); 
    font-size: 14px;
    padding:10px 15px;
  }
  
  .headerdropdown .dropdown-item:last-child {
    border-bottom: none; /* Remove border from the last item */
  }
  
  .headerdropdown ul.dropdown {
    display:none;
    position: absolute;
    top: 100%;
    margin-top: .5em;
    background: #fff;
    min-width: 12em;
    padding: 0;
    border: 1px solid #DDD;
    margin:0;
    width:220px;
    box-sizing:border-box;
    z-index: 100;
}
.headerdropdown ul.dropdown li {background:none!important; list-style-type:none;}
.headerdropdown ul.dropdown li a {padding:5px;
          display: block;}
.headerdropdown ul.dropdown li a:hover {font-weight:700;}

  
  h1 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 10px;
  }
  .travel-sec .col-6 {
    margin-bottom: 20px;
  }
  .quiz .card .card-body .option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔' !important;
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}

 /********************************** footer ******************************* */
.site-footer__bottom
{
    border-color: transparent !important;
}
.site-footer
{
    padding: 5px 0 30px;
}
#block-footerfifthblock {
    display: none;
  }
  .site-footer__bottom .region {
    margin-top: 20px;
  }
ul.footer_link {
    padding-left: 0px !important;
}
footer .bottom {
    background-color: #5B2067;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}
footer .bottom p{
    color: #fff !important;
    text-align: center;
}
.footer a {
    color: #c7c7c7 ;
}
footer ul li a, footer ol li, footer p {
    font-size: 15px;
    text-decoration: none;
    color: #c7c7c7 !important;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}
.footer ul {
    padding-left: 0px;
}
.footer p {
    margin-bottom: 0px;
    color: #c7c7c7 ;
}
/* .footer ol li {
    color: #c7c7c7 ;
    font-size: 13px;
} */
.site-footer {
  background: #333333 !important;
}
.footer_link li a {
    color: #c7c7c7 !important;
    text-decoration: none;
    margin-bottom: 13px;
    display: inline-block;
}
.footer_link li a {
    color: #c7c7c7;
    text-decoration: none;
    margin-bottom: 13px;
    display: inline-block;
}
ol.invester li {
  line-height: 21px;
  font-size: 14px;
}
/* .footer h4 {
    font-size: 1.5rem;
    color: #c7c7c7;
} */
footer h4 {
    color: #fff;
    font-size: 20px;
    margin: 30px 0;
}
.footer .powered img {
    width: 130px;
}
a.evoting {
    background: #5b2067;
    border: 0px;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}
.usefullinks a:not(:first-child):not(:last-child):after {
  content: " | ";
  margin-right: 0px;
  margin-left: 10px;
}
.dealmarkerterms{
    background-color: #5b2067;
    padding: 10px;
    border-radius: 11px;
    color: #fff;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 47px;
}
/***************** Youtube video page id  **********************/
i.fa.fa-sign-out {
    color: #444;
}
h3.videotitle {
    color: #444;
}
.videolist2 p {
    margin: 0px 30px;
    text-align: justify;
}
p.subvideoTitle a {
    color: #333333;
    line-height: 17px;
    margin-top: 6px;
    /* font-size: 14px; */
}
h3.mainimageblockmodule {
    color: #333333;
}
/* .videolist p {
    margin-left: 0px;
    text-align: justify;
}
/****************** on 5 things page unwanted dropdown in form section **********/
#city1
{
    display: none;
}
/* .report .open-account {
    box-shadow: 0px 0px 7px -1px #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    background-color: #5b2067;
    color: #fff;
    border-color: #5b2067;
    border-radius: 7px;
    text-align: center;
    margin-top: 20px;
}
img.chartt {
    float: left;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img.charttt {
    height: 380px;
    width: 53%;
    float: left;
} */

/* login page */
.my_dashboard .my_net_worth {
    background-color: #ebebeb;
}
.yellow_btn
{
    padding: 10px 5px !important;
}
.my_dashboard .yellow_btn {
    background: #5b2067;
    border: 0px;
    color: #ffffff;
    padding: 10px 5px !important;
    font-size: 13px;
    text-transform: none;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    font-weight: normal;
    text-align: center;
}
.my_dashboard .my_net_worth li:after {
    height: 45px;
    content: "";
    border-right: 1px solid #cacaca;
    top: 15px;
    right: 0;
    width: 5px;
    margin-left: 50px;
    padding-right: 15px;
    position: absolute;
    display: inline-block;
    width: 8%;
}
/*********** explore-stock-market  page************ */
.text-center {
    text-align: center;
}
.btnInvestment {
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font-size: 35px;
    font-weight: 600;
    color: white;
    padding: 14px 20px;
    pointer-events: none;
}
.investment-section .row {
    margin-top: 30px;
    padding: 10px 100px;
}
.investment-section h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    color: #5F2365;
    margin-top: 0px;
}
.investment-section .imgContainer {
    padding: 14px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #5B2067;
    border-radius: 14px;
    width: 109px;
    height: 115px;
    margin-bottom: 10px;
}
.investment-section .btnRight {
    background: #FAB505 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: #5F2365;
    font-size: 20px;
    padding: 9px 11px;
}
.stock-section {
    margin-top: 50px;
    margin-bottom: 70px;
}
.stock-section h1{
border-left: none;
    font-size: 36px;
    margin-top: 20px;
    color: #5b2067;
}
.investment-section {
    margin-top: 50px;
    margin-bottom: 30px;
}
.stock-section .btnStock {
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font-size: 35px;
    font-weight: 600;
    color: white;
    padding: 10px 20px;
    pointer-events: none;
}
.openAccountBtn {
    background: #5B2067 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: white;
    font-size: 35px;
    font-weight: 600;
    padding: 0px 20px 10px 20px;
}
.open-demat-account h4, .why-dealmoney h4 {
    letter-spacing: 0px;
    color: #5F2365;
    font-weight: bold;
}
button.openAccountBtn a {
    color: white;
    font-size: 22px;
}
.open-demat-account, .why-dealmoney {
    margin-top: 30px;
    margin-bottom: 10px;
}
.open-demat-account, .why-dealmoney {
    margin-top: 30px;
    margin-bottom: 10px;
}
.stock-section .btnRight {
    background: #FAB505 0% 0% no-repeat padding-box;
    border-radius: 9px;
    color: #5F2365;
    font-size: 25px;
    padding: 0px 10px 3px;
}
.stock-section h3, h1 {
    font-weight: 600;
    letter-spacing: 0px;
    color: #5F2365;
    font-size: 20px;
}
.stock-section h3, h1 {
    font-weight: 600;
    letter-spacing: 0px;
    color: #5F2365;
    font-size: 20px;
}
.stock-section p {
    letter-spacing: 0px;
    color: #5F2365;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}
.open-demat-account .row, .why-dealmoney .row {
    padding: 30px 60px 0px 60px;
}
.open-demat-account .row, .why-dealmoney .row {
    padding: 30px 60px 0px 60px;
}
.stock-section .nav>li>a {
    color: #5B285B;
    font-size:18px !important;
    font-weight: bold;
    padding: 8px 10px;
}
.stock-section .nav-tabs .nav-link.active {
  background-color: #FAB505;
  border-radius: 18px;
  margin: 0px;
  }
.stock-section .tabmenu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #6F3B79;
    border-radius: 20px;
    margin-bottom: -29px;
    position: relative;
    margin-top: 10px;
}
.stock-section .tabContainer {
    margin-top: 30px;
    padding-right: 200px;
    padding-left: 200px;
}
.stock-section .dispContainer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #5B285B;
    border-radius: 32px;
    margin-bottom: 50px;
}
.breakingSubcatmenu .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  background-color: #eee;
  border-radius: unset;
  border: none;
  border-radius: 18px;
}
/* .stock-section .nav-link>li.active>a, .stock-section.nav-link>li.active>a:focus, .stock-section.nav-link>li.active>a:hover, .stock-section.nav>li>a:focus {
    color: #5B285B;
    background: #FAB505 0% 0% no-repeat padding-box !important;
    border-radius: 20px;
} */
/* .stock-section .nav-link>li.active>a, .stock-section.nav-link>li.active>a:focus, .stock-section.nav-link>li.active>a:hover, .stock-section.nav>li>a:focus {
  color: #5B285B;
  background: #FAB505 0% 0% no-repeat padding-box !important;
  border-radius: 20px;
} */
/* .nav-link>li.active>a, .nav-link>li.active>a:focus, .nav-link>li.active>a:hover, .nav>li>a:focus {
    color: #5B285B;
    background: #FAB505 0% 0% no-repeat padding-box !important;
    border-radius: 20px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav>li>a:focus {
    color: #5B285B;
    background: #FAB505 0% 0% no-repeat padding-box !important;
    border-radius: 20px;
} */
.stock-section .row {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px 60px 20px 60px;
}
.boxContainer.text-center {
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 30px 10px;
}
.logoimage
{
    width: 100% !important;
}
/************  breaking news **********/
img.imgbreaking {
    display: block;
    width: 100%;
    height: 200px;
}
/************  range bar equity page **********/

.range-bar-main span {
    position: absolute;
    width: auto !important;
    height: 100%;
}
.range-bar-main {
    width: 100%;
    height: 19px;
    background: #e5e5e5 !important;
    overflow: hidden;
    position: relative;
}
/************ Research pages **********/
/* .headerdropdowntoggle {
  box-shadow: none;
} */
.technicalfundamental button.btn {
  font-weight: 600;
  font-size: 20px;
  padding: 10px 15px;
  background-color: #5b2067;
  color: #fff;
  border-color: #5b2067;
  border-radius: 5px;
  text-align: center;
  width: 80%;
  margin-top: 15px 
}
#carouselExampleInterval .tablinks, .tablinks1  {
  margin-top: 25px;
  background: transparent;
}
#carouselExampleInterval .tablinks:hover {
  animation: animate 0.5s linear;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
#Technical-tab h2 {
  margin: 12px 0 15px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 45px;
  color: #5b2067;
}
.header img {
    width: 50px;
    display: inline-block;
    margin-bottom: 0px;
}
.header1 img {
    width: 50px;
    display: inline-block;
    margin-bottom: 0px;
}
.header {
    padding: 0px !important;
    background-color: transparent !important;
    margin: 0px 0px;
}
.header1 h3 {
  display: inline-block;
  margin-bottom: 40px;
}
.banner1 .nav-tabs {
  border-bottom: 1px solid #d0d0d0;
}
.banner1 .nav-tabs .nav-item a {
  padding: 10px !important;
  font-size: 14px;
  font-weight: 500 !important;
}
.banner1 .col-md-4 {
  display: block;
}
.banner1 .tab-content h6 {
  color: #75448f;
  margin: 0px;
  font-weight: 600;
}
.investment button.btn.btn-primary {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  list-style: none;
  box-shadow: none;
}
.investment button.btn.white-button {
  width: 100%;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
}
.banner1 .investment h5 {
  color: #75448f;
  font-weight: 600;
  margin: 0px;
  font-size: 14px;
}
.banner1 .investment h6 {
  font-size: 12px;
  font-weight: 600;
}
.banner {
  background-repeat: no-repeat !important;
  padding: 0px !important;
}
a.readless {
  display: none;
}
.more
{
  display: none;
}
.performance .nav-tabs .nav-link.active {
  background-color: #75448f;
  color: #fff !important;

}
.performance .nav-tabs .nav-link {
  padding: 10px 15px;
  text-decoration: none;
  background-color: #eee;
  color: #717171 !important;
  border-radius: 0;
  border: 1px solid #9B9B9B;
}
.performance ul.nav.nav-tabs {
  text-align: right;
  float: right;
  border-bottom: navajowhite;
  margin-top: -51px;
}
section.banner1 a {
  color: #23527c;
}
.banner1 .investment {
  margin-top: 44px;
}
/****************** Boortstrap modal *****************/
h4#myModalLabel
{
    color: #75448f;
    font-weight: 700;
    border-bottom: 2px solid #9B9B9B;
    padding-bottom: 10px;
}
.close {
    color: #5b2a62;
    font-size: 30px;
    font-weight: 400;
    opacity: .9;
}
.modal-content {
    padding: 10px;
    border-radius: unset !important;
}
.modal-footer {
    padding: 15px 15px;
    text-align: left;
    border-top: 1px solid transparent;
}
.modal
{
    background-color: #9a23b347;
    backdrop-filter: blur(2px);
}
button.btn-close1 {
    color: #5b2a62;
    font-size: 33px;
    float: right;
    border: navajowhite;
    background-color: transparent;
    padding: 0;
    margin: -15px 0px;
    text-shadow: 0 1px 0 #fff;
}
button#goButton {
    background-color: #75448f;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
/* ************carousel *********************/
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #0e0e0edd;
}
/**************** owl-carousel**************** */
.owl-carousel .owl-item img
{
display: block;
width: auto !important;
}

div#data-container {
    width: 100%;
    overflow: scroll;
}
/* multyitem carousal  */
div#myCarouselslider img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}
div#myCarouselslider {
    margin: 28px 0px;
}
/******************* View of breaking mews and its pagination showing on Home page  *******************************/
/* .view-content.row {
    display: none;
}
.views-element-container.contextual-region {
    display: none;
}
ul.pagination.js-pager__items {
    display: none;
} */
/******************* Sub category page  *******************************/
.opendematlink {
    margin: 20px 0px;
}
.card11 img {
    width: 100%;
    border-radius: 15px;
}
.card11 {
box-shadow: rgba(50,50,50,0.3) 0px 3px 6px 0px;
border-radius: 20px;
background-color: #fff;
padding: 27px 10px 4px 5px;
}
.firstimg1 img{
    height: 300px;
    min-width: 100%;
}
.secondimg1 img{
    height: 150px;
    min-width: 100%;
}
.allitemssmallimg img
{
    height: 64px;
    width: 83px;
    margin-bottom: 14px;
}
.borderbottom {
    border-bottom: 1px solid #777;
    margin-top: 14px;
}

.carousel-inner .row .col-4 {
    display: flex;
    align-items: center;
  }
  
  .carousel-inner .row .col-4 img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  div#multi-item-carousel {
    margin: 39px 0px;
}
div#multi-item-carousel img {
    border-radius: 15px;
    height: 200px;
    width: 200px;
}
.col-5.allitems a {
    color: var(--bs-body-color);
}  
.firstimg1 a {
    color: #000;
}
/* .secondimg1 a {
    color: #000;
} */
.secondimg1 a {
  line-height: 20px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  color: #000;
}
.secondimg1 {
    margin-top: 30px;
}
.field__label {
    display: none;
}
.account-type-list{
display: flex;
flex-wrap: wrap;
}
a.myowlslidertag {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.account-type-list h5 {
margin-top: 9px !important;
}
.account-type-list a {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #333333;
}
.nav-justified>li {
    float: none;
}
.dropdown-toggle
{
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .openAccountForm .btnSignIn
  {
  font-size: 16px !important;
  min-width: 100% !important;
  }
}
@media (min-width: 768px){
.nav-justified>li {
    display: table-cell;
    width: 1%;
}
}
/************************** owl slider home page ***************************/

/* .slider {
    margin-bottom: 30px;
    position: relative;
  }
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #ff9966; 
    background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); 
    background: linear-gradient(to bottom, #ff5e62, #ff9966);
    color: #fff;
  }
  .slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
  }
  .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: #f44336 !important;
  } */
  .investorpdf li {
    display: inline-block !important;
    padding-right: 10px;
  }
  .investorpdf {
    padding-top: 26px;
  }
  .HowdoesDDMWorks h2 {
    margin-top: 52px;
    font-weight: 700;
  }
  .get_started_sec {
    margin-top: 40px;
    padding-right: 50px;
    margin-left: -20px !important;
  }
  .What_isIn_Ipo li {
    line-height: 22px;
  }
  .demataccountessentials
  {
  margin-top: 18px;
  }
  .module .card-header {
    background-color: transparent;
  }
  .module .card
  {    margin-left: 30px;
  }
  /********************************* traing page *********************************/
  .module .card-body span {
    line-height: 22px;
  }
  .chapter .card-header {
    background-color: #fff;
}
@media (min-device-width: 915px){
  .headerdropdown .dropdown-toggle {
    
    background:url(/themes/bootstrap_barrio/images/homepage/select-dropdown.png) right center no-repeat #f9ffff 85% !important;
    
    }
  }
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait)
{
  
  .module .card {
    margin-left: 0px;
  }
  .stock-section .tabmenu {
    display: block;
  }
  .investmentideaeasy {
    margin-bottom: 27px;
  }
  .demataccountessentials
  {
    margin-left: 40px;
  }
  .What_isIn_Ipo li {
    margin-top: 10px;
    line-height: 20px;
  }
  .What_Is_demat_account .h3classs {
    margin-bottom: 1px !important;
  }
  .account-type-list {
    margin-bottom: 10px;
  }
  .think_of_us_likeimg {
    margin-bottom: 10px;
  }
  footer h4
  {
      margin: 0px 0 !important;
  }
  .open-account {
    margin-top: 0px !important;
  }
  #auto_search {
    margin: 4px 0px !important;
  }
  .region-header-new .yellow_btn {
    margin: 1px 0px !important;
  }
  .region-header-new .dropdown-toggle {
    margin-bottom: 4px !important;
  }
  .region-header-new .dropdown {
    width: 100% !important;
  }
  .open-account .openAccountForm {
    margin-top: 30px;
  }
  .why-deal-section
  {
    margin-bottom: 0px !important;
  }
  .trade-section .btn {
    margin: auto !important;
  }
  .trade-section
  {
    margin-bottom: 0px !important;
  }
  .trade-section .benefit img
  {
    margin-top:10px !important;
  }
  .travel span.text {
    font-size: 14px !important;
    margin-top: 18px !important;
  }
  .travel .travel-sec .col-sm-6
  {
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .travel .travel-sec {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mutual-fund {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .trade-section .row-center {
    padding-bottom: 20px;
  }
  .insurance
  {
    margin-top: 0px !important;
  margin-bottom: 0px !important;
  }
  .loan {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .travel {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .dealvacation {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .dealvacation .row
  {
    margin-bottom: 0px !important;
  }
  .famCare {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .famCare .care-list {
    padding: 20px;
    margin-top: 0px !important;
  }
  .dealvacation .book-resort {
    margin-top: 0px !important;
  }
  .shopping .text-center {
    margin-bottom: 20px !important;
  }
  .shopping {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .foodDelivery {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .secCab {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .secNews
  {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .secNews .row {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .secAbout{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .foodDelivery .row {
    margin-top: 0px !important;
  }
  .secCab .row {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .secCab
  {
    padding-bottom: 20px;
  }
  h1 {
    font-size: 18px !important;
    color: #333333;
    font-weight: normal;
    margin-top: 0px;
    padding-left: 10px;
  }
  /* download  page */
  .research .research_all ul {
    margin-left: 0px;
  }
  .research_all.downloads ul {
    margin-left: -20px !important;
  }
  .gallery_data .sub_heading {
    margin-top: 0px;
  }
  /* dealdostimarkets  */
  img.img-responsive1111 {
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    margin-bottom: 50px;
  }
  .adv_sec p {
    padding-top: 6px;
    font-size: 15px;
    text-align: center !important;
    color: #333333;
  }
  .account-type-list {
    background: #E2F3FF;
    border-radius: 6px;
    padding: 20px;
    padding-top: 0px !important;
    text-align: center;
    height: auto !important;
    margin-bottom: 30px;
    box-shadow: 0 0 2px #8ca9b8;
    display: block;
  }
  .HowdoesDDMWorks h2 {
    margin-top: 0px !important;
    padding-left: 12px;
  }
  .faq__question_active::after {
    content: "\2796";
    color: white;
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 20px !important;
  }
  .faq__question
  {
    padding: 0px !important;
  }
  .geteverything {
    text-align: center;
    color: #535353;
    font-weight: bold;
    line-height: 24px !important;
    padding-bottom: 20px;
  }
  h3.h3classs {
    color: #703090;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    text-decoration: underline;
    line-height: 37px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    margin-left: 0px !important;
  }
  .videodate-sec p {
    margin-left: 31px !important;
    margin-bottom: 3px;
  }
  .videodate-sec {
    margin-bottom: 11px;
  }
  .fa.fa-sign-out {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .firstimg1 {
    margin-bottom: 20px;
  }
  .firstimg1 a {
    margin-top: 10px;
    margin-left: 10px;
    line-height: 18px;
  }
  .secondimg1 a {
    margin-left: 6px;
    margin-top: 7px;
  }
  .allitems {
    margin-top: 40px;
  }
  .research .research_all ul li {
    font-size: 12px;
    line-height: 22px !important;
  }
  .page-node-384 .col-sm-4.p-3 {
    margin-bottom: -3rem;
  }
  .research .research_all ul li a {
    margin-bottom: 20px !important;
    font-size: 15px !important;
    text-align: unset !important;
  }
  .gallery_data p {
    color: #646464;
    font-size: 15px !important;
    line-height: 24px;
  }
  /* .content p {
    font-size: 8px !important;
    line-height: 20px;
  } */
}
div#block-latesttopperformingfunds {
  display: none;
}
.researchreporttablehead
{
  color: #000;
}
form#user-login-form input[type=text], input[type=password] {
  border: solid 1px #ddd !important;
  width: 30%;
}
.field__item ol {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
.mutual-funds-container .owl-dots button span {
  display: none !important;
}
ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.align-items-center {
  justify-content: center !important;
}
.openanaccountbutton button {
  padding: 8px 15px;
  background-color: #5b2067;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
}
h3.opendoors {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
h3.opendoors:before {
  position: absolute;
  height: 5px;
  width: 55%;
  left: 0;
  bottom: -12px;
  background: #facb00;
  display: block;
  content: "";
  line-height: 33px;
}
p.popendoors {
  font-size: 20px;
}