@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* 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; }

@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;
    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;
    }
}
.g-bg-1{background-color: #E2F2FF;}
.g-bg-2{background-color: #E0E3FE;}
.g-bg-3{background-color: #EAE4FF;}
.g-bg-4{background-color: #F8E4FA;}
.g-bg-5{background-color: #FFEFE2;}
.g-bg-6{background-color: #EFEAD9;}
.g-bg-7{background-color: #E2EFD9;}
.g-bg-8{background-color: #E2EFD9;}
.g-bg-9{background-color: #FFE1D8;}
.g-bg-10{background-color: #D8EDF4;}
.g-bg-11{background-color: #DAEAE9;}

.ban-bg-1{background-color:#00AFEF;}
.ban-bg-2{background-color:#0A2472;}

.txt-blue{color:#00AFEF;}
h1{
    font-size:48px;
    line-height:56px;
}
h2{
    font-size:22px;
    line-height:28px;
}
.h236{
    font-size:36px;
    line-height:44px;
}
h3{
    font-size:18px;
    line-height:22px;
}
.h320{
    font-size:20px;
    line-height:26px;
}
h4{
    font-size:16px;
    line-height:20px;
}
h5{
    font-size:14px;
    line-height:20px;
}
h6{
    font-size:13px;
    line-height:16px;
}
.p12{
    font-size:12px;
    line-height:16px;
}
p{
    font-size:14px;
    line-height:20px;
}
.p16{
    font-size:16px;
    line-height:20px;
}
h1, h2, .h236, h3, h4, h5, h6,p, .p14, .p16{
    color:#22252F;
    margin-bottom:16px;
    font-weight:400;
}
h1:last-child, h2:last-child, .h236:last-child, h3:last-child, h4:last-child, h5:last-child, .p12:last-child, p:last-child, .p16:last-child, h6:last-child{
    margin-bottom:0;
}
.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;
    }
}
@media screen and (min-width: 768px) and (max-width:991px){
    h1{
        font-size:32px;
        line-height:36px;
    }
    h2{
        font-size:18px;
        line-height:22px;
    }
    h3, h3.h320{
        font-size:16px;
        line-height:20px;
    }
    .p16,h4,h5{
        font-size:14px;
        line-height:18px;
    }
 }
@media screen and (max-width: 767px) {
    h1, h2, h2.h236{
        font-size:16px;
        line-height:20px;
    }
    h3, h3.h320{
        font-size:14px;
        line-height:18px;
    }
    .p12,p,.p16,h4,h5{
        font-size:12px;
        line-height:16px;
    }
    h6{
        font-size:10px;
        line-height:12px;
    }
h1, h2, .h236, h3, h4, h5, h6,p, .p14, .p16{
    margin-bottom:10px;
}
.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-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;
  }
}

.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 */
.sec-bg-white{
    background-color:#FFF;
}
.sec-bg-grey{
    background-color:#F1F3F9;
}
.sec-bg-lgreen{
    background-color:#DAEAE9;
}
.sec-bg-lgrey{
    background-color:#FAFBFF;
}
.bg-white-padd{
    padding-top:30px;
    padding-bottom:30px;
}
.bg-white-padd1{
    padding-top:75px;
    padding-bottom:75px;
}
.bg-lgreen-padd{
    padding-top:30px;
    padding-bottom:30px;
}
.bg-lgreen-padd1{
    padding-top:75px;
    padding-bottom:75px;
    margin-top:30px;
    margin-bottom:30px;
}
.bg-grey-padd{
    padding-top:40px;
    padding-bottom:40px;
    margin-top:30px;
    margin-bottom:30px;
}
.bg-grey-padd1{
    padding-top:75px;
    padding-bottom:75px;
    margin-top:30px;
    margin-bottom:30px;
}
.bg-lgrey-padd1{
    padding-top:103px;
    padding-bottom:103px;
    margin-top:30px;
    margin-bottom:30px;
}
.sec-header{
    display:flex;
    font-weight:700;
}
.sec-header1{
    font-size:36px;
    color:#22252F;
    font-weight:700;
    margin-bottom:20px;
    text-align:center;
}
.sec-subheader{
    display:flex;
    color:#70778B;
    margin-bottom:24px;
}

.sec-header-group{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    margin-bottom:16px;
}
.sec-header-group .sec-header{
    margin-bottom:0;
}
.sec-header-group .btn-viewmore{
    justify-content:flex-end;
    font-size:18px;
    color: #00AFEF;
    line-height:22px;
    font-weight:500;
    background-color:transparent;
    box-shadow:none;
}
.sec-header-group .btn-viewmore .ic-rightarr{
    display:flex;
    width:24px;
    height:24px;
    margin-left:12px
}

@media screen and (max-width: 1400px) {
    .sec-header-group .btn-viewmore{
        font-size:14px;
        line-height:18px;
    }
    .sec-header-group .btn-viewmore .ic-rightarr{
        width:16px;
        height:16px;
        margin-left:8px;
    }
}
@media screen and (max-width: 991px) {
    .sec-header1{
        font-size:24px;
        line-height:30px;
        margin-bottom:18px;
    }
    .bg-white-padd, .bg-lgreen-padd{
        padding-top:15px;
        padding-bottom:15px;
    }
    .bg-white-padd1{
        padding-top:27px;
        padding-bottom:27px;
    }
    .bg-lgreen-padd1{
        padding-top:34px;
        padding-bottom:34px;
        margin-top:15px;
        margin-bottom:15px;
    }
    .bg-grey-padd{
        padding-top:30px;
        padding-bottom:30px;
        margin-top:15px;
        margin-bottom:15px;
    }
    .bg-grey-padd1{
        padding-top:34px;
        padding-bottom:34px;
        margin-top:15px;
        margin-bottom:15px;
    }
    .bg-lgrey-padd{
        padding-top:34px;
        padding-bottom:34px;
        margin-top:15px;
        margin-bottom:15px;
    }
    .sec-header-group{
        margin-bottom:10px;
    }
    .sec-header-group .btn-viewmore{
        font-size:14px;
        line-height:18px;
    }
    .sec-header-group .btn-viewmore .ic-rightarr{
        width:14px;
        height:14px;
        margin-left:8px;
    }
}
/* 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;
    width:110px;
    height:33px;
}
.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;
    font-size:16px;
    line-height:normal;
    font-weight:100;
}
.dmenu-group .dmenu-content .dmenu-items .dmenu-item:hover{
    color:#646464;
}

/* footer */
.sec-footer{
    position:relative;
    width:100%;
}
.sec-footer .bg-grey-padd{
    margin-bottom:0;
}
.footer-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    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 .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;
}
.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:#70778B;
    cursor:pointer;
    width:100%;
}
.footer-row .card .card-inner .footer-group a:hover{
    color:#00AFEF;
}
.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 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:360px;
}
.obls-group{
    display:flex;
    width:100%;
    position:relative;
    max-width:360px;
    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{
    font-weight:700;
}
.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:#E03600;
}
.obls-blk .txt-yellow{
    color:#FFF500;
}
.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;
    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:#00AFEF;
    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:#00AFEF;
    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 #0A2472;
    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;
    }
}
/* 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;
}
/* section scroll group */
.sec-scroll-group{
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    width:100%;
}
.sec-scroll-group .sec-ic-tabarrows{
   display:flex;
   width:24px;
   height:24px;
   cursor:pointer;
   position:absolute;
}
.sec-scroll-group .sec-ic-tabarrows-left{
    display:none;
    left:0;
}
.sec-scroll-group .sec-ic-tabarrows-right{
    right:0;
}
.sec-row-scroll{
    width:100%;
}
.sec-row-scroll{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sec-row-scroll::-webkit-scrollbar {
    display:none;
}
.sec-row-scroll{
    flex-wrap: nowrap;
    overflow-x: auto;
}
@media screen and (max-width: 1400px) {
    
    .sec-scroll-group .sec-ic-tabarrows{
       width:20px;
       height:20px;
    }

}
@media screen and (max-width: 991px) {
    .sec-scroll-group{
        padding-left:0;
        padding-right:0;
    }
    .sec-scroll-group .sec-ic-tabarrows{
        display:none;
    }
}
/* pricing plan */
/* switch */
.switch-block{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  align-content:center;
  margin-bottom:36px;
  justify-content:flex-start;
}
.switch-block .txt-planduration{
  font-size: 12px;
  line-height: 14px;
  color: #AFB8CF;
  display:flex;
  margin-bottom:0;
  font-weight:700;
}
.switch-block .active-planduration{
    color:#00AFEF;
}
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 14px;
  margin-right:5px;
  cursor: pointer;
  margin-left:12px;
  margin-right:12px;
}

.switch input {display:none;}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00AFEF;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
}

.btn-switchplan:checked + .switch-slider {
  background-color: #00AFEF;
}
.btn-switchplan:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

.btn-switchplan:checked + .switch-slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
  background-color:#FFF;
}
.switch-slider.round {
  border-radius: 12px;
}

.switch-slider.round:before {
  border-radius: 50%;}
/*plan */
.sec-pricingplans{
    position:relative;
    width:100%;
}
.sec-pricingplans .sec-header{
    margin-bottom:10px;
}
.pricingplan-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:stretch;
    justify-content:flex-start;
    margin-right:-8px;
    margin-left:-8px;
}
.pricingplan-row .card{
    display:flex;
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    flex:0 0 auto;
    width:286px;
    height:auto;
    padding:8px;

}
.grid-1 > .card{
    flex:0 0 auto;
    width:100%;
}
.grid-2 > .card{
    flex:0 0 auto;
    width:50%;
}
.grid-3 > .card{
    flex:0 0 auto;
    width:33.33%;
}
.grid-4 > .card{
    flex:0 0 auto;
    width:25%;
}
.grid-5 > .card{
    flex:0 0 auto;
    width:20%;
}
.pricingplan-row .card .card-inner{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    padding:48px 30px 30px 30px;
    border-radius:18px;
    width:100%;
    border: 1px solid #D1D8EB;
    position:relative;
}
.pricingplan-row .card .card-inner .plan-sticker{
    display:none;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    width:96px;
    height:20px;
    font-size:10px;
    color:#FFF;
    line-height:12px;
    background-color:#3B4572;
    border-radius:40px;
    position:absolute;
    top:20px;
    left:30px;
}
.pricingplan-row .card .card-inner .plan-sticker span{
    display:flex;
    width:16px;
    height:16px;
    margin-right:4px;
}
.pricingplan-row .card .card-inner h5{
    font-size:14px;
    color:#474D5C;
    line-height:20px;
    margin-bottom:8px;
}
.pricingplan-row .card .card-inner h2{
    font-size:22px;
    line-height:26px;
    margin-bottom:10px;
    font-weight:700;
}
.pricingplan-row .card .card-inner h6{
    color:#70778B;
    line-height:14px;
    margin-bottom:14px;
}
.pricingplan-row .card .card-inner .validity-info{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    align-content:center;
    justify-content:center;
    width:100%;
    font-size:10px;
    color:#474D5C;
    padding:3px;
    line-height:14px;
    background-color:#F1F3F9;
    border-radius:40px;
    margin-bottom:24px;
}
.pricingplan-row .card .card-inner .validity-info span{
    display:flex;
    width:10px;
    height:10px;
    margin-right:3px;
}
.pricingplan-row .card .card-inner .validity-info .ic-clock-white{
    display:none;
}
.pricingplan-row .card .card-inner ul{
    display:flex;
    flex-direction:column;
    list-style-type:none;
    width:100%;
    margin:0;
    padding:0;
    margin-bottom:30px;
}
.pricingplan-row .card .card-inner ul li{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    font-size:12px;
    line-height:14px;
    color:#22252F;
    margin-bottom:12px;
    width:100%;
}
.pricingplan-row .card .card-inner ul li label{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    cursor:pointer;
}
.pricingplan-row .card .card-inner ul li span:nth-child(1){
    display:flex;
    flex:0 0 auto;
    width:16px;
    height:16px;
    margin-right:8px;
}
.pricingplan-row .card .card-inner ul li span:nth-child(2){
    display:flex;
    flex:0 0 auto;
    width:calc(100% - 24px);
}
.pricingplan-row .card .card-inner .ccode-group{
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    align-content:center;
    padding:16px 20px;
    border:1px dashed #FFC774;
    background-color:#FFF;
    width:100%;
    margin-bottom:24px;
}
.pricingplan-row .card .card-inner .ccode-group .txt-usecode{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    font-size:12px;
    line-height:14px;
    margin-bottom:12px;
    color:#0A2472;
}
.pricingplan-row .card .card-inner .ccode-group .txt-usecode span{
    display:flex;
    width:23px;
    height:11px;
    margin-right:6px;
}
.pricingplan-row .card .card-inner .ccode-group .txt-usecode .ic-gift-white{
    display:none;
}
.pricingplan-row .card .card-inner .ccode-group .btn-applycoupon{
    padding:6px;
    font-size:12px;
    color:#0A2472;
    border:1px solid #0A2472;
    border-radius:4px;
    background-color:#FFF;
    width:100%;
}
.pricingplan-row .card .card-inner .ccode-group .applycoupon-blk{
    display:none;
    width:100%;
}
.pricingplan-row .card .card-inner .ccode-group .applycoupon-blk .col{
    display:flex;
    width:100%;
}
.pricingplan-row .card .card-inner .ccode-group .applycoupon-blk input{
    background-color:#FFF;
    border:1px solid #D1D8EB;
    border-radius:4px;
    font-size:13px;
    padding:8px;
    line-height:16px;
    color:#22252F;
    margin-bottom:12px;
}
.pricingplan-row .card .card-inner .ccode-group .applycoupon-blk .btn-redeem{
    font-size:13px;
    color:#FFF;
    background-color:#0A2472;
    border:1px solid #0A2472;
    line-height:16px;
    padding:8px;
    border-radius:4px;
    font-weight:700;
}
.pricingplan-row .card .card-inner .ccode-group .msg{
    color:#00E024;
    display:none;
}
.pricingplan-row .card .card-inner .ccode-group .final{
    color:#22252F;
    font-weight:500;
    display:none;
}
.pricingplan-row .card .card-inner .choose-totalamt{
    color:#36B37E;
    font-weight:500;
}
.pricingplan-row .card .card-inner .btn-buynow{
    width:100%;
    padding:16px 14px;
    border: 1px solid #0A2472;
    background-color:#0A2472;
    font-size:14px;
    line-height:18px;
    margin-bottom:16px;
    color:#FFF;
    text-transform:uppercase;
    box-shadow:none;
}
.pricingplan-row .card .card-inner .btn-readmore{
    width:100%;
    background-color:transparent;
    font-size:12px;
    line-height:14px;
    color:#00AFEF;
    box-shadow:none;
}
.pricingplan-row .card .card-inner .btn-readmore span{
    display:flex;
    width:8px;
    height:5px;
    margin-left:4px;
}
.pricingplan-row .card .card-inner .btn-readmore .ic-da-white{
    display:none;
}
/*recommended*/
.pricingplan-row .recommended-plan .card-inner{
    background-color:#0A2472;
    border:0;
}
.pricingplan-row .recommended-plan .card-inner .plan-sticker{
    display:flex;
}
.pricingplan-row .recommended-plan .card-inner h5,.pricingplan-row .recommended-plan .card-inner h2, .pricingplan-row .recommended-plan .card-inner ul li{
    color:#FFF;
}
.pricingplan-row .recommended-plan .card-inner h6{
    color:#D1D8EB;
}
.pricingplan-row .recommended-plan .card-inner .validity-info{
    background-color:#223980;
    color:#D1D8EB;
}
.pricingplan-row .recommended-plan .card-inner .validity-info .ic-clock{
    display:none;
}
.pricingplan-row .recommended-plan .card-inner .validity-info .ic-clock-white{
    display:flex;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group{
    background: #0A2472;
    border: 1px dashed #FFC774;
    border-radius: 2px;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group .txt-usecode{
    color:#FFF;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group .txt-usecode .ic-gift-tblue{
    display:none;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group .txt-usecode .ic-gift-white{
    display:flex;;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group  .btn-applycoupon{
    color:#FFF;
    border:1px solid #FFF;
    background-color:transparent;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group .applycoupon-blk input{
    background-color:#FFF;
    border:1px solid #FFF;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group .applycoupon-blk .btn-redeem{
    color:#FFF;
    background-color:#0A2472;
    border:1px solid #FFF;
}
.pricingplan-row .recommended-plan .card-inner .ccode-group .final{
    color:#FFF;
}
.pricingplan-row .recommended-plan .card-inner .choose-totalamt{
    color:#FFC774;
    font-weight:500;
}
.pricingplan-row .recommended-plan .card-inner .btn-readmore{
    color:#FFF;
}
.pricingplan-row .recommended-plan .card-inner .btn-readmore .ic-da-blue{
    display:none;
}
.pricingplan-row .recommended-plan .card-inner .btn-readmore .ic-da-white{
    display:flex;
}
.pricingplan-row .recommended-plan .card-inner .btn-buynow{
    border: 1px solid #D1D8EB;
    background-color: #FFF;
    color: #22252F;
}
@media screen and (max-width: 1400px){
    .grid-4 > .card{
        width:33.33%;
    }
    .grid-5 > .card{
        width:33.33%;
    }
}
@media screen and (max-width: 1200px){
    .grid-3 > .card{
        width:50%;
    }
    .grid-4 > .card{
        width:50%;
    }
    .grid-5 > .card{
        width:50%;
    }
}
@media screen and (max-width: 991px) {
  .pricingplan-row{
        flex-wrap:nowrap;
    }
}
@media screen and (max-width: 767px) {
    .grid-2 > .card{
        width:100%;
    }
    .grid-3 > .card{
        width:100%;
    }
    .grid-4 > .card{
        width:100%;
    }
    .grid-5 > .card{
        width:100%;
    }
 }
#blackbg{
  background-color: black;
   position: fixed;
   top: 0%;
   height: 100%;
   width: 100%;
   opacity: 0.9;/*can increase the darkness of the background by
  increasing this value*/
   z-index: 3333;
   display: none;
}
#blackbg .blackbg-inner{
  position: fixed;
  top: 46%;
  left: 0px;
  right: 0px;
  bottom: 0px; 
  color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
#blackbg .blackbg-inner img{
  margin-top: 15px;
  width:48px;
  height:48px;
}
/* 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;
}
@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;}

.youtube-container{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 350px;
}
.youtube-container .jaiib-trailer{
    width:50%;
}
@media screen and (max-width: 991px) {
    .youtube-container .jaiib-trailer{
        width:100%;
    }
}
@media screen and (max-width: 576px) {
    .youtube-container{
        height:auto;
    }
}
.wrapper{
    width:100%;
    height:100%;
    position:relative;
    padding-top:80px;
}
@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:130px;
    }
}
/* header */
@media screen and (max-width: 767px) {
    .header .header-inner .col .menuitems .mitem {
        font-size: 12px;
        margin: 0 4px;
   }
}
/* home */
.sec-home{
    position:relative;
}
.home-blk{
    background-color:#0A2472;
    border-radius:18px;
}
.home-blk .home-blk-inner{
    padding:64px 50px 50px 50px;
    position:relative;
}
.home-blk .home-blk-inner .img-maskgroup{
    display:flex;
    max-width:36%;
    height:auto;
    position:absolute;
    bottom:0;
    right:0;
}
.home-blk .home-blk-inner .left{
    width:54%;
}
.home-blk .home-blk-inner h1{
    color:#FFF;
    font-weight:700;
}
.home-blk .home-blk-inner h3{
    color:#FFF;
    font-weight:400;
    margin-bottom:32px;
}
@media screen and (min-width: 768px) and (max-width:991px){ 
     .home-blk .home-blk-inner{
        padding:40px 30px 30px 30px;
    }
    .home-blk .home-blk-inner h1{
        margin-bottom:12px;
    }
    .home-blk .home-blk-inner p{
        margin-bottom:24px;
    }
    .home-blk .home-blk-inner .left{
        width:60%;
    }
    .home-blk .home-blk-inner .img-maskgroup{
        max-width:30%;
    }
}
@media screen and (max-width: 767px) {
    .home-blk .home-blk-inner{
        padding:22px;
    }
    .home-blk .home-blk-inner h1{
        margin-bottom:8px;
    }
    .home-blk .home-blk-inner p{
        margin-bottom:16px;
    }
    .home-blk .home-blk-inner .left{
        width:60%;
    }
    .home-blk .home-blk-inner .img-maskgroup{
        max-width:40%;
    }

}
/* popular exam */
.sec-popularexams{
    position:relative;
}
.exams-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:stretch;
    align-content:stretch;
    justify-content:flex-start;
    margin-right:-8px;
    margin-left:-8px;
}

.exams-row .card{
    display:flex;
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    width:96px;
    height:auto;
    padding:8px;
    cursor:pointer;
    flex: 0 0 auto;
}
.exams-row .card .eximg-group{
    display:flex;
    padding:16px;
    align-items:center;
    align-content:center;
    justify-content:center;
    margin-bottom:5px;
    border-radius:10px;
}
.exams-row .card .eximg-group .eximg-box{
    display:flex;
    width:48px;
    height:48px;
}
.exams-row .card .eximg-group .eximg-box img{
    border-radius:50%;
}
.exams-row .card p{
    font-weight:normal;
    color:#22252F;
    opacity:0.6;
    text-align:center;
    margin-bottom:0;
}

@media screen and (max-width: 767px) {
    .exams-row{
        margin-left:-6px;
        margin-right:-6px;
    }
    .exams-row .card{
        width:78px;
        padding:6px;
    }
    .exams-row .card .eximg-group{
        padding:14px;
        margin-bottom:4px;
        border-radius:8px;
    }
    .exams-row .card .eximg-group .eximg-box{
        width:42px;
        height:42px;
    }
}
/* update */
.sec-update{
    position:relative;
}
.update-blk{
    background-color:#00AFEF;
    border-radius:18px;
}
.update-blk .update-blk-inner{
    padding:40px;
    position:relative;
}
.update-blk .update-blk-inner .img-maskgroup{
    display:flex;
    max-width:100%;
    height:auto;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:1;
}
.update-blk .update-blk-inner .img-maskgroup img{
    object-fit:cover;
}
.update-blk .update-blk-inner .h236{
    color:#FFF;
    font-weight:700;
}
.update-blk .update-blk-inner .btn-md{
    position:relative;
    z-index:10;
}
@media screen and (max-width: 1200px) {
    .update-blk .update-blk-inner .img-maskgroup{
        max-width:none;
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .update-blk .update-blk-inner{
        padding:22px;
    }
    .update-blk .update-blk-inner h2{
        margin-bottom:8px;
    }
}
/* carousel */
.carousel-indicators{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
    padding-top:16px;
}
.carousel-indicators .carousel-control{
    display:flex;
    width:28px;
    height:17px;
    cursor:pointer;
}
.carousel-indicators .carousel-control-prev{
    margin-right:90px;
}
.carousel-indicators .carousel-control-next{
    margin-left:90px;
}
.carousel-indicators ul{
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
    flex-direction:row;
    flex-wrap:nowrap;
}
.carousel-indicators ul li{
    display:flex;
    width:10px;
    height:10px;
    background-color:#0A2472;
    opacity:0.3;
    margin:0 8px;
    border-radius:50%;
    cursor:pointer;
}
.carousel-indicators ul li:first-child{
    margin-left:0;
}
.carousel-indicators ul li:last-child{
    margin-right:0;
}
.carousel-indicators ul li.active{
    opacity:1;
}
@media screen and (max-width: 767px) {
     .carousel-indicators{
        padding-top:9px;
    }
    .carousel-indicators ul li{
        width:6px;
        height:6px;
        margin:0 6px;
    }
}
/* cye */
.sec-cye{
    position:relative;
}
.obtabs-outer{
    width:100%;
    position:relative;
    background-color:#E2E5EF;
    border-radius:6px;
}
.obtabs-outer .ic-leftarrow {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: pointer;
    display:none;
}
.obtabs-outer .ic-rightarrow {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 0;
    cursor: pointer;
}
.obtabs-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-start;
    width:100%;
    padding:8px;
    background-color:#E2E5EF;
    border-radius:6px;
    margin-bottom:12px;
    overflow-x: auto;
}
.obtabs-row{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.obtabs-row::-webkit-scrollbar {
    display: none;
}
.obtabs-row .obtab-item{ 
    cursor:pointer;
    background-color:transparent;
    box-shadow:none;
    white-space:nowrap;
}
.obtabs-row .active{ 
    background-color:#0A2472;
    color:#FFF;
}
.exgall{
    display:none;
}
.cy-exam-row{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    align-content:stretch;
    justify-content:flex-start;
    margin-right:-8px;
    margin-left:-8px;
}
.cy-exam-row .card{
    display:flex; 
    width:150px;
    padding:8px;
}
.cy-exam-row .card .card-inner{
    display:flex; 
    flex-direction:column;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    padding:12px 6px 16px 6px;
    background-color:#FFF;
    border:1px solid #E2E5EF;
    border-radius:15px;
    cursor:pointer;
    width:100%;
}
.cy-exam-row .card .card-inner span{
    display:flex;
    width:48px;
    height:48px;
    margin-bottom:6px;
}
.cy-exam-row .card .card-inner span img{
    border-radius:50%;
}
.cy-exam-row .card .card-inner h4{
    text-align:center;
    margin-bottom:0;
}
@media screen and (max-width: 991px) {
    .obtabs-outer{
        padding:0;
    }
    .obtabs-outer .tabscrollarr{
        display:none;
    }

}
@media screen and (max-width: 767px) {
  .cy-exam-row{
        margin-left:-6px;
        margin-right:-6px;
    }
    .cy-exam-row .card{
        width:98px;
        padding:4px;
    }
    .cy-exam-row .card .card-inner{
        padding:10px 4px 12px 4px;
    }
    .cy-exam-row .card .card-inner span{
        width:26px;
        height:26px;
    }
}
/* testimonial */
.sec-testimonial{
    position:relative;
}
.testimonial-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;
}
.testimonial-row .card{
    display:flex; 
    flex:0 0 auto;
    width:33.33%;
    padding:15px;
}
.testimonial-row .card .card-inner{
    display:flex; 
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:flex-end;
    background-color:#FFF;
    width:100%;
}
.testimonial-row .card .card-inner .box-content-outer{
    position:relative;
}
.testimonial-row .card .card-inner .box-content-outer .box-darrow{
    display:flex;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;

    border-top:10px solid #F1F3F9;
    position:absolute;
    bottom:6px;;
    left:16px;
}
.testimonial-row .card .card-inner .box-content{
    display:flex;
    flex-direction:column;
    padding:22px 44px 22px 22px;
    background-color:#F1F3F9;
    border-radius:13px;
    margin-bottom:16px;
}
.testimonial-row .card .card-inner .box-content .p16{
    color: #474D5C;
}
.testimonial-row .card .card-inner .box-header{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
}
.testimonial-row .card .card-inner .box-header span{
    display:flex;
    width:52px;
    height:52px;
    margin-right:12px;
}
.testimonial-row .card .card-inner .box-header span img{
    border-radius:50%;
}
.testimonial-row .card .card-inner .box-header .student-details{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
}
.testimonial-row .card .card-inner .box-header .student-details h3{
    margin-bottom:0;
}
.testimonial-row .card .card-inner .box-header .student-details p{
    margin-bottom:0;
    font-size:13px;
    color:#8C94AB;
    line-height:16px;
}
@media screen and (max-width: 991px) {
    .testimonial-row {
        flex-wrap:nowrap;
        margin-right:-6px;
        margin-left:-6px;
    }
    .testimonial-row .card{
        width:290px;
        padding:0 6px;
    }
    .testimonial-row .card .card-inner .box-content{
        padding:16px;
        margin-bottom:12px;
        border-radius:10px;
    }
    .testimonial-row .card .card-inner .box-header span{
        width:39px;
        height:39px;
        margin-right:8px;
    }
    .testimonial-row .card .card-inner .box-content-outer .box-darrow{
        left:10px;
    }
}
/* obinfo */
.sec-obinfo{
    position:relative;
}
.sec-obinfo .sec-header{
    display:none;
}
.obinfo-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:space-around;
    align-content-content:stretch;
    align-items:stretch;
    background-color:#0A2472;
    border-radius:10px;
    padding: 70px 12px;
}
.obinfo-row .card{
    display:flex;
    flex:0 0 auto;
    width:33.33%;
    border-right:3px solid #D1D8EB;
}
.obinfo-row .card .card-inner{
    display:flex;
    flex-direction:column;
    width:100%;
    border-radius:4px;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
}
.obinfo-row .card:last-child{
    border:0 none;
}
.obinfo-row .card .card-inner span{
    display:flex;
    width:44px;
    height:44px;
    margin-bottom:16px;
}
.obinfo-row .card .card-inner .h236{
    font-weight:700;
}
.obinfo-row .card .card-inner h2, .obinfo-row .card .card-inner h3{
    color:#FFF;
    margin-bottom:0;
}
@media screen and (max-width: 576px) {
    .sec-obinfo .sec-header{
        display:block;
    }
    .obinfo-row{
        padding:0;
        border-radius:0;
        background-color:#FFF;
        margin-right:-5px;
        margin-left:-5px;
    }
    .obinfo-row .card:nth-child(1),.obinfo-row .card:nth-child(2){
        width:50%;
    }
    .obinfo-row .card:nth-child(3){
        width:100%;
    }
    .obinfo-row .card{
        padding:5px;
        border-right:0;
    }
    .obinfo-row .card .card-inner{
        background-color:#FAFBFF;
        border: 1px solid #D1D8EB;
        border-radius:8px;
        padding:24px 20px;
        align-items:flex-start;
        align-content:flex-start;
    }
    .obinfo-row .card .card-inner span{
        display:none;
    }
    .obinfo-row .card .card-inner h2{
        font-size:20px;
        line-height:24px;
        color:#0A2472;
        margin-bottom:6px;
    }
    .obinfo-row .card .card-inner h3{
        font-size:12px;
        color:#474D5C;
        line-height:14px;
    }
}
/* why ob */
.sec-whyob{
    position:relative;
}
.whyob-row{
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:stretch;
    align-content:stretch;
    margin-left:-8px;
    margin-right:-8px;
}
.whyob-row .card{
    display:flex;
    flex:0 0 auto;
    width:25%;
    padding:0 8px;
}
.whyob-row .card .card-inner{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-content:center;
    align-items:center;
    padding:54px 36px;
    background-color:#FAFBFF;
    border-radius:16px;
    width:100%;
}
.whyob-row .card .card-inner span{
    display:flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    width:92px;
    height:92px;
    border-radius:50%;
    margin-bottom:20px;
}
.whyob-row .card .card-inner span img{
    width:26px;
    height:26px;
}
.whyob-row .card .card-inner h3{
    margin-bottom:12px;
    font-weight:500;
    text-align:center;
}
.whyob-row .card .card-inner p{
    color:#474D5C;
    margin-bottom:0;
    text-align:center;
}
@media screen and (max-width: 991px) {
     .whyob-row{
        margin-right:-5px;
        margin-left:-5px;
    }
    .whyob-row .card{
        width:50%;
         padding:5px;
    }  
    .whyob-row .card .card-inner{
        padding:30px 16px;
        border-radius:10px;
    }
    .whyob-row .card .card-inner span{
        width:52px;
        height:52px;
        margin-bottom:12px;
    }
    .whyob-row .card .card-inner span img{
        width:20px;
        height:20px;
    }
    .whyob-row .card .card-inner h3{
        margin-bottom:8px;
    }

}
/* resources */
.sec-resources{
    position:relative;
}
.resources-row{
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:stretch;
    margin-left:-15px;
    margin-right:-15px;
}
.resources-row .card{
    display:flex;
    flex:0 0 auto;
    width:33.33%;
    padding:0 15px;
}
.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:8px;
    font-weight:700;
}
.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:12px;
    line-height:14px;
    color:#22252F;
    font-weight:500;
    background-color:#FFF;
    border: 1px solid #E2E5EF;
    border-radius:4px;
    padding:8px 12px;
    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) {
     .resources-row{
        margin-left:-6px;
        margin-right:-6px;
    }
    .resources-row .card{
        width:272px;
        padding:6px;
    }
    .resources-row .card .card-inner{
        padding:12px;
        border-radius:10px;
    }
}
/*NEW CONTENT*/
.sec-resources {
    position: relative
}

.resources-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 465%;
    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: 33.33%;
    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: 8px;
    font-weight: 700
}

.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: 12px;
    line-height: 14px;
    color: #22252f;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #e2e5ef;
    border-radius: 4px;
    padding: 8px 12px;
    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) {
    .resources-row {
        margin-left:-6px;
        margin-right: -6px
    }

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

    .resources-row .card .card-inner {
        padding: 12px;
        border-radius: 10px
    }
}
.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
    }
}
@media(max-width: 576px) {
    .sec-resources .row{
        width:100%;
    }
    .resources-row .card{
        padding:0;
    }
}

/*New Section Tooper Meet*/
.sec-topper-meet h2 {
    font-size: xx-large;
    text-align:center;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
    animation: pulse 1.5s infinite alternate;
}
@keyframes pulse {
    from { opacity: 1; }
    to { opacity: 0.7; }
}
.sec-topper-meet .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.sec-topper-meet .card {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    transition: transform 0.3s;
    flex: 1 1 300px;
    max-width: 300px;
}
.sec-topper-meet .card:hover {
    transform: scale(1.05);
}
.sec-topper-meet .card img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    border: 4px solid #facc15;
}
.sec-topper-meet .card h3 {
    font-size: x-large;
    font-weight: bold;
    margin: 10px 0;
}
.sec-topper-meet .card p {
    margin: 5px 0;
}
.sec-topper-meet .rank {
    color: #2563eb;
    font-weight: bold;
}
.sec-topper-meet .exam {
    color: #6b7280;
    font-size: 0.9rem;
}
.sec-topper-meet .video-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #2563eb;
    font-size: 14px;
    text-decoration: none;
        border: 1px solid;
    height: 30px;
    text-align: center;
    line-height: 27px;
    background: red;
    color: #fff;
    border-radius: 20%;
    width: 40px;
}
.sec-topper-meet .video-link:hover {
    color: #fff;
}
@media(max-width: 576px) {
    .sec-topper-meet h2{
        font-size: x-large;
    }
    .sec-topper-meet .card h3{
        font-size: large;
    }
    .sec-topper-meet .card img{
        width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    max-width: 75px;
    max-height: 75px;
    }
}
