/*==================
Author       :Elumalai 
Template Name: Ziniosedge- Education LMS template
Description: Ziniosedge,coaching, distant learning, virtual training 
Version      : 1.0
================================*/
/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Service
7. Testimonials
8.Contact
9. Footer / #footer
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,400&display=swap');
:root {   
  --bg-color: #0868D9;   
 --bluetext-color: #0868D9; 
 --hover-color: #0679f0;
 --white-color:#fff;
 --black-color:#000;
 --titletxt-size:28px;
 --subtitle-size:14px;
 --heading-size:36px;
 --bg-flash-err-color: #EF0665;

}

.is-hidden{
  display: none !important;
}

.labeling-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 104, 217, 0.03);
  padding: 6rem 4rem;
}

.labeling-wrapper-left , .labeling-wrapper-right {
padding: 0rem 1rem !important;
}

.labeling-wrapper-right h3 {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-size: 28px;
color: #1F262D;
}

.labeling-wrapper-right p {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
color: #858B93;
}


.register-new-wrapper{
  padding: 3rem !important;
}

.register-new-wrapper .form-group .col-md-10{
  margin: 0.5rem 0rem;
}
.class-flexRadioDefault{
  display: inherit;
}  
.class-flexRadioDefault div{
  padding-right: 2rem;
} 

.register-new-wrapper .form-check-input{
  margin-top: 0.5rem !important;
}
.registernew-heading{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #1F262D;
  padding-left: 0;
}

.registernew-description{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #858B93;
  padding-left: 0;
}

.register-new-wrapper .form-check-label{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.form-check-label-custom{
  color: #858B93;
}

.form-check-label-custom1{
  color: #1F262D;;
}

.register-new-wrapper .already-have-acc-class{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #858B93;
  display: block;
  text-align: center;
}

.register-new-wrapper .already-have-acc-link{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #0868D9;
}

.register-new-wrapper .registernew-submit{
  width: 100%;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.in-page-offset-anchor {
  position: relative;
  top: -18.49rem;
}
.accountback{background: rgba(8, 104, 217, 0.03);}

html {
    scroll-behavior: smooth;
    font-family: 'Roboto';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
}

body {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: var(--white-color);
  font-weight: 400;
  color: #DDDBDB;
  overflow-x: hidden;
  min-height: 100vh;
  /* padding-bottom: 100px; */
  position: relative;
}
/*#main{
  margin: 0 auto;
  padding: 100px 0px;
}
*/
p {
  color: #858B93;
  line-height: 28px;
  font-size: 14px;
  font-family: 'Roboto';
}
::placeholder {  
  /* Firefox, Chrome, Opera */
  color: #B3B3B3 !important;
}

:-ms-input-placeholder {
  
  /* Internet Explorer 10-11 */
  color: #B3B3B3 !important;
}

::-ms-input-placeholder {
  
  /* Microsoft Edge */
  color: #B3B3B3 !important;
}
/*--------------------
 TYPOGRAPHY.btn-main:hover
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0px;
  color: var(--bluetext-color); 
}

.h1,
h1 {
  font-size: 46px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 28px;
  font-family: 'Roboto Slab';
}

.h4,
h4 {
  font-size: 22px;
  font-family: 'Roboto Slab';
}

.h5,
h5 {
  font-size: 18px;
  font-family: 'Roboto Slab';
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}
.text12{font-size: 12px;}
.heading_title {
  font-size:var(--heading-size);
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--bluetext-color); 
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--bluetext-color); 
}
.width-70{width: 70%;}
.discount{text-decoration: line-through;color: var(--bluetext-color); }

.mb-unset{
  margin-bottom: unset;
}

.margin-auto-height {
  margin: auto 0;
}

.margin-auto-width {
  margin: 0 auto;
}

.lineheight15{
  line-height: 15px;
}

.lineheight19{
  line-height: 19px;
}

.lineheight20{
  line-height: 20px;
}

.justify-content-center{
  justify-content: center;
}

.padding-x-1rem{
  padding: 0 1rem;
}

.cust-black{
  color : #1F262D;
}

.cust-blue {
  color: var(--bg-color);
}

.font400{
  font-weight: 400;
}

.font500{
  font-weight: 500;
}

.width80{
  width: 80%;
}

/*-------------------
BUTTONS STYLE
----------------=----*/
.btn {

  padding: 16px 30px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid transparent;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  box-shadow: none !important;
}
.btn-main {
  background: var(--bg-color);
  color:var(--white-color);
  border-color: var(--text-color);
}
.bgbtn{background-color:var(--bg-color);}
.btn-main:hover {
  color:var(--white-color);
  border-color: var(--hover-color);;
  background:var(--hover-color);
}
a {
  color: var(--bluetext-color);
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #385777;
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}
.custom-logo{width: 50px;max-width: 100%;
  height: auto;}
  .custom-logo-link{display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;}
.numbercircle{background: #E57520;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  padding-top: 6px;}

  b#getin {
    font-size: 28px;
    font-family: 'Roboto Slab';
}
/*====================
Banner Area
======================*/

.section-padding {
  padding: 50px 0px;
}

.page-header {
  padding: 10px 0px;
  background: #DDDBDB;
  position: relative;
  background-size: cover;
  background-position: 0px 10%;
  text-align: center;
}
.page-header .page-header-content h1 {
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
}

.page-header .page-header-content ul li {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;;
}

.page-header .page-header-content ul li a {
  color: #000;
  opacity: .7;
}

.page-wrapper {
  padding: 100px 0px;
}

.bg-grey {
  background: #F7F5F4;
}
.bg-white {
  background: #fff;
}
.bg-blue{
  background: #0868D9;
}
.text-black{
  color: var(--black-color);
}
.text-blue{
  color:var(--bluetext-color)
}
.text-gray{color:#858B93}
.mt--105 {
  margin-top: -105px;
}


.white-text, .white-text h3, .white-text h2, .white-text h4 {
  color: var(--white-color);
}

.white-text .subheading, .white-text p, .white-text span {
  color: var(--white-color);
}

.center-heading {
  text-align: Center;
}

.center-heading .subheading {
  padding-left: 0px;
  color: #1F262D;
  font-size: 28px;
}

.center-heading .subheading:before {
  display: none;
}

.center-heading h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.font-size-26 {
  font-size: 26px !important;
}

.bg-feature {
  background: #F5F7FA;
}

/*=======================
Header TopBar
============================*/
.header-top {
  background: #0825F7;
  padding: 10px 0px;
}

.header-contact li {
  color: #fff;
  font-size: 13px;
}

.header-contact li i {
  margin-right: 6px;
}

.header-contact li span {
  font-weight: 600;
}

.header-contact li:last-child {
  padding-left: 35px;
}

.header-contact li, .header-socials li {
  float: left;
}

.header-socials {
  display: inline-block;
  vertical-align: middle;
}

.header-socials li {
  padding: 0px 10px;
  font-size: 13px;
}

.header-socials li a {
  color: #fff;
}

.header-btn {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}

.header-btn .btn {
  color: #0868D9;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto Slab';
}
.header-btn .btn:hover{
  -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.account:hover{
  background-color: #0868D9;
  color:#fff;
}
.country_data .select2-container{
  width: 100% !important;
}

.country_data .selection .select2-selection{
    width: 100%;
    height: 40px;
    font-size: 14px;
    border: 1px solid #F3F3F3;
    border-left: none;
    padding: 5px 17px;
    color: #B3B3B3;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px!important;
    right: 8px!important;
  }

  
  .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 7px 7px 0 7px !important;
    border-color: #B3B3B3 transparent transparent transparent !important;
  }

  span.select2-container--open .select2-dropdown{
    border: 1px solid #F3F3F3;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #F3F3F3 !important;
  }

  ul.select2-results__options li.select2-results__option{
    color: #1F262D;
    font-size: 14px;
  } 

  ul.select2-results__options li:hover{
    color: #424242;
  } 

  .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #B3B3B3 !important;
  }

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

  p.margin-text{
    margin: 0rem 1rem;
  }

  p.text-align-left i.description {
    margin-right: 1rem;
  }

  .signup-modal-access-content{
    background: #cddaf7!important;color: #0868D9!important;
  }
  
  .cart label{
    position: relative;
    color: #FAFAF2;
    font-size: 14px;
    cursor: pointer;
    margin-top:11px;
  }
  .cart .item i{
    font-size: 25px;
  }
.cart .items-count {
  position: absolute;
  top: -3px;
  left: 12px;
  background-color: #EF0665;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 100%;
  color: #fff;
  align-items: center;
  display: grid;
  font-weight: bold;
}
.cart .items-list {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  width: 305px;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px #888;
  position: absolute;
  right: 5px;
  z-index: 9;
  max-height: 300px;
    overflow-y: scroll;
}
a.close {
  color: #ACACAC;
}
.cart .item-name,
.cart .item-price {
  margin: 0px 0px 5px;
  font-size: 12px;
}
.cart .item-name{color:#1F262D;font-size: 14px;font-family: 'Roboto Slab';}

.cart .item-price{color:var(--bluetext-color)}

.cart .item-pic {
  width: 100%;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.cart .item-pic img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
.cart .item-remove {
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 0;
}
.cart .item-remove i {
  font-size: 14px;
  color: #ACACAC;
  opacity: 0.5;
  cursor: pointer;
}
.cart .item-remove i:hover {
  opacity: 1;
}
.cart .item {
  padding: 10px 0px;
  border-bottom: 1px solid #F5F7FB;
}
.cart .view-cart {
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
  margin-top: -1px;
}
.cart .close-cart {
  float: left;
  color: #029687;
  cursor: pointer;
}
.cart .view-cart .minicheckout {
  color: #fff;
  text-decoration: none;
  background: #0868D9;
  border: 1px solid #0868D9;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
border-radius: 4px;
  display: block;
  margin-bottom: 13px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.cart .view-cart .viewcart{background: #FFFFFF;
  border: 1px solid #0868D9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: #0868D9;
  display: block;
  font-size: 14px;
    height: 36px;
}

.cart-items-list .view-cart .minicheckout {
  color: #fff;
  text-decoration: none;
  background: #0868D9;
  border: 1px solid #0868D9;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
border-radius: 4px;
  display: block;
  margin-bottom: 13px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.cart-items-list .view-cart .viewcart{background: #FFFFFF;
  border: 1px solid #0868D9;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: #0868D9;
  display: block;
  font-size: 14px;
    height: 36px;
}

.profile_toggle_new .name{   width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background: #FAFAF2;
  border-radius: 50%;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #0868d9;
}
.Profile_list{
  background: #fff;
      border: 1px solid #fff;
      margin-top: 0px;
      border-bottom-color: #fff;
      -webkit-box-shadow: 0 0 5px 0 #d5d5d5;
      -moz-box-shadow: 0 0 5px 0 #d5d5d5;
      box-shadow: 0 0 5px 0 #d5d5d5;
      width: 170px;
      position: absolute;
      right: 0px;
      top: 55px;
      z-index: 9;
    
  }
  .items-list, .Profile_list{display: none;}
  .is-active .items-list, .is-active .Profile_list {
    display: block;
  }
  

  .Profile_list li {
    border-bottom: 1px solid #F5F7FB;
    padding: 10px 0px;
  }
  .Profile_list ul li a{color:#808080;    padding: 20px 19px;}
/*-------------------
   MENU
----------------------*/
.site-navigation {
  border-bottom: 1px solid #F5F7FA;
  padding: 12px 0px;
  /* background: #fff; */
  background: #0868D9;
  position: fixed;
    z-index: 9;
    width: 100%;
}
.navbar {
  padding: 0px;
}
#navbarMenu .navbar-nav .menu-item {padding: 0 10px;font-family: 'Roboto Slab' !important;}

.navbar-nav .menu-item a {
  padding: 10px 8px;
  color: #FAFAF2;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.navbar-nav .nav-link i {
  margin-left: 5px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}
.navbar-nav .current_page_item  a, .menu-item a:hover {
  font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    border-bottom: 1.5px solid #FFFFFF;
}
#message {
  display:none;
  position: relative;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

.valid {
  color: #76D701;
}
.invalid {
  color: #EF0665;
  font-size:12px;
}



/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
          animation: .2s forwards b;
}

.dropdown-item {
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}

.dropdown-item:last-child {
  border-color: transparent;
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #34c6ce;
}

.dropdown-toggle::after {
  display: none;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  position: absolute;
  border-top: 2px solid #34c6ce;
  min-width: 220px;
}

/* Header Right */
.header-contact-right li {
  display: inline-block;
  margin-left: 5px;
}

.header-contact-right li i {
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  text-align: center;
  padding-top: 14px;
  border-radius: 100%;
  background: #34C6CE;
  color: #fff;
  transition: all .4s ease;
}

.header-contact-right li i:hover {
  background: #385777;
  border-color: #385777;
  color: #fff;
}

.btn-small {
  padding: 11px 24px;
}

.btn-small i {
  margin-right: 5px;
}

.header-form {
  position: relative;
}

.header-form .form-control {
  height: 50px;
  background: #F9F9F9;
  border: 0px solid transparent;
}

.header-form i {
  position: absolute;
  right: 14px;
  top: 15px;
}

/* Search Option*/
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search {position: relative;    width: 420px;}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.about-slider .owl-stage-outer{overflow: visible !important;}
.about-slider .owl-item{opacity: 0;}
.about-slider .owl-item.active{opacity: 1;}
.getitnow{background: #0868D9;
  border: 1px solid #0868D9;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  padding: 5px 18px;
  font-family: 'Roboto Slab';
}
  #getdown{height: calc(1.5em + 0.75rem + 6px);width: 300px;font-size: 14px !important;}
      
.search-wrap {
  position: relative;
  z-index: 1200;
  top: 20px;
  right: 16px;
  display: block;
  float: right;
}
.howitworktitle{font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #1F262D;
  padding-top: 10px;
}
.howitworkprof{
  line-height: 19px;
  padding: 9px 47px 0px;
  color: #858B93;
  margin-bottom: 0px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: opacity .35s, visibility .35s, height .4s;
  opacity: 0;
  background: #1f1f1f;
}

.overlay.open {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.overlay .search-form {
  position: relative;
  height: 400px;
  padding-top: 120px;
  background: #222;
}

.search-form .form-control {
  height: 50px;
}

.search-form h3 {
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
}

.search-close {
  margin-top: 0px;
}

.search-close:hover {
  cursor: pointer;
}

/* ================
 BAnner
================*/
 /*.banner{
 background: #0868d9;
  background:url('../images/Homepage.gif');
  background-repeat: no-repeat;
    background-size: 100%;
}*/
/*background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.paperbased .wpb_column.vc_column_container.vc_col-sm-12{position: initial;}
.paper-based{background:url('../images/Paper-based-gif.gif');
  background-repeat: no-repeat;
    background-size: 100%;}*/
.bannertitle{color: #000;}
.banner-left{
  position: relative;
  background: #263b5e;}
 
.banner .carousel-item{

  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} 
.banner .carousel-item img{width: 100%;}
.banner .banner-content{
 
margin-top: 200px;
}
.banner .banner-content h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  font-family: 'Roboto Slab';
  width: 320px;
}


.banner .banner-content .subheading {
  font-size: 14px;
  line-height: 19px;
  width: 320px;
  padding-left: 13px;
  font-weight: 400;
  position: relative;
  font-family: 'Roboto';
  color: #858B93;
}
.banner .banner-content .subheading:before{
  content: '';
    border-left: 3px solid #8efc08;
    height: 42px;
   left:0;
    position: absolute;
}
.subheading{font-size: 28px; line-height: 37px;font-weight: 600; color:#000;padding-bottom: 20px;font-family: 'Roboto Slab';text-transform: capitalize;}
/*========================
 introduction Section
============================*/
.introduction{
  z-index: 9;
 background: rgba(8, 104, 217, 0.03); padding:30px 0px}


.intro-box{
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
border-radius: 8px;
padding: 30px 20px;
background-color: #fff;
}
.intro-box .border{top: 0;
  border: 1px solid #dee2e6 !important;
  position: absolute;
  height: 96px;
  left: 35%;}
.semicircle{position: relative;color: #0868D9;font-family: 'Roboto Slab';font-size: 14px;}
  .semicircle:before {
    content: "";
    width: 60px;
    height: 30px;
    background-color: #48abe0;
    border-radius: 10rem 10rem 0 0;
    position: absolute;
    opacity: 0.2;
    transform: rotate(90deg);
    left:0
}
.semicircle:after {
  content: "";
  width: 60px;
  height: 30px;
  background-color: hsl(201deg 71% 58% / 25%);
  border-radius: 10rem 10rem 0 0;
  position: absolute;
  transform: rotate(-90deg);
  right: 1px;
  opacity: 0.1;
}
.intro_link{   
  width: 50%;
  color: #858B93;
  font-size: 14px;
  line-height: 18px;
  line-height: 18px;
    font-family: 'Roboto Slab';
    font-weight: 500;
}

  .intro_link::after{
    content: ">";
    position: absolute;
    color: #0868D9;
    padding-left: 6px;
  }


/*===== Navigation =====*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0868d9 !important;
}
.owl-theme .owl-dots .owl-dot span{background: rgba(11, 118, 234, 0.24) !important;}
.owl_wrapper .prev, .owl_wrapper .next{
  position: absolute;
  top: 100px; left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.testimonials-slides-2 .review-item {
  text-align: center;
  margin-bottom:80px;
  opacity: .2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonials-slides-2 .owl-item.active.center {z-index: 99;}
.testimonials-slides-2 .owl-item.active.center .review-item {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale3d(1.2);
  transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.testimonial .client-info .client-img img{
  width: 82px;
  border-radius: 50%;
}
.testimonial .client-info .margin-p{
  margin: 0;
}

.testimonial .client-info .description{
  display: block;
  text-align: right;
  transform: matrix(-1, 0, 0, 1, 0, 0) !important;
}
.testimonial .client-info .description1{
  display: block;
  text-align: right;
  margin-top: -0.5rem;
}
/* .testimonial .client-info .margin-p .description{
  margin-top: -6px;
  margin-right: -5px;
} */

/* .testimonial .client-info .margin-top{
  margin-top: 8px;
} */

.testimonial .client-info .address{
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #858B93;
}
.about-us-template img{
  border-radius: 50%;
}
 .testimonials-slides-2 .review-item .client-img {

  max-width:fit-content;
  margin: 0 auto;
}

.testimonials-slides-2 .owl-stage{padding-top: 100px;}

.testimonials-slides-2 .review-item .client-info {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
border:1px solid #ECECEC;
box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
}
.testimonials-slides-2 .owl-nav .owl-prev, .testimonials-slides-2 .owl-nav .owl-next, .about-slider .owl-nav .owl-prev,.about-slider .owl-nav .owl-next{  
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
  border-radius: 50% !important}
  .testimonials-slides-2 .owl-nav .owl-prev, .about-slider .owl-nav .owl-prev{position: absolute;
    top: 45%;
    left: -50px;border-radius: 50%;}
    .testimonials-slides-2 .owl-nav .owl-next, .about-slider .owl-nav .owl-next{position: absolute;
      top: 45%;
      right: -50px;border-radius: 50% !important;}
.testimonials-slides-2 .review-item .client-info i {
  color: #8EFC08;;
  opacity: 1;
  font-size: 14px;
}
.testimonials-slides-2 .client-text h4{color:#1F262D;font-size: 14px;  margin-bottom: 10px;font-family: 'Roboto Slab';}
.testimonials-slides-2 p{color: #858B93;
  line-height: 19px;
  font-size: 14px;
  font-weight: 400;

}
/* ====================
About Section
======================*/
.about-section {background: rgba(8, 104, 217, 0.03);
  padding-top:100px;
}
.about-section .section-heading {
  margin-bottom: 30px;
  width: 75%;
}
.section-heading p b{font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #1F262D;}
.title_txt,.title_txt1{color:#0868D9;position: relative;
  border-bottom:4px  solid #8EFC08;
  line-height: 1.2;
}
.title_txt::after, .title_txt1::after{
content: '';
position: absolute;
width: 100%;
left:0;
right: 0;
bottom:-2px;
/*border-bottom:4px  solid #8EFC08;*/
}

.about-section .section-heading .subheading {
  color: #1F262D;
  font-weight: 600;
  font-size: 28px;
  line-height: 47px;
  margin-bottom: 15px;
}
.about-content .btn {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span{background:#0B76EA}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: rgba(11, 118, 234, 0.24);}
.about-text-block {
  position: relative;
  background: #F9F9F9;
  padding: 25px 30px 15px 95px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.five-columns.vc_row .vc_col-sm-2 {
  float: left;
  width: 18.5%;
  padding: 0;
  margin-right: 1.5%;
  min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
  margin-right: 0;
}
.about-slider.owl-theme .owl-nav [class*=owl-]{border-radius: 50%;}
.about-text-block i {
  position: absolute;
  font-size: 40px;
  left: 25px;
  top: 26px;
  color: #e57520;
}

.about-text-block h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.about-img2 {
  padding-right: 30px;
}

.about-2 p {
  margin-bottom: 30px;
  color: #858B93;
  font-size: 14px;
  font-family: 'Roboto';
}
/* ====================
score Smart
======================*/
.score_smart {
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgb(0 0 0 / 8%);
  border-radius: 8px;
  padding: 10px 20px;
}
.score_smart h3{
  font-weight: 500;
font-size: 16px;
line-height: 21px;
text-align: center;
color: #1F262D;
margin-bottom: 10px;
font-family: 'Roboto Slab';
padding: 15px 0px;
margin-bottom: 0px;
text-transform: capitalize;
}
.score_smart p{
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #858B93;
padding: 0px 41px;
}

div.line-top:nth-child(odd), div.line-bottom:nth-child(odd) { /* Selects only even elements */
  
  display: none; 
}
.line-top:before {
  content: "";
        width: 160px;
        z-index: -1;
        background: transparent;
        border: none;
        border-top: dashed 4px #0868D9;
        padding: 80px 40px;
        border-radius: 50%;
        margin: -60px -50px 0;
        position: absolute;
        opacity: 0.55;
    }
    .line-bottom::after {
      content: "";
      position: absolute;
      width: 160px;
      height:60px;
      z-index: -1;
      opacity: 0.55;
      background: transparent;
      border: none;
      border-bottom: dashed 4px #0868D9;
      padding: 80px 40px;
      border-radius: 0 0 50% 50%;
      margin: 0 -65px;
      bottom: -60px;
  }
  .helpdesk{
    background: url('../images/icon/blueback-img.png');
    background-size: cover;
  }
 
 /* ====================
Register Accont Section
======================*/
.register-loading{position: absolute;
  left: 0px;
  top: 0%;
  right: 0;
  text-align: center;
  height: 100vh;
}
  .loadimg{    width: 100px;
    top: 20%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 150px;
  }

.tpa-signup-loader .loadimg{
  top: 30%;
}

.formaccount .close{
  position: absolute;
  right: 9px;
  top: 5px;
  color: #ACACAC;
  z-index: 9;
}
.formaccount .input-group-text{
       background-color: transparent;
      border: 1px solid #F3F3F3;
      border-right: none;
}
.formaccount .modal-dialog{max-width: 800px;}
.formaccount .input-group-text i{color:#DDDBDB;font-size: 14px;}
.formaccount input[type=text],.formaccount input[type=password],.formaccount input[type=email],.formaccount select
{
  font-size: 14px;
  border: 1px solid #F3F3F3;
  border-left: none;
  padding: 4px 17px;
    height: 40px;
    width: 100%;
    color: #B3B3B3;
}
.accountbtn{
  background: #DDDBDB;
  color:#fff;
  display: inline-block;
  font-family: 'Roboto Slab';
}
.date{flex-wrap: initial;}
.accountlogin{padding: 100px 30px;}
.accountlogin b{ font-family: 'Roboto Slab';font-size: 16px !important;}
.is-incomplete .btn.accountbtn {
  width: 100%;
  background: #DDDBDB;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
  border-radius: 4px;
  padding: 12px 10px;
  margin-bottom: 5px;
  pointer-events: none;
  cursor: not-allowed;
  font-family: 'Roboto Slab';
}
.is-incomplete .btn.accountbtn.wpbtn{  background: #DDDBDB;}
.btn.accountbtn.wpbtn{background: rgb(8, 104, 217);
  color: rgb(255, 255, 255);}

 .btn.accountbtn{width: 100%; box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
  border-radius: 4px;
  padding: 12px 10px;}
  .passworderror{list-style: disc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 2;
    padding-left: 17px;
    padding-top: 11px;
  }
  .passworderror li{
    font-size: 9px;
    line-height: 14px;
    width: 50%;
    padding-right: 14px;
  }
  .togglePassword,.toggle-Password,.con-toggle-Password{cursor: pointer;
    border: none;
    position: absolute;
    right: 7px;
    top: 3;
    color: #B3B3B3;
    bottom: 16px;}
    .fixed{position: fixed !important; left:0 !important;right: 0px; width:0px;}
    input.form-control.loginInput.password:focus{    z-index: 0;}
.bootstrap-datetimepicker-widget table th.prev span::after {
  font-family: 'Font Awesome 5 Free' !important;
  content: '\f060' !important;
}
.bootstrap-datetimepicker-widget table th.next span::after {
  font-family: 'Font Awesome 5 Free' !important;
  content: '\f061' !important;
}
.bootstrap-datetimepicker-widget table th {
  height: 40px !important;
  line-height: 40px !important;
  width: 20px !important;
  font-size: 14px !important;
}
  .bootstrap-datetimepicker-widget table td.day {
    height: 35px !important;
    line-height: 35px !important;
    width: 35px !important;
}
.bootstrap-datetimepicker-widget table th.dow {
  color: #333 !important;
  line-height: 33px !important;
  height: 33px !important;
}
  .bootstrap-datetimepicker-widget table td.today {
    color: #fff !important;
    background: #0868D9 !important;
border-radius: 8px !important;
}
    .bootstrap-datetimepicker-widget table td.weekend {
      color: #EF0665;
  }
/* ====================
Footer Section
======================*/
.vision{    font-size: 14px;
  line-height: 19px;
  padding: 0px 70px;
  color: #858B93;
}
.abovefooter{padding:80px 0px;}
.above-footer h6 {
  color: #FAFAF2;
  font-size: 12px;
  font-weight: 400;
}
.abovefooter p{color:var(--white-color);font-size: var(--subtitle-size);line-height: 19px;
  font-weight: 400;}
  .above-footer{    width: 427px;}
.above-footer h2 {
  color: #FAFAF2;
  font-size: 36px;
  line-height: 47px;
  font-family: 'Roboto Slab';
  font-weight: 600;
}
.footer {
  background: #1F262D;;
  color: #fff;
  /* position:absolute;
  bottom: 0; */
  width: 100%;

}

.footer .footer-widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-contact ul {
  margin-top: 30px;
}

.footer .footer-contact ul li {
  margin-bottom: 20px;
}

.footer .footer-contact ul li i {
  color: #fff;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  min-width: 30px;
}

.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
}

.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}

.footer .footer-links li {
  padding: 5px 0px;
}

.footer .footer-links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}

.footer .footer-links a:hover {
  color: #fff;
}

.footer .footer-socials {
  margin-top: 30px;
}
.footer .footer-socials li{margin-left: 10px;}
.footer .footer-socials a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.27);
  display: inline-block;
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
  color: #fff;
  border-radius: 100%;
}
.footer i.fab.fa-linkedin {
  border: 1.5px solid #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.footer i.fab.fa-facebook-f{
  border: 1.5px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;}
.footer .footer-socials a:hover {
  background: #0868D9;
  color: #fff;
}

.footer-btm {
  padding: 20px 0px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-btm .copyright p {
  color: #B3B3B3;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 19px;
}


/*===============================
Home Page 2
===================================*/
header{margin-bottom: 77px;
  display: inline-block;}
.nav-padding {
  padding: 0px 180px;
}

.nav-padding .header-form .form-control {
  border: 1px solid #eee;
}

.category-menu {
  background: #385777;
  margin: 0px 10px;
}

.category-menu .dropdown i {
  margin-right: 5px;
}

.category-menu .dropdown .nav-link {
  color: #fff;
}

.fixed-btm-top {
  position: fixed;
  bottom: 85px !important;
  right: 15px !important;
}

.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 50px;
  background: #0868D9;
  color: #fff;
  width: 50px;
  border-radius: 100%;
  padding-top: 10px;
  opacity: 0;
}

.scroll-to-top.reveal {
  opacity: 1;
  visibility: visible;
}
button.alt,
input[type='button'].alt,
input[type='reset'].alt,
input[type='submit'].alt,
.button.alt,
.added_to_cart.alt,
.widget-area .widget a.button.alt,
.added_to_cart,
.widget a.button.checkout {
  font-weight: 400;
  line-height: 2.2;
  padding: 3px 20px;
  cursor: pointer;
  color: #fff;
  border-color: #FF1949;
  border-radius: 4px;
  background-color: #FF1949;
  text-rendering: optimizeLegibility;
}

button.alt:hover,
input[type='button'].alt:hover,
input[type='reset'].alt:hover,
input[type='submit'].alt:hover,
.button.alt:hover,
.added_to_cart.alt:hover,
.widget-area .widget a.button.alt:hover,
.added_to_cart:hover,
.widget a.button.checkout:hover {
  border-color: #242424;
  background: #242424;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  font-size: 14px !important;
  font-weight: 400;
  box-sizing: border-box;
  padding: .6em;
  color: #43454b;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
}


.mainmenu .collapse ul > li.mini-cart > a span,
.mainmenu .collapse ul > li.mini-cart:hover > a span {
  color: #242424;
}

.attr-nav {
  float: right;
}
select {
  display: none;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: max-content;
  background: #fff; 
} 
.custom-select {
  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  background-color: #fff;
  color: #B3B3B3;
  border: 1px solid #F3F3F3;
  padding: 8px 24px 8px 17px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: none;
  height: max-content;
}

.custom-select:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color:#B3B3B3 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
  transform: rotateZ(0deg);
  transition: all 0.5s;
  transform-origin: 50% 25%;
}

.year_data .custom-select , .company-size-group .custom-select{
  padding: 13px 24px 12px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
} 

.year_data .custom-select:after , .company-size-group .custom-select:after {
  top: 20px;
} 

/*.custom-select:hover {
  background-color: #b83729;
}
*/
.custom-select:active, .custom-select.active {
  background-color: #fff;
  color: #B3B3B3;
}
.custom-select:active:after, .custom-select.active:after {
  transform: rotateZ(180deg);
  transition: all 0.5s;
  transform-origin: 50% 25%;
}
.custom-select:focus{
 outline: 2px;
}

.select-options {
  max-height: 200px;
  overflow-y: auto;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #EFEFEF;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.select-options li:nth-child(1){display: none;}
.select-options li {
  color: #1F262D;
  margin: 0;
  padding: 5px 0;
 border: 1px solid #F5F7FB;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  padding-left: 15px;
}
.select-options li:hover {
  color: #424242;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.year_data .select-options{
  display: none;
}

.company-size-group .select-options{
  display: none;
}

datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
}

datalist option {
  font-size: 0.8em;
  padding: 0.3em 1em;
  background-color: #ccc;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 0 0 5px 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#9E9E9E;
}
.terms-content{font-weight: 400;color: #858B93;    background: rgb(179 179 179 / 10%);
  padding: 20px;
  margin-bottom: 20px;
}
.terms-content p{font-size: var(--subtitle-size);}
.rightsidemenu li{margin-bottom: 10px; font-size: var(--subtitle-size);cursor: pointer;}
.termslink a{display: block; padding: 5px;}
.termslink.active {
  border-left: solid 2px #0868D9;
  background: rgba(8, 104, 217, 0.03);
  width: 100%;
}
.termright{
  width: 13.2%;
    flex: 0 0 13.2%;
    
}

.termstitle{font-size: 14px;color:#000000;line-height: 21px;padding-bottom: 10px;}


.student-radio{
  margin-left: 2rem;
  width: 95px;
}

.target-test-date{
  position: absolute;
    height: 100%;
    right: 0;
}

/* ---------------------------------------------

/* ---------------------------------------------
responsive
--------------------------------------------- */


@media only screen and (min-width: 1366px) {
  .labeling-wrapper{
    padding: 6rem 7rem !important;
  }
}


@media (max-width: 991px) {
  .app-header {
    padding: 0;
  }
  .app-header .navbar {
    padding: .5rem 0;
  }
  .app-header .navbar-nav {
    margin-top: 1rem;
  }
  .navbar-toggler-icon {
    line-height: 1.6em;
    position: relative;
    right: -16px;
  }
  .navbar-toggler {
    color: #333;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    border: none;
    background: #fff;
  }
}


@media (max-width: 767px) {

  .labeling-wrapper{
    padding: 0 !important;
  }

  .labeling-wrapper-left , .labeling-wrapper-right {
    padding: 0rem 1rem !important;
    }

  .section-title {
    margin-bottom: 3rem;
  }
  .section-title .title,
  .parallax h2,
  .img-block-txt h2 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  .space-3 {
    padding: 3rem 0;
  }
  .space-adjust {
    margin-top: -3rem;
  }
}
 /* ============= Team ============ */
#team-memb {
  font-family: 'Roboto Slab';
}
  /* ============= Begin Testimonial Flexbox ============ */
#flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 20px 0px;
}

#left-zone {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#left-zone .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#left-zone .list  input[type="radio"]{display: none;}

.verticalslider label {
  display: block;
  position: relative;
  line-height:21px;
  padding:10px 20px;
  cursor: pointer;
}
.verticalslider b{color: #1F262D;  font-size: 16px;font-family: 'Roboto Slab';}
.verticalslider p{font-size: 14px;line-height: 19px;font-weight: 400;}
.content-test {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: auto;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

#right-zone {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

input:checked ~ .content-test {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  opacity: 1;
}

@media (min-width: 480px) {
  #flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0px;
  }
  
  .content-test {
    width: 65%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .content-test img{max-width: 60%;}
  #left-zone {
    width: 35%;
  }

  #right-zone {
    width: 65%;
  }
}
/* If the screen size is 480px or less */
@media (max-width: 480px) {
  
  .item > label {
    font-size: 1.3rem;
  }
}

input:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input:checked ~ label.label_testimonial-1, input:checked ~ label.label_testimonial-2, input:checked ~ label.label_testimonial-3 {
  border-left: solid 2px #0868D9;
  background: rgba(8, 104, 217, 0.03);
}
.addedalert{position: fixed;
  bottom: 5px;
  left: 0;
  width: 20%;
  z-index: 99;
  right: 0;
  margin: auto;
  text-align: center;
  display: none;
}
.alert-suc{background-color:var(--bg-color);}
.alert-error{background-color:var(--bg-flash-err-color);}

  /* ACT TEST */

  .act-test-experience-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .act-test-experience-background .img-actual {
    position: relative;
    width: 100%;
    height: auto;
  }

  .act-test-experience-background .img-cls {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .sp {
    color: #0868D9;
  }

  .ln {
    border-bottom: 4px solid #8EFC08;
  }

  .act-test-experience-background .description {
    position: absolute;
    left: 61px;
    max-width: 50%;
  }

  .act-test-experience-background .description h3 {
    font-family: 'Roboto Slab';
    font-style: 'Roboto Slab';
    font-weight: 600;
    font-size: 36px;
    color: #1F262D;
  }

  .act-test-experience-background .description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1F262D;
    padding-top: 0.5rem;
        padding-right: 75px;
  }

  .act-test-experience-background button {
    color: #FFFFFF;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 11px 16px;
    background: #0868D9;
    border: 1px solid #0868D9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-top: 1rem;
    font-family: 'Roboto Slab';
  }

  .act-test-gain-real-background {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 3rem 5rem;
    background: rgba(8, 104, 217, 0.03);
  }

  .act-test-gain-real-background .inner-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .act-test-gain-real-background .inner-content>.title-description{
    flex-basis: 40%;
  }

  .act-test-gain-real-background .inner-content>.title-image {
    flex-basis: 50%;
   }
  .act-test-gain-real-background .inner-content>.title-description>h3 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #1F262D;
    padding-bottom: 1rem;
  }

  .act-test-gain-real-background .inner-content>.title-description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #858B93;
  }

  .act-test-gain-real-background .inner-content>.title-image {
    margin-left: auto;
  }

  .img-clas-common {
    width: 100%;
    height: auto;
  }

  .act-test-custom-analytics-background {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 3rem 5rem;
    width: 100%;
    background: #FFFFFF;

  }
  .act-test-custom-analytics-background>.title-image {
    flex-basis: 50%;
  }

  .act-test-custom-analytics-background>.title-description {
    flex-basis: 40%;
    margin-left: auto;
    
  }

  .act-test-custom-analytics-background>.title-description>h3 {
    font-family: 'Roboto Slab';
    font-style: normal; 
    font-weight: 600;
    font-size: 28px;
    color: #1F262D;
    padding-bottom: 1rem;
    text-transform: capitalize;
  }

  .act-test-custom-analytics-background>.title-description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #858B93;
  }

  .act-test-professionals-background {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 3rem 5rem;
    width: 100%;
    background: rgba(8, 104, 217, 0.03);
  }

  .act-test-professionals-background>.title-description {
    flex-basis: 40%;
    margin-right: auto;
  }

  .act-test-professionals-background>.title-image {
    flex-basis: 50%;
  }

  .act-test-professionals-background>.title-description>h3 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #1F262D;
    padding-bottom: 1rem;
    text-transform: capitalize;
  }

  .act-test-professionals-background>.title-description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #858B93;
  }

  .act-test-packages-background {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: 3rem 5rem;
    width: 100%;
    background: #FFFFFF;
  }

  .act-test-packages-background>h1 {
    margin: auto;
    /*margin-bottom: 2.5rem;*/
    margin-bottom: 2rem;
  }

  .act-test-packages-background .act-test-packages-card {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
    flex-direction: column;
    max-width: 314px;
    max-height: 343px;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 8%);
    border-radius: 8px;
    margin-top: 1rem;
    margin-left: 0.7rem;
  }

  .act-test-packages-background .act-test-packages-card-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
     /*justify-content: space-evenly;*/
     justify-content: center;
    /* justify-content: space-between; */
    width: 100%;
  }

  .act-test-packages-background .act-test-packages-card>h3 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1F262D;
    margin-bottom: 0.3rem;
  }

  .act-test-packages-background .act-test-packages-card>.price {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    color: #0868D9;
  }

  .act-test-packages-background .act-test-packages-card>.content-features {
    margin: 1rem 0rem;
  }
  .act-test-packages-background .act-test-packages-card>.content-features div{display: flex;
    padding-bottom: 6px;}
  .act-test-packages-background .act-test-packages-card>.content-features span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #858B93;

  }
  .buy-now.white-text a{color:#fff}
  .act-test-packages-background .act-test-packages-card .buy-now {
    width: 100%;
    height: 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FAFAF2;
    background: #0868D9;
    border: 1px solid #0868D9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-family: 'Roboto Slab';
  }

  .sat-buy-now {
    width: 100%;
    height: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #0868D9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-family: 'Roboto Slab';
  }

  .sat-buy-now-active {
    color: #FAFAF2;
    background: #0868D9;
  }

  .sat-buy-now-inactive {
    color: #0868D9;
    background: #FFF;
  }

  .act-test-harness-background {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 2rem 0rem;
    width: 100%;
    background: #FFFFFF;
    margin: 2rem 0rem;
    position: relative;
  }

  .act-test-harness-background .act-test-harness-content-background {
    display: flex;
    background: rgba(8, 104, 217, 0.03);
    flex-wrap: wrap;
    padding: 3rem 5rem;
    width: 100%;
  }

  .act-test-harness-background>.act-test-harness-content-background>.title-description {
    flex-basis: 50%;
    height: auto;
    margin-right: auto;
  }

  .act-test-harness-background>.act-test-harness-content-background>.title-description>h3 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #1A1818;
    padding-bottom: 1rem;
    text-transform: capitalize;
  }

  .act-test-harness-background>.act-test-harness-content-background>.title-description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #858B93;
  }

  .act-test-harness-background>.act-test-harness-content-background .title-image {
    position: absolute;
    right: 100px;
    top: -27px;
  }

  .grab {
    background: url('../images/grab_line.png');
  
      background-repeat: no-repeat;
      background-position: right 2% top;
  }
  
  .grabopportunity-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.5rem;
    background: rgba(8, 104, 217, 0.03);
  }

  .grabopportunity-background h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #0868D9;
    margin-bottom: 1rem;
    font-family: 'Roboto Slab';
    text-transform: capitalize;
  }

  .grabopportunity-background p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #858B93;
    max-width: 50%;
  }

  .grabopportunity-background button {
    color: #FFFFFF;
    padding: 0.3rem 3rem;
    background: #0868D9;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
    border-radius: 4px;
    border: none;
    height: 45px;
    width: 242px;
    font-family: 'Roboto Slab';
    margin-top: 1rem;
  }

  .act-test-packages-scroll{
    display:block;
  }
  .faqaccordion{
    margin-bottom: 20px;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
  }
  .faqaccordion .termstitle{
    border-bottom: 1px solid #F3F3F3;
    padding: 10px 20px;
    margin-bottom: 10px;}
    .faqaccordion .card-header{background: none;}
    .faqaccordion .card-body{    padding: 2px 0px 12px;
      font-size: 14px;
      line-height: 19px;
      color: #858B93;}
   #faq .card {
   
    border: 1px solid #F3F3F3;
    border-left: none;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
  }
  
   #faq .card .card-header {
    padding: 0;
    border: 0;
  }
  
  #faq .card .card-header .btn-header-link {
    font-size: 14px;
    font-family: 'Roboto Slab';
    display: block;
    text-align: left;
    color: #222;
    padding: 10px 0px;
  }
  
   #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
   #faq .card .card-header .btn-header-link.collapsed {
    color: #858B93;
  }
  
   #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
   #faq .card .collapsing {
    line-height: 30px;
  }
  
   #faq .card .collapse {
    border: 0;
  }
  
  #faq .card .collapse.show {
    line-height: 30px;
    color: #858B93;
  }

  #faq.faq_still_questions{
    display: flex !important;
    justify-content: space-between;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
    padding: 20px 20px;
  }

  .terms-use {
    background: #e0f7fa url(https://staging.score-smart.com/wp-content/uploads/2022/08/privancypolicy.png);
    background-position: right !important;
    background-repeat: no-repeat;
    z-index: 4;
    margin: auto !important;
    padding: 32px 0px 0px!important;
    width: 100% !important;
}

.privacytop {margin-top: 165px;}
#qrcode .modal-dialog{max-width: 700px;}
#qrcode ul{list-style: decimal;}
  @media only screen and (max-width: 600px) {
    .act-test-experience-background .description {
      top: 11px;
      left: 10px;
    }

    .act-test-experience-background .description h3 {
      font-size: 14px;
    }

    .act-test-experience-background .description p {
      font-size: 11px;
    }

    .act-test-experience-background button {
      font-size: 11px;
    }

    .act-test-gain-real-background {
      padding: 1rem;
    }

    .act-test-gain-real-background .inner-content {
      flex-direction: column;
    }

    .margin-bottom-clas {
      margin-bottom: 1rem;
    }

    .act-test-custom-analytics-background,
    .act-test-professionals-background {
      flex-direction: column;
      padding: 1rem;
    }

    .act-test-harness-background .act-test-harness-content-background {
      flex-direction: column;
      padding: 1rem;
    }

    .act-test-harness-background>.act-test-harness-content-background .title-image {
      position: unset;
      right: 0;
      top: 0;
    }

    .act-test-packages-background {
      padding: 3rem 0rem;
    }

    .act-test-packages-background .act-test-packages-card-items {
      justify-content: flex-start;
      flex-direction: column;
    }

    .act-test-packages-background .act-test-packages-card {
    margin-bottom: 1rem;
  }
  .grabopportunity-background{
    padding: 5rem 1rem;
  }
  .grabopportunity-background p{
    max-width: 100%;
  }
  }
  .register{width: 80% !important;}
  .wpcf7-not-valid-tip,span.name-field-required, .graduation-field-required, .zipcode-field-required,
  .email-field-required, .country-field-required, .date-field-required, .company-name-field-required,
  .password-field-error, .password-confirm-field-error, .username-required, .password-field-required, 
  .login_error, .error-class, .register_error , .democountry-error-text , .tutor_register_error , .tutor_domain_error, .tutor_sub_domain
  .branding_image_error , .timezone-field-required {
    color: #EF0665;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  padding-left: 0.2rem; 
    padding-top: .1em;
  }
  .tutor_domain_error{
    display: grid;
  }
  .tutor_subdomain_error{
  color: #bdbd9b!important;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  padding-left: 0.2rem;
    padding-top: .1em;
  }

  .login_error, .register_error , .tutor_register_error {
  display: block;
 
  }
  .wpcf7-response-output{color:#000}
  .sucess-clsss{
    color:#76D701;
    font-size: 12px;
  }

  .add-to-cart-toggle{
    width: 100%;
  }
  .content-features i{
    color: #858B93;
    padding-top: 0.2rem;
    font-size: 14px;
    padding-right: 1rem;
  }
  .datepicker,
  .table-condensed {
   font-size: 12px; 
}

.termsmenu{
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  position: sticky;
}
span.loginpopup.text12.pt-1 {white-space: nowrap;}
a.btn.demo.knowmore {font-family: Ubuntu !important;}
input.btn.accountbtn.register {font-family: 'Roboto Slab' !important;}
input.btn.accountbtn.score_smart_signin {font-family: 'Roboto Slab' !important;font-size: 14px !important;}
/***body-background****/
div#main {
  background: rgba(8, 104, 217, 0.03);
}
#tab-container {
  margin: 2rem auto;
  background: white;
  box-shadow: 0px 0px 1px 1px #8080803d;
  font-family: Roboto Slab;
}
div#tab-data {
  padding: 2rem;
}
div#clr-scheme p {
  color: #858b93 !important;
  font-size: 14px;
}
a {
  text-decoration: none;
}
p.title, p.sub-title{
  font-family: 'Roboto Slab' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 7px;
  color: #1F262D;
}
p.sub-title {
  color: #858B93;
}
.pre-box h4 {
  color: #b3b3b3;
  font-weight: 400;
}
#clr-scheme h6 {
  color: black;
}
.pre-box {
  margin: 2rem auto;
 
  padding: 1rem 0;
  background: white;
  box-shadow: 0px 1px 8px 6px #8080803d;
  text-align: center;
}
.pre-box button, #btn-grp button , #generate-url {
  margin: 2rem auto;
  display: block;
   width: 85%;   /* width: 240px; */
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #0868D9;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
  border-radius: 4px;
  padding: 0.5rem;
  color: #0868d9;
}

#generate-url {
  width: 184px;
  background: #0868D9;
  color: #fff;
  display: inline-block;
  margin: unset;
  margin-left: 4rem;
}

.subdomain_generated_url{
  background: #FAFAF2;
  border: 1px solid #F3F3F3;
  padding: 6px 14px;
  border-radius: 4px;
}

.subdomain_clean_generated_url{
  cursor: pointer;
}

.saveBtn{
  background: #0868D9;
  color: #fff;
}

#save-btn:disabled {
  background: #DDDBDB !important;
  border: none !important;
  color: #fff !important;
}

.sub_domain_save_continue:disabled , #generate-url:disabled {
  background: #DDDBDB !important;
  border: none !important;
}

.tab-card {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
}
.tab-card-header {
  background: #fff;
  border: 1px solid #F3F3F3;
  color: #1F262D;
  font-weight: 500;
}

#menu1.score_smart_subdomain_tab{
  padding-top: 10px !important;
}
.score_smart_subdomain_content {
  width: 90%;
  line-height: 19px;
  margin-top: 1rem;
}

.score_smart_subdomain_example p {
  margin-bottom: unset;
}

div#btn-grp button#reset-btn {
  margin-left: 2rem;
}
div#link-style {
  text-align: left;
  margin-left: 1.1rem;
}
#link {
  color: #0868D9;
}
button#btn1 {
  background: none;
  color: #0868D9;
}
button#btn2 {
  color: #fff;
  background: #0868D9;
}

#btn-grp button.active {
  color: #fff !important;
  background: #0868d9 !important;
}

button.active-button {
  color: #fff !important;
  background: #0868d9 !important;
}

.inactive{background:#fff;
  border: 1px solid #0868D9;
  color: #000;
  background: #fff;
}
.iconStyleSet{
  color: #0868D9 !important;
}
.iconStyleReset{
  color: #abafb5 !important;
}
.pre-box button span {
  font-weight: 700;
  font-size: 18px;
}
ul#ic-group {
  padding: 0px;
}
.icon-grp li.icon {
  font-size: 22px;
  margin: 1rem;
  color: #abafb5;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
#ic-1 {
  color: #0868D9;
}
.clr input[type="color"] {
  border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 0;
    width: 35px;
    height: 37px;
    position: relative;
    right: 36px;
}
.clr {
  display: flex;
}
div#tab-container label {
  color: #1F262D!important;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
button#upload-1 label, button#upload-2 label {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #0868D9 !important;
}
.clr label {
  margin-right: 1rem;
}
input.cl-input {
  border-radius: 0.4rem;
  border: 1px solid #80808091;
}
input[type=file] {
  font-size: 15px;
  position: relative;
  left: 0;
  bottom: 1.5rem;
  opacity: 0;
}
#tab-container .nav-tabs .nav-link.active{
  color: #0868d9 !important;
  border: 0;
  font-weight: 400;
  border-bottom: 2px solid #0868D9!important;
  font-size: 14px;
  line-height: 19px;
}
#tab-container .nav-tabs .nav-link {
  font-family: 'Roboto';
  color: #B3B3B3;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.nav-tabs .nav-link:hover{
  border: 0px;
}
.brand-identity-scroll.nav-disabled a{
  cursor: not-allowed;
}
button.upload-btn {
    color: #0868D9;
    width: 195px;
    height: 45px;
    border: 1px solid #0868D9;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
    border-radius: 4px;
    margin: 0.8rem auto;
    display: inline-flex;
    position: relative;
}

button.upload-btn div {
  position: absolute;
  top: 25%;
}

button.upload-btn img{
  margin-right: 0.4rem;
}
.btn-strip {
  background: #FFFFFF;
  box-shadow: 0px 2px 25px rgb(0 0 0 / 8%);
  border-radius: 8px;
}
.btn-strip button:focus {
  outline: none;
}
input#domain1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  background: #FAFAF2;
  gap: 159px;
  width: 50%;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}
input#domain2, input#domain2-dis {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  display: inline-block;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  background: #FAFAF2;
  gap: 159px;
  width: 25%;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
}
span#domain2-ex{
  color: #1F262D !important;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  margin-left: 5px;
}

li#admin {
  background: #ef0665;
  border-radius: 50%;
  width: 25px;
  height: 26px;
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
}
/*---------------------Our Bulk Test Packages*/
button.btn.btn-buy {
  background: #0868D9;
  height: 36px;
  border: 1px solid #0868D9;
  box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
  border-radius: 4px;
  padding: 0.5rem 1rem 1rem;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FAFAF2;

}
tr#tb-head {
  height: 46px;
  background: rgba(8, 104, 217, 0.03);
  border: 1px solid #F3F3F3;
  border-radius: 8px 8px 0px 0px;
}

table tr#tb-head {
  height: 56px;
}

table#pkg-table {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #f3f3f3;
}
.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
#pkg-table tr{
  border-style: hidden;
  box-shadow: 0 0 0 1px #f3f3f3;
}
#pkg-table th {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1F262D;
  text-align: center;
}

#pkg-table tbody th {
  padding-top: 2rem !important;
  vertical-align: top !important;
}

#pkg-table td {
  font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;
text-align: center;
color: #1F262D;
}

#pkg-table tbody td {
  padding-top: 2rem !important;
  vertical-align: top !important;
}

#pkg-table tbody td.td_tutor_credits_button {
  padding-top: 1.5rem !important;
}

#pkg-table .tutor_credits_package_name{
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1F262D;
  margin-bottom: unset
}

#pkg-table .tutor_credits_package_features {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

#pkg-table .tutor_credits_package_features p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #858B93;
  margin-bottom: unset;
}

span#pkg-link {
  color: #0868D9;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;


  font-size: 16px;
  line-height: 18px;
}

#pkg-table span#pkg-link {
  font-weight: 700;
  font-size: 14px;
}

span.test-pkg {
  color: #858B93;
  font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
p#p-skip {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0868D9;
  margin: 3rem auto 1rem;
}
/*---------------Our White Label Services-----------------PRICING PLANS*/
.col-lg-4.price-card {
  display: inline-flex;
}
.pricing .card {
  border: none;
  border-radius: 8px;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}  
.pricing hr {
  margin: 1.5rem 0;
}
.pr-plan {
  margin: 5rem 2rem;
  display: inline-block;
}
.price-card .card-header {
  padding: 0.75rem 1.25rem;
  margin:1rem 0 0 1rem;
  background-color: #ffdead00;
  border-bottom: 1px solid rgb(0 0 0 / 0%);
  height: 20%;
}
.pricing .card-title {
  margin: 0.5rem 0;
  letter-spacing: .1rem;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1F262D;
}  
.pricing .card-price {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  color: #0868D9;
}  
.card-setup-fee-text{
  margin-bottom: 4px;
}
.card-setup-fee {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0868D9;
}
.pricing .card-price .period {
  font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0868D9;
}
.pricing ul li {
  margin-bottom: 1rem;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #858B93;
} 
ul.fa-ul li strong {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1F262D;
}
#mid-btn {
      background: #FFFFFF;
      border: 1px solid #0868D9;
      color: #0868D9;
} 
.pricing .btn {
  opacity: 1;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  width: 240px;
  height: 45px;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  color: #FAFAF2;
  bottom: 0;
  background: #0868D9;
  border: 1px solid #0868D9;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
  border-radius: 4px;
  margin-bottom: 3rem;
}
.price-card p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1F262D;
}
i.fa.fa-circle {
  color: #0868D9;
}
.dis-plan i.fa.fa-circle {
  color: #0868D9;
  opacity: 0.4;
}

p#p-btn {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 5px;
  color: #FFFFFF;
  background: #0868D9;
  box-shadow: 0px 2px 25px rgb(0 0 0 / 8%);
  border-radius: 0px 8px;
  padding: 0.6rem;
  width: 76px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
    .pricing .card:hover .btn {
    opacity: 0.7;
  }
}
/*Register--------------------------*/
.accountlogin .form-group .col-md-10 {
  margin-bottom: 1rem;
}

.stu_register_row{
  margin-left: 0px;
}

.stu_register_radio.col-md-10{
  margin-top: 0.5rem;
}
p.trademark {
  font-size: 11px !important;
  margin-top: 0.6rem;
  line-height: 0.9rem !important;
  font-family: Roboto;
}
.was-validated .form-check-input:valid~.form-check-label{
  color: #1F262D !important;
}
.stu_register_radio input[type=radio] {
  /* margin-top: 0.6rem; */
  display: inline-flex;
    position: relative;
}
.pricing .btn.active {
  background: #FFFFFF;
  border: 1px solid #0868D9;
  color: #0868D9;
}
span.branding_image_error{
  color: #EF0665;
  font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
}
p.card-text {
  line-height: 22px;
}
p.card-text2 {
  color: #858B93;
  line-height: 0px;
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto;
}

.zn-bann-main-body{
  padding: 1.5rem;
}

.card-body.img-card-body.bann-card {
  padding: 2.6rem 2rem;
  min-height: 272px;
}

:disabled {
  cursor: not-allowed !important;
}
.btn-select-disabled {
  background: #0868d966 !important;
  border: #9cc3f0 !important;
  color: #ffffffed !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
.pricing .btn.active.btn-mid-select-disabled{
  background: #ffffffba!important;
  border: 1px solid #0868d942!important;
  color: #0868d947!important;
  cursor: not-allowed !important;
  pointer-events: none;
}

img#trash {
  display: block;
  margin: 0 auto !important;
  cursor: pointer;
}

img#companyBackdrop{
  width: 48px;
  height: auto;
}

img#banner_output, img#company_logo_output, img#header_logo_output {
  margin: 0 auto;
  display: block;
  width: 151px;
  height: 113px;
}

.header_tooltip_close{
  margin-left: 35px;
  background: none;
  border: none;
}

.header_tooltip_close span{
  font-size: 40px;
  color: grey;
}

.header_tooltip_close_container{
    position: absolute;
    right: 85px;
}    

.green-line{
    border: 4px solid #8EFC08;
    width: 40%;
    margin-top: 4rem;
    border-radius: 10px;
}

.green-line-left{
  margin-left: 70%;
}

.green-line-right{
  margin-left : -8%;
}

.header_tooltip_section{
  padding: 2rem 0 3rem;
  text-align: center;
}

.header_tooltip_tittle{
  font-weight: 400;
    font-size: 25px;
    line-height: 47px;
    font-family: 'Roboto Slab';
}

.header_tooltip_content{
    font-weight: 600;
    font-size: 30px;
    line-height: 47px;
    font-family: 'Roboto Slab';
    letter-spacing: 2px;
    color: #000;
}

.header_tooltip_button{
    background: #0868D9;
    border: 1px solid #0868D9;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
    border-radius: 10px;
    color: #fff !important;
    padding: 15px 40px;
    font-size: 25px;
    font-family: 'Roboto Slab';
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}

.special-price{
  font-size: 12px;
  text-align: center;
  color: #858B93;
  line-height: 14px;
}

.tutor_credits_description{
  margin-bottom: 30px;
}

.tutor_credits_description p{
  font-size: 14px;
  text-align: center;
  color: #1F262D;
  line-height: 19px;
  margin-bottom: unset;
}

 .sat-test-packages-background{
    text-align: center;
    background: #FFFFFF;
    padding: 2rem 0;
 }

.sat_group_test_main_div .col-6{
  max-width: 48.5% !important;
  margin-top: 1.5rem;
}

.sat_free_test_div , .sat_group_test_div {
  background: #FFF;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
}

.sat_free_test_title , .sat_group_test_title , .sat_single_test_title , .sat_single_test_title button {
  height: 46px;
  background: rgba(8, 104, 217, 0.03);
  border-bottom: 1px solid #F3F3F3;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Roboto Slab';
  color: #1F262D;
}

.sat_group_test_title{
  padding-left: 1.5rem;
}

.sat_single_test_title button{
  background: unset;
  border: none;
  width: 100%;
  outline: none;
}

.sat_single_test_title button.active::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/CaretUp.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
}

.sat_single_test_title button.inactive::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('../images/CaretDown.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
}


.sat_free_test_items{
  padding: 1rem;
}

.sat_group_test_items{
  padding: 0.75rem 0;
}

.sat_group_test_items_border{
  border-bottom: 1px solid #f3f3f3;
}

.sat_free_test_items img , .sat_group_test_items img{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: 1px;
  margin-right: 4px;
}
.sat_free_test_features , .sat_single_test_features{
  margin-bottom: unset;
  line-height: 19px;
  font-weight: 400;
}

.sat_group_test_product_title , .sat_group_test_product_price {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Roboto Slab';
  color: #1F262D;
  margin-bottom: unset;
}

.sat_group_test_product_price{
  font-weight: 700;
  color: #0868D9;
  text-align: center;
}

.sat_free_test_price , .sat_group_test_price{
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  font-family: 'Roboto Slab';
  color: #0868D9;
}

.sat_single_test_col11{
  flex: 0 0 95% !important;
  max-width: 95% !important;
}

.act-test-experience-background-img-single , .act-test-experience-background-img-multi{
  width: 100%;
}

  .act-test-experience-background-img-single .img-actual , 
  .act-test-experience-background-img-multi .img-actual {
    position: relative;
    width: 100%;
    height: auto;
  }

  .act-test-experience-background-img-single .img-cls , 
  .act-test-experience-background-img-multi .img-cls {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

.shimmer {
      width: 100vw;
      height: 700px;
      background: #f6f7f8;
      background-image: linear-gradient(
        to right,
        #f6f7f8 0%,
        #edeef1 20%,
        #f6f7f8 40%,
        #f6f7f8 100%
      );
      background-repeat: no-repeat;
      background-size: 1000px 100%;
      animation: shimmer 1.5s infinite linear;
      position: relative;
      overflow: hidden;
    }

    @keyframes shimmer {
      0% {
        background-position: -1000px 0;
      }
      100% {
        background-position: 1000px 0;
      }
    }
