/*@font-face {
  font-family: Roboto;
    src: url(/olive24/font/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2);
}*/
/* fundamental */

*, ::before, ::after {
  box-sizing: border-box; }
article, aside, footer, header, nav, section {
   display: block;
}
input::placeholder, select::placeholder, textarea::placeholder {
    color: rgba(54,54,54,.3);
  }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a:focus, button:focus, .formcontrol:focus {
  outline: none; 
  text-decoration:none;
}
a, button, .formcontrol{
    text-decoration:none;
}
a, button{
    cursor:pointer;
}
img{
    width:100%;
    max-width:100%;
}
.visible-xs {
  display: none !important; }

.sec-bg-lgreen{
    background-color:#DAEAE9;
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important; }
    .visible-xs {
        display: flex !important; }
}
.text-center {
  text-align: center; }

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

.text-right {
  text-align: right; }
.hide{
    display: none !important;
}
body{
    color:#22252F;
    background-color:#FFF;
    background-color: #f6f8f9;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 992px){
    * {
      scrollbar-width: thin;
      scrollbar-color: #70778B #D1D8EB;
    }

    /*Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 7px;
      height:7px;
      -webkit-appearance: none;
    }
    *::-webkit-scrollbar-track {
      background: #D1D8EB;
    }
    *::-webkit-scrollbar-thumb {
        background-color: #70778B;
        border-radius:20px;
    }
}
/*Btn Common*/
.btn{
    display:inline-flex;
    border:1px solid transparent;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
    font-weight:400;
    align-items:center;
    align-content:center;
    justify-content:center;
    background-color:#E2E5EF;
    color:#22252F;
    border-radius:4px;
}
.btn-md{
    border-radius:7px;
    font-size:18px;
    line-height:24px;
    padding:12px 16px;
}
.btn-md1{
    border-radius:6px;
    font-size:16px;
    line-height:20px;
    padding:8px 16px;
    min-width:164px;
}
.btn-sm{
    border-radius:6px;
    font-size:14px;
    line-height:18px;
    padding:6px 12px;
}
.btn-xs{
    border-radius:3px;
    font-size:12px;
    line-height:14px;
    padding:4px 8px;
}
.btn-white{
    background-color:#FFF;
    color:#0A2472;
    font-weight:700;
}
.btn-tblue{
    background-color:#0A2472;
    color:#FFF;
    font-weight:700;
}
.btn-blue{
    background-color:#00AFEF;
    color:#FFF;
    font-weight:700;
}
@media screen and (max-width: 1400px) {
    h1{ 
        font-size:42px;
        line-height:48px;
    }
    h2{
        font-size:20px;
        line-height:26px;
    }
    .h236{
        font-size:32px;
        line-height:38px;
    }
    h3{
        font-size:16px;
        line-height:20px;
    }
    .h320{
        font-size:18px;
        line-height:24px;
    }
    h4{
        font-size:14px;
        line-height:18px;
    }
    h5{
        font-size:13px;
        line-height:16px;
    }
    h6{
        font-size:12px;
        line-height:14px;
    }
    p{
        font-size:14px;
        line-height:18px;
    }
    .p12{
        line-height:16px;
    }
    .p16{
        font-size:14px;
        line-height:18px;
    }
    .btn-md{
        font-size:16px;
        line-height:20px;
    }
}
.btn-md, .btn-md1{
    border-radius:5px;
    font-size:12px;
    line-height:14px;
    padding:12px;
}
.btn-sm{
    border-radius:4px;
    font-size:12px;
    line-height:14px;
    padding:6px 12px;
}
.btn-sm{
    border-radius:4px;
    font-size:10px;
    line-height:14px;
    padding:4px 10px;
}
/*Container*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
/*Modal Box*/
.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal, .modal-background, .is-overlay{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1040;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
  margin-top:50px;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}
/*Common Section Background*/
.sec-bg-white{
    background-color:#FFF;
}
.sec-bg-grey{
    background-color:#F1F3F9;
}
.bg-white-padd{
    padding-top:20px;
    padding-bottom:30px;
}
.bg-grey-padd{
    padding-top:40px;
    padding-bottom:40px;
    margin-top:30px;
    margin-bottom:30px;
}
@media screen and (max-width: 991px) {
    .bg-white-padd, .bg-lgreen-padd{
        padding-top:15px;
        padding-bottom:15px;
    }
    .bg-grey-padd{
        padding-top:30px;
        padding-bottom:30px;
        margin-top:15px;
        margin-bottom:15px;
    }

}
/*Header*/
/* header */
.header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1030;
    background-color:#FFF;
}
.header .header-container{
    position:relative;
    display:flex;
}
.header .header-inner{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    min-height:80px;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:120px;
    width:100%;
}
.header .header-inner .col{
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
}
.header .header-inner .col:nth-child(2){
    flex-grow:2;
    justify-content:flex-end;
}
.header .header-inner .col .ic-hamburger{
    display:flex;
    width:20px;
    height:20px;
    margin-right:16px;
    cursor:pointer;
}
.logo{
    display:flex;
    width:142px;
    height:28px;
}
.header .header-inner .col .search-group{
    display:flex;
    justify-content:flex-start;
    width:100%;
    max-width:100%;
    height:40px;
    position:relative;
    margin:0 16px;
}
.header .header-inner .col .search-group form{
    display:flex;
    width:100%;
}
.header .header-inner .col .search-group .input-search{
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    box-shadow: none;
    display: inline-flex;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top;
    min-height:40px;
    padding-right:40px;
    background-color:#FAFBFF;
    border:1px solid #D1D8EB;
    border-radius:8px;
    width:100%;
    max-width:100%;
}
.header .header-inner .col .search-group .input-search:focus{
}
.header .header-inner .col .search-group .ic-search{
    position:absolute;
    right:12px;
    top:12px;
    width:16px;
    height:16px;
}
.header .header-inner .col .menuitems{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    position:relative;
    overflow:visible;
}
.header .header-inner .col .menuitems .mitem{
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    margin:0;
    padding:0;
    font-size:14px;
    font-weight:500;
    color:#22252F;
    line-height:20px;
    background-color:transparent;
    border:0;
    outline:none;
    margin:0 8px;
    white-space:nowrap;
    cursor:pointer;
}
.dropdown{
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dd-mitem-group{
    margin-left:8px;
}
.dropdown-menu {
  display:none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 30px;
  z-index: 20;
  max-height:344px;
  overflow-y:auto;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #485fc7;
  color: #fff;
}

.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}
.header .header-inner .col .menuitems .mitem:first-child{
    margin-left:0;
}
.header .header-inner .col .menuitems .mitem:last-child{
    margin-right:0;
}
.header .header-inner .col .menuitems .mitem .ic-playstore{
    display:flex;
}
.header .loginsignup{
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    width:111px;
    height:33px;
    background-color:#00AFEF;
    color:#FAFBFF;
    border-radius:4px;
    font-size:12px;
    font-weight:500;
    line-height:14px;
    position:absolute;
    right:0;
    top:24px;
    cursor:pointer;
    border:0;
    box-shadow:none;
}
.header .mob-ic-search{
    display:none;
    position:absolute;
    right:123px;
    top:18px;
    width:24px;
    height:24px;
}
.header .header-inner .col .menuitems .mitem:focus{
    border:0;
}
.header .header-inner .col .menuitems .mitem .ic-downarrow{
    display:flex;
    width:10px;
    height:10px;
    margin-left:5px;
}

@media screen and (max-width: 1220px) {
    .header .header-inner .col:nth-child(3){
        padding-top:10px;
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .header .header-inner{
        padding-right:0;
        flex-direction:column;
        align-items:flex-start;
        align-content:flex-start;
        padding-top:16px;
        padding-bottom:5px;
        min-height:54px;
    }
    .header .header-inner .col{
        width:100%;
    }
    .header .header-inner .col:nth-child(2){
        padding-top:10px;
        justify-content:flex-start;
    }
    .header .header-inner .col .search-group{
        margin:0;
        width:100%;
        max-width:100%;
    }
    .header .loginsignup{
        top:13px;
    }
    .header .header-inner .col .ic-hamburger{
        margin-right:10px;
    }
}
@media screen and (max-width: 480px) {
    .header .header-inner .col .menuitems .playstore-blk{
        display:none;
    }
    .dd-mitem-menu{
        left:-144px;
    }
}

@media screen and (max-width: 340px) {
    .header .header-inner .col .menuitems .mitem{
        margin:0 5px;
    }
    .dd-mitem-group{
        margin-left:5px;
    }
}
/* detail menu */
.dmenu-backgroud{
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background-color:#22252F;
    opacity:0.6;
    display:none;
    z-index:1032;
}
.dmenu-group{
    position:fixed;
    top:0;
    left:0;
    width:287px;
    height:100vh;
    overflow-x:auto;
    z-index:1040;
    background-color:#FFF;
    display:none;
}
.dmenu-group .dmenu-title{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    padding:24px 20px 25px 20px;
    width:100%;
    position:relative;
}
.dmenu-close{
    display:flex;
    position:fixed;
    left:300px;
    width:24px;
    height:24px;
    cursor:pointer;
    top:27px;
}
.dmenu-group .dmenu-title .dmenu-back{
    display:flex;
    width:18px;
    height:18px;
    margin-right:8px;
    cursor:pointer;
    display:none;
}
.dmenu-group .dmenu-content{
    position:relative;
    padding-bottom:30px;
}
.dmenu-group .dmenu-sub-content{
    display:none;
}
.dmenu-group .dmenu-content .dmenu-header{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    width:100%;
    font-size:12px;
    font-weight:700;
    line-height:14px;
    color:#22252F;
    padding:5px 20px 5px 20px;
    cursor:pointer;
    min-height:35px;
}
.dmenu-group .dmenu-content .dmenu-sub-header{
    cursor:default;
}
.dmenu-group .dmenu-content .dmenu-header span{
    display:flex;
    width:25px;
    height:25px;
    margin-right:7px;
}
.dmenu-group .dmenu-content .dmenu-items{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    width:100%;
    padding-top:9px;
    padding-bottom:9px;
    list-style-type:none;
    margin:0;
}
.dmenu-group .dmenu-content .dmenu-catitems{
    display:none;
}
.dmenu-group .dmenu-content .dmenu-items .dmenu-item{
    display:flex;
    flex-direction:row;
    align-items:center;
    align-content:center;
    width:100%;
    font-size:12px;
    font-weight:400;
    line-height:18px;
    color:#22252F;
    padding:6px 30px 6px 20px;
    cursor:pointer;
    position:relative;
}
.dmenu-group .dmenu-content .dmenu-items .dmenu-item .dmenu-rarrow{
    display:flex;
    width:7px;
    height:11px;
    position:absolute;
    right:20px;
}
.dmenu-group .dmenu-content .dmenu-items .dmenu-item:hover{
    color:#646464;
}

.bg-purple-padd {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* footer */
.sec-footer{
    position:relative;
    background:transparent;
    background-image:url("../../img/footer-back.svg");
    background-size:cover;
    width:100%;
}
.sec-footer .bg-purple-padd{
    margin-bottom:0;
}
.footer-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:flex-start;
    margin-right:-5px;
    margin-left:-5px;
    padding-bottom:30px;
    border-bottom: 1px solid #D1D8EB;
}
.footer-row .card{
    display:flex;
    flex:0 0 auto;
    width:25%;
    padding:5px;
}
.footer-row .card .card-inner{
    display:flex;
    flex-direction:column;
    width:100%;
}
.footer-row .card .card-inner .ob-address{
    color:#FFF;
}
.footer-row .card .card-inner .logo{
    margin-bottom:20px;
}
.footer-row .card .card-inner .footer-tab{
    font-weight:500;
    margin-bottom:12px;
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    align-items:center;
    align-content:center;
    color:#FFF;
}
.footer-row .card .card-inner .footer-tab .footer-tab-indicator{
    display:none;
}
.footer-row .card .card-inner .footer-group{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:flex-start;
    width:100%;
}
.footer-row .card .card-inner .footer-group a{
    display:flex;
    font-size:14px;
    line-height:20px;
    margin-bottom:5px;
    color:#FFF;
    cursor:pointer;
    width:100%;
}
.footer-row .card .card-inner .footer-group a:hover{
    color:#F9F8FF;
}
.footer1-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:center;
    align-content:center;
    padding-top:30px;
}
.footer1-row .col{
    display:flex;
    flex-flow:row nowrap;
    flex:0 0 auto;
}
.footer1-row .col p{
    color:#FFF;
}
.footer1-row .col a{
    display:flex;
    width:18px;
    height:18px;
    margin-right:24px;
}
.footer1-row .col a:last-child{
    margin-right:0;
}
@media screen and (max-width: 1400px) {
     .footer-row .card .card-inner .footer-group a{
        font-size:13px;
        line-height:20px;
    }
    .footer-row .card .card-inner h5{
        line-height:20px;
    }

}
@media screen and (max-width: 991px) {
    .footer-row {
        padding-bottom:8px;
        border-bottom:0 none;
    }
    .footer1-row{
        padding-top:0;
    }
    .footer-row .card{
        width:33.33%;
    }
    .footer-row .card .card-inner .footer-group a{
        font-size:12px;
        line-height:16px;
    }
}
@media screen and (max-width: 576px) {
    .footer-row{
        margin-bottom:12px;
    }
    .footer-row .card{
        width:100%;
        padding-top:12px;
        padding-bottom:0;
        border-bottom: 1px solid #E2E5EF;
    }
    .footer-row .card .card-inner .ob-address{
        margin-bottom:12px;
    }
    .footer-row .card .card-inner .footer-tab{
        font-size:14px;
        line-height:18px;
        cursor:pointer;
    }
    .footer-row .card .card-inner .footer-tab .footer-tab-indicator{
        display:flex;
    }
    .footer-row .card .card-inner .footer-group{
        display:none;
    }
    .footer-row .card .card-inner .fg-active{
        display:flex;
    }
    .footer1-row{
        flex-direction:column;
    }
    .footer1-row .col{
        align-items:center;
        align-content:center;
    }
    .footer1-row .col:first-child{
        margin-bottom:32px;
    }
    .footer1-row p{
        text-align:center;
    }
}

/* sign up and login */
.modal-obls .modal-content{
    max-width:424px;
}
.obls-group{
    display:flex;
    width:100%;
    position:relative;
    max-width:424px;
    background-color:#FFF;
    margin:0 auto;
}
.obls-blk{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    padding:27px 30px 30px 30px;
    width:100%;
    background-color:#FFF;
    border-radius:20px;
}
.obls-blk .userdetails-form{
     display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    width:100%;
}
.obls-blk h2{
    display:flex;
    font-weight:700;
    width:100%;
    justify-content:center;
}
.obls-blk .img-box{
    display:flex;
    width:164px;
    height:164px;;
    margin:0 auto;
    margin-bottom:13px;
}
.obls-blk .loginas-group{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    width:100%;
}
.obls-blk .loginas-group-single{
    justify-content:center;
}

.obls-blk .loginas-group1{
    margin-bottom:22px;
}
.obls-blk .loginas-group2{
    margin-bottom:32px;
}
.obls-blk .loginas-group .btn-loginas{
    padding:14px 12px;
    width:calc(50% - 5px);
    font-size:12px;
    font-weight:500;
    line-height:14px;
    color:#22252F;
    justify-content:center;
    background-color:#FFF;
    border: 1px solid #D1D8EB;
    box-shadow:none;
}
.obls-blk .loginas-group-single .btn-loginas{
    width:100%;
 }
.obls-blk .loginas-group .btn-loginas span{
    display:flex;
    width:20px;
    height:20px;
    margin-right:8px;
}
.obls-blk h6{
    width:100%;
    text-align:center;
}
.obls-blk .signup-subheader{
    margin-bottom:20px;
}
.obls-blk .login-subheader{
    margin-bottom:28px;
}
.obls-blk .errormsg{
    display:flex;
    font-size:10px;
    line-height:10px;
    margin-bottom:8px;
}
.obls-blk .txt-red{
    color:#E03500;
}
.obls-blk .txt-orange{
    color:rgba(255, 153, 58, 1);
}
.obls-blk .marb10{
    margin-bottom:10px;
}
.obls-blk .formcontrol-group{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    padding:16px 12px;
    #border-bottom:2px solid #D1D8EB;
    border:2px solid #D1D8EB;
    width:100%;
    position:relative;
    margin-bottom:10px;
}
.obls-blk .formcontrol-group:last-child{
    margin-bottom:0;
}
.obls-blk .formcontrol-group:focus-within{
    border-color:#22252F;
}
.obls-blk .formcontrol-group .icon{
    display:flex;
    width:18px;
    height:18px;
    margin-right:12px;
}
.obls-blk .formcontrol-group .formcontrol{
    width:calc(100% - 30px);
    color:#22252F;
    border:0;
    font-size:12px;
    line-height:14px;
    white-space:nowrap;
}
.obls-blk .formcontrol-group .floating-label{
    font-size:12px;
    line-height:14px;
    position:absolute;
    top:19px;
    left:44px;
    color:#70778B;
    transition: 0.2s ease all;
    pointer-events: none;
}
.obls-blk .formcontrol-group .formcontrol:focus ~ .floating-label,
.obls-blk .formcontrol-group .formcontrol:not(:focus):valid ~ .floating-label{
  top: 4px;
  font-size: 8px;
}
input:focus{
    outline:none;
}
::placeholder{
    color:#70778B;
}
.obls-blk .captcha-img-blk{
    width:100%;
    margin-bottom:10px;
}
.obls-blk .captcha-input-blk .floating-label{
    left:12px;
}
.obls-blk .btn-obls{
    width:100%;
    font-size:15px;
    font-weight:700;
    margin-bottom:32px;
    margin-top:21px;
}
.obls-blk .obls-footer{
    width:100%;
    font-size:12px;
    font-weight:500;
    line-height:14px;
    color:#22252F;
    text-align:center;
    margin-bottom:0;
}
.obls-blk .obls-footer .btn-switch-obls{
    padding:0;
    font-weight:500;
    margin-left:10px;
    color:#ef6c00;
    box-shadow:none;
    font-size:12px;
    background-color:transparent;
}
/* forgotpwd */
.obls-blk .btn-forgotpwd-group{
    margin-top:11px;
    margin-bottom:16px;
    display:flex;
    justify-content:center;
    width:100%;
}
.obls-blk .btn-forgotpwd-group .btn-forgotpwd{
    padding:0;
    font-size:12px;
    color:#ef6c00;
    font-weight:500;
    box-shadow:none;
    background-color:transparent;
}
.obls-blk .lfp-group-abc{
display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
}
.obls-blk .forgotpwd-group-abc{display:none;}
.obls-blk .secintro-txt{
    font-size:12px;
    font-weight:400;
    color:#474D5C;
    line-height:15px;
    margin-bottom:36px;
}
.obls-blk .formcontrol-group-fp{
    margin-bottom:50px;
}
.obls-blk .loginas-group .btn-fpwd-cancel, .obls-blk .loginas-group .btn-fpwd-submit{
    font-size: 15px;
    font-weight: 700;
}
.obls-blk .loginas-group .btn-fpwd-cancel{
    box-shadow:none;
    border:1px solid #26D765;
    width:calc(30% - 4px);
}
.obls-blk .loginas-group .btn-fpwd-submit{
    width:calc(70% - 4px);
}
.loginnext-group{width:100%;display:none;}
.coursein{display:none;}
@media screen and (max-width: 1400px) {
    .obls-blk{
        padding:20px;
    }
    .obls-blk .loginas-group1{
        margin-bottom:12px;
    }
    .obls-blk .signup-subheader{
        margin-bottom:12px;
    }
    .obls-blk .login-subheader{
        margin-bottom:38px;
    }
    .obls-blk .formcontrol-group{
        margin-bottom:8px;
    }
    .obls-blk .btn-obls{
        margin-bottom:24px;
        margin-top:16px;
    }
    .obls-blk .loginas-group .btn-loginas{
        padding:12px;
    }
    .obls-blk .loginas-group2{
        margin-bottom:46px;
    }
    .obls-blk .formcontrol-group-fp{
        margin-bottom:30px;
    }
    .obls-blk .formcontrol-group-fp{
        margin-bottom:36px;
    }
}

.btn-green {
    background-color: #26D765;
    color: #FFF;
    font-weight: 700;
}
/* search results*/
.obsearch-results-blk{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:100%;
    z-index:1032;
    display:none;
}
.obsearch-results-blk .obsearch-results-blk-inner{
    padding:40px 30px;
    background-color:#FFF;
    width:100%;
    max-height:394px;
    overflow-y:auto;
}
.obsearch-results-blk .obsearch-results-blk-inner h4{
    font-weight:700;
    margin-bottom:8px;
    font-size:16px;
}
.obsearch-results-blk .obsearch-results-blk-inner .search-items{
    list-style-type:none;
    width:100%;
    margin:0;
    padding:0;
    margin-bottom:60px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
}
.obsearch-results-blk .obsearch-results-blk-inner .search-items a{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    font-size:14px;
    color:#22252F;
    line-height:18px;
    font-weight:400;
    padding:13px 0;
    border-bottom:1px solid #E2E5EF;
    width:100%;
}
.obsearch-results-blk .obsearch-results-blk-inner .search-items a:hover{
    color:#00AFEF;
}

@media screen and (max-width: 1400px) {
    .obsearch-results-blk .obsearch-results-blk-inner .search-items a{
        font-size:12px;
    }
    .obsearch-results-blk .obsearch-results-blk-inner h4{
        font-size:14px;
    }
    .obsearch-results-blk .obsearch-results-blk-inner h4{
        font-size:14px;
    }
}
@media screen and (max-width: 767px) {
    .obsearch-results-blk .obsearch-results-blk-inner h4{
        font-size:14px;
    }
    .obsearch-results-blk .obsearch-results-blk-inner{
        padding:12px;
    }
}
/* success msg blk */
.success-msg-group{
    display:none;
    width:100%;
    position:relative;
    max-width:410px;
    background-color:#FFF;
    margin:0 auto;
    border-radius:20px;
}
.success-msg-blk{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    padding:30px;
    width:100%;
    background-color:#FFF;
    border-radius:20px;
    margin-top:32%;
    margin-bottom:32%;
}
.success-msg-blk .img-box {
    display: flex;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    margin-bottom: 13px;
    position: relative;
    bottom: 47px;
}
.success-msg-blk h2 {
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.success-msg-blk p {
    margin: 0px;
    text-align: center;
}
.success-msg-blk .login-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    top: 33px;
}
/* oti-page */
.oti-page{
    display:none;
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.84);
}
.oti-page p{
    display:flex;
    justify-content:center; 
    align-items:center;
    height:100vh; 
    width:100%;
    margin:0; 
    padding:0;
    font-size:16px; 
    font-weight:bold; 
    color:#FFF;
}
/* open in app */
.openinapp{
    position:fixed;
    left:0px;
    right:0px;
    bottom:5px;
    display:none;
    justify-content:center;
    align-items:center;
    z-index:2001;
}
.openinapp a{
    text-decoration:none;
    background-color:#004EC5;
    font-size:14px;
    font-weight:600;
    line-height:14px;
    padding:6px 16px 8px 16px;
    border-radius:15px;
    box-shadow:0 0 4px 2px rgba(0,0,0,.2);
    color:#FFF;
}
.openinapp a:hover, .openinapp a:focus{
    color:#FFF;
}


.header .header-inner .col .menuitems .mitem{
    display:none;
}
.header .header-inner .col .menuitems .mitem:last-child{
    display:flex;
}
.header .header-inner .col .search-group{
    max-width: 480px;
}
.sec-popularexams{
    display:none;
}
.auto-scroll-sec{
    position: relative;
    margin-top: 40px;
}
.auto-scroll-sec h2{
        display: flex;
            justify-content: center;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.auto-scroll-sec .card{
        display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.auto-scroll-sec .card .img-bx{
        display: flex;
}
.auto-scroll-sec .card .img-bx img{
    border-radius:15px;
}
.auto-scroll-sec .card p{
    color:#000;
    text-align:center;
}
.auto-scroll-sec .owl-nav, .auto-scroll-sec .owl-dots{
    display:none;
}
.auto-scroll-sec .owl-carousel .owl-stage{
    display:flex;
}
.auto-scroll-sec .owl-carousel .owl-item{
    min-width:100px;
}
.recently-launched{
    position: relative;
    display:none;
}
.recently-launched h3{
    color: #22252F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.recently-launched .outer-container  .card-launched{
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow: auto;
}
.recently-launched .outer-container  .card-launched .cards{
    cursor: pointer;
    background: #F3F3F3;
    padding: 10px;
    border-radius: 10px;
    min-width: 320px;
    max-width: 320px;
}
.recently-launched .outer-container  .card-launched .cards h2{
        margin-bottom: 10px;
    color: #22252F;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.recently-launched .outer-container  .card-launched .cards .buynow{
        display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Roboto';
    background: #279ed6;
    border: none;
    padding: 8px;
    border-radius: 8px;
}
.update-blk{
    background:#fff;
}
.update-blk .update-blk-inner{
    padding: 0;
}
.btn-more-exam{
    display: flex;
    gap:15px;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    color: #22252f;
    line-height: 20px;
    background-color: transparent;
    border: 0;
    outline: none;
    margin: 0 8px;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 20px;
}
.hidden-menu-web{
        position: absolute;
    top: 60px;
    left: 150px;
    background: #fff;
    border: 1px solid #c7c7c7;
    width: 85%;
    display: none;
    flex-direction: row;
}
.hidden-menu-web .outer-container{
    display:flex;
    flex-direction:row;
}
.hidden-menu-web .left-container{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    height:100vh;
    overflow:auto;
    min-width: 25%;
}
.hidden-menu-web .left-container .menu-list{
    display: flex;
    flex-direction: row;
    padding: 8px;
    cursor: pointer;
    color: #70778b;
    justify-content: space-between;
    border-radius: 5px;
}
.web-menu-active{
    color:#fff !important;
    background:#00afef;
}
.hidden-menu-web .left-container .menu-list span{
    font-size:14px;
}
.hidden-menu-web .right-container{
    display: flex;
    overflow: auto;
    height: 100vh;
    align-items: baseline;
    padding: 10px;
    border-left: 1px solid #c7c7c7;
}
.hidden-menu-web .right-container .menu-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.hidden-menu-web .right-container .menu-content .menu-item{
    display: flex;
    flex-direction: row;
    gap: 5px;
    /*min-width: 140px;*/
    width: 30.33%;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #c7c7c7;
    transition: ease 500ms;
    opacity: 0.7;
}
.hidden-menu-web .right-container .menu-content .menu-item:hover{
    transform: scaleX(1.1);
    opacity:1;
}
.hidden-menu-web .right-container .menu-content .menu-item .img-bx{
    display: flex;
    width: 30px;
    height: 30px;
}
.obtabs-row .obtab-item:hover{
    color:#0a2472;
    border:1px solid #0a2472;
}
.obtabs-row .active:hover{
    color:#fff;
}
.view-all-container{
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.view-all-container .view-all-exams{
        color: #00afef;
}
.obtabs-row{
    gap:5px;
}
@media only screen and (max-width: 991px) {
    .btn-more-exam, .playstore-blk{
        display:none !important;
    }
}

/* update */
.sec-update1{
    position:relative;
}
.update-blk1{
    background-color:#00AFEF;
    border-radius:18px;
}
.update-blk1 .update-blk-inner1{
    padding:40px;
    position:relative;
}
.update-blk1 .update-blk-inner1 .img-maskgroup{
    display:flex;
    max-width:100%;
    height:auto;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:1;
}
.update-blk1 .update-blk-inner1 .img-maskgroup img{
    object-fit:cover;
}
.update-blk1 .update-blk-inner1 .h236{
    color:#FFF;
    font-weight:700;
}
.update-blk1 .update-blk-inner1 .btn-md{
    position:relative;
    z-index:10;
}
@media screen and (max-width: 1200px) {
    .update-blk1 .update-blk-inner1 .img-maskgroup{
        max-width:none;
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .update-blk1 .update-blk-inner1{
        padding:22px;
    }
    .update-blk1 .update-blk-inner1 h2{
        margin-bottom:8px;
    }
}
/* carousel */
.carousel-indicators1{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
    padding-top:16px;
}
.carousel-indicators1 .carousel-control{
    display:flex;
    width:28px;
    height:17px;
    cursor:pointer;
}
.carousel-indicators1 .carousel-control-prev{
    margin-right:90px;
}
.carousel-indicators1 .carousel-control-next{
    margin-left:90px;
}
.carousel-indicators1 ul{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
}
.carousel-indicators1 ul li{
    display:flex;
    width:10px;
    height:10px;
    background-color:#0A2472;
    opacity:0.3;
    margin:0 8px;
    border-radius:50%;
    cursor:pointer;
}
.carousel-indicators1 ul li:first-child{
    margin-left:0;
}
.carousel-indicators1 ul li:last-child{
    margin-right:0;
}
.carousel-indicators1 ul li.active{
    opacity:1;
}
@media screen and (max-width: 767px) {
     .carousel-indicators1{
        padding-top:9px;
    }
    .carousel-indicators1 ul li{
        width:6px;
        height:6px;
        margin:0 6px;
    }
}
/* this css should be last */
@media screen and (max-width: 991px) {
    .hscroll-group {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .hscroll-group::-webkit-scrollbar {
        display:none;
    }
    .hscroll-group {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .hscroll-group .mitem{
        flex: 0 0 auto;
    }
    
}
.table-responsive {
    overflow-x:auto;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    }

}
/* no more css after this */
#credential_picker_container{top:95px !important;}


/*Exam Page*/
.wrapper{
    width:100%;
    height:100%;
    position:relative;
    padding-top:80px;
}
.wrapper1{
    position:relative;
    width:100%;
    height:auto;
}
@media screen and (max-width: 1220px) {
    .wrapper{
        padding-top:123px;
    }
}
@media screen and (min-width: 768px) and (max-width:991px){
    .wrapper{
        padding-top:114px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper{
        padding-top:54px;
    }
}
/* header */
@media screen and (max-width: 767px) {
    .header .mob-ic-search{
        display:flex;
    }
    .header .header-inner .top-menu-cateogires{
        display:none;
    }
    .header .header-inner .sec-search{
        display:none;
    }
}
/* home */
.sec-home{
    position:relative;
    width:100%;
}
.sec-home .bg-lgreen-padd{
    padding-bottom:0;
}
.sec-home .sec-home-inner{
    position:relative;
    padding-top:33px;
    padding-bottom:33px;
}
.home-blk{
    display:flex;
    flex-direction:row;
    align-items:center;
    align-content:center;
    justify-content:space-between;
}
.home-blk .card{
    display:flex;
    align-items:center;
    align-content:center;
    z-index:2;
}
.home-blk .card .ic-exam{
    display:flex;
    width:54px;
    height:54px;
    margin-right:20px;
}
.home-blk .card .ic-exam img{
    border-radius:50%;
}
.sec-home .sec-home-inner .img-maskgroup{
    display:flex;
    max-width:100%;
    height:auto;
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
}
.home-blk .card h1{
    width:calc(100% - 54px);
    font-weight:700;
}
.home-blk .card:nth-child(2){
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    min-width:320px;
    justify-content:flex-end;
}
.home-blk .card .icon{
    display:flex;
    width:10.83px;
    height:11.92px;
    margin-right:3px;
}
.home-blk .card .txt{
    display:flex;
    font-size:12px;
    font-weight:500;
    line-height:14px;
    color:#22252F;
    margin-right:6px;
}
@media screen and (max-width: 991px) {
    .home-blk{
        flex-direction:column;
        align-items:flex-start;
        align-content:flex-start;
        justify-content:center;
    }
    .home-blk .card{
        width:100%;
    }
    .home-blk .card:nth-child(1){
        margin-bottom:8px;
    }
    .home-blk .card:nth-child(2){
        justify-content:flex-start;
    }
    .home-blk .card .ic-exam{
        margin-right:12px;
    }
}
@media screen and (max-width: 767px) {
    .home-blk .card h1{
        font-size:24px;
        line-height:normal;
    }
}
@media screen and (max-width: 576px) {
    .home-blk .card:nth-child(1){
        flex-direction:column;
        align-items:flex-start;
        align-content:flex-start;
        justify-content:center;
    }
    .home-blk .card .ic-exam{
        margin-bottom:10px;
    }
}
/* page content */
.sec-pagecontent{
    position:relative;
    width:100%;
}
.pagecontent-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    margin-right:-15px;
    margin-left:-15px;
}
.pagecontent-row .col-part{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    padding-left:15px;
    padding-right:15px;
} 
.pagecontent-row .part-leftside{
    width:calc(100% - 334px);
}
/* exam details */
.sec-examdetails{
    position:relative;
    width:100%;
}
.sec-examdetails .bg-white-padd{
    padding-top:0;
}
.edcontent-group{
    position:relative;
}
.edcontent{
    position:relative;
    margin-bottom:44px;
}
.edcontent h2{
    font-weight:700;
}
.edcontent p{
    font-size:14px;
    line-height:1.5;
    color:#22252F;
    letter-spacing: 0.64px;
    margin-bottom: 30px;
}
.edcontent p:last-child{
    margin-bottom:0;
}
.edcontent p a{
    color:#0000FF;
}
.edcontent h3{
    font-weight:500;
    margin-top:30px;
}
.edcontent h3:first-child{
    margin-top:0;
}
.edcontent h4{
    font-size:14px;
    font-weight:500;
    line-height:20px;
}
.edcontent img{
    width:auto;
    max-width:100%;
}

table {
    width: 100%;
    margin-bottom: 18px;
}
table {
    max-width: 100%;
    background-color: transparent;
}
.edcontent .edtable{
    border-collapse:collapse;
    width: 100% !important;
}
.edcontent .edtable th{
    padding:16px 8px;
    font-size:14px;
    font-weight:500;
    color:#22252F;
    line-height:20px;
}
.edcontent .edtable td{
    padding:12px 8px;
    font-size:14px;
    font-weight:400;
    color:#22252F;
    line-height:20px;
}
.edcontent .edtable th{
    border-bottom:1px solid #D1D8EB;
    border-top:1px solid #D1D8EB;
    text-align:left;
}
.edcontent .edtable td{
    border-bottom:1px solid #E2E5EF;
    text-align:left;
}
.edcontent .edtable td a{
    color:#0000FF;
}
    
.edcontent ul{
    margin: 0;
    padding: 0;
    list-style-type: disc;
    padding-left: 16px;
    margin-bottom:16px;
}
.edcontent ul li{
    font-size:14px;
    line-height:24px;
    color:#22252F;
    margin-bottom:5px;
}
.edcontent ol{
    margin: 0;
    padding: 0;
    padding-left: 22px;
    margin-bottom:16px;
}
.edcontent ol li{
    font-size:14px;
    line-height:24px;
    color:#22252F;
    margin-bottom:5px;
}
.edcontent .overview-info{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    margin-top:30px;
    margin-left:-8px;
    margin-right:-8px;

}
.edcontent .overview-info .col-info{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    min-width:144px;
    flex:0 0 auto;
    padding:8px;
}
.edcontent .overview-info .col-info p{
    font-size:14px;
    line-height:20px;
    color:#22252F;
    margin-bottom:5px;
}
.edcontent .overview-info .col-info h3{
    margin:0;
}
.edcontent .overview-info .col-info h5{
    display:flex;
    flex-direction:row;
    align-items:center;
    align-content:center;
}
.edcontent .overview-info .col-info h5 a{
    display:flex;
    width:45px;
    height:45px;
    margin-right:12px;
}
@media screen and (max-width: 991px) {
    .edcontent .overview-info .col-info{
        width:50%;
    }
    .text-read-ml-group{
        bottom:-30px;
    }
}
@media screen and (max-width: 767px) {
    .edcontent h2{
        font-size:18px;
        line-height:26px;
    }
    .edcontent p{
        line-height:1.5;
    }
    .edcontent ul li, .edcontent ol li, .edcontent .edtable th, .edcontent .edtable td{
        font-size:15px;
        line-height:24px;
    }
}
/* faqs */
.sec-faqs{
    position:relative;
    width:100%;
}
.sec-faqs .sec-header{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.faqs-column{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    width:100%;
    border-radius:4px;
    border: 1px solid #D1D8EB;
}
.faqs-column .faq-box{
    display:flex;;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    flex:0 0 auto;
    width:100%;
}
.faqs-column .faq-box .faq-question{
    display:flex;
    width:100%;
    font-size:14px;
    line-height:20px;
    padding:27px 40px 27px 30px;
    position:relative;
    border-bottom: 1px solid #D1D8EB;
    cursor:pointer;
}
.faqs-column .faq-box .faq-question span{
    display:flex;
    position:absolute;
    top:29px;
    right:32px;
}
.faqs-column .faq-box .faq-answer{
    font-size:12px;
    line-height:20px;
    color:#70778B;
    padding:15px 30px;
    display:none;
    border-bottom: 1px solid #D1D8EB;
    width:100%; 
}
.faqs-column .faq-box:first-child .faq-answer{
    display:flex;
}
.faqs-column .faq-box:last-child .faq-answer{
    border-bottom:0
}
@media screen and (max-width: 767px) {
   .faqs-column .faq-box .faq-question span{
        right:18px;
    }
}
/*Later Altered CSS*/
html{
    scroll-behavior: smooth;
    scroll-padding-top:80px;
}
.edcontent ol li{
    color:#000;
}
.home-blk .card:nth-child(2){
    justify-content: flex-start;
}
.faqs-column .faq-box .faq-question{
    border: none;
    border-bottom: 1px solid #d1d8eb;
    background: none;
}
.home-blk{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.home-blk .card .ic-exam{
    width: 40px;
    height: 40px;
}
.home-blk .card .h136{
    font-size: xx-large;
}
        .edcontent-group{
     display: flex;
    flex-direction: row;
    width: 100%;
    gap: 40px;
        }
.edcontent-group .table-content{
    display: flex;
    height: calc(100vh - 145px);
    overflow: auto;
    width: 25%;
    min-width: 25%;
    position: sticky;
    top: 120px;
    border: 1px solid #d7d7d7;
    padding: 10px;
    flex-direction: column;
    text-decoration: none;
}
.edcontent-group .table-content h4{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: large;
    font-weight: 600;
    margin-top: 8px;
}
.edcontent-group .table-content h4 span{
    display:none;
}
.edcontent-group .table-content ul{
        display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
}
.edcontent-group .table-content ul li{
    border-bottom: 1px dotted #d7d7d7;
    color: #000;
    padding: 10px 0;
}
.edcontent-group .table-content ul li a{
        color: #000;
    text-decoration: none;
    font-size:14px;
}
.edcontent-group .table-content ul li a:hover{
    color: #00afef;
}
.edcontent{
    display: flex;
    flex-direction: column;
    width: 75%;
}
.edtable, .edtable th, .edtable td{
   border: 1px solid #d1d8eb;
    color:#000 !important;
}
.edcontent h2{
    font-size:28px;
    line-height: normal;
    color:#000 !important;
    margin:0;
}
.faqs-column .faq-box .faq-question:last-child{
    border-bottom:0;
}
.edcontent h3{
    font-size:26px;
    line-height: normal;
    color:#000 !important;
    font-weight: 700;
    margin:0;
}
.edcontent p{
    font-size:16px;
    text-align: justify;
    color:#000 !important;
    margin-bottom: 15px;
}
.edtable thead{
    background: rgba(49, 43, 71, 0.05);
    color:#000 !important;
}
.btn-mock-test{
color: #fff !important;
    padding: 10px;
}
@media screen and (max-width: 1220px) {
    html{
        scroll-padding-top: 140px;
    }
    .edcontent-group .table-content{
        top:165px;
    }
}
@media screen and (max-width: 991px) {
    .edcontent-group{
        flex-direction: column-reverse;
        gap:25px;
    }
    .edcontent-group .left-content{
        width: 100% !important;
        position: relative !important;
        top: unset !important;
    } 
    .edcontent h2{
        line-height: normal;
    }
    .table-content h4{
        cursor:pointer;
    }
    .edcontent-group .table-content h4 span{
        display:block;
        margin-left: 20px;
    }
    .edcontent-group .table-content ul{
        display:none;
    }
    .edcontent p{
        text-align:left;
    }
    .edcontent-group .table-content{
        width: auto;
        min-width:auto;
        position: relative;
        top: 0;
        height: auto;
    }
    .edcontent{
        width: auto;
        min-width: auto;
    }
    html{
        scroll-padding-top: 140px;
    }
}
@media screen and (max-width: 767px){
    html {
        scroll-padding-top: 50px;
    }
}
.faqs-column .faq-box .faq-question, .faqs-column .faq-box .faq-answer{
    font-size:16px;
    text-align: left;
}

/*NEW CONTENT*/
.sec-resources {
    position: relative
}

.sec-resources .sec-header{
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}
.resources-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 15px;
    align-items: flex-start;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.sec-resources .btn-grp {
    display: flex;
    gap: 5px;
    width: auto;
    justify-content: end;
    margin-bottom: 10px;
}
.sec-resources .btn-grp span {
    display: flex;
    width: 20px;
    cursor: pointer;
}
.hscroll-group{
    overflow: auto;
}
.sec-resources .row{
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 15px;
    padding-bottom: 15px;
}
.resources-row .card {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
}

.resources-row .card .card-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    background-color: #f1f3f9;
    border-radius: 16px;
    width: 100%
}

.resources-row .card .card-inner h4 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size:24px;
}
    

.resources-row .card .card-inner .res-items {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.resources-row .card .card-inner .res-items a {
    display: flex;
    font-size: 16px;
    line-height: 14px;
    color: #22252f;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #e2e5ef;
    border-radius: 4px;
    padding: 12px 14px;
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%
}

.resources-row .card .card-inner .res-items a:hover,.resources-row .card .card-inner .res-items a:focus {
    color: #00afef
}

.resources-row .card .card-inner .btn-res-viewmore {
    background-color: #00afef;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width: 991px) {
    .sec-resources .sec-header{
        margin-bottom:25px;
    }
    .resources-row {
        margin-left:-6px;
        margin-right: -6px
    }
    .resources-row .card .card-inner h4 {
        font-size:22px;
    }

    .resources-row .card {
        width: 272px;
        padding: 6px
    }

    .resources-row .card .card-inner {
        padding: 12px;
        border-radius: 10px
    }
}

@media(max-width: 576px) {
    .sec-faqs .sec-header{
        font-size:26px;
        margin-bottom: 25px;
    }
    .sec-resources .row{
        width:100%;
    }
    .resources-row .card{
        padding:0;
    }
}

.sec-header{
    display:flex;
    font-weight:700;
}
.bg-menu {
    width: 24px; height: 24px;
    background: url('/olive24/img/css_sprites.png') -150px -55px;
}
.bg-search {
    width: 16px; height: 16px;
    background: url('/olive24/img/css_sprites.png') -10px -163px;
}
.bg-downarrow {
    width: 10px; height: 6px;
    background: url('/olive24/img/css_sprites.png') -77px -163px;
}
.bg-playstore {
    width: 120px; height: 40px;
    background: url('/olive24/img/css_sprites.png') -10px -10px;
}
.bg-close_white {
    width: 29px; height: 29px;
    background: url('/olive24/img/css_sprites.png') -10px -70px;
}
.bg-arrow_left {
    width: 24px; height: 24px;
    background: url('/olive24/img/css_sprites.png') -10px -119px;
}
.bg-ic_mocktests {
    width: 25px; height: 25px;
    background: url('/olive24/img/css_sprites.png') -59px -70px;
}
.bg-rightarrow {
    width: 6px; height: 10px;
    background: url('/olive24/img/css_sprites.png') -10px -199px;
}
.bg-ic_category {
    width: 25px; height: 25px;
    background: url('/olive24/img/css_sprites.png') -104px -70px;
}
.bg-ic_home {
    width: 11px; height: 13px;
    background: url('/olive24/img/css_sprites.png') -46px -163px;
}
.bg-ic_facebook {
    width: 19px; height: 19px;
    background: url('/olive24/img/css_sprites.png') -54px -119px;
}
.bg-ic_instagram {
    width: 19px; height: 19px;
    background: url('/olive24/img/css_sprites.png') -93px -119px;
}
.bg-ic_twitter {
    width: 19px; height: 19px;
    background: url('/olive24/img/css_sprites.png') -132px -119px;
}
.bg-ic_youtube {
    width: 19px; height: 19px;
    background: url('/olive24/img/css_sprites.png') -195px -10px;
}
.bg-ic_mail {
    width: 18px; height: 18px;
    background: url('/olive24/img/css_sprites.png') -195px -49px;
}
.bg-ic_mobile_black {
    width: 18px; height: 18px;
    background: url('/olive24/img/css_sprites.png') -195px -87px;
}
.bg-ic_lock {
    width: 18px; height: 18px;
    background: url('/olive24/img/css_sprites.png') -195px -125px;
}
.bg-ic_discuss {
    width: 25px; height: 25px;
    background: url('/olive24/img/css_sprites.png') -150px -10px;
}
.sec-resources .row{
    width: auto;
}
.resources-row .card .card-inner .res-items{
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;
}
.resources-row .card .card-inner .res-items a{
    width: auto;
    min-width: calc(33.33% - 15px);
}
@media screen and (max-width: 991px) {
    .resources-row .card .card-inner .res-items a{
        min-width:100%;
    }
}
.horizontal-related-article{
    display: flex;

    width: 100%;
    margin: 0 15px;
    position: sticky;
    top: 80px;
    z-index: 1029;
    background: #fff;
    padding: 10px;
    padding-top: 0;
}
.horizontal-related-article ul{
    display: flex;
    list-style: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
}
.horizontal-related-article ul li{
    display: flex;
    min-width: fit-content;
    padding: 0 15px;
}
.horizontal-related-article ul li a{
    color:#000;
    position: relative;
    font-size:13px;
}
.horizontal-related-article-active{
    color:#00AFEF !important;
    margin-bottom:7px;
    font-weight: bold;
}

.horizontal-related-article ul li a:hover{
    color:#00AFEF !important;
    opacity:1;
}

.horizontal-related-article-active::after{
    content: "";
    width: 70%;
    height: 2px;
    position: absolute;
    background: #00AFEF;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -8px;
    border-radius: 6px;
}
@media screen and (max-width: 1220px) {
    .horizontal-related-article{
        top: 130px;
    }
}
@media screen and (max-width: 991px) {
    .horizontal-related-article{
        top: 90px;
       margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .horizontal-related-article{ 
        top: 54px;
    }
}
.mv-lt, .mv-rt{
    display:none;
    cursor:pointer;
    width: 25px;
    height: 25px;
        min-width: 20px;
    min-height: 20px;
        max-width: 20px;
    max-height: 20px;
}
    
