body {
    font-family: Cerebri Sans, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
}

.logo {
    padding: 12px 0px;
}

.logo img {
    height: 100%;
    width: 140px;
}


/* .head-logo{
    border-bottom: 5px solid #25a4d3;
} */

.spacing-line {
    padding-top: 30px;
}


/*added by zalak-- end*/


/* Style the buttons that are used to open and close the accordion panel */

.accordion {
    background-color: #2c7be5;
    color: #f8f9fa;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.2s;
    font-size: 14px;
}


}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    background-color: #ccc;
    width: 100%;
    text-align: left;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 1px;
    background-color: white;
    display: none;
    overflow: hidden;
}

/*added by zalak-- end*/
ul.breadcrumb {
    margin: 0px 0px 0px 50px;
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
    margin-bottom: 0px !important;
}
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    color: #7d7d8e;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #bbb;
    content: ">\00a0";
    font-weight: bold;
}
ul.breadcrumb li a {
    /* color: #7d7d8e; */
    
    color: #0A84FF;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #0A84FF;
    text-decoration: none;
}
ul.breadcrumb li a:focus {
    outline: none;
}
.header-navigation {
    background-color: #f6f7f8;
    border-bottom: 1px solid #dee5e8;
}

/* tabs design with scroll bar */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: white !important;
    background-color: #2c7be5 !important;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 13px;
}
.mainnav {
    font-weight: 600;
}
.nav-item {
    text-decoration: none;
    width: 233px;
    border-radius: 3px;
    font-size: 13px;
    color: #95aac9;
    cursor: pointer;
}
.nav-item a {
    font-family: Cerebri Sans, sans-serif;
    color: #42536b !important;
    letter-spacing: 0.5px;
    padding: .5rem .5rem;
    font-weight: 400;
    line-height: 1.3;
    font-size: 13px
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2d7be5;
}
.scroll-bar-wrap {
    margin: 0px 0px 0px 5px;
    width: 300px;
    background-color: #fafbfd;
    position: relative;
    border-right: 1px solid #edf2f9;
}
.scroll-box {
    width: 100%;
    margin: 20px 0px;
    /* height: 450px;
  overflow-y: scroll; */
}
.scroll-box::-webkit-scrollbar {
    width: .4em;
}
.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}
.scroll-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
}

/* .cover-bar {
  position: absolute;
  background: #fff;;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
} */

/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
    opacity: 0;
    -webkit-transition: all .5s;
}
.navbar-nav li:hover>.dropdown-menu {
    display: block;
}
.insidelist {
    height: 0px;
}
.scroolling {
    overflow: hidden;
}
.nav-item ul {
    background: #dee5e8;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.nav-item li {
    color: #fff;
    display: block;
    float: left;
    padding: 2px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}
.nav-item li a {
    color: #fff;
}
.nav-item li:hover {
    background: #EEEEEE;
    cursor: pointer;
}
ul li ul {
    background: white;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
}
ul li:hover>ul,
ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
ul li ul li {
    clear: both;
    width: 100%;
}

/* tab details  */
.tabs-information {
    font-family: Cerebri Sans, sans-serif;
    padding: 30px 20px;
}
b,
strong {
    font-family: Cerebri Sans, sans-serif;
    Font-size: 13px;
    font-weight: bold;
}
.title-fnttxt {
    font-family: Cerebri Sans, sans-serif;
    font-weight: 500;
    font-style: inherit;
    letter-spacing: 0px;
    line-height: 1.2em;
    color: #12263f;
}
.subtitle-fnttxt {
    font-family: Cerebri Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.8px;
    color: #42536b;
    ;
}
.subtitle-middle-fnttxt {
    font-family: Cerebri Sans, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 0.8px;
    color: #42536b;
    ;
}
.font-me {
    font-family: Cerebri Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #12263f;
}
.topic-list ul li {
    color: #1155CC;
}
.note {
    background-color: #b9d2f6;
    padding: 20px;
    border: 0.5px solid #d6e0ee;
    text-align: center;
    font-family: Cerebri Sans, sans-serif;
}
.Caution-bg {
    background-color: #FCE5CD;
}
.link-style {
    color: rgb(12, 132, 255);
    font-style: italic;
    font-family: Cerebri Sans, sans-serif
}
#customers {
    border-collapse: collapse;
    width: 100%;
    font-family: Cerebri Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.5px;
}
#customers td,
#customers th {
    border: 1px solid #ffffff;
    padding: 5px;
    font-size: 12px;
    background-color: #ffffff;
}

}
#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}
#customers tr:hover {
    background-color: #ddd;
}
#customers th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #edf2f9;
    color: #11263e;
    text-align: center;
    font-family: Cerebri Sans,
    sans-serif;
    font-size: 13px;
}
.submemnus {
    margin-left: 9px;
    font-size: 13px;
    padding-left: 17px;
}
.supersubmemnus {
    margin-left: 9px;
    font-size: 13px;
    padding-left: 35px;
}
.tbl-index {
    padding: 1px
}
.tbl-index h5 {
    padding-left: 0px;
    margin-bottom: 8px;
    font-size: 8px;
    font-weight: 900;
    color: #9cb0cd;
    text-transform: uppercase;
}
.tbl-listing li {
    list-style-type: none;
}
.tbl-listing li a {
    color: #3d4e63;
    font-size: 12px;
    text-decoration: none;
    border-radius: 2px;
    padding: 3px 10px;
    display: block;
    font-family: Cerebri Sans,
    sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.tbl-listing li a:hover,
li a:focus {
    color: #2d7ae5;
}
.btnsiemenu {
    padding: 8px;
    border: none;
    font-weight: bold;
}
button:focus {
    outline: 1px dotted;
    outline: none !important;
}
.extraclass {
    padding: 0px 20px;
}
.feather {
    width: 5px;
    height: 5px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.helpful-page {
    text-align: center;
    background-color: #deeef9;
    padding: 20px;
}
.page-title {
    font-family: Cerebri Sans,
    sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.btn-yes {
    background-color: #4377bb;
    color: white;
    font-weight: bold;
    padding: 10px 30px !important;
    border: none !important;
    border-radius: 5px;
}
.btn-no {
    background-color: #e95c5e;
    color: white;
    font-weight: bold;
    padding: 10px 30px !important;
    border: none !important;
    border-radius: 5px;
}

/* [1] The container */
.img-hover-zoom {
    [1.1] Set it as per your need */ [1.2] Hide the overflowing of child elements */ overflow: inherit;
}

/* [2] Transition property for smooth transformation of images s*/
.img-hover-zoom img {
    transition: transform 0.3s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.2);
    height: auto;
    width: auto;
}

/* .bgimg{
  background-image: url('./images/banneraboutus.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  
} */

/* media query for mobile view */
@media only screen and (max-width:576px) {
    .logo {
        text-align: center;
    }
    .scroll-bar-wrap {
        width: 0px;
        border-right: none;
        margin: 0px 0px 0px 0px;
        -webkit-box-flex: 0;
        background-color: #fafbfd;
    }
    ul.breadcrumb li {
        font-size: 12px;
    }
    .service {
        flex-direction: column;
    }
    .service-img {
        width: 100% !important;
    }
    ul.breadcrumb {
        margin: 0px 0px 0px 0px;
        background-color: #f9fbfd;
    }
}