html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Slab', sans-serif;
}

.denied{
  padding-left: 10px;
  color: #000000;
  font-size: 23px;
}

.denied-img{
height: 35px;  
}

.list-desktop{
text-align: start;
}


/* Default styles for the profile icon */
.profile-image-mo {
  transition: box-shadow 0.3s, border-color 0.3s;
  border-radius: 50%;
}

/* Styles when the icon is clicked */
.profile-image-mo.clicked {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-color: #1252ae;
  border-radius: 50%;
}

/* Styles when hovering over the icon */
.profile-image-mo:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;}


/* Menus of mobile view not displayed in desktop */
.loginbtn-header {
    border:none;
    border-radius:4px;
    font-size:17px;
    font-weight:600;
    color:#fff;
    background-color:#1252ae;
    cursor:pointer;

}

.loginbtn-header:hover{
    
    background-color:#ff8e2b;
}


.dropdown-arrow.reverse {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

#hide-desk-home{
display: none;
}

#hide-desk-compare{
  display: none;
}

#hide-desk-portfolio{
  display: none;
}

#hide-desk-watchlist{
  display: none;
}

#hide-desk-articles{
  display: none;
}

#hide-desk-div{
  display: none;
}

#hide-profile-container{
  display: none;
}
/* end */

.desktop-btn-hide{
  display: none;
}

/* width */
::-webkit-scrollbar {
  width: 0.625rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.313rem grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1252AE;
}

.mobile-profile-icon{
  display: none;
}


/* #header container section*/
.header-c{
  background: #FFFFFF;
  position: sticky;
  z-index: 2;
  top: 0;
  box-shadow: -0.313rem 0.125rem 0.313rem 0.063rem #46719d;
}


.navlink:hover{
color: #FF8E2B;
}

.search-icon{
  margin-left: -500%;
}

/* #breadcrumb section */
.breadcrumbrow{
  background-color: #1252AE;
  margin-top: 0.688rem;
}

.breadcrumb{
  margin: 0.313rem 0rem;
  font-size: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white
}

#breadcrumbtext{
  color: white;
  text-decoration: none;
}
#breadcrumbtext_lastitem{
  color: rgb(173 181 189);
  text-decoration: none;
  display: inline;
}


ul li a {
  color: #131314;
  text-decoration: none;
}

a:focus,
a:active {
 
  outline: none !important;
box-shadow: none !important;
}

.second-div{
  display: flex;
  align-items: center;
}

#headersearchform{
  margin: 0rem 0.125rem 0rem -0.563rem;
}

.headersearchbtn{
  border: none;
  background: #1252ae;
  color: white !important;
  border-radius: 0.25rem;
  height: 1.688rem!important;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.bank-not-foundh{
  position: absolute;
  top: 2rem;
  font-size: 0.688rem;
  left: 0rem;
  border-radius: 0.25rem;
  color: red;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.burger-lines{
      opacity: 27.25;
      width: 1.063rem;
      height: 0.125rem;
      margin-top: 0.313em;
      margin-bottom: 0.313rem;
      color: #ff8e2b;
}

#fullNameError,
#commentsError,
#emailError {
    color: #af4242;
    background-color: #fde8ec;
    font-size: 0.688rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
    text-align: center;
    display: block;
}

.navbar-toggler-1 {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  height: 2.3rem;
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  transition: var(--bs-navbar-toggler-transition);
  border-radius: 0.313rem;
  border: 0.063rem solid #ff8e2b;
  -webkit-border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -ms-border-radius: 0.313rem;
  -o-border-radius: 0.313rem;
}


.navbar-toggler-1:focus {
  text-decoration: none !important; 
  outline: 0 !important;

  box-shadow: none;
}

element.style {
  margin-left: -635%;
} 
.searchInput{
  border: none !important;
  margin: 0 0.625em;
  height: 1.688rem;
  font-size: 0.938rem;
  color: gray;
}
.input-group {
  flex-direction: row;
  border: 0.063rem solid  grey;;
  border-radius: 0.313rem;
  width: 90% !important;
  margin: auto;
  height: 2.063em;
}
.searchInput:focus, .searchInput:active{
  outline: none !important;
  box-shadow: none !important;
}

.input-group-append{
  align-items: center;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.bg-white {
  --bs-bg-opacity: 0;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) #fdfeff00!important;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 2px solid #1252ae;
  transform: scaleX(0);
  margin-bottom: 10px;
  height: 0.125rem;
  bottom: -9px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.fa-search{
  padding: 0rem 0.313rem 0 0.625rem;
}

.header-padding{
padding: 0;
}

.header-logo-padding{
  padding: 0;
}

.logoheight{
  padding: 0.5em 0;
}

.feedback-modal {
  overflow-y: auto;
}

.feedback-contact {
  display: flex;
}

.feedback-contact-icon {
  background: rgba(18, 82, 174, 0.12);
  /*border-radius: 52 pixel;
  */border-radius: 3.25rem;
  padding: 0.438em;
  height: 0.688em;
  margin-right: 0.688em;
  color: #1252AE;
  -webkit-border-radius: 0.313rem;
  -moz-border-radius: 0.313rem;
  -ms-border-radius: 0.313rem;
  -o-border-radius: 0.313rem;
}

.feedback-contact-label {
  width: 4.5rem;
}

.btn-close.text-reset {
outline: none !important;
box-shadow: none;
}

.feedback-loading{
  display: none;
}

/* searchbar dropdown css start */
/* autocomplete section div start */

.searchbox{
display: none;
}
    
.header-autocomplete-items-h{
  width: 100% !important;
}
.header-autocomplete {
  position: relative;
}
  
.header-autocomplete-items {
  position: fixed;
  border: 0.063rem solid #d4d4d4;
  z-index: 1000;
  top: 8%;
  left: 0;
  right: 0;
  /* max-height: 226 pixel; */
  max-height: 14.125rem;
  overflow: auto;
  margin-top: 0.063rem;
  margin: 0.063rem auto;
  width: 85% !important;
}

.header-autocomplete-item-desktop {
  position: absolute;
  border: 0.063rem 0.063rem 0.063rem 0.063rem solid #d4d4d4;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  /* max-height: 182 pixel; */
  max-height: 11.375rem;
  overflow: auto;
  margin-top: 0.063rem;
  border-left: 0.063rem solid #d4d4d4;
  border-bottom: 0.063rem solid #d4d4d4;
  border-right: 0.063rem solid #d4d4d4;
  margin: 0.063rem auto;
  width: 50%;
}
        
.header-autocomplete-items::-webkit-scrollbar-thumb {
  background: #ff8e2b;
}
        
.header-autocomplete-items::-webkit-scrollbar-track {
  background: white;
} 
        
.header-autocomplete-items div {
  padding: 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 0.063rem solid #d4d4d4;
  color: black;
  text-align: left; 
}

/* desktop  */
.header-autocomplete-item-desktop::-webkit-scrollbar-thumb {
  background: #ff8e2b;
}
        
.header-autocomplete-item-desktop::-webkit-scrollbar-track {
  background: white;
}
           
.header-autocomplete-item-desktop div {
  padding: 0.625rem;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 0.063rem solid #d4d4d4;
  color: black;
  text-align: left; 
}

/*when hovering an item:*/
.header-autocomplete-item-desktop div:hover {
  background-color: #1252AE !important; 
  color: #ffffff !important; 
}
        
/*when navigating through the items using the arrow keys:*/
.header-autocomplete-item-desktop {
  background-color: #1252AE !important; 
  color: #ffffff !important; 
}
        
/*when hovering an item:*/
.header-autocomplete-items div:hover {
  background-color: #1252AE !important; 
  color: #ffffff !important; 
}
        
/*when navigating through the items using the arrow keys:*/
.header-autocomplete-active {
  background-color: #1252AE !important; 
  color: #ffffff !important; 
}


.navbar-brand{
  position: relative;
  } 

  /* .headerLi {
    padding : 0.25rem 1rem;
  } */

/* Styles for the dropdown */
#profileDropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.fa-sign-out:before {
  margin-left: 0.4em;
}

.fa-user-plus:before {
  margin-right: 0.4em;
}

#profileDropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#profileDropdown ul li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: black;
}

#profileDropdown ul li a:hover {
  background-color: #f1f1f1;
}

/* Adjustments for the profile icon */
#profileIcon:hover #profileDropdown {
  display: block;
}


.profile-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.profile-image {
  width: 40px;
  height: 40px;
  /* background-image: url('your_image_url'); Replace with your image URL */
  background-size: cover;
  border-radius: 50%;
}

.dropdown-arrow {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.dropdown-arrow.closed{
  transform: rotate(-45deg);
}
.dropdown-menu {
  position: absolute;
  top: 128%;
  right: 0;
  z-index: 1;
  width: 230px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
}

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  padding: 10px;
}

.dropdown-menu li a {
  color: #333;
  text-decoration: none;
}

.dropdown-menu li:hover {
  background-color: #ff8e2b;
}
.dropdown-menu .droplinks:hover{
  color: white;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Dropdown menu margins for the icons */
.dropicon{
  margin-right: 15px;
}
.EditProfile{
  margin-left: -4px;
}
.Watchlist{
  margin-left: 4px;
}
.notification-icon {
  position: relative;
  cursor: pointer;
}

.dropicon .Watchlist{
  margin-right: 2px;
}

.dropbtn:hover{
  color: white;
  background-color: #ff8e2b;
}

.dropdown-content .droplinks:hover, .dropdown-content .droplinks:hover > * {
  background-color: #ff8e2b;
  color: white;
}

/* Logout contact button css */

.dropbtndiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
    padding-bottom: 2px;
}

.dropbtn {
  font-size: 14px;
  padding: 6px 67px;
  border: solid 1px;
  border-radius: 17px;
  border-color: #CBC1C1;
  text-decoration: none;
  color: #000;
  background-color: #FFF;
}

.logoutBtn {
  margin-right: 10px;
}

.contactBtn {
  margin-left: 4px;
}


/* unauthorised modal css */
.not-authrised-design{
  text-align: center;
    color: #1e1d1d;
}

.access-page{
  color: green;
  font-weight: bold;
}

#redirectingLogin-in-secs{
  color: white;
    background: #1252ae;
    padding: 5px 10px 5px 10px;
    border-radius: 0.25em;
}

.closing-msg{
  margin-top: 5px;
}

/* Logout contact button css end */

.profilename{
  margin-top: 8px;
  font-size: 16px;
}

/* Media Queries */
/* 435 pixel */
@media (max-width: 27.188rem) {
  .breadcrumb-item{
      font-size: 0.8rem;
  }
  .denied{
    padding-left: 10px;
    color: #000000;
    font-size: 20px;
  }
  
  .denied-img{
  height: 25px;  
  }

  
}


.profile-img-mob{
  display: none;
}



/* 992 pixel */
@media (max-width: 62rem) {  

.hamburger{
  display: none;
}

  .profile-img-mob{
    display: block;
  } 

.hide-mob-ham{
  display: none;
}

  .input-group{
      /* margin-bottom: 22 pixel !important; */
      margin-bottom: 1.375rem !important;
  }

.headerLi {
    /* margin-bottom: 0.625rem !important; */
    /* padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px; */
    padding-left: 0px;
  }

  .searchbox{
    display: block;
    position: relative;
    min-width: 3.125rem;
    width: 0%;
    height: 2.5rem;
    overflow: hidden;
    margin-right: 0.6em;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    color: black;
}
   
  .searchbox-input {
    position: absolute;
    top: 2px;
    right: 0.313rem;
    border: 0;
    outline: 0;
    background-color: #ffffff;
    width: 80%;
    height: 2.3rem;
    margin: 0;
    margin-right: -4px;
    padding-left: 1.25rem;
    font-size: 1rem;
    color: #1252AE;
    border-radius: 0.313rem;
    border: 0.063rem solid;
    -webkit-border-radius: 0.313rem;
    -moz-border-radius: 0.313rem;
    -ms-border-radius: 0.313rem;
    -o-border-radius: 0.313rem;
}
  .searchbox-input::-webkit-input-placeholder {
    color: #1252AE;
  }
  .searchbox-input:-moz-placeholder {
    color: #1252AE;
  }
  .searchbox-input::-moz-placeholder {
    color: #1252AE;
  }
  .searchbox-input:-ms-input-placeholder {
    color: #1252AE;
  }
  .searchbox-icon, .searchbox-submit
  {
    position: absolute;
    right: 0;
    top: 2px;
    border-radius: 0.313rem;
    width: 2.5rem;
    height: 2.3rem;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.375rem;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: #1252ae;
    cursor: pointer;
    color: #ffffff;
    -webkit-border-radius: 0.313rem;
    -moz-border-radius: 0.313rem;
    -ms-border-radius: 0.313rem;
    -o-border-radius: 0.313rem;
  }
  .searchbox-submit::before{
    display: none;  
  }
  .searchbox-open {
    position: relative;
    width: 80%;
    z-index: 999;
  }
  .search{
    display: none !important;
  }

.profile-icon{
  display: none !important;
}

.navlink{
  /* padding: 5px; */
  margin-left: 10px;
}

.ham-icons::before{
  color: #5f5f5f;
  margin-left: 10px;

}

.ham-icons::after{
  color: #1252AE;
}

/*  */
.profile-container-ham{
  /* background-color: #f2f2f2; */
    background-image: linear-gradient(to left, #87a7ff61 0%, #ecf4ff 51%, #0069ff1f 100%);
    padding: 10px;
    border-radius: 4px;
    height: 65px;
  padding: 10px;
  height: 65px;
}

.profile-info-ham {
  display: flex;
  align-items: center;
  gap: 15px;
}

.profile-image-mob img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.profile-name-ham {
  margin: 0;
  /* font-weight: bold; */
}

.profile-image-mob{
  height: 40px;
  width: 40px;
}
.ham-icons{
  margin: 2px;
}

.edit-profile {
  font-size: 13px;
  color:#233dd2;
  margin: 0;
}

.edit-profile:hover{
  color: #5e72e4;
 background-color: transparent;
 text-decoration: underline;
}

.profile-image-mo{
  height: 40px;
  width: 40px;
}

.mobile-hamburger{
display:flex;
/* margin-bottom: 10px; */

}

/*Home button which does not have icon will be not displayed in mobile view  */
#hide-mob-home{
  display: none;
}

/* Compare Fd button which does not have icon will be not displayed in mobile view */
#hide-mob-compare{
  display: none;
}

#hide-mob-faq{
  display: none;
}

#hide-mob-articles{
  display: none;
}

#hide-mob-contact{
  display: none;
}


/* display mob menu */
#hide-desk-articles{
  display: flex;
}

#hide-desk-home{
  display: flex;
}

#hide-desk-compare{
  display: flex;
}

#hide-profile-container{
  display: block
}

#hide-desk-portfolio{
  display: block;
}

#hide-desk-watchlist{
  display: block;
}

#hide-desk-div{
  display: block;
}

/* hover effects */
.mob-icons i a:hover{
color:#1252AE;
}

.loginbtn-header {
  margin-left: 10px;
  padding-left: 45px;
  padding-right: 45px;
  /* margin-left: 10px; */
  /* padding: 4px; */
  /* width: 90%; */
  /* background: linear-gradient(180deg, #e6821b, yellow); */
  background: rgb(255,142,43);
  border:none;
background: linear-gradient(90deg, rgba(255,142,43,1) 0%, rgba(255,72,0,1) 0%, rgba(251,117,0,1) 43%, rgba(255,142,43,1) 67%, rgba(255,141,0,1) 96%);
  margin-bottom: 10px;
}

/* .loginbtn-header:hover{
  color: white;
  background-color: #ff4800;
  border-color: #ff7100;
} */


#logoutBtn{
  margin-left: 7px;
  color: #131314;
}

#logoutBtn:hover{
  color: #ff8e2b;
  cursor: pointer;
}

.mob-li{
  text-align: left;
}

#mob-logout {
  /* width: 25%; */
  /* border-radius: 4px; */
  /* background-color: #1252ae; */
  /* color: white; */
  display: block;
  /* text-align: center; */
  /* margin-top: 5px; */
}

.logout-ico-mob::after{
  color: #ff8e2b;
}

#fd-watchlist{
  margin-left: 15px;
}

.mob-ico-blog{
  margin-left: 12px;
}

}


    
